/* site-logo */
h1.site-logo {
	font-size: 40px;
	text-align: center;
	margin: 20px 0;
}

h1.site-logo span {
	font-size: 25px;
	vertical-align: text-top;
}

/* contents_0: ページタイトル */
#contents_0 {
	padding: 30px 0 25px;
}

.page-title {
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
	line-height: 1.3;
}

.page-title-sub {
	display: block;
	font-size: 26px;

	color: #1d1d1d;
	margin-bottom: 8px;
	font-weight: 600;
}

/* contents_1: nayami */
#contents_1 {
	padding-top: 20px;
	padding-bottom: 10px;
}

#contents_1_h2 {
	color: #1ab7c5;
	font-size: 36px;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 10px;
}

#contents_1_h2 b { font-weight: 700; }

#contents_1 h3 {
	font-size: 24px;
	margin-top: 26px;
	margin-left: 73px;
	margin-bottom: 25px;
	color: #1a1a1a;
}

#nayami_1 .nayami-text p {
	font-size: 15px;
	padding-left: 254px;
	padding-top: 1px;
	padding-right: 18px;
}

#nayami_1 .nayami-text p b { color: #1ab7c5; }

#nayami_2 .nayami-text p {
	font-size: 15px;
	padding-left: 210px;
	padding-top: 1px;
	padding-right: 18px;
}

#nayami_2 .nayami-text p b { color: #1ab7c5; }

p.the-toku {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	margin: 20px 0 30px 0;
	clear: both;
	padding-top: 10px;
}



/* footer/address */
.address {
	padding: 35px 0;
	line-height: 1.5;
	font-size: 20px;
}

.address h2 {
	color: #05b1c0;
	font-weight: 800;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 49px;
	width: 340px;
	display: table-cell;
	vertical-align: top;
}

.address div {
	display: table-cell;
	vertical-align: top;
	font-weight: 500;
}

.address div.contentwidth { display: block; }

footer {
	border-top: 4px solid #ddd;
	padding: 30px 0;
	text-align: center;
	font-size: 17px;
	background-color: #f6f6f6;
}

footer a { color: #000; }

.btn_inquiry { clear: both; }

.btn_inquiry a {
	margin: 80px auto;
	display: table;
	padding: 20px 60px;
	font-size: 45px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 700;
	background: linear-gradient(to right, rgba(235,33,33,1) 0%, rgba(235,119,33,1) 100%);
}

.btn_inquiry a span { font-size: 0.8em; }

.btn_inquiry1 { clear: both; }

.btn_inquiry1 a {
	margin: 80px auto;
	display: table;
	padding: 20px 60px;
	font-size: 40px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-radius: 100px;
	font-weight: 700;
	background: linear-gradient(to right, rgba(235,33,33,1) 0%, rgba(235,119,33,1) 100%);
}

.btn_inquiry1 a span { font-size: 0.8em; }

#btn_otameshi {
	display: table;
	margin: 0 auto 30px;
	background-color: #fd3838;
	color: #fff;
	padding: 10px 50px;
	font-size: 30px;
	border-radius: 100px;
	border-bottom: 4px solid #a00f0f;
	text-decoration: none;
	font-weight: 600;
}