@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: "Shippori Antique", sans-serif;
}
html body p {
  padding: 0;
  margin: 0;
}

html body .title_en p {
  font-family: "Gowun Batang", serif;
  font-weight: bold;
  text-transform: capitalize;
  font-size: clamp(20px, 12.5438596491px + 1.7543859649vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a37140;
}
@media (min-width: 768px) {
  html body .title_en p {
    font-size: clamp(18px, 12.6782307025px + 0.6938421509vw, 26px);
  }
}
html body .content {
  font-family: "Shippori Antique", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #51221a;
}
@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: #a37140;
  font-family: "Shippori Antique", sans-serif;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(20px, 10.0584795322px + 2.3391812865vw, 28px);
}
@media (min-width: 768px) {
  html body .title_flex .title_head p {
    font-size: clamp(18px, 11.3333333333px + 0.8680555556vw, 28px);
  }
}
html body .title_jp {
  font-size: 8.5333333333vw;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  color: #51221a;
  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.6458333333vw;
  }
}
html body .main_button {
  text-decoration: none;
  display: block;
}
html body .main_button p {
  background: #9b1d20;
  border: 1px solid #9b1d20;
  font-weight: bold;
  font-size: clamp(14px, 1.1713030747vw, 16px);
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "Shippori Antique", sans-serif;
  margin: 0 auto;
  font-weight: 400;
  transition: all 0.2s ease;
  width: 250px;
  padding-left: 20px !important;
  padding-right: 0;
  height: 56px;
  line-height: 1.8;
}
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: #fff;
  border: 1px solid #9b1d20;
  color: #9b1d20;
}
html body .main_button p:hover::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 1px;
  background: #9b1d20;
  top: 50%;
  right: 0;
}
html body .main_header {
  z-index: 999;
  position: fixed;
  width: 100%;
  transition: 0.4s all;
}
html body .main_header.fixed {
  background: #a37140;
}
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: 15px;
  margin: 0;
}
html body .main_header .row .logo_wrap .main_logo {
  display: flex;
  max-width: 200px;
}
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(#fff, #fff);
  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: #fff;
  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: clamp(220px, 123.3333333333px + 8.0555555556vw, 278px);
    margin-left: 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: clamp(12px, -21.3333333333px + 2.7777777778vw, 32px);
  }
  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: #fff;
    font-family: "Shippori Antique", sans-serif;
    font-weight: 400;
    font-size: clamp(14px, 10.6666666667px + 0.2777777778vw, 16px);
    line-height: normal;
    margin: 0;
    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_button img {
    width: clamp(220px, 131.6666666667px + 7.3611111111vw, 273px);
    height: clamp(73px, 43px + 2.5vw, 91px);
    transition: 0.4s all;
  }
  html body .main_header .row .header_wrap .header_inner .contact_button 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: "Shippori Mincho", serif;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: bold;
  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: "Shippori Mincho", serif;
  font-weight: bold;
  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: #a37140;
  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: #9b1d20;
  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: #fff !important;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: clamp(18px, 17.4314381271px + 0.1337792642vw, 20px);
  margin: 0;
}
html body .sp_nav_wrap a[href*=contact] > div p {
  background: #fff !important;
  color: #9b1d20 !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_button {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
}
html body .sp_nav_wrap .contact_button img {
  width: 100%;
}
html body .s_news {
  padding: clamp(130px, 100.1505016722px + 7.0234113712vw, 235px) 0 clamp(126px, 100.4147157191px + 6.0200668896vw, 216px);
}
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: #51221a;
}
html body .s_news .container article {
  width: 100%;
  padding: 16px 0;
  border-radius: 10px;
  margin-bottom: 14px;
  border-bottom: 1px solid #b5a78c;
}
@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: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #51221a;
}
html body .s_news .container article .news_inner .col-12:last-child p {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #51221a;
  line-height: normal;
  letter-spacing: 0.07em;
}
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: 768px) {
  .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: 768px) {
  .footer .link_flex a p {
    padding: 20px 0;
  }
}
.footer .link_flex a p {
  color: #51221a;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  transition: 0.4s all;
}
.footer .link_flex a p:hover {
  color: #9b1d20;
}
.footer {
  /* コピーライトエリア */
}
.footer .copy_area p {
  padding: 20px;
  background: #9b1d20;
  color: #fff;
  text-align: center;
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}

#root {
  overflow: hidden;
}

.main_mv {
  position: relative;
}
.main_mv img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 120vw;
}
@media (min-width: 768px) {
  .main_mv img {
    height: unset;
  }
}
.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: bold;
  font-size: 7vw;
}
@media (min-width: 768px) {
  .main_mv .mv_catch .mv_header {
    font-size: clamp(42px, 23.3333333333px + 2.4305555556vw, 70px);
  }
}
.main_mv .mv_catch .mv_content {
  font-family: "Shippori Antique", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #fff;
  font-size: 3vw;
}
@media (min-width: 768px) {
  .main_mv .mv_catch .mv_content {
    font-size: clamp(18px, 14px + 0.5208333333vw, 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;
  }
}

.s01 {
  padding: clamp(100px, 74.6989966555px + 5.9531772575vw, 189px) 0 clamp(130px, 82px + 6.25vw, 202px);
}
.s01 .container {
  max-width: calc(1592px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s01 .container .title_flex {
  justify-content: center;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s01 .container .title_jp {
  text-align: center;
  margin-bottom: clamp(32px, 22.3344481605px + 2.2742474916vw, 66px);
  font-size: 6.9333333333vw;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  color: #51221a;
  letter-spacing: 0.04em;
}
@media (min-width: 426px) {
  .s01 .container .title_jp {
    font-size: clamp(34px, 16.5102639296px + 4.1055718475vw, 48px);
  }
}
@media (min-width: 768px) {
  .s01 .container .title_jp {
    font-size: 3.6458333333vw;
  }
}
.s01 .container .grid_box {
  display: grid;
  row-gap: 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .s01 .container .grid_box {
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
.s01 .container .grid_box .grid_col img {
  width: 100%;
}

/* =========================================
   s02: こだわりセクション (Kodawari Section)
========================================= */
.s02 {
  padding-bottom: clamp(43px, 20.5418060201px + 5.2842809365vw, 122px);
}
.s02 .container {
  max-width: calc(1150px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s02 .container .title_flex {
  margin-bottom: 24px;
  justify-content: center;
}
.s02 .container .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s02 .container .title_jp.title_space br:nth-of-type(1),
.s02 .container .title_jp.title_space br:nth-of-type(3) {
  display: block;
}
@media (min-width: 768px) {
  .s02 .container .title_jp.title_space br:nth-of-type(1),
  .s02 .container .title_jp.title_space br:nth-of-type(3) {
    display: none;
  }
}
.s02 .container .content {
  text-align: start;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s02 .container .content {
    text-align: center;
  }
}
/* =========================================
   s03: 無限スライダーセクション (Infinite Slider)
========================================= */
.s03 {
  padding-bottom: clamp(97px, 62.8862876254px + 8.0267558528vw, 217px);
  /* 無限スライダーのラッパー */
}
.s03 .infinite_slider {
  overflow: hidden;
  width: 100%;
}
.s03 {
  /* スライダーのトラック（アニメーションで動く部分） */
}
.s03 .slider_track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  /* 20秒かけて一定速度で流れる（速度はデザインに合わせて調整） */
  animation: scroll_marquee 60s linear infinite;
  margin: 0;
  padding: 0;
  list-style: none;
}
.s03 {
  /* 各スライドアイテム */
}
.s03 .slide_item {
  /* fluid関数を活用し、375px〜1920pxの間で画像幅を可変させる */
  width: clamp(356px, 264.7378640777px + 24.3365695793vw, 732px);
  flex-shrink: 0;
  /* スマホファースト: 基本の余白（〜767pxまで適用） */
  padding: 0 2.6666666667vw;
}
.s03 .slide_item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.s03 .slide_item {
  /* ブレイクポイント: 425px（大きめのスマホ） */
}
@media screen and (min-width: 425px) {
  .s03 .slide_item {
    /* 必要に応じて微調整（不要な場合は削除可） */
  }
}
.s03 .slide_item {
  /* ブレイクポイント: 768px（ここからタブレット・PCレイアウト適用） */
}
@media screen and (min-width: 768px) {
  .s03 .slide_item {
    padding: 0 1.9505851756vw;
  }
}
.s03 .slide_item {
  /* ブレイクポイント: 1366px（標準的なノートPC） */
}
@media screen and (min-width: 1366px) {
  .s03 .slide_item {
    padding: 0 1.4641288433vw;
  }
}
.s03 .slide_item {
  /* ブレイクポイント: 1920px（大型モニター） */
}
@media screen and (min-width: 1920px) {
  .s03 .slide_item {
    padding: 0 1.5625vw;
  }
}
.s03 {
  /* アニメーションの定義 */
}
@keyframes scroll_marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    /* JSで複製され全6枚になったうち、前半の3枚分（全体の50%）が移動した時点でループさせる */
    transform: translateX(-50%);
  }
}

.s04 {
  padding-bottom: clamp(65px, 98.6403508772px + -4.3859649123vw, 80px);
}
.s04 .inner {
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s04 .inner {
    padding-right: 4.2708333333vw;
  }
}
.s04 .inner .grid_box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 65px;
}
@media (min-width: 768px) {
  .s04 .inner .grid_box {
    grid-template-columns: 1064fr 673fr;
    align-items: center;
    -moz-column-gap: 5.3125vw;
         column-gap: 5.3125vw;
  }
}
.s04 .inner .grid_box .img_area {
  width: 100%;
}
.s04 .inner .grid_box .img_area img {
  width: 100%;
}
.s04 .inner .grid_box .text_area {
  padding-left: 6%;
}
@media (min-width: 768px) {
  .s04 .inner .grid_box .text_area {
    padding-left: 0;
  }
}
.s04 .inner .grid_box .text_area .title_flex {
  margin-bottom: 24px;
}
.s04 .inner .grid_box .text_area .title_jp {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s04 .inner .grid_box .text_area .content {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s04 .inner .grid_box .text_area .main_button div p {
  margin: 0;
}

.s05 {
  padding-bottom: clamp(103px, 71.1605351171px + 7.491638796vw, 215px);
}
.s05 .inner {
  padding-left: 6%;
}
@media (min-width: 768px) {
  .s05 .inner {
    padding-left: 10.2604166667vw;
  }
}
.s05 .inner .grid_box {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 65px;
}
@media (min-width: 768px) {
  .s05 .inner .grid_box {
    display: grid;
    grid-template-columns: 600fr 1064fr;
    align-items: center;
    -moz-column-gap: 3.2291666667vw;
         column-gap: 3.2291666667vw;
  }
}
.s05 .inner .grid_box .img_area {
  width: 100%;
}
.s05 .inner .grid_box .img_area img {
  width: 100%;
}
.s05 .inner .grid_box .text_area {
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s05 .inner .grid_box .text_area {
    padding-right: 0;
  }
}
.s05 .inner .grid_box .text_area .title_flex {
  margin-bottom: 24px;
}
.s05 .inner .grid_box .text_area .title_jp {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s05 .inner .grid_box .text_area .content {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s05 .inner .grid_box .text_area .main_button div p {
  margin: 0;
}

.s06 .pc_img {
  height: 39.0625vw;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.s06 .sp_img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 53.3333333333vw;
}

/* =========================================
   s07
========================================= */
.s07 {
  padding: clamp(54px, 33.5317725753px + 4.8160535117vw, 126px) 0 clamp(105px, 69.7491638796px + 8.2943143813vw, 229px);
}
.s07 .container {
  max-width: calc(1150px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s07 .container .title_flex {
  margin-bottom: 24px;
  justify-content: center;
}
.s07 .container .title_jp {
  text-align: start;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s07 .container .title_jp {
    text-align: center;
  }
}
.s07 .container .title_jp.title_space br:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
  .s07 .container .title_jp.title_space br:nth-of-type(2) {
    display: none;
  }
}
.s07 .container .content {
  text-align: start;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s07 .container .content {
    text-align: center;
  }
}
.s08 {
  padding-bottom: clamp(110px, 72.7591973244px + 8.762541806vw, 241px);
}
.s08 .inner {
  padding-left: 6%;
}
@media (min-width: 768px) {
  .s08 .inner {
    padding-left: 6.1458333333vw;
  }
}
.s08 .inner .grid_box {
  display: flex;
  flex-direction: column-reverse;
  row-gap: 65px;
}
@media (min-width: 768px) {
  .s08 .inner .grid_box {
    display: grid;
    grid-template-columns: 880fr 920fr;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.s08 .inner .grid_box .img_area {
  width: 100%;
}
.s08 .inner .grid_box .img_area img {
  width: 100%;
}
.s08 .inner .grid_box .text_area {
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s08 .inner .grid_box .text_area {
    padding-right: 0;
  }
}
.s08 .inner .grid_box .text_area .title_flex {
  margin-bottom: 24px;
}
.s08 .inner .grid_box .text_area .title_jp {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s08 .inner .grid_box .text_area .title_jp.title_space br:nth-of-type(1),
.s08 .inner .grid_box .text_area .title_jp.title_space br:nth-of-type(3) {
  display: block;
}
@media (min-width: 768px) {
  .s08 .inner .grid_box .text_area .title_jp.title_space br:nth-of-type(1),
  .s08 .inner .grid_box .text_area .title_jp.title_space br:nth-of-type(3) {
    display: none;
  }
}
.s08 .inner .grid_box .text_area .content {
  margin-bottom: clamp(24px, 4.1169590643px + 4.6783625731vw, 40px);
}
.s08 .inner .grid_box .text_area .main_button div p {
  margin: 0;
}

/* =========================================
   s09
========================================= */
.s09 {
  padding: clamp(133px, 113.9531772575px + 4.4816053512vw, 200px) 0 clamp(133px, 131.2943143813px + 0.4013377926vw, 139px);
  background: url(/system_panel/uploads/images/top_interior_bg_sp.jpg) no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .s09 {
    background: url(/system_panel/uploads/images/top_interior_bg.jpg) no-repeat;
    background-size: cover;
  }
}
.s09 .container {
  max-width: calc(1150px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s09 .container .title_flex {
  margin-bottom: 24px;
  justify-content: center;
}
.s09 .container .title_flex .title_en p {
  color: #fff;
}
.s09 .container .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
  color: #fff;
  font-size: 7.4666666667vw;
}
@media (min-width: 426px) {
  .s09 .container .title_jp {
    font-size: clamp(34px, 16.5102639296px + 4.1055718475vw, 48px);
  }
}
@media (min-width: 768px) {
  .s09 .container .title_jp {
    font-size: 3.6458333333vw;
  }
}
.s09 .container .title_jp.title_space br:nth-of-type(2) {
  display: block;
}
@media (min-width: 768px) {
  .s09 .container .title_jp.title_space br:nth-of-type(2) {
    display: none;
  }
}
.s09 .container .content {
  text-align: start;
  color: #fff;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s09 .container .content {
    text-align: center;
  }
}
.s09 .container .main_button p {
  background: #fff;
  color: #51221a;
  border: 1px solid #fff;
}
.s09 .container .main_button p::after {
  background: #51221a;
}
.s09 .container .main_button p:hover {
  border: 1px solid #9b1d20;
  background: #9b1d20;
  color: #fff;
}
.s09 .container .main_button p:hover::after {
  background: #fff;
}

/* =========================================
   s10
========================================= */
.s10 {
  padding-bottom: clamp(103px, 70.8762541806px + 7.5585284281vw, 216px);
}
.s10 .container {
  max-width: calc(1240px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s10 .container .inner {
  background: #fff;
  padding: 80px 6%;
}
.s10 .container .inner .title_en {
  text-align: center;
}
.s10 .container .inner .title_jp {
  text-align: center;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
  color: #51221a;
  font-size: 6.9333333333vw;
}
@media (min-width: 426px) {
  .s10 .container .inner .title_jp {
    font-size: clamp(34px, 16.5102639296px + 4.1055718475vw, 48px);
  }
}
@media (min-width: 768px) {
  .s10 .container .inner .title_jp {
    font-size: 3.6458333333vw;
  }
}
.s10 .container .inner .content {
  text-align: start;
  color: #51221a;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
@media (min-width: 768px) {
  .s10 .container .inner .content {
    text-align: center;
  }
}

.s_info {
  padding-bottom: clamp(100px, 79.5317725753px + 4.8160535117vw, 172px);
}
.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);
}
.s_info .container > .row .header_flex .title_jp {
  margin-bottom: 32px;
  color: #51221a;
}
.s_info .container > .row .header_flex .sns_icon {
  display: flex;
  align-items: center;
  -moz-column-gap: clamp(30px, 3.2210834553vw, 44px);
       column-gap: clamp(30px, 3.2210834553vw, 44px);
}
.s_info .container > .row .header_flex .sns_icon a {
  width: clamp(29px, 2.8550512445vw, 39px);
  height: clamp(29px, 2.8550512445vw, 39px);
  display: block;
  min-width: unset;
}
.s_info .container > .row .header_flex .sns_icon 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 #b5a78c;
}
@media (min-width: 768px) {
  .s_info .container > .row .row {
    flex-direction: row;
    border-bottom: 1px solid #b5a78c;
    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: "Shippori Antique", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #51221a;
  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: #51221a;
}
.s_info .container > .row .row .address_body > div p {
  font-family: "Shippori Antique", sans-serif;
  font-weight: normal;
  font-size: clamp(14px, 12.6666666667px + 0.1736111111vw, 16px);
  color: #51221a;
  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%;
}/*# sourceMappingURL=style.css.map */