@charset "UTF-8";
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
html {
  font-size: 62.5%;
  line-height: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.serif {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
}

.en {
  font-family: eb-garamond, serif;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #2b140d;
  margin: auto;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 92%;
  }
}
.inner-wide {
  max-width: 1100px;
}

.flex {
  display: flex;
}

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
  text-box-trim: trim-both;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
  text-box-trim: trim-both;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  text-box-trim: trim-both;
}

.object-ttl {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  margin: 0 auto;
  padding-top: 50px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .object-ttl {
    font-size: 23px;
    letter-spacing: 0.05em;
  }
}
.object-ttl:before {
  position: absolute;
  content: "";
  background: url("../img/object-ttl.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.object-ttl span.f20 {
  display: inline-block;
  font-size: 20px;
}
@media (max-width: 767px) {
  .object-ttl span.f20 {
    font-size: 15px;
  }
}
.object-ttl span.f40 {
  display: inline-block;
  font-size: 40px;
}
@media (max-width: 767px) {
  .object-ttl span.f40 {
    font-size: 30px;
  }
}
.object-ttl span.block {
  display: block;
}
.object-ttl span.center {
  text-align: center;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  header {
    background: none;
  }
}
header .flex {
  justify-content: space-between;
  align-items: center;
}
header .flex .logo {
  margin-left: 20px;
}
@media (max-width: 767px) {
  header .flex .logo {
    margin-left: 15px;
  }
}
header .flex .logo a {
  display: block;
  text-box-trim: none;
  line-height: 1;
}
@media (max-width: 767px) {
  header .flex .logo a {
    width: 126.5px;
  }
}
@media (max-width: 767px) {
  header .flex .logo a img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }
}
header .flex .links ul {
  display: flex;
}
header .flex .links ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 767px) {
  header .flex .links ul li {
    display: none;
  }
}
header .flex .links ul li:before {
  position: absolute;
  content: "";
  background: #222;
  width: 1px;
  height: 65px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
header .flex .links ul li a {
  display: block;
  width: 100%;
  text-box-trim: none;
}
header .flex .links ul li a p {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 5px;
}
header .flex .links ul li a p:nth-of-type(1) {
  text-align: center;
  letter-spacing: -0.05em;
}
header .flex .links ul li a p:nth-of-type(2) {
  position: relative;
  font-family: eb-garamond, serif;
  font-size: 19px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 21px;
}
header .flex .links ul li a p:nth-of-type(2):before {
  position: absolute;
  content: "";
  background: url("../img/tel-icon.png") no-repeat;
  background-size: contain;
  width: 12px;
  height: 14px;
  top: 0;
  left: 0;
  bottom: 2px;
  margin: auto;
}
header .flex .links ul li a p:nth-of-type(3) {
  text-align: center;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
header .flex .links ul li a p:nth-of-type(3) span {
  font-family: eb-garamond, serif;
  font-size: 16px;
  font-weight: 600;
}
header .flex .links ul li.brn:before {
  display: none;
}
header .flex .links ul li.last {
  padding: 0;
}
@media (max-width: 767px) {
  header .flex .links ul li.last {
    display: block;
    width: 104.5px;
  }
}
header .flex .links ul li.last a {
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  header .flex .links ul li.last a:hover {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  header.active {
    background: rgba(255, 255, 255, 0.9);
  }
}

#mainv {
  width: 100%;
  height: 700px;
}
@media (max-width: 767px) {
  #mainv {
    height: auto;
  }
}
#mainv img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#banner {
  display: none;
}
@media (max-width: 767px) {
  #banner {
    display: block;
    padding: 40px 0 60px;
  }
}

.cta {
  padding: 90px 0;
  background: url("../img/cta-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cta {
    padding: 40px 0;
    background: url("../img/cta-bg-sp.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
}
.cta .cnt {
  background: #fff;
  padding: 0 0 50px;
}
@media (max-width: 767px) {
  .cta .cnt {
    padding: 0 0 25px;
  }
}
.cta .cnt h2 {
  position: relative;
  font-size: 25px;
  background: #aa5a73;
  text-align: center;
  color: #fff;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .cta .cnt h2 {
    font-size: 23px;
    line-height: 1.4;
    padding: 20px 0;
  }
}
.cta .cnt h2:before {
  position: absolute;
  content: "";
  background: url("../img/cta-object-01.png") no-repeat;
  background-size: contain;
  width: 86px;
  height: 87px;
  top: 0;
  left: 135px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .cta .cnt h2:before {
    width: 45px;
    height: 46px;
    top: -8px;
    left: 15px;
    bottom: auto;
  }
}
.cta .cnt h2:after {
  position: absolute;
  content: "";
  background: url("../img/cta-object-02.png") no-repeat;
  background-size: contain;
  width: 94px;
  height: 109px;
  top: 0;
  right: 127px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .cta .cnt h2:after {
    width: 50px;
    height: 57px;
    top: -15px;
    right: 15px;
    bottom: auto;
  }
}
.cta .cnt .flex {
  justify-content: space-between;
  margin: 50px 50px 0;
}
@media (max-width: 767px) {
  .cta .cnt .flex {
    margin: 30px 20px 0;
    flex-direction: column;
    gap: 30px 0;
  }
}
.cta .cnt .flex .banner {
  width: 430px;
  height: 370px;
}
@media (max-width: 767px) {
  .cta .cnt .flex .banner {
    width: 100%;
    height: auto;
    align-self: 1/1;
  }
}
.cta .cnt .flex .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cta .cnt .flex .links {
  width: 424px;
}
@media (max-width: 767px) {
  .cta .cnt .flex .links {
    width: 100%;
  }
}
.cta .cnt .flex .links .mail {
  margin-bottom: 22px;
}
.cta .cnt .flex .links .mail a {
  display: block;
  width: 100%;
  text-box-trim: none;
  box-shadow: 7px 5px 7px rgba(55, 55, 55, 0.2);
  transition: all 0.4s;
}
.cta .cnt .flex .links .mail a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .cta .cnt .flex .links .mail a:hover {
    opacity: 0.8;
  }
}
.cta .cnt .flex .links h3 {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cta .cnt .flex .links h3 {
    font-size: 18px;
  }
}
.cta .cnt .flex .links h3:before, .cta .cnt .flex .links h3:after {
  position: absolute;
  content: "";
  background: url("../img/dashed.png") no-repeat;
  background-size: contain;
  width: 108px;
  height: 1px;
  top: 4px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .cta .cnt .flex .links h3:before, .cta .cnt .flex .links h3:after {
    width: 75px;
  }
}
.cta .cnt .flex .links h3:before {
  left: 0;
}
.cta .cnt .flex .links h3:after {
  right: 0;
}
.cta .cnt .flex .links ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 0;
}
.cta .cnt .flex .links ul li {
  width: 205px;
}
@media (max-width: 767px) {
  .cta .cnt .flex .links ul li {
    width: 100%;
  }
}
.cta .cnt .flex .links ul li a {
  display: block;
  width: 100%;
  text-box-trim: none;
}
.cta .cnt .flex .links ul li a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

#intro {
  position: relative;
  background: url("../img/intro-bg.jpg");
  padding: 90px 0 70px;
}
@media (max-width: 767px) {
  #intro {
    padding: 50px 0 70px;
  }
}
#intro:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 50%;
  height: 120px;
  left: 0;
  bottom: 0;
  z-index: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
@media (max-width: 767px) {
  #intro:before {
    height: 35px;
  }
}
#intro:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 50%;
  height: 120px;
  right: 0;
  bottom: 0;
  z-index: 2;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media (max-width: 767px) {
  #intro:after {
    height: 35px;
  }
}
#intro .object {
  position: absolute;
  content: "";
  height: 250px;
  bottom: 0;
  margin: auto;
}
#intro .object img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
#intro .object.first {
  width: 268px;
  left: -630px;
  right: 0;
}
@media (max-width: 767px) {
  #intro .object.first {
    width: 134px;
    height: 116.5px;
    right: auto;
    left: 0;
  }
}
#intro .object.last {
  width: 184px;
  height: 250px;
  left: 0;
  right: -710px;
}
@media (max-width: 767px) {
  #intro .object.last {
    width: 92px;
    height: 116.5px;
    right: 0;
    left: auto;
  }
}
#intro h2 {
  margin-bottom: 40px;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 767px) {
  #intro h2 {
    margin-bottom: 30px;
  }
}
#intro h2.last {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #intro h2.last {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
#intro h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  text-box: trim-both cap alphabetic;
}
@media (max-width: 767px) {
  #intro h3 {
    font-size: 15px;
    line-height: 1.66;
  }
}
#intro .cnt {
  box-shadow: 0 0 15px rgba(172, 163, 140, 0.2);
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #intro .cnt {
    margin-bottom: 30px;
  }
}

#reason {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  #reason {
    padding: 50px 0 70px;
  }
}
#reason h2 {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #reason h2 {
    line-height: 1.5;
    text-align: center;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #reason h2 span {
    display: block;
  }
}
#reason .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
#reason .flex .cnt {
  width: 505px;
}
@media (max-width: 767px) {
  #reason .flex .cnt {
    width: 100%;
  }
}
#reason .flex .cnt dl {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl {
    width: 100%;
  }
}
#reason .flex .cnt dl dt {
  position: relative;
  writing-mode: vertical-rl;
  font-family: eb-garamond, serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl dt {
    font-size: 13px;
  }
}
#reason .flex .cnt dl dt:after {
  position: absolute;
  content: "";
  background: #2b140d;
  width: 1px;
  height: 145px;
  top: 155px;
  left: 11px;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl dt:after {
    height: 90px;
    top: 115px;
    left: 9px;
  }
}
#reason .flex .cnt dl dt span {
  display: inline-block;
  font-size: 30px;
  margin-top: 20px;
  line-height: 0.8;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl dt span {
    font-size: 20px;
  }
}
#reason .flex .cnt dl dd {
  width: 460px;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl dd {
    width: calc(100% - 34px);
  }
}
#reason .flex .cnt dl dd .img {
  width: 460px;
  height: 300px;
  background: #e8e8e8;
  margin-bottom: 30px;
  text-box-trim: none;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl dd .img {
    width: 100%;
    height: auto;
    aspect-ratio: 61/40;
    margin-bottom: 20px;
  }
}
#reason .flex .cnt dl dd .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#reason .flex .cnt dl dd .main {
  font-size: 25px;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #reason .flex .cnt dl dd .main {
    font-size: 23px;
  }
}
@media (min-width: 1024px) {
  #reason .flex .cnt dl dd .main.min {
    min-height: 77px;
  }
}

#collection {
  padding: 90px 0;
}
@media (max-width: 767px) {
  #collection {
    padding: 50px 0 70px;
  }
}
#collection h2 {
  margin-bottom: 25px;
}
#collection .read {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #collection .flex {
    flex-wrap: wrap;
    gap: 40px 0;
  }
}
#collection .flex .cnt {
  width: 25%;
}
@media (max-width: 767px) {
  #collection .flex .cnt {
    width: 90%;
    margin: 0 auto;
  }
}
#collection .flex .cnt .sub-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #collection .flex .cnt .sub-ttl {
    margin-bottom: 5px;
  }
}
#collection .flex .cnt .main-ttl {
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
#collection .flex .cnt .img {
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  #collection .flex .cnt .img {
    height: auto;
    aspect-ratio: 59/86;
  }
}
#collection .flex .cnt .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#gallery {
  position: relative;
  padding: 100px 0;
}
@media (max-width: 767px) {
  #gallery {
    padding: 50px 0 70px;
  }
}
#gallery:before {
  position: absolute;
  content: "";
  background: #afadb0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  top: 0;
  left: 0;
}
#gallery .inner {
  position: relative;
}
#gallery h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 50px;
  margin: 0 auto 65px;
}
@media (max-width: 767px) {
  #gallery h2 {
    margin: 0 auto 120px;
  }
}
#gallery h2:before, #gallery h2:after {
  position: absolute;
  content: "";
  background: url("../img/object-ttl.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#gallery h2:before {
  left: 0;
}
#gallery h2:after {
  right: 0;
}
#gallery h3 {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 78px;
  font-weight: 400;
  letter-spacing: 0.1em;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.2;
  z-index: 5;
}
@media (max-width: 767px) {
  #gallery h3 {
    font-size: 60px;
    line-height: 1;
    text-align: center;
    top: 70px;
  }
}
#gallery .gallery-slider .img {
  margin: 0 15px;
}
@media (max-width: 767px) {
  #gallery .gallery-slider .img {
    height: auto;
    aspect-ratio: 67/94;
  }
}
#gallery .gallery-slider .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#gallery .gallery-slider .slick-arrow {
  background: url("../img/slider-btn.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: inherit;
  z-index: 5;
}
#gallery .gallery-slider .slick-arrow:before {
  display: none;
}
#gallery .gallery-slider .slick-arrow.slick-prev {
  left: -15px;
  transform: scale(-1, 1);
}
#gallery .gallery-slider .slick-arrow.slick-next {
  right: -15px;
}

#rental {
  padding: 60px 0 90px;
  background: url("../img/rental-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  #rental {
    padding: 50px 0;
    background: url("../img/rental-bg-sp.jpg") no-repeat;
    background-size: cover;
  }
}
#rental .inner {
  max-width: 1010px;
}
#rental h2 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #rental h2 {
    font-size: 35px;
  }
}
#rental h2:before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
#rental .cnt {
  box-shadow: 0 0 15px rgba(92, 92, 92, 0.2);
}
#rental .cnt img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

#instagram {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #instagram {
    padding: 50px 0;
  }
}
#instagram .flex {
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #instagram .flex {
    flex-direction: column;
    gap: 30px 0;
  }
}
#instagram .flex h2 {
  position: relative;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-left: 35px;
}
@media (max-width: 767px) {
  #instagram .flex h2 {
    font-size: 35px;
  }
}
#instagram .flex h2:before {
  position: absolute;
  content: "";
  background: url("../img/ig-icon.png") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 0;
  filter: brightness(0) saturate(100%) invert(8%) sepia(13%) saturate(3196%) hue-rotate(330deg) brightness(96%) contrast(96%);
}
@media (max-width: 767px) {
  #instagram .flex h2:before {
    top: 2px;
  }
}
#instagram .flex .btn a {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  display: block;
  padding: 22px 60px 20px;
  border: 1px solid #2b140d;
  letter-spacing: 0.1em;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #instagram .flex .btn a {
    width: 250px;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
  }
}
#instagram .flex .btn a:before {
  position: absolute;
  content: "";
  background: #2b140d;
  width: 20px;
  height: 1px;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}
#instagram .flex .btn a:after {
  position: absolute;
  content: "";
  background: #2b140d;
  width: 20px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  #instagram .flex .btn a:hover {
    background: #2b140d;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  #instagram .flex .btn a:hover:after {
    background: #fff;
  }
}
#instagram .timeline {
  height: 663px;
}
@media (max-width: 767px) {
  #instagram .timeline {
    width: 345px;
    height: 523px;
    margin: 0 auto;
  }
}
#instagram .timeline .pc,
#instagram .timeline .sp {
  width: 100%;
  height: 100%;
}
#instagram .timeline a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-box-trim: none;
}
#instagram .timeline a:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.4s;
}
#instagram .timeline a:after {
  position: absolute;
  content: "MORE";
  font-family: eb-garamond, serif;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 80px 5px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.4s;
}
#instagram .timeline a iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  #instagram .timeline a:hover:before {
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  #instagram .timeline a:hover:after {
    opacity: 1;
  }
}

#info {
  padding: 100px 0 90px;
  background: url("../img/info-bg.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #info {
    padding: 50px 0;
  }
}
#info .bg {
  background: #fff;
  padding: 80px 50px 50px;
}
@media (max-width: 767px) {
  #info .bg {
    padding: 40px 14px;
  }
}
#info .bg .titles {
  display: flex;
  align-items: center;
  gap: 0 45px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  #info .bg .titles {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#info .bg .titles h2 {
  position: relative;
  font-size: 35px;
  letter-spacing: 0.1em;
  padding-left: 50px;
}
@media (max-width: 767px) {
  #info .bg .titles h2 {
    padding-left: 0;
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
#info .bg .titles h2:before {
  position: absolute;
  content: "";
  background: url("../img/object-ttl.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #info .bg .titles h2:before {
    width: 22.5px;
    height: 22.5px;
    right: 0;
    bottom: auto;
  }
}
#info .bg .titles .detail {
  position: relative;
  line-height: 1.56;
}
@media (max-width: 767px) {
  #info .bg .titles .detail {
    font-size: 15px;
    letter-spacing: 0;
  }
}
#info .bg .titles .detail:before {
  position: absolute;
  content: "";
  background: url("../img/titles-oblect.png") no-repeat;
  background-size: contain;
  width: 111.5px;
  height: 108px;
  top: 0;
  right: -135.5px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #info .bg .titles .detail:before {
    display: none;
  }
}
#info .bg .flex {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 0;
}
@media (max-width: 767px) {
  #info .bg .flex {
    gap: 40px 0;
  }
}
#info .bg .flex .cnt {
  width: 475px;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt {
    width: 100%;
  }
}
#info .bg .flex .cnt .thumb {
  width: 100%;
  height: 163px;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt .thumb {
    height: auto;
    aspect-ratio: 59/20;
    margin-bottom: 3px;
  }
}
#info .bg .flex .cnt .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#info .bg .flex .cnt .map {
  width: 100%;
  height: 163px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt .map {
    height: auto;
    aspect-ratio: 59/20;
    margin-bottom: 10px;
  }
}
#info .bg .flex .cnt .map iframe {
  width: 100%;
  height: 100%;
}
#info .bg .flex .cnt .name {
  font-size: 25px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #4e3e30;
  margin-bottom: 15px;
}
#info .bg .flex .cnt .address {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt .address {
    font-size: 15px;
  }
}
#info .bg .flex .cnt dl {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt dl {
    gap: 0 15px;
  }
}
#info .bg .flex .cnt dl dt {
  width: 85px;
  background: #83695b;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt dl dt {
    width: 75px;
    font-size: 14px;
  }
}
#info .bg .flex .cnt dl dd {
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  #info .bg .flex .cnt dl dd {
    font-size: 15px;
  }
}
#info .bg .flex .cnt dl.last {
  margin-bottom: 0;
}

#form {
  padding: 100px 0;
}
@media (max-width: 767px) {
  #form {
    padding: 60px 0;
  }
}
#form .sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: url("../img/form-sub-object.png") no-repeat;
  background-size: contain;
  background-position: center bottom;
  padding: 0 35px 10px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  #form .sub {
    font-size: 14px;
  }
}
#form h2 {
  position: relative;
  font-size: 35px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  letter-spacing: 0.1em;
  padding: 0 45px;
}
@media (max-width: 767px) {
  #form h2 {
    font-size: 27px;
    padding: 0 37.5px;
  }
}
#form h2:before {
  position: absolute;
  content: "";
  background: url("../img/object-ttl.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #form h2:before {
    width: 22.5px;
    height: 22.5px;
  }
}
#form h2:after {
  position: absolute;
  content: "";
  background: url("../img/object-ttl.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #form h2:after {
    width: 22.5px;
    height: 22.5px;
  }
}
#form .read {
  text-align: center;
  line-height: 1.56;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #form .read {
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 40px;
  }
}
#form form {
  max-width: 900px;
  margin: 0 auto;
}
#form form table {
  width: 100%;
}
#form form table tr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #form form table tr {
    flex-direction: column;
    gap: 8px 0;
  }
}
#form form table tr th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 640px);
  font-size: 18px;
}
@media (max-width: 767px) {
  #form form table tr th {
    width: 100%;
  }
}
#form form table tr th span {
  font-size: 16px;
  background: #685549;
  color: #fff;
  line-height: 1;
  padding: 7px 10px;
}
#form form table tr td {
  width: 600px;
}
@media (max-width: 767px) {
  #form form table tr td {
    width: 100%;
  }
}
#form form table tr td .select {
  cursor: pointer;
  position: relative;
  display: block;
  width: 300px;
}
@media (max-width: 767px) {
  #form form table tr td .select {
    width: 100%;
  }
}
#form form table tr td .select:before {
  position: absolute;
  content: "";
  background: #afadb0;
  width: 17px;
  height: 9px;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  pointer-events: none;
}
#form form table tr td .select select {
  cursor: pointer;
}
#form form table tr td .date {
  position: relative;
  display: block;
  width: 300px;
}
@media (max-width: 767px) {
  #form form table tr td .date {
    width: 100%;
  }
}
#form form table tr td .date:before {
  position: absolute;
  content: "";
  background: url("../img/date-icon.png") no-repeat;
  background-size: contain;
  width: 26px;
  height: 27px;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}
#form form table tr td .date input {
  cursor: pointer;
}
#form form table tr td input {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  width: 100%;
  background: #f5f5f5;
  font-size: 18px;
  padding: 22px 32px;
}
@media (max-width: 767px) {
  #form form table tr td input {
    padding: 20px 15px;
  }
}
#form form table tr td input::-moz-placeholder {
  color: #afadb0;
}
#form form table tr td input::placeholder {
  color: #afadb0;
}
#form form table tr td select {
  width: 100%;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  background: #f5f5f5;
  font-size: 18px;
  padding: 22px 32px;
  color: #afadb0;
}
@media (max-width: 767px) {
  #form form table tr td select {
    padding: 20px 15px;
  }
}
#form form table tr td select.is-selected {
  color: #2b140d;
}
#form form table tr td textarea {
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  width: 100%;
  background: #f5f5f5;
  font-size: 18px;
  padding: 22px 32px;
}
@media (max-width: 767px) {
  #form form table tr td textarea {
    padding: 20px 15px;
  }
}
#form form table tr td textarea::-moz-placeholder {
  color: #afadb0;
}
#form form table tr td textarea::placeholder {
  color: #afadb0;
}
#form form table tr td .caution {
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #form form table tr td .caution {
    line-height: 1.5;
  }
}
#form form table tr.first {
  align-items: flex-start;
}
#form form table tr.first th {
  margin-top: 18px;
}
@media (max-width: 767px) {
  #form form table tr.first th {
    margin-top: 0;
  }
}
#form form table tr.last {
  margin-bottom: 30px;
}
#form form .check {
  width: 600px;
  display: flex;
  gap: 0 12px;
  margin: 0 0 60px auto;
  line-height: 1;
}
@media (max-width: 767px) {
  #form form .check {
    width: 100%;
    justify-content: center;
  }
}
#form form .check input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
#form form button {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#form form button span {
  position: relative;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  display: block;
  background: #2b140d;
  border: 1px solid #2b140d;
  color: #fff;
  font-size: 18px;
  padding: 20px 90px;
  transition: all 0.4s;
}
#form form button span:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.4s;
}
#form form button span:after {
  position: absolute;
  content: "";
  background: #2b140d;
  width: 20px;
  height: 1px;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  #form form button span:hover {
    background: #fff;
    color: #2b140d;
  }
}
@media (min-width: 1024px) {
  #form form button span:hover:before {
    background: #2b140d;
  }
}

#fixed {
  display: none;
}
@media (max-width: 767px) {
  #fixed {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 99;
  }
}
#fixed ul {
  display: flex;
  gap: 0 1px;
}
#fixed ul li {
  width: calc((100% - 3px) / 4);
  height: auto;
  aspect-ratio: 93/50;
}
#fixed ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-box-trim: none;
}

#thanks {
  padding: 290px 0;
}
@media (max-width: 767px) {
  #thanks {
    padding: 170px 0;
  }
}
#thanks h2 {
  text-align: center;
  font-size: 35px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #thanks h2 {
    font-size: 30px;
  }
}
#thanks .read {
  text-align: center;
  margin-bottom: 50px;
}
#thanks .btn a {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: ten-mincho-text, serif;
  font-weight: 400;
  display: block;
  background: #2b140d;
  color: #fff;
  font-size: 18px;
  padding: 20px 90px;
  margin: 0 auto;
}
#thanks .btn a:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 20px;
  height: 1px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#thanks .btn a:after {
  position: absolute;
  content: "";
  background: #2b140d;
  width: 20px;
  height: 1px;
  top: 0;
  right: -20px;
  bottom: 0;
  margin: auto;
}

footer {
  background: #685549;
  color: #fff;
  padding: 10px 0;
}
@media (max-width: 767px) {
  footer {
    margin-bottom: 50px;
  }
}
footer p {
  font-size: 13px;
  text-align: center;
  text-box-trim: none;
}