@charset "UTF-8";

/* #### ribon ####*/
#ribon {
	width: 100%;
	background-image: url("../img/tour/title.jpg");
	position: relative;
}

#footer {
}

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

/* ## THEME ## */
.tmBox {
	width: 14%;
	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;
}

#searchArea {
	width: 100%;
	background-color: #eeeeee;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 14px;
	padding: 8px 8px;
}
#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: 35%;
	max-width: 288px;
	margin-right: 0.5%;
	margin-bottom: 14px;
	margin-left: 0.5%;
	float: left;
	position: relative;
}
.spBox a {
	width: 100%;
	height: 284px;
	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%;
	-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-family: Quicksand, helvetica, '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	margin-top: 6px;
	clear: both;
}
.spBox .boxB .station {
	font-size: 10px;
	color: #ff2400;
	border: solid 1px #ff2400;
	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: 11px;
	color: #ff2400;
	text-decoration: underline;
	text-decoration-style: solid;
	text-decoration-style: dashed;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 24px;
}
.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: #A64908;
}

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

/* tag */
.cTag {
	width: 100%;
	box-sizing: border-box;
}
.cTag:after {
  content: "";
  clear: both;
  display: block;
}
.cTag li {
	color: #ffffff;
	background-color: #e3785b;
	font-size: 10px;
	border-radius: 12px;
	margin-right: 10px;
	padding: 2px 24px;
	float: left;
}
.tCoad {
	box-sizing: border-box;
	font-size: 11px;
	color: #999999;
	margin-top: 10px;
}
.tdBox.tdTitle {
	margin: 44px 0;
	padding: 4px 0 4px 24px;
	border-left: solid 1px #ff2400;
}
.tdBox.tdTitle h3 {
	font-family: '游明朝', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.2;
	margin-top: 4px;
}
.tdBox.tdTitle .price {
	color: #ff244d;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
}

/* コンテンツタイトル部分 */
.tdcTitle {
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid 1px #ff2400;
	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: 16px;
}
.tdMain .boxS {
	box-sizing: border-box;
	margin-top: 20px;
}
.tdMain .boxS iframe {
	width: 100%;
	height: 500px;
}

/* 日程表 */
.scheBox {
	background-color: #fcfcfc;
	border: solid 1px #ffc8bf;
	border-radius: 8px;
	margin-bottom: 24px;
	padding: 0 0 8px 0;
}
.scheBox .dayBox {
	padding: 4px 10px 8px 10px;
}
.scheBox .scheTitle {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 1.8;
}
.scheBox .scheTitle span.time {
	width: 70px;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	background-color: #A6A6A6;
	border-radius: 4px;
	font-weight: normal;
	margin-right: 8px;
	margin-bottom: 4px;
	padding: 3px 4px;
	display: inline-block;
}
.cvName {
	color: red;
}
.scheBox .sDay {
	font-weight: bold;
	background-color: #f6d8d3;
	border-top: solid 1px #ffc8bf;
	border-bottom: solid 1px #ffc8bf;
	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;
}

/* アレンジプラン */
.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;
}

/* #### 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: 299px;
}
	
}

/* #### width 767px 以下の場合の設定 (for All Mobile Dvices) #### */
@media (max-width: 767px) {
	
.areaTitle {
	font-size: 18px;
	padding-top: 8px;
	margin-bottom: 10px;
}
	
.zmnBox {
	width: 90%;
	max-width: 680px;
	margin: 8px auto 14px auto;
}
	
/* ## THEME ## */
.tmBox {
	width: 25%;
	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: 48.4%;
	max-width: 284px;
	margin-right: 0.8%;
	margin-bottom: 10px;
	margin-left: 0.8%;
}
.spBox a {
	width: 100%;
	height: 296px;
	border-radius: 4px;
	padding: 10px;
}

/* boxT */
.spBox .boxSt {
	border-radius: 4px;
}
/* boxB */
.spBox .boxB {
	padding-top: 4px;
}
.spBox .boxB h3 {
	font-size: 14px;
	line-height: 1.14;
	margin-top: 3px;
}
.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: 10px;
	text-underline-offset: 4px;
	position: absolute;
	bottom: 14px;
	right: 14px;
}


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

/* country tag */
.cStation {
	margin-bottom: 8px;
}
.cStation li {
	font-size: 9px;
	line-height: 1.5;
	margin-right: 4px;
	padding: 0 18px 1px 18px;
}
	
.cTag li {
	font-size: 9px;
	margin-right: 4px;
	margin-bottom: 2px;
	padding: 1px 12px;
	float: left;
}
	
.tCoad {
	font-size: 10px;
	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 #ff2400;
	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;
}
.tdcTitle.active:after {
	width: 0;
	border-top: 12px solid #ff2400;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom-width: 0;
	bottom: -12px;
	content: "";
	display: block;
	left: 48%;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tdcTitle:before {
	color: #ff2400;
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	position: absolute;
	right: 14px;
}
.tdcTitle.active:before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	position: absolute;
	right: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.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;
	display: none;
}
	
/* アレンジプラン */
.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 a {
	height: 288px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}
.tourInfo {
	font-size: 12px;
	margin: 14px auto 24px auto;
	background-color: #ffffff;
	border-radius: 14px;
	width: 100%;
	padding: 14px;
}

}

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


/* ## 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;
}

/* コンテンツタイトル部分 */
.tdcTitle:after {
	width: 0;
	border-top: 12px solid #ff2400;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom-width: 0;
	bottom: -12px;
	content: "";
	display: block;
	left: 48%;
	position: absolute;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tdcTitle.active:after {
	display: none;
}
.tdcTitle.active:before {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	position: absolute;
	top: 14px;
	right: 14px;
}
.tdcTitle:before {
	color: #ff2400;
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	position: absolute;
	top: 14px;
	right: 14px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.tdcTitle:hover {
	opacity: 0.84;
}
.tdcTitle span {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	display: block;
}

/* 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: #ff2400;
	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 a {
	height: 368px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox a:hover .boxB h3 {
	color: #ff2400;
	text-decoration: none;
}
.spBox .boxB h3 span {
	font-size: 12px;
}
.tourInfo {
	font-size: 16px;
	text-align: center;
	margin: 20px auto 38px auto;
	background-color: #ffffff;
	border-radius: 14px;
	width: 80%;
	padding: 18px 0;
}
}

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

.spBox a {
	height: 368px;
}
.spBox .boxB h3 {
	font-size: 16px;
}
.spBox .boxB h3 span {
	font-size: 12px;
}

}


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

.spBox a {
	height: 378px;
}
.spBox .boxB h3 {
	font-size: 18px;
}
.spBox .boxB h3 span {
	font-size: 14px;
}

}