@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1350px) {
  html {
    font-size: calc(100vw * 10 / 1350);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: calc(100vw * 10 / 640);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
  background: #FCF7EF;
  color: #210404;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 2.2rem;
  }
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

a:hover,
input[type="image"]:hover {
  opacity: 0.7;
}

p {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  main {
    overflow: hidden;
  }
}

.m_ft {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_e {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -10.4rem;
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8rem;
  }
}

.c_ttl {
  text-align: center;
  font-size: 4rem;
  line-height: 1.25;
  position: relative;
  margin-bottom: 3.5rem;
}

.c_ttl i {
  display: block;
  font-size: 2.5rem;
  color: #BFA97F;
  margin-bottom: .4em;
}

.c_ttl small {
  display: block;
  font-size: 2.5rem;
  margin-bottom: .4em;
}

.c_ttl em {
  color: #BFA97F;
}

.c_ttl + p {
  text-align: center;
}

.c_ttl + .c_lead {
  margin-top: -1rem;
}

.c_btn {
  text-align: center;
}

.c_btn a {
  font-size: 1.8rem;
  border-radius: 3em;
  border: solid 2px #410E0E;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 6rem;
  background: #fff;
  width: 42rem;
  gap: .6em;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    height: 8rem;
    font-size: 2.4rem;
    width: 48rem;
  }
}

.c_btn a.b {
  background: #410E0E;
  color: #E9E0CE;
}

.c_btn a.b:after {
  background-image: url(../img/arrow-right-b.svg);
}

.c_btn a:after {
  content: '';
  background: url(../img/arrow-right.svg) no-repeat 50%/contain;
  width: .666em;
  height: .611em;
}

.c_lead {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .c_lead {
    font-size: 2.2rem;
  }
}

.c_lead2 {
  margin: -2rem 0 3.5rem;
  font-weight: 500;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .c_lead2 {
    font-size: 2rem;
  }
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 100rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 3rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .is_pc {
    display: none;
  }
}

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 10.4rem;
}

@media screen and (min-width: 768px) {
  #header {
    display: flex;
    justify-content: space-between;
    padding: 1.3rem 4rem 1.3rem 3rem;
    transition: background .3s;
  }
  header.fixed #header {
    background: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8rem;
  }
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    align-items: center;
    padding-top: .9rem;
    gap: 2.2rem;
  }
}

.h_logo {
  position: relative;
  top: 0;
}

@media screen and (min-width: 768px) {
  .h_logo {
    transition: top .3s;
  }
  header.fixed .h_logo {
    top: -1rem;
  }
}

@media screen and (max-width: 767px) {
  .h_logo {
    position: absolute;
    left: 3rem;
    top: 2rem;
  }
}

.h_logo img {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 30rem;
  }
}

.h_logo a:hover {
  opacity: 1;
}

.h_link {
  display: flex;
  gap: .5rem;
}

@media screen and (max-width: 767px) {
  .h_link {
    flex-direction: column;
    padding: 5rem;
    gap: 1.2rem;
  }
  .h_link br {
    display: none;
  }
  .h_link span {
    margin: 0 -.5em;
  }
}

.h_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6rem;
  border-radius: 3em;
  color: #fff;
  background: #00B900;
  line-height: 1.125;
  gap: .6em;
}

@media screen and (max-width: 767px) {
  .h_link a {
    font-size: 2.8rem;
    height: 8.6rem;
    gap: .5em;
  }
}

.h_link a:before {
  content: '';
  background: url(../img/h-line.svg) no-repeat 50%/contain;
  width: 1.25em;
  height: 1.25em;
}

@media screen and (max-width: 767px) {
  .h_link a:before {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.h_link .mail {
  background: #410E0E;
  color: #E9E0CE;
}

.h_link .mail:before {
  background-image: url(../img/h-mail.svg);
}

@media screen and (min-width: 768px) {
  .h_link li {
    width: 18rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav a {
    background: url(../img/h-arrow02.svg) no-repeat calc(100% - 5rem) center/2.1rem;
    font-size: 3rem;
    padding: .8em 5rem;
  }
  .h_nav li {
    border-bottom: solid 1px #BFA97F;
  }
  .h_nav li ul {
    border-top: solid 1px #BFA97F;
    background: #FCF7EF;
  }
  .h_nav li li {
    border-bottom: dashed 1px #BFA97F;
  }
  .h_nav li li:last-child {
    border: none;
  }
  .h_nav li li small {
    display: none;
  }
  .h_nav li li img {
    display: none;
  }
  .h_nav li li a {
    font-size: 2.6rem;
    position: relative;
    padding-left: 7.7rem;
  }
  .h_nav li li a:before {
    content: '';
    position: absolute;
    background: url(../img/h-arrow01.svg) no-repeat 50%/contain;
    width: .9rem;
    height: 100%;
    left: 5rem;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    gap: 1.5em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1450px) {
  .h_nav {
    gap: 1em;
    font-size: 1.45rem;
  }
}

@media screen and (min-width: 768px) {
  .h_nav > li > a {
    padding: .5rem 0;
  }
  .h_nav ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(233, 224, 206, 0.95);
    justify-content: center;
    padding: 3.5rem 0;
    gap: 2rem;
  }
  .h_nav ul a {
    background: #fff;
    border-radius: 3em;
    height: 8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 32rem;
    padding-left: 13.4rem;
    font-size: 2.4rem;
    line-height: 1.2;
    color: #410E0E;
  }
  .h_nav ul img {
    height: 6rem;
    position: absolute;
    right: 20.6rem;
  }
  .h_nav ul small {
    font-size: 1.6rem;
  }
  .h_nav .sub > a {
    background: url(../img/h-arrow-down.svg) no-repeat right center/0.625em;
    padding-right: 1.1em;
  }
  .h_nav .sub:hover > a {
    background-image: url(../img/h-arrow-down-b.svg);
    color: #BFA97F;
  }
  .h_nav .sub:hover ul {
    display: flex;
    animation: itemFadeIn .8s;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    position: absolute;
    right: 3rem;
    top: 3.5rem;
    cursor: pointer;
    color: #BFA97F;
    text-align: center;
    font-size: 2rem;
  }
  .h_menu img {
    width: 6.8rem;
    display: block;
    margin-bottom: .2em;
  }
  .h_insta {
    position: absolute;
    top: 3.5rem;
    left: 5rem;
  }
  .h_insta img {
    width: 6.4rem;
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 17rem 0 5rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.f_cta {
  display: flex;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .f_cta {
    flex-direction: column;
  }
}

.f_cta dl {
  flex: 1;
  padding: 7rem 0;
}

@media screen and (max-width: 767px) {
  .f_cta dl {
    padding: 6rem 8rem;
  }
}

.f_cta .link {
  width: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  margin: 3.5rem auto 0;
  border: solid 2px #fff;
  border-radius: 3em;
  font-size: 2.2rem;
  gap: .5em;
}

@media screen and (max-width: 767px) {
  .f_cta .link {
    height: 8rem;
    font-size: 2.8rem;
    width: auto;
    margin-top: 1rem;
  }
}

.f_cta .link:before {
  content: '';
  background: url(../img/ico-line.svg) no-repeat 50%/contain;
  width: 2.4rem;
  height: 2.4rem;
  margin-top: .2em;
}

@media screen and (max-width: 767px) {
  .f_cta .link:before {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.f_cta .c_ttl {
  margin-bottom: 2rem;
}

.f_cta .c_ttl i {
  color: rgba(255, 255, 255, 0.5);
}

.f_cta p {
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.f_cta .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

@media screen and (min-width: 768px) {
  .f_cta .tel {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .f_cta .tel {
    height: 11rem;
    background: #fff;
    border-radius: 3em;
    flex-direction: column;
    gap: .4em;
    padding-top: .5em;
  }
}

.f_cta .tel em {
  background: url(../img/ico-tel.svg) no-repeat left 0.35em/3rem;
  padding-left: .8em;
  line-height: 1;
  font-size: 5.4rem;
}

@media screen and (max-width: 767px) {
  .f_cta .tel em {
    background-size: 2.8rem;
    background-position: left center;
    font-size: 2.8rem;
    padding-left: 1.4em;
  }
}

.f_cta .tel small {
  font-size: 1.8rem;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .f_cta .tel small {
    font-size: 2rem;
  }
  .f_cta .tel small br {
    display: none;
  }
}

.f_cta .res {
  background: #00B900;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .f_cta .res .tel {
    color: #00B900;
  }
  .f_cta .res .tel em {
    background-image: url(../img/ico-tel-g.svg);
  }
}

.f_cta .contact {
  color: #E9E0CE;
  background: #410E0E;
}

.f_cta .contact .tel em {
  background-image: url(../img/ico-tel-b.svg);
}

@media screen and (max-width: 767px) {
  .f_cta .contact .tel {
    color: #410E0E;
    background: #E9E0CE;
  }
  .f_cta .contact .tel em {
    background-image: url(../img/ico-tel-m.svg);
  }
}

.f_cta .contact .link:before {
  background-image: url(../img/ico-line-b.svg);
}

.f_cta .contact p {
  color: #fff;
}

.f_map {
  height: 30rem;
}

.f_map iframe {
  width: 100%;
  height: 100%;
}

#footer {
  background: #fff;
  padding-top: 4rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}

.f_logo img {
  width: 31.1rem;
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
  .f_row .r {
    width: 60rem;
  }
}

.f_nav {
  display: flex;
  gap: 4rem;
}

.f_nav ul {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .f_nav {
    display: none;
  }
}

.f_nav a {
  background: url(../img/arrow-right.svg) no-repeat right center/1.4rem;
  font-size: 2rem;
  padding: .8em 0;
}

.f_nav li {
  border-bottom: solid 1px #BFA97F;
}

.f_nav li ul {
  border-top: solid 1px #BFA97F;
}

.f_nav li li {
  border-bottom: dashed 1px #BFA97F;
}

.f_nav li li a {
  font-size: 1.8rem;
  position: relative;
  padding-left: .9em;
}

.f_nav li li a:before {
  content: '';
  position: absolute;
  background: url(../img/h-arrow01.svg) no-repeat 50%/contain;
  width: .6rem;
  height: 100%;
  left: 0;
  top: 0;
}

.f_insta {
  margin-top: 1.6rem;
}

@media screen and (max-width: 767px) {
  .f_insta {
    margin-top: 2.8rem;
  }
}

.f_insta img {
  width: 4rem;
}

@media screen and (max-width: 767px) {
  .f_insta img {
    width: 8rem;
  }
}

.f_copy {
  background: #E9E0CE;
  text-align: center;
  font-size: 1.4rem;
  line-height: 3.4rem;
  margin-top: 6.8rem;
}

@media screen and (max-width: 767px) {
  .f_copy {
    margin-top: 5rem;
    font-size: 1.8rem;
    line-height: 5.1rem;
  }
}

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_main {
  padding-top: 12rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_main {
    padding-top: 15rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .box {
    position: absolute;
    left: 9rem;
    top: 15rem;
    z-index: 2;
  }
}

@media screen and (max-width: 767px) {
  .top_main .box {
    position: relative;
    z-index: 2;
    margin-left: 4rem;
  }
}

.top_main .deco1 {
  position: absolute;
  width: 47.9rem;
  left: 4rem;
  top: 38rem;
}

@media screen and (max-width: 767px) {
  .top_main .deco1 {
    width: 38.8rem;
    left: -4rem;
    top: 23rem;
  }
}

.top_main .ttl {
  font-size: 2.6rem;
  line-height: 1.77;
  font-weight: 500;
  margin-bottom: .6em;
}

.top_main .catch {
  font-size: 7rem;
  line-height: 1.25;
  font-weight: 500;
}

.top_main .catch em {
  color: #BFA97F;
}

.top_main .img {
  margin-left: auto;
  width: 58rem;
}

@media screen and (max-width: 767px) {
  .top_main .img {
    margin-top: -3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_main .img {
    width: 65.7%;
    position: relative;
  }
}

.top_main .deco2 {
  position: absolute;
  z-index: 2;
  width: 38.26087%;
  top: -7.0073%;
  left: 19.13043%;
}

@media screen and (max-width: 767px) {
  .top_main .deco2 {
    top: 4.4rem;
    left: 33rem;
    width: 35.2rem;
  }
}

.top_main .deco3 {
  position: absolute;
  bottom: -21rem;
  left: 56rem;
  z-index: 2;
  width: 32.6rem;
}

@media screen and (max-width: 767px) {
  .top_main .deco3 {
    left: 40.6rem;
    bottom: -16rem;
  }
}

.top_main figure {
  mask: url(../img/mv-mask.png) no-repeat center top/contain;
}

.top_main figure img {
  width: 100%;
  transition: transform 7s ease-in-out;
  transition-timing-function: linear;
  aspect-ratio: 920 / 685;
  object-fit: cover;
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .swiper-slide-active figure img {
  transform: scale(1.1);
}

.top_event {
  padding: 7.5rem 0 8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_event {
    padding: 9rem 0 10rem;
  }
}

.top_event:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  z-index: -1;
  background: url(../img/event-bg.svg) no-repeat 50%/contain;
  aspect-ratio: 1400 / 821;
  width: 100%;
  margin-top: -8rem;
}

@media screen and (max-width: 1400px) {
  .top_event:before {
    width: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .top_event:before {
    width: 196rem;
  }
}

.top_event .deco {
  position: absolute;
  left: calc(50% + 12.5rem);
  bottom: -6.3rem;
  width: 70.6rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_event .deco {
    left: 23rem;
    bottom: -8.8rem;
  }
}

@media screen and (max-width: 767px) {
  .top_event .wrap {
    position: relative;
  }
}

.top_event .slide {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 0 .6rem .6rem;
  margin: 0 -.6rem;
}

@media screen and (max-width: 767px) {
  .top_event .slide {
    width: 49.2rem;
    margin: 0 auto;
  }
}

.top_event li {
  width: 49rem;
  margin-right: 2rem;
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(191, 169, 127, 0.5);
}

@media screen and (max-width: 767px) {
  .top_event li {
    width: 48rem;
  }
}

.top_event li a {
  display: block;
}

.top_event .row {
  padding: 2.3rem 2.5rem;
}

@media screen and (min-width: 768px) {
  .top_event .row {
    display: flex;
    justify-content: space-between;
  }
  .top_event .row dl {
    width: calc(100% - 20rem);
  }
}

.top_event dt {
  font-size: 1.8rem;
  line-height: 1.44;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .top_event dt {
    font-size: 2.4rem;
    padding-left: 18rem;
    min-height: 16rem;
    margin-bottom: 3rem;
  }
}

.top_event dd {
  border: solid 0.8px #BFA97F;
  padding: 0 1rem 2rem;
  text-align: center;
  line-height: 1;
  color: #BFA97F;
}

@media screen and (max-width: 767px) {
  .top_event dd {
    font-size: 2.4rem;
  }
}

.top_event dd b {
  display: block;
  font-size: 1.2rem;
  line-height: 3.3;
  position: relative;
  margin-bottom: -.5rem;
  z-index: 0;
  top: -1rem;
}

@media screen and (max-width: 767px) {
  .top_event dd b {
    font-size: 1.8rem;
    line-height: 2.7;
    top: -2.5rem;
    margin-bottom: -2rem;
  }
}

.top_event dd b:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #fff url(../img/event-ttl-bg.svg) no-repeat 50%/contain;
  width: 19rem;
  height: 4rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .top_event dd b:before {
    width: 23.8rem;
    height: 5rem;
  }
}

.top_event dd em {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .top_event dd em {
    font-size: 4rem;
  }
}

.top_event dd i {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .top_event dd i {
    font-size: 3rem;
  }
}

.top_event dd small {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .top_event dd small {
    font-size: 2.2rem;
  }
}

.top_event figure {
  width: 18rem;
}

@media screen and (max-width: 767px) {
  .top_event figure {
    width: 16rem;
    position: absolute;
  }
}

.top_event figure img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.top_event .more {
  text-align: center;
  background: #410E0E;
  color: #E9E0CE;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  gap: .6em;
}

.top_event .more:after {
  content: '';
  background: url(../img/arrow-right-b.svg) no-repeat 50%/contain;
  width: .714em;
  height: .642em;
}

@media screen and (max-width: 767px) {
  .top_event .btn i {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
    width: 2.6rem;
    height: 100%;
    background: url(../img/btn-prev.svg) no-repeat 50%/contain;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_event .btn .prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_event .btn .next {
    background-image: url(../img/btn-next.svg);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top_event .btn .next {
    right: 0;
  }
}

.top_event .pager {
  margin: 4rem 0 5rem;
  display: flex;
  gap: 1.2rem;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .top_event .pager {
    margin: 4rem 0 6rem;
    gap: 2rem;
  }
}

.top_event .swiper-pagination-bullet {
  height: 1.4rem;
  width: 1.4rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_event .swiper-pagination-bullet {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.top_event .swiper-pagination-bullet-active {
  background: #410E0E;
}

.service_list {
  text-align: center;
  display: flex;
  gap: 3.2rem;
}

@media screen and (max-width: 767px) {
  .service_list {
    flex-direction: column;
    width: 48rem;
    margin: 0 auto;
    gap: 6.7rem;
  }
}

.service_list li {
  flex: 1;
  position: relative;
}

.service_list i {
  position: absolute;
  z-index: 1;
  background: url(../img/service-ttl-bg.svg) no-repeat 50%/contain;
  width: 12.6rem;
  aspect-ratio: 126 / 118;
  color: #E9E0CE;
  text-align: center;
  line-height: 1;
  padding-top: 2.4em;
  padding-left: .2em;
  left: .3rem;
  top: -2.3rem;
}

@media screen and (max-width: 767px) {
  .service_list i {
    width: 19.3rem;
    font-size: 2.4rem;
  }
}

.service_list i em {
  display: block;
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .service_list i em {
    font-size: 4rem;
  }
}

.service_list a {
  border-radius: 50%;
  background: #fff;
  border: solid 2px #410E0E;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
}

.service_list a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5.2rem;
  background: #E9E0CE url(../img/arrow-right.svg) no-repeat 50%/1.9rem;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .service_list a:before {
    height: 8rem;
    background-size: 2.8rem;
  }
}

.service_list p {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .service_list p {
    font-size: 4.8rem;
  }
}

.service_list p small {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .service_list p small {
    font-size: 3rem;
  }
}

.service_list img {
  height: 11rem;
}

@media screen and (max-width: 767px) {
  .service_list img {
    height: 17rem;
  }
}

.top_service {
  position: relative;
  text-align: center;
}

.top_service .deco1 {
  position: absolute;
  z-index: -1;
  width: 71.4rem;
  bottom: 3.9rem;
  right: calc(50% + 15rem);
}

@media screen and (max-width: 767px) {
  .top_service .deco1 {
    left: -14rem;
    right: auto;
    bottom: -1rem;
  }
}

.top_service .catch {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 2.5rem 0 6.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_service .catch {
    font-size: 3.2rem;
  }
}

.top_service .catch em {
  color: #BFA97F;
}

.top_service .catch img {
  position: absolute;
  z-index: -1;
  top: -7.5rem;
  right: 10.3rem;
  width: 15.8rem;
}

@media screen and (max-width: 767px) {
  .top_service .catch img {
    width: 17.8rem;
    right: 0;
    top: -8.8rem;
  }
}

.top_service .fig {
  display: flex;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .top_service .fig {
    margin-top: 12rem;
  }
}

.top_service .fig li {
  gap: 1;
}

.top_service .fig li img {
  width: 100%;
}

.top_about {
  background: #E9E0CE url(../img/about-bg.png) no-repeat 50%/contain;
  height: 73.3rem;
  padding: 6rem 0;
}

@media screen and (max-width: 767px) {
  .top_about {
    background-image: url(../img/about-bg-sp.png);
    background-size: cover;
    height: 99rem;
    padding: 7rem 0;
  }
}

.top_about .logo {
  text-align: center;
}

.top_about .logo img {
  width: 25rem;
}

.top_about .c_ttl {
  margin: 2rem 0 3rem;
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_ttl {
    font-size: 4.2rem;
  }
}

.top_about .c_ttl em {
  color: #BFA97F;
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .top_about .c_ttl em {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about p {
    width: 76rem;
    margin: 0 auto;
  }
}

.top_facility {
  padding: 8rem 0;
}

@media screen and (max-width: 767px) {
  .top_facility {
    padding: 9rem 0 5.5rem;
  }
}

.top_facility p {
  margin: -2rem 0 3.5rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_facility p {
    font-size: 2rem;
  }
}

.top_facility ul {
  border-radius: 3rem;
  margin-bottom: 5rem;
  overflow: hidden;
  display: grid;
  gap: 1rem;
  grid-template-columns: 45rem 1fr;
  grid-template-areas: "img1 img2" "img1 img3";
}

@media screen and (max-width: 767px) {
  .top_facility ul {
    margin-bottom: 6.5rem;
    grid-template-columns: none;
    grid-template-areas: "img1 img1" "img2 img3";
  }
}

.top_facility li {
  grid-area: img1;
}

.top_facility li:nth-child(2) {
  grid-area: img2;
}

.top_facility li:nth-child(3) {
  grid-area: img3;
}

.top_facility .box {
  position: relative;
}

.top_facility .deco1 {
  position: absolute;
  top: -8.1rem;
  left: -9.2rem;
  width: 27rem;
}

@media screen and (max-width: 767px) {
  .top_facility .deco1 {
    width: 20.6rem;
    left: -12rem;
    top: -10.5rem;
  }
}

.top_facility .deco2 {
  position: absolute;
  right: -9.9rem;
  bottom: -11.5rem;
  width: 22.5rem;
}

.top_trial {
  background: url(../img/trial-bg.svg) no-repeat center top/100%;
  padding: 4rem 0 3.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top_trial {
    background-size: 140rem;
  }
}

@media screen and (max-width: 767px) {
  .top_trial {
    background: url(../img/trial-bg-sp.svg) no-repeat center top/100%;
    padding: 6.5rem 0 10rem;
  }
}

.top_trial .ttl {
  font-size: 4.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.top_trial .ttl:before, .top_trial .ttl:after {
  content: '';
  position: absolute;
  background: url(../img/trial-ttl-left.svg) no-repeat 50%/contain;
  width: 2.8rem;
  height: 4.7rem;
  margin-left: -3em;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .top_trial .ttl:before {
    left: 1em;
    margin: 0;
  }
}

.top_trial .ttl:after {
  background-image: url(../img/trial-ttl-right.svg);
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .top_trial .ttl:after {
    right: 1em;
    margin: 0;
  }
}

.top_trial .ttl i {
  position: relative;
  z-index: 0;
}

.top_trial .ttl i:before {
  content: '';
  position: absolute;
  background: url(../img/trial-ttl-line.svg) no-repeat 50%/contain;
  width: 30.3rem;
  height: 16.1rem;
  left: -.7em;
  margin-top: -.25em;
  z-index: -1;
}

.top_trial .ttl small {
  font-size: 3rem;
}

.top_trial .ttl em {
  color: #BFA97F;
}

.top_trial .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_trial .row {
    flex-direction: column;
    gap: 2.2rem;
  }
}

.top_trial .c_btn {
  margin-top: 3rem;
}

.top_trial .c_btn a {
  margin-top: .5rem;
}

.top_trial figure {
  width: 44rem;
}

@media screen and (max-width: 767px) {
  .top_trial figure {
    width: 44.4rem;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .top_trial .desc {
    width: 50rem;
  }
}

.low_path {
  display: flex;
  white-space: nowrap;
  margin: 13.5rem 9rem 3.5rem;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .low_path {
    margin: 15rem 3rem 4.5rem;
  }
}

.low_path a {
  color: #00A7FF;
  font-weight: 400;
  text-decoration: underline;
}

.low_path li + li:before {
  content: '';
  background: url(../img/arrow-path.svg) no-repeat 50%/contain;
  width: .6rem;
  height: 1rem;
  display: inline-block;
  margin: 0 .7em;
}

.bg_top {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  z-index: -1;
  top: 33rem;
}

.bg_top.b:before {
  background-image: url(../img/low-bg-b.svg);
}

@media screen and (max-width: 767px) {
  .bg_top {
    top: 35rem;
  }
}

.bg_top:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/low-bg.svg) no-repeat center top/100%;
  height: 20vw;
  height: 36vw;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .bg_top:before {
    background-size: 140rem;
    height: 28rem;
    height: 53rem;
  }
}

@media screen and (max-width: 767px) {
  .bg_top:before {
    background-image: url(../img/low-bg-sp.svg);
    height: 50rem;
  }
}

.bg_top .bg_btm {
  top: 0;
  margin-top: 80rem;
}

.bg_top .bg_btm:before {
  background-image: url(../img/low-bg.svg);
}

@media screen and (max-width: 767px) {
  .bg_top .bg_btm:before {
    background-image: url(../img/low-bg-c-sp.svg);
  }
}

.bg_top .bg_btm:after {
  top: -17.5rem;
}

@media screen and (max-width: 767px) {
  .bg_top .bg_btm {
    margin-top: 80rem;
  }
}

.bg_btm {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  z-index: -1;
}

.bg_btm:before {
  content: '';
  position: absolute;
  width: 100%;
  background: url(../img/low-bg-b.svg) no-repeat center bottom/100%;
  height: 20vw;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .bg_btm:before {
    background-size: 140rem;
    height: 28rem;
  }
}

@media screen and (max-width: 767px) {
  .bg_btm:before {
    background-image: url(../img/low-bg-b-sp.svg);
    height: 29.9rem;
    bottom: 3rem;
  }
}

.bg_btm:after {
  content: '';
  position: absolute;
  background: url(../img/service-deco01.svg) no-repeat 50%/contain;
  right: calc(50% + 24.5rem);
  top: -26rem;
  width: 57.4rem;
  z-index: -1;
  aspect-ratio: 574 / 266;
}

@media screen and (max-width: 767px) {
  .bg_btm:after {
    content: none;
  }
}

.low_ttl {
  text-align: center;
  color: #410E0E;
  font-weight: bold;
  font-size: 5rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .low_ttl {
    margin-bottom: 5rem;
  }
}

.low_lead {
  text-align: center;
  font-weight: 500;
  margin: -3rem 0 7rem;
}

.low_nav {
  display: flex;
  gap: 2rem;
  margin-bottom: 7rem;
}

.low_nav.b {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .low_nav.b {
    justify-content: center;
  }
  .low_nav.b li {
    flex: none;
    width: calc(33.33% - .666rem);
  }
}

@media screen and (max-width: 767px) {
  .low_nav {
    gap: 1.5rem 1rem;
  }
}

@media screen and (max-width: 767px) {
  .low_nav:not(.b):has(li:nth-child(4)) {
    gap: .5rem;
  }
  .low_nav:not(.b):has(li:nth-child(4)) a {
    font-size: 2rem;
    height: 10rem;
    padding-bottom: .4em;
  }
}

.low_nav li {
  flex: 1;
}

.low_nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 10rem;
  border: solid 2px #410E0E;
  background: #fff url(../img/arrow-down.svg) no-repeat center calc(100% - 1rem)/1.4rem;
  color: #410E0E;
  border-radius: 3em;
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: .5em;
  line-height: 1.18;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .low_nav a {
    font-size: 2.6rem;
    height: 12rem;
    background-size: 1.6rem;
    padding-bottom: .3em;
  }
}

.low_nav a[href="#"] {
  pointer-events: none;
}

.low_nav .active {
  pointer-events: none;
  color: #E9E0CE;
  background-color: #410E0E;
  background-image: url(../img/arrow-down-b.svg);
}

.low_service {
  position: relative;
  padding: 8rem 0 8rem;
}

@media screen and (max-width: 767px) {
  .low_service {
    padding: 10rem 0 4rem;
  }
}

.low_service .c_ttl {
  margin-bottom: 6rem;
}

.switch_body .ttl {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 2.9rem;
}

@media screen and (max-width: 767px) {
  .switch_body .ttl {
    font-size: 3.6rem;
  }
}

.switch_body .box {
  display: none;
}

.switch_body .box.active {
  display: block;
  animation: itemFadeIn .5s;
}

.kiyaku_body {
  padding-bottom: 9rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kiyaku_body {
    padding-bottom: 6rem;
  }
}

.kiyaku_body .bg_btm {
  bottom: -8rem;
}

@media screen and (max-width: 767px) {
  .kiyaku_body .bg_btm {
    bottom: -12rem;
  }
}

.kiyaku_body:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  width: 100vw;
  height: calc(100% - 20vw);
  top: 8vw;
  background: #E9E0CE;
  z-index: -1;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  .kiyaku_body:before {
    top: 10rem;
    height: calc(100% - 20rem);
  }
}

.kiyaku_body .bg {
  background: #fff;
  padding: 6.5rem 9rem 7rem;
  border-radius: 2rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .kiyaku_body .bg {
    padding: 5.5rem 5rem 7rem;
    font-size: 2.2rem;
  }
}

.kiyaku_body p {
  line-height: 2;
}

.kiyaku_body .ttl2 {
  font-weight: 500;
  margin: 1.5em 0 .5em;
}

.kiyaku_body li {
  font-weight: 400;
  margin-top: .4em;
  position: relative;
  padding-left: 1em;
}

.kiyaku_body li:before {
  content: '◦';
  position: absolute;
  left: -.25em;
}

.kiyaku_body li li {
  padding-left: 1.3em;
  margin-left: 1.5em;
}

@media screen and (min-width: 768px) {
  .kiyaku_body li li {
    font-size: 1.6rem;
  }
}

.kiyaku_body li li:before {
  content: '◉';
}

.kiyaku_body li li li:before {
  content: '・';
}

.kiyaku_body .btn {
  text-align: center;
  margin-top: 4rem;
}

.kiyaku_body .btn a {
  height: 6rem;
  border: solid 2px #C10000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 1.8rem;
  font-weight: 500;
  width: 42rem;
  color: #C10000;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .kiyaku_body .btn a {
    height: 8rem;
    font-size: 2.4rem;
    width: 100%;
  }
}

.kiyaku_body .btn a:before {
  content: '';
  background: url(../img/ico-pdf.svg) no-repeat 50%/contain;
  width: 1.222em;
  height: 1.222em;
}

.faq_body dl {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(65, 14, 14, 0.15);
  border-radius: 2rem;
  margin-top: 1rem;
  padding: 0 5rem;
}

@media screen and (max-width: 767px) {
  .faq_body dl {
    padding: 0 4rem;
    margin-top: 2rem;
  }
}

.faq_body dt, .faq_body dd {
  position: relative;
}

.faq_body dt:before, .faq_body dd:before {
  content: 'Q';
  position: absolute;
  left: 0;
}

.faq_body dt {
  font-size: 2.8rem;
  padding: 1em 1.3em;
  cursor: pointer;
  background: url(../img/ico-plus.svg) no-repeat right center/2rem;
}

@media screen and (max-width: 767px) {
  .faq_body dt {
    background-size: 2.1rem;
    font-size: 3rem;
  }
}

.faq_body dt.open {
  background-image: url(../img/ico-minus.svg);
}

.faq_body dt.open + dd {
  display: block;
}

.faq_body dt:before {
  font-size: 2.4rem;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .faq_body dt:before {
    font-size: 2.6rem;
  }
}

.faq_body dd {
  font-size: 2rem;
  padding-bottom: 4rem;
  padding-left: 1em;
  font-weight: 400;
  display: none;
}

@media screen and (max-width: 767px) {
  .faq_body dd {
    font-size: 2.4rem;
  }
}

.faq_body dd b {
  font-weight: 500;
}

.faq_body dd a {
  color: #00A7FF;
  text-decoration: underline;
}

.faq_body dd:before {
  content: 'A';
}

.about_info {
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 5.5rem 0 11rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .about_info {
    padding: 5rem 0;
    margin-bottom: 8rem;
  }
}

.about_info + .bg_btm {
  margin-top: -9rem;
}

.about_info:before {
  content: '';
  position: absolute;
  inset: 1rem 0;
  border-top: solid 1px #BFA97F;
  border-bottom: solid 1px #BFA97F;
  z-index: -1;
}

.about_info .ttl {
  font-size: 3.8rem;
  font-weight: 500;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .about_info .ttl {
    text-align: center;
  }
}

.about_info p {
  font-weight: 500;
  margin-bottom: .8em;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .about_info p {
    text-align: center;
  }
}

.about_info dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.72;
}

@media screen and (max-width: 767px) {
  .about_info dl {
    font-size: 2.4rem;
    line-height: 1.44;
    gap: .5em 0;
  }
}

.about_info dt {
  width: 6em;
}

.about_info dd {
  width: calc(100% - 6em);
}

.about_info dd a {
  color: #00A7FF;
  text-decoration: underline;
  font-weight: 500;
}

.about_info dd .map {
  display: inline-block;
  margin-left: 1em;
  vertical-align: .1em;
}

.about_info dd .map img {
  width: 1.7rem;
}

@media screen and (max-width: 767px) {
  .about_info dd .map img {
    width: 1.8rem;
  }
}

.about_info .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about_info .row {
    flex-direction: column;
    gap: 4rem;
  }
}

.about_info .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

@media screen and (min-width: 768px) {
  .about_info .desc {
    width: calc(100% - 43rem);
  }
}

.about_info .slide {
  width: 38rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about_info .slide {
    margin: 0 auto;
  }
}

.about_info .pager {
  display: flex;
  gap: 1rem;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .about_info .pager {
    position: absolute;
    width: 100%;
    bottom: -5rem;
  }
}

@media screen and (max-width: 767px) {
  .about_info .pager {
    gap: 2rem;
    margin-top: 3rem;
  }
}

.about_info .swiper-pagination-bullet {
  height: 1.8rem;
  width: 1.8rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: solid 1px #BFA97F;
}

@media screen and (max-width: 767px) {
  .about_info .swiper-pagination-bullet {
    width: 2.4rem;
    height: 2.4rem;
  }
}

.about_info .swiper-pagination-bullet-active {
  background: #410E0E;
  border-color: #410E0E;
}

.about_com {
  margin: 9.5rem 0 8rem;
}

.about_com .row {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .about_com .row {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .about_com dl {
    width: calc(100% - 40rem);
  }
}

.about_com figure {
  width: 35rem;
}

@media screen and (max-width: 767px) {
  .about_com figure {
    margin: 0 auto;
  }
}

.about_com dl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.72;
}

@media screen and (max-width: 767px) {
  .about_com dl {
    font-size: 2.4rem;
    line-height: 1.44;
    gap: .5em 0;
  }
}

.about_com dt {
  width: 6em;
}

.about_com dd {
  width: calc(100% - 6em);
}

.about_com dd a {
  color: #00A7FF;
  text-decoration: underline;
  font-weight: 500;
}

.about_com dd .map {
  display: inline-block;
  margin-left: 1em;
  vertical-align: .1em;
}

.about_com dd .map img {
  width: 1.7rem;
}

.faci_lead {
  background: #410E0E;
  text-align: center;
  padding: 4.5rem 0 0;
  color: #fff;
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .faci_lead {
    margin-bottom: 6rem;
  }
}

.faci_lead .bg_btm {
  margin-top: 1.5rem;
}

.faci_lead .c_ttl {
  color: #E9E0CE;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .faci_lead .c_ttl {
    margin-bottom: 2rem;
  }
}

.faci_lead .c_ttl i {
  color: rgba(233, 224, 206, 0.5);
}

.faci_lead figure {
  margin-top: 4.5rem;
}

.faci_lead figure img {
  width: 100%;
}

.faci_info {
  margin-bottom: 8rem;
}

.faci_info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .faci_info li {
    flex-direction: column;
    padding: 0 2rem;
    gap: 2.5rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .faci_info li:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .faci_info figure {
    width: 60rem;
  }
}

@media screen and (min-width: 768px) {
  .faci_info dl {
    width: calc(100% - 64rem);
  }
}

.faci_info dt {
  font-size: 3.2rem;
  line-height: 1.3125;
  margin-bottom: .6em;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .faci_info dt {
    font-size: 3.6rem;
    text-align: center;
  }
}

.faci_info dd {
  line-height: 2;
}

.news_lead {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  margin: -3rem 0 4rem;
}

div.news_list {
  position: relative;
  min-height: 60rem;
}

@media screen and (min-width: 768px) {
  div.news_list:before {
    position: absolute;
    left: 50%;
    translate: -50% 0;
    width: 200vw;
    height: 24rem;
    background: #E9E0CE;
    top: 6rem;
  }
}

@media screen and (min-width: 768px) and (min-width: 1440px) {
  div.news_list:before {
    top: 4vw;
  }
}

div.news_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  div.news_list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}

.news_list .pickup {
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .news_list .pickup {
    margin-bottom: 3rem;
  }
}

.news_list li, .news_list .pickup {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.6rem rgba(191, 169, 127, 0.5);
  position: relative;
}

.news_list figure {
  width: 18rem;
}

.news_list figure img {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.news_list .row {
  padding: 2.3rem 2.5rem 5.2rem;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .news_list .row {
    padding: 4rem 2.7rem 8.2rem;
  }
}

.news_list .pickup figure {
  width: 30rem;
}

@media screen and (max-width: 767px) {
  .news_list .pickup figure {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .news_list .pickup .desc {
    width: calc(100% - 35rem);
  }
}

.news_list .pickup .row {
  padding: 4rem 7rem 6.4rem;
}

@media screen and (max-width: 767px) {
  .news_list .pickup .row {
    padding: 4rem 5.3rem 7.2rem;
    flex-direction: column;
    gap: 3rem;
  }
}

.news_list .pickup .ttl {
  font-size: 2.6rem;
}

@media screen and (max-width: 767px) {
  .news_list .pickup .ttl {
    font-size: 2.8rem;
  }
}

.news_list .pickup .more {
  height: 3.4rem;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .news_list .pickup .more {
    height: 5rem;
    font-size: 2rem;
  }
}

.news_list .icon {
  position: absolute;
  background: url(../img/pickup-bg.svg) no-repeat 50%/contain;
  width: 4.75em;
  height: 4.4em;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.12;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.4rem;
  left: 1.8rem;
}

@media screen and (max-width: 767px) {
  .news_list .icon {
    top: 2.2rem;
    font-size: 2.9rem;
    left: calc(50% - 22rem);
  }
}

.news_list p:has(time) {
  font-size: 1.4rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: .6em 1em;
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .news_list p:has(time) {
    font-size: 1.8rem;
  }
}

.news_list p i {
  background: #E9E0CE;
  padding: .1em 1em;
  border-radius: 3em;
}

.news_list li .desc {
  width: calc(100% - 20rem);
}

.news_list li p:has(time) time {
  width: 100%;
}

.news_list .ttl {
  font-size: 2rem;
  line-height: 1.44;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .news_list .ttl {
    font-size: 2.4rem;
  }
}

.news_list .lead {
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .news_list .lead {
    font-size: 1.8rem;
  }
}

.news_list .more {
  text-align: center;
  background: #410E0E;
  color: #E9E0CE;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  gap: .6em;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .news_list .more {
    height: 4rem;
    font-size: 2rem;
  }
}

.news_list .more:after {
  content: '';
  background: url(../img/arrow-right-b.svg) no-repeat 50%/contain;
  width: .714em;
  height: .642em;
}

.wp-pagenavi {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  font-size: 3.2rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    font-size: 3.6rem;
    position: relative;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  text-align: center;
}

.wp-pagenavi .current {
  color: #BFA97F;
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  width: 2.2rem;
  height: 2.2rem;
  color: transparent;
  border: none;
  background: url(../img/ico-prev.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    position: absolute;
  }
}

.wp-pagenavi .previouspostslink {
  margin-right: 3rem;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink {
    left: 0;
  }
}

.wp-pagenavi .nextpostslink {
  margin-left: 3rem;
  background-image: url(../img/ico-next.svg);
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .nextpostslink {
    right: 0;
  }
}

.news_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  min-height: 60rem;
}

@media screen and (max-width: 767px) {
  .news_inner {
    flex-direction: column;
    gap: 10rem;
  }
}

@media screen and (min-width: 768px) {
  .news_inner {
    width: 122rem;
  }
}

@media screen and (min-width: 768px) {
  .news_side {
    width: 33rem;
  }
}

.news_side .insta {
  background: url(../img/insta-bg.png) no-repeat center top/contain;
  aspect-ratio: 330 / 360;
}

@media screen and (max-width: 767px) {
  .news_side .insta {
    background-image: url(../img/insta-bg-sp.png);
    aspect-ratio: 540 / 220;
  }
}

@media screen and (max-width: 767px) {
  .news_side .insta figure {
    width: 16rem;
  }
}

.news_side .insta a {
  display: block;
  padding: 2.5rem 5.1rem 0;
}

@media screen and (max-width: 767px) {
  .news_side .insta a {
    padding: 2rem 0;
    gap: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.news_side .insta p {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: .15em;
  padding-left: 1.5em;
  background: url(../img/ico-insta.svg) no-repeat left 0.32em/1.071em;
}

@media screen and (max-width: 767px) {
  .news_side .insta p {
    font-size: 3.4rem;
    background-position: center top;
    padding: 1.2em 0 0;
    background-size: 4rem;
  }
}

.news_side dt {
  font-size: 2.6rem;
  background: url(../img/ico-category.svg) no-repeat left 0.2em/3rem;
  padding-left: 1.5em;
  margin-top: 5.4rem;
  margin-bottom: .8em;
}

@media screen and (max-width: 767px) {
  .news_side dt {
    font-size: 3rem;
    margin-top: 6rem;
  }
}

.news_side .c_btn {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .news_side .c_btn {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .news_side .c_btn a {
    width: 28rem;
  }
}

.news_side .cat ul {
  display: grid;
  gap: .5rem;
}

@media screen and (max-width: 767px) {
  .news_side .cat ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }
}

.news_side .cat li a {
  background: #410E0E;
  color: #E9E0CE;
  border-radius: 3em;
  height: 6rem;
  display: flex;
  align-items: center;
  padding: 0 2em;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .news_side .cat li a {
    height: 10rem;
    text-align: center;
    justify-content: center;
    font-size: 2.4rem;
  }
}

.news_side .news_list li {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .news_side .news_list li {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .news_side .news_list figure {
    text-align: center;
  }
  .news_side .news_list figure img {
    width: 18rem;
  }
  .news_side .news_list .row {
    flex-direction: column;
    gap: 1.2rem;
  }
  .news_side .news_list .row > * {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .news_body {
    width: 85rem;
  }
}

.news_body .ttl {
  font-size: 4.2rem;
  font-weight: 500;
  margin-bottom: .5em;
}

.news_body p {
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .news_body p {
    font-size: 1.8rem;
  }
}

.news_body p + p {
  margin-top: 2em;
}

.news_body .sub {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  gap: .6em 1em;
  margin-bottom: 4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .news_body .sub {
    font-size: 2.2rem;
    margin-bottom: 6rem;
  }
}

.news_body .sub i, .news_body .sub a {
  background: #E9E0CE;
  padding: .1em 1em;
  border-radius: 3em;
}

@media screen and (max-width: 767px) {
  .news_body .sub i, .news_body .sub a {
    border: solid 1px #fff;
  }
}

.news_body figure {
  margin-bottom: 3rem;
}

.news_body h2 {
  margin: 5.7rem 0 3rem;
  font-size: 2.6rem;
  font-weight: 500;
  padding: .43em 1.5em;
  color: #E9E0CE;
  background: #410E0E url(../img/ttl-bg.svg) no-repeat right -0.538em/9.3076em;
}

@media screen and (max-width: 767px) {
  .news_body h2 {
    font-size: 3rem;
  }
}

.news_body h3 {
  font-size: 2.6rem;
  border-bottom: dotted 0.3rem #BFA97F;
  padding-bottom: .5em;
  margin: 4rem 0 .6em;
}

@media screen and (max-width: 767px) {
  .news_body h3 {
    font-size: 3rem;
  }
}

.news_body h4 {
  font-size: 2.4rem;
  margin: 4rem 0 .4em;
  color: #BFA97F;
  background: url(../img/ttl-bg02.png) no-repeat left 0.3em/1.375em;
  padding-left: 1.8em;
}

@media screen and (max-width: 767px) {
  .news_body h4 {
    font-size: 2.8rem;
  }
}

.news_body .summary {
  margin-top: 9rem;
  border: solid 3px #410E0E;
  border-radius: 2rem;
  position: relative;
  padding: 5rem 9rem;
}

@media screen and (max-width: 767px) {
  .news_body .summary {
    padding: 6rem 5.8rem;
  }
}

.news_body .summary:before {
  content: '';
  position: absolute;
  inset: .5rem;
  border: solid 1px #A08F8F;
  border-radius: 1.4rem;
  z-index: -1;
}

.news_body .summary dt {
  position: relative;
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: .6em;
}

@media screen and (max-width: 767px) {
  .news_body .summary dt {
    font-size: 2.6rem;
  }
}

.news_body .summary dt i {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -5em;
  font-size: 1.8rem;
  background: url(../img/summary-ttl-bg.svg) no-repeat 50%/contain;
  width: 5.55em;
  height: 4.388em;
  color: #E9E0CE;
  padding-top: 1em;
}

@media screen and (max-width: 767px) {
  .news_body .summary dt i {
    font-size: 2.2rem;
  }
}

.news_body .summary dd {
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .news_body .summary dd {
    font-size: 1.8rem;
  }
}

.news_body .sch {
  background: #fff;
  text-align: center;
  border: solid 1px #BFA97F;
  margin: 10rem 0 5.7rem;
  padding-bottom: 3rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .news_body .sch {
    margin: 7.5rem 0 7rem;
  }
}

.news_body .sch:after {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  height: 3px;
  background: #fff;
  width: 38rem;
  top: -1px;
}

.news_body .sch dt {
  font-size: 2.4rem;
  line-height: 2.8;
  color: #BFA97F;
  position: relative;
  margin-bottom: -2.2rem;
  z-index: 0;
  top: -2.5rem;
  z-index: 2;
}

.news_body .sch dt:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: url(../img/event-ttl-bg.svg) no-repeat 50%/contain;
  width: 34rem;
  height: 7.2rem;
  z-index: -1;
}

.news_body .sch dd {
  color: #BFA97F;
  font-size: 3.2rem;
}

.news_body .sch dd p {
  color: #210404;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
}

@media screen and (max-width: 767px) {
  .news_body .sch dd p {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: .4em;
  }
}

.news_body .sch dd em {
  font-size: 6rem;
}

@media screen and (max-width: 767px) {
  .news_body .sch dd em {
    font-size: 4rem;
  }
}

.news_body .sch dd i {
  font-size: 4rem;
}

@media screen and (max-width: 767px) {
  .news_body .sch dd i {
    font-size: 3rem;
  }
}

.news_body .sch dd small {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .news_body .sch dd small {
    font-size: 2.2rem;
  }
}

.news_body .c_btn {
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .news_body .c_btn {
    margin-top: 6rem;
  }
}

.price_body {
  position: relative;
}

.price_body .bg_btm {
  margin-top: 20rem;
}

@media screen and (max-width: 767px) {
  .price_body .bg_btm {
    margin-top: 5rem;
  }
}

.price_body .c_btn {
  margin-top: 5rem;
}

.price_head {
  background: #fff;
  position: relative;
  z-index: 0;
  padding: 5.5rem 0;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .price_head {
    padding: 5rem 0;
    margin-bottom: 8rem;
  }
}

.price_head p {
  font-weight: 600;
}

.price_head .u_inner {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .price_head .u_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 2.5rem;
  }
}

.price_head:before {
  content: '';
  position: absolute;
  inset: 1rem 0;
  border-top: solid 1px #BFA97F;
  border-bottom: solid 1px #BFA97F;
  z-index: -1;
}

.training_phead {
  text-align: center;
}

.training_phead .lead {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .training_phead .lead {
    font-size: 2.6rem;
  }
}

.training_phead .lead em {
  color: #BFA97F;
  display: block;
}

.training_phead .lead i {
  font-size: 3.6rem;
}

@media screen and (max-width: 767px) {
  .training_phead .lead i {
    display: block;
    line-height: 1;
    margin-top: .2em;
  }
}

@media screen and (min-width: 768px) {
  .training_phead .l {
    width: 41rem;
  }
  .training_phead .r {
    width: calc(100% - 41rem);
  }
}

@media screen and (max-width: 767px) {
  .training_phead .l {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.training_phead .price {
  font-size: 2.6rem;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .training_phead .price {
    text-align: right;
    font-size: 3.6rem;
    padding-right: 5.5rem;
    line-height: 1.2;
  }
  .training_phead .price span {
    position: relative;
    left: .4em;
  }
}

.training_phead .price:before {
  content: '';
  position: absolute;
  background: url(../img/training-lead-price-bg.svg) no-repeat 50%/contain;
  width: 25.4rem;
  height: 13.5rem;
  z-index: -1;
  margin-top: -.25em;
}

@media screen and (max-width: 767px) {
  .training_phead .price:before {
    background-image: url(../img/training-lead-price-bg-sp.svg);
    width: 25.7rem;
    height: 13.5rem;
    right: 2rem;
    margin-top: -.1em;
  }
}

.training_phead .price em {
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .training_phead .price em {
    font-size: 5.6rem;
  }
}

.training_phead .step {
  display: flex;
  align-items: center;
  gap: 5rem;
}

.training_phead .step li {
  position: relative;
}

.training_phead .step li:before {
  content: '';
  position: absolute;
  background: url(../img/arrow-right02.svg) no-repeat 50%/contain;
  width: 2.1rem;
  height: 1.8rem;
  left: -3.5rem;
  bottom: 6rem;
}

.training_phead .step li:nth-child(2):before {
  content: none;
}

.training_phead .step li:nth-child(1):before {
  left: auto;
  right: -3.5rem;
}

.training_phead .step i {
  display: block;
  font-weight: 600;
  background: url(../img/step-bg.svg) no-repeat center top/5rem;
  padding-top: 1.5rem;
  margin-bottom: .5rem;
}

.training_phead .step p {
  font-size: 2.2rem;
  width: 13.6rem;
  height: 13.6rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #BFA97F;
  line-height: 1.14;
  background: #E9E0CE;
  position: relative;
}

.training_phead .step p:before {
  content: '';
  inset: .5rem;
  position: absolute;
  border-radius: 50%;
  border: dotted 2px #BFA97F;
}

.training_phead .step .active {
  width: 14.6rem;
  height: 14.6rem;
  background: #410E0E;
  color: #E9E0CE;
  font-size: 2.8rem;
}

.training_phead .step .active:before {
  border-color: #E9E0CE;
}

.training_phead .step .active small {
  display: block;
  font-size: 2rem;
  margin-top: .3em;
}

@media screen and (min-width: 768px) {
  .hotel_phead .u_inner {
    gap: 4rem;
  }
  .hotel_phead ul {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hotel_phead .l {
    display: flex;
    justify-content: center;
  }
}

.hotel_phead .desc p {
  color: #C10000;
  font-size: 2rem;
  margin-top: 2rem;
}

.plan_list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}

@media screen and (max-width: 767px) {
  .plan_list {
    flex-wrap: wrap;
    gap: 1rem 5rem;
  }
}

.plan_list li {
  font-size: 2.2rem;
  border-radius: 2rem;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 .85em;
  border: solid 2px #410E0E;
  color: #410E0E;
  position: relative;
}

@media screen and (max-width: 767px) {
  .plan_list li {
    font-size: 2.6rem;
  }
}

.plan_list li:last-child:before {
  content: none;
}

.plan_list li:before {
  content: '＋';
  font-size: 1.09em;
  position: absolute;
  right: -3.5rem;
}

@media screen and (max-width: 767px) {
  .plan_list li:before {
    right: -4rem;
  }
}

.price_sec .plan_list {
  margin: 3rem 0 4rem;
}

.plan_ttl {
  font-size: 3.4rem;
  padding: 0 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 7rem;
  background: url(../img/ttl-bg-left.svg) no-repeat left center/contain, url(../img/ttl-bg-right.svg) no-repeat right center/contain;
}

@media screen and (max-width: 767px) {
  .plan_ttl {
    font-size: 3.8rem;
  }
}

.plan_note {
  color: #C10000;
  font-size: 2rem;
  margin: -2rem 0 3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan_note {
    margin: -1rem 3rem 2rem;
    font-size: 2.2rem;
  }
}

@media screen and (min-width: 768px) {
  .plan_note ul {
    display: inline-block;
  }
}

.plan_note li {
  text-align: left;
}

.plan_note li:before {
  content: '※';
}

.price_sec {
  margin-top: 7rem;
}

.price_sec .head {
  display: flex;
  gap: 2.5rem 5rem;
  align-items: center;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .price_sec .head {
    flex-direction: column;
    text-align: center;
    margin-bottom: 3rem;
  }
}

.price_sec .head p {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .price_sec .head p {
    font-size: 2.4rem;
  }
}

.price_sec .head:not(:has(p)) {
  justify-content: center;
}

.price_sec .bg {
  background: #fff;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 4rem;
  position: relative;
}

.price_sec .ttl2 {
  text-align: center;
  background: #BFA97F;
  color: #fff;
  font-size: 2.8rem;
  padding: .5em 0;
}

@media screen and (max-width: 767px) {
  .price_sec .ttl2 {
    font-size: 3.2rem;
  }
}

.price_sec .ttl2.b {
  background: #410E0E;
}

.price_sec .ttl2 small {
  display: block;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .price_sec .ttl2 small {
    font-size: 2.2rem;
  }
}

.price_sec .sub {
  background: #c3b7a2;
  text-align: center;
  color: #fff;
  border-radius: 2rem;
  font-size: 2.2rem;
  font-weight: 500;
  height: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 81.5rem;
  position: relative;
  margin: -1.6rem auto 4rem;
}

@media screen and (max-width: 767px) {
  .price_sec .sub {
    width: 50rem;
    margin: -1.3rem auto 3rem;
  }
}

.price_sec .sub:before {
  content: '';
  position: absolute;
  background: url(../img/fukidashi.svg) no-repeat 50%/contain;
  height: 4rem;
  width: 100%;
  left: 0;
  top: -2.2rem;
}

@media screen and (max-width: 767px) {
  .price_sec .sub:before {
    top: -2rem;
  }
}

.price_sec table {
  table-layout: fixed;
  text-align: center;
}

.price_sec th {
  background: #E9E0CE;
  color: #BFA97F;
  font-size: 2rem;
  padding: .6em 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .price_sec th {
    font-size: 2.4rem;
    padding: .4em 0;
  }
}

.price_sec td {
  font-size: 2.4rem;
  padding: .6em 0;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .price_sec td {
    padding: .8em 0;
    font-size: 2.6rem;
    line-height: 1.38;
  }
}

.price_sec .tbl thead th + th {
  border-left: solid 2px #fff;
}

.price_sec .tbl tbody tr + tr td {
  position: relative;
}

.price_sec .tbl tbody tr + tr td:before {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  border-top: dotted 2px #BFA97F;
  left: 0;
  top: 0;
}

.price_sec .tbl tbody td.b {
  position: relative;
}

.price_sec .tbl tbody td.b:before {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  border-top: dotted 2px #BFA97F;
  left: 4px;
  bottom: 0;
}

.price_sec .tbl tbody td:nth-child(2):before {
  left: 4px;
}

.price_sec .tbl tbody td:nth-child(3):before {
  left: auto;
  right: 0;
}

.price_sec .tbl2 tr + tr th {
  border-top: solid 2px #fff;
}

.price_sec .tbl2 tr + tr td {
  border-top: dotted 2px #BFA97F;
}

.price_sec .tbl2 th {
  border-right: solid 4px #fff;
}

.price_sec .inquiry {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  height: calc(100% - 7rem);
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.price_sec .inquiry p {
  color: #C10000;
  font-size: 4.2rem;
  text-align: center;
}

.price_sec .tbl3 thead th {
  background: #BFA97F;
  color: #fff;
}

.price_sec .tbl3 thead th + th {
  background: #410E0E;
  border-left: solid 2px #fff;
}

.price_sec .tbl3 tbody tr + tr td {
  position: relative;
}

.price_sec .tbl3 tbody tr + tr td:before {
  content: '';
  position: absolute;
  width: calc(100% - 8px);
  border-top: dotted 2px #BFA97F;
  left: 4px;
  top: 0;
}

.price_sec .tbl3 tbody td {
  border-top: solid 2px #fff;
}

.price_sec .tbl3 tbody th {
  background: #E9E0CE;
  border-top: solid 2px #fff;
  border-right: solid 4px #fff;
  color: #210404;
}

.price_sec .tbl3 tbody th.a {
  background: #C3B7A2;
  color: #fff;
}

.price_sec .row {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .price_sec .row {
    flex-direction: column;
  }
}

.price_sec .row > * {
  flex: 1;
}

.price_sec .notes {
  padding: 3rem 6rem;
}

@media screen and (max-width: 767px) {
  .price_sec .notes {
    padding: 3rem 4.3rem;
  }
}

.price_sec .notes li {
  font-size: 1.8rem;
  background: url(../img/arrow-right03.svg) no-repeat left 0.5em/0.7rem;
  padding-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .price_sec .notes li {
    font-size: 2.2rem;
    background-size: 0.8 0.2rem;
  }
}

.price_sec .notes li + li {
  margin-top: .5em;
}

.price_sec .caution {
  border: solid 1px #410E0E;
  border-radius: 2rem;
  padding: 4.5rem 6rem;
  margin-top: 8.7rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .price_sec .caution {
    padding: 4.5rem 5rem;
  }
}

.price_sec .caution dt {
  position: absolute;
  text-align: center;
  left: 0;
  top: -.8em;
  font-size: 2.8rem;
  background: url(../img/caution-ttl-bg.svg) no-repeat 50%/contain;
  line-height: 3.6rem;
  z-index: 1;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .price_sec .caution dt {
    font-size: 3.2rem;
    background-image: url(../img/caution-ttl-bg-sp.svg);
    line-height: 3.8rem;
  }
}

.price_sec .caution li {
  font-size: 1.8rem;
  padding-left: 1.2em;
  position: relative;
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  .price_sec .caution li {
    font-size: 2.2rem;
  }
}

.price_sec .caution li:before {
  content: '※';
  left: 0;
  position: absolute;
}

.price_sec .caution li + li {
  margin-top: .5em;
}

.training_main {
  margin-top: -22rem;
}

.training_main .box {
  top: 8rem;
}

@media screen and (min-width: 768px) {
  .training_main {
    margin-top: -20rem;
  }
  .training_main .box {
    top: 22rem;
  }
}

@media screen and (max-width: 767px) {
  .training_main .img {
    margin-top: 9.5rem;
  }
}

.training_main .catch {
  margin-bottom: .14em;
}

.training_lead {
  background: #E9E0CE;
  position: relative;
  margin-top: 9rem;
}

.training_lead:before {
  content: '';
  position: absolute;
  background: url(../img/lead-bg.svg) no-repeat center top/100%;
  aspect-ratio: 1400 / 364;
  width: 100%;
  z-index: -1;
  top: -15vw;
}

@media screen and (max-width: 1400px) {
  .training_lead:before {
    width: 140rem;
    top: -22rem;
  }
}

@media screen and (max-width: 767px) {
  .training_lead:before {
    background: url(../img/lead-bg-sp.svg);
    top: -34.5rem;
  }
}

.training_lead .ttl {
  text-align: center;
  font-size: 4.6rem;
  line-height: 1.21;
  position: relative;
  z-index: 3;
  margin-bottom: 3.5rem;
}

.training_lead .ttl em {
  color: #BFA97F;
}

.training_lead .ttl + p {
  line-height: 1.8;
  text-align: center;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .training_lead .ttl + p {
    font-size: 2.4rem;
  }
}

.training_lead .bg {
  background: #fff;
  border-radius: 5rem;
  margin-top: 4.5rem;
  padding: 4.5rem 5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .training_lead .bg {
    margin-top: 5rem;
  }
}

.training_lead .bg img {
  width: 34.6rem;
}

@media screen and (max-width: 767px) {
  .training_lead .bg img {
    display: block;
    margin: 0 auto;
    position: relative;
    left: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .training_lead .bg img {
    position: absolute;
    top: -2rem;
    right: 1rem;
  }
}

.training_lead .bg p {
  font-size: 2.2rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .training_lead .bg p {
    font-size: 2rem;
    width: 60.5rem;
  }
}

.training_lead .bg p em {
  font-weight: 500;
}

.training_lead .bg ul:not([class]) {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .training_lead .bg ul:not([class]) {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
    margin: 1.5rem 0 3rem 4.5rem;
  }
}

.training_lead .bg ul:not([class]) li {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.training_lead .bg ul:not([class]) i {
  font-size: 3rem;
  line-height: 1.66;
}

.training_lead .bg ul:not([class]) em {
  font-size: 2.2rem;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E9E0CE;
  line-height: 1.14;
  background: #BFA97F;
  position: relative;
}

.training_lead .bg ul:not([class]) em:before {
  content: '';
  inset: .5rem;
  position: absolute;
  border-radius: 50%;
  border: dotted 2px #E9E0CE;
}

.training_lead .bg ul:not([class]) em.b {
  background: #410E0E;
}

.training_lead .bg ul:not([class]) small {
  display: block;
  font-size: 2rem;
}

.training_lead .note {
  color: #C10000;
  font-size: 2rem;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .training_lead .note {
    margin: 2rem 0 1rem;
    font-size: 2.4rem;
  }
}

.training_lead .note li {
  position: relative;
  padding-left: 1.2em;
}

.training_lead .note li:before {
  content: '※';
  position: absolute;
  left: 0;
}

.training_lead .fig {
  display: flex;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .training_lead .fig {
    margin-top: 7rem;
  }
}

.training_lead .fig li {
  gap: 1;
}

.training_lead .fig li img {
  width: 100%;
}

.training_plan {
  position: relative;
  padding: 8rem 0 14rem;
}

@media screen and (max-width: 767px) {
  .training_plan {
    padding: 10rem 0 14rem;
  }
}

.training_plan .c_lead {
  margin: -2rem 0 2.5rem;
  font-weight: 500;
}

.training_plan .deco1 {
  position: absolute;
  z-index: -1;
  width: 71.4rem;
  top: -27.4rem;
  left: calc(50% + 12.4rem);
}

@media screen and (max-width: 767px) {
  .training_plan .deco1 {
    left: auto;
    right: -25rem;
    top: -24.5rem;
  }
}

.training_plan .bg_btm {
  display: none;
}

.training_feature {
  position: relative;
  margin-bottom: 14rem;
}

@media screen and (max-width: 767px) {
  .training_feature.hotel {
    margin-bottom: 24rem;
  }
}

.training_feature:before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 16rem 0 20rem;
  background: #E9E0CE;
}

@media screen and (min-width: 1400px) {
  .training_feature:before {
    inset: 16rem 0 17.5vw;
  }
}

@media screen and (max-width: 767px) {
  .training_feature:before {
    inset: 16rem 0 6rem;
  }
}

.training_feature .bg_top {
  top: -11.5rem;
}

@media screen and (max-width: 767px) {
  .training_feature .bg_top {
    top: -3rem;
  }
  .training_feature .bg_top:before {
    background-image: url(../img/feature-top-bg-sp.svg);
  }
}

.training_feature .bg_btm {
  bottom: -3rem;
}

@media screen and (max-width: 767px) {
  .training_feature .bg_btm {
    bottom: -25rem;
  }
}

.training_feature .bg_btm:before {
  background-image: url(../img/feature-bg.svg);
}

@media screen and (max-width: 767px) {
  .training_feature .bg_btm:before {
    background-image: url(../img/feature-btm-bg-sp.svg);
  }
}

.training_feature .bg_btm:after {
  background-image: url(../img/feature_deco01.svg);
  aspect-ratio: 579 / 321;
  right: calc(50% + 29rem);
  top: -28.5rem;
}

.training_feature .deco {
  position: absolute;
  left: calc(50% + 17.3rem);
  z-index: -1;
  width: 57rem;
}

@media screen and (max-width: 767px) {
  .training_feature .deco {
    display: none;
  }
}

.training_feature .c_ttl img {
  position: absolute;
  width: 10.5rem;
  left: calc(50% - 23rem);
  top: -7rem;
}

.training_feature .c_ttl .hotel {
  left: calc(50% - 32rem);
}

.training_feature .c_lead {
  font-weight: 500;
  margin: -2rem 0 4rem;
}

@media screen and (max-width: 767px) {
  .training_feature .c_lead {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.training_feature .list {
  margin: 0 0 5rem;
}

@media screen and (max-width: 767px) {
  .training_feature .list {
    margin: 0 2rem 7rem;
  }
}

.training_feature .list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .training_feature .list li {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .training_feature .list figure {
    width: 42rem;
  }
}

.training_feature .list figure img {
  border-radius: 3rem;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .training_feature .desc {
    width: calc(100% - 46rem);
  }
}

.training_feature .desc p {
  line-height: 2;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .training_feature .desc p {
    font-size: 2.2rem;
  }
}

.training_feature .desc p a {
  color: #00A7FF;
  text-decoration: underline;
}

.training_feature .desc p small {
  display: block;
  text-align: right;
  font-weight: 500;
}

.training_feature .sub {
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .training_feature .sub {
    font-size: 2.4rem;
    text-align: center;
  }
}

.training_feature .ttl {
  margin-bottom: .6em;
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .training_feature .ttl {
    text-align: center;
    line-height: 1.29;
    font-size: 3.4rem;
    margin-bottom: .4em;
  }
}

.training_feature .sch dt {
  text-align: center;
  color: #fff;
  background-color: #BFA97F;
  font-size: 2.8rem;
  padding: .35em 0;
  border-radius: 1rem 1rem 0 0;
}

@media screen and (max-width: 767px) {
  .training_feature .sch dt {
    font-size: 3rem;
    line-height: 1.26;
    padding: .4em 0;
  }
}

.training_feature .sch dt i {
  padding: 0 2em;
  display: inline-block;
  position: relative;
}

.training_feature .sch dt i:before, .training_feature .sch dt i:after {
  content: '';
  position: absolute;
  background: url(../img/sch-ttl-left.svg) no-repeat left center/contain;
  width: 2.1rem;
  height: 100%;
  top: 0;
}

.training_feature .sch dt i:before {
  left: 0;
}

.training_feature .sch dt i:after {
  background-image: url(../img/sch-ttl-right.svg);
  right: 0;
}

.training_feature .sch dt small {
  display: block;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .training_feature .sch dt small {
    font-size: 2.6rem;
  }
}

.training_feature .sch dd {
  padding: 2.5rem 6rem;
  background: #fff;
  border-radius: 0 0 1rem 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .training_feature .sch dd {
    padding: 3.5rem 6rem;
  }
}

.training_feature .sch dd img {
  position: absolute;
  bottom: 0;
  right: 2.8rem;
  width: 33.9rem;
}

@media screen and (max-width: 767px) {
  .training_feature .sch dd img {
    width: 20rem;
    right: 4rem;
    bottom: -9.4rem;
  }
}

.training_feature .sch dd .hotel {
  width: 41.9rem;
  bottom: 4.6rem;
  right: 4.4rem;
}

@media screen and (max-width: 767px) {
  .training_feature .sch dd .hotel {
    width: 25.1rem;
    right: 4rem;
    bottom: -13.6rem;
  }
}

.training_feature .sch li {
  font-size: 2.8rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .training_feature .sch li {
    font-size: 2.6rem;
    flex-direction: column;
  }
}

.training_feature .sch li em {
  color: #BFA97F;
  font-size: 2.8rem;
  width: 22rem;
  background: url(../img/ico-time.svg) no-repeat left 0.42em/2.2rem;
  padding-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .training_feature .sch li em {
    background-size: 2.4rem;
    background-position: left .35em;
  }
}

.training_feature .sch li small {
  font-size: 2rem;
  color: #C10000;
  margin-left: .6em;
  vertical-align: .2em;
}

@media screen and (max-width: 767px) {
  .training_feature .sch li small {
    font-size: 2.4rem;
  }
}

.training_feature .sch li i {
  color: #410E0E;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .training_feature .sch li i {
    font-size: 3rem;
  }
}

.training_feature .sch li + li {
  position: relative;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .training_feature .sch li + li {
    margin-top: 5rem;
  }
}

.training_feature .sch li + li:before {
  content: '';
  position: absolute;
  background: url(../img/arrow-down02.svg) no-repeat 50%/contain;
  width: 1.9rem;
  height: 1.2rem;
  top: -.8em;
  left: 2em;
}

@media screen and (max-width: 767px) {
  .training_feature .sch li + li:before {
    width: 2rem;
    height: 1.3rem;
    top: -1.2em;
  }
}

.training_feature .note {
  color: #C10000;
  font-weight: 600;
  margin-top: .5em;
}

@media screen and (max-width: 767px) {
  .training_feature .note {
    font-size: 2.4rem;
    margin-top: .8em;
  }
}

.training_flow {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .training_flow {
    margin-bottom: 9.5rem;
  }
}

.training_flow li {
  border-radius: 3rem;
  position: relative;
  padding: 0 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .training_flow li {
    flex-direction: column-reverse;
    gap: 1rem;
    padding: 2.5rem 6rem 8.5rem;
  }
}

.training_flow li + li {
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .training_flow li + li {
    margin-top: 8rem;
  }
}

.training_flow li + li:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2.3rem;
  background: url(../img/arrow-down02.svg) no-repeat 50%/contain;
  top: -4rem;
}

@media screen and (max-width: 767px) {
  .training_flow li + li:after {
    top: -5rem;
  }
}

.training_flow li:before {
  content: '';
  position: absolute;
  inset: 0;
  border: dotted 2px #BFA97F;
  border-radius: inherit;
}

.training_flow li i {
  position: absolute;
  background: #BFA97F;
  inset: 0;
  z-index: 1;
  color: #FCF7EF;
  font-size: 2.4rem;
  font-weight: 400;
  width: 3.625em;
  height: 3.91em;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  padding: .25em .8em;
  border-radius: 3rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .training_flow li i {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 767px) {
  .training_flow li:has(.switch.open) .switch:before {
    content: '閉じる';
  }
  .training_flow li:has(.switch.open) .switch:after {
    background-image: url(../img/ico-close.svg);
  }
  .training_flow li:has(.switch.open) dd {
    display: block;
  }
}

.training_flow dt {
  font-size: 3rem;
  background: url(../img/flow-ttl-bg.png) no-repeat left top/4.9rem;
  padding-left: 2em;
  padding-top: .35em;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .training_flow dt {
    text-align: center;
    background-position: center top;
    padding: 1.6em 0 0;
  }
}

.training_flow dd {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}

.training_flow dd a {
  color: #00A7FF;
  text-decoration: underline;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .training_flow dd {
    font-size: 2.2rem;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .training_flow figure {
    width: 24.6rem;
  }
}

.training_flow figure img {
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .training_flow figure {
    margin: 2.3rem 0;
  }
}

@media screen and (min-width: 768px) {
  .training_flow figure {
    width: 24.6rem;
  }
  .training_flow dl {
    width: calc(100% - 27rem);
    padding: 4.5rem 0;
  }
}

@media screen and (max-width: 767px) {
  .training_flow .switch {
    background: #BFA97F;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 3rem 3rem;
    color: #fff;
    font-weight: 500;
    font-size: 2.8rem;
    gap: .8em;
    cursor: pointer;
  }
  .training_flow .switch:before {
    content: '開く';
  }
  .training_flow .switch:after {
    content: '';
    background: url(../img/ico-open.svg) no-repeat 50%/contain;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.training-staff {
  position: relative;
  z-index: 0;
}

.training-staff:before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: 24rem 0 15rem;
  background: #E9E0CE;
}

@media screen and (min-width: 1400px) {
  .training-staff:before {
    inset: 15vw 0 10vw;
  }
}

.training-staff .bg_top {
  top: -3.2rem;
}

.training-staff .bg_btm {
  bottom: 1.5rem;
}

.training-staff .bg_btm:before {
  background-image: url(../img/low-bg.svg);
}

@media screen and (min-width: 768px) {
  .training-staff .bg_btm:before {
    height: 20rem;
  }
}

.training-staff .bg_btm:after {
  content: none;
}

.training-staff .c_lead {
  font-weight: 500;
  margin: -2rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .training-staff .c_lead {
    font-size: 2rem;
    line-height: 1.8;
  }
}

.training-staff .deco {
  width: 34.5rem;
  position: absolute;
  top: -4.5rem;
  z-index: -1;
  right: calc(50% + 19rem);
}

@media screen and (max-width: 767px) {
  .training-staff .deco {
    right: auto;
    left: -17rem;
  }
}

@media screen and (min-width: 768px) {
  .training-staff ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}

.training-staff li img {
  border-radius: 2rem;
  width: 1005;
  aspect-ratio: 480 / 300;
}

.training-staff li p {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: .8em;
}

@media screen and (max-width: 767px) {
  .training-staff li p {
    font-size: 2.2rem;
  }
}

.training-staff .c_btn {
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .training-staff .sp {
    position: relative;
  }
  .training-staff .slide {
    width: 48rem;
    margin: 0 auto;
  }
}

.training-staff .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.training-staff .pager {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}

.training-staff .swiper-pagination-bullet {
  height: 2.4rem;
  width: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: solid 1px #BFA97F;
}

.training-staff .swiper-pagination-bullet-active {
  background: #410E0E;
  border-color: #410E0E;
}

.training-staff .btn i {
  position: absolute;
  top: 0;
  cursor: pointer;
  z-index: 2;
  width: 2.7rem;
  height: 30rem;
  background: url(../img/btn-prev02.svg) no-repeat 50%/contain;
}

.training-staff .btn .prev {
  left: -1.2rem;
}

.training-staff .btn .next {
  right: -1.2rem;
  background-image: url(../img/btn-next02.svg);
}

.hotel_room {
  margin-bottom: 19rem;
}

@media screen and (max-width: 767px) {
  .hotel_room {
    margin-bottom: 12rem;
  }
}

.hotel_room .box {
  position: relative;
}

@media screen and (max-width: 767px) {
  .hotel_room .box {
    margin: 0 3rem;
    padding-bottom: 6rem;
  }
}

.hotel_room .slide {
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hotel_room .slide {
    padding: 0 5.5rem;
  }
}

.hotel_room .swiper-slide {
  width: 74rem;
  margin: 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .hotel_room .swiper-slide {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .hotel_room .swiper-slide {
    padding: 0 0 7rem;
  }
  .hotel_room .swiper-slide-active figure {
    transform: none;
  }
}

.hotel_room figure {
  border-radius: 3rem;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 768px) {
  .hotel_room figure {
    transform: translateY(6rem);
    transition: transform .3s;
  }
}

.hotel_room figcaption {
  background: rgba(65, 14, 14, 0.85);
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  font-weight: 500;
}

.hotel_room .pager {
  position: absolute;
  width: 100%;
  left: 0;
  display: flex;
  gap: 2rem;
  justify-content: center;
  bottom: 0;
}

.hotel_room .swiper-pagination-bullet {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  cursor: pointer;
  background: #fff;
  border: solid 1px #BFA97F;
}

.hotel_room .swiper-pagination-bullet-active {
  background: #410E0E;
  border-color: #410E0E;
}

@media screen and (max-width: 767px) {
  .hotel_room .btn i {
    position: absolute;
    top: 0;
    cursor: pointer;
    z-index: 2;
    width: 2.6rem;
    height: 100%;
    background: url(../img/btn-prev.svg) no-repeat 50%/contain;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .hotel_room .btn .prev {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .hotel_room .btn .next {
    background-image: url(../img/btn-next.svg);
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .hotel_room .btn .next {
    right: 0;
  }
}

.contact_flow {
  margin: 11rem 0 12rem;
}

.contact_flow .bg_btm {
  bottom: -35rem;
}

@media screen and (max-width: 767px) {
  .contact_flow .bg_btm {
    display: none;
  }
}

.contact_flow .c_ttl img {
  position: absolute;
  width: 10.5rem;
  left: calc(50% - 23rem);
  top: -7rem;
}

.contact_flow .line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 8rem auto 0;
}

@media screen and (max-width: 767px) {
  .contact_flow .line {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .contact_flow .line {
    width: 94rem;
    margin: 9rem auto 0;
  }
}

.contact_flow .ttl {
  font-size: 3rem;
  display: flex;
  align-items: center;
  line-height: 1.33;
  gap: .2em 1em;
}

@media screen and (max-width: 767px) {
  .contact_flow .ttl {
    font-size: 3.4rem;
    flex-direction: column;
    text-align: center;
  }
}

.contact_flow .ttl:after {
  content: '→';
}

@media screen and (max-width: 767px) {
  .contact_flow .ttl:after {
    content: '↓';
  }
}

@media screen and (min-width: 768px) {
  .contact_flow .btn {
    width: 50rem;
  }
}

.contact_flow .btn a {
  font-size: 3.2rem;
  background: #00B900;
  border-radius: 3em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  gap: .3em;
}

@media screen and (max-width: 767px) {
  .contact_flow .btn a {
    font-size: 3.6rem;
  }
}

.contact_flow .btn a:before {
  content: '';
  background: url(../img/ico-line.svg) no-repeat 50%/contain;
  width: .9375em;
  height: .9375em;
}

/*# sourceMappingURL=style.css.map */