@charset "utf-8";
html {
  font-size: 100%;
} 
body {
  color: #282828;
  font-size: 1rem;
  font-family: din-2014, dnp-shuei-gothic-kin-std, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0;
  padding: 0;
  background: #e2e2e2;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
}
p {
  line-height: 1.6;
}
a.link {
  color: #a38341;
  text-decoration: underline;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
sup {
  font-size: 50%
}

.pt-0  {padding-top: 0;}
.pt-10 { padding-top: 0.625rem; }
.pt-20 { padding-top: 1.25rem; }
.pt-30 { padding-top: 1.875rem; }
.pt-40 { padding-top: 2.5rem; }
.pt-50 { padding-top: 3.125rem; }
.pt-60 { padding-top: 3.75rem; }
.pt-70 { padding-top: 4.375rem; }
.pt-80 { padding-top: 5rem; }
.pt-90 { padding-top: 5.625rem; }
.pt-100 { padding-top: 6.25rem; }

.pb-0  { padding-bottom: 0;}
.pb-10 { padding-bottom: 0.625rem; }
.pb-20 { padding-bottom: 1.25rem; }
.pb-30 { padding-bottom: 1.875rem; }
.pb-40 { padding-bottom: 2.5rem; }
.pb-50 { padding-bottom: 3.125rem; }
.pb-60 { padding-bottom: 3.75rem; }
.pb-70 { padding-bottom: 4.375rem; }
.pb-80 { padding-bottom: 5rem; }
.pb-90 { padding-bottom: 5.625rem; }
.pb-100 { padding-bottom: 6.25rem; }

.pl-0  { padding-left: 0 ;}
.pl-10 { padding-left: 0.625rem; }
.pl-20 { padding-left: 1.25rem; }
.pl-30 { padding-left: 1.875rem; }
.pl-40 { padding-left: 2.5rem; }
.pl-50 { padding-left: 3.125rem; }
.pl-60 { padding-left: 3.75rem; }
.pl-70 { padding-left: 4.375rem; }
.pl-80 { padding-left: 5rem; }
.pl-90 { padding-left: 5.625rem; }
.pl-100 { padding-left: 6.25rem; }

.pr-0  { padding-right: 0 ;}
.pr-10 { padding-right: 0.625rem; }
.pr-20 { padding-right: 1.25rem; }
.pr-30 { padding-right: 1.875rem; }
.pr-40 { padding-right: 2.5rem; }
.pr-50 { padding-right: 3.125rem; }
.pr-60 { padding-right: 3.75rem; }
.pr-70 { padding-right: 4.375rem; }
.pr-80 { padding-right: 5rem; }
.pr-90 { padding-right: 5.625rem; }
.pr-100 { padding-right: 6.25rem; }

.p-0  { padding: 0 ;}
.p-10 { padding: 0.625rem; }
.p-20 { padding: 1.25rem; }
.p-30 { padding: 1.875rem; }
.p-40 { padding: 2.5rem; }
.p-50 { padding: 3.125rem; }
.p-60 { padding: 3.75rem; }
.p-70 { padding: 4.375rem; }
.p-80 { padding: 5rem; }
.p-90 { padding: 5.625rem; }
.p-100 { padding: 6.25rem; }

.mt-0  { margin-top: 0 ;}
.mt-10 { margin-top: 0.625rem; }
.mt-20 { margin-top: 1.25rem; }
.mt-30 { margin-top: 1.875rem; }
.mt-40 { margin-top: 2.5rem; }
.mt-50 { margin-top: 3.125rem; }
.mt-60 { margin-top: 3.75rem; }
.mt-70 { margin-top: 4.375rem; }
.mt-80 { margin-top: 5rem; }
.mt-90 { margin-top: 5.625rem; }
.mt-100 { margin-top: 6.25rem; }

.mb-0  { margin-bottom: 0 ;}
.mb-10 { margin-bottom: 0.625rem; }
.mb-20 { margin-bottom: 1.25rem; }
.mb-30 { margin-bottom: 1.875rem; }
.mb-40 { margin-bottom: 2.5rem; }
.mb-50 { margin-bottom: 3.125rem; }
.mb-60 { margin-bottom: 3.75rem; }
.mb-70 { margin-bottom: 4.375rem; }
.mb-80 { margin-bottom: 5rem; }
.mb-90 { margin-bottom: 5.625rem; }
.mb-100 { margin-bottom: 6.25rem; }

.ml-0  { margin-left: 0 ;}
.ml-10 { margin-left: 0.625rem; }
.ml-20 { margin-left: 1.25rem; }
.ml-30 { margin-left: 1.875rem; }
.ml-40 { margin-left: 2.5rem; }
.ml-50 { margin-left: 3.125rem; }
.ml-60 { margin-left: 3.75rem; }
.ml-70 { margin-left: 4.375rem; }
.ml-80 { margin-left: 5rem; }
.ml-90 { margin-left: 5.625rem; }
.ml-100 { margin-left: 6.25rem; }

.mr-0  { margin-right: 0 ;}
.mr-10 { margin-right: 0.625rem; }
.mr-20 { margin-right: 1.25rem; }
.mr-30 { margin-right: 1.875rem; }
.mr-40 { margin-right: 2.5rem; }
.mr-50 { margin-right: 3.125rem; }
.mr-60 { margin-right: 3.75rem; }
.mr-70 { margin-right: 4.375rem; }
.mr-80 { margin-right: 5rem; }
.mr-90 { margin-right: 5.625rem; }
.mr-100 { margin-right: 6.25rem; }

.m-0  { margin: 0 ;}
.m-10 { margin: 0.625rem; }
.m-20 { margin: 1.25rem; }
.m-30 { margin: 1.875rem; }
.m-40 { margin: 2.5rem; }
.m-50 { margin: 3.125rem; }
.m-60 { margin: 3.75rem; }
.m-70 { margin: 4.375rem; }
.m-80 { margin: 5rem; }
.m-90 { margin: 5.625rem; }
.m-100 { margin: 6.25rem; }

@media screen and (max-width:767px) {
.txt-c-sp { text-align: center;}
.txt-r-sp { text-align: right;}
.txt-l-sp { text-align: left;}
  
input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #8f7040;
  padding: 10px;
  height: 3.75rem;
  font-size: 16px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  display: none;
}

}

/* ============= common ============= */
.only-sp { display: none !important; }
@media screen and (max-width:767px) {
  .only-sp { display: block !important; }
  .only-pc { display: none !important; }
}
.gold {
  color: #a38341;
}
.fs-small {
  font-size: 80%
}
.sec-bg { 
  width: 100%;
}
.sec-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 6.25rem 0;
}
.cmn-btn {
  text-align: center;
  color: #fff;
  font-size: clamp(0.813rem, 0.736rem + 0.38vw, 1rem);
  padding: 1rem 2rem;
  transition: all .5s;
  background: #ad9667;
  display: block;
}
.cmn-btn:hover {
  opacity: .8;
  transition: all .4s
}
.arrow {
  position: relative;
  width: 4.5px;
  height: 8.1px;
  margin-left: .9rem;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 0.5px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
@media screen and (max-width:767px) {
  .cmn-btn {
    text-align: center;
    font-size:1.125rem;
    width: 100%;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
  opacity: 0;
  transform: translateY(20px);
  }
  to {
  opacity: 1;
  transform: translateY(0);
  }
}
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.cmn-link {
  text-decoration: underline;
  color: #8c6a2a
}

.pagination .nav-links {
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
  gap: 1rem
}
.pagination a,
.pagination .current {
  display: block;
  color: #8c6a2a;
  border: 1px solid #8c6a2a;
  background: #FFF;
  width: 2.3125rem;
  padding: .2rem 0;
  text-align: center;
  opacity:1;
  transition: all .2s
}
.pagination .current {
  color: #FFF;
  background: #aa864f;
}
.pagination a.prev,
.pagination a.next {
  width: 5rem;
}
.pagination a:hover {
  opacity: .5;
  transition: all .2s
}

/* hide reCAPTCHA v3 badge */
.grecaptcha-badge {
    visibility: hidden;
}

/* ============= common cmnCampaign ============= */
.cmnCampaign.sec-bg {
  position: relative;
  overflow: hidden;
}
.cmnCampaign.sec-bg::after {
  content:"";
  position: absolute;
  top: 3rem;
  right: -3rem;
  width: 26.875rem;
  height: 14.0625rem;
  background-image: url(../img/cmn-logo-bg.svg);
  filter: invert(99%) sepia(6%) saturate(115%) hue-rotate(53deg) brightness(115%) contrast(87%);
  background-size: cover;
  z-index:20;
}
.cmnCampaign .sec-inner  {
  color: #282828;
  text-align: center;
  padding: 2.8125rem 0;
}
.cmnCampaign .cmnCampaign-ttl-en {
  color: #ad9667;
  font-size: 1.8125rem;
  font-weight: 400;
  letter-spacing: .2rem;
  padding-bottom: 1.25rem
}
.cmnCampaign .sec-inner h2,
.cmnCampaign .sec-inner p,
.cmnCampaign .sec-inner img {
  position: relative;
  z-index:21
}
.cmnCampaign .sec-inner .fs-small {
  padding-top: .5rem
}
.cmnCampaign .cmnCampaign-bnr-pc {
  max-width: 670px;
  margin: 1.5625rem auto
}
@media screen and (max-width: 768px) {
  .cmnCampaign.sec-bg::after {
    top: 2rem;
    right: -6rem;
    width: 18.125rem;
    height: 8.875rem;
  }
  .cmnCampaign .sec-inner  {
    padding: 2rem 1.25rem
  }
  .cmnCampaign .cmnCampaign-ttl-en {
    font-size: 1.5rem;
    padding-bottom: 1rem
  }
  .cmnCampaign .sec-inner .fs-small {
    font-size: .6875rem;
  }
}
/* ============= header ============= */
header { position: relative; }
.header-inner {
  display: flex;
  align-items: center;
  padding: 2rem;
  background: linear-gradient(to bottom, #131415, transparent);
  width: 100%;
  gap: clamp(0.625rem, -3.875rem + 9vw, 6.25rem);
  position: absolute;
  top: 0;
  z-index: 999;
  position: fixed;
  transition: padding .5s, background-color .5s;
}
.header-inner.transform {
  padding: 1rem 2rem;
  background: rgb(19 20 21 / 90%);
}
.nav ul {
  display: flex;
  align-items: center;
  color: #e2e2e1;
  font-size:0.875rem;
  font-weight: normal;
  gap: clamp(0.625rem, -0.875rem + 3vw, 2.5rem);
}
.header-logo {
  max-width: clamp(2.688rem, 2.233rem + 2.27vw, 3.938rem);
  width: 16.25rem;
  margin-right: auto;
}
.header-btn {
  display: flex;
  color: #fff;
  font-size: clamp(0.813rem, 0.736rem + 0.38vw, 1rem);
  padding: 0.75rem 1.2875rem;
  transition: all .5s;
  background: #ad9667;
  align-items: center;
}
.header-btn:hover {
  opacity: 0.8;
  transition: all .5s
}
.header-btn i {
  padding-right: clamp(0.5rem, 0.449rem + 0.26vw, 0.625rem);
}
.header-btn i img { width: clamp(0.938rem, 0.681rem + 1.28vw, 1.563rem); }
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 1rem;
  }
  .header-inner.transform {
  padding: .6rem 1rem;
}
  .header-btn {
    padding: 1.25rem 0;
  }
  .header-btn i img {width: 1.3rem;}
  .header-logo {
    z-index: 9999;
  }
  .header-cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header-cta a {
    justify-content: center;
    font-size: 1.25rem;
  }   
}
/* ============= navi ============= */
.header-hm {
  display: none;
}
@media (max-width: 768px) {
  .nav-wrapper {
    position: fixed;
    inset: 0;
    background: #16160f;
    transform: translateX(100%);
    transition: transform .4s ease;
    z-index:9998;
  }
  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }  
  .nav ul {
    flex-direction: column;
    gap: 1.5rem;
    font-size: 1rem;
    letter-spacing: .1rem;
  }
  .nav-wrapper.is-open {
    transform: translateX(0);
  } 
  .header-hm {
    display: block;
    z-index: 999999;
  }
  .header-hm span {
    display: block;
    width: clamp(2.688rem, 2.233rem + 2.27vw, 3.938rem);
    height: 2px;
    margin: 8px 0;
    background: #fff;
    transition: 0.4s;
  }
  header-hm.is-open span:nth-child(1){
    transform: translateY(10px) rotate(45deg);
  }
  header-hm.is-open span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
  header-hm.is-open span:nth-child(2) {
    opacity: 0;
  }  
} 
/* ============= top fv ============= */
.topfv {
  position: relative;
  overflow: hidden;
  color: #f3f6f6;
  aspect-ratio: 1800 / 840;
  display: flex;
  align-items: center;
  background: none;
  padding-top: 4rem;
}
.topfv::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: scale(1);
  transition: transform 5s ease-out;
  z-index: 0;
}
.swiper-slide-active .topfv::before {
  transform: scale(1.05);
}
.topfv1::before { background: #16160f url(../img/top-fv1.jpg) no-repeat center right; background-size: cover; }
.topfv2::before { background: #16160f url(../img/top-fv2.jpg) no-repeat center right; background-size: cover; }
.topfv3::before { background: #16160f url(../img/top-fv3.jpg) no-repeat center right; background-size: cover; }
.topfv-copy {
  position: relative;
  z-index: 1;
}
.topfv-copy-1,
.topfv-copy-2 {
  font-family: bebas-neue-by-fontfabric, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  padding-left: clamp(1.563rem, 0.313rem + 6.25vw, 7.813rem);
  font-feature-settings: "palt";
  
}
.topfv-copy-1-1 {
  font-size: clamp(5rem, 2.267rem + 5.69vw, 9.375rem);
  letter-spacing: 0.5rem;
}
.topfv-copy-1-2 {
  font-size: clamp(0.875rem, -0.14rem + 2.11vw, 2.5rem);
  letter-spacing: 0.2rem;
  color: #ddd1bc
} 
.topfv-copy-2 {
  font-family: dnp-shuei-gothic-kin-std, sans-serif;
  font-size: clamp(1rem, 0.453rem + 1.14vw, 1.875rem);
  letter-spacing: .1rem;
  padding-top: clamp(1.875rem, -4.804rem + 13.9vw, 4.75rem);
  line-height: 1.6;
  font-weight: 400;
} 
.topfv3 .topfv-copy {
  margin-left: auto;
}
.topfv3 .topfv-copy-1,
.topfv3 .topfv-copy-2 {
  margin-left: auto;
  padding-right: clamp(1.563rem, 0.313rem + 6.25vw, 7.813rem);
}
@media screen and (max-width:767px) {
  .topfv {
    padding: 5rem 0; 
    border-radius: 0;
    aspect-ratio: 3 / 4;
    align-items: flex-start;
  }
  .topfv1::before { background: #16160f url(../img/top-fv1-sp.jpg) no-repeat center right; background-size: cover; }
  .topfv2::before { background: #16160f url(../img/top-fv2-sp.jpg) no-repeat center right; background-size: cover; }
  .topfv3::before { background: #16160f url(../img/top-fv3-sp.jpg) no-repeat center right; background-size: cover; }
  
  .topfv-copy-1-1 {
    font-size: clamp(2.813rem, 1.953rem + 4.91vw, 4.375rem)
  }
  .topfv-copy-2 {
    font-size: clamp(0.75rem, 0.475rem + 1.57vw, 1.25rem);
  } 
  .topfv3 .topfv-copy {
    margin-left: inherit;
  }
}
.swiper-container {
  position: relative;
}
.swiper-pagination-progressbar {
  z-index: 1;
}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  bottom: 0;
  top: auto;
  height: 6px;
}
.swiper-pagination-progressbar {
  background:#999794
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: #a38341;
}
/* ============= top Plan ============= */
.topPlan.sec-bg {
  background: url(../img/top-plan-bg.jpg) top center;
  background-size: cover;
}
.topPlan .sec-inner  {
  color: #fff;
  text-align: center;
}
.topPlan .topPlan-ttl-en {
  font-size: 1.8125rem;
  font-weight: 400;
  letter-spacing: .2rem;
  padding-bottom: 1.25rem
}
.topPlan-list {
  color: #a88d62;
  display: flex;
  justify-content: center;
  gap: clamp(0.313rem, -1.444rem + 3.66vw, 3.125rem);
  margin-top: 3.125rem
}
.topPlan-list-item {
  background: #fff;
  border: 1px solid #a88d62;
  min-width: 15.625rem;
}
.topPlan-list-item-name,
.topPlan-list-item-copy,
.topPlan-list-item-price {
  line-height: 1.3;
  padding: 0.875rem 1.4375rem ;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
}
.topPlan-list-item-price {
  padding-bottom: 0
}
.topPlan-list-item-name {
  background: #e8e2d6;
}
.topPlan-list-item-name span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: .1rem
}
.topPlan-list-item-copy {
  color :#45474a;
  font-size: 1.125rem;
  border-bottom: 1px solid #e8e2d6
}
.topPlan-list-item-price-couse {
  display: block;
  font-size: 0.875rem;
}
.topPlan-list-item-price-num {
  font-size: 1.875rem
}
.topPlan-links {
  display: flex;
  justify-content: center;
  gap: clamp(0.313rem, -1.444rem + 3.66vw, 3.125rem);
  margin-top: 2.5rem;
  align-items: stretch;
}
.topPlan-links li {
  display: flex;
  align-items: flex-end; 
}
.topPlan-links .cmn-btn {
  display: inline-flex;
  align-items: center;
}
.topPlan-list-item-price-per {
  padding-bottom:  0.875rem 
}
@media screen and (max-width:767px) {
  .topPlan.sec-bg {
    background: #020202 url(../img/top-plan-bg.jpg) left top no-repeat;
    background-size: 200% auto;
  }
  .topPlan .sec-inner  {
    padding: 4.25rem 1.25rem;
  }
  .topPlan .topPlan-ttl-en {
    font-size: 1.5rem;
    padding-bottom: 1rem
  }
  .topPlan-list {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem
  }
  .topPlan-list-item {
    min-width: auto;
  }
  .topPlan-links {
    flex-direction: column;
    gap: 2rem;
    align-items: center;
  }
}
/* ============= top point ============= */
.topPoint .sec-inner  {
  text-align: center;
  padding: 6.25rem 3rem;
}
.topPoint .topPoint-ttl {
  color: #ad9667;
  font-size: 1.8125rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding-bottom: 1.25rem
}
.topPoint-lists {
  color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3%;
  margin: 2.5rem auto 4rem;
}
.topPoint-lists-item {
  flex: 0 0 31.3%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  font-weight: bold;
  background: #212222;
  border: 1px solid #a88d62;
  
}
.topPoint-lists-item-en {
  font-size: .9rem
}
.topPoint-lists-item-text {
  font-size: 1.25rem;
  padding-top: .5rem;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
}
.topPoint-lists-item:first-child{ background: url(../img/top-point1.jpg) center center no-repeat;background-size: cover;}
.topPoint-lists-item:nth-child(2){ background: url(../img/top-point2.jpg) center center no-repeat;background-size: cover;}
.topPoint-lists-item:nth-child(3){ background: url(../img/top-point3.jpg) center center no-repeat;background-size: cover;}
@media screen and (max-width:767px) {
  .topPoint-lists-item {
    flex: 0 0 100%;
    max-width: 25rem;
    aspect-ratio: 3 / 1.5;
    margin-bottom: 1.25rem
  }
  .topPoint .sec-inner  {
    padding: 4.25rem 1.25rem;
  }  
  .topPoint-lists-item-text {
    font-size: 1.125rem;
    padding-top: .2rem;
  }
  .topPoint-lists-item:nth-child(2){ background: url(../img/top-point2.jpg) top 30% center no-repeat;background-size: cover;}
}
.topPoint-subttl {
  color: #ad9667;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: .2rem;
  padding-bottom: 1.25rem
}
.topPoint-subttl-en {
  display: block;
  font-size: 0.875rem;
  padding-bottom:0.625rem;
}
.topPoint-reccomendlist {
  display: flex;
  justify-content:center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3%;
  text-align: left;
}
.topPoint-reccomendlist-item {
  flex: 0 0 31.3%;
  display: flex;
  background: #FFF;
  padding: 1.25rem;
  align-items: center;
  border: 1px solid #ad9667;
  box-sizing: border-box;
  margin: 1rem 0;
}
.topPoint-reccomendlist-item i {
  width: 2rem;
  margin-right: 1rem;
  filter: invert(66%) sepia(31%) saturate(426%) hue-rotate(2deg) brightness(86%) contrast(90%);
}
.topPoint-reccomendlist-item b {
  color: #ad9667;
  display: block;
  line-height: 1.3;
  text-decoration: underline;
}
.topPoint .cmn-btn {
  max-width: 20rem;
  margin: 2rem auto;
}
@media screen and (max-width:767px) {
  .topPoint-reccomendlist-item {
    flex: 0 0 100%;
    padding: 1.25rem;
    margin: .5rem 0
  }
  .topPoint .cmn-btn {
    max-width: inherit;
    margin: 2rem auto
  }
}
/* ============= top infinite-scroll ============= */
.infinite-scroll {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.infinite-scroll__container {
  display: flex;
  gap: 1rem;
  padding-right: 1rem;
  flex-shrink: 0;
}
.infinite-scroll__img-wrap {
  flex-shrink: 0;
  width: 30rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .infinite-scroll__img-wrap {
    width: 20rem;
  }
}
/* ============= top Link ============= */
.topLink .sec-inner {
    padding: 6.25rem 3rem;
}
.topLink-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.topLink-list-item {
  width: 48%;
  margin: 1%;
}
.topLink-list-item a {
  width: 100%;
  display: flex;
  align-items: center;
  background: #18191c;
  border: 1px solid #ad9667;
  color: #ddd1bc;
  justify-content: space-between;
  padding: 0 1rem 0 0;
}
.topLink-list-item a {
  font-size:1.5rem;
}
.topLink-list-item i {
  width: 8.5rem;
}
.topLink-list-item p {
  margin-left: 1.35rem;
  flex: 1;
  letter-spacing: .1rem
}
.topLink-list-item-en {
  display: block;
  font-size: .875rem
}
.topLink .arrow {
  position: relative;
  display: inline-block;
  width: 8.2px;
  height: 12.5px;
}
.topLink .arrow::before,
.topLink .arrow::after {
  width: 10px;
  height: 2px;
}
@media screen and (max-width: 768px) {
  .topLink .sec-inner {
      padding: 4.25rem 1.25rem;
  }
  .topLink-list {
    flex-direction: column;
  }
  .topLink-list-item {
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem
  }
  .topLink-list-item a {
    width: 100%;
    display: flex;
    align-items: center;
    background: #18191c;
    border: 1px solid #ad9667;
    color: #ddd1bc;
    justify-content: space-between;
    padding: 0 1rem 0 0;
  }
  .topLink-list-item a {
    font-size: 1.25rem;
  }
  .topLink-list-item i {
    width: 8.5rem;
  }
  .topLink-list-item p {
    margin-left: 1.35rem;
    flex: 1;
    letter-spacing: .1rem
  }
  .topLink-list-item-en {
    display: block;
    font-size: .875rem
  }
  .topLink .arrow {
    position: relative;
    display: inline-block;
    width: 8.2px;
    height: 12.5px;
  }
  .topLink .arrow::before,
  .topLink .arrow::after {
    width: 10px;
    height: 2px;
  }
}
/* ============= topcontact ============= */
.topcontact.sec-bg {
  background: url(../img/top-contact-bg.jpg) center center;
  background-size: cover;
}
.topcontact .sec-inner {
  padding: 6.25rem 3rem;
  text-align: center;
  color: #FFF
}
.topcontact-text {
  font-size: 1.875rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .2rem;
  margin-bottom: 1rem
}
.topcontact-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.topcontact-btns a {
  display: flex;
  flex: 1;
  max-width: 30rem;
  min-height: 5.625rem;
  background: #ad9667;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  position: relative;
  padding-right: 2.5rem;
}
.topcontact-btns a .arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;              
  height: 100%;
  background: #8c6a2a;    
  display: flex;
  align-items: center;
  justify-content: center;
}
.topcontact-btns a .arrow::before,
.topcontact-btns a .arrow::after {
  width: 10px;
  height: 2px;
  margin-right: calc((2.5rem - 10px) /2);
}
@media screen and (max-width:767px) {
  .topcontact.sec-bg {
    background: url(../img/top-contact-bg.jpg) left 45% center;
    background-size: cover;
  }
  .topcontact .sec-inner {
    padding: 4.25rem 1.25rem ;
  }
  .topcontact-text {
    font-size: 1.25rem;
  }
  .topcontact-btns a {
    font-size: 1.25rem;
  }
}
/* ============= topcontact ============= */
.topcolumn .sec-inner {
  padding: 6.25rem 3rem;
}
.topvoice .sec-inner {
  padding-bottom:0
}
.topcolumn-ttl {
  color: #ad9667;
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 1.25rem;
  letter-spacing: .1rem;
  align-items: center; 
  display: flex;
  line-height: 1
}
.topcolumn-ttl-en {
  font-size: 0.875rem;
  margin-left: .5rem
}
.topcolumn-ttl::after {
  background: #ad9667;
  content: "";
  flex-grow: 1;
  height: 2px; 
}
.topcolumn-ttl::after {
  margin-left: 1rem
}
.topcolumn-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  gap: 1rem;
}
.topcolumn-item {
  border: 1px solid #333;
  background: #fff;
}
.topcolumn-item a {
  display: block;
  height: 100%;
  transition: opacity .3s;
}
.topcolumn-item a:hover {
  opacity: .8;
}
.topcolumn-item-eye {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.topcolumn-item-eye img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.topcolumn-item-text {
  font-size: .875rem;
  padding: .625rem;
  font-weight: normal;
  font-feature-settings: "palt" 1;
}
.topcolumn-more {
  display: flex;
  align-items: end;
  justify-content: center;
}
.topcolumn-more .cmn-btn {
  display: flex;
  align-items: center;
  background: #c0c0c0;
  border: 1px solid #333;
  gap: .5rem;
  color: #333;
  width: 100%;
  justify-content: center;
}
.topcolumn .arrow::before,
.topcolumn .arrow::after {
  background-color: #333;
}
@media (max-width: 768px) {
  .topcolumn .sec-inner {
    padding: 4.25rem 1.25rem ;
  }  
  .topvoice .sec-inner {
    padding-bottom:0
  }
  .topcolumn-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .topcolumn-more .cmn-btn {
    font-size: 1rem;
    padding: 1rem
  }
}
/* ============= footer ============= */
.footer {
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  padding-bottom: 0;
  background: #020202 url(../img/top-plan-bg.jpg) no-repeat top center;
  margin-top: -1rem;
}
.footer .sec-inner {
  padding: 3.125rem 0
}
.footer-top {
  max-width:28.125rem;
  margin: 0 auto;
}
.footer-top a {
  transition: all .2s;
}
.footer-top a:hover {
  transition: all .2s;
  opacity: .8
}
.footer-bottom ul {
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
  margin-top : 1.875rem;
  gap: 1rem
}
.footer-bottom ul li a {
  font-size:0.75rem;
  padding: .5rem
}
.footer-cp {
  font-size: 0.625rem;
  background: #c9b999;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: .5em 0
}
.footer-cp2 {
  display: flex
}
.footer-cp2  li {
  margin: 0 1rem;
}
.footer-cp2  li a {
  display: flex;
  align-items: center;
}
.footer-cp2  li i  {
  display: inline-block;
  padding-left: .3rem
}
.footer-cp2 li i img {
  width: .6rem;
  filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(349deg) brightness(107%) contrast(100%);
}
@media screen and (max-width:767px) {
  .footer .sec-inner {
    padding: 2.85rem 1.25rem ;
  }
  .footer-bottom ul {
    gap: 0
  }
  .footer-bottom ul li a {
    padding: 0 .5rem;
  }
  .footer-cp {
    padding: 1rem 0 6rem 0;
    flex-direction:column;
  }
  .footer-cp1 {
    font-size: 0.875rem;
    margin-bottom: .2rem
  }
}
/* ============= 
    lower 
============= */
/* ============= lower common ============= */
.lower-inner {
  padding: 6.25rem 3rem;
}
@media screen and (max-width:767px) {
  .lower-inner {
    padding: 3.25rem 1.25rem;
  }
}
.l-att {
  font-size:0.75rem;
  text-indent: -1em;
  padding-left: 1em;
}
.l-att li {
  line-height: 1.4;
  margin-bottom: .2rem
}
.l-att li::before {
  content:"※";
  
}
.l-ttl {
  color: #e2e2e2;
  text-align: center;
  height: 25rem;
  background: url(../img/common-h2-bg.jpg) no-repeat top center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
}
.l-ttl-text-sub {
  color: #ddd1bc;
  font-size: clamp(1.094rem, 0.875rem + 1.09vw, 2.188rem);
  font-family: bebas-neue-by-fontfabric, sans-serif;
  align-items: center;
  letter-spacing: .2rem
}
.l-ttl-text-main {
  font-size: clamp(1.75rem, 1.1rem + 3.25vw, 5rem);
  font-weight: normal;
  padding-top: clamp(2.031rem, 1.813rem + 1.09vw, 3.125rem);
  letter-spacing: 0.2rem;
}
@media screen and (max-width:767px) {
  .l-ttl {
    height: 14rem;
    padding: clamp(1.25rem, 1.125rem + 0.63vw, 1.875rem) clamp(1.25rem, 0.224rem + 5.13vw, 3.75rem);
  }
  .l-ttl-text-sub::before {
    display: block;
    content:"";
    background-color: #be8e3a;
    width: 1.25rem;
    margin-right: .5rem;
  }
}
.lower-lead {
  text-align: center;
  margin-bottom: 4.125rem;
}
.lower-s_header {
  color: #282828;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 1.75rem;
  display: flex;
  align-items: center;
}
.lower-s_header::after {
  background: #ad9667;
  content: "";
  flex-grow: 1;
  height: 2px;
  margin-left: 1rem;
}
@media screen and (max-width:767px) {
  .lower-lead {
    text-align: left;
    margin-bottom: 2.5rem;
  }
  .lower-s_header {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .lower-s_headerLong::after {
    display: none
  }
}
@media screen and (max-width:340px) {
  .lower-s_header::after {
    display: none
  }
}
.lower-ss_header {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: .875rem;
}
.lower-ss_header::before {
  content:"\025a0";
  color: #a38341;
  margin-right: .25rem
}

/* lower common accordion */
.l-accordion {
  background-color: #ffffff;
  border: 1px solid #a38341;
  margin-bottom: 1rem
}
/* .l-accordion:not([open]) {
  margin-bottom: 7px;
} */
.l-accordion summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  background-color: #282828;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.l-accordion summary::-webkit-details-marker {
  display: none;
}
.l-accordion summary::before,
.l-accordion summary::after {
  width: 2px;
  height: .9em;
  background-color: #d4caba;
  content: '';
}
.l-accordion summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
.l-accordion summary::after {
  transition: rotate .3s;
}
.l-accordion[open] summary::after {
  rotate: 90deg;
}
.l-accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1.5rem 2rem 2rem 2rem;
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.l-accordion[open] p {
  transform: none;
  opacity: 1;
  font-size: 0.875rem;
}
/* lower faq accordion */
.l-faq-detail summary {
  color: #d4caba;
}
.l-faq-detail-list-Q {
  font-size: 1.875rem;
}
.l-faq-detail-list-Qtext {
  margin-right: auto;
  padding: 0 1rem;
}

/* common contactForm */
.l-cmn-contactForm {
  padding: 2.75rem 0;
}
.l-cmn-contactForm a {
  display: inline-block;
}
.l-contact_formInfo {
  margin-bottom: 60px;
}
.l-contact_formInfo a {
  color: #1b315f;
  text-decoration: underline;
}
.cmn-contactForm_row input,
.cmn-contactForm_row textarea{
  display: block;
  width: 100%;
  padding: 1.125rem;
  border: 1px solid #8f7040;
  outline: none;
}
.cmn-contactForm_row input[type=radio] {
  display: inline;
}
.cmn-contactForm_label {
  color: #8f7040;
  font-size: 1.125rem;
  margin-bottom: 1rem;
  display: block;
  font-weight: bold;
}
.cmn-contactForm_must {
  color: #e93131;
  font-weight: normal;
  margin-left: 1rem;
  font-size: .875rem;
}
.cmn-contactForm_row {
  margin: 0 0 2rem 0;
}
.cmn-contactForm_row-flex {
  display: flex;
}
.cmn-contactForm_row-flex > div {
  width: 50%;
}
.cmn-contactForm_row-flex > div:first-child {
  margin: 0 40px 0 0 
}
.cmn-contactForm_att {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.l-cmn-contactForm_conformtext {
  margin-bottom: 3rem;
}
.cmn-contactForm_row input[type="checkbox"],
.cmn-contactForm_privacy input[type="checkbox"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: auto;
  border: none;
  padding: 0;
}
.cmn-contactForm_privacy label{
  display: block;
  cursor: pointer;
  padding-left: 30px;
  margin: 0 0 20px 0;
  position: relative;
}
.cmn-contactForm_privacy label::before,
.cmn-contactForm_privacy label::after{
  content: "";
  display: block; 
  position: absolute;
}
.cmn-contactForm_privacy label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #8f7040;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
}
.cmn-contactForm_privacy label::after{
  background: #c8af89;
  opacity: 0;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  top: 50%;
  left:3px;
}
.cmn-contactForm_privacy input:checked + label::after {
  opacity: 1;
}




.cmn-contactForm_row input[type="radio"]{
  -webkit-appearance: none;
  appearance: none;
  opacity: 0;        
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  width: 20px;
  height: 20px;
}

.cmn-contactForm_radiobtn .wpcf7-list-item {
  display: block;
  margin-left: 0
}
.cmn-contactForm_radiobtn .wpcf7-list-item label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  margin: 0 0 20px 0;
  position: relative;
}
.cmn-contactForm_radiobtn .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #8f7040;
  background: #fff;
}
.cmn-contactForm_radiobtn .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #c8af89;
  opacity: 0;
}
.cmn-contactForm_radiobtn input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}





.cmn-contactForm_btn input,
.cmn-contactForm_btn input:hover{
  border: 0;
  outline: 0;
}
.cmn-contactForm_btn {
  text-align: center;
}
.cmn-contactForm_btn input {
  margin-top: 20px;
  cursor: pointer;
}
.cmn-contactForm_btn input {
  margin-top: 1.5rem;
  cursor: pointer;
  padding: 1.25rem 2.5rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight:bold;
  text-decoration: none;
  text-align: center;
  outline: none;
  background: #ad9667;
  border-radius: 999999px;
  transition: all .2s;
  min-width: 20rem
}
.cmn-contactForm_btn input:hover {
  opacity: .8;
  transition: all .2s
}
.l-cmn-contactForm .wpcf7-spinner {
    display: none !important;
}
.l-cmn-contactForm .wpcf7-previous {
  background: #999
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
  border: none;
  font-weight: bold;
  color: #e93131
}

.l-privacy-box {
  margin-bottom: 3.125rem;
  font-feature-settings: "palt";
}
.l-privacy-box > p {
  line-height: 1.7;
}
.l-privacy-tts {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: .5rem;
}
.l-reseve-thanks {
  text-align: center;
}
.thanks-btn {
  text-align: center;
  color: #fff;
  font-size: clamp(0.813rem, 0.736rem + 0.38vw, 1rem);
  padding: 1rem 5rem;
  transition: all .5s;
  background: #ad9667;
  display: block;
}

/* ============= lower flow ============= */
.l-flow-detail-step {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 1rem;
}
.l-flow-detail-step .num {
  display: flex;
  justify-content: center;
  color: #FFF;
  background: #ad9667;
  align-items: center;
  padding: 1rem;
  margin-right: .5rem;
  line-height: 1.2;
  font-size:0.75rem;
  flex-direction: column;
}
.l-flow-detail-step .num span {
  display: block;
  font-size: 1.8125rem;
  font-weight: bold;
}
.l-flow-detail-step-whitebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FFF;
  padding: 2.25rem;
  gap: 1.875rem;
  width: 100%;
}
.l-flow-detail-step-whitebox > div:first-child {
  width: 52%;
}
.l-flow-detail-step-whitebox h4 {
  font-size: 1.375rem;
  color: #ad9667;
  letter-spacing: .1rem;
  margin-bottom: 1rem;
}
.l-flow-detail-step-whitebox .l-att {
  margin-top: 1rem;
}
.l-flow-detail-step-whitebox img {
  max-width: 22rem;
}
.l-flow-detail-step-whitebox-gray {
  font-size: 0.875rem;
  background: #e2e2e2;
  padding: .875rem;
  margin-top: 1rem
}
.l-flow-loopwrapper-text {
    font-size: 2.125rem;
}
.l-flow-recommend .lower-inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  gap: 4rem;
  padding: 2rem 3rem 6.25rem;
  align-items: center;
  max-width: fit-content;
}
.l-flow-recommend-text-ttls {
  color: #ad9667;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.25rem;
}
.l-flow-recommend-img img {
  max-width: 23.25rem;
}
.l-flow-loopwrapper {
  display: flex;
  overflow: hidden;
  background: #FFF;
  width: 100%; 
}

.l-flow-loopwrapper-text {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 7.125rem; 
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 1.25rem;
  line-height: 1;
  color: #e2e2e2;
  font-family: bebas-neue-by-fontfabric, sans-serif;
  letter-spacing: .2rem;
  margin-top: -1.2rem;
  animation: loop-oneway 20s linear infinite;
}
.l-flow-loopwrapper-text:nth-child(odd),
.l-flow-loopwrapper-text:nth-child(even) {
  animation: loop-oneway 20s linear infinite;
}
@keyframes loop-oneway {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%); 
  }
}
@media screen and (max-width: 767px) {
  .l-flow-loopwrapper-text {
    font-size: 5rem;
    margin-top: -1rem;
    animation-duration: 15s; 
  }
}
.l-flow-recommend {
  background: #FFF
}
@media screen and (max-width:767px) {
  .l-flow-detail-step {
    flex-direction: column
  }
  .l-flow-detail-step .num {
    padding: .5rem;
    margin-right: 0;
    margin-bottom: .5rem;
    flex-direction: initial;
  }
  .l-flow-detail-step .num span {
    margin-left: .5rem
  }
  .l-flow-detail-step-whitebox {
    flex-direction: column;
    padding: 2rem 1.25rem
  }
  .l-flow-detail-step-whitebox > div:first-child {
    width: 100%;
  }
  .l-flow-detail-step-whitebox h4 {
    text-align: center;
  }
  .l-flow-detail-step-whitebox .l-att {
    margin-top: 1rem;
  }
  .l-flow-detail-step-whitebox img {
    max-width: inherit;
  }
  .l-flow-detail-step-whitebox-gray {
    font-size: 0.875rem;
    background: #e2e2e2;
    padding: .875rem;
    margin-top: 1rem
  }  
  .l-flow-recommend .lower-inner {
    flex-direction: column;
    padding: 1.25rem 1.25rem 3.25rem;
    gap: 2rem;
  }
  .l-flow-recommend-text-ttls {
    font-size: 1.125rem;
    margin-bottom: 1rem;
  }
  .l-flow-recommend-img img {
    max-width: 23.25rem;
  }
  .l-flow-loopwrapper-text {
    font-size: 5rem;
    margin-top: -1rem;
  }
}


.l-colum {
  background: #f7f7f7
}
.l-colum-ttl {
  background: #232323;
  color: #f7f7f7
}
.l-colum-text {
  padding-bottom: 3rem;
  padding-top: 10rem;
  font-feature-settings: 'palt';
  letter-spacing: .1rem;
  text-align: center;
}
.l-colum-text-cat {
  display: inline-block;
  color: #ad9667;
  font-size: 1rem;
  border: 1px solid #ad9667;
  padding: 0.625rem;
  line-height:1;
  margin-bottom: 1.25rem;
}
.l-colum-text-date {
  padding: 1rem 0 0 .1rem;
}
.l-colum-text-main {
  color: #e2e2e1;
  font-size: 1.75rem;
}
.l-column-inner {
  max-width: 43.75rem;
}
.l-colum-eye {
  margin-bottom: 2rem
}
.l-colum-lead {
  background-image: linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #333 97%,
      #222 100%
    );
  background-size:100% 2em;
}
.l-colum-lead p{
  margin-bottom: 2em;
  line-height: 2;
}
.l-colum-continner {
  padding: 3rem 0;
}
.l-colum-continner > p {
  line-height: 1.8
}
.l-colum #toc_container {
  color: #FFF;
  padding:  1rem;
  background: #232323;
  width: 100% !important;
  margin-bottom: 50px;
}
.simpletoc-list {
  background: #FFF;
  padding:  1rem;
  border: 1px solid #232323;
  list-style: decimal;
  padding-left: 2rem
}
.l-colum strong {
  color: #AD960E;
  text-decoration: underline
}
.l-colum #toc_container.no_bullets li a {
  display: block;
}
.l-colum #toc_container.no_bullets li, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets li {
  background: #FFF;
  color: #232323;
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  border-radius: 4px
}
.l-colum  #toc_container ul ul  li {
  padding:  .5rem;
  margin-bottom: 0;
}
#toc_container ul ul  a {
  font-size: .85rem;
}
.l-colum h2.wp-block-heading {
  background: #e2e2e2;
  padding: .8rem .8rem .8rem 1.6rem;
  position: relative;
  margin-bottom: 1.5rem;
  font-feature-settings: 'palt'
}
.l-colum h2.wp-block-heading > span {
  display: block;
  word-break: auto-phrase;
}
.l-colum .wp-block-heading::before {
  content: "";
  position: absolute;
  top:0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #232323;
}
.l-colum .wp-block-heading {
  margin-bottom: 1.5rem
}
.l-colum h3.wp-block-heading {
  border-bottom: 1px solid #232323;
  padding-bottom: .5rem
}
.l-colum .wp-block-accordion-heading {
  background :#ad9667;
  padding: 0 1.5rem;
  font-size: 1rem;
}
.l-colum .wp-block-accordion-heading a:hover {
  text-decoration: none
}
.l-colum  .wp-block-accordion-panel-is-layout-flow {
  padding: .5rem;
  background: #EEE;
  border: 1px solid #ad9667;
  font-size: .875rem
}
.l-colum .wp-block-list li {
  color: #AD960E;
  font-weight: bold;
  /* font-size: 1.125rem; */
  /* margin-bottom: .8rem; */
}
.l-colum .wp-block-list li::before {
  content: "\25CF";
  color: #AD960E;
  margin-right: .3rem;
}


@media screen and (max-width:767px) {
  .l-colum-text {
    padding-top:7rem;
  }
  .l-colum-text-date {
    padding: 1rem 0 0 .1rem;
  }
  .l-colum-text-cat {
    display: inline-block;
    font-size: .85rem;
    padding: 0.425rem;
    margin-bottom: 1rem;
  }
  .l-colum-text-main {
    font-size: 1.35rem;
  }  
  .l-colum h2.wp-block-heading {
    padding-left: .8rem;
    font-size: 1.1rem
  }
  .l-colum #toc_container.no_bullets li, #toc_container.no_bullets ul li, .toc_widget_list.no_bullets li {
    padding: 1rem ;
  }
}


/* ============= lower resevation ============= */
.l-reseve-point {
  background: #e2d6be;
  position: relative;
  overflow: hidden;
}
.l-reseve-point::after {
  content:"";
  position: absolute;
  top: 1rem;
  right: -7rem;
  width: 26.875rem;
  height: 14.0625rem;
  background-image: url(../img/cmn-logo-bg.svg);
  filter: invert(99%) sepia(6%) saturate(115%) hue-rotate(53deg) brightness(115%) contrast(87%);
  background-size: cover;
  z-index: 30;
}
.l-reseve-point-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  z-index: 31;
  position: relative;
  border-bottom: 1px solid #8f7040;
  padding-bottom: 1.66rem;
  margin-bottom: 1.66rem;
}
.l-reseve-point-textbox-ttl {
  color: #8f7040;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.l-reseve-point-textbox-descript {
  text-spacing-trim: trim-start
}
.l-reseve-point-imgbox {
  width: 42%;
}
.l-reseve-point-imgbox img {
  max-width: 22rem;
  margin-left: auto;
}
.l-reseve-point-textbox-item {
  display: flex;
  color: #a88d62;
  margin-top: 1.5625rem;
}
.l-reseve-point-textbox-item {
  display: flex;
  background: #fff;
  border: 1px solid #a88d62;
}
.l-reseve-point-textbox-item-name {
  display: flex;
  align-items: center;
  background: #282828;
  color: #d4caba;
  font-size: 1.125rem;
  padding: 1.125rem 1.4375rem;
}
.l-price-plan-list-item-name {
  background: #282828;
  color: #d4caba;
}
.l-reseve-point-textbox-item-name span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: .1rem
}
.l-reseve-point-textbox-item-price {
  line-height: 1.3;
  padding: 0.875rem 1.4375rem;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
}
.l-reseve-point-textbox-item-price-num {
  font-size: 1.875rem
}
.l-reseve-point-optionbox {
  position: relative;
  z-index:32;
  display: flex;
  gap: 2rem
}
.l-reseve-point-optionbox > div {
  flex: 1
}
.l-reseve-contactForm-ttls {
  font-size: 1.25rem;
  font-weight:bold;
  padding: 0 0 .5rem 0 
}
.l-reseve .cmnCampaign .sec-inner {
  padding-bottom: 0;
  background: none
}
.l-reseve .cmnCampaign.sec-bg::after {
  display: none
}
.l-reseve .cmnCampaign .cmnCampaign-bnr-pc {
  margin-bottom: 0;
}
.l-reseve-campttl {
  color: #8f7040;
  font-weight: bold;
  font-size: 1.125rem;
}
.l-reseve-line {
  display: flex;
  margin: 2rem 0 4rem;
  align-items: center;
  gap: 3rem;
}
.l-reseve-line-btn {
  display: flex;
  color: #fff;
  font-size: 1.125rem;
  padding:1.2875rem 3rem;
  transition: all .5s;
  background: #02c753;
  font-weight: bold;
  letter-spacing: .2rem;
  align-items: center;
}
.l-reseve-line-btn:hover {
  opacity: 0.8;
  transition: all .5s
}
.l-reseve-line-btn i {
  padding-right: clamp(0.5rem, 0.449rem + 0.26vw, 0.625rem);
}
.l-reseve-line-btn i img { width: clamp(0.938rem, 0.681rem + 1.28vw, 1.563rem); }
.l-reseve-line-qr {
  width: 6.56rem
}

@media screen and (max-width:767px) {
  .l-reseve-point::after {
    width: 18.125rem;
    height: 8.875rem;
  }
  .l-reseve-point-flex {
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 2rem;
    margin-bottom: 0;
  }
  .l-reseve-point-textbox-ttl {
    color: #8f7040;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
  }
  .l-reseve-point-textbox-descript {
    text-align: center;
  }
  .l-reseve-point-imgbox {
    width: 100%;
  }
  .l-reseve-point-imgbox img {
    margin: auto;
  }
  .l-reseve-point-textbox-item {
    display: flex;
    color: #a88d62;
    margin-top: 1.5625rem;
  }
  .l-reseve-point-textbox-item {flex-direction: column;text-align: center;margin-top: 2rem;}
  .l-reseve-point-textbox-item-name {
    display: block;
    padding: .5rem;
  }
  .l-reseve-point-textbox-item-name span {
    font-size: 1.25rem;
  }
  .l-reseve-point-textbox-item-price-num {
    font-size: 1.875rem
  }
  .l-reseve-point-optionbox {
    flex-direction: column;
  }
.l-reseve-line {
  flex-direction: column
}
.l-reseve-line-btn {
  padding:1.2875rem 6rem;
}
.l-reseve-line-btn i {
  padding-right: clamp(0.5rem, 0.449rem + 0.26vw, 0.625rem);
}
.l-reseve-line-btn i img { width: 1rem; }
}




.l-contact-lentspace-link {
  display: flex;
  gap: 3rem;
}
.l-contact-lentspace-link .cmn-btn {
  margin: 2rem 0 0 0;
  padding: 1.2875rem 3rem;
}
.l-contact-lentspace-link .cmn-btn i {
  display: inline-block;
  width: .8rem;
  filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(349deg) brightness(107%) contrast(100%);
  margin-left: .2rem;
}
@media screen and (max-width:767px) {
 .l-contact-lentspace-link {
   flex-direction: column;
   gap: 0
  }
  .l-contact-lentspace-link .cmn-btn {
    margin: 2rem 0 0 0;
    padding: 1.2875rem 3rem;
  }
  .l-contact-lentspace-link .cmn-btn i {
    display: inline-block;
    width: .8rem;
    filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(349deg) brightness(107%) contrast(100%);
    margin-left: .2rem;
  } 
}

/* ============= lower plan ============= */
.l-price .cmnCampaign .sec-inner {
  padding-bottom: 0;
  background: none
}
.l-price .cmnCampaign.sec-bg::after {
  display: none
}
.l-price  .cmnCampaign .cmnCampaign-bnr-pc {
  margin-bottom: 0;
}
.l-price-plan-list {
  color: #a88d62;
  display: flex;
  justify-content: flex-start;
  gap: 1.5625rem;
  margin-top: 1.5rem;
}
.l-price-plan-list-item {
  background: #fff;
  border: 1px solid #a88d62;
  width: calc((100% - 3.125rem)/ 3);
  text-align: center;
}
.l-price-plan-list-item-name,
.l-price-plan-list-item-copy,
.l-price-plan-list-item-price {
  line-height: 1.3;
  padding: 0.875rem 1.4375rem;
  font-feature-settings: "palt";
  letter-spacing: .1rem;
}
.l-price-plan-list .l-price-plan-list-item-price {
  padding-bottom: 0
}
.l-price-plan-kids .l-price-plan-list .l-price-plan-list-item-price {
  padding-bottom: 0.875rem
}
.l-price-plan-list-item-name {
  background: #282828;
  color: #d4caba;
}
.l-price-plan-list-item-name span {
  display: block;
  font-size: 1.25rem;
  letter-spacing: .1rem
}
.l-price-plan-list-item-copy {
  color :#45474a;
  font-size: 1.125rem;
  border-bottom: 1px solid #e8e2d6
}
.l-price-plan-list-item-price-couse {
  display: block;
  font-size: 0.875rem;
}
.l-price-plan-list-item-price-num {
  font-size: 1.875rem
}
.l-price-plan-cost {
  display: flex;
  justify-content: flex-start;
  gap: 1.5625rem;
  color: #a88d62;
  margin-top: 1.5625rem;
}
.l-price-plan-cost-item {
  display: flex;
  background: #fff;
  border: 1px solid #a88d62;
  width: calc((100% - 1.5625rem)/ 2);
}
.l-price-plan-cost-item .l-price-plan-list-item-name {
  display: flex;
  align-items: center
}
.l-price-plan-kids .l-price-plan-list-item {
  width: calc((100% - 1.5625rem)/ 2);
}
.l-price-plan-kids .l-price-plan-list-item-name {
  background: #e8e2d6;
  color: #a88d62;
  font-size: 1.125rem;
  padding: 1.125rem 1.4375rem;
}
.l-price-option-list {
  color: #8f7040;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 2.25rem 0;
  gap: 1rem;
}
.l-price-option-list li {
  width: 9rem;
  aspect-ratio: 1 / 1;
  background: #FFF;
  border: 1px solid #8f7040;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
.l-price-option-list-name{
  line-height:1.2;
  margin-bottom: .5rem;
  flex-grow: 1;
}
.l-price-option-list-name span {
  display:block;
  font-size:.875rem
}
.l-price-option-list-icon img {
  width: 3.125rem;
  margin: 0  auto;
  filter: invert(51%) sepia(3%) saturate(5406%) hue-rotate(357deg) brightness(87%) contrast(89%);
}
.l-price-option-list li:nth-child(2) .l-price-option-list-icon img { width: 4.1rem;}
.l-price-option-list li:nth-child(3) .l-price-option-list-icon img { width: 4rem;}
.l-price-option-list li:nth-child(4) .l-price-option-list-icon img { width: 4rem;}
.l-price-option-list li:nth-child(5) .l-price-option-list-icon img { width: 2.5rem;}
.l-price-plan-list-item-price-per {
  padding-bottom:  0.875rem 
}

@media screen and (max-width:767px) {
  .l-price-plan-list {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem
  }
    .l-price-plan-list li {
      width: 100%
    }
  .l-price-plan-list-item {
    min-width: auto;
  }
  .l-price-plan-cost {
    flex-direction:column
  }
  .l-price-plan-cost-item {
    width: 100%;
  }
  .l-price-plan-cost-item .l-price-plan-list-item-name {
    flex:1
  }
.l-price-plan-cost-item .l-price-plan-list-item-price {
    flex:2
  }
  .l-price-plan-kids .l-price-plan-list-item {
    width: 100%;
  }
  .l-price-option-list {
    gap: .5rem
  }
  .l-price-option-list li {
    width: calc((100% - 1rem) / 3);
    padding: .5rem
  }
  .l-price-option-list-icon img {
    width: 2.4rem;
    margin: 0  auto;
    filter: invert(51%) sepia(3%) saturate(5406%) hue-rotate(357deg) brightness(87%) contrast(89%);
  }
  .l-price-option-list li:nth-child(2) .l-price-option-list-icon img { width: 3.5rem;}
  .l-price-option-list li:nth-child(3) .l-price-option-list-icon img { width: 3.2rem;}
  .l-price-option-list li:nth-child(4) .l-price-option-list-icon img { width: 3.4rem;}
  .l-price-option-list li:nth-child(5) .l-price-option-list-icon img { width: 2rem;}
}





/* ============= lower access ============= */
.l-access-info {
  display: flex;
  justify-content: space-between
}
.l-access-info-detail {
  flex: 0 0 40%;
  font-size: 0.875rem
}
.l-access-info-detail-name {
  font-size: 1.5rem;
  font-weight: 800
}
.l-access-info-detail-namecate {
  font-weight: 800
}
.l-access-info-detail-name ,
.l-access-info-detail-add {
  padding-bottom: 2vw;
}
.l-access-info-detail-hours-tr > div {
  display: flex;
  align-items: center;
  margin-top: .5rem
}
.l-access-info-detail-hours-tr dt {
  border: 1px solid #282828;
  padding: .3rem .5rem;
  margin-right: 1rem;
  width: 11rem;
  flex-shrink: 0;
  text-align: center
}
.l-access-gmap {
  position: relative;
  width: 100%;
  padding-top: 34%;
  height: 0;
}
.l-access-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}
.l-access-how-detail > div {
  display: flex;
  align-items: stretch;
  border: 1px solid #8a713c;
  margin: 1rem 0;
}
.l-access-how-detail > div:first-child {
  margin-top: 0;
}
.l-access-how-detail dt,
.l-access-how-detail dd {
  display: flex;
  align-items: center;
}
.l-access-how-detail  dt {
  width: 21.5%;
  color: #d4caba;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.5625rem  2.5rem;
  background: #282828;
  letter-spacing: .1rem;
}
.l-access-how-detail  dd {
  font-size: 0.875rem;
  background: #FFF;
  flex-grow: 1;
  justify-content: space-between;
  padding: 0 2rem
}
.l-access-how-detail dd.l-access-how-detail-2line {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 1rem 2rem;
}
.l-access-how-detail dd.l-access-how-detail-2line > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-access-how-detail dd.l-access-how-detail-2line > div + div {
  border-top: 1px solid #ccc;
  margin-top: 1rem;
  padding-top: 1rem;
}
.l-access-how-detail-btn a  {
  display: flex;
  color: #FFF;
  background: #666666;
  padding: .5rem 1rem;
  border-radius: 9999px;
  transition: all .8s;
  justify-content: center;
}
.l-access-how-detail-btn a:hover {
  transition: all .8s;
  opacity: .8;
}
.l-access-how-detail-btn i img {
  width: 1rem;
  margin-right: .5rem;
  filter: invert(100%) sepia(0%) saturate(452%) hue-rotate(262deg) brightness(121%) contrast(100%);
}
@media screen and (max-width:767px) {
  .l-access-info {
    flex-direction: column;
  }
  .l-access-info-detail {
    flex: 0 0 100%;
    font-size: 1rem
  }
  .l-access-info-detail-namecate {
    font-size: 0.875rem
  }
  .l-access-info-detail-name {
    font-size: 1.25rem;
  }
  .l-access-info-detail-name ,
  .l-access-info-detail-add {
    padding-bottom: 1rem;
  }
  .l-access-info-detail-hours-tr dt {
    width: 11rem; 
    font-size: 0.875rem
  }
  .l-access-gmap  {
    padding-top: 60%;
    margin-top: 1.25rem;
  }
  .l-access-how-detail dd.l-access-how-detail-2line > div {
    display: block;
  }
  .l-access-how-detail > div {
    margin: 2rem 0;
    flex-direction: column;
  }
  .l-access-how-detail  dt {
    width: 100%;
    padding: 0.5625rem  0.5rem;
    text-align: center;
    display: block;
  }
  .l-access-how-detail  dd,
  .l-access-how-detail dd.l-access-how-detail-2line{
    display: block;
    padding: 1.5rem 2rem 2rem 2rem;
    align-items: center;
    text-align: center;
  }
  .l-access-how-detail-btn {
    max-width: 15rem;
    margin: 0 auto;
  }  
  .l-access-how-detail-btn a  {
    padding: .6rem;
    margin-top: 1rem;
  }
}


/* ============= lower about ============= */
.l-about-point {
  display: flex;
  flex-wrap: wrap
}
.l-about-point > li {
  width: calc((100% - 2rem) / 2);
  background: #FFF;
  padding: 2rem;
  margin: 1rem;
}
.l-about-point >  li:first-child,
.l-about-point > li:nth-child(2) {
  margin-top: 0
}
.l-about-point > li:nth-child(odd) {
  margin-left: 0
}
.l-about-point > li:nth-child(even) {
  margin-right: 0
}
.l-about-point-num {
  color: #ad9667
}
.l-about-point-subttl {
  font-weight: bold;
}
.l-about-point-img img {
  padding: 1rem 0;
  aspect-ratio: 2.5 / 1;
  object-fit: cover
}
.l-about-point-text{
  font-size: 0.8125rem;
}
.l-about-point .l-att {
  margin-top: .8rem;
  letter-spacing: -.02rem
}
.l-about-inst {
  color: #e2e2e2;
  background: #030303 url(../img/about-bg.png) no-repeat bottom right;
  background-size: contain;
  padding: 2rem 0;
}
.l-about-inst .lower-s_header {
  color: #e2e2e2;
}
.l-about-inst-detail {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
.l-about-inst-detail-textbox-title,
.l-about-inst-detail-textbox-name span,
.l-about-inst-detail-textbox-profile {
  font-size: 0.8125rem
}
.l-about-inst-detail-textbox-name  {
  letter-spacing: .1rem;
  margin-bottom: 1rem;
  font-size: 1.125rem
}
.l-about-inst-detail-textbox-discript {
  font-size: 0.875rem;
  margin-bottom: 2.5rem
}
.l-about-inst-detail-textbox-profile {
  border-left: 1px solid #e2e2e2;
  padding-left: 1rem
}
.l-about-inst-img {
  max-width: 21.875rem;
}
.l-about-inst-message {
  margin-top: 6rem;
  width: 50%;
}
.l-about-inst-message h4 {
  font-size: 1.25rem;
  margin-bottom: 1.25rem
}
.l-about-inst-message h4 span {
  color: #ad9667;
  font-size: 1rem;
  display: block;
  margin-bottom: .5rem
}
.l-about-inst-message > p {
  padding-bottom: 1rem
}
.l-about-facility-img {
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
  align-items: center;
  gap: 0.625rem;
  margin-top: 1.25rem;
}
.l-about-facility-img li {
  width: calc((100% - 1.875rem) / 4)
}
.l-about-map {
  background: #f7f7f7
}
.l-about-map-gmapttl {
  font-size:1.25rem;
  font-weight: bold;
  color: #f7f7f7;
  background: #14141c;
  text-align: center;
  padding: .5rem 0;
}
.l-access-gmap-wrap {
  width: 100%;
}
.l-access-gmap-wrap  .l-access-gmap {
  padding-top: 52%
}

@media screen and (max-width:767px) {
  .l-about-point {
    flex-wrap: no-wrap;
    flex-direction: column
  }
  .l-about-point > li {
    width: 100%;
    background: #FFF;
    padding: 1.5rem;
    margin: .75rem 1.5rem;
  }
  .l-about-point > li:nth-child(2) {
    margin-top: .75rem;
    margin-left: 0
  } 
  .l-about-point > li:nth-child(4) {
    margin-top: .75rem;
    margin-left: 0
  } 
  .l-about-point-img img {
    padding: .8rem 0;
    aspect-ratio: inherit;
  }
  .l-about-inst {
    background: #030303 url(../img/about-bg-sp.png) no-repeat bottom right;
    background-size: 100% auto;
    padding: 1rem 0 16rem;
  }
  .l-about-inst-detail {
    gap: 2rem;
    flex-direction: column;
  }
  .l-about-inst-detail-textbox-name  {
    margin-bottom: .5rem;
  }
  .l-about-inst-detail-textbox-discript {
    margin-bottom: 1.5rem
  }
  .l-about-inst-detail-textbox-profile {
    padding-left: .7rem
  }
  .l-about-inst-message {
    margin-top: 3rem;
    width: 100%;
  }
  .l-about-facility-img {
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.25rem;
  }
  .l-about-facility-img li {
    width: calc((100% - 0.625em) / 2)
  }  
  .l-about-map-gmapttl {
    font-size:1.125rem;
    margin-top: 1.5rem
  }
  .l-access-gmap-wrap  .l-access-gmap {
    margin-top: 0;
    padding-top: 70%;
  }
}

/* ============= lower faq ============= */
.l-faq-ancer ul {
  display: flex;
  justify-content: center;
  color: #8f7040
}
.l-faq-ancer ul li {
  display: flex;
  flex-direction:column;
  justify-content: center;
  text-align: center;
  border: 1px solid #8f7040;
  padding: 1rem;
  background: #FFF;
  flex: 1;
  margin: 0 .5rem
}
.l-faq-ancer ul li .fs-small {
  display: block;
}
.l-faq-ancer ul li a {
  transition: all .5s
}
.l-faq-ancer ul li a:hover {
  transition: all .5s ;
  opacity : .8;
}
.l-faq-ancer ul .arrow{
  margin: 0 1rem;
}
.l-faq-ancer ul .arrow::before,
.l-faq-ancer ul .arrow::after {
  background-color: #8f7040;
  width: 1px;
  height: 8px;
  transform-origin: 50% calc(100% - 0.5px);
}
@media screen and (max-width:767px) {
  .l-faq-ancer ul {
    flex-wrap: wrap;
  }  
  .l-faq-ancer ul li {
    width: calc(50% - 1rem);
    flex: inherit;
  }
  .l-faq-ancer ul li:nth-child(3),  
  .l-faq-ancer ul li:nth-child(4),
  .l-faq-ancer ul li:nth-child(5){
    margin-top: 1rem
  }  

  .l-faq-ancer ul li a {
    transition: all .5s
  }
  .l-faq-ancer ul li a:hover {
    transition: all .5s ;
    opacity : .8;
  }
  .l-faq-ancer ul .arrow{
    margin: 0 1rem;
  }
  .l-faq-ancer ul .arrow::before,
  .l-faq-ancer ul .arrow::after {
    background-color: #8f7040;
    width: 1px;
    height: 8px;
    transform-origin: 50% calc(100% - 0.5px);
  }  
}







.l-col2img {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.l-col2img-left {
  flex: 1.5
}
.l-col2img-left p {
  margin-bottom: 1.3rem
}
.l-col2img-right {
  flex: 1
}
.l-col2img-right p {
  display: flex;
  align-items: flex-start;
  gap: 1rem
}
.l-col2img-right p img {
  width: 50%;
}
@media screen and (max-width:767px) {
  .l-col2img {
    display: block
  }
  .l-col2img-right p {
    display: flex;
    align-items: flex-start;
    gap: 2%;
    max-width: 25rem;
    margin: 0 auto
  }
  .l-col2img-right p img {
    width: 49%;
    padding-top: 1.25rem
  }
}

.l-cmn-table-wrap {
  overflow-x: auto; 
  -webkit-overflow-scrolling: touch;
}
.l-cmn-table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
.l-cmn-table th {
  background: #fdf7ed;
}
.l-cmn-table th,
.l-cmn-table td {
  border: 1px solid #be8e3a;
  padding: 1.4rem;
  text-align: center
}
.l-cmn-table-s {
  font-size: .875rem;
}
.l-cmn-table-att {
  font-size: .85rem;
  margin-top:2rem;
}
.l-cmn-table-att a {
  color: #be8e3a;
  text-decoration: underline;
}

.l-cmn-faq-list-q {
  color:#FFF;
  font-size: 1.125rem;
  background: #292929;
  padding: 0.625rem 1rem;
  margin-top: 2rem
}
.l-cmn-faq-list-q span {
  color: #be8e3a;
  font-size: 1.75rem;
  padding-right: .75rem
}
.l-cmn-faq-list-a {
  padding: 1.625rem 1rem 1.625rem  3.35rem;
  background: #FFF;
  border: 1px solid #292929;
}
@media screen and (max-width:767px) {
  .l-cmn-faq-list-q {
    display: flex;
    font-size: 1rem;
    line-height: 1.4;
    align-items: center;
  }
  .l-cmn-faq-list-q span {
    padding-right: 1.125rem
  }
  .l-cmn-faq-list-a {
    padding: 0.625rem 1.25rem ;
  }
}

.l-cmn-risk {
  width: 80%;
  text-align: center;
  border: 1px solid #aa864f;
  background: #FFF;
  border-radius: 1.25rem;
  margin: 3.125rem auto 0; 
}
.l-cmn-risk-ttl {
  font-size:1.75rem;
  background: #f0f0f0;
  padding: 2.5rem;
  border-radius: 1.25rem 1.25rem 0 0 ;
  border-bottom: 1px solid #aa864f;
}
.l-cmn-risk-text {
  padding: 1.875rem 0 2.5rem;
}
.l-cmn-risk-text ul {
  margin-top: 1.25rem
}
.l-cmn-risk-text li {
  display: flex;
  justify-content: center;
  color: #aa864f;
  font-size: 1.125rem;
  font-weight: bold;
  padding: .25rem;
}
.l-cmn-risk-text i img {
  width: 1.5625rem;
  margin-right: .5rem
}
@media screen and (max-width:767px) {
  .l-cmn-risk {
    width: 100%;
  }
  .l-cmn-risk-ttl {
    font-size:1.25rem;
    padding: 1.5rem;
  }
  .l-cmn-risk-text {
    padding: 1.5rem 1rem;
  }
  .l-cmn-risk-text ul {
    margin-top: 1rem
  }
  .l-cmn-risk-text li {
    display: flex;
    justify-content: flex-start;
    font-size: 1rem;
  }
}

.l-cmn-list li:first-child {
  padding-top: 0
}
.l-cmn-list li {
  border-bottom: 1px solid #be8e3a;
  padding: 1.25rem 0;
}
.l-cmn-list b {
  color:#be8e3a ;
  font-size: 1.25rem;
  display: block;
  padding-bottom: .4rem
}
@media screen and (max-width:767px) {
.l-cmn-list {
  font-size: 0.875rem;
}
  .l-cmn-list b {
    font-size: 1.125rem;
  }
}

.l-cmn-step-list {
  display: flex;
  align-items: center;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
  position: relative
}
.l-cmn-step-list::after {
  content:"";
  display: block;
  border-bottom: 1px solid #be8e3a;
  width: calc(100% - 8.75rem);
  position: absolute;
  bottom: 0;
  right: 0
}
  .l-cmn-step-list:last-child {
    padding-bottom: 0;
    margin-bottom: 0
  }  
.l-cmn-step-list figure img {
  width: 7.5rem;
  margin-right: 2rem
}
.l-cmn-step-list-text-L {
  color: #be8e3a;
  font-size: 1.25rem;
}
.l-cmn-step-list-text-L span {
  padding-right: .5rem;
  font-size: .875rem
}
@media screen and (max-width:767px) {
  .l-cmn-step-list {
    gap: 1rem
  }
  .l-cmn-step-list::after {
    width: 100%;
  }

  .l-cmn-step-list:last-child::after {
    border-bottom: none
  }  
  .l-cmn-step-list figure {
    flex:1;
  }
  .l-cmn-step-list-text {
    flex: 2
  }  
  .l-cmn-step-list-text-L {
    color: #be8e3a;
    font-size: 1.125rem;
  }
  .l-cmn-step-list-text-L span {
    padding-right: 0;
    display: block;
  }
  .l-cmn-step-list-text-S {
    color: #be8e3a;
    font-size: .875rem;
  }  
}

.l-cmn-line {
  margin-top: 1.875rem;
  padding: 1.875rem 0;
  border-top: 1px solid #d6994d;
  border-bottom:1px solid #d6994d;
}
.l-cmn-line b {
  padding-right: 2rem;
}
@media screen and (max-width:767px) {
  .l-cmn-line {
    padding: .875rem 0;
    text-align: center
  }
  .l-cmn-line b {
    padding-right: .5rem;
  }
}

.l-cmn-text p {
  padding-bottom: 1.25rem;
}
.l-cmn-text p:last-child {
  padding-bottom: 0
}

/* ============= lower about ============= */
.l-about-doctor-name {
  font-size: 1.375rem;
  font-weight: normal;
  border-bottom: 1px solid #be8e3a;
  padding-bottom: 1.875rem
}
.l-about-doctor-name span {
  display: block;
  padding-top: 1rem
}
.l-about-doctor-info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.875rem;
  line-height: 2
}
.l-about-doctor-info dt {
  color: #be8e3a;
  font-size: 1.125rem
}
.l-about-infinite {
  padding: 6.25rem 0;
}
@media screen and (max-width: 768px) {
  .l-about-doctor-name {
    font-size: 1.375rem;
    font-weight: normal;
    border-bottom: 1px solid #be8e3a;
    padding-bottom: 1.875rem
  }
  .l-about-doctor-name span {
    line-height: 1.5;
  }
  .l-about-doctor-info {
    display: block;
  }
  .l-about-doctor-info dl:last-child {
    margin-top: 1.5rem
  }  
  .l-about-doctor-info dt {
    font-size: 1rem
  }
  .l-about-doctor-info dd {
    font-size: 0.875rem
  }  
}
.infinite-scroll {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.infinite-scroll__container {
  display: flex;
  gap: 1rem;
  padding-right: 1rem;
  flex-shrink: 0;
}
.infinite-scroll__img-wrap {
  flex-shrink: 0;
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .infinite-scroll__img-wrap {
    width: 12rem;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}
.infinite-scroll__container:first-child {
  animation: loop 130s -65s linear infinite;
}
.infinite-scroll__container:last-child {
  animation: loop2 130s linear infinite;
}

/* ============= lower menu ============= */

/* ============= lower menu common ============= */
.l-cmn-anc-list {
  display: flex;
  flex-wrap:wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}
.l-cmn-anc-list li {
  flex: 0 0 calc(33.333% - 2rem);
}
.l-cmn-anc-list li a {
  display: flex;
  align-items: center;
  color: #be8e3a;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 1.25rem;
  border-top: 1px solid #be8e3a;
  border-bottom: 1px solid #be8e3a;
  transition: all .5s;
}
.l-cmn-anc-list li a:hover {
  background: #fcf5e9;
  transition: all .5s;
}
.l-cmn-anc-list i {
  
  padding-right: 1rem
}
.l-cmn-anc-list i img {
  width: 1rem;
}
@media screen and (max-width: 768px) {
  .l-cmn-anc-list {
    display: block;
  }
  .l-cmn-anc-list li:nth-child(even) a {
    border-top: none;
    border-bottom: none;
  }
  .l-cmn-anc-list li:last-child a {
    border-bottom: 1px solid #be8e3a;
  }
}

/* ============= lower price  ============= */
.l-price-menuname {
  font-size: 1.75rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .l-price-menuname {
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
}

/* ============= lower case ============= */
.l-case-list {
  margin-top: 3rem;
}

/* ============= lower contact ============= */
.l-contact-btns {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 3.5rem auto;
}
.l-contact-btns a {
  flex: 1;
  min-height: 6.625rem;
  background: #d6994d;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  border-radius: 0.875rem;
  font-weight: bold;
}
.l-contact-btns i { 
  padding-right: 1.25rem;
}
.l-contact-btns i img {
  width: 5rem;
}
a.l-contact-btns-line i {
  width: 4.8rem;
}
.l-contact-btns-text_L,
.l-contact-btns-text_s {
  line-height: 1.4;
}
.l-contact-btns-text_L {
  font-size: 1.75rem;
}
.l-contact-btns-text_s {
  font-size: 1.125rem;
}
a.l-contact-btns-line {
  background: #06c755;
}

@media screen and (max-width:767px) {
  .l-contact-btns {
    display: block;
  }
  .l-contact-btns i img {
    width: 4rem;
  }
  a.l-contact-btns-line i {
    width: 3.8rem;
  }
  .l-contact-btns-text_L {
    font-size: 1.5rem;
  }
  .l-contact-btns-text_s {
    font-size: 1rem;
  }
  .l-contact-btns a:last-child {
    margin-top: 1rem
  }  
}


.l-colum-pager {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 0 3rem 0;
  border-top: 1px dotted #333;
  padding-top: 3rem;
}
.l-colum-pager img {
  aspect-ratio: 3.5/ 2;
  object-fit: cover;
}
.l-colum-pager a {
  max-width: 50%;
  display: block;
  background: #FFF;
  flex: 1 1;
  color: #333;
  border: 1px solid #333
}

.l-colum-pager-ttl {
  display: block;
  font-weight: bold;
  padding: 0 1rem 1rem;
  font-feature-settings:'palt';
}
.l-colum-pager-pntxt {
  font-size: .875rem;
  display: block;
  padding: 1rem 1rem .5rem 1rem
}
@media screen and (max-width:767px) {
  .l-colum-pager {
    gap: 1rem;
  }
  .l-colum-pager-ttl {
    font-size: .875rem
  }
  .l-colum-pager-pntxt {
    font-size: .75rem
  }
}

/* ============= lower columnarchive ============= */
.l-columnarchive-item a {
  display: flex;
  justify-content:space-between;
  background: #FFF;
  margin-bottom: 1rem;
  transition: all .5s;
  border: 1px solid #333
}
.l-columnarchive-item a:hover {
  opacity: .8;
  transition: all .5s;
}
.l-columnarchive-eye {
  width: 20%;
}
.l-columnarchive-eye img {
  width:100%;
  height:100%;
  object-fit: cover;
}
.l-columnarchive-text {
  width: 80%;
  padding: 2rem;
  font-feature-settings: 'palt';
}
.l-columnarchive-text-time {
  font-size: .875rem
}
.l-columnarchive-text-ttl {
  font-size: 1.125rem;;
  padding: .5rem 0;
}
.l-columnarchive-text-lead {
  font-size: .875rem;
  line-height: 1.4
}
.toc_number {
  color: #be8e3a;
  padding-right: .2rem
}
@media screen and (max-width:767px) {
  .l-columnarchive-item a {
    flex-direction: column;
  }
  .l-columnarchive-eye {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .l-columnarchive-text {
    width: 100%;
    padding: 1rem;
  }
}

.l-404-btn a {
  max-width: 20rem;
  margin: 0 auto
}
