@charset "utf-8";
/* CSS Document */

/* トップページ設定 */

#contents {
	background-image:none;
}

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

/* PC用設定 */

/* トップイメージ設定 */
#top_img {
	background-image: url(../img/home/top_img.webp);
	background-repeat: no-repeat;
	background-position: center top;
	height: 490px;
}
#top_img img {
	display:none;
}
/* サイトメニュー設定 */
#site_menu {
	background-image: url(../img/title_bk.png);
	background-repeat: repeat-y;
	background-position: center top;
	padding:20px 0px;
}
#site_menu ul {
	width:1200px;
	margin:0px auto;
}
#site_menu li {
	float:left;
	width:388px;
}
#site_menu li img {
	width:auto;
}
#site_menu li:nth-child(2) {
	margin:0px 18px;
}
/* ごあいさつ設定 */
#message {
	background-image: url(../img/home/message_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:80px;
}
#message .bottom {
	background-image: url(../img/home/message_bk2.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:80px;
}
#message h2 {
	font-size: 56px;
	line-height: 1em;
	text-align: center;
	margin-bottom:60px;
}
#message h2:before {
    content: "Message";
    display: block;
	font-size: 36px;
	line-height: 2em;
}
#message .section h3 {
	font-size: 36px;
	line-height: 1.5em;
	margin-bottom:30px;
	text-shadow: 1px 1px 1px #FFF;
}
#message .section dl {
	margin-bottom:45px;
}
#message .section dt {
	float:left;
	width:720px;
}
#message .section dt p {
	text-shadow: 1px 1px 1px #FFF;
}
#message .section dd {
	float:right;
	width:400px;
}
#message .section dd img {
	width:100%;
}
}
@media screen and (max-width: 767px){

/* スマホ用設定 */

/* トップイメージ設定 */
#top_img {
	background-image: none;
	height: auto;
}
#top_img img {
	width:100%;
}
/* サイトメニュー設定 */
#site_menu {
	background-image: url(../img/title_bk.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100%;
	padding:10px;
}
#site_menu ul {
	width:auto;
	margin:0px;
}
#site_menu li {
	float:left;
	width:31.3%;
}
#site_menu li img {
	width:100%;
}
#site_menu li:nth-child(2) {
	margin:0px 3%;
}
/* ごあいさつ設定 */
#message {
	background-image: url(../img/sp/home/message_bk.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100%;
	padding-top:40px;
}
#message .bottom {
	background-image: url(../img/sp/home/message_bk2.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size:100%;
	padding-bottom:1px;
}
#message h2 {
	font-size: 18px;
	line-height: 1em;
	text-align: center;
	margin-bottom:20px;
}
#message h2:before {
    content: "Message";
	font-size: 13px;
	line-height: 2em;
	display: block;
}
#message .section h3 {
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom:15px;
	text-shadow: 1px 1px 1px #FFF;
}
#message .section dl {
	margin-bottom:30px;
}
#message .section dt {
	float:none;
	width:auto;
}
#message .section dt p {
	text-shadow: 1px 1px 1px #FFF;
}
#message .section dd {
	float:none;
	width:70%;
	margin:0px auto;
	margin-top:20px;
}
#message .section dd img {
	width:100%;
}
}
