@charset "UTF-8";
/*----------------------------------
 page --- トップページ
----------------------------------*/
/*----------------------------------
 メインヴィジュアル
----------------------------------*/
.mv-area {
  position: relative;
  background: url("../../images/top/mv_sp.jpg") no-repeat center top/cover;
  width: 100%;
  height: 177vw;
  margin: 50px 0 0;
}
@media screen and (min-width: 600px) {
  .mv-area {
    background: url("../../images/top/mv_small.jpg") no-repeat center top/cover;
    height: 650px;
  }
}
@media screen and (min-width: 901px) {
  .mv-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-image: none;
    background-color: #000;
    max-height: 650px;
    padding: 0 0 170px;
  }
}
.mv-area .l-inner {
  padding: 0 30px;
}
@media screen and (min-width: 901px) {
  .mv-area .l-inner {
    max-width: none;
    margin-top: 120px;
    padding: 0;
  }
}

.mv--sp {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .mv--sp {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .mv--sp {
    background: url("../../images/top/mv_sp.jpg") no-repeat center top/cover;
  }
}

.p-top__logo--sp {
  display: none;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header.fixed .p-top__logo--sp {
  display: block;
}

.p-top__logo--pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .p-top__logo--pc {
    display: block;
    padding: 0 0 0 38px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__logo--sp {
    padding: 0 0 0 10px;
    display: block;
  }
}
@media screen and (min-width: 901px) {
  .p-top__logo--pc img {
    display: block;
    width: 174px;
    height: 103px;
  }
}

.fv-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 901px) {
  .fv-wrap {
    width: 1270px;
    margin: 0 auto;
    padding: 0 48px;
  }
}

.fv-box {
  position: absolute;
  top: 51%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
  max-width: 485px;
}
@media screen and (min-width: 901px) {
  .fv-box {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fv-content {
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .fv-content {
    margin: 111px 0 0;
  }
}

.fv__catch-padding {
  padding: 0 8px;
}
@media screen and (min-width: 901px) {
  .fv__catch-padding {
    padding: 0 10px;
  }
}

.fv__catch--en img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .fv__catch--en img {
    width: 384px;
    height: 76px;
    margin: 0;
  }
}

.fv__catch--jp {
  border-top: 1px solid #fff;
  margin: 23px 0 0;
  padding-top: 18px;
}
@media screen and (min-width: 901px) {
  .fv__catch--jp {
    margin: 38px 0 0;
    padding-top: 38px;
  }
}
.fv__catch--jp img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .fv__catch--jp img {
    width: 352px;
    height: 92px;
    margin: 0;
  }
}

.mv-bg {
  display: none;
}
@media screen and (min-width: 901px) {
  .mv-bg {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: -webkit-image-set(url("../../images/top/mv_small.jpg") 1x, url("../../images/top/mv_small@2x.jpg") 2x) no-repeat right top/cover;
    background: image-set(url("../../images/top/mv_small.jpg") 1x, "../../images/top/mv_small@2x.jpg" 2x) no-repeat right top/cover;
    width: 65.967vw;
    max-width: 2000px;
    height: 650px;
    margin: -60px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mv-bg {
    background: -webkit-image-set(url("../../images/top/mv.jpg") 1x, url("../../images/top/mv@2x.jpg") 2x) no-repeat right top/cover;
    background: image-set(url("../../images/top/mv.jpg") 1x, "../../images/top/mv@2x.jpg" 2x) no-repeat right top/cover;
    width: 72.365vw;
  }
}
@media screen and (min-width: 1600px) {
  .mv-bg {
    background: -webkit-image-set(url("../../images/top/mv_large.jpg") 1x, url("../../images/top/mv_large@2x.jpg") 2x) no-repeat right top/cover;
    background: image-set(url("../../images/top/mv_large.jpg") 1x, "../../images/top/mv_large@2x.jpg" 2x) no-repeat right top/cover;
    width: 64.3vw;
  }
}

.fv__catch {
  position: absolute;
  top: 44%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 901px) {
  .fv__catch {
    top: 47.4%;
  }
}
.fv__catch img {
  display: block;
  margin: 0 auto;
}

/*----------------------------------
 NEWS
----------------------------------*/
.news {
  background-color: #000;
  padding: 33px 0;
}
@media screen and (min-width: 1025px) {
  .news {
    padding: 65px 0 55px;
  }
}
.news .l-inner {
  margin: 40px auto 0;
  padding: 0 30px;
}
@media screen and (min-width: 1025px) {
  .news .l-inner {
    width: calc(66.35% + (40px * 2));
    padding: 0 40px;
  }
}
.news .c-sec__title {
  border-bottom: 1px solid #fff;
  padding: 0 0 9px;
}
@media screen and (min-width: 1025px) {
  .news .c-sec__title {
    padding: 0 0 13px;
  }
}

.news-content {
  height: auto;
  max-height: 247px;
  margin: 12px 3px 30px 0;
  padding: 0 10px 0 0;
  overflow-y: scroll;
  /* スクロールバー全体 */
  /* スクロールバー　動かせる部分 */
  /* スクロールバー　レール部分 */
}
@media screen and (min-width: 600px) {
  .news-content {
    max-height: 166px;
  }
}
@media screen and (min-width: 1025px) {
  .news-content {
    margin: 29px 3px 0 45px;
    padding: 0 45px 0 0;
  }
}
.news-content::-webkit-scrollbar {
  width: 7px;
}
@media screen and (min-width: 1025px) {
  .news-content::-webkit-scrollbar {
    width: 12px;
  }
}
.news-content::-webkit-scrollbar-track {
  background-color: #000;
  border-radius: 12px;
}
.news-content::-webkit-scrollbar-thumb {
  background-color: #727171;
  border-radius: 12px;
  height: 107px;
}
@media screen and (min-width: 1025px) {
  .news-content::-webkit-scrollbar-thumb {
    height: 138px;
  }
}

.news__item {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  line-height: 1.8;
  padding: 0 0 13px;
}
@media screen and (min-width: 1025px) {
  .news__item {
    padding: 0 0 13px;
  }
}
.news__item:first-child {
  margin-top: 14px;
}
@media screen and (min-width: 1025px) {
  .news__item:first-child {
    margin-top: -8px;
  }
}
.news__item:nth-child(n+2) {
  margin: 13px 0 0;
}
@media screen and (min-width: 1025px) {
  .news__item:nth-child(n+2) {
    margin: 13px 0 0;
  }
}

.news__detail {
  margin: 0.9em 0 0;
}
@media screen and (min-width: 1025px) {
  .news__detail {
    margin: 0.5em 0 0;
  }
}

/*----------------------------------
 Youtube
----------------------------------*/
.youtube {
  max-width: 835px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}


/*----------------------------------
 Enjoy GOLF
----------------------------------*/
.about-bg {
  background: -webkit-image-set(url("../../images/top/about_bg_sp.jpg") 1x, url("../../images/top/about_bg_sp@2x.jpg") 2x) no-repeat center top/cover;
  background: image-set(url("../../images/top/about_bg_sp.jpg") 1x, "../../images/top/about_bg_sp@2x.jpg" 2x) no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  .about-bg {
    background: -webkit-image-set(url("../../images/top/about_bg.jpg") 1x, url("../../images/top/about_bg@2x.jpg") 2x) no-repeat center top/cover;
    background: image-set(url("../../images/top/about_bg.jpg") 1x, "../../images/top/about_bg@2x.jpg" 2x) no-repeat center top/cover;
  }
}

.about .c-desc__img {
  background: -webkit-image-set(url("../../images/top/about01.jpg") 1x, url("../../images/top/about01@2x.jpg") 2x) no-repeat center center/cover;
  background: image-set(url("../../images/top/about01.jpg") 1x, "../../images/top/about01@2x.jpg" 2x) no-repeat center center/cover;
}

.about .c-btn-reservation {
  margin: 25px auto 0;
}
@media screen and (min-width: 1025px) {
  .about .c-btn-reservation {
    margin: 30px auto 0;
  }
}



/*----------------------------------
 最新型ゴルフシミュレーター
----------------------------------*/
.simulator-bg {
  background: -webkit-image-set(url("../../images/top/simulator_bg_sp.jpg") 1x, url("../../images/top/simulator_bg_sp@2x.jpg") 2x) no-repeat center top/cover;
  background: image-set(url("../../images/top/simulator_bg_sp.jpg") 1x, "../../images/top/simulator_bg_sp@2x.jpg" 2x) no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  .simulator-bg {
    background: -webkit-image-set(url("../../images/top/simulator_bg.jpg") 1x, url("../../images/top/simulator_bg@2x.jpg") 2x) no-repeat center top/cover;
    background: image-set(url("../../images/top/simulator_bg.jpg") 1x, "../../images/top/simulator_bg@2x.jpg" 2x) no-repeat center top/cover;
  }
}

.simulator {
  padding: 39px 20px 0;
}
@media screen and (min-width: 1025px) {
  .simulator {
    padding: 57px 40px 0;
  }
}
.simulator .c-desc--clmn.l-inner {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .simulator .c-desc--clmn.l-inner {
    width: 86.78%;
    max-width: none;
  }
}
.simulator .c-desc--clmn .c-desc-content {
  text-align: left;
}
.simulator .c-desc--clmn .c-desc__img {
  background: -webkit-image-set(url("../../images/top/simulator_main_sp.jpg") 1x, url("../../images/top/simulator_main_sp@2x.jpg") 2x) no-repeat center center/cover;
  background: image-set(url("../../images/top/simulator_main_sp.jpg") 1x, "../../images/top/simulator_main_sp@2x.jpg" 2x) no-repeat center center/cover;
  margin: 88px 0 -20px;
}
@media screen and (min-width: 600px) {
  .simulator .c-desc--clmn .c-desc__img {
    background: -webkit-image-set(url("../../images/top/simulator_main.jpg") 1x, url("../../images/top/simulator_main@2x.jpg") 2x) no-repeat center center/cover;
    background: image-set(url("../../images/top/simulator_main.jpg") 1x, "../../images/top/simulator_main@2x.jpg" 2x) no-repeat center center/cover;
    height: 562px;
    margin: 80px auto -59px;
  }
}

/*----------------------------------
 完全会員制に快適な空間演出
----------------------------------*/
@media screen and (min-width: 1025px) {
  .member .l-inner {
    padding: 0 40px;
  }
}
.member .c-desc__img {
  background: -webkit-image-set(url("../../images/top/member01.jpg") 1x, url("../../images/top/member01@2x.jpg") 2x) no-repeat center center/cover;
  background: image-set(url("../../images/top/member01.jpg") 1x, "../../images/top/member01@2x.jpg" 2x) no-repeat center center/cover;
}
.member.c-desc-area {
  padding: 33px 0 50px;
}
@media screen and (min-width: 1025px) {
  .member.c-desc-area {
    padding: 174px 0;
  }
}

/*----------------------------------
 設 備
----------------------------------*/
.facility-bg {
  background: -webkit-image-set(url("../../images/top/facility_bg_sp.jpg") 1x, url("../../images/top/facility_bg_sp@2x.jpg") 2x) no-repeat center top/cover;
  background: image-set(url("../../images/top/facility_bg_sp.jpg") 1x, "../../images/top/facility_bg_sp@2x.jpg" 2x) no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  .facility-bg {
    background: -webkit-image-set(url("../../images/top/facility_bg.jpg") 1x, url("../../images/top/facility_bg@2x.jpg") 2x) no-repeat center top/cover;
    background: image-set(url("../../images/top/facility_bg.jpg") 1x, "../../images/top/facility_bg@2x.jpg" 2x) no-repeat center top/cover;
  }
}

.facility {
  padding: 42px 0 75px;
}
@media screen and (min-width: 1025px) {
  .facility {
    padding: 55px 0 75px;
  }
}
@media screen and (max-width: 769px) {
  .lead_movie {
    padding: 22px 0 40px;
  }
}

.facility-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 46px 5.6%;
  max-width: none;
  margin: 93px 0 0;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .facility-wrap {
    padding: 0 13%;
  }
}
@media screen and (min-width: 1025px) {
  .facility-wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 4.5%;
    max-width: 1260px;
    margin: 77px auto 0;
    padding: 0 102px;
  }
}

.facility__item {
  width: 47.19%;
  max-width: 228px;
}
@media screen and (min-width: 1025px) {
  .facility__item {
    width: 21.591%;
  }
}

.facility__img img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: none;
}

.facility-detail {
  margin: 14px 0 0;
}
@media screen and (min-width: 1025px) {
  .facility-detail {
    margin: 12px 0 0;
  }
}

.facility-name {
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  padding: 10px 0;
}
@media screen and (min-width: 1025px) {
  .facility-name {
    border-bottom: none;
    font-size: 2.3rem;
    line-height: 1.25;
  }
}

.facility-desc {
  line-height: 1.4;
  margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .facility-desc {
    font-size: 1.3rem;
    line-height: 1.6153846154;
    margin: 5px 0 0;
  }
}

.facility__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px 18%;
  max-width: none;
  margin: 53px 0 0;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .facility__icon-list {
    padding: 0 13%;
  }
}
@media screen and (min-width: 1025px) {
  .facility__icon-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 59px;
    margin: 63px 0 0;
    padding: 0 102px;
  }
}
.facility__icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
}

.facility__icon {
  width: 40px;
  height: 40px;
}

.facility__icon-txt {
  font-size: 1.3rem;
  line-height: 1.3076923077;
}

/*----------------------------------
 会員様ご利用動画
----------------------------------*/
.movie-wrap {
  padding: 0 0 100px;
}
@media screen and (max-width: 769px) {
  .movie-wrap {
    padding: 0 0 44px;
  }
}
.movie {
  max-width: none;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 600px) {
  .movie {
    padding: 0 13%;
  }
}
@media screen and (min-width: 1025px) {
  .movie {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 102px;
  }
}
.lead_movie {
  padding: 75px 0 44px;
  text-align: center;
  border-top: 1px solid #806400;
}
@media screen and (max-width: 769px) {
  .lead_movie {
    padding: 50px 0 35px;
  }
}
.lead_movie .c-sec__title-sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
ol.movie__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-around;
  max-width: none;
  counter-reset: number 0; 
  margin: 0 0 50px
}
@media screen and (max-width: 769px) {
  ol.movie__icon-list {
    justify-content: start;
  }
}
ol.movie__icon-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 38px;
}
@media screen and (max-width: 769px) {
  ol.movie__icon-list li {
    margin: 0 15%;
  }
}
ol.movie__icon-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number,decimal-leading-zero);
  display:inline-block;
  background:transparent;
  background-color: #806400;
  border:#806400 1px solid;
  color: #FFF;
  font-family: 'Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 28px;
  height: 28px;
  font-family: "Noto Serif JP", serif;
  line-height: 25px;
  text-align: center;
  top: 5px;
}
/*----------------------------------
 料金プラン
----------------------------------*/
.plan-bg {
  background-color: #08141c;
}

.plan {
  padding: 38px 0;
}
@media screen and (min-width: 1025px) {
  .plan {
    padding: 35px 0 80px;
  }
}
.plan .c-btn-taiken {
  margin: 14px auto 0;
}
@media screen and (min-width: 1025px) {
  .plan .c-btn-taiken {
    margin: 22px auto 0;
  }
}

.plan-reservation-wrap {
  padding: 24px 15px 25px;
}
@media screen and (min-width: 1025px) {
  .plan-reservation-wrap {
    padding: 30px 20px 34px;
  }
}

.plan-reservation {
  background-color: #000;
  border: 1px solid #806400;
  width: 100%;
  max-width: 906px;
  margin: 89px auto 0;
  padding: 0 0;
}
@media screen and (min-width: 1025px) {
  .plan-reservation {
    margin: 86px auto 0;
    padding: 0 0;
  }
}

.plan-reservation__head {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .plan-reservation__head {
    font-size: 2.8rem;
    line-height: 1.7142857143;
  }
}

.plan-reservation__txt {
  text-align: center;
  margin: 4px 0 0;
}
@media screen and (min-width: 1025px) {
  .plan-reservation__txt {
    margin: 10px 0 0;
  }
}

.plan-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 37px auto 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .plan-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .plan-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 87px auto 0;
  }
}
.plan-wrap.l-inner {
  padding: 0 20px;
}

.plan-wrap.l-inner2 {
  padding: 0 20px;
}
@media screen and (min-width: 770px) {
  .plan-wrap.l-inner {
    max-width: calc(888px + (50px * 2));
    padding: 0 40px;
    margin: 60px auto 30px;
  }
  
    .plan-wrap.l-inner2 {
    max-width: calc(888px + (50px * 2));
    padding: 0 40px;
    margin: 60px auto 110px;
  }

}

@media screen and (max-width: 769px) {
	.plan-wrap.l-inner2 {
		margin: 60px auto 110px;
	}
}

.plan_box1{
	width: 100%;
	padding: 5px 0 8px;
	background: #806400;
	border: solid 0.5px #927600;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

.plan_box2{
	width: 100%;
	padding: 5px 0 8px;
	background: #81af36;
	border: solid 0.5px #81af36;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
}

span.big_text2{
	font-size: 26px;
}

.plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  border-right: 1px solid #806400;
  border-left: 1px solid #806400;
  border-bottom: 1px solid #806400;
  width: 100%;
  margin: 0;
  padding: 12px 57px 30px 45px;
  box-sizing: border-box;
}

.plan__item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  border-right: 1px solid #81af36;
  border-left: 1px solid #81af36;
  border-bottom: 1px solid #81af36;
  width: 100%;
  margin: 0;
  padding: 12px 57px 30px 45px;
  box-sizing: border-box;
}

@media screen and (max-width: 895px) {
	.plan__item{
		padding: 12px 20px 30px 20px;
	}
}

@media screen and (max-width: 895px) {
	.plan__item2{
		padding: 20px 20px;
	}
}

.plan-text-box{
	margin: 15px 0 8px;
	padding: 4px 15px 4px 3px;
	display: flex;
	justify-content: left;
	background-color: #d01d15;
}


.text-box1{
	margin: 0 10px 0 0;
	padding: 13px 8px;
	background-color: #806400;
	border: solid 1px #fff;
	font-size: 16px;
}


.plan_text1{
	padding: 4px 0 0;
	font-size: 15px;
	line-height: 1.5;
}

span.big-text{
	font-size: 18px;
}



@media screen and (max-width: 960px) {
	.plan-text-box{
		padding: 4px 7px 4px 1px;
	}
	
	.text-box1{
		margin: 0 6px 0;
		padding: 13px 5px;
		font-size: 1.3rem;
	}
	
	.plan_text1{
		font-size: 1.3rem;
	}
	
	span.big-text{
		font-size: 14px;
	}
}

@media screen and (max-width: 769px) {
.plan-text-box{
	margin: 15px 0;
	padding: 4px 15px 4px 3px;
	display: flex;
	justify-content: left;
	background-color: #d01d15;
}


.text-box1{
	margin: 0 10px 0 0;
	padding: 13px 8px;
	background-color: #806400;
	border: solid 1px #fff;
	font-size: 16px;
}


.plan_text1{
	padding: 4px 0 0;
	font-size: 15px;
	line-height: 1.5;
}

span.big-text{
	font-size: 18px;
}
}

@media screen and (max-width: 420px) {
	.plan-text-box{
		padding: 4px 6px 4px 3px;	
	}
	
	.text-box1{
		padding: 13px 5px;
		font-size: 1.3rem;
	}
	
	.plan_text1{
		font-size: 1.3rem;
	}
	
	span.big-text{
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 769px) {
  .plan__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
    .plan__item2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
/*  .plan__item:nth-last-child(2) {
    border-bottom: 1px solid #806400;
  } */
}
.plan__item:last-child {
  border-bottom: 1px solid #806400;
}
@media screen and (max-width: 650px) {
  .plan__item {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    border-left: 1px solid #806400;
    border-top: none;
    position: relative;
  }

  .plan__item:last-child {
    border-bottom: 1px solid #806400;
  }

  .plan__item:last-child::after {
    display: none;
  }

}

.plan-name-box {
    width: 25%;
}

.plan-name-box2 {
    width: 27%;
}

@media screen and (max-width: 789px) {
  .plan-name-box2 {
	width: 25%;
	}

}
@media screen and (max-width: 769px) {
  .plan-name-box {
    width: 50%;
    margin: 0 0 12px;
    text-align: left;
  }
    .plan-name-box2 {
    width: 50%;
    margin: 0 0 12px;
    text-align: left;
  }
}

@media screen and (max-width: 430px) {
  .plan-name-box {
    width: 100%;
  }
}

.plan-price-box {
    width: 27%;
    text-align: center;
    padding: 26px 0 0;
}
@media screen and (max-width: 769px) {
  .plan-price-box {
    width: 50%;
    margin: 0 0 15px;
    text-align: left;
  }
}

@media screen and (max-width: 430px) {
  .plan-price-box {
    width: 100%;
    padding: 10px 0 0;
  }
}

.plan-price-box2 {
    width: 26%;
    text-align: center;
    padding: 25px 0 0;
}


@media screen and (max-width: 769px) {
  .plan-price-box2 {
    width: 50%;
    margin: 0 0 15px;
    text-align: left;
  }
}

@media screen and (max-width: 430px) {
  .plan-price-box2 {
    width: 100%;
    padding: 10px 0 0;
  }
  
  .plan-name-box2{
  	width: 100%;
  }
  
}

.plan-lead-box {
  width: 47%;
  margin-left: 10%;
  padding: 25px 0 0;
  font-size: 1.3rem;
  line-height: 1.6;
}

.plan-lead-box2 {
  width: 47%;
  margin-left: 10%;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.6;
}

@media screen and (max-width: 869px) {
	.plan-lead-box{
		width: 42%;
		margin-left: 5%;
	}
}

@media screen and (max-width: 769px) {
  .plan-lead-box {
    width: 100%;
    margin-left: 0;
    text-align: left;
    padding: 0;
  }
  
  .plan-lead-box2 {
  	width: 100%;
  	margin: 0;
  	padding: 0;
  	}
}

.plan-name--jp,
.plan-time,
.plan-price-type,
.plan-price span {
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  line-height: 2.0384615385;
}
@media screen and (min-width: 1025px) {
  .plan-name--jp,
.plan-time,
.plan-price-type,
.plan-price span {
    line-height: 2;
  }
}

.plan-name--jp {
  color: #806400;
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 3px;
}

.plan-name2--jp {
  color: #806400;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 5px;
  line-height: 1.3;
}

.plan-name3--jp {
  color: #81af36;
  font-size: 21px;
  font-weight: 500;
  margin: 0 0 5px;
}

.plan-name--en {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  line-height: 1.0714285714;
  margin: -5px 0 0;
}
@media screen and (min-width: 1025px) {
  .plan-name--en {
    letter-spacing: 0.04em;
    margin: -5px 0 0;
  }
}

.plan-price-type {
  margin: 0;
}

.plan-price {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 0;
  line-height: 0;
}
.plan-price span {
  line-height: 2.5;
}
.plan-price span.price {
  font-size: 4rem;
  line-height: 1;
  margin: 0 4px;
}
@media screen and (min-width: 1025px) {
  .plan-price span.price {
    margin: 0 0 0 4px;
  }
}

@media screen and (max-width: 769px) {
  .plan-price span.price {
    margin: 0 4px 0 0;
  }
}

.plan-price span.price2 {
  font-size: 4rem;
  line-height: 1;
  margin: 0 4px;
}
@media screen and (min-width: 1025px) {
  .plan-price span.price2 {
    margin: 0 0 0 4px;
  }
}

.plan__item.corpolate .plan-name-box { padding-bottom: 5px; }
.plan__item.corpolate .plan-prepare {
	width: 75%;
	margin: 0;
	padding: 0 15px;
	text-align: center;
}
@media screen and (max-width: 769px) {
	.plan__item.corpolate {
		width: 100%;
	}
	.plan__item.corpolate .plan-prepare {
		width: 100%;
		padding: 0;
		text-align: left;
	}
}

/* ------ 営業時間 ------*/
.plan-info {
  margin: 61px 0 0;
}
@media screen and (min-width: 1025px) {
  .plan-info {
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 650px) {
  .plan-info {
    margin: 20px 0 0;
  }
}
.plan-info .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .plan-info .l-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 30px;
    max-width: calc(908px + (40px * 2));
    padding: 0 40px;
  }
}
.plan-info .c-btn-reservation {
  margin: 54px auto 0;
}
@media screen and (min-width: 1025px) {
  .plan-info .c-btn-reservation {
    margin: 60px auto 0;
  }
}

.plan-info-time-wrap {
  border-top: 1px solid #806400;
  border-bottom: 1px solid #806400;
  padding: 10px 124px 14px;
}
@media screen and (min-width: 1025px) {
  .plan-info-time-wrap {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 346px;
    padding: 5px 20px 15px;
  }
}
@media screen and (max-width: 650px) {
  .plan-info-time-wrap {
    width: 100%;
    padding: 10px 20px 14px;
  }
}

.plan-info-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 2.3rem;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .plan-info-time {
    line-height: 1.9565217391;
  }
}

@media screen and (max-width: 340px) {
  .plan-info-time {
    font-size: 1.8rem;
  }
}

.plan-info-time__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.3333333333;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .plan-info-time__list {
    line-height: 1.3571428571;
    margin: 4px 0 0;
  }
}
.plan-info-time__list--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan-info-time__list--row p:nth-child(n+2) {
  margin-left: 1em;
}

.plan-info__list {
  line-height: 1.6666666667;
  margin: -10px 0 0;
}
@media screen and (min-width: 1025px) {
  .plan-info__list {
    margin: 0;
  }
}
.plan-info__list li {
  text-indent: -1em;
  padding-left: 1em;
}
.plan-info__list li:nth-child(n+2) {
  margin: 5px 0 0;
}
@media screen and (min-width: 1025px) {
  .plan-info__list li:nth-child(n+2) {
    margin: 3px 0 0;
  }
}

/*----------------------------------
 併設カフェ
----------------------------------*/
.cafe-bg {
  background: -webkit-image-set(url("../../images/top/cafe_bg_sp.jpg") 1x, url("../../images/top/cafe_bg_sp@2x.jpg") 2x) no-repeat center top/cover;
  background: image-set(url("../../images/top/cafe_bg_sp.jpg") 1x, "../../images/top/cafe_bg_sp@2x.jpg" 2x) no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  .cafe-bg {
    background: -webkit-image-set(url("../../images/top/cafe_bg.jpg") 1x, url("../../images/top/cafe_bg@2x.jpg") 2x) no-repeat center top/cover;
    background: image-set(url("../../images/top/cafe_bg.jpg") 1x, "../../images/top/cafe_bg@2x.jpg" 2x) no-repeat center top/cover;
  }
}

.cafe .c-desc__img {
  background: -webkit-image-set(url("../../images/top/cafe01.jpg") 1x, url("../../images/top/cafe01@2x.jpg") 2x) no-repeat center center/cover;
  background: image-set(url("../../images/top/cafe01.jpg") 1x, "../../images/top/cafe01@2x.jpg" 2x) no-repeat center center/cover;
}
.cafe .c-desc-content {
  padding: 37px 20px;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .cafe .c-desc-content {
    padding: 30px 58px;
  }
}
.cafe .c-sec__title {
  border-bottom: 1px solid #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 2.5rem;
  letter-spacing: 0.04em;
  line-height: 1.26;
  margin: 0 0 20px;
  padding: 0 0 13px;
}
@media screen and (min-width: 1025px) {
  .cafe .c-sec__title {
    font-size: 3.3rem;
    letter-spacing: 0;
    line-height: 1.2727272727;
    margin: 0 0 20px;
    padding: 0 0 16px;
  }
}
.cafe .c-sec__title span {
  display: block;
}
.cafe .c-sec__title span:first-child {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 2.8;
  margin: 0 0 -10px;
}
@media screen and (min-width: 1025px) {
  .cafe .c-sec__title span:first-child {
    font-size: 1.9rem;
    line-height: 1.6842105263;
    margin: 0;
  }
}
.cafe .c-sec__title small {
  letter-spacing: -0.4em;
  margin: 0 0 0 -0.5em;
}
@media screen and (min-width: 1025px) {
  .cafe .c-sec__title small {
    letter-spacing: 0;
    margin: 0;
  }
}

.cafe .c-desc-content .txt_note {
	max-width: 380px;
	margin: 18px auto 0;
	padding: 10px;
	text-align: center;
	line-height: 1.5;
	background-color: rgba(255,255,255,0.3);
	box-sizing: border-box;
}

.cafe__logo {
  margin: 0 0 6px;
}
@media screen and (min-width: 1025px) {
  .cafe__logo {
    margin: 0 0 6px;
  }
}
.cafe__logo img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .cafe__logo img {
    width: 69px;
    height: 86px;
  }
}

.cafe_slider {
  padding: 0 0 90px;
}
@media screen and (max-width: 769px) {
  .cafe_slider {
    padding: 0 0 45px;
  }
}

.cafe_slider .img {
  margin: 0 9px;
}

/*----------------------------------
 アクセス
----------------------------------*/
.access-bg {
  background: -webkit-image-set(url("../../images/top/access_bg_sp.jpg") 1x, url("../../images/top/access_bg_sp@2x.jpg") 2x) no-repeat center top/cover;
  background: image-set(url("../../images/top/access_bg_sp.jpg") 1x, "../../images/top/access_bg_sp@2x.jpg" 2x) no-repeat center top/cover;
}
@media screen and (min-width: 1025px) {
  .access-bg {
    background: -webkit-image-set(url("../../images/top/access_bg.jpg") 1x, url("../../images/top/access_bg@2x.jpg") 2x) no-repeat center top/cover;
    background: image-set(url("../../images/top/access_bg.jpg") 1x, "../../images/top/access_bg@2x.jpg" 2x) no-repeat center top/cover;
  }
}

.access {
  padding: 36px 0 36px;
}
@media screen and (min-width: 1025px) {
  .access {
    padding: 40px 0 36px;
  }
}

.access-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 72px auto 0;
}
@media screen and (min-width: 1025px) {
  .access-wrap {
    max-width: calc(1088px + (40px * 2));
    margin: 72px auto 0;
  }
}

.access-map {
  width: 100%;
}
.access-map iframe {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .access-map iframe {
    height: 362px;
  }
}

.access-info {
  line-height: 1.3333333333;
  margin: 21px 0 0;
}
@media screen and (min-width: 1025px) {
  .access-info {
    line-height: 1.4285714286;
    margin: 31px 0 0;
  }
}
.access-info li:nth-child(n+2) {
  margin: 11px 0 0;
}
@media screen and (min-width: 1025px) {
  .access-info li:nth-child(n+2) {
    margin: 14px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .access-info li {
    font-size: 1.4rem;
    line-height: 1.4285714286;
  }
}
.access-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.3333333333;
}
.access-info dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
}
.access-info dd {
  margin: 0 0 0 5px;
}
@media screen and (min-width: 1025px) {
  .access-info dd {
    margin: 0;
  }
}

/*----------------------------------
 よくあるご質問
----------------------------------*/
.faq-bg {
  background-color: #000;
}

.faq {
  padding: 42px 0 49px;
}
@media screen and (min-width: 1025px) {
  .faq {
    padding: 69px 0 113px;
  }
}

.accordion-wrap {
  margin: 105px auto 0;
}
@media screen and (min-width: 1025px) {
  .accordion-wrap {
    margin: 105px auto 0;
    max-width: calc(906px + (40px * 2));
  }
}

.accordion__item {
  border-bottom: 1px solid #806400;
  padding: 4px 14px 24px;
}
@media screen and (min-width: 1025px) {
  .accordion__item {
    padding: 4px 14px 24px;
  }
}
.accordion__item:nth-child(n+2) {
  margin: 13px 0 0;
}
@media screen and (min-width: 1025px) {
  .accordion__item:nth-child(n+2) {
    margin: 17px 0 0;
  }
}

.accordion-question {
  position: relative;
  font-size: 2.3rem;
  line-height: 1.3333333333;
  cursor: pointer;
  /* 矢印 */
}
@media screen and (min-width: 1025px) {
  .accordion-question {
    line-height: 1.9565217391;
  }
}
.accordion-question::after {
  position: absolute;
  top: 14px;
  right: -7px;
  display: block;
  content: "";
  background: url("../../images/top/faq_arw.svg") no-repeat center center/contain;
  width: 11px;
  height: 8px;
}
@media screen and (min-width: 1025px) {
  .accordion-question::after {
    top: 19px;
  }
}
.accordion-question.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion-question-content {
  position: relative;
  padding: 0 38px;
  /* Qアイコン */
}
@media screen and (min-width: 1025px) {
  .accordion-question-content {
    padding: 0 38px;
  }
}
.accordion-question-content::after {
  position: absolute;
  top: 7px;
  left: -5px;
  display: block;
  content: "";
  background: url("../../images/top/faq_question.svg") no-repeat center center/contain;
  width: 23px;
  height: 22px;
}
@media screen and (min-width: 1025px) {
  .accordion-question-content::after {
    top: 16px;
    left: 0;
  }
}

.accordion-answer {
  line-height: 1.6666666667;
  margin: 21px 0 0;
}
@media screen and (min-width: 1025px) {
  .accordion-answer {
    margin: 10px 0 0;
  }
}

.accordion-answer-content {
  padding: 0 35px;
}
@media screen and (min-width: 1025px) {
  .accordion-answer-content {
    padding: 0 38px;
  }
}

.accordion__link {
  text-decoration: underline;
}
.accordion__link:hover {
  opacity: 1;
}

.faq h3 {
  margin: 60px 0 30px 0;
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.5;
}

.bnr_join_top {
  width: 300px;
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .bnr_join_top {
    width: 368px;
    top: auto;
    bottom: 0.5rem;
    left: auto;
    right: 9rem;
    margin: 0;
  }
}

.bnr_join {
  width: 85%;
  max-width: 420px;
  margin: 70px auto 0;
  display: block;
}
@media screen and (min-width: 901px) {
  .bnr_join {
    width: 911px;
    max-width: 100%;
    margin: 75px auto 0;
  }
}

.bnr_plan_top {
  width: 300px;
  position: absolute;
  top: 84%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (min-width: 901px) {
  .bnr_plan_top {
    width: 368px;
    top: auto;
    bottom: -10rem;
    left: auto;
    right: 9rem;
    margin: 0;
  }
}

.bnr_plan {
  width: 85%;
  max-width: 420px;
  margin: 25px auto 0;
  display: block;
}
@media screen and (min-width: 901px) {
  .bnr_plan {
    width: 911px;
    max-width: 100%;
    margin: 50px auto 0;
  }
}

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