@charset "utf-8";

/* =======================================
  ぱんくずリスト、SNS
======================================= */
#pankuzu li {
  display: inline-block;
}
#pankuzu li:not(:first-child)::before {
  content: '>';
  margin: 0 .2em;
}
#header .sns-link li {
  padding: .2em;
}
.backindex {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -480px;
}
#fair_search .backindex a {
  background: #52499A;
  border: 4px solid #fff;
  border-top: none;
  border-radius: 0 0 1em 1em;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  padding: .2em .5em;
}
#fair_search .backindex a:hover {
  background: #523FE8;
}
/* =======================================
	ページング
======================================= */
.contents {
  margin: 0 auto;
  max-width: 960px;
}
#sort_limit {
	background: #fff;
	border-top: 3px double #666;
	border-bottom: 3px double #666;
	margin-top: 30px;
	padding: 15px;
	font-size: 11px;
	display: table;
	width: 100%;
}
.sort_limit_box > div {
	display: inline-block;
}
#sort_limit p {
	margin-bottom: 0;
}
p.obititle{
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	display: table-cell;
}
div.sort_limit_box{
	display: table-cell;
	text-align: right;
}
#contents #sort_limit a {
	font-size: 1.2em;
  color: #666;
  /* text-shadow: 1px 1px 1px #eb76a2; */
  text-decoration: underline;
}
#contents #sort_limit a:hover{
	text-decoration: none;
}
#contents #sort_limit select {
	padding: 0;
	width: 50px;
	height: 20px;
}
#set_sort {
	padding: 2px 5px 0 0;
}
#contents #set_sort a.selected {
    font-weight: bold;
    padding: 0 8px;
    color: #fff;
    background: #ff9f9f;
    text-decoration: none;
    border-radius: 2px;
}
div.nav_box {
	display: none;
	margin: 15px;
    overflow: hidden;
    padding: 5px 0;
}
div.nav_count {
	font-weight: bold;
	float: left;
	padding-top: 5px;
}
div.nav_number {
	float: right;
}
div.nav_number ul {
	list-style-type: none;
}
div.nav_number li {
	float: left;
	display: block;
}
div.nav_number li span {
	border: 1px solid #ccc;
}
div.nav_number li a {
	display: block;
	background-color: #fff;
	padding: .1em .5em;
	margin-left: 3px;
	border: 1px solid #ccc;
	cursor: pointer;
}
div.nav_number li a:hover {
	color: #333;
	text-decoration: none;
	background-color: #FFF1F2;
	display: block;
}
div.nav_number:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}
div.nav_number li.number a.selected {
	color: #333333;
	background: #ffd1d5;
	text-decoration:none;
	cursor: auto;
}
div.nav_number li.space {
	padding-top: 4px;
	margin-left: 3px;
}
div.nav_number .next {
	width: 50px\9;
}


/* =======================================
	検索結果
======================================= */
/* .course {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course::after{
  content:"";
  display: block;
  width: 31.3%;
} */
#tour_cont {
	margin-bottom: 2em;
  background: #F4DDE2;
}
.loading {
	text-align: center;
    width: 100%;
    /* margin: 0em; */
    background: #FFF;
}
#tour_cont .item_header {
	clear: both;
	background: #B2C8CF;
	color: #fff;
	text-align: right;
	padding: 5px;
}
#tour_cont .item_container {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 1.5em;
    position: relative;
    /* width: 32%; */
}
/*
.item_box {
	padding: 10px;
}*/
#tour_cont .item_container:hover {
	opacity: .7;
}
/* #tour_cont .item dt {
	float: left;
	margin-right: 10px;
	width: 30%;
} */
#tour_cont .item dl {
  overflow: hidden;
}
#tour_cont .item dt {
  float: left;
  margin-right: 1em;
  width: 45%;
}
#tour_cont .item dt span {
    font-size: .9em;
    position: absolute;
    top: 28px;
    left: 0px;
    padding: 3px;
    background: #ffa6c4;
    color: #031161;
}
#tour_cont .item dd {
	font-size: .85em;
	padding: .5em;
  margin: .5em 1em 0;
  overflow: hidden;
}
.item dd img {
	margin-bottom: 3px;
}
#tour_cont .item dd p {
	margin-bottom: .5em;
    font-size: .9em;
}
#tour_cont .item dd > span em {
	color: #c00;
	font-size: 1.5em;
	font-weight: bold;
}
#tour_cont .item dd.tour_point01{
  background: #FEE8EA;
}
#tour_cont .item dd.price{
    font-size: 1.4em;
    color: #E50012;
    font-weight: 900;
    padding: 0;
    text-align: center;
}
#tour_cont .item dd.nittei{
  margin: 0;
  text-align: center;
}
#contents #tour_cont .item a {
	color: #3A3A3A;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-decoration: none;
}
#tour_cont .hotel_fuk {
	font-size: 1.0em;
}
#tour_cont table {
	margin-bottom: 5px;
}
#tour_cont table th,
#tour_cont table td {
	background: #fff;
	border: 1px solid #999;
	font-size: .85em;
	padding: 0 5px;
}
#tour_cont table th {
	background: #D6E8EE;
	width: 10em;
	text-align: center;
}
#tour_cont .detail {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#tour_cont .detail a {
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: 100%;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#tour_cont .info {
	font-size: .85em;
}

/* =======================================
	おすすめ
======================================= */

#tour_cont .item_header.osusume {
	background: #F6E206;
	color: #333;
}
#tour_cont .item_container.osusume {
	/*border: 4px solid #F6E206;*/
	width:49%;
}
/* #tour_cont .item_container.osusume .item dt {
	float: none;
	margin-right: 0;
	width: auto;
} */
#tour_cont .item_container.osusume table th {
	background: #F6E206;
	color: #333;
}
.hotel{
  border-top: 1px dotted #999;
  border-bottom: 1px dotted #999;
  display: block;
  font-size: .8em;
  padding: .5em 0;
  margin: .5em 0;
}
/* =======================================
	非表示・表示切替部分
======================================= */
#open{
	display:none;
	clear: both;
    margin: 2% auto;
    background: #fff8e5;
    padding: 2%;
}
.more-search{
	border-bottom: 1px dotted #000;
    border-top: 1px dotted #000;
    text-align: center;
    padding: 1%;
}
#fair_search div.more-search a:hover{
	text-decoration:none;
}
.sbcontents ul li select{
	width: 220px;
    height: 33px;
    font-size: 14px;
}
#set_min_date{
	width: 170px;
    height: 33px;
    font-size: 14px;
}
#set_keyword {
    width: 460px;
    height: 31px;
    font-size: 14px;
}
.sbcontents ul li span{
	font-size: 12px;
}
div.sb_title{
	padding: 11px 5px;
}
#set_tourcode{
	height: 32px;
}
select#set_carrier{
	height: 32px;
}
#set_htlcls1{
	height: 32px;
}
#set_htlcode1{
	height: 32px;
}
/* =======================================
	タブレット・スマホ対応
======================================= */
/* 768px以下 */
@media screen and (max-width: 768px) {
	#tour_cont {
		padding: 5px;
	}
	#tour_cont a:not(.btn) {
		display: inline;
	}
	#reco {
		margin-right: 0;
	}
	#tour_cont #reco .item_header_osusume {
		margin-right: 0;
	}
	#tour_cont .item_box.osusume {
		float: none;
		margin-right: 0;
		padding: 5px;
		width: auto;
	}
	#tour_cont .item_box.osusume .item dt {
		float: left;
		margin-right: 10px;
		width: 50%;
	}
	div.sort_limit_box{
		position: static;
	}
}
/* 480px以下 */
@media screen and (max-width: 480px) {
	#tour_cont .item dt {
		width: 50%;
	}
}