@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, 18.2943143813px + 0.4013377926vw, 26px);
  line-height: 1.4;
  letter-spacing: 0.02em;
  color: #a37140;
}
html body .content {
  font-family: "Shippori Antique", sans-serif;
  font-size: clamp(16px, 14.8628762542px + 0.2675585284vw, 20px);
  line-height: 2;
}
html body .title_jp {
  font-size: 8vw;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Shippori Mincho", serif;
  color: #3b2c2a;
  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: clamp(32px, 6.6666666667px + 3.2986111111vw, 70px);
  }
}
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: 30px;
  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: 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 .bg_wrap {
  background: url(/system_panel/uploads/images/top_bg.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(73px, 49.9732441472px + 5.4180602007vw, 154px) 0 clamp(85px, 39.7993311037px + 10.635451505vw, 244px);
  margin-top: -1px;
}
html body .s_news {
  padding-bottom: clamp(100px, 58.779264214px + 9.6989966555vw, 245px);
}
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: #fff;
}
html body .s_news .container article {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  padding: clamp(20px, 2.3426061493vw, 32px);
  border-radius: 10px;
  border: 1px solid #613832;
  margin-bottom: 14px;
}
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: #fff;
}
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: #fff;
  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;
}

.s01 {
  padding-bottom: clamp(95px, 75.6688963211px + 4.5484949833vw, 163px);
}
.s01 .container {
  max-width: 100%;
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s01 .container {
    display: flex;
    padding-right: 6.8229166667vw;
    align-items: center;
    -moz-column-gap: 8.125vw;
         column-gap: 8.125vw;
    padding-left: 0;
  }
}
.s01 .container .img_area {
  max-width: 100%;
}
@media (min-width: 768px) {
  .s01 .container .img_area {
    max-width: 960px;
    width: 100%;
  }
}
.s01 .container .img_area img {
  width: 100%;
}
.s01 .container .text_area {
  margin-top: 25px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .s01 .container .text_area {
    max-width: 660px;
    width: 100%;
    margin-top: 0;
  }
}
.s01 .container .text_area .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s01 .container .text_area .title_flex {
    padding-right: 0;
  }
}
.s01 .container .text_area .title_flex .title_head p {
  padding: 6px 11px;
  background: #a37140;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(20px, 17.7257525084px + 0.5351170569vw, 28px);
}
.s01 .container .text_area .title_jp {
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
  color: #fff;
}
.s01 .container .text_area .content {
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s01 .container .text_area .content p {
  color: #fff;
}
.s01 .container .text_area .content p br {
  display: none;
}
@media (min-width: 768px) {
  .s01 .container .text_area .content p br {
    display: block;
  }
}
.s01 .container .text_area .main_button > div p {
  margin: 0;
}

.s02 .container {
  max-width: 100%;
  padding-left: 6%;
  padding-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .s02 .container {
    flex-direction: row;
    padding-right: 0;
    padding-left: 10.9375vw;
    align-items: center;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-end;
  }
}
.s02 .container .img_area {
  max-width: 100%;
}
@media (min-width: 768px) {
  .s02 .container .img_area {
    max-width: 960px;
    width: 100%;
  }
}
.s02 .container .img_area img {
  width: 100%;
}
.s02 .container .text_area {
  margin-top: 25px;
  max-width: 100%;
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s02 .container .text_area {
    max-width: 740px;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.s02 .container .text_area .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.s02 .container .text_area .title_flex .title_head p {
  padding: 6px 11px;
  background: #a37140;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(19px, 16.4414715719px + 0.602006689vw, 28px);
}
@media (min-width: 768px) {
  .s02 .container .text_area .title_flex .title_head p {
    font-size: clamp(20px, 14.6782307025px + 0.6938421509vw, 28px);
  }
}
.s02 .container .text_area .title_jp {
  color: #fff;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s02 .container .text_area .content {
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s02 .container .text_area .content p {
  color: #fff;
}
.s02 .container .text_area .content p br {
  display: none;
}
@media (min-width: 768px) {
  .s02 .container .text_area .content p br {
    display: block;
  }
}
.s02 .container .text_area .main_button > div p {
  margin: 0;
}

.s03 {
  padding: clamp(90px, 72.9431438127px + 4.0133779264vw, 150px) 0 clamp(60px, 50px + 1.3020833333vw, 75px);
  background: #51221a;
}
.s03 .container {
  max-width: calc(800px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s03 .container .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
.s03 .container .title_flex .title_head p {
  padding: 6px 11px;
  background: #a37140;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(20px, 17.7257525084px + 0.5351170569vw, 28px);
}
@media (min-width: 768px) {
  .s03 .container .title_flex .title_head p {
    font-size: clamp(20px, 14.6782307025px + 0.6938421509vw, 28px);
  }
}
.s03 .container .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
.s03 .container .content {
  text-align: start;
  color: #ffffff;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
@media (min-width: 768px) {
  .s03 .container .content {
    text-align: center;
  }
}

.s04 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .s04 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.s04 img {
  width: 100%;
}

.bg_wrap2 {
  background: url(/system_panel/uploads/images/top_bg02.jpg) no-repeat center;
  background-size: cover;
  padding: clamp(73px, 49.9732441472px + 5.4180602007vw, 154px) 0 0;
  margin-top: -1px;
}

.s05 {
  padding-bottom: clamp(95px, 75.6688963211px + 4.5484949833vw, 163px);
}
.s05 .container {
  max-width: 100%;
  padding-right: 6%;
  padding-left: 0;
}
@media (min-width: 768px) {
  .s05 .container {
    display: flex;
    padding-right: 6.8229166667vw;
    align-items: center;
    -moz-column-gap: 7.65625vw;
         column-gap: 7.65625vw;
    padding-left: 0;
  }
}
.s05 .container .img_area {
  max-width: 100%;
}
@media (min-width: 768px) {
  .s05 .container .img_area {
    max-width: 960px;
    width: 100%;
  }
}
.s05 .container .img_area img {
  width: 100%;
}
.s05 .container .text_area {
  margin-top: 25px;
  max-width: 100%;
  padding-left: 6%;
}
@media (min-width: 768px) {
  .s05 .container .text_area {
    max-width: 680px;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
}
.s05 .container .text_area .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s05 .container .text_area .title_flex {
    padding-right: 0;
  }
}
.s05 .container .text_area .title_flex .title_head p {
  padding: 6px 11px;
  background: #a37140;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(20px, 17.7257525084px + 0.5351170569vw, 28px);
}
.s05 .container .text_area .title_jp {
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
  color: #3b2c2a;
}
.s05 .container .text_area .content {
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s05 .container .text_area .content p {
  color: #3b2c2a;
}
.s05 .container .text_area .content p br {
  display: none;
}
@media (min-width: 768px) {
  .s05 .container .text_area .content p br {
    display: block;
  }
}
.s05 .container .text_area .main_button > div p {
  margin: 0;
}

.s06 {
  padding-bottom: clamp(143px, 114.856187291px + 6.6220735786vw, 242px);
}
.s06 .container {
  max-width: 100%;
  padding-left: 6%;
  padding-right: 0;
  margin-left: auto;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .s06 .container {
    flex-direction: row;
    padding-right: 0;
    padding-left: 13.125vw;
    align-items: center;
    -moz-column-gap: 8.4187408492vw;
         column-gap: 8.4187408492vw;
    justify-content: flex-end;
  }
}
.s06 .container .img_area {
  max-width: 100%;
}
@media (min-width: 768px) {
  .s06 .container .img_area {
    max-width: 1047px;
    width: 100%;
  }
}
.s06 .container .img_area img {
  width: 100%;
}
.s06 .container .text_area {
  margin-top: 25px;
  max-width: 100%;
  padding-right: 6%;
}
@media (min-width: 768px) {
  .s06 .container .text_area {
    max-width: 510px;
    width: 100%;
    margin-top: 0;
    padding-right: 0;
  }
}
.s06 .container .text_area .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.s06 .container .text_area .title_flex .title_head p {
  padding: 6px 11px;
  background: #a37140;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(20px, 17.7257525084px + 0.5351170569vw, 28px);
}
@media (min-width: 768px) {
  .s06 .container .text_area .title_flex .title_head p {
    font-size: clamp(20px, 14.6782307025px + 0.6938421509vw, 28px);
  }
}
.s06 .container .text_area .title_jp {
  color: #3b2c2a;
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s06 .container .text_area .content {
  margin-bottom: clamp(24px, 19.4515050167px + 1.0702341137vw, 40px);
}
.s06 .container .text_area .content p {
  color: #3b2c2a;
}
.s06 .container .text_area .content p br {
  display: none;
}
@media (min-width: 768px) {
  .s06 .container .text_area .content p br {
    display: block;
  }
}
.s06 .container .text_area .main_button > div p {
  margin: 0;
}

.s07 {
  padding: clamp(119px, 78.9163879599px + 9.4314381271vw, 260px) 0 clamp(119px, 54.3333333333px + 8.4201388889vw, 216px);
  background: url(/system_panel/uploads/images/top_gallery_bg_sp.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .s07 {
    background: url(/system_panel/uploads/images/top_gallery_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}
.s07 .container {
  max-width: calc(800px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s07 .container .title_flex {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  justify-content: center;
}
.s07 .container .title_flex .title_head p {
  padding: 6px 11px;
  background: #a37140;
  color: #fff;
  border-radius: 5px;
  font-size: clamp(20px, 17.7257525084px + 0.5351170569vw, 28px);
}
@media (min-width: 768px) {
  .s07 .container .title_flex .title_head p {
    font-size: clamp(20px, 14.6782307025px + 0.6938421509vw, 28px);
  }
}
.s07 .container .title_jp {
  text-align: center;
  color: #fff;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
.s07 .container .content {
  text-align: start;
  color: #ffffff;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
.s07 .container .content br {
  display: none;
}
@media (min-width: 768px) {
  .s07 .container .content br {
    display: block;
  }
}
@media (min-width: 768px) {
  .s07 .container .content {
    text-align: center;
  }
}

.bg_wrap3 {
  background: url(/system_panel/uploads/images/top_footer_bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: clamp(115px, 79.7491638796px + 8.2943143813vw, 239px) 0 clamp(143px, 123.6688963211px + 4.5484949833vw, 211px);
  margin-top: -1px;
}
.bg_wrap3 .s08 {
  padding: 0 6% clamp(141px, 121.1003344482px + 4.6822742475vw, 211px);
}
.bg_wrap3 .s08 .container {
  background: url(/system_panel/uploads/images/top_bg02.jpg) no-repeat;
  background-size: cover;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: clamp(70px, 67.1571906355px + 0.6688963211vw, 80px) 6%;
}
.bg_wrap3 .s08 .container .box_wrap .title_en {
  text-align: center;
  margin-bottom: 8px;
}
.bg_wrap3 .s08 .container .box_wrap .title_jp {
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
  text-align: center;
  color: #3b2c2a;
}
.bg_wrap3 .s08 .container .box_wrap .content {
  text-align: center;
  margin-bottom: clamp(24px, 13.3333333333px + 1.3888888889vw, 40px);
}
@media (max-width: 767px) {
  .bg_wrap3 .s08 .container .box_wrap .content {
    text-align: start;
  }
}
.bg_wrap3 .s08 .container .box_wrap .content p {
  color: #3b2c2a;
}
.s09 .container {
  max-width: calc(1240px + 12%);
  width: 100%;
  margin: 0 auto;
  padding: 0 6%;
}
.s09 .container > .row {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 60px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  .s09 .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);
  }
}
.s09 .container > .row .title_en {
  margin-bottom: 8px;
}
.s09 .container > .row .title_jp {
  margin-bottom: 32px;
  color: #fff;
}
.s09 .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 #613832;
}
@media (min-width: 768px) {
  .s09 .container > .row .row {
    flex-direction: row;
    border-bottom: 1px solid #613832;
    padding: clamp(12px, 8px + 0.5208333333vw, 18px) 0;
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .s09 .container > .row .row .address_head {
    min-width: 114px;
    max-width: 114px;
    width: 100%;
  }
}
.s09 .container > .row .row .address_head > div p {
  font-family: "Shippori Antique", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
}
.s09 .container > .row .row .address_body a {
  color: #fff;
}
.s09 .container > .row .row .address_body > div p {
  font-family: "Shippori Antique", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.02em;
}
.s09 .container > .row .main_button {
  margin-top: 32px;
}
.s09 .container > .row .main_button > div p {
  margin: 0;
}
.s09 .container > .row .map_area > div {
  width: 100%;
  height: clamp(320px, 274.5150501672px + 10.7023411371vw, 480px);
}
@media (min-width: 768px) {
  .s09 .container > .row .map_area > div {
    width: 100%;
    height: 100%;
  }
}
.s09 .container > .row .map_area > div iframe {
  width: 100%;
  height: 100%;
}

.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: #3b2c2a;
  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;
}/*# sourceMappingURL=style.css.map */