@charset "utf-8";
/* CSS Document */
.top .section.ttl_01 h2 {
	font-size: 2.4rem;
	position: relative;
	color: #49ab82;
	background: linear-gradient(transparent 60%, #d7f4f7 60%);
	padding: 0px 5px 2px;
}
.top .section.ttl_01 h2::before,
.top .section.ttl_01 h2::after {
	position: absolute;
	content: "";
	display: block;
	width: 2px;
	height: 30px;
	bottom: -5px;
}
.top .section.ttl_01 h2::before {
	background: #5ca1ad;
	left: -25px;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
.top .section.ttl_01 h2::after {
	background: #76b39a;
	right: -25px;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
}
.section.ttl_02 h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #35707a;
  background-color: #d7f4f7;
  border-radius: 0;
  border-bottom: none;
  padding: 10px 20px;
  margin: 25px auto 15px;
  width: 100%;
}

/*タブ切り替え*/
.tab_area {
	display: none;
}
.tab_area.show {
	display: block;
}

/*---------- ナビ ----------*/
ul.navi_01 {
	margin: 15px auto;
}
.navi_01 li {
	height: auto;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #ccc!important;
}
.navi_01 li+li {
	margin-left: 10px;
}
.navi_01 li:hover {
  opacity: 1;
  transition: 0.2s;
  cursor: pointer;
}
.navi_01 li span {
	padding: 12px 5px;
}
.navi_01 li:nth-of-type(2n+1):hover,
.navi_01 li.active:nth-of-type(2n+1) {
  background: #cff4fa;
}
.navi_01 li:nth-of-type(2n):hover,
.navi_01 li.active:nth-of-type(2n) {
  background: #cef2e4;
}

ul.navi_02 {
  margin: 0 auto 10px;
  justify-content: flex-start;
}
.navi_02 li {
  width: auto!important;
}
.navi_02 li a span {
  margin: 0 5px;
  padding: 10px 20px;
  border-bottom: 2px solid #ccc;
}
.navi_02 li a:hover span {
  color: #1b8b9f;
  border-bottom: 2px solid #50b5c7;
  transition: 0.1s;
}
.naviArea3 li:hover {
  opacity: 1;
}

/*---------- 商品 ----------*/
ul.hotel {
  /*margin: 0 8px;*/
  padding: 10px 0;
  /*filter: drop-shadow(2px 5px 5px #ccc);*/
}
.hotel li.swiper-slide {
  width: 316px!important;
  border-radius: 10px;
  margin: 0 10px 20px;
  padding: 0!important;
  background: #fff;
}
.hotel li.plan a {
  filter: none;
}
.hotel li .img_box {
  position: relative;
}
.hotel li .img_box img {
  border-radius: 8px 8px 0 0;
}
.hotel li .details_box .area {
  position: absolute;
  width: 100%;
  bottom: 116%;
  left: 7%;
  text-shadow: 1px 1px 5px #000;
  filter: drop-shadow(1px 1px 5px #000);
  background-color: transparent!important;
  letter-spacing: -0.07rem;
}
.hotel li .details_box .area::before {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(/content/dam/jretravel/site/page/feature/early/images/early_ic01.png) no-repeat 0 0/12px 18px;
  width: 12px;
  height: 18px;
  top: 4px;
  left: -11px;
}
.hotel li .details_box .ttl {
  position: absolute!important;
  width: 100%;
  bottom: 123%;
  left: 0;
  padding: 1em 0.7em 0.7em;
  color: #fff;
  text-shadow: 1px 1px 10px #000;
  font-size: 2rem;
  filter: drop-shadow(2px 3px 3px #000);
}
.details_box {
  position: relative;
  padding: 0 10px 10px;
}
.outside_txt p {
  padding: 10px!important;
  /*border-radius: 0 0 10px 10px;
  background: #fff;
  filter: drop-shadow(2px 5px 5px #ccc);*/
}
.base_prod.bdr li {
  border: none;
}

/*---------- ボタン ----------*/
.btn_list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 20px auto 50px;
}
.btn_list li {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
	background: -webkit-linear-gradient(-45deg,  #56bacc 0%,#5ec4d6 5%,#60c49c 95%,#5bc299 100%);
	background: linear-gradient(135deg,  #56bacc 0%,#5ec4d6 5%,#60c49c 95%,#5bc299 100%);
	text-align: center;
	outline: none;
	transition: ease .2s;
	border-radius: 6px;
}
.btn_list li a::before {
	position: absolute;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
}
.btn_list li a,
.base_prod .btn_list li a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 5px 35px 5px 20px;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	z-index: 3;
}
.btn_list li.skew::before {
	content: "";
	position: absolute;
	top: 0;
	left: -130%;
	background: #fff;
	opacity: 0.3;
	width: 120%;
	height: 100%;
	transform: skewX(-25deg);
}
.btn_list li.skew:hover::before {
	animation: skewanime .3s forwards;
}
@keyframes skewanime {
	100% {
		left: -10%;
	}
}

/*---------- タグ ----------*/
.days14 .product_tag_icon {background-color: #ae93b8;}
.days21 .product_tag_icon {background-color: #859bc7;}
.days28 .product_tag_icon {background-color: #4cb4c7;}
.days30 .product_tag_icon {background-color: #56b38d;}
.days45 .product_tag_icon {background-color: #d4b26a;}
.days60 .product_tag_icon {background-color: #dea87c;}
.days90 .product_tag_icon {background-color: #de9687;}
/*14日前*/
.days14.days21 .product_tag_icon:nth-of-type(1),
.days14.days28 .product_tag_icon:nth-of-type(1),
.days14.days30 .product_tag_icon:nth-of-type(1),
.days14.days45 .product_tag_icon:nth-of-type(1),
.days14.days60 .product_tag_icon:nth-of-type(1),
.days14.days90 .product_tag_icon:nth-of-type(1) {background-color: #ae93b8;}
/*21日前*/
.days21.days28 .product_tag_icon:nth-of-type(1),
.days21.days30 .product_tag_icon:nth-of-type(1),
.days21.days45 .product_tag_icon:nth-of-type(1),
.days21.days60 .product_tag_icon:nth-of-type(1),
.days21.days90 .product_tag_icon:nth-of-type(1),
.days14.days21 .product_tag_icon:nth-of-type(2) {background-color: #859bc7;}
/*28日前*/
.days28.days30 .product_tag_icon:nth-of-type(1),
.days28.days45 .product_tag_icon:nth-of-type(1),
.days28.days60 .product_tag_icon:nth-of-type(1),
.days28.days90 .product_tag_icon:nth-of-type(1),
.days14.days28 .product_tag_icon:nth-of-type(2),
.days21.days28 .product_tag_icon:nth-of-type(2) {background-color: #4cb4c7;}
/*30日前*/
.days30.days45 .product_tag_icon:nth-of-type(1),
.days30.days60 .product_tag_icon:nth-of-type(1),
.days30.days90 .product_tag_icon:nth-of-type(1),
.days14.days30 .product_tag_icon:nth-of-type(2),
.days21.days30 .product_tag_icon:nth-of-type(2),
.days28.days30 .product_tag_icon:nth-of-type(2) {background-color: #56b38d;}
/*45日前*/
.days45.days60 .product_tag_icon:nth-of-type(1),
.days45.days90 .product_tag_icon:nth-of-type(1),
.days14.days45 .product_tag_icon:nth-of-type(2),
.days21.days45 .product_tag_icon:nth-of-type(2),
.days28.days45 .product_tag_icon:nth-of-type(2),
.days30.days45 .product_tag_icon:nth-of-type(2) {background-color: #d4b26a;}
/*60日前*/
.days60.days90 .product_tag_icon:nth-of-type(1),
.days14.days60 .product_tag_icon:nth-of-type(2),
.days21.days60 .product_tag_icon:nth-of-type(2),
.days28.days60 .product_tag_icon:nth-of-type(2),
.days30.days60 .product_tag_icon:nth-of-type(2),
.days45.days60 .product_tag_icon:nth-of-type(2) {background-color: #dea87c;}
/*90日前*/
.days14.days90 .product_tag_icon:nth-of-type(2),
.days21.days90 .product_tag_icon:nth-of-type(2),
.days28.days90 .product_tag_icon:nth-of-type(2),
.days30.days90 .product_tag_icon:nth-of-type(2),
.days45.days90 .product_tag_icon:nth-of-type(2),
.days60.days90 .product_tag_icon:nth-of-type(2) {background-color: #de9687;}

/*---------- リスト ----------*/
.wrap_list {margin: 10px auto 50px;}
.wrap_list .list.clm_osusume_area {
	border-top: 2px solid #35707a;
	border-bottom: 2px solid #35707a;
	padding: 46px 0 35px;
	text-align: center;
	position: relative;
}
.cmn_contents .clm_osusume_area>h4 {
	color: #35707a;
	margin: 0 0 20px -5.5em;
	padding: 0 30px;
	position: absolute;
	top: -18px;
	left: 50%;
	background: #fff;
}

.list_img>ul.list_early>li {
	padding: 0 !important;
	width: auto;
	border-radius: 5px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.list_img>ul.list_early>li+li {margin-left: 20px;}

.list_img>ul.list_early>li:nth-of-type(1) {background-color: #859bc7;}
.list_img>ul.list_early>li:nth-of-type(2) {background-color: #4cb4c7;}
.list_img>ul.list_early>li:nth-of-type(3) {background-color: #56b38d;}
.list_img>ul.list_early>li:nth-of-type(4) {background-color: #dea87c;}
.list_img>ul.list_early>li:nth-of-type(5) {background-color: #de9687;}

.list_img>ul.list_early>li:after {
	background-image: none;
	background-color: #fff;
	left: 10px;
	margin-top: -8px;
	border-radius: 50%;
}
.cmn_contents .clm_osusume_area>ul.list_early>li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 8px 15px 8px 34px;
}
.cmn_contents .clm_osusume_area>ul.list_early>li:hover {opacity: 0.85;}

/*---------- アコーディオン ----------*/
.wrap_list {
	padding: 35px 0 30px;
	margin: 60px auto 30px;
	position: relative;
	border-top: 2px solid #35707a;
	border-bottom: 2px solid #35707a;
}
.wrap_list h4 {
	text-align: center;
	font-size: 2rem;
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -5.5em;
	padding: 0 30px;
	background: #fff;
}
.wrap_list .info_box_component {
	border: none;
	margin: 0 10px;
}
.wrap_list .info_box_component .info_box_ttl.text {
	color: #fff;
	padding: 10px 30px 10px 15px;
	margin-bottom: 0;
	border-radius: 4px;
	text-align: center;
	display: block;
	position: relative;
}
.wrap_list .info_box_component .info_box_ttl.text:hover {
	opacity: 0.8;
}
.wrap_list .info_box_component .pm_icon {
	position: absolute;
	top: 50%;
	left: auto;
	right: 10px;
	margin: -8px 0 0 0;
}
.wrap_list .info_box_component .info_box_list {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*タイトル背景色*/
.wrap_list .acco_14 .info_box_component .info_box_ttl.text {background: #ae93b8;}
.wrap_list .acco_21 .info_box_component .info_box_ttl.text {background: #859bc7;}
.wrap_list .acco_28 .info_box_component .info_box_ttl.text {background: #4cb4c7;}
.wrap_list .acco_30 .info_box_component .info_box_ttl.text {background: #56b38d;}
.wrap_list .acco_45 .info_box_component .info_box_ttl.text {background: #d4b26a;}
.wrap_list .acco_60 .info_box_component .info_box_ttl.text {background: #dea87c;}
.wrap_list .acco_90 .info_box_component .info_box_ttl.text {background: #de9687;}
/*リスト背景色*/
.wrap_list .acco_14 .info_box_component .info_box_list {background: #ede6f0;}
.wrap_list .acco_21 .info_box_component .info_box_list {background: #ebf0fa;}
.wrap_list .acco_28 .info_box_component .info_box_list {background: #edf8fa;}
.wrap_list .acco_30 .info_box_component .info_box_list {background: #dff0e9;}
.wrap_list .acco_45 .info_box_component .info_box_list {background: #faf2e1;}
.wrap_list .acco_60 .info_box_component .info_box_list {background: #faeee3;}
.wrap_list .acco_90 .info_box_component .info_box_list {background: #f7ebe9;}
/*矢印色*/
.wrap_list .acco_14 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #ae93b8;}
.wrap_list .acco_21 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #859bc7;}
.wrap_list .acco_28 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #4cb4c7;}
.wrap_list .acco_30 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #56b38d;}
.wrap_list .acco_45 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #d4b26a;}
.wrap_list .acco_60 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #dea87c;}
.wrap_list .acco_90 .info_box_component .info_box_list a::after {border-color: transparent transparent transparent #de9687;}
/*+/-マーク背景色*/
.wrap_list .acco_14 .info_box_component .pm_icon {background: #ede6f0;}
.wrap_list .acco_21 .info_box_component .pm_icon {background: #ebf0fa;}
.wrap_list .acco_28 .info_box_component .pm_icon {background: #edf8fa;}
.wrap_list .acco_30 .info_box_component .pm_icon {background: #dff0e9;}
.wrap_list .acco_45 .info_box_component .pm_icon {background: #faf2e1;}
.wrap_list .acco_60 .info_box_component .pm_icon {background: #faeee3;}
.wrap_list .acco_90 .info_box_component .pm_icon {background: #f7ebe9;}
/*+/-マーク色*/
.wrap_list .acco_14 .info_box_component .pm_icon::before,
.wrap_list .acco_14 .info_box_component .pm_icon::after {border-color: #ae93b8;}
.wrap_list .acco_21 .info_box_component .pm_icon::before,
.wrap_list .acco_21 .info_box_component .pm_icon::after {border-color: #859bc7;}
.wrap_list .acco_28 .info_box_component .pm_icon::before,
.wrap_list .acco_28 .info_box_component .pm_icon::after {border-color: #4cb4c7;}
.wrap_list .acco_30 .info_box_component .pm_icon::before,
.wrap_list .acco_30 .info_box_component .pm_icon::after {border-color: #56b38d;}
.wrap_list .acco_45 .info_box_component .pm_icon::before,
.wrap_list .acco_45 .info_box_component .pm_icon::after {border-color: #d4b26a;}
.wrap_list .acco_60 .info_box_component .pm_icon::before,
.wrap_list .acco_60 .info_box_component .pm_icon::after {border-color: #dea87c;}
.wrap_list .acco_90 .info_box_component .pm_icon::before,
.wrap_list .acco_90 .info_box_component .pm_icon::after {border-color: #de9687;}

@media screen and (max-width: 568px) {
	.top .section.ttl_01 h2::before {left: -20px;}
	.top .section.ttl_01 h2::after {right: -20px;}
	
	.navi_01 {
		padding: 0px 5px;
	}
	.naviArea li span:after, .naviArea3 li span:after {
		border: none;
	}
	.navi_0 {
		padding: 0px 5px;
	}
	.naviArea .navi_01 li,.naviArea3 .navi_01 li {
		width: calc(50% - 3px);
		height: auto;
	}
	.navi_01 li+li {
		margin-left: 5px;
	}
	.navi_01 li:nth-of-type(2n+1) {
		margin-left: 0;
	}
	.navi_01 li:nth-of-type(n+3) {
		margin-top: 5px;
	}
	.navi_01 li span {
		padding: 12px 5px 18px;
	}
  .navi_02 li a span {
    position: relative;
    padding: 10px 30px 10px 20px;
  }
  .naviArea li span:after, .naviArea3 li span:after {
    border-top: 2px solid #bbb;
    border-right: 2px solid #bbb;
    transform: rotate(135deg);
    position: absolute;
    width: 8px;
    height: 8px;
    top: 16px;
    right: -5px;
    margin: 0;
  }
	
	.btn_list {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 10px 30px;
	}
	.btn_list li+li {
		margin: 12px auto 0;
	}
	.btn_list li a,
	/*.base_prod .btn_list li a {
		padding: 13px 35px 13px 18px;
	}*/
	.btn_list li a::before {right: 12px;}
	
	/*.wrap_list {margin: 0px auto 10px;}*/
	.wrap_list .list.clm_osusume_area {padding-top: 36px;}
	.list_early {padding: 0px 10px;	text-align: center;}
	.list_img>ul.list_early>li {border: none; width: 90%;}
	.list_img>ul.list_early>li+li {margin: 10px 0 0 0;}
	
	.wrap_list {
		margin: 30px auto 10px;
		padding: 18px 0 15px;
	}
	.wrap_list .whatsnew {
		margin-bottom: 0;
	}
	.wrap_list .info_box_component {
		margin: 0 5px;
	}
	.wrap_list .acco_14 .info_box_component, .wrap_list .acco_28 .info_box_component,
	.wrap_list .acco_45 .info_box_component, .wrap_list .acco_90 .info_box_component {
		margin-left: 10px;
	}
	.wrap_list .acco_21 .info_box_component, .wrap_list .acco_30 .info_box_component,
	.wrap_list .acco_60 .info_box_component {
		margin-right: 10px;
	}
  ul.hotel {
    width: 100%;
    height: 578px;
    margin: 0;
    filter: none;
  }
  .hotel li.swiper-slide {
    width: 100%!important;
    margin: 0;
    border: 1px solid #ccc;
  }
}


/* ------------------------------------------------------------
　　　追記
------------------------------------------------------------ */

/*---------- タイトル ----------*/
.cmn_contents .clm_osusume_area.list>h4 {
	position: static;
	top: 0;
	left: 0;
	margin: 0 auto 1.5rem;
	padding: 0;
}
@media screen and (max-width: 568px) {
	.cmn_contents .clm_osusume_area.list>h4 {margin-bottom: 0.2rem;}
	.cmn_contents .clm_osusume_area.list>h4::after {
		display: block;
		height: 2px;
		background: #01b8be;
		margin: 0.2rem 0 0;
	}
}

/*---------- ボタン ----------*/
.hotel > li .outside_txt .btn_list {
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px;
}
.hotel .btn_list li {
	padding: 0;
	background: #5ca1ad;
  width: 48.5%;
}
.btn_list li a {
	padding: 10px 35px 10px 12px;
}
@media screen and (max-width: 568px) {
	.hotel > li .outside_txt .btn_list {
		display: block;
		margin: 5px 3%;
	}
  .hotel .btn_list li:nth-of-type(n+2) {
    margin-left: 6px;
  }
	.btn_list li a {
		padding: 6px 25px 6px 10px;
		font-size: 1.5rem;
    position: static!important;
	}
}

/* カルーセル調整 */
.clm2 .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {flex-wrap: wrap;}
.clm2 .swiper-container .swiper-button-prev,
.clm2 .swiper-container .swiper-button-next,
.clm2 .swiper-container-horizontal>.swiper-pagination-bullets,
.no_swipe > .swiper-button-next, .no_swipe > .swiper-button-prev, .no_swipe > .swiper-pagination {display: none;}
@media screen and (max-width: 568px) {
	.clm2 .swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {flex-wrap: inherit;}
	
	.clm2 .swiper-container .swiper-button-prev,
	.clm2 .swiper-container .swiper-button-next,
	.clm2 .swiper-container-horizontal>.swiper-pagination-bullets,
	.no_swipe > .swiper-button-next, .no_swipe > .swiper-button-prev, .no_swipe > .swiper-pagination {display: block;}
	
	.base_prod {margin-bottom: 12%;}
}

/* 1カラム */
.clm1 .hotel > li{position: relative;}
.clm1 .hotel > li .outside_txt {
	width: 52%;
	position: absolute;
	bottom: 15px;
	right: 10px;
}
.clm1 .hotel > li .details_box {margin-bottom: 120px;}
@media screen and (max-width: 568px) {
	.clm1 .hotel > li .outside_txt {width: 100%; position: static;}
	.clm1 .hotel > li .details_box {margin-bottom: 0;}
}

/* 2カラム */
.clm2 .hotel > li:nth-of-type(2n) {margin-right: 0 !important;}
.clm2 .hotel > li:nth-of-type(n+3) {margin-top: 10px;}
@media screen and (max-width: 568px) {
	.clm2 .hotel > li:nth-of-type(2n) {margin-right: 4px !important;}
	.clm2 .hotel > li:nth-of-type(n+3) {margin-top: 0;}
}

/* 3カラム */
.clm3 .hotel > li .outside_txt .btn_list {display: flex;}
.clm3 .hotel > li .outside_txt .btn_list li:first-child:nth-last-child(2),
.clm3 .hotel > li .outside_txt .btn_list li:first-child:nth-last-child(2) ~ li {
  width: 49%;
}
.clm3 .hotel > li .outside_txt .btn_list li + li {margin: 0;}
@media screen and (max-width: 568px) {
	.clm3 .hotel > li:nth-of-type(3n) {margin-right: 4px !important;}
	.clm3 .hotel > li:nth-of-type(n+4) {margin-top: 0;}
}

/* 1カラム、2カラム共通 */
.clm1 .hotel > li .outside_txt .btn_list li,
.clm2 .hotel > li .outside_txt .btn_list li {
	width: 48.5%;
}
.clm1 .hotel > li .outside_txt .btn_list li + li,
.clm2 .hotel > li .outside_txt .btn_list li + li {
	margin-left: 0;
}
.clm1 .hotel > li .outside_txt .btn_list li:nth-of-type(n+3),
.clm2 .hotel > li .outside_txt .btn_list li:nth-of-type(n+3) {
	margin-top: 12px;
}
.clm1 .hotel > li .outside_txt .btn_list li:only-child,
.clm1 .hotel > li .outside_txt .btn_list li:first-child:nth-last-child(2n+1) ~ li:nth-last-of-type(1),
.clm2 .hotel > li .outside_txt .btn_list li:only-child,
.clm2 .hotel > li .outside_txt .btn_list li:first-child:nth-last-child(2n+1) ~ li:nth-last-of-type(1) {
	width: 100%;
}
@media screen and (max-width: 568px) {
	.clm1 .hotel > li .outside_txt .btn_list li,
	.clm2 .hotel > li .outside_txt .btn_list li {
		width: 100%;
	}
	.hotel .btn_list li + li,
	.clm1 .hotel > li .outside_txt .btn_list li + li,
	.clm1 .hotel > li .outside_txt .btn_list li:nth-of-type(n+3),
	.clm2 .hotel > li .outside_txt .btn_list li:nth-of-type(n+3) {
		margin-top: 8px;
	}
	
	/* 2カラム、3カラム共通 */
	.clm2 .hotel > li:nth-last-of-type(1),
	.clm3 .hotel > li:nth-last-of-type(1) {
		margin-right: 0 !important;
	}
	.clm2 .hotel > li:first-child:nth-last-child(2),
	.clm2 .hotel > li:first-child:nth-last-child(2) ~ li,
	.clm3 .hotel > li:first-child:nth-last-child(2),
	.clm3 .hotel > li:first-child:nth-last-child(2) ~ li {
		width: calc(50% - 4px) !important;
	}
}

/*---------- アイコン ----------*/
.hotel li>a .details_box>.tag>.icon {font-weight: bold;}

.hotel li>a .details_box>.tag>.icon.days7 {color: #ae93b8; border: 2px solid #ae93b8;}
.hotel li>a .details_box>.tag>.icon.days10 {color: #ae93b8; border: 2px solid #ae93b8;}
.hotel li>a .details_box>.tag>.icon.days14 {color: #859bc7; border: 2px solid #859bc7;}
.hotel li>a .details_box>.tag>.icon.days21 {color: #4cb4c7; border: 2px solid #4cb4c7;}
.hotel li>a .details_box>.tag>.icon.days28 {color: #56b38d; border: 2px solid #56b38d;}
.hotel li>a .details_box>.tag>.icon.days30 {color: #56b38d; border: 2px solid #56b38d;}
.hotel li>a .details_box>.tag>.icon.days45 {color: #bdbb4e; border: 2px solid #bdbb4e;}
.hotel li>a .details_box>.tag>.icon.days55 {color: #bdbb4e; border: 2px solid #bdbb4e;}
.hotel li>a .details_box>.tag>.icon.days60 {color: #df9d47; border: 2px solid #df9d47;}
.hotel li>a .details_box>.tag>.icon.days90 {color: #ed8675; border: 2px solid #ed8675;}

.hotel li>a .details_box>.tag>.icon.morning {
  color: #fff;
  background: #52adad;
  border: 2px solid #52adad;
}

.clm1 .hotel li>a .details_box>.tag>.icon:nth-of-type(n+4),
.clm2 .hotel li>a .details_box>.tag>.icon:nth-of-type(n+4),
.clm3 .hotel li>a .details_box>.tag>.icon:nth-of-type(n+3) {
	margin-top: 0.5rem;
}
@media screen and (max-width: 568px) {
	.clm1 .hotel li>a .details_box>.tag>.icon:nth-of-type(n+4),
	.clm2 .hotel li>a .details_box>.tag>.icon:nth-of-type(n+4),
	.clm3 .hotel li>a .details_box>.tag>.icon:nth-of-type(n+3) {margin-top: 0;}
}

/*---------- アコーディオン02 ----------*/
.acco_area .info_box_component .info_box_ttl.text {
	font-size: 1.5rem;
	position: relative;
	padding: 15px 15px 12px 42px;
	margin: auto;
	background: #fafafa;
}
.acco_area .info_box_component .info_box_ttl.text::before,
.acco_area .info_box_component .info_box_ttl.text::after {
	position: absolute;
	content: "";
	display: block;
	top: 50%;
	left: 18px;
}
.acco_area .info_box_component .info_box_ttl.text::before {
	width: 16px;
	height: 16px;
	margin-top: -10px;
	background: #35707a;
	transform: rotate(45deg);
	border-radius: 50% 50% 0 50%;
}
.acco_area .info_box_component .info_box_ttl.text::after {
	width: 6px;
	height: 6px;
	margin-top: -5px;
	background: #fff;
	border-radius: 50%;
}
.acco_area .info_box_component .info_box_ttl:hover {
	cursor: pointer;
	background: #f7f7f7;
}
.acco_area .info_box_component .info_box_ttl.text .pm_icon {
	position: absolute;
	top: 50%;
	margin: -6px 0 0;
	left: auto;
	right: 15px;
	background: none;
}
.acco_area .info_box_component .info_box_ttl.text .pm_icon::before,
.acco_area .info_box_component .info_box_ttl.text .pm_icon::after {
	border-color: #35707a;
	transition: .3s;
	width: 10px;
	height: 0;
	top: 7px;
	left: 4px;
}
.acco_area .info_box_component .info_box_ttl.text .pm_icon::before {
	transform: rotateX(0);
}
.acco_area .info_box_component .info_box_list {
	border-top: 1px dotted #ccc;
}
.acco_area .info_box_component .info_box_list li {
	padding: 0;
}
.acco_area .info_box_component .info_box_list a {
	display: block;
	padding: 14px 15px 13px 44px;
}
.acco_area .info_box_component .info_box_list a::after {
	top: 50%;
	left: 22px;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border: none;
	border-top: 2px solid #5ca1ad;
	border-right: 2px solid #5ca1ad;
	transform: rotate(135deg);
}
@media screen and (max-width: 568px) {
	.acco_area .info_box_component {
		margin: 0 1.5%;
	}
	.acco_area .info_box_component .info_box_ttl.text {
		padding: 3% 8% 3% 10%;
	}
	.acco_area .info_box_component .info_box_ttl.text::before {
		width: 1em;
		height: 1em;
		margin-top: -.7em;
		left: 3.8%;
	}
	.acco_area .info_box_component .info_box_ttl.text::after {
		width: .4em;
		height: .4em;
		margin-top: -.4em;
		left: 3.7%;
	}
	.acco_area .info_box_component .info_box_list a {
		padding: 3.5% 4% 3.5% 10%;
	}
	.acco_area .info_box_component .info_box_list a::after {
		width: .6em;
		height: .6em;
		left: 4.8%;
		margin-top: -.5em;
	}
}

/* ------------------------------------------------------------
　　　追記：タブ切り替え時にカルーセルできない対応
------------------------------------------------------------ */
/*----- カルーセル -----*/
.wrap_slide .swiper {
	overflow: hidden;
	position: relative;
	padding: 0 3% 40px;
}
.wrap_slide .swiper .swiper-wrapper .swiper-slide 
{
  /* width: 94%; */
  width: 100%;
}
.wrap_slide .swiper .swiper-pagination {
  bottom: -5px;
}
.wrap_slide .cmn_contents {
  margin: auto;
}
.base_prod {
  margin-bottom: 0;
}
.clm_3 .base_prod.clm1 li, .base_prod.side_box.clm1 li {
  padding: 10px 10px 0;
}
.clm_3 .cm_btn .base_prod.clm1 li, .cm_btn .base_prod.side_box.clm1 li {
  padding: 0 10px;
}
/* ボックスの高さ揃え */
.wrap_slide .swiper .swiper-slide {
  height: auto;
}
.wrap_slide .swiper .swiper-slide .box_content,
.clm_3 .box_content {
  height: 100%;
}
/* 商品コンポーネントのページネーション */
.box_content .base_prod .swiper-button-next,
.box_content .base_prod .swiper-button-prev,
.box_content .base_prod .swiper-pagination {
  display: none !important;
}
/* 前へ/後ろへボタン */
.wrap_slide {
  position: relative;
}
/* 前へ/後ろへボタン */
.wrap_slide .swiper-button-prev, 
.wrap_slide .swiper-button-next {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #aaa;
  border-top: none;
  border-right: none;
  top: 50%;
  margin-top: -15px;
  transform: rotate(45deg);
}
.wrap_slide .swiper-button-prev.swiper-button-disabled,
.wrap_slide .swiper-button-next.swiper-button-disabled
{
  opacity: .35;
}
.wrap_slide .swiper-button-prev {
  left: -20px;
}
.wrap_slide .swiper-button-next {
  right: -20px;
  transform: rotate(225deg);
}
/* カルーセル PCのみ */
@media screen and (min-width: 768px) {
  .cmp-text.tx_lead, .cmp-text.tx_lead p {
    text-align: center !important;
  }
  .wrap_slide {
    position: relative;
  }
	.wrap_slide .swiper {
    padding: 0 0 40px;
  }
	.wrap_slide .swiper .swiper-wrapper .swiper-slide {
    width: 315px!important;
    /*height: 657px;*/
    margin: 0 0 0 2px;
    filter: drop-shadow(2px 2px 3px #ddd);
  }
	.wrap_slide.clm2 .swiper .swiper-wrapper .swiper-slide {
    width: 490px;
  }
	.wrap_slide .swiper-button-prev.swiper-button-disabled,
	.wrap_slide .swiper-button-next.swiper-button-disabled {
    opacity: .35;
  }
	.wrap_slide.no_swipe .swiper-button-prev,
	.wrap_slide.no_swipe .swiper-button-next,
	.wrap_slide.no_swipe .swiper-pagination {
		display: none !important;
	}
}
/*SP*/
@media screen and (max-width: 568px) {
  .wrap_slide {
    width: 100vw;
  }
  ul.hotel {
    height: 100%;
  }
  .wrap_slide .swiper .swiper-pagination {
    bottom: 10px;
  }
}
/* ------------------------------------------------------------
　　　追記：再配布用検索パネル
------------------------------------------------------------ */
.top .section h2,
.feature .section h3 {font-weight: bold;}
