@font-face {
  font-family: GenYoGothictw-Normal;
  src: url(../font/GenYoGothictw-Normal.ttf);
}

.pc {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.sp {
  display: none !important;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

html {
  font-family: 'Shippori Mincho', serif;
  font-style: normal;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: .79vw;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 1.333vw;
  }
}

html, body {
  width: 100%;
  max-width: 1920px;
}

@media (max-width: 767px) {
  html, body {
    overflow-x: hidden;
  }
}

body {
  position: relative;
}

body .img_cover {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  opacity: 0.5;
  z-index: 999;
  height: 4607px;
}

img {
  width: 100%;
}

.wrap {
  margin: 0 auto;
}

header#header {
  max-width: 83%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 2.1rem;
  padding-bottom: 1.4rem;
}

@media (max-width: 767px) {
  header#header {
    max-width: 100%;
    padding: 1.7rem 1.9rem 2.4rem 1.9rem;
    width: calc(100vw - 3.8rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1000;
    background: #ffffff;
    position: fixed;
    top: 0;
  }
}

header#header .logo {
  width: 8.9rem;
  height: 5rem;
}

@media (max-width: 767px) {
  header#header .logo {
    width: 12rem;
    height: auto;
  }
}

header#header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header#header nav ul li {
  font-family: GenYoGothictw-Normal, sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  color: #493737;
}

header#header nav ul li:not(:last-of-type)::after {
  content: '|';
  margin: 0 1.1rem;
}

header#header nav ul li a {
  color: #493737;
}

@media (max-width: 767px) {
  header#header nav {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    margin-top: 11rem;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    pointer-events: none;
  }
  header#header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: rgba(72, 35, 26, 0.9);
    padding: 8.25rem 0;
  }
  header#header nav ul li {
    font-size: 3.6rem;
    letter-spacing: 0.75;
    text-align: center;
  }
  header#header nav ul li:not(:last-of-type) {
    margin-bottom: 8rem;
  }
  header#header nav ul li:not(:last-of-type)::after {
    content: none;
    margin: 0;
  }
  header#header nav ul li a {
    color: #ffffff;
  }
}


.floating {
  position: fixed;
  right: 2vw;
  bottom: 10vw;
  z-index: 999;

}
.floating .link_btn {
  background-color: #765712;
  display: flex;
  flex-direction: column;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 18px;
  line-height: 1.2;
}
.floating .link_btn .arrow {
  width: 4rem;
  margin-top: 0.2em;
}
@media screen and (min-width:1172px) {
  .floating .link_btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width:767px) {
  .floating {
    right: 0;
    bottom: 0;
  }
  .floating .link_btn {
    border-radius: 0;
    flex-direction: row;
    width: 100vw;
  }
  .floating .link_btn .arrow {
    width: 5rem;
    margin-top: 0.4em;
  }
}

.fv {
  position: relative;
}

.fv.wrap {
  max-width: 83.3333%;
}

@media (max-width: 767px) {
  .fv.wrap {
    max-width: 100%;
    margin-top: 11rem;
  }
}

.fv > div {
  position: absolute;
  top: 17%;
  right: 17.5%;
}

@media (max-width: 767px) {
  .fv > div {
    top: 14%;
    right: -1%;
  }
}

.fv > div h2 {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  line-height: 1.53;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 0 0.5rem RGBa(63, 11, 7, 0.75));
          filter: drop-shadow(0 0 0.5rem RGBa(63, 11, 7, 0.75));
}

@media (max-width: 767px) {
  .fv > div h2 {
    font-size: 5.28rem;
    letter-spacing: 0.06em;
  }
}

.fv > div h2 span {
  font-family: 'Shippori Mincho', serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.59;
  color: #ffffff;
  display: block;
  padding-top: 1rem;
  padding-left: 0.5rem;
}

@media (max-width: 767px) {
  .fv > div h2 span {
    font-size: 3.6rem;
    padding-top: 0;
  }
}

h3.title .en {
  display: block;
  font-family: 'Cormorant', serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1;
  text-align: center;
  color: #411e18;
}

@media (max-width: 767px) {
  h3.title .en {
    font-size: 4rem;
    letter-spacing: 0.08em;
  }
}

h3.title .zh-tw {
  display: block;
  font-family: 'Shippori Mincho', serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #411e18;
}

@media (max-width: 767px) {
  h3.title .zh-tw {
    font-size: 4.5rem;
  }
  h3.title .zh-tw span {
    display: block;
  }
}

p.text {
  font-size: 1.6rem;
  font-family: GenYoGothictw-Normal, sans-serif;
  letter-spacing: 0.025em;
  line-height: 1.875;
  color: #411e18;
  text-align: center;
}

@media (max-width: 767px) {
  p.text {
    font-size: 3rem;
    letter-spacing: 0.04em;
  }
}

#message {
  background: #f8f5f0;
  margin: 7rem 0 8.5rem 0;
  padding: 5rem 0;
}

@media (max-width: 767px) {
  #message {
    margin: 7.75rem 0 5.5rem 0;
  }
  #message .en {
    padding-bottom: 1.25rem;
  }
}

#message h3.title {
  padding-bottom: 1.25rem;
}

@media (max-width: 767px) {
  #message h3.title {
    padding-bottom: 4rem;
  }
}

#message p.text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  #message p.text {
    width: calc(100% - 10rem);
    margin: 0 auto;
    text-align: left;
    line-height: 1.66666666667;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

#message p.text::before, #message p.text::after {
  content: '';
  display: block;
  background: url("../images/dec_flower_01.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 583/1119;
  width: 6.5rem;
}

@media (max-width: 767px) {
  #message p.text::before, #message p.text::after {
    width: 10rem;
    position: absolute;
  }
}

#message p.text::before {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 5rem;
}

@media (max-width: 767px) {
  #message p.text::before {
    left: -3%;
    top: -90%;
    -webkit-transform: scaleX(-1) rotate(-45deg);
            transform: scaleX(-1) rotate(-45deg);
  }
}

#message p.text::after {
  -webkit-transform: rotate(35deg) scaleX(-1);
          transform: rotate(35deg) scaleX(-1);
  margin-left: 5rem;
}

@media (max-width: 767px) {
  #message p.text::after {
    right: 0;
    top: -90%;
    -webkit-transform: scaleY(1) rotate(-45deg);
            transform: scaleY(1) rotate(-45deg);
  }
}

#business {
  background: #f8f5f0;
  padding-top: 5.75rem;
  padding-bottom: 5.4rem;
}

@media (max-width: 767px) {
  #business {
    padding-bottom: 7rem;
  }
}

#business .wrap {
  width: 100rem;
}

@media (max-width: 767px) {
  #business .wrap {
    width: 100%;
  }
}

#business h3.title {
  padding-bottom: 5.75rem;
}

@media (max-width: 767px) {
  #business h3.title .zh-tw {
    font-size: 5.8rem;
  }
}

#business .items .item {
  margin-bottom: 2.6rem;
  -webkit-filter: drop-shadow(0.25rem 0.25rem 0.75rem rgba(213, 210, 206, 0.5));
          filter: drop-shadow(0.25rem 0.25rem 0.75rem rgba(213, 210, 206, 0.5));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  position: relative;
}

@media (max-width: 767px) {
  #business .items .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    background: #f5f2ed;
  }
}

#business .items .item .item_img {
  width: 35%;
}

@media (max-width: 767px) {
  #business .items .item .item_img {
    width: 100%;
    position: absolute;
    top: 0;
  }
}

#business .items .item .item_img img {
  vertical-align: middle;
}

#business .items .item .item_txt {
  padding: 0 3rem;
  width: 60%;
  margin-bottom: 3.5vw;
}

@media (max-width: 767px) {
  #business .items .item .item_txt {
    background: rgba(255, 255, 255, 0.7);
    width: 85%;
    margin-top: 16.5rem;
    padding-bottom: 3rem;
    z-index: 1;
  }
}

#business .items .item .item_txt h4 {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 1.66666666667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  color: #493737;
}

@media (max-width: 767px) {
  #business .items .item .item_txt h4 {
    font-size: 4.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  #business .items .item .item_txt h4.logo_sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#business .items .item .item_txt h4.logo_sm::before {
  content: '';
  display: inline-block;
  background: url("../images/logo_spa.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 699/784;
  width: 3.7rem;
  margin-right: 0.9rem;
}

@media (max-width: 767px) {
  #business .items .item .item_txt h4.logo_sm::before {
    width: 8rem;
  }
}

#business .items .item .item_txt p.text {
  text-align: left;
  line-height: 1.75;
  color: #493737;
  display: initial;
}

@media (max-width: 767px) {
  #business .items .item .item_txt p.text {
    display: block;
    padding-bottom: 1.5rem;
    line-height: 1.6667;
  }
}

#business .items .item.item_sm {
  position: relative;
}

@media (max-width: 767px) {
  #business .items .item.item_sm {
    width: calc(85% + 6rem);
    margin: 0 auto 7rem auto;
  }
}

#business .items .item.item_sm .item_img {
  width: 100%;
}

@media (max-width: 767px) {
  #business .items .item.item_sm .item_img {
    position: absolute;
  }
}

#business .items .item.item_sm .item_txt {
  position: absolute;
  right: 0;
  padding: 0 4.8rem 0 0;
}

@media (max-width: 767px) {
  #business .items .item.item_sm .item_txt {
    position: relative;
    background: none;
    top: 0;
    height: auto;
    margin-top: 0;
    padding-right: 0;
  }
}

#business .items .item.item_sm .item_txt h4.logo {
  color: #ffeac6;
  font-size: 3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  letter-spacing: 0.06em;
  text-align: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #business .items .item.item_sm .item_txt h4.logo {
    font-size: 4rem;
    letter-spacing: 0.02em;
    padding-bottom: 6.1rem;
  }
}

#business .items .item.item_sm .item_txt h4.logo span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0;
}

#business .items .item.item_sm .item_txt h4.logo .arrow {
  background: url("../images/arrow_yellow.png");
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 96/18;
  width: 9.6rem;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  margin-top: 1rem;
}

#business .items .item.item_sm:hover .arrow {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

@media (max-width: 767px) {
  #media-introduction h3.title .zh-tw {
    font-size: 5.8rem;
  }
}

#media-introduction .wrap {
  padding-top: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #media-introduction .wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#media-introduction .wrap::before, #media-introduction .wrap::after {
  content: '';
  display: block;
}

@media (max-width: 767px) {
  #media-introduction .wrap::before, #media-introduction .wrap::after {
    position: absolute;
  }
}

#media-introduction .wrap::before {
  background: url("../images/dec_flower_02_a.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 600/605;
  width: 12rem;
  margin-right: 5rem;
  -webkit-transform: translateY(-4.5rem);
          transform: translateY(-4.5rem);
}

@media (max-width: 767px) {
  #media-introduction .wrap::before {
    background: url("../images/dec_flower_02_b.png");
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 600/605;
    width: 15rem;
    margin-right: 0;
    -webkit-transform: translateY(100%) rotate(-15deg);
            transform: translateY(100%) rotate(-15deg);
    left: -4.5%;
  }
}

#media-introduction .wrap::after {
  background: url("../images/dec_flower_02_b.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 600/605;
  width: 12rem;
  margin-left: 5rem;
  -webkit-transform: translateY(9.5rem);
          transform: translateY(9.5rem);
}

@media (max-width: 767px) {
  #media-introduction .wrap::after {
    width: 15rem;
    margin-left: 0;
    right: -3%;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
}

#media-introduction .wrap > div {
  width: 84%;
}

#media-introduction h3.title {
  padding-bottom: 5rem;
}

#media-introduction #ytplayer {
  display: block;
  margin: 0 auto;
  padding-bottom: 2.5rem;
  background: transparent;
  position: relative;
  z-index: 998;
}

@media (max-width: 767px) {
  #media-introduction #ytplayer {
    padding-bottom: 4rem;
    width: 100%;
    height: 47.5vw;
  }
}

#media-introduction .introduction {
  padding-bottom: 7rem;
}

#media-introduction .introduction p {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
  text-align: center;
  padding-bottom: 5.5rem;
}

@media (max-width: 767px) {
  #media-introduction .introduction p {
    font-size: 4.46rem;
  }
}

#news {
  background: #f8f5f0;
  padding-top: 5.75rem;
  padding-bottom: 5.4rem;
}

#news .wrap {
  width: 980px;
}

@media screen and (max-width:1400px) {
  #news .wrap {
    width: 70%;
  }
}

#news h3.title .zh-tw {
  text-align: left;
}

#news .text {
  display: flex;
  text-align: left;
  border-bottom: 1px solid #dccfce;
  padding: 2rem 0;
}

#news .line {
  margin: 0 10px;
}

#news .text .inner_text {
  width: 90%;
}

#news .text .inner_text .arrow2_sp {
  display: none;
}

#news .text .arrow {
  background: url("../images/arrow_brown.png");
  background-repeat: no-repeat;
  width: 3.5rem;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  margin-top: 1rem;
  margin-left: 3rem;
}

#news .text:hover .arrow {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

#news .more_btn {
  display: flex;
  justify-content: end;
  color: #411e18;
  font-size: 1.8rem;
  margin-top: 2rem;
}

#news .more_btn .more {
  width: 2.8rem;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  margin-left: 1rem;
}

#news .more_btn:hover .more {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (max-width:767px) {
  #news .text .arrow {
    display: none;
  }

  #news .text .inner_text {
    display: flex;
    flex-direction: column;
  }

  #news .text .inner_text .arrow2_sp {
    display: block;
    width: 3.5rem;
    align-self: end;
    margin-top: 2rem;
  }
}


#website {
  /* width: 120rem; */
  margin: 0 auto;
  position: relative;
  padding-top: 7rem;
  width: 83.3333%;
}

@media only screen and (min-width: 768px) and (max-width: 1300px) {
 #website {
    width: 83.3333%;
  }
}

@media (max-width: 767px) {
  #website {
    width: 100%;
  }
}

#website .website_txt {
  position: absolute;
  width: 41%;
  top: 50%;
  left: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 767px) {
  #website .website_txt {
    width: 90%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

#website .website_txt h4 {
  font-family: 'Shippori Mincho', serif;
  font-size: 2.4rem;
  letter-spacing: 0.075em;
  font-weight: 500;
  line-height: 1.375;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  color: #ffffff;
}

@media (max-width: 767px) {
  #website .website_txt h4 {
    font-size: 4.5rem;
    letter-spacing: 0.04em;
  }
}

#website .website_txt .text {
  line-height: 1.625;
  color: #ffffff;
  padding-bottom: 1.5rem;
  text-align: left;
}

@media (max-width: 767px) {
  #website .website_txt .text {
    text-align: left;
  }
}

#website .website_txt .link_btn {
  background: #ffffff;
  color: #9b8e89;
  margin-left: 0;
}

@media (max-width: 767px) {
  #website .website_txt .link_btn {
    margin: 0 auto;
  }
}

#website .website_txt .link_btn .arrow {
  width: 6.4rem;
  aspect-ratio: 96/18;
  background: url("../images/arrow_beige.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
}

@media (max-width: 767px) {
  #website .website_txt .link_btn .arrow {
    width: 9.6rem;
  }
}

#appointment {
  padding-top: 7rem;
}

.appointment_bnr {
  margin-top: 5rem;
}


#appointment a:hover {
  opacity: 1;
}

* bnr
==============================　*/

.appointment_bnr.p-border {
  border-bottom: 1px solid #CCC;
}

.appointment_bnr ul {
  display: flex;
}

.l-foot_bnr ul a {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .appointment_bnr ul {
    display: block;
  }
}
.appointment_bnr ul > * {
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .appointment_bnr ul > * {
    width: 100%;
  }
}
.appointment_bnr ul.p-2col > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .appointment_bnr ul.p-2col > * {
    width: 100%;
  }
}
.appointment_bnr ul a {
  display: block;
  position: relative;
  overflow: hidden;
}
.appointment_bnr ul .c-text_wrap {
  color: #FFF;
  text-align: center;
  /* font-family: "DM Sans", sans-serif; */
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.032em;
  display: flex;
  width: 120px;
  height: 120px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
.appointment_bnr ul .c-text_wrap .c-text {
  font-family: 'Noto Serif';
  font-weight: 200;
  letter-spacing: 2.5px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.appointment_bnr ul .js-footimg_wrap {
  content: "";
  width: 170px;
  height: 170px;
  border: 1px solid #FFF;
  position: absolute;
}
.appointment_bnr ul .js-footimg_inner_wrap {
  content: "";
  width: 160px;
  height: 160px;
  border: 1px solid #FFF;
  position: absolute;
  background: rgba(0, 0, 0, .25);
}
.appointment_bnr ul .c-img {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
  transition: .5s ease-in-out; 
}
.appointment_bnr ul .c-img img {
  transition: .5s ease-in-out; 
}
.appointment_bnr ul a:hover .c-img {
  clip-path: inset(5%);
}
.appointment_bnr ul a:hover .c-img img {
  scale: 1.2;
}
.appointment_bnr ul a:hover .c-text_wrap .c-text {
  color: #411e18;
}
.appointment_bnr ul a:hover .js-footimg_inner_wrap {
  background: rgba(255, 255, 255, .65);
}


#contact {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#contact h3.title {
  padding-bottom: 5.5rem;
}

#contact #contact_form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #contact #contact_form {
    width: 83.333%;
  }
}

#contact #contact_form .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.2rem;
  position: relative;
}

@media (max-width: 767px) {
  #contact #contact_form .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 2.2rem;
  }
}

#contact #contact_form .form_row::before {
  content: attr(data-title);
  display: block;
  font-size: 2rem;
  position: absolute;
  left: -9rem;
}

@media (max-width: 767px) {
  #contact #contact_form .form_row::before {
    position: relative;
    font-size: 3.6rem;
    left: auto;
  }
}

#contact #contact_form .form_row.text_right::before {
  content: attr(data-title);
  display: block;
  font-size: 2rem;
  position: absolute;
  left: -5rem;
}

@media (max-width: 767px) {
  #contact #contact_form .form_row.text_right::before {
    position: relative;
    font-size: 3.6rem;
    left: auto;
  }
}

#contact #contact_form .form_row input {
  font-family: 'Shippori Mincho', serif;
  font-size: 1.6rem;
  width: 47.5rem;
  height: 5rem;
  background: #e6dcdb;
  border: none;
  padding-left: 1.5rem;
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  #contact #contact_form .form_row input {
    width: 100%;
    height: 8.2rem;
  }
}

#contact #contact_form .form_row.message_row {
  margin-bottom: 4.9rem;
}

#contact #contact_form .form_row.message_row input {
  width: 47.5rem;
  height: 17.3rem;
  background: #e6dcdb;
  border: none;
  padding-left: 1.5rem;
}

@media (max-width: 767px) {
  #contact #contact_form .form_row.message_row input {
    width: 100%;
  }
}

#contact #contact_form .form_row.message_row label[for='message'] {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

#contact #contact_form .link_btn {
  position: relative;
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}

#contact #contact_form .link_btn input[type='submit'] {
  font-family: 'Shippori Mincho', serif;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #ffffff;
  text-align: center;
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding-right: 8rem;
}

#contact #contact_form .link_btn input[type='submit']:hover {
  cursor: pointer;
}

@media (max-width: 767px) {
  #contact #contact_form .link_btn input[type='submit'] {
    font-size: 4rem;
  }
}

#contact #contact_form .link_btn .arrow {
  position: absolute;
  right: 10rem;
}

#contact #contact_form .link_btn:hover {
  opacity: 0.75;
}

.link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 36.8rem;
  height: 5.3rem;
  background: #4a1f17;
  font-size: 2rem;
  letter-spacing: 0.08em;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}

@media (max-width: 767px) {
  .link_btn {
    width: 100%;
    height: 9.2rem;
    font-size: 4rem;
  }
}

.link_btn .arrow {
  width: 6.4rem;
  aspect-ratio: 96/18;
  background: url("../images/arrow_white.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  margin-left: 0.6rem;
}

.item_bottom_sp {
  display: none;
}

.item_bottom {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62%;
}

.item_bottom .text {
  width: 50%;
}

.item_bottom .link_btn {
  width: 26rem;
  margin-left: 5vw;
}

@media (max-width: 767px) {
  .link_btn .arrow {
    width: 9.6rem;
    margin-left: 1.4rem;
  }
}

.link_btn:hover .arrow {
  -webkit-transform: translateX(20%);
          transform: translateX(20%);
}

@media (max-width: 767px) {
  .item_bottom {
    display: none;
  }
  .item_bottom_sp {
    display: block;
    margin-top: 3vw;
  }
  .item_bottom_sp .link_btn {
    width: 100%;
    margin-top: 2vw;
  }
}

.map {
  width: 60rem;
  height: 100%;
}

@media (max-width: 767px) {
  .map {
    width: 84%;
    height: 47vw;
    margin: 0 auto;
    margin-bottom: 6.5rem;
  }
}

#footer {
  position: relative;
}

#footer .footer_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 113rem;
  height: 14.583vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  #footer .footer_content {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#footer .footer_content .footer_txt .logo {
  width: 10.5rem;
  height: 6rem;
  padding-bottom: 1.75rem;
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 14.6rem;
    margin: 0 auto;
    padding-bottom: 7rem;
  }
}

#footer .footer_content .footer_txt .info {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #ffffff;
  padding-bottom: 1rem;
  line-height: 2;
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 3.6rem;
    text-align: center;
    line-height: 1;
  }
}

#footer .footer_content .footer_txt .info span a {
  color: inherit;
}

#footer .footer_content .footer_txt .info span::before {
  content: '|';
  padding: 0 1.2rem;
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .info p:nth-of-type(1) {
    padding-bottom: 5.5rem;
  }
  #footer .footer_content .footer_txt .info p:nth-of-type(2) span {
    display: block;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  #footer .footer_content .footer_txt .info p:nth-of-type(2) span::before {
    content: none;
  }
  #footer .footer_content .footer_txt .info p:nth-of-type(2)::before {
    content: '';
    background: url("../images/icon_location.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 2.1rem;
    aspect-ratio: 21/29;
    padding-right: 0.9rem;
  }
}

#footer .footer_content .footer_txt .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0.5rem;
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .icon {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 1.5rem;
  }
}

#footer .footer_content .footer_txt .icon a {
  display: block;
  aspect-ratio: 1;
  width: 4rem;
}

#footer .footer_content .footer_txt .icon a:first-of-type {
  margin-right: 1.2rem;
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .icon a {
    width: 7.5rem;
  }
  #footer .footer_content .footer_txt .icon a:first-of-type {
    margin-right: 2rem;
  }
}

#footer .footer_content .footer_txt .copy_right {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  color: #ffffff;
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .copy_right {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    font-size: 1.8rem;
    letter-spacing: 0.04em;
  }
}

@media (max-width: 767px) {
  #footer .footer_content .footer_txt .map {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

a {
  -webkit-transition: opacity ease-out 0.3s;
  transition: opacity ease-out 0.3s;
}

a:hover {
  opacity: 0.75;
}

.overlay {
  position: relative;
}

.overlay::before {
  content: '';
  background: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}

#menu .menu_email {
  width: 4.7rem;
  aspect-ratio: 47/36;
}

#menu .menu_btn {
  height: 3.7rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#menu .menu_btn::before, #menu .menu_btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5rem;
  background: #37312f;
  border-radius: 999px;
}

#menu .menu_btn::before {
  top: 0;
}

#menu .menu_btn::after {
  bottom: 0;
}

#menu .menu_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5rem;
  height: 0.5rem;
  background: #37312f;
  border-radius: 999px;
}

#menu .menu_btn:hover {
  cursor: pointer;
}

#menu > span {
  width: 0.3rem;
  background: #37312f;
  height: 7.2rem;
  margin: 0 1.8rem;
  border-radius: 999px;
}

header#header nav.menu-is-open {
  opacity: 1;
  pointer-events: auto;
}

#menu .menu_btn.menu_icon {
  height: 0;
  background: red;
  z-index: 1;
}

#menu .menu_btn.menu_icon::before {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  top: 0;
  background: #ffffff;
}

#menu .menu_btn.menu_icon::after {
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  top: 0;
  background: #ffffff;
}

header#header .menu_bg {
  position: absolute;
  display: none;
}

@media (max-width: 767px) {
  header#header .menu_bg {
    display: unset;
  }
}

header#header .menu_bg.menu_bg--change {
  position: absolute;
  width: 12.5%;
  height: 100%;
  background: #37312f;
  right: 0;
  z-index: -1;
}
