﻿/* CSS レイアウト */
div.rb_bg {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-image: linear-gradient(90deg, #BD9C69 50%, #000000 50%);
}
div.lb_bg {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	background-image: linear-gradient(90deg, #000000 50%, #BD9C69 50%);
}
div.subttl_box {
	padding: 60px 0px 10px 0px;
	margin: 0px auto 0px auto;
	width: 1200px;
	height: auto;
}
div.subttl_box h2 {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
	text-align: center;
	color: #000000;
	font-size: 36px;
	font-weight: 300;
	line-height: 130%;
}
div.subttl_box h2#small {
	height: auto;
	font-size: 31px;
	font-weight: 300;
	margin-bottom: 30px;
	line-height: 160%;
}

div.subttl_box p {
	padding: 0px 0px 10px 0px;
	margin: 0px auto 0px auto;
	font-family: 'Noto Serif JP','Noto Sans JP',"Hiragino Mincho ProN","HG明朝E","ＭＳ 明朝", serif;
	font-size: 23px;
	line-height: 180%;
	text-align: left;
	width: 91%;
	font-weight: 400;
}
div.subttl_box p span {
	font-size: 30px;
	line-height: 180%;
	font-weight: 500;
}
div.subttl_box p#yajirushi {
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 42px;
	height: auto;
}
div.subttl_box p#yajirushi img {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: auto;
}


div#about {
	background-position: center bottom;
	margin: 0px auto 0px auto;
	padding: 0px 0px 420px 0px;
	width: 1338px;
	height: auto;
	background-color: #040000;
	background-image: url('../imgs/about_bg.gif');
	background-repeat: no-repeat;
}
div#about h2 {
	padding: 30px 0px 20px 0px;
	margin: 0px auto 0px auto;
	width: 900px;
	height: auto;
	text-align: center;
	color: #CCAD60;
	font-size: 41px;
	font-weight: 300;
	line-height: 120%;
}
div#about p {
	padding: 0px 10px 10px 10px;
	margin: 0px auto 0px auto;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 200%;
	text-align: center;
	width: 880px;
	font-weight: 400;
}
div#about p#link_btn {
	padding: 0px;
	margin: 0px auto 0px auto;
	text-align: center;
	width: 110px;
	height: auto;
}
div#about p#link_btn a {
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	width: auto;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
div#about p#link_btn a:hover {
	text-decoration: none;
	color: #CCAD60;
}
div#about p#link_btn a img {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	width: 23px;
	height: auto;
}
div#news_area {
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	height: auto;
}



div#item_map {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1200px;
}
div#item_map h3 {
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	text-align: left;
	line-height: 130%;
	color: #000000;
	font-weight: 500;
	width: auto;
}
div#item_map h3 a {
	color: #000000;
}
div#item_map h3 a:hover {
	color: #CC0000;
	text-decoration: underline;
}
div#item_map p {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	text-align: left;
	line-height: 130%;
	color: #000000;
	font-weight: 400;
	width: auto;
}

div.gmap {
	border-width: 0px;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: auto;
	height: 550px;
}
div#item_map input {
	border-width: 0px;
	margin: 5px 2px 0px 2px;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
	background-color: #336699;
	border-radius: 3px;
	color: #FFFFFF;
}
p#bana_full {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	background-color: #000000;
	height: auto;
}
p#bana_full img {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
}
p#bana_full img#pc {
	height: auto;
}
p#bana_full img#sp {
	height: auto;
	display: none;
}
p#bana_half {
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	background-color: #000000;
	height: auto;
}
p#bana_half img {
	width: 50%;
}


div#link_bana {
	margin: 0px auto 100px auto;
	padding: 0px;
	width: 1200px;
	height: auto;
	text-align: center;
}
div#link_bana ul {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
}
div#link_bana ul li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 25%;
	height: auto;
	text-align: center;
	float: left;
}
div#link_bana ul li a img {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	width: 90%;
	height: auto;
	text-align: center;
}
div#link_bana ul li a:hover img {
	border: 1px solid #BD9C69;
	margin: 0px;
	padding: 0px;
	width: 90%;
	height: auto;
	text-align: center;
}






/* メディアクエリー部分 */
/*===============================================
画面の横幅が1200px以上
===============================================*/
@media screen and (min-width: 1200px){

}

/*===============================================
画面の横幅が1199pxまで
===============================================*/
@media screen and (max-width: 1199px){
div.subttl_box {
	padding: 30px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 100%;
	height: auto;
}
div#about {
	width: 100%;
}
div#about h2 {
	height: auto;
}
div#about p {
	width: 80%;
}
div#link_bana {
	margin: 0px auto 100px auto;
	padding: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
div#item_map {
	width: 94%;
}


}



/*===============================================
画面の横幅が959pxまで
===============================================*/
@media screen and (max-width: 960px){
div#about h2 {
	width: 90%;
	height: auto;
	font-size: 30px;
}
div#about p {
}

div#item_map {
	width: 100%;
}
div.gmap {
	height: 500px;
}
p#bana_half img {
	width: 100%;
	height: auto;
}
p#bana_full img#pc {
	display: none;
}
p#bana_full img#sp {
	display: block;
}

}
/*===============================================
画面の横幅が598pxまで
===============================================*/
@media screen and (max-width:599px){
div.subttl_box {
	padding-top: 30px;
}
div.subttl_box h2 {
	width: 96%;
	font-size: 22px;
	font-weight: 400;
	line-height: 130%;
}
div.subttl_box h2#small {
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 10px;
	line-height: 140%;
}
div.subttl_box p {
	padding: 0px 10px 10px 10px;
	margin: 0px auto 0px auto;
	font-family: 'Noto Serif JP','Noto Sans JP',"Hiragino Mincho ProN","HG明朝E","ＭＳ 明朝", serif;
	font-size: 16px;
	line-height: 160%;
	width: 90%;
	font-weight: 500;
}
div.subttl_box p span {
	font-size: 18px;
	font-weight: 500;
	line-height: 150%;
}
div.subttl_box p#yajirushi {
	padding: 10px 0px 0px 0px;
	width: 42px;
	height: auto;
}
div#about {
	padding: 0px 0px 250px 0px;
	width: 100%;
	height: auto;
	background-size: 160%;
}
div#about h2 {
	padding: 20px 0px 20px 0px;
	width: 100%;
	height: auto;
	font-size: 22px;
	font-weight: 500;
}
div#about p {
	width: 90%;
	line-height: 150%;
	text-align: left;
}
div#about p#link_btn a img {
	margin: 5px 0px 0px 0px;
	width: 18px;
	height: auto;
}
div#item_map {
	padding: 0px;
}
div#item_map h3 {
	font-size: 13px;
	font-weight: 600;
}
div#item_map p {
	font-size: 12px;
}
div#link_bana {
	margin: 0px auto 20px auto;
	width: 100%;
}
div#link_bana ul li {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 50%;
	height: auto;
	text-align: center;
	float: left;
}



}

