@charset "utf-8";

/*-------------------- button02 */
a.button02 {
	display: block;
	text-align: center;
	text-decoration: none;
	outline: none;
	padding: 0.5em 1em;
	position: relative;
	z-index: 2;
	background-color: #8e96c4;
	color: #FFF;
	overflow: hidden;
	border-radius: 0.3em;
}
a.button02::before,
a.button02::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.button02,
a.button02::before,
a.button02::after {
	box-sizing: border-box;
	transition: all .3s;
}
a.button02::after {
	top: -100%;
	left: -100%;
	width: 100%;
	height: 100%;
}
a.button02:hover {
	color: #fff;
}
a.button02:hover::after {
	top: 0;
	left: 0;
	background-color: #28377c;
}

/*-------------------- tour_ranking */
#tour_ranking {
	background: url(../img/bg_04.jpg) no-repeat center top;
	background-size: cover;
	padding: 6em 0 5em;
	border-top: 1px solid #959595;
}
.choice_box {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.choice_box dt {/* プランを選ぶ */
	background: #AAA;
	width: 100%;
	padding: 1%;
	color: #FFF;
	display: block;
	text-align: center;
	display: none;
}
.choice_box dd {
	background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
	width: 100%;
	padding: 0 1% 15px;
}
.choice_box dd ul {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
}
.choice_box dd ul li { /* プランの数 都度メンテ*/
	/*width: 24%;*/
	width: 32%;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 1.5;
	display: inline-block;
	background: #FFF;
	padding: .5em 1em;
	border-radius: 0.2em;
	cursor: pointer;
	margin: 20px .5% 10px;
}


.choice_box dd ul li:nth-child(n+4) { /* 複数個で二段になった場合 */
	margin-top: 0;
}
.choice_box dd ul li.active {
	background: #3d3d3d;
	color: #FFF;
}
.deplistWrap {
	border: none;
}
.deplistWrap:before {
	/*content: "出発空港";
	display: block;
	background: #28377c;
	color: #FFF;
	float: left;
	width: 11%;
	padding: 1.5em 0 0.8em 1%;*/
	display: none;
}
ul.deptlist {
	width: 100%;
	background: #EEE;
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	padding: 25px 1%;
}
.deptlist li {
	display: inline-block;
	margin-left: 2%;
}
.deptlist li:first-child {
	margin-left: 0;
}
.deptlist li a {
	padding: 1em 2em;
	background: #FFF;
	color: #666;
	text-decoration: none;
	border-radius: .2em;
}
.deptlist li span {
	padding: 1em 2em;
	background: #3d3d3d;
	color: #FFF;
	text-decoration: none;
	border-radius: .2em;
}
.deptlist li span:after,
.deptlist li a:after {
	content: "発";
}
.gadgetList {
	margin-top: 2em;
}
.surcharge{
	font-size: 1.2rem;
	color: #F00;
}

/*-------------------- pager */
.pageGuideTop {
	display: none
}
.pageGuideBottom {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: right;
	font-size: 1.2rem;
}
.pageGuide {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
	margin-top: 5px;
}
.pageGuide li {
	font-size: 1.2em;
	visibility: hidden;
	text-align: center;
	margin: 2px;
	overflow: hidden;
}
.pageGuide li a,
.pageGuide li span,
.pageGuide li strong {
	display: block;
	visibility: visible;
	background-color: #DDD;
	padding: 0.5em;
	/*min-width: 2em;*/
	min-width: 2.5em;
}
.pageGuide li span {
	background-color: transparent;
}
.pageGuide li strong {
	background-color: #aaa;
}

/*-------------------- tour_temp */
.searchEffList {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	flex-wrap: wrap;
	/*background: #FFF;*/
	min-height: 100px;
}
.tour_temp {
	width: 100%;
	list-style: none;
	padding-bottom: 0;
	position: relative;
	background: #FFF;
	box-sizing: border-box;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 1em;
}
.tour_temp:last-child {
	border-bottom: 1px solid #CCC;
}
.tour_temp dt {
	float: left;
	width: 17%;
	margin-bottom: 1em;
}
.tour_temp dt p.temp_photo {
	width: 100%;
	aspect-ratio: 1 / 1;
	position: relative;
	overflow: hidden;	
}
.tour_temp dt p.temp_photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.tour_temp dd {
	float: right;
	width: 80%;
}
.tour_temp dd h5 {
	padding-bottom: 10px;
	line-height: 1.4;
	font-size: 1.5rem;
	font-weight: normal;
}
.tour_temp dd:nth-of-type(2) {
	border-top: 1px dotted #CCC;
	padding-top: 10px;
}
.tour_temp dd p.temp_price {
	color: #cc0033;
}
.tour_temp dd p.temp_price span.dept,
.tour_temp dd p.temp_day span.term,
.tour_temp dd p.temp_career span.code,
.tour_temp dd p.temp_city span,
.tour_temp dd p.temp_code span {
	display: inline-block;
	border: 1px solid #CCC;
	color: #666;
	padding: 3px 0.5em 2px 0.5em;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 1em;
	min-width: 4em;
}
.tour_temp dd p.note span {
	display: inline-block;
	border: 1px solid #CCC;
	color: #666;
	padding: 3px 0.5em 2px 0.5em;
	font-size: 1.4rem;
	line-height: 1;
	margin-right: 1em;
	min-width: 4em;
}
.tour_temp dd p.temp_link a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: none;
}
.tour_temp dd p.temp_link a::after {
	background-color: rgba(64, 64, 64, 0.10)
}
.choice_con {
	background: url(../img/load.gif) no-repeat;
	background-position: center 10em;
	min-height: 300px;
}
.to_country {
	margin-top: 2em;
	display: none;
}
.to_country h6 {
	background: #28377c;
	padding: 0.5em 0;
	color: #FFF;
	text-align: center;
}
.to_country ul {
	background: #d7dce2;
	padding: 1em 1% 2em 1%;
	min-height: 2.3em;
	text-align: center;
}
.to_country ul li {
	display: inline-block;
	background: #FFF;
	margin-bottom: 0.3em;
	-moz-border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	-ms-border-radius: 0.3em;
	border-radius: 0.3em;
	overflow: hidden;
}




@media screen and (max-width : 950px) {
}

@media screen and (max-width: 768px)  {
#tour_ranking {
	padding: 4em 0;	
}

}

@media screen and (max-width: 640px)  {
}



@media screen and (max-width: 480px)  {
#tour_ranking {
	background: none;
	/*padding: 2em 0;*/
		padding: 4em 0 5em;
}


.choice_box dd ul li {
	width: 100%;
	font-size: 1.4rem;
	padding: 1em;
	margin: 5px .5%;
}
.choice_box dd ul li:nth-child(n+4) {
	margin: 5px .5%;
}
.choice_box dd ul li:first-child {
	margin-top: 20px;
}
.deptlist li span {
	padding: 1em;
}
.deptlist li a {
	padding: 1em;
}

.tour_temp dt {
	width: 27%;
}
.tour_temp dd {
	width: 70%;
}


.choice_con {
	background-position: center 13em;
}

}
