@charset "utf-8";

/* ==============================
PC maiko layout
Site Name: Hanasaki Manjiro;
Date: 2018.06;
================================= */

/* layout
================================= */
/* hero */
#header {
	background: url(../img/maiko/photo_hero.jpg) center no-repeat;
	background-size: cover;
}

/* intro
----------------------------- */
/* see common.css - intro */

/* chaege
----------------------------- */
/* price */
#price {
	margin-bottom: 160px;
}
#price .txts {
	margin-top: 160px;
	width: 952px;
}
#price__list {
	align-items: center;
	margin-top: 80px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#price h2 {
		height: 210px;
	}
}
/* example */
#example {
	background: url(../img/maiko/bg_chaege_example.jpg) center no-repeat;
	background-size: cover;
	padding-top: 120px;
	padding-bottom: 120px;
}
#example h3 {
	margin-bottom: 80px;
}
#example__list {
	align-items: center;
}
#example__list div {
	align-items: center;
	box-sizing: border-box;
	line-height: 1.8;
	width: 320px;
	height: 310px;
}
#example__list img {
	display: block;
	margin-bottom: 12px;
	height: 64px;
}
#example__list .fs--24 {
	line-height: 1.5;
}
.example01 {
	background: url(../img/btn_white.svg) 0 0 no-repeat;
	background-size: 320px;
}
.example02 {
	background: url(../img/btn_red.svg) 0 0 no-repeat;
	background-size: 320px;
	color: #faf9f4;
	padding-top: 48px;
}

/* about
----------------------------- */
#about {
	padding-bottom: 160px;
}
#about h2 {
	margin-bottom: 80px;
}
#about__list li {
	width: 400px;
}
#about__list .photo {
	margin-bottom: 32px;
}
#about__list img {
	width: 100%;
}
#about__list h3 {
	margin-bottom: 24px;
}

/* reason
----------------------------- */
/* see common.css - reason */
#reason h4 {
	font-size: 24px;
	letter-spacing: .1em;
	line-height: 1.6;
	margin-bottom: 24px;
}

/* faq
----------------------------- */
#faq {
	padding-bottom: 160px;
}
#faq h2 {
	margin-bottom: 96px;
}
/* list */
#faq__list dl {
	border-top: 1px solid rgba(40,40,40,.1);
	padding: 24px 80px;
}
#faq__list dl:last-child {
	border-bottom: 1px solid rgba(40,40,40,.1);
}
#faq__list dt {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}
#faq__list dt span {
	display: inline-block;
	width: 40px;
}
#faq__list dd {
	margin-left: 44px;
}

/* become
----------------------------- */
#become {
	padding-bottom: 160px;
}
#become .txts {
	margin-top: 160px;
	width: 464px;
}
#become .photo {
	margin-top: 160px;
	width: 400px;
}
#become__list {
	list-style: none;
}