@charset "utf-8";

/* 共通 */
*, *:before, *:after {box-sizing: border-box;}
html{scroll-behavior: smooth;}
a,a:hover,a:visited{text-decoration: none;}
.pc{display: block;}
.sp{display: none;}
.tb{display: none;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}

@media screen and (max-width:700px) {
    .pc{display: none;}
    .sp{display: block;}
    .tb{display: block;}
}
@media screen and (max-width:500px) {
    .tb{display: none;}
}
.footerFix span, .footerFix_M span {box-sizing: unset;}
/* /共通 */

.limited{
  margin-top: 48px;
}
.plan-scene .content-1-column{
	width: 100%;
	max-width: 100% !important;
	color: #222;
	font-family: "Yu Gothic Pr6N M","san-serif";
	font-size: 18px;
	text-align: center;
	margin: 0 !important;
  line-height: 1.8;
  padding: 0 !important;
}
.plan-scene .head{
	display: block;
  width: 1188px;
	padding: 7px;
  margin: 48px auto;
	background-color: #F9F6ED;
  border: #444 solid 1px;
  border-radius: 3px;
}
.plan-scene h2{
	display: block;
  width: 100%;
	color: #444;
	font-family: "Yu Gothic Pr6N B","san-serif";
	font-size: 32px;
	text-align: center;
	padding: 38px 20px;
	background-color: #F9F6ED;
  border: #444 solid 1px;
  border-radius: 3px;
  line-height: 1.4;
}

.plan-scene h3{
	color: #fff;
	font-family: "Yu Gothic Pr6N D","san-serif";
	font-size: 24px;
	text-align: center;
}
.plan-scene .limited h3, .plan-scene .weekday h3,
.plan-scene .meeting h3{
	background-image: url(../img/scene/ttl_blue.webp);
  background-size: cover;
  width: 303px;
  height: 65px;
  margin: 45px auto 24px;
  padding: 10px;
}
.plan-scene .season h3{
	background-image: url(../img/scene/ttl_brawn.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 303px;
  height: 65px;
  margin: 0 auto 24px !important;
  padding: 10px;
}
.plan-scene .purpose h3{
	background-image: url(../img/scene/ttl_brawn2.webp);
  background-size: contain;
  background-repeat: no-repeat;
  width: 338px;
  height: 65px;
  margin: -20px auto 24px;
  padding: 10px;
}
.weekday h3{
  /* 季節ごとのプランが４つ以上のとき下記を使用 */
  margin: 0 auto 24px !important;
  /* 季節ごとのプランが3つ以下のとき下記を使用 */
  /* margin: -20px auto 24px !important; */
}
.meeting h3{
  margin: 80px auto 24px !important;
  padding: 13px 0 !important;
  background-size: contain !important;
}
.meeting h3 span{
  display: flex;
  color: #3F7994;
	font-family: "Yu Gothic Pr6N D","san-serif";
	font-size: 16px;
	text-align: center;
  margin: -50px 0 0;
  align-items: center;
  justify-content: center;
  padding-bottom: 19px;
}
.meeting h3 span::before,
.meeting h3 span::after{
  background-color: #3F7994;
  content: "";
  height: 1px;
  width: 18px;
  margin: 0 8px 0 1px
}
.meeting h3 span::before{
  transform: rotate(60deg);
}
.meeting h3 span::after{
  transform: rotate(-60deg);
}
.bottom{
  display: flex;
  justify-content: center;
  background-color: #F5F5F5;
  color: #444;
	font-family: "Yu Gothic Pr6N B","san-serif";
	font-size: 18px;
  text-align: center;
  padding: 48px 0 60px;
  margin-top: -30px;
}
.bottom a{
  background-size: contain;
  background-repeat: no-repeat;
  width: 328px;
  height: 48px;
  margin-right: 24px;
  padding-top: 6px;
  padding-left: 13px;
}
.bottom a.hotel{
  background-image: url(../img/scene/bnr_hotel.webp);
}
.bottom a.ranking{
  background-image: url(../img/scene/bnr_ranking.webp);
}

@media screen and (max-width:1200px) {
  .plan-scene .head {
    width: 90%;
    margin: 32px auto;
    padding: 4px;
  }
}
@media screen and (max-width:700px) {
  .limited {
    margin-top: 32px;
  }
  .plan-scene .limited h3, .plan-scene .weekday h3, .plan-scene .meeting h3 {
    width: 90%;
    max-width: 233px;
    max-height: 50px;
    margin: 40px auto 16px;
    padding: 9px;
    background-repeat: no-repeat;
  }
  .plan-scene .head {
    margin: 32px auto 0;
  }
  .plan-scene h2{
	  font-size: 22px;
    padding: 23px;
  }
  .plan-scene h3{
  	font-size: 18px;
    width: 233px;
    height: 50px;
  }
  .plan-scene .season h3 {
   width: 90%;
    max-width: 233px;
    max-height: 50px;
    margin: 5px auto 16px !important;
    padding: 9px;
    background-repeat: no-repeat;
  }
  .plan-scene p {
    font-size: 14px;
    line-height: 1.8;
    padding: 0 10px;
  }
  .plan-scene .purpose h3 {
    width: 90%;
    max-width: 264px;
    max-height: 50px;
    padding: 9px;
    margin: 0px auto 24px;
    background-repeat: no-repeat;
  }
  .weekday h3 {
    margin: 0 auto 24px !important;
  }
  .meeting h3 {
    margin: 30px auto 24px !important;
    padding: 17px 0 !important;
  }
  .meeting h3 span {
    font-size: 13px;
  }
  .bottom {
    flex-wrap: wrap;
    padding: 40px 0 30px;
    margin: -10px auto 0;
    font-size: 16px;
  }
  .bottom a {
    width: 90%;
    max-width: 328px;
    margin: 0 0 20px;
    margin-right: 0;
    padding-top: 9px;
  }
  #website-footer {
    padding: 8px 0 0;
  }
  #limited{
    margin-top: -50px;
    padding-top: 50px;
  }
  #season,#weekday,#purpose,#meeting{
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media screen and (max-width:500px) {
  .plan-scene p {
    font-size: 3.7vw;
  }
  .bottom a {
    padding-top: 8px;
    margin: 0 0 15px;
  }
}


/* swiper */

.swiper {
  overflow: visible;
  position: relative;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 100%;
}
:root {
  --slide-max-width: 380px;
  --slide-min-width: 280px;
  --slide-gap: 24px;
}
.swiper-slide {
  min-width: 217px;
  max-width: 380px;
  flex: 0 0 clamp(217px, 30vw, 380px) !important;
  margin: 25px auto 60px;
}

.swiper-wrapper {
  display: flex;
  transition-timing-function: linear;
  padding-bottom: 0;
}
.swiper.center-only .swiper-wrapper {
  justify-content: center;
}
.swiper.center-only .swiper-slide {
  margin: 25px 12px 60px 12px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.swiper-slide:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff !important;
  width: 50px !important;
  height: 130px !important;
  background: rgba(34,34,34, 0.7);
  top: 30% !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.swiper.center-only .swiper-button-next,.swiper.center-only .swiper-button-prev{
  display: none !important;
}
.swiper-button-next {
  border-radius: 5px 0 0 5px;
  right: 0 !important;
}
.swiper-button-prev {
  border-radius: 0 5px 5px 0;
  left: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size:  25px !important;
  margin: 0;
  z-index: 1;
}
.swiper-slide p{
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}
.swiper-slide p span{
  display: inline-block;
  background-color: #222;
  font-size: 14px;
  color: #fff;
  padding: 0 9px;
  min-width: 70px;
  text-align: center;
  margin-right: 10px;
}
.swiper-pagination {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.swiper-pagination-bullet-active{
  background-color:#222 !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

@media screen and (min-width: 701px) and (max-width: 1200px) {
  .swiper-slide {
    flex: 0 0 27.8vw !important;
    max-width: 27.8vw !important;
    min-width: auto !important;
  }
  .swiper.center-only .swiper-slide {
    margin: 25px 10px 60px;
  }
}
@media screen and (max-width:700px) {
  .swiper {
    margin: -10px auto 35px;
  }
  .swiper-slide {
    max-width: 82%;
    margin: 25px auto 40px auto;
    min-width: 280px;
  }
  .swiper-slide p{
    font-size: 13px;
    padding: 0;
  }
  .swiper-slide p span{
    font-size: 12px;
    padding: 1px 15px;
    min-width: 56px;
    margin-right: 7px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 44px !important;
    height: 70px !important;
    top: 34% !important;
  }
  .swiper-pagination {
    bottom: -5px !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 21px !important;
  }
  .swiper-wrapper {
    padding-bottom: 5px;
  }
  .swiper.center-only .swiper-slide {
    margin: 25px 8px 60px 8px;
  }
  .swiper-pagination-bullet {
    width: 7px !important;
    height: 7px !important;
  }
  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px !important;
  }
}
@media screen and (max-width:500px) {
  .swiper-slide p {
    font-size: 3.4vw;
  }
  .swiper-slide p span {
    font-size: 3.3vw;
  }
  .swiper-pagination {
    bottom: -5px !important;
  }
}

/* /swiper */