@charset "UTF-8";
/* CSS Document */


.containner *{
	box-sizing: border-box;
	font-size: 62.5%;
}

.containner {
	background-color: #fffdf5;
}

/*.bdBox, .tourBox01, .tourBox02, .hotelBox {
background-color: #fff;
}*/

.wrapper{
	width: 1024px;
	margin: 0 auto;
}
.FClear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.txtLeft{
	text-align: left;
}
.txtRight{
	text-align: right;
}
.txtCenter{
	text-align: center;
}
/*-----------------ヒーロー-----------------*/
.heroBox{
	background: url("/attending/hayawari/images/bg_top.png") repeat-x 0 0 ;
	width: 100%;
	height: 375px;
	overflow: hidden;
	position: relative;
}
.heroBox .heroTtl{
	text-align: center;
	/*position: absolute;
	top: 0;
	left: 50%;
	transform: translate( -50% , 0 );*/
}
/*-----------------BdBox-----------------*/
.bdBox{
	border: 1px solid #9fddd4;
	width: 807px;
/*	height: 297px;*/
	margin: 24px auto 75px;
	padding: 20px 0;
}
.bdBox *{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
}
.bdBoxIn{
	width: 700px;
	margin: 0 auto;
}
.bdBoxIn h2{
	text-align: center;
	margin-bottom: 15px;
}
.colBd-circle-tour {
	border-radius: 14px;
	background-color: #00b8e6;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	width: 140px;
	height: 26px;
	margin-bottom: 2px;
	padding: 6px;
}
.colBd-circle {
	border-radius: 14px;
	background-color: #6fc25c;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	line-height: 1;
	width: 140px;
	height: 26px;
	margin-bottom: 2px;
	padding: 6px;
}
.bdBox .txtBox{
	text-align: left;
	margin-top: 10px;
}
.bdBox .colBg-txt img{
	vertical-align: -2px;
	padding: 0 0.2em;
}
.bdBox .txtRight{
	margin-top: 0.8em;
	text-align: right;
}

/*-----------------tourBox共通-----------------*/
.slickBoxOuter{
	margin: 8px auto 25px;
	padding-bottom: 60px;
	/*overflow: hidden;*/
}
.slickBoxOuter .slickBox{
	width: 1024px;
	margin: 0 auto ;
}
.slickBoxOuter .slickBox .slickInner.tour {
	border-radius: 5px;
	/*padding: 19px 19px 23px 19px;*/
	overflow: hidden;
	width: 860px;
	height: auto;
}
.slickInner_tourWrap{
	width: 220px;
	height: auto;
	margin: 0 auto;
}
.tourTtl-b{
	color: #1d3994;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	/*padding-bottom: 15px;*/
	margin: 0;
}
.slickInner_tourWrap .tourLeftBox{
	display: table;
	float: left;
	width: 220px;
}
.slickInner_tourWrap .tourLeftBox> div{
	display: table-cell;
	width: 220px;
	height: 143px;
}
.slickInner_tourWrap .tourLeftBox div img{
	width: 220px;
	height: auto;
}
.tourLeftBox> div:first-of-type{
	margin-right: 10px;
}
.tourRightBox{
	float: right;
	margin-left: 23px;
	width: 371px;
	height: auto;
	position: relative;
}
.tourRight-txt{
	/*border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;*/
	padding-bottom:25px;
}
.tourRight-txt p{
	color: #000000;
	font-size: 14px;
	line-height: 1.8em;
}
.tourRight-txt p:first-of-type{
	padding-top: 0.5em;
}

.tourRight-txt p:last-of-type{
	padding-bottom: 10px;
}
.tourRight-bottom{
	/*position: absolute;
	right: 0;
	bottom: 0;*/
	margin: 15px 0;
	float: right;
}
.tourRight-price{
	position:absolute;
	right:10px;
	bottom:15px;
	color: #ff0000;
	font-size: 16px;
	font-weight: 700;
	text-align: right;
	letter-spacing: 0;
}
.tourRight-entryBtn {
	background-color: #ff4b1a;
	border-radius: 5px;
	width: 268px;
	height: 46px;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 46px;
	padding-right: 8px;
	position: relative;
}
.tourRight-entryBtn:before{
	background: url("/attending/hayawari/images/tour_ar01.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	
}
.slickInner a .slickInner-bdBox:hover{
	opacity: 0.5;
	text-decoration: none;
	transition-duration: 0.8s;
}

  /*--------------
スリック
-------------*/
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; 
}
.slick-dots:before{
	position: relative;
}
.tourBox01 ul.slick-dots, .tourBox02 ul.slick-dots{
	display:block;
	bottom: -50px;
	font-size: 14px;
	z-index: 1;
}
.slick-dots li{
	margin: 0;
}
/*.slick-dots li button:before {
    padding: 0;
    font-size: 28px;
    width: 28px;
    height: 28px;
}*/

.slick-prev:before,.slick-next:before{
	content: "";
	opacity: 0.45;
}

.slick-prev, .slick-next{
	position: absolute;
	bottom: -12%;
	/*width: 40px;
	height: 40px;*/
	z-index: 2;
}
.tourBox02 .slick-prev, .tourBox02 .slick-next{
	position: absolute;
	bottom: -12%;
	/*width: 40px;
	height: 40px;*/
	z-index: 2;
}
.slick-prev{
	left: 330px;
}
.slick-next{
	right: 330px;

}


/*-----------------tourBox01-----------------*/
.tourBox01{
	/*border: 1px solid #2bcada;*/
	width: 1024px;
	margin: 0 auto 100px;
}
.tourBox01 .tourHeaderOuter{
	background-color: #2bcada;
	width: 1024px;
	height: 55px;
	text-align: center;
	margin: 0 auto;
}
.tourBox01 .tourHeader01 p{
	background-image: url("/attending/hayawari/images/tourTtl01_left.png"), url("/attending/hayawari/images/tourTtl01_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
	background-size: 91px;
	color: #fff;
	display: inline-block;
	padding: 3px 310px 0;
	font-size: 24px;
	line-height: 52px;
}
.tourHeader01 img{
	vertical-align: -12px;
	margin-left: 6px;
}
/*.tourBox01 .slickInner.tour {
	border: 3px solid #2bcada;
	border-radius: 10px;
}*/
.tourBox01 .slickInner h4 {
    color: #46d1df;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.tourBox01 .slickInner-bdBox {
	position: relative;
    border: 1px solid #46d1df;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}
.tourBox01 .tourTtl-a{
	color: #2bcada;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	border-bottom: 1px dotted #2bcada;
	width: 100%;
}
.tourBox01 .slick-dots li button {
	color: #daf0f2;
}
.tourBox01 .slick-dots li button:before{
	color: #2bcada;
}
.tourBox01 .slick-dots li.slick-active button:before{
	color: #2bcada;
}
.tourBox01 .slick-prev:before{
	content: url("/attending/hayawari/images/cl_ar-left02.png");
	display: block;
	/*width: 40px;
	height: 41px;*/
}
.tourBox01 .slick-next:before{
	content: url("/attending/hayawari/images/cl_ar-right02.png");
	/*width: 40px;
	height: 41px;*/
}
.moreViewBtn01{
	margin:30px 0;
}
.moreViewBtn01 a{
	display: block;
	width: 480px;
	height: 65px;
	margin: 0 auto;
	background-color: #2bcada;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
	position: relative;
}
.moreViewBtn01 a:before{
	background: url("/attending/hayawari/images/tour_ar02.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 11px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	
}
.moreViewBtn01 a:hover{
	opacity: 0.5;
	text-decoration: none;
	transition-duration: 0.8s;
}
/*-----------------tourBox02-----------------*/
.tourBox02{
	/*border: 1px solid #ff5985;*/
	width: 1024px;
	margin: 0 auto 100px;
}
.tourBox02 .tourHeaderOuter{
	background-color: #ff5985;
	width: 1024px;
	height: 55px;
	text-align: center;
	margin: 0 auto;
}
.tourBox02 .tourHeader02 p{
	background-image: url("/attending/hayawari/images/tourTtl02_left.png"), url("/attending/hayawari/images/tourTtl02_right.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
	background-size: 233px;
	color: #fff;
	display: inline-block;
	padding: 3px 337px 0;
	font-size: 24px;
	line-height: 52px;
}
.tourHeader02 img{
	vertical-align: -12px;
	margin-left: 6px;
}
/*.tourBox02 .slickInner.tour {
	border: 3px solid #ff5985;
	border-radius: 10px;
}*/
.tourBox02 .slickInner h4 {
    color: #ff5985;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.tourBox02 .slickInner-bdBox {
	position: relative;
    border: 1px solid #ff5985;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
	background:#fff;
}
.tourBox02 .tourTtl-a{
	color: #ff5985;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	border-bottom: 1px dotted #ff5985;
	width: 100%;
}

.tourBox02 .slick-dots li button {
	color: #ff5985;
}
.tourBox02 .slick-dots li button:before{
	color: #ff5985;
}
.tourBox02 .slick-dots li.slick-active button:before{
	color: #ff5985;
}
.tourBox02 .slick-prev:before{
	content: url("/attending/hayawari/images/cl_ar-left03.png");
	display: block;
	/*width: 40px;
	height: 41px;*/
}
.tourBox02 .slick-next:before{
	content: url("/attending/hayawari/images/cl_ar-right03.png");
	/*width: 40px;
	height: 41px;*/
}
.moreViewBtn02{
	margin:30px 0;
}
.moreViewBtn02 a{
	display: block;
	width: 480px;
	height: 65px;
	margin: 0 auto;
	background-color: #ff5985;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 65px;
	text-align: center;
	position: relative;
}
.moreViewBtn02 a:before{
	background: url("/attending/hayawari/images/tour_ar02.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 11px;
	height: 17px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	
}
.moreViewBtn02 a:hover{
	opacity: 0.5;
	text-decoration: none;
	transition-duration: 0.8s;
}
/*-----------------hotelBox-----------------*/
.hotelBox{
	border: 1px solid #6fc25c;
	width: 1024px;
	margin: 0 auto 70px;
}
.hotelBox .hotelHeaderOuter{
	background-color: #6fc25c;
	width: 1024px;
	height: 55px;
	text-align: center;
	margin: 0 auto;
}
.hotelBox .hotelHeaderOuter .hotelHeader{
	padding: 8px 0 10px;
}
.hotelBox .txtCenter{
	color: #6fc25c;
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px dotted #6fc25c;
	width: 837px;
	margin: 0 auto;
	padding: 20px 0 8px;
}
.hotelBtnBlock{
	display: table;
	margin: 22px auto 29px;
}
.hotelBtnBlock li{
	display: table-cell;
	border-collapse: separate;
	border-spacing: 4px 0;
	vertical-align: top;
}

.hotelBtnBlock li a{
	display: table-cell;
  border-radius: 5px;
  background-color: #6fc25c;
	color: #fff;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
  width: 133px;
  height: 66px;
	position: relative;
}
.hotelBtnBlock li a:before{
	background: url("/attending/hayawari/images/hotel_ar.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY( -50% );
	
}
.hotelBtnBlock li a:hover{
	opacity: 0.5;
	text-decoration: none;
	transition-duration: 0.8s;
}
/*-----------------おすすめ-----------------*/
.osusumeBox{
	margin: 0 auto 50px ;
}
.osusumeBox .wrapper{
	padding:0 30px;
}
.osusumeHeader{
	background: url("/attending/hayawari/images/bg_footer.png") no-repeat bottom center;
	width: 1024px;
	height: 72px;
	margin: 0 auto 40px;
	position: relative;
	overflow: hidden;
}
.osusumeHeader h3{
	color: #333333;
	font-size: 26px;
	text-align: center;
	padding-top: 30px;
}
.osusumeHeader-posi{
	position: absolute;
	top: 0;
	right: 324px;
}
.themeMdl {
    overflow: hidden;
    max-width: 960px;
    width: 100%;
    height: auto;
	margin:0 30px;
/*    padding: 5px 0 10px;*/
}
.themeMdl dl {
		box-sizing: border-box;
    overflow: hidden;
    float: left;
    width: 310px;
    height: auto;
    margin: 0 0 15px 15px;
	padding: 3px 4px 5px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.themeMdl dl:first-of-type{
	margin-left:0;
}
.themeMdl .theme_p {
    float: left;
    background: url(/sharing/common14/images/noimage160.png) no-repeat;
    width: 160px;
    height: 120px;
    margin-right: 10px;
}
.themeMdl .theme_p img {
    width: 160px;
    height: 120px;
    vertical-align: top;
}
.themeMdl .theme_ttl {
    float: right;
    width: 130px;
    height: auto;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: 1.4rem;
}
.themeMdl .theme_ttl a{
    font-size: 14px;
    font-size: 1.4rem;
		font-weight: 700;
}
.themeMdl .theme_txt {
    float: right;
    width: 130px;
    height: auto;
    font-size: 12px;
    font-size: 1.2rem;
}

.themeLdl dl{
		box-sizing: border-box;
    overflow: hidden;
    float: left;
    width: 475px;
    height: auto;
	padding: 7px 7px 10px 7px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
}
.themeLdl dl:first-of-type{
	margin-right: 8px;
}
.themeLdl .theme_ttl{
	margin: 0.4em 0;
}
.themeLdl .theme_ttl a{
	color: #1d3994;
	font-size: 14px;

}
.themeLdl .theme_txt{
	color: #333;
	font-size: 12px;
}

  /*--------------
アンカーバナー
-------------*/
.ancBtn {
	text-align: right;
	position: fixed;
	/*right: 20px;*/
	left: 50%;
	bottom: 50px;
	margin-left: 512px;
	z-index:999;
}

.noTour {
    text-align: center;
    font-size: 18px;
    margin: 50px 0;
}

/*8月25日追加*/

.txt_oyado{
	border:#d02626 solid 2px;
	width: 807px;
    text-align: center;
    color: #333;
    min-height: 40px;
    padding: 8px 10px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 150%;
	background: #fff;
}

/*

.finished {
    font-size: 20px;
    line-height: 1.5;
    color: #ff0000;
    text-align: center;
    padding: 10px 0 15px;
    font-weight: bold;
    background: #fff;
}
*/

.txt_oyado a{
	color: #0098ff;
	text-decoration: underline;
	font-size: 15px;
}
.mb30{
	margin-bottom: 30px;
}

.tourBox01 ul, .tourBox02 ul{
	display:flex;
	/*justify-content:space-between;*/
}
.tourBox01 ul li.tour, .tourBox02 ul li.tour{
	width:calc(95% / 4);
	margin-top:10px;
	margin-right:15px;
}
.tourBox01 ul li.tour:nth-child(4), .tourBox02 ul li.tour:nth-child(4){
	margin-right:0px;
}

.tourBox01 .slickBoxOuter h4, .tourBox02 .slickBoxOuter h4{
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.tourBox01 .slickBoxOuter h4{
	color: #46d1df;
}

.tourBox02 .slickBoxOuter h4{
	color: #ff5985;
}

.slickInner_tourWrap ul{
	display:flex;
	justify-content:space-between;
	/*align-items: center;*/
	width:220px;
}

.slickInner_tourWrap ul li{
	display:table;
	width:calc(97% / 2);
	margin:10px 0;
	padding:3px;
	border-radius: 5px;
	text-align:center;
}

.slickInner_tourWrap ul li.box_hatsu{
    background:#fefb3e;
}

.slickInner_tourWrap ul li.box_icon{
    background:#9fddd4;
}

.slickInner_tourWrap ul li span{
	display:table-cell;
	font-size:14px;
	vertical-align:middle;
	color:#333;
}

/*-----------------おすすめ特集-----------------*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
	margin-top: 50px;
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%; 
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/hayawari/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/hayawari/images/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}
/*start_リニューアル2021対応*/
:where(.containner) *,
:where(.containner)::after,
:where(.containner)::before {
  box-sizing: content-box;
}

:where(.containner) img {
  width: auto;
}
/*end_リニューアル2021対応*/

#btnToTop.btnToTop--active {
    display: none;
}

.Calendar-price__table-tag--souki {
  background-color: white;
  border: 1px solid var(--sub-corporate-color);
  color: var(--sub-corporate-color);
}

.Calendar-price__table-tag {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  padding: 3px;
}