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

.containner img{
	/*width:100%;*/
	height:auto;
}

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

.containner {
	background-color: #fffdf5;
}

/*.bdBox, .slickBoxOuter {
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;
}
.il-block{
	display: inline-block;
}
/*-----------------ヒーロー-----------------*/
.heroBox{
	background: url("/attending/hayawari/kokunai/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 );
	width: 100%;*/
}
/*.heroBox .heroTtl img{
	width: 100%;
}*/
.heroBoxIn{
	position: relative;
	width: 1200px;
	height: 375px;
	margin: 0 auto;
}
.heroBox .heroPosiTxt{
	color: #ff5985;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
	position: absolute;
	top: 244px;
	left: 449px;
	width: 150px;
	text-align: center;
}
/*-----------------BdBox-----------------*/
.bdBox{
	border: 1px solid #9fddd4;
	width: 807px;
	margin: 24px auto 42px;
	padding: 20px 0;
	background:#fff;
}
.bdBox *{
	color: #333333;
	font-size: 14px;
	line-height: 25px;
}
.bdBoxIn{
	width: 700px;
	margin: 0 auto;
}
.bdBoxIn h2{
	width: 352px;
	text-align: center;
	margin: 0 auto 15px;
}
.colBd-circle-tour {
	border-radius: 14px;
	background-color: #ff5985;
	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;
}
.colBg-txt{
	width: 60px;
    display: inline-block;
}
.bdBox .colBg-txt img{
	vertical-align: -2px;
	padding: 0 0.2em;
}
.bdBox .txtRight{
	margin-top: 0.8em;
	text-align: right;
}



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

/*-----------------tourBox共通-----------------*/
/*.tourTtl-b{
	color: #1d3994;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0 0 14px;
}
.slickInner_tourWrap .tourLeftBox{
	display: table;
	float: left;
	width: 390px;
}
.slickInner_tourWrap .tourLeftBox> div{
	display: table-cell;
	width: 190px;
	height: 143px;
}
.tourLeftBox> div:first-of-type{
	margin-right: 10px;
}
.slickInner_tourWrap .tourLeftBox div img{
	width: 190px;
}
.tourRightBox{
	float: left;
	margin-left: 25px;
	width: 372px;
	height: auto;
	position: relative;
}
.tourRight-txt{
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.tourRight-txt p{
	color: #000000;
	font-size: 14px;
	line-height: 1.8em;
}
.tourRight-txt p:first-of-type{
	padding-top: 1.0em;
}

.tourRight-txt p:last-of-type{
	padding-bottom: 10px;
}
.tourRight-bottom{
	position: absolute;
	right: 0;
	bottom: 7px;
	margin: 15px 0 0;
	float: right;
}
.tourRight-price{
	color: #ff0000;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 10px;
}
.tourRight-entryBtn {
	background-color: #ff4b1a;
	border-radius: 5px;
	width: 372px;
	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/kokunai/images/tour_ar01.png") no-repeat 0 0;
	content: "";
	display: block;
	width: 8px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY( -50% );
	
}
a {
	text-decoration: none;
}
.panelInner_box01:hover{
	opacity: 0.5;
	text-decoration: none;
	transition-duration: 0.8s;
}
.slickInner-bdBox:hover{
	opacity: 0.5;
	text-decoration: none;
	transition-duration: 0.8s;
}*/
  /*--------------
スリック
-------------*/
.slider{
  display: none;
}
.slider.slick-initialized{
  display: block; 
}
.slick-dots{
	bottom: -40px;
	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.35;
}

.slick-prev, .slick-next{
	position: absolute;
	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 120px 0;
	font-size: 24px;
	line-height: 52px;
}
.tourHeader01 img{
	vertical-align: -12px;
	margin-left: 6px;
}
.tourBox01 .slickInner{
	border: 3px solid #2bcada;
	border-radius: 10px
}
.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: 0 0 30px;
}
.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 257px 0;
	font-size: 24px;
	line-height: 52px;
}
.tourHeader02 img{
	vertical-align: -12px;
	margin-left: 6px;
}
.tourBox02 .slickInner{
	border: 3px solid #ff5985;
	border-radius: 10px;
}
.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: 0 0 30px;
}
.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;
}

/*-----------------tourBox-----------------*/
.panels .panel{
	display: none;
}
.panels .panel.current{
	display: block;
}
.tourBox{
	width: 1024px;
	margin: 0 auto 50px;
}
.tourBox .tourHeaderWrapper{
	background: url("/attending/hayawari/kokunai/images/bg_line.png") no-repeat bottom center;
	width: 1024px;
	height: 72px;
	margin: 0 auto 40px;
	position: relative;
	overflow: hidden;
}
.tourBox .tourHeader{
	color: #333333;
	font-size: 26px;
	text-align: center;
	padding-top: 30px;
	font-weight: 500;
}
.tourBox .tourHeader-posi{
	position: absolute;
	top: 0;
	right: 196px;
}
.tourHeader-posi img{
	width:58px;
	height:58px;
}
.tourBox .panel h4{
	background: #ff5985;
	width: 1024px;
	height: 55px;
	color: #fff;
	font-size: 24px;
	line-height: 55px;
	text-align: center;
}
.tourBox .panelInner{
	border: 1px solid #ff5985;
	padding: 25px 50px ;
	background-color: #fff;
}

.tourBox .tourTtl-a{
	color: #ff5985;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	border-bottom: 1px dotted #ff5985;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.panelInner_box01{
	border: 3px solid #ff5985;
	border-radius: 10px;
	width: 860px;
	margin-bottom: 30px;
	padding: 18px 17px 22px;
	overflow: hidden;
}
.panelInner_box02Wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
		-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	 width: 860px;
	 height: auto;
	 overflow: hidden;
}
.panelInner_box02{
	border: 3px solid #ff5985;
	border-radius: 10px;
	width: 420px;
	margin-bottom: 30px;
	padding: 18px 17px 22px;
	overflow: hidden;
}
.panelInner_box02 .tourLeftBox{
	float: none;
	margin-bottom: 19px;
}
.panelInner_box02 .tourRightBox{
	float: none;
	margin: 0 auto;
}
.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/kokunai/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;
}

/*-----------------tourBox04-----------------*/
.tourBox04{
	width: 1024px;
	margin: 0 auto 50px;
}
.tourBox04 .tourHeaderWrapper{
	background: url("/attending/hayawari/kokunai/images/bg_line.png") no-repeat bottom center;
	width: 960px;
	height: 92px;
	margin: 0 auto 40px;
	position: relative;
	overflow: hidden;
}
.tourBox04 .tourHeader{
	color: #333333;
	font-size: 26px;
	text-align: center;
	padding-top: 40px;
}
.tourBox04 .tourHeader-posi{
	position: absolute;
	top: 0;
	right: 196px;
}
/*


.tourBox04 .slickBoxOuter{
	border: 1px solid #ff5985;
	padding: 25px 50px 63px;
	height: auto;
}
.tourBox04 .slickInner h4{
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	margin-bottom: 37px;
	background: #ff5985;
	padding: 5px 0 3px;
}
.tourBox04 .slickInner-bdBox{
	border: 3px solid #ff5985;
	border-radius: 0 0 10px 10px;
	padding: 16px 22px 24px 20px;
	overflow: hidden;
}
.tourBox04 .tourTtl-a{
	color: #ff5985;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	border-bottom: 1px dotted #ff5985;
	width: 100%;
}
.tourBox04 .tourTtl-b{
	padding: 17px 0 22px;
}
.tourBox04 .slick-dots {
    bottom: -38px;
    font-size: 14px;
}
.tourBox04 .slick-dots li button {
	color: #ff5985;
}
.tourBox04 .slick-dots li button:before{
	color: #ff5985;
}
.tourBox04 .slick-dots li.slick-active button:before{
	color: #ff5985;
}
.tourBox04 .slick-prev, .tourBox04 .slick-next {
    position: absolute;
	bottom: -16%;
    width: 40px;
    height: 40px;
}
.tourBox04 .slick-prev:before{
	content: url("/attending/hayawari/images/cl_ar-left03.png");
	display: block;
	width: 40px;
	height: 41px;
}
.tourBox04 .slick-next:before{
	content: url("/attending/hayawari/images/cl_ar-right03.png");
	width: 40px;
	height: 41px;
}*/

/*--------------
tour_box改修
-------------*/

.panels .panel ul{
	display:flex;
	flex-wrap: wrap;
}

.panel .tour{
	position: relative;
	width:calc(97% / 4);
	margin:0 10px 10px 0;
	border: 1px solid #ff5985;
    border-radius: 10px;
    padding: 10px;
	background:#fff;
}

.panel .tour:nth-child(4n){
	margin-right:0;
}

.panels .slickInner-bdBox{
    
    overflow: hidden;
}

.panel .tour ul{
	display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    width: 100%;
}

.panel .tour ul li{
    width: calc(97% / 2);
    margin: 10px 0;
    padding: 3px;
    border-radius: 5px;
    display:table;
    text-align: center;
    
}
.panel .tour ul li.box_hatsu{
    background: #fefb3e;
}
.panel .tour ul li.box_icon{
    background: #9fddd4;
}

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

.panel .tour a .slickInner-bdBox:hover{
	opacity: 0.5;
    text-decoration: none;
    transition-duration: 0.8s;
}


/*.panels .slickInner-bdBox{
	position: relative;
    border: 1px solid #ff5985;
    border-radius: 10px;
    padding: 10px;
    overflow: hidden;
}*/

.slickInner_tourWrap{
	width: 220px;
    height: auto;
    margin: 0 auto;
}

.tour .tourLeftBox{
	display: table;
    float: left;
    width: 220px;
}

.tour .tourLeftBox div img{
	width: 220px;
    height: auto;
}

.tour .tourLeftBox> div{
	display: table-cell;
    width: 220px;
    height: 143px;
}

.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;
}

.tourTtl-b{
	color: #1d3994;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    /*padding-bottom: 30px;*/
    margin: 0;
}

.tourRight-price{
	position: absolute;
    right: 10px;
    bottom: 15px;
    color: #ff0000;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    letter-spacing: 0;
}

  /*--------------
出発地変更
-------------*/
/*.hacchiSelect {
  margin: 20px auto;
  display: table;
  border: solid 1px #000;
	border-radius: 5px;
  cursor: pointer;
	width: 295px;
	height: 48.5px;
	background-color: #fff;
}
.hacchiSelect:hover {
  opacity: 0.7;
}

.hacchiSelect .hacchiSelectBtn {
  float: left;
  position: relative;
  padding: 15px 0px 15px 16px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.hacchiSelect .hacchi_on {
  float: left;
  padding: 15px 10px;
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  width: 140px;
  text-align: center;
}

.hacchiSelect .hacchiSelectBtn::after {
  content: "｜";
  margin-left: 10px;
}*/

.hacchiSelect {
  margin: 20px auto;
  display: table;
  border: solid 1px #000;
	border-radius: 5px;
  cursor: pointer;
	/*width: 295px;*/
	/*height: 48.5px;*/
	background-color: #fff;
}
.hacchiSelect:hover {
  opacity: 0.7;
}

.hacchiSelect .hacchiSelectBtn {
	padding: 15px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
}
.hacchiSelect .hacchiline {
  color: #333333;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
	border-right: 1px solid #000000;
}
.hacchiSelect .hacchi_on {
  color: #333;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  width: 140px;
  text-align: center;
	display: inline-block;
}

  /*--------------
nav
-------------*/
.nav_a {
  width: 960px;
  margin: 0 auto;
}
.nav {
  width: 100%;
}
.nav li {
  cursor: pointer;
  line-height: 1.5;
	font-size: 14px;
}

.nav ul.firstLayer {
  margin-bottom: 6px;
	padding-bottom: 15px;
  display: table;
  width: 100%;
}

.nav ul.firstLayer li {
  display: table-cell;
  width: 12.5%;
  padding: 15px 5px;
	position: relative;
  background: #ffdee7;
	color: #ff5985;
	font-weight: 700;
  text-align: center;
  vertical-align: middle;
  transition: background .5s, color .5s;
}
.nav ul.firstLayer li span{
	background: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
  text-align: inherit;
  vertical-align: inherit;

}

.nav ul.firstLayer li:hover {
  background: #ff5985;
  color: #fff;
}
.nav ul.firstLayer li:hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  height: 15px;
  background: url(/attending/hayawari/kokunai/images/icn_after_nav_i.png);
  background-size: cover;
}

.nav ul.firstLayer li.current {
  background: #ff5985;
  color: white;
  position: relative;
}

.nav ul.firstLayer li:before{
	content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  height: 15px;
  background: url(/attending/hayawari/kokunai/images/icn_after_nav_d.png);
  background-size: cover;
}
.nav ul.firstLayer li.current:before {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -9px;
  width: 17px;
  height: 15px;
  background: url(/attending/hayawari/kokunai/images/icn_after_nav_i.png);
  background-size: cover;
}

.nav ul.firstLayer li.gray {
  background: gray;
  color: #313131;
}
.nav ul.firstLayer li:last-of-type {
  border-right: 0;
}

/*-----------------botDestbox-----------------*/
.botDestbox *{
	box-sizing: border-box;
}
.botDestbox .wrapper {
	background-color: #fff;
	padding: 30px;
	margin-bottom: 50px;
}
.botDestbox h3{
	color: #333;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.botDestbox .botTxt {
    width: 960px;
    margin: 0 auto;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.botDestbox .botTxt li {
    margin: 10px 45px 0 0;
}
.botDestbox .botTxt li a{
	position: relative;
	font-size: 15px;
}
.botDestbox .botTxt li a::after {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #1d3994;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
    margin-left: 8px;
		position: absolute;
		top: 2px;
}
/*-----------------linkBox-----------------*/
.linkBox{
	margin-bottom: 40px;
}
.linkBtn01 a,
.linkBtn02 a,
.linkBtn03 a{
  border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 66px;
	text-align: center;
  width: 1024px;
  height: 66px;
	margin: 0 auto 15px;
	position: relative;
}
.linkBtn01 a{
  background-color: #2bcada;
}
.linkBtn02 a{
  background-color: #6fc25c;
}
.linkBtn03 a{
  background-color: #00b8e6;
}

.linkBtn01 a:after,
.linkBtn02 a:after,
.linkBtn03 a:after{
	content: "";
	display: block;
	background: url("/attending/hayawari/kokunai/images/tour_ar02.png") no-repeat 0 0 ;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY( -50% );
	width: 11px;
	height: 17px;
	
}
.linkBtn01 a:hover,
.linkBtn02 a:hover,
.linkBtn03 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/kokunai/images/bg_line.png") no-repeat bottom center;
	width: 960px;
	height: 72px;
	margin: 0 auto 40px;
	position: relative;
	overflow: hidden;
}
.osusumeHeader h3{
	color: #333333;
	font-size: 26px;
	text-align: center;
	padding-top: 30px;
	font-weight: 500;
}
.osusumeHeader-posi{
	position: absolute;
	top: 0;
	right: 324px;
}
.themeMdl {
    overflow: hidden;
    max-width: 960px;
    width: 100%;
    height: auto;
/*    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-top: 50px;
}

/*検索用*/
/* .search_more {
  display: none;
} */
#rBox {
    width: 90%;
    height: auto;
    position: absolute;
    z-index: 150;
    display: none;
    left: 20px !important;
    left: 100px;
}

/*start_検索用追加*/
    /*start_フォームスタイルリセット*/
    /* .form-search input[type="text"] {
        padding: 0;
        border: none;
        border-radius: 0;
        outline: none;
        background: none;
        transform: scale(1);
        font-size: 13px;
    } */
/* 
    .form-search select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        background: transparent;
    }

    .form-search input[type="checkbox"] {
        display: none;
    } */
    /*end_フォームスタイルリセット*/

    /*start_フォームスタイル設定*/
    /* .form-search select {
        border: 1px solid #b2b2b2;
        padding: 5px 10px;
    } */

        /*start_チェックボックス*/
        /* .form-search input[type="checkbox"] {
            float: left;
            width: 20px;
            -moz-transform: scale(1.0);
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }

        .form-search input[type=checkbox] + label {
            display: block;
            position: relative;
            padding-left: 25px;
            min-height: 22px;
        }

        .form-search input[type=checkbox] + label:before {
            content: '';
            width: 16px;
            height: 16px;
            position: absolute;
            left: 0;
            top: 50%;
            border: 1px solid #b3b3b3;
            box-sizing: border-box;
            background: #ffffff;
            transform: translateY(-50%);
        }

        .form-search input[type=checkbox] + label:after {
            content: '';
            width: 5px;
            height: 8px;
            position: absolute;
            left: 4px;
            top: 45%;
            z-index: 1;
            border: 2px solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: translateY(-50%) rotate(45deg);
            -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
        }

        .form-search input[type=checkbox] + label > span {
            display: block;
            width: 100%;
            padding-top: 0;
            box-sizing: border-box;
        }

        .form-search input[type=radio] + label > span {
            display: block;
            width: 100%;
            padding-top: 0;
            box-sizing: border-box;
        }

        .form-search input[type=checkbox]:checked + label:before {
            background: #ff4583;;
        }

        .form-search input[type=checkbox]:checked + label:after {
            opacity: 1;
        } */
        /*end_チェックボックス*/

        /*start_カレンダー*/
        /* .form-search .SachSelect {
            position: relative;
        }

        .form-search .SachSelect img {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%);
        }

        .form-search input.SachCalendar {
            height: 41px;
            border: 1px solid #b2b2b2;
            padding: 5px 10px;
        } */
        /*end_カレンダー*/
    /*end_フォームスタイル設定*/
/* 
.form-search * {
    box-sizing: border;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-search {
    width: 1024px;
    margin: 0 auto 30px auto;
    padding: 30px 60px;
    background: white;
    box-sizing: border;
    border: 1px solid #ff4583;
} */

.body-form .hd_contents {
    width: 100%;
}
/*

.search_top_txt {
    margin-bottom: 20px;
}

.basic_search_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 2px dashed #ccc;
}

.basic_search_list li {
    margin-right: 20px;
}

.basic_search_list dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.basic_search_list dt {
    margin-right: 5px;
    padding-left: 5px;
    border-left: 3px solid #ff4583;
} */

    /*start_クリア/詳細ボタン*/
    /* .search_btn_box {
        padding-bottom: 30px;
    }

    .search_btn_box ul {
        display: flex;
        justify-content: space-between;
        width: 245px;
        margin: 0 auto;
    }

    .search_btn_box .btn_reset,
    .search_btn_box .btn_more {
        display: block;
        width: 245px;
        height: 50px;
        text-align: center;
        color: white;
        font-weight: bold;
        line-height: 50px;
        border-radius: 5px;
    }

    .search_btn_box .btn_reset:hover,
    .search_btn_box .btn_more:hover {
        text-decoration: none;
        opacity: .7;
    }

    .search_btn_box .btn_reset {
        margin-right: 20px;
        background: #a6a6a6;
    }

    .search_btn_box .btn_more {
        position: relative;
        background: #e53e76;
    }

    .search_btn_box .btn_more::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: white;
        position: absolute;
        top: 50%;
        right: 10px;
        border-radius: 50%;
        transform: translateY(-50%);
    }

    .search_btn_box .btn_more::after,
    .search_btn_box .btn_more.active::after {
        content: '＋';
        font-size: 14px;
        color: #e53e76;
        position: absolute;
        top: 50%;
        right: 13px;
        transform: translateY(-50%);            
    }

    .search_btn_box .btn_more.active::after {
        content: '-';
        right: 17px;
    } */

    .time_name {
        margin-bottom: 5px;
        font-weight: bold;
    }

    .time_choice_list {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .time_line_choice li {
        margin-bottom: 15px;
    }

    /* .form-search input[type=checkbox] + label.have_logo_label {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    } */

    .checkboxs.brand_check {
        width: 700px;
    }

    .have_logo_label img {
        margin-left: 5px;
    }
    /*end_クリア/詳細ボタン*/

    /*start_詳細条件以下*/
    /* .search_more dl {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 2px dashed #ccc;
    }

    .search_more dt {
        position: relative;
        width: 140px;
        margin-right: 5px;
        padding-left: 5px;
    }

    .search_more dt::before {
        content: '';
        display: inline-block;
        width: 3px;
        height: 14px;
        margin-right: 5px;
        background: #ff4583;
        vertical-align: -2px;
    } */

    .checkboxs {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
        width: 750px;
    }

    .checkboxs li {
        margin-right: 15px;
    }

    .btn_modal {
        display: inline-block;
        width: auto;
        border-radius: 5px;
        margin: auto 0 0 15px;
        padding: 10px 30px;
        background: #ff813e;
        color: #fff;
    }

    .btn_modal:hover {
        color: white;
        text-decoration: none;
        opacity: .7;
    }

    .p_carrForm,
    .p_hotel_code, 
    .reArr_Form {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .key_box,
    .dd_inner02 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .key_box {
        margin-bottom: 10px;
    }

    /* .form-search input[type="text"].form-control {
        height: 41px;
        border: 1px solid #b2b2b2;
        padding: 5px 10px;
    } */

    .freeword_include,
    .freeword_exclusion {
        display: flex;
        justify-content: space-between;
    }

    .freeword_include li,
    .freeword_exclusion li {
        margin-left: 10px;
        display: inherit;
    }

    .btn_exclusion {
        display: inline-block;
        height: 33px;
        padding: 0 20px;
        color: #ffffff;
        font-size: 14px;
        line-height: 33px;
        text-align: center;
        background: #ff813e;
        border-radius: 5px;
    }

    .btn_exclusion:hover {
        color: white;
        text-decoration: none;
        oapcity: .7;
    }
    /*end_詳細条件以下*/

    /*start_ソート*/
    .sort_top_wrap,
    .sort_under_wrap {
        display: flex;
        justify-content: space-between;
        padding: 15px;
        background: #ffe3ed;
    }

    .sort_under_wrap {
        margin-top: 20px;
    }

    .sort_top,
    .sort_under {
        display: flex;
        justify-content: space-between;
    }

    .SortList_price {
        display: block;
        color: #333;
        font-weight: bold;
        text-decoration: none;
        border-radius: 5px;
        padding: 2px 10px;
    }

    .selected .SortList_price {
        color: #fff;
        background-color: #ff4583;
    }

    .SortList_price:hover {
        text-decoration: none;
    }

    .pagerTop {
        display: flex;
        justify-content: space-between;
    }

    .page_btn {
        min-width: 28px;
        display: inline-block;
        vertical-align: middle;
        padding: 4px 2px;
        text-align: center;
        background-color: #fff;
        font-size: 12px;
        color: #333;
        margin-right: 5px;
    }

    .page_btn:hover {
        text-decoration: none;
    }

    .page_btn.selected {
        background-color: #ff4583;
        color: #fff;
    }

    .page_btn.selected:hover {
        opacity: .7;
    }
    /*end_ソート*/

    /*start_件数*/
    .kensuu {
        margin: 10px 0;
        padding: 0;
        color: #333;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    .kensuu em {
        margin: auto auto;
        padding: 0;
        color: #f00;
        font-size: 32px;
        font-style: normal;
    }
    /*end_件数*/

    /*start_ツアー枠*/
    /* .searchContents {
        background: #fff;
    } */

    .one_info_block {
        position: relative;
        padding: 30px 0;
        margin-bottom: 0;
        border-bottom: 4px dotted #ff4583;
    }

    .one_info_block:last-child {
        border-bottom: none;
    }

    .large_img_txt_box {
        display: flex;
        justify-content: space-between;
    }

    .img_block {
        display: flex;
        justify-content: space-between;
        width: 410px;
    }

    .img_block img {
        height: 150px;
    }

    .info_block {
        width: 450px;
    }

    .tour_name {
        color: #1d3994;
        font-size: 15px;
        font-weight: bold;
    }

    .tour_price {
        color: #e60012;
        margin-top: 2px;
        font-size: 18px;
        font-weight: bold;
        text-align: right;
    }

    .tour_point {
        margin-top: 20px;
    }

    .detail_btn,
    .detail_btn:visited {
        position: relative;
        display: block;
        height: 44px;
        margin-top: 15px;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        line-height: 44px;
        text-align: center;
        background-color: #ff6000;
        border-radius: 5px;
    }

    .detail_btn::after {
        content:  '';
        display: block;
        position: absolute;
        top: 50%;
        right: 10px;
        width: 6px;
        height: 6px;
        border-top: 2px solid white;
        border-right: 2px solid white;
        transform: translateY(-50%) rotate(45deg);
    }

    .link_all_set {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background-color: #fff;
        transition: 0.2s;
    }

    .link_all_set:hover {
        opacity: .3;
    }

    .columns {
        display: flex;
        justify-content: space-between;
    }

    .columns li {
        margin-right: 10px;
        display: inherit;
    }

    #loading img {
        width: 100%;
    }

    .sliderBox {
        display: inline-block;
        vertical-align: middle;
        margin: 10px 0 0 10px;
        width: 200px;
    }
    /*end_ツアー枠*/

    /*start_カレンダー*/
        .overlayBlk .overlayMds03 {
            background: #32aaf3;
            padding: 10px;
            width: 696px;
            border-bottom: unset;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
        }
        .dep_date {
            /*margin-top: 35px;*/
            width: 100%;
            text-align: center;
        }
        /* .SW_SD_Month{
            border-collapse:separate;
            border-spacing:2px;
            margin-left:6px;
            margin-bottom:8px;
        }
        .SW_SD_Caption {
            background-color:#197FBC;
            color:#FFFFFF;
            font-weight:bold;
            height:29px;
            line-height:29px;
            margin:0 2px;
            text-align:center;
            font-size:12px;
        }
        .SW_SD_Caption a {
            color:#FFFFFF;
            text-decoration:underline;
        }
        .SW_SD_Month th.sun, .SW_SD_Month td.sun, .SW_SD_Month td.hol{
            background-color:#FFD7CB;
        }
        .SW_SD_Month td, .SW_SD_Month th{
            width:27px;
            height:27px;
            min-height:5px;
            font-size: 12px;
            text-align:center;
            vertical-align:middle;
            border:1px solid #CCCCCC;
        }
        .SW_SD_Month th.sat, .SW_SD_Month td.sat{
            background-color:#CBE7FF;
        }
        .SW_SD_Month td.non{
            background-color:#DDDDDD;
        }
        .SW_SD_Month th{
            background-color:#EEEEEE;
        }
        .SW_SD_Month td a{
            text-decoration:underline;
            color:#0000FF;
        }

        .SW_SD_Month td.sel {
            background-color: #35649A;
            color: #FFFFFF;
        }
        .SW_SD_Month td.sel a {
            color: #FFFFFF;
        }

        .SW_CalBtn {width:26px; height:26px;}
        .SW_CalPrevBtn { background:url(/search/images/SR_Cal_Prev.gif) no-repeat; width:26px; height:26px; margin-top:90px;}
        .SW_CalNextBtn { background:url(/search/images/SR_Cal_Next.gif) no-repeat; width:26px; height:26px; margin-top:90px;margin-right: 25px;} */
        .decisionBox {
            text-align: center;
        }

        .decisionBox .txt {
            font-size: 14px;
        }

        .decisionBox .btn {
            margin: 15px 0 5px 0;
        }

        .decisionBox .subWinDecide {
            background: red;
            color: white;
            font-size: 14px;
            font-weight: bold;
            text-align: center;
            padding: 12px 67px;
            border-radius: 5px;
        }

.link.trans.js_dep_date_cal.Box_p_dep_date.il_cal img{
	width:20px;
}

    /*end_カレンダー*/
/*end_検索用追加*/

.form-search input.form-check-input[type="checkbox"] {
    display: block !important;
}
.hd_tabWrapper {
    border-bottom: solid 4px #eeeeee;
    width: 960px;
    margin: 0 auto;
}
.addsSubMds02 .form-check-label {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
}

.btn_submit{
	position: relative;
    background: #e53e76;
	display: block;
	width: 800px;
    height: 50px;
	margin: 30px auto;
    text-align: center;
    color: white;
    font-weight: bold;
    line-height: 50px;
    border-radius: 5px;
	font-size: 14px;
}
.btn_submit:hover{
	color:#fff;
	opacity: 0.6;
	text-decoration: none;
}
.btn_submit::after{
	content: "";
    display: block;
    background: url(/attending/hayawari/kokunai/images/tour_ar02.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY( -50% );
    width: 11px;
    height: 17px;
}

/*ホテル詳細を見るリンク非表示*/
/*.overHotelTbl .form-check a {
    display: none;
}*/
/*-----------------おすすめ特集-----------------*/
.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/kokunai/images/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/hayawari/kokunai/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対応*/

.overlayLine, .lrFix {
	display: flex;
	justify-content: space-between;
	width: 700px;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
} */

.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;
}

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

.Search_module--horizontal {
    width: 1024px;
    margin: 0 auto 80px;
}
.Search__form{
    border: 1px solid #ff5985;
}