@charset "UTF-8";

/*title
----------------------------------------*/
.ttl_page {
	background: url(../img/new/bg_ttl_page.jpg) center center;
	background-size: cover;
}
.ttl_page h1 {
	letter-spacing: 4.4px;
	padding-left: 4.4px;
}
.ttl_page h1 span {
	letter-spacing: 2.9px;
}
@media only screen and (max-width: 736px) {
	.ttl_page h1 span {
		letter-spacing: 2.8px;
	}
}

/* read_block
----------------------------------------*/
.read_block {
	padding: 32px 0 47px;
}
@media only screen and (max-width: 736px) {
	.read_block {
		padding: 25px 0;
	}
}

/* flow_block
----------------------------------------*/
.flow_block {
	text-align: center;
	padding-bottom: 54px;
	margin-bottom: 74px;
}
.flow_block::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 220px;
	display: block;
	background: url(../img/common/bg_01.png);
}
.flow_block h2,
.entry_block h2 {
	font-size: 2.4rem;
	color: #a4730c;
	text-align: center;
	letter-spacing: 3.8px;
	padding-bottom: 21px;
	margin-bottom: 40px;
}
.flow_block h2::after,
.entry_block h2::after {
	content: "";
	width: 60px;
	height: 2px;
	display: block;
	background: #b28850;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -30px;
}
@media only screen and (max-width: 736px) {
	.flow_block {
		padding: 0 4.687% 30px;
		margin-bottom: 35px;
	}
	.flow_block::before {
		height: 800px;
		background-size: 68px auto;
	}
	.flow_block h2,
	.entry_block h2 {
		font-size: 1.6rem;
		letter-spacing: 2.5px;
		padding-bottom: 11px;
		margin-bottom: 20px;
	}
	.flow_block h2::after,
	.entry_block h2::after {
		width: 40px;
		height: 1px;
		margin-left: -20px;
	}
}

/* entry_block
----------------------------------------*/
.entry_block {
	text-align: center;
}
.entry_block h2 {
	margin-bottom: 26px;
	letter-spacing: 2px;
}
.entry_block p {
	letter-spacing: .3px;
}
.entry_block .bnr {
	background: url(../img/common/bg_01.png);
	margin-top: 35px;
	padding: 0 1px 120px 0;
}
.entry_block .bnr img {
	vertical-align: bottom;
}
.entry_block .bnr p {
	background: #b28850;
	padding: 40px 0;
}
.entry_block .bnr p a {
	position: relative;
	display: inline-block;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.entry_block .bnr p a:hover {
	opacity: .6;
}
.entry_block .bnr p a::after {
	content: "";
	width: 8px;
	height: 16px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	background: url(../img/new/icon_bnr_arrow.png) no-repeat;
	margin-top: -8px;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}
.entry_block .bnr p a:hover::after {
	right: 10px;
}
@media only screen and (max-width: 736px) {
	.entry_block h2 {
		margin-bottom: 15px;
		letter-spacing: 1.5px;
	}
	.entry_block > p {
		padding: 0 4.687%;
		font-size: 1.2rem;
	}
	.entry_block .bnr {
		background-size: 68px auto;
		margin-top: 20px;
		padding: 0 0 60px;
	}
	.entry_block .bnr p {
		padding: 20px 4.687%;
	}
}