/* CSS Document */


/* --------------------------------------------------
ttl-page
-------------------------------------------------- */

.ttl-page{
	background: url(../img//bg-ttl-tourist-info.jpg) center no-repeat;
	background-size: cover;
}


/* --------------------------------------------------
tourist-info
-------------------------------------------------- */
.tourist-info{
	position: relative;
	z-index: 0;
}

.tourist-info::after{
	content: "";
	display: block;
	position: absolute;
	width: 90%;
	height: 80%;
	margin: auto;
	top: 16%;
	bottom: auto;
	right: auto;
	left: 0;
	z-index: -1;
	background: #F3F3F3;
}

/* --------------------------------------------------
tourist-info-mv
-------------------------------------------------- */
.tourist-info-mv{
	text-align: right;
	width: 95%;
	margin: 0 0 5% auto;
}

@media screen and (max-width: 800px) {
	.tourist-info-mv{
		margin: 0 2% 5%;
	}
}

/* --------------------------------------------------
ttl-post
-------------------------------------------------- */
.ttl-post{
	font-size: 4.7rem;
	font-weight: bold;
	width: 70%;
	position: relative;
	padding-bottom: 1em;
	margin: 0 0 2em 1em;
}
.ttl-post::after{
	content: "";
	display: block;
	position: absolute;
	width: 100px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #D33845;
}

@media screen and (max-width: 800px) {
	.ttl-post{
		font-size: 2rem;
		width: 100%;
		margin-left: 0;
	}
}


/* --------------------------------------------------
list-tourist-info
-------------------------------------------------- */
.list-tourist-info{
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-tourist-info li{
	background: #fff;
	padding: 3em;
	margin: 0 0 3%;
	width: calc(50% - 30px);
}

.list-tourist-info li h3{
	font-size: 3.5rem;
	font-weight: bold;
	margin-bottom: 1em;
}

.list-tourist-info li p{
	margin-bottom: 2em;
}

.list-tourist-info li dl{
	border-left: 2px solid #707070;
	padding-left: 1.6em;
	font-size: 1.4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.list-tourist-info li dl dt,
.list-tourist-info li dl dd{
	margin-bottom: 1em;
}
.list-tourist-info li dl dt{
	min-width: 12rem;
	font-weight: bold;
}
.list-tourist-info li dl dd{
	width: calc(100% - 12rem);
}
.list-tourist-info li dl dd span{
	font-size: 1rem;
}

.list-tourist-info .btn-postback{
	text-align: left;
}
.list-tourist-info .btn-postback a{
	border-color: #E62115;
	color: #E62115;
	background: #fff;
}
.btn-postback a::after {
	border-color: #E62115;
}
.list-tourist-info .btn-postback a:hover{
	border-color: #fff;
	color: #fff;
	background: #E62115;
}
.btn-postback a:hover::after {
	border-color: #fff;
}

@media screen and (max-width: 800px) {
	.list-tourist-info li{
		width: 100%;
		padding: 1em 10px;
	}
	.list-tourist-info li h3{
		font-size: 1.8rem;
	}
	.list-tourist-info li dl{
		display: block;
	}
	.list-tourist-info li dl dt,
	.list-tourist-info li dl dd{
		width: 100%;
	}
	.list-tourist-info .btn-postback{
		text-align: center;
	}
	.list-tourist-info .btn-postback a{
		min-width: 180px;
		padding: 0.5em;
	}
}







/* --------------------------------------------------
既存流用
-------------------------------------------------- */


/* sentence-area */

.sentence-area {
	font-size:0;
	margin-right:-3%;
}

.sentence {
	font-size: 1.5rem;
	display:inline-block;
	width:47%;
	margin-right:3%;
	vertical-align:top;
}

.s-ttl {
	background:#F6F8F9;
	border-top:1px solid #EEF0F1;
	border-bottom:1px solid #EEF0F1;
	padding:0.5em 1.5em;
	font-size: 1.8rem;
	line-height:1.2;
}

.s-ttl span{
	display:inline-block;
}

.s-pht {
	font-size:0;
	padding:2%;
	text-align:center;
}

.s-pht li{
	display:inline-block;
	margin:1.5%;
	width:47%;

}

.single-ph{
	display:inline-block;
	margin:1.5%;
	width:97%;
	padding:2%;
}

.s-pht li img{
	width:auto;
	height:auto;
	max-width:100%;
}


.single-ph{
	display:inline-block;
	margin:1.5%;
	width:97%;
	padding:2%;
	text-align:center;
}
.single-ph img{
	width:auto;
	height:auto;
	max-width:100%;
}


.s-txt {
	padding:0 2em 1.5em;
}

.s-txt p{
	margin-bottom:0.5em;
}

.s-txt dl{
	margin-bottom:0.5em;
	display:table;
}

.s-txt dl dt{
	display:table-cell;
	font-weight:bold;
	white-space:nowrap;
}

/* .s-txt dl dd{
	display:table-cell;
} */

.s-txt dl dd span{
	font-size: 1.3rem;
	font-style: italic;
}


@media screen and (max-width: 1080px) {


	/* sentence-area */


	.sentence {
		font-size: 1.4rem;
	}

	.s-ttl {
		padding:0.5em 1em;
		font-size: 1.7rem;
	}

	.s-ttl span{
		font-size: 1.5rem;
	}

	.s-txt {
		padding:1em 1.2em;
	}


}





@media screen and (max-width: 767px) {


	/* sentence-area */

	.sentence-area {
		font-size:0;
		margin-right:0;
	}

	.sentence {
		font-size: 1.3rem;
		display:block;
		width:100%;
		margin-right:0;
	}

	.s-ttl {
		font-size: 1.6rem;
	}
	.s-ttl span{
		font-size: 1.4rem;
	}


}
