@charset "UTF-8";

main.lower {
    padding-top: 90px;
}
div.ttlarea {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    padding-top: 90px;
    margin-bottom: 100px;
}
.history{
background: url(../images/history/bg_ttl.jpg) no-repeat;	
}
.gourmet{
background: url(../images/gourmet/bg_ttl.jpg) no-repeat;	
}
.activity{
background: url(../images/activity/bg_ttl.jpg) no-repeat;	
}
div.ttlarea h1 {
	text-align: center;
	font-size: 4rem;
	letter-spacing: 2px;
	color: #fff;
	font-weight: normal;
}
.course {
	margin-bottom: 60px;
}
.content_area {
	width: 1000px;
	margin: auto;
	padding-bottom: 100px;
}
.ttl_style_a {
	border-bottom: #d4594a solid 4px;
	font-size: 2.4rem;
	margin-bottom: 30px;
}
.ttl_style_a span {
	background: #d4594a;
	display: inline-block;
	color: #fff;
	width: 35px;
	height: 40px;
	text-align: center;
	margin-right: 18px;
}
.ttl_style_b {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.course .txt_area {
	width: 480px;
	display: inline-block;
}
.course .txt_area p {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
.txt_area.tx_left {
	float: left;
}
.txt_area.tx_right {
	float: right;
}
.more_b {
	color: #d4594a;
	margin-bottom: 25px;
	display: block;
}
.more_c {
	color: #d4594a;
	margin-bottom: 25px;
	display: block;
}
.more_b:after {
	content: " ＞";
}
.palce_data {
    border: 1px solid #000;
    padding: 3.5% 5%;
    min-width: 100%;
    display: inline-block;
}
.palce_data a.map_link {
	color: #d4594a;
	text-decoration: underline;
	margin-left: 15px;
}
.palce_data a.url {
	color: #d4594a;
	text-decoration: underline;
}
.course .txt_area .palce_data p {
	font-size: 90%;
	color:#000;
	margin-bottom: 10px;
}
.course a.tripadvisor {
	display: block;
	letter-spacing: 1px;
	font-size: 1.4rem;
	width: 100%;
	color: #fff;
	text-align: center;
	background: #00b087;
	padding: 8px 0;
}
.txt_area.left {
	float: left;
}
.txt_area.right {
	float: right;
}
.course .imgRight {
	float: right;
}
.course .imgLeft {
	float: left;
}
.spot_map {
	margin-top: 110px;
	margin-bottom: 100px;
}
.spot_map .ttl_style_c {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 50px;
}
.bottom_bn a {
	width: 100%;
	display: block;
	height: 200px;
	position: relative;
	background-color: #d4594a;
	/* background-image: url(../images/img_bn_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left center; */
	padding-left: 50%;
	color: #fff;
	font-size: 2rem;
	padding-top: 65px;
	padding-left: 55%;
}
.bottom_bn a img {
	position: absolute;
	top: 0;
	left: 0;
}
.bottom_bn a span {
	position: absolute;
    top: 32%;
    left: 55%;
}
@media screen and (max-width: 768px) {
	main.lower {
	    padding-top: 60px;
	}
	div.ttlarea {
		height: 80px;
		padding-top: 22px;
	    margin-bottom: 50px;
	}
	div.ttlarea h1 {
		font-size: 2.2rem;
	}
	.course {
		padding-top: 20px;
		margin-bottom: 30px;
	}
	.course img {
		margin-bottom: 15px;
	}
	.content_area {
		width: 94%;
		padding-bottom: 50px;
	}
	.ttl_style_a {
		font-size: 1.6rem;
		margin-bottom: 20px;
		position: relative;
		padding-left: 40px;
		display: table-cell;
		width: 100vw;
		height: 50px;
		vertical-align: middle;
	}
	.ttl_style_a span {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 50px;
		padding-top: 12px;
	}
	.ttl_style_b {
		font-size: 1.8rem;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.course .txt_area {
		width: 100%;
	}
	.more_b {
		margin-bottom: 20px;
	}
	.palce_data {
		border: 1px solid #000;
		padding: 12px 15px;	
		width: 100%;
	}
	.spot_map {
		margin-top: 80px;
	}
	.spot_map iframe {
		width: 100%;
	}
	.bottom_bn a {
	    display: block;
	    color: #fff;
	    padding-left: 0;
	    height: 230px;
	}
	.bottom_bn a img {
		display: block;
	}
	.bottom_bn a span {
		display: block;
	    font-size: 1.6rem;
	    padding-top: 62px;
	    padding-bottom: 20px;
	    padding-left: 5%;
	    top: inherit;
	    left: inherit;
	}
}