@charset "UTF-8";

/*
 * HOME
*=============================================*/
#mv {
   width: 100%;
   height: 100vh;
   min-height: 500px;
   position: relative;
   box-sizing: border-box;
}

#mv .logo {
   width: 362px;
   position: absolute;
   top: 45%;
   right: 9.3%;
}

#mv .logo img {
   width: 100%;
}

#mv .feed {
   display: flex;
   align-items: center;
   gap: 10px;
   max-width: 520px;
   background-color: #fff;
   position: absolute;
   bottom: 40px;
   left: 300px;
   box-sizing: border-box;
   border-radius: 5px;
   font-size: 13px;
   line-height: 20px;
   padding: 14px 30px;
}

#mv .feed .cate {
   width: 86px;
   border-right: 1px solid #ccc;
   padding-right: 10px;
}

#mv .feed .ttl {
   width: calc(100% - 87px);
   position: relative;
   box-sizing: border-box;
   padding-right: 20px;
}

#mv .feed .ttl span {
   overflow: hidden;
   display: block;
   max-height: 20;
   -webkit-line-clamp: 1;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#mv .feed .ttl i {
   font-size: 12px;
   position: absolute;
   top: 50%;
   right: 0;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#mv .feed .ttl:hover i {
   right: -5px;
}

.mv__slider {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: -1;
}

.mv__slider .swiper-slide {
   width: 100%;
   height: 100%;
}

.mv__slider .swiper-slide span {
   display: block;
   width: 100%;
   height: 100%;
}

.mv__slider .swiper-wrapper {
   transition-timing-function: linear;
}

.bnr__scroll {
   position: absolute;
   bottom: 20px;
   left: 0;
}

.bnr__scroll a {
   display: block;
   width: 18px;
   height: 130px;
   font-weight: 500;
   font-size: 14px;
   line-height: 18px;
   color: #FF306C;
   padding: 2px 0 0 2px;
   cursor: pointer;
}

.bnr__scroll a .txt-latin {
   font-weight: 500;
   letter-spacing: 0;
   cursor: pointer;
}

.bnr__scroll .line {
   display: block;
   width: 1px;
   height: 100%;
   overflow: hidden;
   position: absolute;
   bottom: 0;
   left: 0;
}

.bnr__scroll .line:after {
   content: '';
   width: 0;
   height: 100%;
   border-left: 1px solid #FF306C;
   position: absolute;
   top: 0;
   left: 0;
   animation: pathmove 2s ease-in-out infinite;
   opacity: 0;
}

@keyframes pathmove {
   0% {
      height: 0;
      top: 0;
      opacity: 0;
   }

   30% {
      height: 50%;
      opacity: 1;
   }

   100% {
      height: 0;
      top: 100%;
      opacity: 0;
   }
}

@media screen and (max-width: 1080px) {
   #mv .feed {
      left: 40px;
   }

   #mv .logo {
      top: 60%;
      right: 40px;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      height: calc(100vh - 40px);
   }

   #mv .feed {
      font-size: 11px;
      right: 0;
      bottom: -40px;
      left: 0;
      padding: 10px 20px;
   }

   #mv .logo {
      width: 220px;
      top: auto;
      right: auto;
      bottom: 70px;
      left: 50%;
      transform: translateX(-50%);
   }

   .bnr__scroll {
      bottom: 10px;
      left: 30px;
   }
}

/* -- --*/
#top__about {
   overflow: hidden;
}

#top__about .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 100px;
   padding-bottom: 60px;
}

#top__about .photo {
   width: calc(50% - 110px);
}

#top__about .photo dd {
   width: 280px;
   position: absolute;
   bottom: 0;
   left: calc(100% - 120px);
}

#top__about .col {
   background: url("../img/index/top-about-deco.png") no-repeat top right/77.5% auto;
   width: calc(50% - 210px);
   padding-top: 116px;
}

#top__about h3 {
   padding-top: 30px;
}

#top__about .txt,
#top__about .button {
   padding-top: 50px;
}

@media screen and (max-width: 1200px) {
   #top__about .wrap {
      gap: 50px;
   }

   #top__about .col {
      width: calc(50% - 120px);
   }
}

@media screen and (max-width: 767px) {
   #top__about {
      margin-top: 40px;
   }

   #top__about .wrap {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 20px;
      padding: 0 10px;
   }

   #top__about .photo {
      width: 100%;
      position: relative;
      padding-bottom: 6.4vw;
   }

   #top__about .photo dt {
      width: 68%;
   }

   #top__about .photo dd {
      width: 33.33%;
      bottom: 0;
      right: 0;
   }

   #top__about .col {
      width: 100%;
      background-size: 48.7vw auto;
      padding: 40px 20px 0;
      box-sizing: border-box;
   }

   #top__about h3,
   #top__about .txt,
   #top__about .button {
      padding-top: 20px;
   }
}

/* -- --*/
#top__enjoy .txt {
   max-width: 900px;
   padding-top: 30px;
}

#top__enjoy .banner {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   padding-top: 30px;
}

#top__enjoy .banner li {
   width: calc(50% - 20px);
   color: #fff;
   border-radius: 10px;
   overflow: hidden;
   background-color: #000;
}

#top__enjoy .banner li .img img {
   display: block;
   width: 100%;
   max-width: inherit;
   transition: all 0.3s;
   opacity: 0.7;
}

#top__enjoy .banner li .inner {
   position: absolute;
   top: 60%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#top__enjoy .banner li h3 {
   font-weight: 500;
   font-size: 16px;
   line-height: 24px;
   text-align: center;
}

#top__enjoy .banner li h3 span {
   display: block;
   font-size: 26px;
   letter-spacing: 0.1em;
   line-height: 32px;
   padding-bottom: 10px;
}

#top__enjoy .banner li .arrow {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 80px;
   height: 80px;
   border-radius: 50%;
   font-size: 15px;
   letter-spacing: 0.05em;
   line-height: 20px;
   text-transform: uppercase;
   color: #fff;
   border: 2px solid #DCDCDC;
   box-sizing: border-box;
   margin: 40px auto 0;
   transition: all 0.3s;
   position: relative;
}

#top__enjoy .banner li .arrow svg {
   transform: rotate(-90deg);
   position: absolute;
   left: -2px;
   top: -2px;
   width: calc(100% + 4px);
   height: calc(100% + 4px);
   transition: 0.3s linear;
   pointer-events: none;
   fill: transparent;
   stroke: #008459;
   stroke-width: 2;
   stroke-dasharray: 0 360;
   z-index: 9;
}

#top__enjoy .banner li .href a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   font-size: 0;
   z-index: 1;
}

#top__enjoy .banner .item {
   position: relative;
}

#top__enjoy .banner .item:hover .img img {
   transform: scale(1.05);
   opacity: 0.5;
}

#top__enjoy .banner .item:hover .arrow svg {
   border-color: #E2A24E;
   stroke-dasharray: 360 360;
}

@media screen and (max-width: 767px) {
   #top__enjoy h2 {
      padding-top: 30px;
   }

   #top__enjoy .txt {
      padding-top: 20px;
   }

   #top__enjoy .banner {
      gap: 20px;
      padding: 30px 10px 0;
   }

   #top__enjoy .banner li {
      width: 100%;
   }

   #top__enjoy .banner li .inner {
      top: 55%;
   }

   #top__enjoy .banner li h3 {
      font-size: 15px;
      line-height: 20px;
   }

   #top__enjoy .banner li h3 span {
      font-size: 22px;
      line-height: 28px;
   }

   #top__enjoy .banner li .arrow {
      width: 50px;
      height: 50px;
      font-size: 11px;
      border-width: 2px;
      margin-top: 20px;
   }

   #top__enjoy .banner li .arrow svg {
      stroke-width: 2;
   }
}

/* -- --*/
#top__fees-facilities {
   background: url("../img/index/top-fees-bg.jpg") no-repeat center/cover;
   color: #fff;
   box-sizing: border-box;
   padding: 286px 40px 286px 260px;
}

#top__fees-facilities .txt {
   max-width: 470px;
   padding-top: 40px;
}

#top__fees-facilities .button {
   padding-top: 30px;
}

@media screen and (max-width: 1080px) {
   #top__fees-facilities {
      padding: 286px 0;
   }
}

@media screen and (max-width: 767px) {
   #top__fees-facilities {
      background-image: url("../img/index/sp_top-fees-bg.jpg");
      padding: 100px 10px;
   }

   #top__fees-facilities .txt,
   #top__fees-facilities .button {
      padding-top: 20px;
   }
}

/* -- --*/
#top__surrounding {
   padding: 120px 40px 0 260px;
}

#top__surrounding .wrap {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row-reverse;
   gap: 130px;
   border-bottom: 1px solid #CCCCCC;
   padding-bottom: 80px;
}

#top__surrounding .photo {
   width: calc(50% + 60px);
}

#top__surrounding .col {
   width: calc(50% - 190px);
}

#top__surrounding .txt {
   padding-top: 40px;
}

#top__surrounding .button {
   padding-top: 30px;
}

@media screen and (max-width: 1080px) {
   #top__surrounding {
      padding: 120px 0 0;
   }
}

@media screen and (max-width: 991px) {
   #top__surrounding .wrap {
      gap: 40px;
   }

   #top__surrounding .wrap .photo,
   #top__surrounding .wrap .col {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #top__surrounding {
      padding: 60px 10px 0;
   }

   #top__surrounding .wrap {
      gap: 20px;
      padding-bottom: 30px;
   }

   #top__surrounding .photo,
   #top__surrounding .col {
      width: 100%;
   }

   #top__surrounding .photo,
   #top__surrounding .txt,
   #top__surrounding .button {
      padding-top: 20px;
   }
}

/* -- --*/
#top__news {
   padding: 0 40px 100px 260px;
}

#top__news .wrap {
   border-bottom: 1px solid #ccc;
   padding-top: 80px;
   padding-bottom: 80px;
}

#top__news .box {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   padding: 40px 60px 0;
}

#top__news .box .item {
   width: calc(25% - 30px);
}

#top__news .box .photo a {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
}

#top__news .box .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background-color: #000;
}

#top__news .box .col {
   padding: 0 5px;
}

#top__news .box .cate {
   padding-top: 8px;
}

#top__news .box .cate a {
   display: inline-block;
   background-color: #1A1A1A;
   color: #fff;
   border-radius: 20px;
   font-size: 12px;
   line-height: 18px;
   padding: 2px 15px;
}

#top__news .box .ttl {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding-top: 5px;
}

#top__news .box .ttl a {
   overflow: hidden;
   display: block;
   max-height: 40px;
   -webkit-line-clamp: 2;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

#top__news .box time {
   display: block;
   color: #707070;
   font-weight: 500;
   font-size: 13px;
   line-height: 20px;
   padding-top: 8px;
}

#top__news .button {
   position: absolute;
   top: 100px;
   right: 0;
}

@media screen and (max-width: 1080px) {
   #top__news {
      padding: 0 0 100px;
   }
}

@media screen and (max-width: 991px) {
   #top__news .box {
      padding: 40px 20px 0;
   }
}

@media screen and (max-width: 767px) {
   #top__news {
      padding-bottom: 50px;
   }

   #top__news .wrap {
      border-bottom: 0;
      padding-bottom: 0;
   }

   #top__news .box {
      gap: 20px 10px;
      border-bottom: 1px solid #ccc;
      margin: 0 -10px;
      padding: 20px 10px;
   }

   #top__news .box .item {
      width: calc(50% - 5px);
   }

   #top__news .box .cate a {
      font-size: 10px;
   }

   #top__news .box .ttl,
   #top__news .box time {
      font-size: 12px;
   }

   #top__news .box .ttl a {
      max-height: 60px;
      -webkit-line-clamp: 3;
   }

   #top__news .button {
      position: static;
      padding-top: 20px;
   }
}

/* -- --*/
#top__onlineshop {
   background: url("../img/index/top-onlineshop-bg.jpg") no-repeat center/cover;
   color: #fff;
   box-sizing: border-box;
   padding: 286px 40px 286px 260px;
}

#top__onlineshop .txt {
   max-width: 470px;
   padding-top: 40px;
}

#top__onlineshop .button {
   padding-top: 30px;
}

@media screen and (max-width: 1080px) {
   #top__onlineshop {
      padding: 286px 0;
   }
}

@media screen and (max-width: 767px) {
   #top__onlineshop {
      background-image: url("../img/index/sp_top-onlineshop-bg.jpg");
      padding: 100px 10px;
   }

   #top__onlineshop .txt,
   #top__onlineshop .button {
      padding-top: 20px;
   }
}

/* -- --*/
#top__access {
   padding-bottom: 80px;
}

#top__access .gmap {
   width: calc(100% - 60px);
   height: 540px;
   border: 1px solid #1A1A1A;
   margin: 40px auto 0;
   box-sizing: border-box;
}

#top__access .gmap>* {
   display: block;
   width: 100%;
   height: 100%;
}

#top__access .txt-c {
   border-bottom: 1px solid #ccc;
   padding: 30px 0 40px;
}

#top__access .txt-c h3 {
   font-weight: 400;
   padding-bottom: 20px;
}

#top__access .box {
   display: flex;
   flex-wrap: wrap;
   gap: 60px;
}

#top__access .box dl {
   width: calc(50% - 30px);
   box-sizing: border-box;
   border-bottom: 1px solid #ccc;
   padding: 40px 10px;
}

#top__access .box dl dt {
   font-size: 16px;
   line-height: 30px;
   position: relative;
   padding-left: 35px;
}

#top__access .box dl dt img {
   width: 30px;
   position: absolute;
   top: 0;
   left: 0;
}

#top__access .box dl dd {
   padding-top: 10px;
}

#top__access .box-img {
   gap: 70px;
   padding-top: 40px;
}

#top__access .box-img .col {
   width: calc(50% - 40px);
   padding-top: 30px;
}

#top__access .box-img .txt {
   padding: 20px 0 0 14px;
}

#top__access .box-img .photo {
   width: calc(50% - 30px);
}

@media screen and (max-width: 767px) {
   #top__access {
      padding-bottom: 60px;
   }

   #top__access .wrap {
      padding: 0;
   }

   #top__access .gmap {
      width: 100%;
      height: 72vw;
      margin-top: 20px;
   }

   #top__access .txt-c {
      margin: 0 20px;
      padding: 20px 0;
   }

   #top__access .txt-c h3 {
      font-size: 18px;
      line-height: 26px;
      padding-bottom: 20px;
   }

   #top__access .box {
      gap: 30px;
      padding: 20px 20px 0;
   }

   #top__access .box dl {
      width: 100%;
      padding: 0 10px 20px;
   }

   #top__access .box-img {
      gap: 30px;
      padding: 40px 20px 0;
   }

   #top__access .box-img .col,
   #top__access .box-img .photo {
      width: 100%;
   }

   #top__access .box-img .col {
      padding-top: 0;
   }
}

/* -- --*/
.section__cta {
   background-color: #B7DADF;
}

.section__cta a {
   display: block;
   padding-top: 240px;
}

.section__cta a:hover {
   opacity: 1;
}

.section__cta .slider {
   background: url("../img/index/cta-catch.png") repeat-x center top/cover;
   width: 100%;
   height: 74px;
}

.section__cta .photo {
   width: 100%;
   padding-top: 160px;
}

.section__cta .photo img {
   width: 100%;
   max-width: inherit;
}

body:not(.home) .section__cta {
   margin-top: 100px;
}

@media screen and (max-width: 767px) {
   .section__cta a {
      padding-top: 70px;
   }

   .section__cta .slider {
      height: 30px;
   }

   .section__cta .photo {
      overflow: hidden;
      padding-top: 70px;
   }

   .section__cta .photo img {
      display: block;
      width: 172vw;
      max-width: inherit;
      margin: 0 -36vw;
   }

   body:not(.home) .section__cta {
      margin-top: 50px;
   }
}

/*
 * Contact
 *=============================================*/
#cta__other .box {
   padding-top: 50px;
}

#cta__other .box .txt {
   padding-top: 20px;
}

#cta__other .box .tel {
   padding-top: 20px;
}

#cta__other .box .tel a {
   display: flex;
   align-items: center;
   gap: 5px;
   font-weight: 500;
}

#cta__other .box .tel a img {
   width: 30px;
}

#cta__other .box .time {
   padding-top: 10px;
}

#cta__other .box ul {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   padding-top: 20px;
}

#cta__other .box ul li {
   width: 40px;
}

#cta__other hr {
   margin-top: 50px;
}

/* -- -- */
#mailform {
   padding-top: 50px;
   padding-bottom: 120px;
}

#mailform .desc {
   padding-top: 20px;
}

.wpcf7 {
   position: relative;
}

.select {
   position: relative;
}

.select>p {
   display: flex;
   align-items: flex-start;
   width: 100%;
}

.select .wpcf7-form-control-wrap {
   display: block;
   flex: 1;
}

.select select {
   display: block;
   width: 100%;
   height: 100%;
   -webkit-appearance: none;
   -moz-appearance: none;
   outline: 0;
   box-shadow: none;
   background-color: #fff;
   border: 1px solid #ccc;
   font-weight: 500;
   line-height: 30px;
   border-radius: 8px !important;
   padding: 7px 50px 7px 20px;
   cursor: pointer;
}

.select select::-ms-expand {
   display: none;
}

.select::after {
   content: '';
   width: 0;
   height: 0;
   border-width: 12px 7px 0 7px;
   border-color: #333 transparent transparent transparent;
   border-style: solid;
   position: absolute;
   top: 18px;
   right: 20px;
}

#mailform input:not([type="checkbox"], [type="radio"]),
#mailform textarea {
   display: block;
   width: 100%;
   background-color: #fff;
   border: 1px solid #ccc;
   font-weight: 500;
   line-height: 30px;
   border-radius: 4px !important;
   outline: none;
   -webkit-appearance: none;
   -moz-appearance: none;
   box-sizing: border-box;
   padding: 7px 20px;
}

#mailform textarea {
   height: 220px;
   resize: vertical;
}

#mailform .wpcf7-radio {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   gap: 30px;
   line-height: 20px;
}

#mailform .wpcf7-radio span,
#mailform .wpcf7-radio label {
   display: block;
   color: #010233;
   cursor: pointer;
}

#mailform .wpcf7-radio .wpcf7-list-item {
   margin: 0;
}

#mailform .wpcf7-radio input {
   display: none;
}

#mailform .wpcf7-radio .wpcf7-list-item-label {
   position: relative;
   padding-left: 20px;
}

#mailform .wpcf7-radio .wpcf7-list-item-label:before {
   content: '';
   width: 12px;
   height: 12px;
   border-radius: 50%;
   border: 1px solid #010233;
   position: absolute;
   top: 3px;
   left: 0;
}

#mailform .wpcf7-radio .wpcf7-list-item-label:after {
   content: '';
   width: 4px;
   height: 4px;
   border-radius: 50%;
   background-color: #307CFF;
   position: absolute;
   top: 8px;
   left: 5px;
   display: none;
}

#mailform .wpcf7-radio input:checked~.wpcf7-list-item-label:before {
   border-color: #307CFF;
}

#mailform .wpcf7-radio input:checked~.wpcf7-list-item-label:after {
   display: block;
}

#mailform .wpcf7-checkbox {
   display: flex;
   flex-wrap: wrap;
   align-items: flex-start;
   justify-content: center;
   gap: 30px;
   line-height: 20px;
}

#mailform .wpcf7-checkbox span,
#mailform .wpcf7-checkbox label {
   display: block;
   cursor: pointer;
}

#mailform .wpcf7-checkbox .wpcf7-list-item {
   margin: 0;
}

#mailform .wpcf7-checkbox input {
   display: none;
}

#mailform .wpcf7-checkbox .wpcf7-list-item-label {
   position: relative;
   padding-left: 22px;
}

#mailform .wpcf7-checkbox .wpcf7-list-item-label:before {
   content: '';
   width: 16px;
   height: 16px;
   background-color: #fff;
   border: 1px solid #707070;
   position: absolute;
   top: 2px;
   left: 0;
   box-sizing: border-box;
   border-radius: 2px;
}

#mailform .wpcf7-checkbox .wpcf7-list-item-label:after {
   content: '';
   display: none;
   width: 3px;
   height: 8px;
   border: solid #012B3D;
   border-width: 0 1px 1px 0;
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
   position: absolute;
   top: 5px;
   left: 6px;
}

#mailform .wpcf7-checkbox input:checked~.wpcf7-list-item-label:after {
   display: block;
}

#mailform .result_txt {
   display: none;
}

#mailform .wpcf7-not-valid-tip {
   font-size: 13px;
   line-height: 26px;
}

#mailform .form-input {
   padding-top: 20px;
}

#mailform .form-input {
   line-height: 20px;
}

#mailform .form-input .form-row {
   background-color: #F7F7F7;
   padding: 20px 30px;
}

#mailform .form-input .form-row+.form-row {
   margin-top: 10px;
}

#mailform .form-input .caption {
   font-weight: 500;
}

#mailform .form-input .caption>p {
   display: flex;
   align-items: center;
   gap: 6px;
}

#mailform .form-input .caption>p span {
   display: block;
   width: 46px;
   background-color: #E1344C;
   color: #fff;
   font-size: 12px;
   line-height: 24px;
   text-align: center;
   border-radius: 30px;
}

#mailform .form-input .caption>p span.none {
   background-color: #777;
}

#mailform .form-input .input {
   padding-top: 12px;
}

#mailform .form-input dl dd ::-webkit-input-placeholder {
   color: #CDD6DD;
}

#mailform .form-input dl dd ::-moz-placeholder {
   color: #CDD6DD;
}

#mailform .form-input dl dd :-ms-input-placeholder {
   color: #CDD6DD;
}

#mailform .form-input dl dd :-moz-placeholder {
   color: #CDD6DD;
}

#mailform .form-privacy {
   max-width: 900px;
   margin: 40px auto 0;
   background-color: #fff;
   border: 1px solid #D9D9D9;
   line-height: 20px;
   padding: 15px 0;
}

#mailform .form-privacy .privacy-content {
   height: 350px;
   overflow-y: auto;
   padding: 0 40px;
}

#mailform .form-privacy .privacy-content .item+.item {
   padding-top: 30px;
}

#mailform .form-privacy-check {
   font-weight: 500;
   line-height: 20px;
   padding: 40px 0 0 20px;
}

#mailform .form-privacy-check>p {
   display: flex;
   align-items: center;
}

#mailform .form-privacy-check .wpcf7-checkbox {
   justify-content: flex-start;
}

#mailform .form-privacy-check .wpcf7-checkbox .wpcf7-list-item-label {
   font-size: 0;
}

#mailform .form-privacy-check .wpcf7-not-valid-tip {
   width: 200px;
   position: absolute;
   top: 100%;
   left: 0;
}

#mailform .form-privacy-check a {
   text-decoration: underline;
   color: #266B98;
}

#mailform .form-privacy-check a:hover {
   text-decoration: none;
}

#mailform .form-btn {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-start;
   gap: 20px;
   padding-top: 60px;
}

#mailform .form-btn>* {
   display: inline-block;
   vertical-align: middle;
   width: 320px;
   font-weight: 500;
   font-size: 15px;
   letter-spacing: 0;
   line-height: 26px;
   color: #333;
   background-color: #F8F6F2;
   border: 1px solid #ccc;
   box-sizing: border-box;
   position: relative;
   z-index: 1;
   padding: 17px 10px;
   text-align: center;
   border-radius: 50px;
   transition: all 0.3s;
   z-index: 1;
}

#mailform .form-btn>*:after {
   content: "\f105";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   line-height: 1;
   position: absolute;
   top: 50%;
   right: 15px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#mailform .form-btn>*:hover {
   opacity: 1;
   background-color: #1A1A1A;
   color: #fff;
}

#mailform .form-btn>*:hover:after {
   right: 10px;
}

#mailform .form-btn .send {
   background-color: #1A1A1A;
   color: #fff;
}

#mailform .form-btn>* input,
#mailform .form-btn>* a {
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   cursor: pointer;
   padding: 0;
}

#mailform .form-btn>* .wpcf7-spinner {
   display: none;
}

#mailform .form-btn .confirm {
   display: block;
}

#mailform .form-btn .back,
#mailform .form-btn .send {
   display: none;
}

#mailform.confirm-mail .desc {
   padding-top: 0;
}

#mailform.confirm-mail .caption p span {
   display: none;
}

#mailform.confirm-mail .input {
   padding: 7px 20px;
}

#mailform.confirm-mail .result_txt {
   display: block;
   word-break: break-all;
   white-space: pre-wrap;
}

#mailform.confirm-mail .wpcf7-form-control-wrap {
   display: none !important;
}

#mailform.confirm-mail .form-input .email-confirm {
   display: none;
}

#mailform.confirm-mail .form-input .select {
   background-color: transparent;
   border: 0;
}

#mailform.confirm-mail .form-input .select:after {
   display: none;
}

#mailform.confirm-mail .form-btn .confirm {
   display: none;
}

#mailform.confirm-mail .form-btn .back,
#mailform.confirm-mail .form-btn .send {
   display: block;
}

.wpcf7-response-output {
   box-sizing: border-box;
   border-color: #dc3232 !important;
   color: #dc3232 !important;
   margin: 0 !important;
   padding: 10px 40px 10px 260px !important;
}

@media screen and (max-width: 991px) {
   #mailform.confirm-mail .form-btn {
      justify-content: center;
   }
}

@media screen and (max-width: 767px) {
   #mailform .form-input .form-row {
      padding: 20px;
   }

   #mailform .form-privacy {
      margin-top: 40px;
      padding: 20px 0;
   }

   #mailform .form-privacy .privacy-content {
      padding: 0 20px;
   }

   #mailform .form-btn {
      gap: 20px;
      padding-top: 40px;
   }

   #mailform .form-btn .back,
   #mailform .form-btn .send {
      width: calc(50% - 10px);
   }

   #mailform.confirm-mail .input {
      padding: 7px 20px;
   }
}

/* -- -- */
#txt_thanks {
   position: relative;
   padding-bottom: 150px;
}

#txt_thanks hr {
   margin-top: 60px;
}

#txt_thanks p {
   padding-bottom: 30px;
}

#txt_thanks .button {
   padding: 30px 0 0;
}

@media screen and (max-width: 767px) {
   #txt_thanks {
      text-align: left;
      padding-bottom: 60px;
   }

   #txt_thanks hr {
      margin-top: 30px;
   }

   #txt_thanks h2 {
      text-align: center;
      padding-bottom: 30px;
   }

   #txt_thanks p {
      padding-bottom: 20px;
   }

   #txt_thanks .button {
      padding: 10px 0 0;
   }
}

/*
 * Post Type
*=============================================*/
.wp-pagenavi {
   display: flex;
   align-items: center;
   justify-content: flex-start;
   flex-wrap: wrap;
   gap: 10px;
   padding-top: 80px;
}

.wp-pagenavi .pages {
   display: none;
}

.wp-pagenavi span,
.wp-pagenavi a {
   display: block;
   width: 30px;
   height: 30px;
   background-color: #333;
   color: #fff;
   border: 1px solid #333;
   text-align: center;
   font-weight: 400;
   font-size: 15px;
   line-height: 26px;
   letter-spacing: 0;
   box-sizing: border-box;
}

.wp-pagenavi a:hover {
   opacity: 1;
   background-color: #333;
   color: #fff;
}

.wp-pagenavi .current {
   pointer-events: none;
   background-color: #fff;
   color: #333;
}

@media screen and (max-width: 767px) {
   .wp-pagenavi {
      padding-top: 50px;
   }
}

/* -- -- */
.cpt-template {
   position: relative;
}

.cpt-template .sidebar {
   padding-bottom: 60px;
}

.cpt-template .sidebar .wrap {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 20px;
}

.cpt-template .sidebar h3 {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
}

.cpt-template .sidebar ul {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 20px;
   width: calc(100% - 132px);
   border-left: 1px solid #333;
   padding-left: 20px;
}

.cpt-template .sidebar ul li a {
   display: inline-block;
   border: 1px solid #333;
   font-size: 12px;
   line-height: 17px;
   border-radius: 50px;
   padding: 4px 20px;
}

.cpt-template .sidebar ul li a:hover,
.cpt-template .sidebar ul li a.active {
   background-color: #333;
   color: #fff;
}

@media screen and (max-width: 767px) {
   .cpt-template .sidebar {
      padding-bottom: 40px;
   }

   .cpt-template .sidebar .wrap {
      flex-direction: column;
      flex-wrap: nowrap;
   }

   .cpt-template .sidebar h3 {
      width: 100%;
   }

   .cpt-template .sidebar ul {
      gap: 10px;
      width: 100%;
      border-top: 1px solid #ccc;
      border-left: 0;
      padding: 20px 0 0;
   }

   .cpt-template .sidebar ul li a {
      padding: 4px 10px;
   }
}

/* -- -- */
.article__list01 {
   display: flex;
   flex-wrap: wrap;
   gap: 40px;
   max-width: 1260px;
}

.article__list01 .item {
   width: calc(25% - 30px);
}

.article__list01 .photo a {
   display: block;
   width: 100%;
   padding-top: 100%;
   position: relative;
   background-color: #000;
}

.article__list01 .photo a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.article__list01 .photo a:hover {
   opacity: 1;
}

.article__list01 .photo a:hover span {
   opacity: 0.6;
}

.article__list01 .cate {
   padding-top: 8px;
}

.article__list01 .cate a {
   display: inline-block;
   background-color: #1A1A1A;
   color: #fff;
   border-radius: 20px;
   font-weight: 500;
   font-size: 12px;
   line-height: 18px;
   padding: 2px 15px;
}

.article__list01 .ttl {
   font-weight: 500;
   font-size: 14px;
   line-height: 20px;
   padding-top: 5px;
}

.article__list01 .ttl a {
   overflow: hidden;
   display: block;
   max-height: 40px;
   -webkit-line-clamp: 2;
   display: box;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   text-overflow: ellipsis;
   white-space: normal;
}

.article__list01 time {
   display: block;
   color: #707070;
   font-weight: 500;
   font-size: 13px;
   line-height: 20px;
   padding-top: 8px;
}

@media screen and (max-width: 767px) {
   .article__list01 {
      gap: 20px 10px;
   }

   .article__list01 .item {
      width: calc(50% - 5px);
   }

   .article__list01 .cate a {
      font-size: 10px;
   }

   .article__list01 .ttl,
   .article__list01 time {
      font-size: 12px;
   }

   .article__list01 .ttl a {
      max-height: 60px;
      -webkit-line-clamp: 3;
   }
}

/* -- -- */
#cpt_gallery {
   padding-top: 100px;
}

#cpt_gallery .list {
   display: flex;
   flex-wrap: wrap;
   gap: 8px;
}

#cpt_gallery .list .item {
   width: calc(25% - 6px);
}

#cpt_gallery .list .item a {
   display: block;
   width: 100%;
   padding-top: 160%;
   position: relative;
}

#cpt_gallery .list .item a span {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 767px) {
   #cpt_gallery {
      padding: 50px 8px 0;
   }

   #cpt_gallery .list .item {
      width: calc(50% - 4px);
   }
}

/* -- -- */
/*
 * Post Detail
 *=============================================*/
#cpt-detail {
   position: relative;
   padding-bottom: 140px;
}

#cpt-detail .featured_img {
   text-align: center;
   padding-bottom: 12px;
}

#cpt-detail time {
   display: block;
   color: #707070;
   font-weight: 500;
   font-size: 13px;
   line-height: 20px;
   border-bottom: 1px dashed;
   padding: 10px 0;
}

#cpt-detail .cate {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}

#cpt-detail .cate a {
   display: inline-block;
   vertical-align: middle;
   font-size: 12px;
   line-height: 18px;
   border-radius: 50px;
   background-color: #1A1A1A;
   color: #fff;
   padding: 2px 15px;
}

#cpt-detail .the_title {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0;
   line-height: 26px;
   padding-top: 10px;
}

#cpt-detail .the_content {
   padding-top: 30px;
}

#cpt-detail .the_content>*:not(h2, h3) {
   max-width: 800px;
   margin: 0 auto;
   box-sizing: border-box;
}

#cpt-detail .the_content h2 {
   background-color: #eee;
   font-weight: 500;
   font-size: 25px;
   line-height: 36px;
   border-left: 8px solid #8AA8AB;
   padding: 12px 30px 12px 22px;
   margin-top: 50px;
   margin-bottom: 15px;
}

#cpt-detail .the_content h3 {
   max-width: 850px;
   font-weight: 500;
   font-size: 20px;
   line-height: 30px;
   border-bottom: 2px solid #8AA8AB;
   border-left: 5px solid #8AA8AB;
   margin: 20px auto 15px;
   padding: 0 10px 5px;
   box-sizing: border-box;
}

#cpt-detail .the_content h4 {
   font-weight: 500;
   font-size: 18px;
   letter-spacing: 0.1em;
   line-height: 26px;
   border-left: 5px solid #8AA8AB;
   padding: 0 8px;
   margin-top: 30px;
   margin-bottom: 15px;
}

#cpt-detail .the_content p img {
   display: inline-block;
   vertical-align: top;
   margin-right: 10px;
}

#cpt-detail .the_content p img.aligncenter {
   display: block;
   margin: 0 auto;
}

#cpt-detail .the_content p img.alignright {
   display: block;
   margin-left: auto;
}

#cpt-detail .the_content p img:last-child {
   margin-right: 0;
}

#cpt-detail .btn-back {
   position: absolute;
   top: 0;
   right: 0;
}

#cpt-detail .btn-back a {
   display: inline-block;
   font-weight: 500;
   font-size: 12px;
   letter-spacing: 0.12em;
   line-height: 20px;
   border-bottom: 1px solid;
}

#cpt-detail .btn-back a:hover {
   border-bottom-color: #002B3D;
}

#cpt-detail .post-btn {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   justify-content: flex-start;
   gap: 10px;
   color: #fff;
   font-weight: 400;
   font-size: 15px;
   line-height: 28px;
   padding-top: 80px;
}

#cpt-detail .post-btn a {
   display: block;
   background-color: #333;
   border: 1px solid #333;
   padding: 0 10px;
}

#cpt-detail .post-btn a:hover {
   background-color: #fff;
   color: #333;
}

@media screen and (max-width: 991px) {
   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto;
   }
}

@media screen and (max-width: 767px) {
   #cpt-detail {
      padding-bottom: 60px;
   }

   #cpt-detail .the_title {
      font-size: 16px;
   }

   #cpt-detail .the_content h2 {
      font-size: 20px;
      padding: 10px 20px 10px 8px;
   }

   #cpt-detail .the_content h3 {
      font-size: 18px;
   }

   #cpt-detail .the_content h4 {
      font-size: 16px;
   }

   #cpt-detail .the_content p img {
      display: block;
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img.alignright {
      margin: 0 auto 15px;
   }

   #cpt-detail .the_content p img:last-child {
      margin: 0 auto !important;
   }

   #cpt-detail .post-btn {
      padding-top: 40px;
   }
}

#cpt-detail .gallery-photo {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   gap: 10px;
   margin: 0 auto;
   padding-top: 30px;
}

#cpt-detail .gallery-photo .tab-content {
   width: 100%;
}

#cpt-detail .gallery-photo .tab-content li {
   width: 100%;
   padding-top: 56.25%;
   position: relative;
}

#cpt-detail .gallery-photo .tab-content li img {
   display: block;
   max-height: 100%;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
}

#cpt-detail .gallery-photo .tab-link {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   width: 100%;
}

#cpt-detail .gallery-photo .tab-link li {
   width: calc(25% - 8px);
   padding-top: calc(25% - 8px);
   position: relative;
   transition: all 0.2s;
}

#cpt-detail .gallery-photo .tab-link li:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   transition: all 0.2s;
}

#cpt-detail .gallery-photo .tab-link li img {
   width: 100%;
   height: 100%;
   max-width: inherit;
   object-fit: cover;
   position: absolute;
   top: 0;
   left: 0;
}

#cpt-detail .gallery-photo .tab-link li.active:after {
   opacity: 1;
}

#cpt-detail .gallery-photo .tab-link li:hover {
   opacity: 0.7;
}

/* -- -- */
#related__post h2 {
   padding-top: 80px;
}

#related__post .article__list01 {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #related__post h2 {
      padding-top: 40px;
   }

   #related__post .article__list01 {
      padding-top: 20px;
   }
}

/* -- -- */
/*
 * 運営会社情報
*=============================================*/
#company__profile .tb-style {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #company__profile .tb-style {
      padding-top: 20px;
   }
}

/* -- -- */
#company__access .gmap {
   width: 100%;
   height: 500px;
   border-radius: 20px;
   overflow: hidden;
   margin-top: 40px;
}

#company__access .gmap>* {
   display: block;
   width: 100%;
   height: 100%;
}

@media screen and (max-width: 767px) {
   #company__access .gmap {
      height: 70vw;
      margin-top: 20px;
   }
}

/* -- -- */
#company__gallery .box {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
   padding-top: 40px;
}

#company__gallery .box figure {
   width: calc(50% - 10px);
}

#company__gallery .box figure img {
   border-radius: 10px;
}

#company__gallery .box figure figcaption {
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   padding-top: 10px;
}

@media screen and (max-width: 767px) {
   #company__gallery .box {
      padding-top: 20px;
   }

   #company__gallery .box figure {
      width: 100%;
   }

   #company__gallery .box figure figcaption {
      font-size: 14px;
   }
}

/*
 * 空知山荘について
*=============================================*/
#about__sec1 .wrap {
   border-bottom: 1px solid #ccc;
   padding: 70px 280px 60px 0;
}

#about__sec1 .deco {
   width: 248px;
   position: absolute;
   top: 0;
   right: 0;
}

#about__sec1 .txt {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #about__sec1 {
      padding: 0 10px;
   }

   #about__sec1 .wrap {
      padding: 0 20px 40px;
   }

   #about__sec1 .deco {
      width: 50%;
      margin: 0 auto;
      position: static;
   }

   #about__sec1 h2 {
      padding-top: 10px;
   }

   #about__sec1 .txt {
      padding-top: 15px;
   }
}

/* -- -- */
#about__sec2 .wrap {
   display: flex;
   flex-wrap: wrap;
   gap: 130px;
   border-bottom: 1px solid #ccc;
   padding-top: 60px;
   padding-bottom: 80px;
}

#about__sec2 .photo {
   width: calc(50% + 60px);
}

#about__sec2 .col {
   width: calc(50% - 190px);
   padding-top: 50px;
}

#about__sec2 h2 {
   font-size: 18px;
   line-height: 26px;
   padding-left: 30px;
   position: relative;
}

#about__sec2 h2:before {
   content: '';
   width: 20px;
   height: 0;
   border-top: 1px solid;
   position: absolute;
   top: 50%;
   left: 0;
}

#about__sec2 .logo {
   width: 245px;
   padding-top: 10px;
}

#about__sec2 .txt {
   padding-top: 40px;
}

@media screen and (max-width: 991px) {
   #about__sec2 .wrap {
      flex-direction: column;
      flex-wrap: nowrap;
      gap: 50px;
   }

   #about__sec2 .photo,
   #about__sec2 .col {
      width: 100%;
   }

   #about__sec2 .col {
      padding-top: 0;
   }
}

@media screen and (max-width: 767px) {
   #about__sec2 {
      padding: 0 10px;
   }

   #about__sec2 .wrap {
      gap: 30px;
      padding-top: 40px;
      padding-bottom: 40px;
   }

   #about__sec2 h2 {
      font-size: 16px;
   }

   #about__sec2 .logo {
      width: 200px;
   }

   #about__sec2 .txt {
      padding-top: 15px;
   }
}

/* -- -- */
#about__sec3 {
   padding-top: 100px;
   padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
   #about__sec3 {
      padding-top: 40px;
      padding-bottom: 40px;
   }
}

/* -- -- */
#about__campsite .desc {
   padding-top: 40px;
}

#about__campsite .box-img {
   border-bottom: 1px solid #ccc;
   padding: 50px 0;
}

#about__campsite .box-img .photo img {
   border-radius: 0 60px 0 60px;
}

#about__campsite .box-img h3 span {
   display: inline-block;
   background-color: #fff;
   padding: 8px 20px;
   margin-bottom: 10px;
}

#about__campsite .box-img h3 span:last-child {
   margin-bottom: 0;
}

#about__campsite .box-img h3 .en {
   font-size: 42px;
   letter-spacing: 0.05em;
   line-height: 54px;
}

#about__campsite .box-img h3 .h-20 {
   font-weight: 500;
}

#about__campsite .box-img ul {
   padding-top: 40px;
}

#about__campsite .box-img ul li+li {
   padding-top: 20px;
}

@media screen and (max-width: 767px) {
   #about__campsite .desc {
      padding-top: 20px;
   }

   #about__campsite .box-img {
      padding: 40px 0;
   }

   #about__campsite .box-img .photo img {
      border-radius: 0 30px 0 30px;
   }

   #about__campsite .box-img h3 .en {
      font-size: 30px;
      line-height: 36px;
   }

   #about__campsite .box-img ul {
      padding-top: 20px;
   }
}

/* -- -- */
#about__enjoy {
   padding-top: 100px;
}

#about__enjoy .desc {
   padding-top: 40px;
}

#about__enjoy .block {
   border-bottom: 1px solid #ccc;
   padding: 50px 0;
}

#about__enjoy .block h3 {
   letter-spacing: 0.1em;
   border-left: 4px solid #FFD220;
   padding-left: 8px;
}

#about__enjoy .block h3 span {
   display: inline-block;
   vertical-align: baseline;
   font-size: 15px;
   letter-spacing: 0.1em;
   line-height: 20px;
   padding-left: 8px;
}

#about__enjoy .block .box {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   padding-top: 20px;
}

#about__enjoy .block .box .item {
   width: calc(33.33% - 20px);
}

#about__enjoy .block .box h4 {
   font-weight: 500;
   font-size: 17px;
   line-height: 25px;
   border-bottom: 1px solid #ccc;
   padding: 10px 10px;
}

#about__enjoy .block .box .txt {
   font-size: 13px;
   line-height: 20px;
   padding: 10px 10px 0;
}

#about__enjoy .button,
#about__enjoy .button01 {
   padding-top: 30px;
}

@media screen and (max-width: 767px) {
   #about__enjoy {
      padding-top: 50px;
   }

   #about__enjoy .desc {
      padding-top: 20px;
   }

   #about__enjoy .block .box {
      gap: 20px 10px;
   }

   #about__enjoy .block .box .item {
      width: calc(50% - 5px);
   }

   #about__enjoy .block .box h4 {
      font-size: 14px;
   }
}

/*
 * 料金・施設
*=============================================*/
#fees__lead {
   padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
   #fees__lead {
      padding-bottom: 40px;
   }
}

/* -- -- */
#fees__price {
   padding-top: 80px;
   padding-bottom: 80px;
}

#fees__price .desc {
   padding-top: 40px;
}

#fees__price .block {
   background-color: #fff;
   border-radius: 15px;
   box-shadow: 0 3p x6px rgba(0, 0, 0, 0.16);
   margin-top: 40px;
   padding: 40px 50px;
}

#fees__price .block .box {
   background-color: #F9F7E5;
   border-radius: 10px;
   font-size: 15px;
   line-height: 30px;
   margin-top: 20px;
   padding: 20px 50px;
}

#fees__price .block .box dl {
   display: flex;
   flex-wrap: wrap;
}

#fees__price .block .box dl+dl {
   padding-top: 20px;
}

#fees__price .block .box dl dt {
   width: 200px;
   font-weight: 500;
}

#fees__price .block .box dl dd {
   width: calc(100% - 200px);
}

#fees__price .block ul {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
   padding-top: 20px;
}

#fees__price .block ul li {
   width: 170px;
}

#fees__price .block ul li a {
   display: flex;
   align-items: center;
   gap: 5px;
   border-radius: 50px;
   background-color: #FFD220;
   font-weight: 500;
   padding: 8px 15px;
   position: relative;
}

#fees__price .block ul li a:after {
   content: "\f061";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 14px;
   position: absolute;
   top: 50%;
   right: 15px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#fees__price .block ul li a img {
   width: 28px;
}

#fees__price .block ul li a:hover:after {
   right: 10px;
}

#fees__price .block1 {
   background-color: #fff;
   border-radius: 15px;
   box-shadow: 0 3p x6px rgba(0, 0, 0, 0.16);
   margin-top: 40px;
   padding: 40px 50px;
}

#fees__price .block1 h3 {
   padding-bottom: 15px;
}

#fees__price .block1 h4 {
   font-weight: 500;
   font-size: 15px;
   line-height: 20px;
   text-indent: -15px;
   padding: 15px 15px 0;
}

#fees__price .block1 .txt {
   line-height: 20px;
   border-bottom: 1px solid #ccc;
   padding: 5px 15px 15px;
}

#fees__price .block1 .button1 {
	 width: 170px;
   padding-top: 20px;
}

#fees__price .block1 .button1 a {
   display: flex;
   align-items: center;
   gap: 5px;
   border-radius: 50px;
   background-color: #FFD220;
   font-weight: 500;
   padding: 8px 15px;
   position: relative;
}

#fees__price .block1 .button1 a:after {
   content: "\f061";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 14px;
   position: absolute;
   top: 50%;
   right: 15px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#fees__price .block1 .button1 a:hover:after {
   right: 10px;
}

@media screen and (max-width: 767px) {
   #fees__price {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   #fees__price .desc {
      text-align: center;
      padding-top: 20px;
   }

   #fees__price .block {
      padding: 30px 20px 20px;
   }

   #fees__price .block .box {
      font-size: 14px;
      padding: 20px;
   }

   #fees__price .block .box dl+dl {
      padding-top: 15px;
   }

   #fees__price .block .box dl dt {
      width: 100%;
   }

   #fees__price .block .box dl dd {
      width: 100%;
   }

   #fees__price .block ul li {
      width: calc(50% - 5px);
   }

   #fees__price .block1 {
      padding: 30px 20px;
   }
}

/* -- -- */
#other__facilities,
#surrounding__facilities {
   padding-top: 100px;
   padding-bottom: 100px;
}

#other__facilities .desc,
#surrounding__facilities .desc {
   padding-top: 40px;
}

#other__facilities .box,
#surrounding__facilities .box {
   display: flex;
   flex-wrap: wrap;
   gap: 50px 60px;
   padding-top: 40px;
}

#other__facilities .box dl,
#surrounding__facilities .box dl {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   width: calc(50% - 30px);
}

#other__facilities .box dl dt,
#surrounding__facilities .box dl dt {
   width: 260px;
}

#other__facilities .box dl dd,
#surrounding__facilities .box dl dd {
   width: calc(100% - 290px);
   padding: 20px 0;
}

#other__facilities .box h3,
#surrounding__facilities .box h3 {
   border-bottom: 1px solid #ccc;
   padding: 0 10px 10px;
}

#other__facilities .box .txt,
#surrounding__facilities .box .txt {
   font-size: 13px;
   padding: 10px 10px 0;
}

@media screen and (max-width: 1220px) {

   #other__facilities .box dl,
   #surrounding__facilities .box dl {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {

   #other__facilities,
   #surrounding__facilities {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   #other__facilities .desc,
   #surrounding__facilities .desc {
      padding-top: 20px;
   }

   #other__facilities .box,
   #surrounding__facilities .box {
      gap: 30px;
      padding-top: 30px;
   }

   #other__facilities .box dl,
   #surrounding__facilities .box dl {
      gap: 20px;
   }

   #other__facilities .box dl dt,
   #surrounding__facilities .box dl dt {
      width: 100%;
   }

   #other__facilities .box dl dd,
   #surrounding__facilities .box dl dd {
      width: 100%;
      padding-top: 0;
   }
}

/*
 * バギー
*=============================================*/
#buggy__lead .box-img {
   gap: 130px;
   padding-bottom: 80px;
}

#buggy__lead .box-img .photo {
   width: calc(50% + 60px);
}

#buggy__lead .box-img .col {
   width: calc(50% - 190px);
}

#buggy__lead .box-img h3 span {
   display: block;
   font-size: 18px;
   line-height: 26px;
   margin-bottom: 10px;
   padding-left: 30px;
   position: relative;
}

#buggy__lead .box-img h3 span:before {
   content: '';
   width: 20px;
   height: 0;
   border-top: 1px solid #1A1A1A;
   position: absolute;
   top: 50%;
   left: 0;
}

#buggy__lead .box-img .deco {
   max-width: 464px;
   margin: 0 auto;
   padding-top: 20px;
}

#buggy__lead hr+.box-img {
   padding-top: 80px;
}

#buggy__lead .box {
   padding-top: 80px;
}

#buggy__lead .box .txt {
   padding-top: 40px;
}

#buggy__lead .deco-bottom {
   height: 125px;
   background-size: auto 100% !important;
   margin-top: 90px;
   margin-right: -40px;
   margin-left: -40px;
}

@media screen and (max-width: 1080px) {
   #buggy__lead .deco-bottom {
      margin-right: 0;
      margin-left: 0;
   }
}

@media screen and (max-width: 991px) {
   #buggy__lead .box-img {
      gap: 30px;
   }

   #buggy__lead .box-img .col,
   #buggy__lead .box-img .photo {
      width: 100%;
   }
}

@media screen and (max-width: 767px) {
   #buggy__lead .box-img {
      padding-bottom: 40px;
   }

   #buggy__lead .box-img h3 span {
      font-size: 15px;
      margin-bottom: 5px;
   }

   #buggy__lead hr+.box-img {
      padding-top: 40px;
   }

   #buggy__lead .box {
      padding-top: 40px;
   }

   #buggy__lead .box .txt {
      padding-top: 15px;
   }

   #buggy__lead .deco-bottom {
      height: 60px;
      margin-top: 40px;
   }
}

/* -- -- */
#buggy__usage {
   color: #fff;
   padding-top: 157px;
   padding-bottom: 157px;
}

#buggy__usage .tb-style {
   padding-top: 40px;
}

#buggy__usage+.section__cta {
   margin-top: 0;
}

@media screen and (max-width: 767px) {
   #buggy__usage {
      padding-top: 100px;
      padding-bottom: 100px;
   }

   #buggy__usage .tb-style {
      padding-top: 20px;
   }
}

/*
 * よくある質問
*=============================================*/
body.page-id-162 .section__cta {
   margin-top: 0;
}

[id*="faq__"] {
   padding-top: 80px;
   padding-bottom: 80px;
}

[id*="faq__"] .box-qa {
   max-width: 1000px;
   padding-top: 20px;
}

[id*="faq__"] .box-qa dl {
   position: relative;
}

[id*="faq__"] .box-qa dl+dl {
   padding-top: 30px;
}

[id*="faq__"] .box-qa dl>* {
   position: relative;
}

[id*="faq__"] .box-qa dl>*:before {
   display: flex;
   align-items: center;
   justify-content: center;
   width: 30px;
   height: 30px;
   background-color: #8AA8AB;
   color: #fff;
   border-radius: 50%;
   font-family: "Lora", serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 20px;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 30px;
   transform: translateY(-50%);
}

[id*="faq__"] .box-qa dl dt {
   background-color: #fff;
   border: 2px solid #ccc;
   font-weight: 500;
   font-size: 16px;
   line-height: 30px;
   border-radius: 6px;
   padding: 21px 20px;
   cursor: pointer;
   position: relative;
   pointer-events: none;
}

[id*="faq__"] .box-qa dl dt:before {
/*   content: 'Q';*/
}

[id*="faq__"] .box-qa dl dt .icon {
   display: none;
   width: 20px;
   height: 20px;
   position: absolute;
   top: 50%;
   right: 30px;
   transform: translateY(-50%);
   font-size: 0;
}

[id*="faq__"] .box-qa dl dt .icon:before {
   content: '';
   width: 100%;
   height: 0;
   border-top: 2px solid #8AA8AB;
   position: absolute;
   top: calc(50% - 1px);
   left: 0;
}

[id*="faq__"] .box-qa dl dt .icon:after {
   content: '';
   width: 0;
   height: 100%;
   border-left: 2px solid #8AA8AB;
   position: absolute;
   top: 0;
   left: calc(50% - 1px);
   transition: all 0.3s;
}

[id*="faq__"] .box-qa dl dd {
   padding: 20px 20px 0;
}

[id*="faq__"] .box-qa dl dd:before {
/*   content: 'A';*/
}

[id*="faq__"] .box-qa dl.active dt .icon:after {
   transform: rotate(90deg);
}

[id*="faq__"] .box-qa dl dd {
	padding-top: 20px;
}

[id*="faq__"] .box-qa dl dd p+p {
   padding-top: 20px;
}

[id*="faq__"] .box-qa dl dd .button02 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 20px;
}

#faq__lead {
   padding-top: 0;
}

@media screen and (max-width: 767px) {
   [id*="faq__"] {
      padding-top: 50px;
      padding-bottom: 50px;
   }

   [id*="faq__"] .box-qa dl+dl {
      padding-top: 20px;
   }

   [id*="faq__"] .box-qa dl>*:before {
      left: 10px;
   }

   [id*="faq__"] .box-qa dl dt {
      font-size: 14px;
      line-height: 24px;
/*      padding: 20px 40px 20px 50px;*/
   }

   [id*="faq__"] .box-qa dl dt .icon {
      right: 10px;
   }

   [id*="faq__"] .box-qa dl dd {
/*      padding: 20px 0px 0 50px;*/
   }
}

/* -- -- */
.guide-intro-area {
   padding-bottom: 100px;
}
.guide-intro-area .guide-attention__head {
   text-align: center;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   padding: 10px 18px;
   display: inline-block;
   font-weight: bold;
   background-color: red;
   color: #fff;
   font-size: 16px;
   margin-bottom: 30px;
}

.guide-intro-area .guide-title {
   margin-bottom: 30px;
}

.guide-intro-area .guide-title .text_linear {
   background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), color-stop(30%, rgba(68, 136, 165, 0.3)), to(rgba(68, 136, 165, 0.3)));
   background: linear-gradient(transparent, transparent 70%, rgba(68, 136, 165, 0.3) 30%, rgba(68, 136, 165, 0.3));
}

.guide-intro-area .guide-intro-text {
   border-left: 0;
   padding-left: 0;
}

@media screen and (max-width: 767px) {
   .guide-intro-area .guide-attention__head {
      font-size: 14px;
   }
   .guide-intro-area .guide-title {
      font-size: 20px;
   }
   .guide-intro-area .guide-intro-text {
      font-size: 15px;
   }
}

/*
 * 周辺地域について
*=============================================*/
.surrounding__style .box-img {
   gap: 130px;
   padding-top: 40px;
}

.surrounding__style .box-img+.box-img {
   padding-top: 60px;
}

.surrounding__style .box-img .photo {
   width: calc(50% + 60px);
}

.surrounding__style .box-img .col {
   width: calc(50% - 190px);
}

.surrounding__style .box-img .button01 {
   padding-top: 30px;
}

.surrounding__style hr {
   margin-top: 80px;
}

@media screen and (max-width: 991px) {
   .surrounding__style .box-img {
      gap: 30px;
   }

   .surrounding__style .box-img .photo,
   .surrounding__style .box-img .col {
      width: 100%;
   }

   .surrounding__style .box-img .col {
      padding-top: 0;
   }
}

@media screen and (max-width: 767px) {
   .surrounding__style .box-img {
      padding-top: 20px;
   }

   .surrounding__style .box-img+.box-img {
      padding-top: 30px;
   }

   .surrounding__style .box-img .button01 {
      padding-top: 20px;
   }

   .surrounding__style hr {
      margin-top: 40px;
   }
}

/*
 * 採用情報
*=============================================*/
#recruit__list .box .txt {
   padding-top: 40px;
}

#recruit__list hr {
   margin-top: 80px;
}

#recruit__list .tabs-switch {
   padding-top: 80px;
}

#recruit__list .tab-link {
   display: flex;
   flex-wrap: wrap;
   gap: 20px;
}

#recruit__list .tab-link li {
   display: flex;
   width: calc(25% - 15px);
   font-size: 16px;
   line-height: 24px;
   border: 1px solid #ccc;
   border-left: 4px solid #1A1A1A;
   padding: 19px 46px 19px 26px;
   position: relative;
   box-sizing: border-box;
}

#recruit__list .tab-link li:after {
   content: "\f0d7";
   font-family: "Font Awesome 6 Free";
   font-weight: 900;
   font-size: 14px;
   position: absolute;
   top: 50%;
   right: 25px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#recruit__list .tab-link li:hover:after {
   top: 55%;
}

#recruit__list .tab-link li.active {
   background-color: #ccc;
}

#recruit__list .tab-content {
   padding-top: 80px;
}

#recruit__list .block .tb-style {
   padding-top: 40px;
}

@media screen and (max-width: 767px) {
   #recruit__list .box .txt {
      padding-top: 20px;
   }

   #recruit__list hr {
      margin-top: 40px;
   }

   #recruit__list .tabs-switch {
      padding-top: 40px;
   }

   #recruit__list .tab-link {
      gap: 10px;
   }

   #recruit__list .tab-link li {
      width: calc(50% - 5px);
      font-size: 13px;
      padding: 9px 8px;
   }

   #recruit__list .tab-link li:after {
      right: 10px;
   }

   #recruit__list .tab-content {
      padding-top: 40px;
   }

   #recruit__list .block .tb-style {
      padding-top: 20px;
   }
}

/*
 * 利用規約
*=============================================*/
#privacy-policy-terms .box {
   max-width: 1000px;
   line-height: 20px;
}

#privacy-policy-terms .box dl {
   padding-top: 40px;
}

#privacy-policy-terms .box dl dt {
   font-size: 20px;
   line-height: 30px;
}

#privacy-policy-terms .box dl dd {
   padding: 10px 0 0 30px;
}

#privacy-policy-terms .box dl dd p+p {
   padding-top: 15px;
}

#privacy-policy-terms .box ol {
   list-style: decimal;
   padding-left: 15px;
}

#privacy-policy-terms .box ol li+li {
   padding-top: 15px;
}

#privacy-policy-terms .box p+ol {
   padding: 15px 0 0 30px;
}

#privacy-policy-terms .box ol li ol {
   padding-top: 15px;
}

#privacy-policy-terms .end {
   padding-top: 15px;
}

@media screen and (max-width: 767px) {
   #privacy-policy-terms .box {
      padding-top: 20px;
   }

   #privacy-policy-terms .box dl dt {
      font-size: 16px;
   }

   #privacy-policy-terms .box dl dd {
      padding-left: 10px;
   }

   #privacy-policy-terms .box p+ol {
      padding-left: 15px;
   }
}