@charset "utf-8";
/*
コーナー内のみで使用するcss
*/


.nextMainWrapper .leftMask .innerBox::after {
	top:20px;
	left:-80px;
	width:349px;
	height:329px;
	background-image: url(/tokuten/images/icon_bk_tokuten.png);
}
.nextMainWrapper .tabBox ul li:hover a::after{
	width:80px;
}


/*
一覧ページ
----------------------------------------------------------------------*/
/*見出し*/
.tokutenTop .nextOoMidashi{
	margin-bottom:0;
}
/*ボタン----------------------------------------------------------------------*/
.sitaBtnWrapper{
	width:100%;
	margin-top:0px;
	border-collapse:collapse;
}
.sitaBtnWrapper a{
	position:relative;
	display:block;
	width:25%;
	height:15vw;
	padding-top:5.5vw;
	float:left;
	overflow:hidden;
	background:rgba(0,0,0,0.4);
	transition: all 0.7s ease-out;
}
.sitaBtnWrapper a:hover{
	background:rgba(0,0,0,0.8);
}
.sitaBtnWrapper a h2{
	color:#fff;
	font-size:26px;
	font-weight:700;
}
.sitaBtnWrapper a p{
	margin-top:22px;
	color:#fff;
	font-size:18px;
	font-weight:400;
}
/*ライン*/
.sitaBtnWrapper a::after {
	display: block;
	content: "";
	width: 15%;
	height: 2px;
	background-color: #fff;
	margin: -2.2em auto 0;
	transition: .25s ease-out;
	-webkit-transition: .25s ease-out;
	-moz-transition: .25s ease-out;
	-o-transition: .25s ease-out;
	-ms-transition: .25s ease-out;
}
.sitaBtnWrapper a:hover::after {
	width: 100%;
}
/*背景*/
.sitaBtnWrapper a::before{
	position:absolute;
	display: block;
	content: "";
	width: 100%;
	height:15vw;
	top:0;
	left:0;
	z-index:-1;
	opacity:1;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	transition: all 0.7s ease-out;
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 1
	);
	will-change: transform;
}
.sitaBtnWrapper a:hover::before{
	transform: matrix3d(
		1, 0, 0, 0,
		0, 1, 0, 0,
		0, 0, 1, 0,
		0, 0, 0, 0.8
	);
	opacity:1;
}
/*画像指示のみ*/
.sitaBtnWrapper a:nth-child(1)::before{
	background-image:url(/tokuten/images/top/moji.jpg);
}
.sitaBtnWrapper a:nth-child(2)::before{
	background-image:url(/tokuten/images/top/fukuoka.jpg);
}
.sitaBtnWrapper a:nth-child(3)::before{
	background-image:url(/tokuten/images/top/saga.jpg);
}
.sitaBtnWrapper a:nth-child(4)::before{
	background-image:url(/tokuten/images/top/nagasaki.jpg);
}
.sitaBtnWrapper a:nth-child(5)::before{
	background-image:url(/tokuten/images/top/oita.jpg);
}
.sitaBtnWrapper a:nth-child(6)::before{
	background-image:url(/tokuten/images/top/kumamoto.jpg);
}
.sitaBtnWrapper a:nth-child(7)::before{
	background-image:url(/tokuten/images/top/miyazaki.jpg);
}
.sitaBtnWrapper a:nth-child(8)::before{
	background-image:url(/tokuten/images/top/kagoshima.jpg);
}


/*
NEXT
----------------------------------------------------------------------*/
.nextMainWrapper .leftMask .innerBox .txtBox img{
	display:none;
}
.nextMap{
	position:absolute;
	top:0px;
	left:43%;
	height:24vw;
	min-height:320px;
	width:auto;
}
.honbunWrapper{
	width:1060px;
	margin:0 atuo;
}
/**/
.nextOoMidashi .inner a{
	display:none;
}
.honbunWrapper .right img{
	margin-top:-120px;
}
/*tab*/
.tabWrapper{
	width:1060px;
	margin:0px auto 10px;
	border-bottom:solid 1px #bbb;
}
.tab{
	display:table;
	width:680px;
	margin:0 auto -1px;
}
.tab li{
	display:table-cell;
	width:100px;
	border:solid 1px #bbb;
	border-top:solid 4px #bbb;
	border-right:none;
	background:#f9f9f9;
	vertical-align:middle;
}
.tab li:last-child{
	border-right:solid 1px #bbb;
}
.tab li a{
	display:block;
	width:100%;
	height:100%;
	padding:9px 0;
	color:#000;
}
.tab li.current{
	border-top:solid 4px #6da339;
	border-bottom:solid 1px #fff;
	background:#fff;
}
.tab li.current a{
	font-weight:500;
}
.tab li:hover{
	background:#fff;
}
/*------------*/
.spotWrapper{
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.spotWrapper .spotBox{
	width:520px;
	margin:20px 0 0 0;
	padding:16px;
	text-align:left;
	background:#fbfbed;
	border:solid 2px #ffdda9;
	border-radius:4px;
}
.spotWrapper .spotBox .inner{
	display: flex;
	justify-content: space-between;
	margin-top:16px;
}
.spotWrapper .spotBox .left{
	width:140px;
}
.spotWrapper .spotBox .left img{
	width:100%;
	height:auto;
	border-radius:4px;
}
.spotWrapper .spotBox .right{
	width:328px;
}
.spotWrapper .spotBox h4{
	padding:14px 14px;
	font-size:16px;
	background:#fff;
	border-radius:6px;
}
.spotWrapper .spotBox .photo{
	width:300px;
	height:200px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.spotWrapper .spotBox .tokuten{
	margin-bottom:8px;
	padding:8px 12px;
	color:#fff;
	line-height:1.5em;
	background:#ca3324;
	border-radius:4px;
}
.spotWrapper .spotBox .joken{
	margin-bottom:8px;
	padding:0 0 6px 0;
	font-size:13px;
	color:#ca3324;
	line-height:1.5em;
	_border-bottom:solid 2px #fff;
}
.spotWrapper .spotBox .addBox,
.spotWrapper .spotBox .addBox table,
.spotWrapper .spotBox .addBox table td{
	vertical-align:top;
	font-size:12px;
}
.spotWrapper .spotBox .addBox table td:first-child{
	white-space:nowrap;
}
/*
観光スポットは一旦全部非表示
デフォルトの表示ブロックは、MTテンプレート内で最初のブロックを明示的に指定して表示させる
*/
.spotWrapper{
	display:none;
}
/*背景とか*/
.spotWrapper .spotBox:nth-child(4n+2){
	background:#ffffef;
	border:solid 2px #f6f6d2;
}
.spotWrapper .spotBox:nth-child(4n+1){
	background:#eef9e7;
	border:solid 2px #daedce;
}
.spotWrapper .spotBox:nth-child(4n+3){
	background:#f0f3fe;
	border:solid 2px #dfe4f5;
}
.spotWrapper .spotBox:nth-child(4n){
	background:#fff2f0;
	border:solid 2px #fbebe8;
}

.spotWrapper:first-of-type{
	display:flex;
}
/**/
.addBox table{
	width:100%;
}
.addBox table th{
	width:10%;
	_font-weight:normal;
	padding:4px 0;
	line-height:1.2em;
	white-space:nowrap;
	border-bottom:dotted 1px #ccc;
}
.addBox table th:after{
	display:inline;
	content:"：";
}
.addBox table td{
	width:90%;
	border-bottom:dotted 1px #ccc;
	line-height:1.2em;
	padding:4px 0;
}







/*############################################*/
/*  */
/*############################################*/
@media (max-width: 992px) {
}
@media only screen and (max-width: 767px) {


	/*
	タブ2列に
	----------------------------------------------------------------------*/
	.nextMainWrapper .tabBox ul:after {
		content: "";
		clear: both;
		display: block;
	}
	.nextMainWrapper .tabBox ul li {
		width: 50%;
		float:left;
	}
	.nextMainWrapper .tabBox ul li a {
		padding-left: 36px;
	}

	/*
	一覧ページ
	----------------------------------------------------------------------*/
	/*見出し*/
	.tokutenTop .nextOoMidashi{
	}
	/*ボタン----------------------------------------------------------------------*/
	.sitaBtnWrapper{
		width:100%;
	}
	.sitaBtnWrapper a{
		width:100%;
		height:50vw;
		padding-top:17.5vw;
		float:none;
		transition:none;
	}
	.sitaBtnWrapper a:hover{
		background:rgba(0,0,0,0.4);
	}
	.sitaBtnWrapper a h2{
	}
	.sitaBtnWrapper a p{
	}
	/*ライン*/
	.sitaBtnWrapper a::after {
		transition: none;
	}
	.sitaBtnWrapper a:hover::after {
		width: 15%;
	}
	/*背景*/
	.sitaBtnWrapper a::before{
		height:50vw;
		transition:none;
		transform: matrix3d(
			1, 0, 0, 0,
			0, 1, 0, 0,
			0, 0, 1, 0,
			0, 0, 0, 1
		);
	}
	.sitaBtnWrapper a:hover::before{
		transform: matrix3d(
			1, 0, 0, 0,
			0, 1, 0, 0,
			0, 0, 1, 0,
			0, 0, 0, 1
		);
		will-change: transform;
	}

	/*
	NEXT
	----------------------------------------------------------------------*/
	.nextMap{
		display:none;
	}
	.nextMainWrapper .leftMask .innerBox .txtBox img{
		display:inline;
		width:96%;
		margin:0 auto 20px;
	}
	.honbunWrapper{
		width:100%;
		margin:0 atuo;
	}
	/**/
	.nextOoMidashi .inner a{
	}
	/*tab*/
	.tabWrapper{
		width:100%;
	}
	.tab{
		width:100%;
	}
	.tab li{
		width:25%;
	}
	.tab li:last-child{
	}
	.tab li a{
	}
	.tab li.current{
	}
	.tab li.current a{
	}
	/**/
	.spotWrapper{
		flex-wrap:wrap;
		margin-top:20px;
	}
	.spotWrapper .spotBox{
		width:100%;
		margin:0px auto 0;
		padding:3vw 2vw 5vw;
		border-width:1px 0 0 0;
		border-radius:0px;
	}
	.spotWrapper .spotBox .inner{
		margin-top:3vw;
	}
	.spotWrapper .spotBox .left{
		width:25%;
	}
	.spotWrapper .spotBox .left img{
	}
	.spotWrapper .spotBox .right{
		width:72%;
	}
	.spotWrapper .spotBox .photo{
		width:100%;
		height:56vw;
	}
	.spotWrapper .spotBox:nth-child(3n){
		margin-right:auto;
	}
	.spotWrapper .spotBox h4{
	}
	.spotWrapper .spotBox .tokuten{
	}
	.spotWrapper .spotBox .joken{
	}
	.spotWrapper .spotBox .addBox{
	}









} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/

} /* /@media */





