@charset "UTF-8";
/*Theme Name : common_template*/
/* その後、他の変数、関数、CSSコードを記述します */
html body [class*=" c1"], html body [class*=" c2"], html body [class*=" c3"], html body [class*=" c4"], html body [class*=" c5"], html body [class*=" c6"], html body [class*=" c7"], html body [class*=" c8"], html body [class*=" c9"], html body [class^=c1], html body [class^=c2], html body [class^=c3], html body [class^=c4], html body [class^=c5], html body [class^=c6], html body [class^=c7], html body [class^=c8], html body [class^=c9] {
  padding: 0;
  margin: 0;
}
html body {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
html body p {
  padding: 0;
  margin: 0;
}

.container {
  max-width: 100%;
}

html body .title_en p {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #c2c6c8;
}
@media (min-width: 768px) {
  html body .title_en p {
    font-size: clamp(22px, 19.3391153513px + 0.3469210755vw, 26px);
  }
}
html body .content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  line-height: 2.2;
  font-weight: 500;
  color: #333333;
}
@media (min-width: 768px) {
  html body .content {
    font-size: clamp(14px, 10.0086730269px + 0.5203816132vw, 20px);
  }
}
html body .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (min-width: 768px) {
  html body .title_flex {
    -moz-column-gap: clamp(10px, 6px + 0.5208333333vw, 16px);
         column-gap: clamp(10px, 6px + 0.5208333333vw, 16px);
  }
}
html body .title_flex .title_head p {
  padding: 6px 11px;
  background: #c2c6c8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  border-radius: 5px;
  font-size: clamp(18px, 5.5730994152px + 2.9239766082vw, 28px);
}
@media (min-width: 768px) {
  html body .title_flex .title_head p {
    font-size: 1.4583333333vw;
  }
}
html body .title_jp {
  font-size: 7.4666666667vw;
  font-weight: 500;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  color: #333333;
  letter-spacing: 0.04em;
}
@media (min-width: 426px) {
  html body .title_jp {
    font-size: clamp(34px, 16.5102639296px + 4.1055718475vw, 48px);
  }
}
@media (min-width: 768px) {
  html body .title_jp {
    font-size: 3.0208333333vw;
  }
}
@media (min-width: 768px) {
  html body .title_jp br:nth-child(2) {
    display: none;
  }
}
html body .main_button {
  text-decoration: none;
  display: block;
}
html body .main_button p {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 250px;
  height: 55px;
  margin: 0 auto;
  padding: 0 20px !important;
  border: 1px solid #dbc7ca;
  background: #dbc7ca;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  transition: background 0.4s;
}
html body .main_button p::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: 0;
}
html body .main_button p:hover {
  background: #c2c6c8;
}
html body .main_header {
  z-index: 999;
  position: fixed;
  width: 100%;
  background: #fff;
}
html body .main_header.fixed {
  background: #fff;
}
html body .main_header .col-md-6 {
  padding: 0 !important;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  flex: unset !important;
}
html body .main_header {
  transform: none;
  max-width: 100%;
}
html body .main_header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin: 0;
}
html body .main_header .row .logo_wrap .main_logo {
  display: flex;
  max-width: 72px;
}
html body .main_header .row .logo_wrap .main_logo img {
  width: 100%;
  height: auto;
}
html body .main_header .row .header_wrap .header_inner {
  display: flex;
  align-items: center;
}
html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) {
  display: none;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap {
  display: block;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  background-image: linear-gradient(#dbc7ca, #dbc7ca);
  background-position: center;
  background-size: 80% 1.5px;
  background-repeat: no-repeat;
  transition: background-size 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::before, html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::after {
  content: "";
  position: absolute;
  left: 10%;
  width: 80%;
  height: 1.5px;
  background-color: #dbc7ca;
  border-radius: 4px;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), top 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), bottom 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::before {
  top: calc(50% - 7px - 1.5px / 2);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger::after {
  bottom: calc(50% - 7px - 1.5px / 2);
}
@media (hover: hover) {
  html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger:hover::before {
    transform: translateY(-2px);
  }
  html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger:hover::after {
    transform: translateY(2px);
  }
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active {
  background-size: 0 1.5px;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::before, html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::after {
  top: 50%;
  bottom: 50%;
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::before {
  transform: translateY(-50%) rotate(45deg);
}
html body .main_header .row .header_wrap .header_inner .burger_wrap .main_burger.active:hover::after {
  transform: translateY(50%) rotate(-45deg);
}
html body .main_header.fixed {
  top: 0;
  padding: 0;
}
html body .main_header.fixed .row {
  border-radius: 0;
}
@media (min-width: 1200px) {
  html body .main_header {
    max-width: 100%;
  }
  html body .main_header.fixed {
    max-width: 100%;
    padding: 0;
    top: 0;
  }
  html body .main_header.fixed .row {
    border-radius: 0;
    padding: 0;
  }
  html body .main_header .row {
    padding: 0;
  }
  html body .main_header .row .logo_wrap .main_logo {
    max-width: 72px;
    margin-left: clamp(20px, 0px + 1.6666666667vw, 32px);
  }
  html body .main_header .row .header_wrap {
    max-width: -moz-max-content;
    max-width: max-content;
  }
  html body .main_header .row .header_wrap .header_inner {
    gap: 0;
  }
  html body .main_header .row .header_wrap .header_inner .burger_wrap {
    display: none;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) {
    display: block;
    padding: 0;
    min-height: unset;
    text-decoration: none;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) > div {
    padding: 0;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) > div p {
    color: #333333;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-size: clamp(14px, 10.6666666667px + 0.2777777778vw, 16px);
    line-height: normal;
    margin: 0;
    padding-right: clamp(12px, -21.3333333333px + 2.7777777778vw, 32px);
    text-align: center;
    transition: 0.4s all;
  }
  html body .main_header .row .header_wrap .header_inner a:not(.burger_wrap a) > div p:hover {
    opacity: 0.7;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button1 img {
    width: clamp(160px, -11.6666666667px + 14.3055555556vw, 263px);
    height: clamp(55px, -5px + 5vw, 91px);
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.4s all;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button1 img:hover {
    opacity: 0.7;
  }
}
html body .container.carousel {
  max-width: 100%;
  padding: 0;
}
html body .container.carousel .controlArea .carousel-item {
  display: block;
  opacity: 1;
}
html body .container.carousel .carousel_title {
  position: absolute;
  z-index: 1;
  left: clamp(20px, -8.9966555184px + 6.8227424749vw, 122px);
  bottom: clamp(40px, 13.8461538462px + 6.1538461538vw, 132px);
}
html body .container.carousel .carousel_title h1 {
  width: -moz-max-content;
  width: max-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: clamp(32px, 21.1973244147px + 2.5418060201vw, 70px);
}
@media (min-width: 768px) {
  html body .container.carousel .carousel_title h1 br:nth-child(odd) {
    display: none;
  }
}
html body .container.carousel .carousel_title p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  padding: clamp(4px, 2.8628762542px + 0.2675585284vw, 8px);
  border-radius: 5px;
  font-size: clamp(20px, 14.3143812709px + 1.3377926421vw, 40px);
  color: #fff;
  background: #c2c6c8;
  margin-bottom: clamp(15px, 10.7357859532px + 1.0033444816vw, 30px);
}
html body .sp_nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 900;
  padding-top: 100px;
  padding-bottom: 50px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease-in-out;
  pointer-events: none;
}
html body .sp_nav_wrap.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
html body .sp_nav_wrap a {
  display: block;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s all;
  padding: 0 !important;
  min-height: unset !important;
}
html body .sp_nav_wrap a > div p {
  color: #333333 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin: 0;
}
html body .sp_nav_wrap a[href*=contact] > div p {
  background: #dbc7ca !important;
  color: #fff !important;
  width: 200px;
  height: 55px;
  border-radius: 50vh;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
html body .sp_nav_wrap.open a {
  opacity: 1;
  transform: translateY(0);
}
html body .sp_nav_wrap.open a:nth-child(1) {
  transition-delay: 0.15s;
}
html body .sp_nav_wrap.open a:nth-child(2) {
  transition-delay: 0.2s;
}
html body .sp_nav_wrap.open a:nth-child(3) {
  transition-delay: 0.25s;
}
html body .sp_nav_wrap.open a:nth-child(4) {
  transition-delay: 0.3s;
}
html body .sp_nav_wrap.open a:nth-child(5) {
  transition-delay: 0.35s;
}
html body .sp_nav_wrap.open a:nth-child(6) {
  transition-delay: 0.4s;
}
html body .sp_nav_wrap.open a:nth-child(7) {
  transition-delay: 0.45s;
}
html body .sp_nav_wrap.open a:nth-child(8) {
  transition-delay: 0.5s;
}
html body .sp_nav_wrap.open a:nth-child(9) {
  transition-delay: 0.55s;
}
html body .sp_nav_wrap.open a:nth-child(10) {
  transition-delay: 0.6s;
}
html body .sp_nav_wrap.open a:nth-child(11) {
  transition-delay: 0.65s;
}
html body .sp_nav_wrap.open a:nth-child(12) {
  transition-delay: 0.7s;
}
html body .sp_nav_wrap.open a:nth-child(13) {
  transition-delay: 0.75s;
}
html body .sp_nav_wrap.open a:nth-child(14) {
  transition-delay: 0.8s;
}
html body .sp_nav_wrap.open a:nth-child(15) {
  transition-delay: 0.85s;
}
html body .sp_nav_wrap.open a:nth-child(16) {
  transition-delay: 0.9s;
}
html body .sp_nav_wrap.open a:nth-child(17) {
  transition-delay: 0.95s;
}
html body .sp_nav_wrap.open a:nth-child(18) {
  transition-delay: 1s;
}
html body .sp_nav_wrap.open a:nth-child(19) {
  transition-delay: 1.05s;
}
html body .sp_nav_wrap.open a:nth-child(20) {
  transition-delay: 1.1s;
}
html body .sp_nav_wrap .contact_button1,
html body .sp_nav_wrap .contact_button2 {
  max-width: clamp(220px, 180px + 5.2083333333vw, 280px);
  width: 100%;
  margin: 0 auto;
}
html body .sp_nav_wrap .contact_button1 img,
html body .sp_nav_wrap .contact_button2 img {
  width: 100%;
}
html body .s_news {
  padding: clamp(40px, 28.6287625418px + 2.6755852843vw, 80px) 0 clamp(80px, 57.2575250836px + 5.3511705686vw, 160px);
}
html body .s_news .container {
  max-width: calc(1232px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
html body .s_news .container p,
html body .s_news .container h2,
html body .s_news .container div {
  margin: 0;
  padding: 0;
}
html body .s_news .container .main_flex {
  flex-wrap: unset;
  justify-content: start;
  align-items: flex-start;
  -moz-column-gap: clamp(30px, 3.2942898975vw, 45px);
       column-gap: clamp(30px, 3.2942898975vw, 45px);
  margin: 0 0 clamp(30px, 3.513909224vw, 48px);
  flex-direction: column;
  row-gap: clamp(20px, 12.841163311px + 2.2371364653vw, 30px);
}
@media (min-width: 768px) {
  html body .s_news .container .main_flex {
    flex-direction: unset;
    justify-content: space-between;
    align-items: flex-end;
  }
}
html body .s_news .container .main_flex .title_jp {
  color: #333333;
}
html body .s_news .container article {
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 768px) {
  html body .s_news .container article {
    padding: clamp(20px, 2.3426061493vw, 32px);
  }
}
html body .s_news .container article .news_inner {
  flex-direction: column;
  row-gap: 10px;
  -moz-column-gap: clamp(20px, 3.6603221083vw, 50px);
       column-gap: clamp(20px, 3.6603221083vw, 50px);
}
@media (min-width: 768px) {
  html body .s_news .container article .news_inner {
    align-items: center;
    flex-direction: unset;
  }
}
html body .s_news .container article .news_inner .col-12:first-child p {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: normal;
  color: #333333;
}
html body .s_news .container article .news_inner .col-12:last-child p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: normal;
}
html body .s_news .container article:last-of-type {
  margin-bottom: 0;
}
html body .s_news .container [class*=col-] {
  padding: 0 !important;
  max-width: unset !important;
  flex: unset !important;
  width: unset;
}

.footer {
  /* リンクのフレックスコンテナ（横並びや折り返し調整） */
}
.footer .link_flex {
  padding: 40px 0;
}
@media (min-width: 770px) {
  .footer .link_flex {
    padding: 0;
  }
}
.footer .link_flex {
  flex-direction: column;
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: center;
  -moz-column-gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
       column-gap: clamp(20px, 6.6666666667px + 1.7361111111vw, 40px);
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer .link_flex {
    flex-direction: row;
  }
}
.footer .link_flex a p {
  padding: 10px 0;
}
@media (min-width: 770px) {
  .footer .link_flex a p {
    padding: 20px 0;
  }
}
.footer .link_flex a p {
  color: #333333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}
.footer .link_flex a p:hover {
  color: #dbc7ca;
}
.footer {
  /* コピーライトエリア */
}
.footer .copy_area p {
  padding: 20px;
  background: #dbc7ca;
  color: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}

#root {
  overflow: hidden;
}

.main_mv {
  position: relative;
  margin-top: 72px;
}
@media (min-width: 768px) {
  .main_mv {
    height: calc(100vh - 72px);
  }
}
@media (min-width: 1200px) {
  .main_mv {
    height: calc(100vh - 90px);
    margin-top: clamp(63px, 18px + 3.75vw, 90px);
  }
}
.main_mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120vw;
}
@media (min-width: 768px) {
  .main_mv img {
    height: 100%;
  }
}
.main_mv .mv_catch {
  position: absolute;
  bottom: 30px;
  left: 6%;
}
@media (min-width: 768px) {
  .main_mv .mv_catch {
    bottom: 4.6875vw;
    left: 6.25vw;
  }
}
.main_mv .mv_catch .mv_header {
  font-family: "Shippori Mincho", serif;
  line-height: 1.4;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: clamp(20px, 13.3333333333px + 0.8680555556vw, 30px);
  font-weight: 500;
  font-size: clamp(36px, 18.6023391813px + 4.0935672515vw, 50px);
}
@media (min-width: 768px) {
  .main_mv .mv_catch .mv_header {
    font-size: clamp(36px, 13.3333333333px + 2.9513888889vw, 70px);
  }
}
.main_mv .mv_catch .mv_content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: clamp(16px, 13.3333333333px + 0.3472222222vw, 20px);
}
@media (min-width: 768px) {
  .main_mv .mv_catch .mv_content {
    font-size: clamp(20px, 17.3333333333px + 0.3472222222vw, 24px);
  }
}
.main_mv .mv_pc_only {
  display: none;
}
@media (min-width: 768px) {
  .main_mv .mv_pc_only {
    display: block;
  }
}
.main_mv .mv_sp_only {
  display: block;
}
@media (min-width: 768px) {
  .main_mv .mv_sp_only {
    display: none;
  }
}

.bg_wrap {
  background: url(/system_panel/uploads/images/top_bg.jpg) no-repeat;
  background-size: cover;
}

.sp_only br {
  display: block;
}
@media (min-width: 768px) {
  .sp_only br {
    display: none;
  }
}

.pc_only br {
  display: none;
}
@media (min-width: 768px) {
  .pc_only br {
    display: block;
  }
}

.sp_img {
  display: block;
}
@media (min-width: 768px) {
  .sp_img {
    display: none;
  }
}

.pc_img {
  display: none;
}
@media (min-width: 768px) {
  .pc_img {
    display: block;
  }
}

.s_info {
  padding: clamp(40px, 28.6287625418px + 2.6755852843vw, 80px) 0;
}
.s_info .container {
  max-width: calc(1240px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s_info .container > .row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .s_info .container > .row {
    grid-template-columns: 577fr 608fr;
    -moz-column-gap: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
         column-gap: clamp(30px, 13.3333333333px + 2.1701388889vw, 55px);
  }
}
.s_info .container > .row .title_en {
  margin-bottom: 8px;
}
.s_info .container > .row .header_flex {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(20px, 3.5871156662vw, 49px);
       column-gap: clamp(20px, 3.5871156662vw, 49px);
  margin-bottom: 32px;
}
.s_info .container > .row .header_flex .title_jp {
  color: #333333;
}
.s_info .container > .row .header_flex a {
  width: clamp(29px, 2.8550512445vw, 39px);
  height: clamp(29px, 2.8550512445vw, 39px);
  display: block;
  min-width: unset;
}
.s_info .container > .row .header_flex img {
  width: clamp(29px, 2.8550512445vw, 39px);
  height: clamp(29px, 2.8550512445vw, 39px);
}
.s_info .container > .row .row {
  margin-left: 0;
  margin-right: 0;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
  flex-direction: column;
  padding: 16px 0;
  border-bottom: 1px solid #d2d2d2;
}
@media (min-width: 768px) {
  .s_info .container > .row .row {
    flex-direction: row;
    border-bottom: 1px solid #d2d2d2;
    padding: clamp(12px, 8px + 0.5208333333vw, 18px) 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .s_info .container > .row .row .address_head {
    min-width: clamp(100px, 90.6666666667px + 1.2152777778vw, 114px);
    max-width: clamp(100px, 90.6666666667px + 1.2152777778vw, 114px);
    width: 100%;
  }
}
.s_info .container > .row .row .address_head > div p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: normal;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .s_info .container > .row .row .address_head > div p {
    margin-bottom: 0;
  }
}
.s_info .container > .row .row .address_body a {
  color: #333333;
}
.s_info .container > .row .row .address_body > div p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  color: #333333;
  letter-spacing: 0.02em;
}
.s_info .container > .row .main_button {
  margin-top: 32px;
}
.s_info .container > .row .main_button > div p {
  margin: 0;
}
.s_info .container > .row .map_area > div {
  width: 100%;
  height: clamp(320px, 274.5150501672px + 10.7023411371vw, 480px);
}
@media (min-width: 768px) {
  .s_info .container > .row .map_area > div {
    width: 100%;
    height: 100%;
  }
}
.s_info .container > .row .map_area > div iframe {
  width: 100%;
  height: 100%;
}

/* ===============================================
# サイド追尾 (smooooth)
=============================================== */
.side_fix {
  display: none;
}
@media (min-width: 1024px) {
  .side_fix {
    display: block;
  }
}
.side_fix {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 180px;
  padding: 0;
}
.side_fix .side_btn + .side_btn {
  margin-top: 20px;
}
.side_fix .side_btn {
  position: relative;
  width: 300px;
  height: 80px;
  transition: all 0.3s ease;
  background: #dbc7ca;
  border: solid 1px #fff;
  border-right: none;
  border-radius: 100px 0 0 100px;
}
.side_fix .side_btn:hover {
  transform: translateX(-219px);
}
.side_fix .side_btn.instagram {
  background: #dbc7ca;
}
.side_fix .side_btn.yoyaku {
  background: #c2c6c8;
  position: relative;
}
.side_fix .side_btn.yoyaku::before {
  content: "予約";
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  width: 32px;
  height: 32px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: auto;
  left: -10px;
  right: auto;
  border-radius: 50%;
  border: solid 1px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .side_link_wrap {
  display: flex;
  align-items: center;
  height: 100%;
  text-decoration: none;
}
.side_fix .icon {
  min-width: 80px;
  width: 80px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.side_fix .icon img {
  max-width: 30px;
  display: block;
}
.side_fix .ttl p {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  white-space: nowrap;
  margin: 0;
}

.s01 {
  background: url(/system_panel/uploads/images/about_bg.jpg) no-repeat;
  background-size: cover;
  padding: clamp(80px, 57.2575250836px + 5.3511705686vw, 160px) 0;
}
.s01 .inner {
  padding: 0 6%;
}
.s01 .inner .title_jp {
  text-align: center;
  margin-bottom: 40px;
}
.s01 .inner .content {
  text-align: center;
}

.s02 {
  padding: clamp(80px, 57.2575250836px + 5.3511705686vw, 160px) 0 clamp(40px, 28.6287625418px + 2.6755852843vw, 80px);
}
.s02 .inner {
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s02 .inner {
    padding-right: 5.9375vw;
  }
}
.s02 .inner .grid_box {
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media (min-width: 768px) {
  .s02 .inner .grid_box {
    display: grid;
    row-gap: 0;
    grid-template-columns: 1024fr 662fr;
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
    align-items: center;
  }
}
.s02 .inner .grid_box .grid_col.img_area img {
  width: 100%;
}
.s02 .inner .grid_box .grid_col.text_area {
  padding-left: 6%;
}
@media (min-width: 768px) {
  .s02 .inner .grid_box .grid_col.text_area {
    padding-right: 0;
  }
}
.s02 .inner .grid_box .grid_col.text_area .title_jp {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s02 .inner .grid_box .grid_col.text_area .content {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
@media (min-width: 768px) {
  .s02 .inner .grid_box .grid_col.text_area .content {
    max-width: 580px;
  }
}
.s02 .inner .grid_box .grid_col.text_area .main_button p {
  margin: 0;
}

.s03 {
  padding: clamp(40px, 28.6287625418px + 2.6755852843vw, 80px) 0 clamp(80px, 57.2575250836px + 5.3511705686vw, 160px);
}
.s03 .inner {
  padding-left: 6%;
}
@media (min-width: 768px) {
  .s03 .inner {
    padding-left: 6.6145833333vw;
  }
}
.s03 .inner .grid_box {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 64px;
}
@media (min-width: 768px) {
  .s03 .inner .grid_box {
    display: grid;
    row-gap: 0;
    grid-template-columns: 649fr 1024fr;
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
    align-items: center;
  }
}
.s03 .inner .grid_box .grid_col.img_area img {
  width: 100%;
}
.s03 .inner .grid_box .grid_col.text_area {
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s03 .inner .grid_box .grid_col.text_area {
    padding-right: 0;
  }
}
.s03 .inner .grid_box .grid_col.text_area .title_jp {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s03 .inner .grid_box .grid_col.text_area .content {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
@media (min-width: 768px) {
  .s03 .inner .grid_box .grid_col.text_area .content {
    max-width: 610px;
  }
}
.s03 .inner .grid_box .grid_col.text_area .main_button p {
  margin: 0;
}

.s04 {
  background: url(/system_panel/uploads/images/top_menu_bg.jpg) no-repeat;
  background-size: cover;
  padding: clamp(80px, 57.2575250836px + 5.3511705686vw, 160px) 0;
}
.s04 .inner {
  padding: 0 6%;
}
.s04 .inner .title_flex {
  justify-content: center;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
.s04 .inner .title_flex .title_en p {
  color: #333333;
}
.s04 .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
.s04 .inner .content {
  text-align: center;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
.s04 .inner .main_button p {
  background: #fff;
  color: #333333;
  border: 1px solid #fff;
}
.s04 .inner .main_button p::after {
  background: #333333;
}
.s04 .inner .main_button p:hover {
  background: #333333;
  color: #fff;
  border: 1px solid #333333;
}
.s04 .inner .main_button p:hover::after {
  background: #fff;
}

.s_slider {
  padding: clamp(80px, 57.2575250836px + 5.3511705686vw, 160px) 0 clamp(40px, 28.6287625418px + 2.6755852843vw, 80px);
}
.s_slider .swiper {
  width: 100%;
}
.s_slider .swiper-wrapper {
  transition-timing-function: linear;
}
.s_slider .swiper-slide {
  width: auto;
  margin-right: 16px;
}
@media (min-width: 768px) {
  .s_slider .swiper-slide {
    margin-right: clamp(16px, 0px + 2.0833333333vw, 40px);
  }
}
.s_slider .swiper-slide img {
  width: clamp(165px, 98.1939799331px + 15.7190635452vw, 400px);
  height: auto;
  display: block;
}

.s05 {
  padding: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px) 0 clamp(40px, 13.3333333333px + 3.4722222222vw, 80px);
}
.s05 .container {
  max-width: calc(1240px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s05 .container .inner {
  background: #f1f3f4;
  padding: clamp(40px, 13.3333333333px + 3.4722222222vw, 80px) 5%;
}
.s05 .container .inner .title_flex {
  justify-content: center;
}
.s05 .container .inner .title_en {
  text-align: center;
}
.s05 .container .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s05 .container .inner .content {
  text-align: start;
  color: #333333;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s05 .container .inner .content {
    text-align: center;
  }
}

.s_contact {
  background: url(/system_panel/uploads/images/contact_bg.jpg) no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.s_contact .container {
  padding: 0 6%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .s_contact .container {
    max-width: calc(1270px + 12%);
    width: 100%;
    margin: 0 auto;
  }
}
.s_contact .container .title_en {
  margin-bottom: 8px;
}
.s_contact .container .title_en p {
  text-align: center;
  color: #fff;
}
.s_contact .container .title_jp {
  margin-bottom: 32px;
  text-align: center;
  color: #fff;
}
.s_contact .container .content {
  text-align: center;
  margin-bottom: 32px;
}
.s_contact .container .content.mb0 {
  margin-bottom: 0;
}
.s_contact .container .content p {
  color: #fff;
}
.s_contact .container .grid_box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .s_contact .container .grid_box {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: clamp(20px, 12px + 1.0416666667vw, 32px);
         column-gap: clamp(20px, 12px + 1.0416666667vw, 32px);
  }
}
.s_contact .container .grid_box .grid_col {
  /* 各リンク要素 */
  max-width: clamp(350px, 330.1003344482px + 4.6822742475vw, 420px);
  width: 100%;
  margin: 0 auto;
}
.s_contact .container .grid_box .grid_col img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */