@charset "UTF-8";
/*共通*/
/*都市カラー*/
.citycolorPUS {
	background-color: #D61B3D;
}
.citycolorSEL {
	background-color: #2437BC;
}
.citycolorCJU {
	background-color: #3597C6;
}
.citycolorGUM {
	background-color: #28AF66;
}
.citycolorHKG {
	background-color: #BE8712;
}
.citycolor {
	background-color: black;
}
::placeholder {
  color: #444444;
}

/* ## index.php ## */
.baseBox .inner {
}

/* ## THEME ## */
.tmBox {
	width: calc(100%/6);
	box-sizing: border-box;
	padding: 1% 1%;
	float: left;
}
.tmBox a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	background: #000;
	position: relative;
	display: block;
	overflow: hidden;
}
.tmBox a h4 {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.34);
	padding: 0 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	position: absolute;
	z-index: 1;
}
.tmBox a img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	transition-duration: 0.3s;
	opacity: 0.78;
}
.ciBox {
	width: calc(100%/3);
	box-sizing: border-box;
	padding: 1% 1%;
	float: left;
}
.ciBox a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	background: #000;
	position: relative;
	display: block;
	overflow: hidden;
}
.ciBox a h4 {
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.34);
	padding: 0 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
	z-index: 1;
}
.ciBox a img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	transition-duration: 0.3s;
	opacity: 0.78;
}
#searchArea {
	width: 80%;
	background-color: #3D83BA;
	text-align: center;
	margin: 14px auto;
	padding: 2px 2px;
}
#searchArea input {
	margin: 8px;
}

.areaTitle {
	font-size: 24px;
	font-weight: bold;
	border-bottom: solid 1px #999999;
	margin-bottom: 18px;
	padding-top: 24px;
	clear: both;
}

.zmnBox {
	width: 100%;
	max-width: 624px;
	box-sizing: border-box;
	margin: 24px auto 18px auto;
}
.zmnBox img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}

/* 営業時間 */
.shopTex {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 24px;
	clear: left;
}
.shopTex .time {
	width: 98%;
	box-sizing: border-box;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background-color: #e29696;
	border-radius: 10px;
	margin: 0 auto;
	padding: 10px;
}
.shopTex .time .title {
	font-size: 15px;
	font-family: 'Gloria Hallelujah', 'Kaisei Opti', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}
.shopTex .time span.sub {
	font-size: 12px;
}

/* ツアーボックス */
.spBox {
	width: calc(96%/4);
	margin-right: 0.5%;
	margin-bottom: 14px;
	margin-left: 0.5%;
	float: left;
	position: relative;
}
.spBox a {
	width: 100%;
	color: #242424;
	box-sizing: border-box;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	padding: 16px;
	display: block;
	overflow: hidden;
	position: relative;
}
.spBox a:after {
  content: "";
  clear: both;
  display: block;
}
.ifbNew {
	font-family: 'Anton','M PLUS 1p', Quicksand, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #ffffff;
	width: 58px;
	height: 58px;
	font-size: 18px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 29px;
	background-color: red;
	padding: 14px 0 0 0;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 3;
	overflow: hidden;
	animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

/* boxT */
.spBox .boxSt {
	box-sizing: border-box;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}
.spBox a .boxSt {
}
.spBox .boxSt img {
	width: 100%;
	height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	z-index: 2;
	vertical-align: bottom;
}
.spBox a:hover .boxSt img {
	opacity: 0.9;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* boxB */
.spBox .boxB {
	width: 100%;
	box-sizing: border-box;
	padding-top: 8px;
}
.spBox .boxB h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.31;
	margin-top: 6px;
	clear: both;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	overflow: hidden;	
}
.spBox .boxB .station {
	font-size: 12px;
	color: #000000;
	border: solid 1px #000000;
	border-radius: 2px;
	line-height: 1.5;
	margin-bottom: 0;
	margin-right: 3px;
	padding: 0 8px 1px 8px;
	display: inline-block;
}
.spBox .boxB .spAdd {
	font-size: 12px;
	line-height: 1.3;
	margin-top: 10px;
}
.spBox a:hover {
	text-decoration: none;
}
.spBox .boxB .toDet {
	font-size: 13px;
	color: #2543BA;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}
.spBox .boxB .points {
	font-size: 12px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	overflow: hidden;
	min-height: 60px;
	line-height: 1.4;
	margin-top: 8px;
	color: #717171;
}

/* ## detail.php ## */
/* country tag */
.cStation {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 12px;
	clear: both;
}
.cStation:after {
  content: "";
  clear: both;
  display: block;
}
.cStation li {
	font-size: 13px;
	color: #444444;
	border: solid 1px #444444;
	border-radius: 2px;
	line-height: 1.5;
	margin-right: 8px;
	padding: 2px 24px;
	display: inline-block;
}

/* テーマアイコン */
.cTag {
	width: 100%;
	box-sizing: border-box;
}
.cTag:after {
  content: "";
  clear: both;
  display: block;
}
.cTag li {
	color: #ffffff;
	background-color: #2B55C4;
	font-size: 12px;
	border-radius: 12px;
	margin-right: 10px;
	padding: 4px 24px 6px 24px;
	float: left;
}
.tCode {
	box-sizing: border-box;
	font-size: 15px;
	color: #7D7D7D;
	margin: 10px 0 15px 0;
}
.tdBox {
	overflow: hidden;
}

.tdBox h1 {
	width: 98%;
	font-size: 28px;
}
.tdBox h2 {
	width: 98%;
	font-size: 16px;
	color: #1068CF;
	margin-top: 10px;
}
.tdBox.tdTitle {
	margin: 44px 0;
	padding: 4px 24px;
	border-left: solid 1px #043A99;
	border-right: solid 1px #043A99;
}


/* コンテンツタイトル部分 */
.tdBar  {
	width: 1000px;
	border-top: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	margin: 8px auto 20px auto;
	padding: 10px 0 10px 14px;
	background-color: #E0E0E0;
}
.tdBar h3 {
	width: 1000px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	color: #4F4F4F;
	border-left: 1px solid #4F4F4F;
	padding-left: 10px;
}
.tdcTitle {
	width: 1200px;
	color: #4F4F4F;
	font-weight: bold;

}

.tdMain {
	padding: 14px;
	font-size: 16px;
}


/* 日程表 */
.scheBox {
	background-color: #fcfcfc;
	border: solid 1px #E5E5E5;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 0 0 8px 0;
}
.scheBox .dayBox {
	padding: 4px 10px 8px 10px;
	
}
.scheBox .scheTitle {
	font-size: 15px;
	margin-bottom: 5px;
	line-height: 1.8;
}
.scheBox .scheTitle span.time {
	width: 90px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background-color: #A6A6A6;
	border-radius: 4px;
	font-weight: normal;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 3px 6px;
	display: inline-block;
}
.cvName {
	color: red;
}
.scheBox .sDay {
	font-weight: bold;
	background-color: #E5E5E5;
	border-top: solid 1px #D6D6D6;
	border-bottom: solid 1px #D6D6D6;
	margin-bottom: 10px;
	padding: 8px 14px;
	font-size: 16px;
}
.scheBox .sDay.first {
	border-top: none;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}
.scheBox .sCity {
	text-align: right;
	padding-right: 8px;
	font-weight: bold;
	font-size: 14px;
}

/* アレンジプラン */
.apBox {
	width: 100%;
	box-sizing: border-box;
	border-radius: 14px;
	background-color: #e4e4e4;
	margin-bottom: 14px;
	overflow: hidden;
}
.apBox .boxF {
	width: 30%;
	box-sizing: border-box;
	float: left;
}
.apBox .boxF img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
}
.apBox .boxS {
	width: 70%;
	box-sizing: border-box;
	padding: 18px;
	float: left;
}
.apBox .boxS h4 {
	font-size: 20px;
	font-weight: bold;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	border-left: solid 1px #ff2400;
	margin: 0 0 8px 0;
	padding: 2px 2px 2px 14px;
}
.apBox .boxS h5 {
	font-size: 14px;
	margin: 4px 0;
}

/* optional tour */
.responsive .tlBox {
	width: 100%;
	padding: 0 10px;
}
.responsive .tlBox .boxF {
	position: relative;
}
.responsive .tlBox .tDate {
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	background-color: #ff2400;
	padding: 2px 0;
	opacity: 0.74;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.responsive .tlBox h4 {
	font-size: 14px;
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	margin-top: 4px;
}

.single-item {
	max-width: 980px;
}
.single-item img {
}
.tpTitle {
	font-size: 18px;
	margin-bottom: 10px;
}

.subBox {
	margin-top: 24px;
	overflow: hidden;
}
.tdTerm {
	font-size: 16px;
	float: right;
	margin-top: 10px;
}
.tdPrice {
	font-size: 22px;
	float: right;
	color: red;
	clear: both;
}
.attention {
	margin: 5px 0;
	font-size: 12px;
	color: #FF7500;
}
.attention2 {
	margin: 5px 0;
	font-size: 16px;
	color: #FF0000;
}
.card {
	width: 220px;
	margin-bottom: 10px;
	background-color: #E98F00;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	float: right;
	padding: 5px 10px;
	border-radius: 8px;
}
/* #### width 359px以下の場合の設定 (for SP Only) #### */
@media (max-width: 359px) {

/* ## index.php ## */
.spBox a {
	height: 228px;
}
	
}

/* #### width 360px～500pxの場合の設定 (for SP Wide Only) #### */
@media (min-width: 360px) and (max-width: 500px) {

/* ## index.php ## */
.spBox a {
	height: 248px;
}

}

/* ## width 501px～767pxの場合の設定 (for Tub Only) ## */
@media (min-width: 501px) and (max-width: 767px) {
	
/* ## index.php ## */
.spBox a {
	height: 284px;
}
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
#searchArea {
	width: 96%;
	margin: 0 2%;
	padding: 4px 4px;
}
.totlaPrice {
	font-size: 16px;
	font-weight: bold;
	color: red;
}
.tdBar  {
	width: 100%;
	border-top: solid 1px #C6C6C6;
	border-bottom: solid 1px #C6C6C6;
	margin: 8px auto 20px auto;
	padding: 10px 0 10px 14px;
	background-color: #E0E0E0;
}
.tdBar h3 {
	width: 100%;
	margin: 0 auto;
	font-size: 20px;
	font-weight: bold;
	color: #4F4F4F;
	border-left: 1px solid #4F4F4F;
	padding-left: 10px;
}
.tdBox {
	
	overflow: hidden;

}
.tdBox h1 {
	width: 98%;
	font-size: 18px;
}
.tdBox h2 {
	width: 98%;
	font-size: 14px;
	color: #1068CF;
	margin-top: 10px;
}
.tdBox.tdTitle {
	width: 100%;
	margin: 44px 0;
	padding-right: 2%;
	border-left: solid 1px #043A99;
	border-right: solid 1px #043A99;
}
.card {
	width: 180px;
	font-size: 12px;
	margin: 0 10px 10px 0;
	background-color: #E98F00;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	float: right;
	padding: 5px 10px;
	border-radius: 8px;
}
.tdTerm {
	font-size: 14px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.tdPrice {
	font-size: 16px;
	font-weight: bold;
	float: right;
	color: red;
	clear: both;
	margin-right: 10px;
}
.ciBox {
	width: calc(100%/2);
	box-sizing: border-box;
	padding: 1% 1%;
	float: left;
}
.ciBox a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 4px;
	background: #000;
	position: relative;
	display: block;
	overflow: hidden;
}
.ciBox a h4 {
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.2;
	text-align: center;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.34);
	padding: 0 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	position: absolute;
	z-index: 1;
}
.ciBox a img {
	width: 100%;
	box-sizing: border-box;
	vertical-align: bottom;
	transition-duration: 0.3s;
	opacity: 0.78;
}
.tlCity {
	width: 150px;
	opacity: 0.8;
	padding: 5px 8px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	left: 0;
	top: 0;
	position: absolute; 
	z-index: 1000;
}
.tlTerm {
	width: 70px;
	opacity: 0.8;
	padding: 4px 6px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	right: 0;
	bottom: 0;
	position: absolute; 
	z-index: 1000;
	background-color: #141313;
	margin-bottom: 2px;
}
.areaTitle {
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 10px;
}
	
.zmnBox {
	width: 90%;
	max-width: 680px;
	margin: 8px auto 14px auto;
}
	
/* ## THEME ## */
.tmBox {
	width: calc(100%/3);
	box-sizing: border-box;
	padding: 1% 1%;
	float: left;
}
.tmBox a h4 {
	font-size: 14px;
	line-height: 1.1;
}
.tmBox a:active img {
  opacity: 0.58;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
	
/* 営業時間 */
.shopTex {
	margin-bottom: 24px;
}
.shopTex .time {
	font-size: 10px;
	padding: 8px;
}
.shopTex .time .title {
	font-size: 11px;
}
.shopTex .time span.sub {
	font-size: 10px;
}
	
/* ツアーボックス */
.spBox {
	width: calc(96%/2);
	margin-right: 0.5%;
	margin-bottom: 10px;
	margin-left: 0.8%;

}
.spBox a {
	width: 100%;
	height: 350px;
	border-radius: 4px;
	padding: 10px;
}

/* boxT */
.spBox .boxSt {
	border-radius: 4px;
}
/* boxB */
.spBox .boxB {
	padding-top: 4px;
}

.spBox a:active .boxB h3 {
	color: #ff2400;
}
.spBox .boxB .points {
	font-size: 10px;
	min-height: 56px;
	line-height: 1.4;
	margin-top: 6px;
	display: -webkit-box;
  	-webkit-box-orient: vertical;
  	-webkit-line-clamp: 4;
  	overflow: hidden;
	color: #A64908;
}
.spBox .boxB .station {
	font-size: 9px;
	border-radius: 2px;
	line-height: 1.34;
	margin-right: 2px;
	padding: 0 3px;
}
.spBox .boxB .spAdd {
	font-size: 11px;
	line-height: 1.3;
	margin-top: 10px;
}
.spBox .boxB .toDet {
	font-size: 12px;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}


#searchArea input {
	margin: 4px;
}
	
.spBox .boxB h3 {
	font-size: 13px;
	margin-top: 8px;
}
.spBox .boxB h3 span {
	font-size: 13px;
}
.spBox a:active {
	text-decoration: none;
}
	
/* ## detail.php ## */
.tdWrapp {
	width: 100%;
	margin: 0 auto 14px auto;
	padding: 0 14px;
}
.tdWrapp.pointBox {
	padding: 0;
	font-size: 14px;
}
.tdBox.tdTitle {
	margin: 24px 0 14px 0;
	padding: 4px 0 4px 18px;
}

/* country tag */
.cStation {
	margin-bottom: 8px;
	clear: both;
}
.cStation li {
	line-height: 1.5;
	margin-right: 4px;
	padding: 0 18px 1px 18px;
}
	
.cTag li {
	font-size: 12px;
	margin-right: 4px;
	margin-bottom: 2px;
	padding: 1px 12px;
	float: left;
}
	
.tCode {
	font-size: 12px;
	margin-top: 4px;
}
.tdBox.tdTitle {
	margin: 18px 0 14px 0;
	padding: 4px 0 4px 14px;
}
.tdBox.tdTitle h3 {
	font-size: 18px;
	line-height: 1.2;
	margin-top: 4px;
}

/* コンテンツタイトル部分 */
.tdcTitle {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #4B53A7;
	margin-top: 8px;
	margin-bottom: 20px;
	cursor: pointer;
	padding: 10px 0 10px 14px;
	position: relative;
	clear: both;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tdMain {
	padding: 14px 14px;
}

.tdMain .boxF {
	box-sizing: border-box;
	font-size: 12px;
}
.tdMain .boxS {
	box-sizing: border-box;
	margin-top: 20px;
}
.tdMain .boxS iframe {
	width: 100%;
	height: 240px;
}

/* コンテンツタイトル部分 */
.tdcTitle {
	font-size: 14px;
	border-radius: 0;
	margin-top: 0;
	margin-bottom: 14px;
	padding: 10px 0 10px 14px;
}
.tdcTitle:active {
	opacity: 0.84;
}


.slick-prev {
	left: -12px;
}
.slick-next {
	right: -12px;
}
.slick-prev::before, .slick-next::before {
	font-size: 30px;
	opacity: 0.44;
}

	
/* 日程表 */
.scheBox .dayBox {
	padding: 4px 8px 4px 8px;
	
}
.scheBox .scheTitle {
	font-size: 11px;
	margin-bottom: 4px;
}
.scheBox .scheTitle span.time {
	width: 64px;
	font-size: 10px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 2px 4px;
}
.scheBox .sDay {
	font-size: 13px;
	margin-bottom: 4px;
	padding: 4px 10px;
}
.scheBox .sCity {
	font-size: 11px;
	padding-right: 0;
}
	
.ctrTag span {
	font-size: 11px;
	border-top:1px dashed rgb(220,220,220);
	border-bottom:1px dashed rgb(220,220,220);
	margin:0;
	padding:0 8px;
}
	
/* scroll部分 */
#scrollNav2	{
	display: none;
}
hr.ajHeight2 {
	display: none;
}
	
.tdMain {
	padding: 4px 14px 10px 14px;
}
	
/* アレンジプラン */
.apBox {
	border-radius: 10px;
	margin-bottom: 14px;
}
.apBox .boxF {
	width: 100%;
	overflow: hidden;
	float: none;
}
.apBox .boxF img {
	object-fit: none;
}

.apBox .boxS {
	width: 100%;
	margin-top: 0;
	padding: 14px;
	float: none;
}
.apBox .boxS h4 {
	font-size: 16px;
	margin: 0 0 8px 0;
	padding: 2px 2px 2px 10px;
}
.apBox .boxS h5 {
	font-size: 12px;
	margin: 4px 0;
}

.spBox .boxB h3 {
	font-size: 15px;
}
.spBox .boxB .tPrice {
	font-size: 13px;
	color: red;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.tourInfo {
	font-size: 12px;
	margin: 14px auto 24px auto;
	background-color: #F8F8F8;
	border-radius: 14px;
	width: 100%;
	padding: 14px;
}
.ciInfo {
	background-color: #FBFBFB;
	border: dotted 1px #cccccc;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
}
.ciInfo .cilBox {

	width: 100%;
	margin-right: 2%;

}
.ciInfo .cilBox img {
	width: 100%;
	margin-bottom: 10px;
}
.ciInfo .cirBox {
	width: 100%;
	font-size: 15px;
}
.tCount {
	margin: 15px 0;
	font-size: 16px;
	text-align: right;
	color: red;
	background-color: #EEEEEE;
	borer-radius: 4px;
	padding: 8px;
}
table.tSearch {
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto;
}

table.tSearch td {
	width: 50%;
	background-color: #ffffff;
	padding: 5px;
}
input[type="submit"].tour {
	width: 80%;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #4985C0;
	border: solid 1px #3B76B0;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px;
	padding: 8px 12px;
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
}

/*プルダウン*/
.cp_ipselect {
	overflow: hidden;
	width: 96%;
	text-align: center;
}
.cp_ipselect select {
	width: 97%;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 13px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl05 {
	position: relative;
  	border-radius: 10px;
	background: #1D55B0;
	margin-left: 5px;
	
}
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 1.4em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #ffffff;
}
/*出発日input*/
input[type="text"].start_date {
	width: 98%;
	cursor: pointer;
	margin: 0;
	text-overflow: ellipsis;
	color: #444444;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 8px;
	padding: 8px 18px;
	border: solid 1px #cccccc;
}
.tSearch select {
  appearance: none;
  width: 96%;
  padding: 8px 15px;
  padding-right: 1em;
  outline: 0;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #cccccc;
  font-size: 12px;
  border-radius: 8px;
}
 
.tSearch select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}
 
.tSearch select::-ms-expand {
  display: none;
}
}

/* #### width 768px 以上の場合の設定 (for PC) #### */
@media (min-width: 768px) {
#searchArea {
	width: 350px;
	position: absolute;
	left: 5%;
	top: 10%;
}
.totlaPrice {
	font-size: 18px;
	font-weight: bold;
	color: red;
}
/* ## detail.php ## */
.tdWrapp {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 24px auto;
}
.tdWrapp.pointBox {
	width: 100%;
	max-width: 100%;
}
.tdWrapp:after {
  content: "";
  clear: both;
  display: block;
}
.tdMain {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

/* コンテンツタイトル部分 */


/* scroll部分 */
#scrollNav2	{
	width: 100%;
	box-sizing: border-box;
	height: 50px;
	padding: 5px 0;
}
#scrollNav2 ul	{
	width: 100%;
	max-width: 950px;
	box-sizing: border-box;
	box-shadow: 1px 1px 2px rgba(68,68,68,0.44);
	height: 40px;
	border-radius: 8px;
	color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
}
#scrollNav2.scfixed {
	width: 100%;
	margin: 0 auto;
	padding-right: 14px;
	padding-left: 14px;
	position: fixed;
	top: 88px;
	left: 0;
	z-index: 997;
}
#scrollNav2.scfixed ul {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}	
#scrollNav2 ul li	{
	width: 25%;
	box-sizing: border-box;
	float: left;
}
#scrollNav2 ul li	a {
	width: 100%;
	box-sizing: border-box;
	height: 40px;
	color: #ffffff;
	border-right: solid 1px #ef2504;
	text-align: center;
	background-color: #4B53A7;
	padding: 10px;
	display: block;
}
#scrollNav2 ul li:last-child	a {
	border-right: none;
}
#scrollNav2 ul li	a:hover {
	background-color: #ef2504;
	text-decoration: none;
}
hr.ajHeight2 {
   border-width: 0 0 0 0;	/* 太さ */
   border-style: none;		/* 線種 */
   border-color: transparent;		/* 線色 */
   height: 0;				/* 高さ */
   margin: 0;
}

.single-item img {
    height: auto;
    max-width: 100%;
	 margin: 0 auto;
}
	
/* ## THEME ## */
.tmBox a:hover img {
  opacity: 0.58;
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.spBox {
	width: calc(96%/3);
	margin-right: 0.5%;
	margin-bottom: 10px;
	margin-left: 0.8%;
}

.spBox a {
	height: 368px;
}
.spBox .boxB h3 {
	font-size: 14px;
}
.spBox a:hover .boxB h3 {
	color: #4B53A7;
	text-decoration: none;
}
.spBox .boxB .tPrice {
	font-size: 13px;
	color: red;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.tourInfo {
	font-size: 16px;
	text-align: center;
	margin: 20px auto 38px auto;
	background-color: #F8F8F8;
	border-radius: 14px;
	width: 80%;
	padding: 18px 0;
}
.tlCity {
	width: 150px;
	opacity: 0.8;
	padding: 5px 8px;
	text-align: center;
	font-size: 13px;
	color: #ffffff;
	left: 0;
	top: 0;
	position: absolute; 
	z-index: 1000;
}
.tlTerm {
	width: 70px;
	opacity: 0.8;
	padding: 4px 6px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	right: 0;
	bottom: 0;
	position: absolute; 
	z-index: 1000;
	background-color: #141313;
	margin-bottom: 2px;
}
.ciInfo {
	background-color: #FBFBFB;
	border: dotted 1px #cccccc;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 20px;
}
.ciInfo .cilBox {
	float: left;
	width: 30%;
	margin-right: 2%;

}
.ciInfo .cilBox img {
	width: 100%;

}
.ciInfo .cirBox {
	float: left;
	width: 68%;
	font-size: 16px;
}
.tCount {
	margin: 15px 0;
	font-size: 20px;
	text-align: right;
	color: red;
	borer-radius: 4px;
	padding: 8px;
}
table.tSearch {
	width: 100%;
	border-collapse: collapse;
	font-size :16px;
}

table.tSearch td {
	width: 50%;
	background-color: #ffffff;
	padding-top :5px;
	
}

table.tSearch td .aCenter {
	text-align: center;
}

input[type="submit"].tour {
	width: 96%;
	max-width: 400px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background-color: #4985C0;
	border: solid 1px #3B76B0;
	border-radius: 24px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	margin: 14px;
	padding: 10px 12px;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
/*プルダウン*/
/*
.cp_ipselect {
	overflow: hidden;
	width: 96%;
	text-align: center;
}
.cp_ipselect select {
	width: 96%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;	
	color: #444444;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl05 {
	position: relative;
  	border-radius: 10px;
	background: #6584B6;
	margin-left: 9px;
	color: #444444;
}
.cp_ipselect.cp_sl05::before {
	position: absolute;
	top: 0.8em;
	right: 0.8em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #ffffff;
	pointer-events: none;
}
.cp_ipselect.cp_sl05 select {
	padding: 8px 38px 8px 8px;
	color: #ffffff;
}
*/
/*出発日input*/
input[type="text"].start_date {
	width: 90%;
	cursor: pointer;
	text-overflow: ellipsis;
	color: #ffffff;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 8px;
	padding: 6px 10px;
	border: solid 1px #cccccc;
	font-size: 14px;
}
input[type="text"].search_word {
	width: 95%;
	cursor: pointer;
	text-overflow: ellipsis;
	color: #ffffff;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 8px;
	padding: 6px 10px;
	border: solid 1px #cccccc;
	font-size: 14px;
}
.tSearch select {
  appearance: none;
  width: 90%;
  padding: 6px 10px;
  outline: 0;
  background-image: none;
  box-shadow: none;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  cursor: pointer;
  border: solid 1px #cccccc;
  font-size: 14px;
  border-radius: 8px;
}
 
.tSearch select::before {
  position: absolute;
  top: 18px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 10px 5px 0 5px;
  border-style: solid;
  border-color: #eee transparent transparent transparent;
  content: "";
  pointer-events: none;
}
 
.tSearch select::-ms-expand {
  display: none;
}

}

/* #### width 980px 以上の場合の設定 #### */
@media (min-width: 980px) {
#searchArea {
	width: 400px;
	position: absolute;
	left: 5%;
	top: 16%;
}
.spBox {
	width: calc(94%/4);
	margin-right: 0.5%;
	margin-bottom: 10px;
	margin-left: 0.8%;
}
.spBox a {
	height: 368px;
}
.spBox .boxB h3 {
	font-size: 15px;
}
.spBox .boxB .tPrice {
	font-size: 14px;
	color: red;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

}


/* #### width 1200px 以上の場合の設定 #### */
@media (min-width: 1200px) {

.spBox a {
	height: 378px;
}
.spBox .boxB h3 {
	font-size: 15px;
	height: 75px;
}
.spBox .boxB .tPrice {
	font-size: 15px;
	color: red;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}

}