@charset "utf-8";
/*********************
	.main_img_area
*********************/
.main_img_area{
	position: relative;
	width:100%;
	height:540px;
	margin:0 auto;
	background:url('/assets/nihonnoshun/kyushu/img/bg01.jpg');
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.main_img_txt{
	width: 27%;
	max-width: 344px;
	margin: 0 auto;
	padding-top: 55px;
}
.main_img_logo{
	position: absolute;
	bottom: 5px;
	left: 80px;
	width: 12%;
	max-width: 150px;
	line-height: 0;
}
.main_video_area{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 20%;
	max-width: 250px;
}
.main_video_txt{
	margin-top: 10px;
	color: #fff;
	font-size: 10px;
	text-align: right;
}
@media only screen and (max-width:767px) {
	.main_img_area {
		background-position: 95%;
	}
	.main_img_txt {
		width: 54%;
		margin-bottom: 45px;
		padding-top: 15px;
	}
	.main_video_img {
		width: 73%;
		margin: 0 auto;
	}
	.main_img_logo {
		width: 20%;
		left: 10px;
	}
	.main_video_txt {
		position: absolute;
		bottom: 5px;
		right: 10px;
		font-size: 12px;
	}
}
/*********************
	.content .introduction
*********************/
.content {
	padding: 50px 0 105px;
}
.content_introduction{
	background-color: #F5F5ED;
}
.ttl {
	line-height: 0;
}
.introduction_ttl {
	width: 23%;
	max-width: 289px;
	margin: 0 auto 80px;
}
.introduction_area {
	width: 88%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.introduction_txt {
	width: 58%;
	max-width: 650px;
	padding: 20px 0 30px;
	text-align: center;
	background-color: #FFFFFA;
}
.introduction_txt_img {
	width: 87%;
	margin: 0 auto;
}
.introduction_map {
	width: 39%;
}
@media only screen and (max-width:767px) {
	.content {
		padding: 25px 0 30px;
	}
	.content_introduction {
		position: relative;
	}
	.content_introduction::before {
		content: '';
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(255,255,255,.5);
		z-index: 1;
	}
	.introduction_ttl {
		position: relative;
		width: 37%;
		margin: 0 auto 20px;
		z-index: 2;
	}
	.introduction_area {
		position: relative;
		width: 93%;
		display: block;
	}
	.introduction_map {
		width: 100%;
	}
	.introduction_txt {
		position: absolute;
		top: 30px;
		width: 100%;
		padding: 0;
		background-color: rgba(0,0,0,0);
		z-index: 2;
	}
	.introduction_txt_img {
		width: 98%;
	}
}
/*********************
	.content .spot
*********************/
.content_spot {
	background: url('/assets/nihonnoshun/kyushu/img/bg02.jpg');
	background-size: cover;
	background-position:center center;
}
.spot_ttl {
	width: 24%;
	max-width: 313px;
	margin: 0 auto 50px;
}
.spot_list {
	width: 68%;
	max-width: 870px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.spot {
	position: relative;
	width: 31%;
	max-width: 270px;
	margin: 0 3.5% 30px 0;
}
.spot:nth-child(3n){
	margin: 0 0 30px 0;
}
.spot:nth-last-child(-n+3){
	margin-bottom: 0;
}
/*
.spot::before {
	content: '';
	position: absolute;
	bottom: 18px;
	right: 0;
	border-style: solid;
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #231815 transparent;
	z-index: 1;
}
.spot::after {
	content: '';
	position: absolute;
	bottom: 18px;
	right: 0;
	border-style: solid;
	border-width: 50px 50px 0 0;
	border-color: #fff transparent transparent transparent;
	z-index: 1;
}
*/
.spot_txt {
	position: absolute;
	top: 0;
	width: 100%;
	line-height: 0;
	z-index: 2;
}
.spot_photo {
	position: relative;
	line-height: 0;
	overflow: hidden;
}
.spot_photo_bg::before {
	content: '';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 1;
}
.spot_img {
	width: 100%;
	transition-duration: .5s;
}
.spot_link:hover .spot_img {
	transform: scale(1.1,1.1);
	transition: all .5s;
}
.spot_link:hover img{
	opacity:1;
}
.spot_btn {
	background: #000;
	padding: 2px;
	margin-top: 10px;
}
.spot_btn_acv {
	padding: 10px;
	display: inline-block;
	border: 1px solid #fff;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	color: #fff;
}
.spot_btn_acv:hover {
	opacity: 0.8;
	transition: .5s;
}



@media only screen and (max-width:1001px) {
	.spot::before {
		border-width: 0 0 30px 30px;
	}
	.spot::after {
		border-width: 30px 30px 0 0;
	}
}
@media only screen and (max-width:767px) {
	.content_spot {
		padding: 25px 0 50px;
		background: url('/assets/nihonnoshun/kyushu/img/bg02_sp.jpg');
		background-size: 100%;
	}
	.spot_ttl {
		width: 51%;
		margin: 0 auto 40px;
	}
	.spot_list {
		width: 93%;
		display: block;
	}
	.spot {
		width: 100%;
		max-width: none;
		margin: 0 auto 13px;
	}
	.spot:nth-child(3n),
	.spot:nth-last-child(-n+3){
		margin: 0 auto 13px;
	}
	.spot:last-child{
		margin: 0 auto;
	}
	.spot::before {
		display: none;
	}
	.spot::after {
		display: none;
	}
	.spot_link:hover .spot_img {
		transform: scale(1,1);
	}
	.spot_subtxt {
		color:#fff;
	}
}
/*********************
	.content_relatedsites
*********************/
.content_relatedsites {
	padding: 50px 0;
	background-color: #444;
}
.relatedsites_ttl {
	width: 19%;
	max-width: 242px;
	margin: 0 auto 50px;
}
.relatedsites_btn {
	/*width: 500px;*/
	width: 800px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.relatedsites_link {
	width: 49%;
	padding: 20px 0;
	color: #c71428;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	display: block;
	transition: all .2s;
	margin-right:2%;
	background-color: #fff;
}
.relatedsites_link:last-child {
	margin-right: 0;
}
.relatedsites_link:hover {
	color: #fff;
	background-color: #c71428;
}
@media only screen and (max-width:767px) {
	.content_relatedsites {
		padding: 25px 0 50px;
	}
	.relatedsites_ttl {
		width: 39%;
		margin: 0 auto 25px;
	}
	.relatedsites_btn {
		width: 73%;
	}
	.relatedsites_link {
		width: 100%;
		padding: 15px 0;
		font-size: 14px;
		margin: 0 0 10px 0;
	}
}
/*********************
	.tic_area
*********************/
.tic_area{
	width:100%;
	text-align:center;
	padding:40px 0;
}
.tic_area p{
	display:inline-block;
}
.tic_area p a{
	display:inline-block;
	height:66px;
	line-height:66px;
	color:#fff;
}
.tic_area p a:hover{
	opacity:0.7;
	transition:.3s;
}
.tic_area p a img {
	width: 100%;
}
@media only screen and (max-width:767px) {
	.tic_area{
		padding:30px 0;
	}
	.tic_area p a{
		width: 80%;
		height:30px;
		line-height:30px;
		font-size:13px;
	}
}
/*********************
	.fadeup
*********************/
.fadeup,
.fadein {
	opacity: 0;
}
.fadeup.js-fadeup,
.fadein.js-fadeup {
	-webkit-animation-name: fadeup;
	-moz-animation-name: fadeup;
	animation-name: fadeup;
	-webkit-animation-duration: .7s;
	-moz-animation-duration: .7s;
	animation-duration: .7s;
	-webkit-animation-timing-function: ease;
	-moz-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@keyframes fadeup {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.fadeup.js-fadeup:nth-child(2) {
	animation-delay: .1s;
}
.fadeup.js-fadeup:nth-child(3) {
	animation-delay: .2s;
}
.fadeup.js-fadeup:nth-child(4) {
	animation-delay: .3s;
}
.fadeup.js-fadeup:nth-child(5) {
	animation-delay: .4s;
}
.fadeup.js-fadeup:nth-child(6) {
	animation-delay: .5s;
}
.fadeup.js-fadeup:nth-child(7) {
	animation-delay: .6s;
}
.fadeup.js-fadeup:nth-child(8) {
	animation-delay: .7s;
}
.fadeup.js-fadeup:nth-child(9) {
	animation-delay: .8s;
}
.fadeup.js-fadeup:nth-child(10) {
	animation-delay: .9s;
}
.fadeup.js-fadeup:nth-child(11) {
	animation-delay: .10s;
}