﻿#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	background-size: px px;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

#dammy {
	position: absolute;
	left:0;
	bottom:0;
	content: '';
	width:0;
	height:6px;
	background-color: #FFF;
}

#dammy:last-child {
	margin-bottom:0;
}

/*
=================================== */
.content_main {
	padding-top:40px;
}

.mtitle_block {
	margin:0 15px 50px;
}

.mtitle_block h2 {
	margin:0 0 5px;
	padding:0 0 0 20px;
	line-height:1.2;
	font-size:3.0rem;
	letter-spacing: 0.04em;
	position: relative;
}

.mtitle_block h2::before {
	position: absolute;
	left:0;
	top:15px;
	content: '';
	background-color: #e4c558;
	width:10px;
	height:10px;
	border-radius: 10px;
}

.mtitle_block p {
	padding:0 0 0 20px;
	line-height:1.4;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.08em;
}

.marea_block {
	margin:0 0 50px;
}

.marea_block .mimage {
	margin:0 0 20px;
}

.marea_block .mimage:last-child {
	margin-bottom:0;
}

.marea_block .exbox p {
	line-height:1.65;
	font-size:1.6rem;
	font-weight: bold;
}

.subarea_block {
	margin:0 0 50px;
}

.subarea_block:last-child {
	margin-bottom:0;
}

.subarea_block.btype1 {
}

.subarea_block.btype1 h3 {
	margin:0 0 10px;
	line-height:1.75;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.subarea_block.btype1 .entry_body p {
	margin:0 0 10px;
	line-height:2.0;
	font-family: "游ゴシック", "Yu Gothic", "source-han-sans-japanese", sans-serif;
}

.subarea_block.btype1 .entry_body p:last-child {
	margin-bottom:0;
}

.subarea_block.btype1 .entry_body p a {
	text-decoration: underline;
}

.subarea_block.btype2 {
}

.subarea_block.btype2 h3 {
	margin:0 0 20px;
	line-height:1.75;
	font-size:1.8rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.subarea_block.btype2 .imagebox {
	margin:0 0 15px;
}

.subarea_block.btype2 .imagebox p {
	background-position: center top;
	background-size: contain;
}

.subarea_block.btype2 .exbox {
}

.subarea_block.btype2 .exbox p {
	margin:0 0 15px;
	line-height:2.2;
	font-family: "游ゴシック", "Yu Gothic", "source-han-sans-japanese", sans-serif;
}

.subarea_block.btype2 .exbox p:last-child {
	margin-bottom:0;
}

.subarea_block.btype3 {
}

.subarea_block.btype3 .imagebox {
	margin:0 0 15px;
}

.subarea_block.btype3 .ex_block {
}

.subarea_block.btype3 .ex_block .titlebox {
	margin:0 0 20px;
}

.subarea_block.btype3 .ex_block .titlebox h3 {
	margin:0 0 10px;
	line-height:1.75;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.02em;
}

.subarea_block.btype3 .ex_block .titlebox .priceline {
	line-height:1.4;
	font-size:1.6rem;
	letter-spacing: 0.04em;
}

.subarea_block.btype3 .ex_block .exbox {
}

.subarea_block.btype3 .ex_block .exbox p {
	margin:0 0 15px;
	line-height:2.0;
	font-family: "游ゴシック", "Yu Gothic", "source-han-sans-japanese", sans-serif;
}

.subarea_block.btype3 .ex_block .exbox p:last-child {
	margin-bottom:0;
}

.subarea_block.btype4 {
	display: flex;
	align-items: stretch;
	flex-wrap:wrap;
}

.subarea_block.btype4 .itembox {
	padding:0 25px 15px;
	width:50%;
	text-align: center;
}

.subarea_block.btype4 .itembox .label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 0 10px;
	height:calc(50vw - 65px);
	font-size:2.0rem;
	font-weight: bold;
	letter-spacing: 0.08em;
	position: relative;
}

.subarea_block.btype4 .itembox .label::before {
	position: absolute;
	top:0;
	left:0;
	content: '';
	background-color: #faf5f0;
	width:100%;
	height:100%;
	border-radius: 50%;
	z-index:-1;
}

.subarea_block.btype4 .itembox .ex {
	line-height:1.75;
	letter-spacing: 0.02em;
	font-family: "游ゴシック", "Yu Gothic", "source-han-sans-japanese", sans-serif;
}

.subbtn_block {
	text-align: center;
}

.subbtn_block p {
	display: inline-block;
}

.subbtn_block p a {
	display: block;
	padding:0 20px;
	min-width:280px;
	line-height:60px;
	text-align: center;
	font-size:1.6rem;
	font-weight: bold;
	letter-spacing: 0.04em;
	background-color: #e4c558;
	border-radius: 40px;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.content_main {
		padding-top:270px;
	}

	.mtitle_block {
		margin:0 0 40px;
	}

	.mtitle_block h2 {
		padding:0 0 0 25px;
		line-height:1.1;
		font-size:5.0rem;
	}

	.mtitle_block h2:last-child {
		margin-bottom:0;
	}

	.mtitle_block h2::before {
		top:20px;
	}

	.mtitle_block p {
		padding:0 0 0 25px;
		font-size:1.8rem;
	}

	.marea_block {
		margin:0 0 70px;
	}

	.marea_block .mimage {
		margin:0 0 30px;
	}

	.marea_block .exbox p {
		font-size:2.8rem;
	}

	.subarea_block {
		margin:0 0 90px;
	}

	.subarea_block.btype1 h3 {
		font-size:2.6rem;
	}

	.subarea_block.btype1 .entry_body p {
		margin:0 0 15px;
		line-height:2.2;
	}

	.subarea_block.btype1 .entry_body p a:hover {
		text-decoration: none;
	}

	.subarea_block.btype2 {
	}

	.subarea_block.btype2 h3 {
		margin:0 0 35px;
		font-size:2.6rem;
	}

	.subarea_block.btype2 .wrap_block {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}

	.subarea_block.btype2 .imagebox {
		margin:0;
		width:430px;
	}

	.subarea_block.btype2 .exbox {
		width:350px;
	}

	.subarea_block.btype2 .exbox p {
		margin:0 0 15px;
		line-height:2.2;
		font-family: "游ゴシック", "Yu Gothic", "source-han-sans-japanese", sans-serif;
	}

	.subarea_block.btype3 {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: row-reverse;
	}

	.subarea_block.btype3 .imagebox {
		margin:0;
		width:320px;
	}

	.subarea_block.btype3 .ex_block {
		width:450px;
	}

	.subarea_block.btype3 .ex_block .titlebox {
		margin:0 0 35px;
	}

	.subarea_block.btype3 .ex_block .titlebox h3 {
		font-size:2.2rem;
	}

	.subarea_block.btype3 .ex_block .titlebox .priceline {
		font-size:1.8rem;
	}

	.subarea_block.btype3 .ex_block .exbox {
	}

	.subarea_block.btype3 .ex_block .exbox p {
		line-height:2.2;
		font-size:1.4rem;
	}

	.subarea_block.btype4 {
		display: flex;
		align-items: stretch;
	}

	.subarea_block.btype4 .itembox {
		padding:0 25px;
		width:200px;
		text-align: center;
	}

	.subarea_block.btype4 .itembox .label {
		margin:0 0 20px;
		height:150px;
		font-size:2.5rem;
	}

	.subbtn_block p a {
		padding:0 40px;
		min-width:300px;
		line-height:80px;
		font-size:1.8rem;
	}
}
