@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
/**********************************
section共通
**********************************/
section {
  padding: 150px 0;
}
.campaign-area{
	font-size:2rem;
	width:100%;
	padding:15px;
	box-shadow: 0 5px 5px 1px rgb(0 0 0 / 24%);
	color:#fff;
	text-align:center;
	margin-top:30px;
}

/**********************************
スライダー共通
**********************************/
.swiper__area {
  width: 50%;
}

/*メイン画像*/
.mySwiper2 {
  height: 432px;
  width: 100%;
  margin-bottom: 13px;
  border-radius: 30px;
}

/*サブ画像*/
.mySwiper {
  width: 100%;
  height: 166px !important;
  box-sizing: border-box;
  padding: 10px 0;
}

.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  line-height: 80px;
  opacity: 0.5;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}


.mySwiper2 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 30px;
}

.mySwiper img {
  height: 100%;
  width: 100%;
}

.swiper-button-next, .swiper-button-prev{
  --swiper-navigation-color : #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.swiper-slide img{
  display: block;
}

.txt-area {
  width: 50%;
  max-width: 570px;
  margin-right: 50px;
}

.txt-area dt {
  font-size: 6.9rem;
  display: flex;
  align-items: center;
  margin: 26px auto 45px;
}

.txt-area dt span {
  font-size: 2rem;
  display: block;
  padding-left: 18px;
}

.txt-area dd {
  font-size: 2.4rem;
  padding-bottom: 31px;
  border-bottom: solid 1px #707070;
  line-height: 1.4;
}

.txt-area dd span {
  font-size: 1.9rem;
  display: block;
}

.txt-area p {
  line-height: 2;
  margin: 20px auto 50px 22px;
  max-width: 570px;
  letter-spacing: 0.05em;
}

.price {
  font-size: 2.7rem;
  justify-content: left;
  align-items: center;
}

.price span {
  font-size: 1.9rem;
  margin-left: 15px;
}

.price .price-ttl {
  font-size: 1.9rem;
  border: solid 1px #292929;
  border-radius: 22px;
  width: 127px;
  padding: 9px 0;
  text-align: center;
  margin-right: 20px;
}

.lodging-btn {
  margin: 20px 235px 0 auto;
  text-align: right;
  width: 150px;
}

/**********************************
.mv
**********************************/
.mv {
  background-image: url("../images/lodging/under-fv.webp?fuih4hh4");
}

/**********************************
sec1
**********************************/
.sec1 {
  background: #CED8CE;
  margin-top: 175px;
}
.sec1 .campaign-area{
	background:#608B63;
}

/**********************************
sec2
**********************************/
.sec2 {
  background: #D8D2CF;
}
.sec2 .campaign-area{
	background:#9D4524;
}

/**********************************
sec3
**********************************/
.sec3 {
  background: #CDDBDD;
}
.sec3 .campaign-area{
	background:#556D88;
}

/**********************************
sec4
**********************************/
.sec4 .link-area {
  margin: 172px auto 221px;
}

.sec4 .link-area a {
  font-size: 3.5rem;
  padding: 43px;
  border: solid 1px #707070;
  border-radius: 134px;
  text-align: center;
  width: 100%;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.3);
  display: block;
  letter-spacing: 0.25em;
}

.sec4 .link-area span {
  font-size: 2.1rem;
  padding: 16px 0 0;
  display: block;
  letter-spacing: 0.1em;
}

/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
  section {
    padding: 70px 0;
  }
  section .inner1340.flex {
    flex-direction: column;
  }
	.campaign-area {
		font-size: 1.4rem;
	}
  .swiper__area {
    width: 100%;
    padding: 0 20px;
  }
  .txt-area {
    width: 100%;
    padding: 0 20px;
    margin: auto;
  }
  .mySwiper {
    height: auto !important;
  }
  .mySwiper2 {
    height: auto;
  }
  .txt-area dt {
    font-size: 3.5rem;
    margin: 20px auto;
  }
  .txt-area dt span {
    font-size: 1.5rem;
    padding-left: 10px;
  }
  .txt-area dd {
    font-size: 1.4rem;
    padding-bottom: 15px;
  }
  .txt-area p {
    line-height: 2;
    margin: 10px auto 25px 11px;
  }
  .price {
    font-size: 1.5rem;
  }
  .price .price-ttl {
    font-size: 1.2rem;
    width: 100px;
    padding: 6px 0;
    margin-right: 10px;
  }
  .price span {
    font-size: 1.2rem;
    margin-left: 10px;
  }
  .lodging-btn {
    margin: 30px 20px 0 auto;
    width: 32vw;
  }
  /**********************************
  sec1
  **********************************/
  .sec1 {
    margin-top: 85px;
  }
  /**********************************
  sec2
  **********************************/
  /**********************************
  sec3
  **********************************/
  /**********************************
  sec4
  **********************************/
  .sec4 .link-area {
    margin: 80px auto 110px;
    padding: 0 20px;
  }
  .sec4 .link-area a {
    font-size: 1.8rem;
    padding: 20px;
  }
  .sec4 .link-area span {
    font-size: 1rem;
    padding: 10px 0 0;
  }
}
