@charset "UTF-8";
/* ================================================================
first_visual
================================================================ */
.first_visual {
	background-image: url(../img/first_visual.jpg);
	}
.first_visual h2 {
	letter-spacing: 0.2rem;
	}
.first_visual h2 span {
	letter-spacing: 0.4rem;
	}


/* ----------------------------------------------------------------
First_visual（lte_767px）
---------------------------------------------------------------- */
@media screen and (max-width:767px) {

}
/* ------------------------------------------------------------- */



/* ================================================================
ご挨拶
================================================================ */
#ct_message .container {
	margin-bottom: 100px;
	}
#ct_message h4 {
	margin-top: 40px;
	color: #de7722;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	}
#ct_message img.pht {
	width: 400px;
	margin: 20px 30px 20px 0;
	display: block;
	float: left;
	}
#ct_message .sign {
	text-align: right;
	}
#ct_message .sign p {
	display: inline-block;
	text-align: left;
	line-height: 1.4;
	}
#ct_message .sign .com_name {
	font-size: 2rem;
	}
#ct_message .sign .name {
	margin-left: 18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2.6rem;
	}


/* ----------------------------------------------------------------
ご挨拶（lte_767px）
---------------------------------------------------------------- */
@media screen and (max-width:767px) {

#ct_message .box {
	margin-bottom: 40px;
	}
#ct_message h4 {
	margin-top: 40px;
	margin-bottom: 15px;
	font-size: 2.2rem;
	text-align: center;
	}
#ct_message img.pht {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
	float: none;
	}
#ct_message .sign .com_name {
	font-size: 1.6rem;
	}
#ct_message .sign .name {
	margin-left: 12px;
	font-size: 2rem;
	}

}
/* ------------------------------------------------------------- */
