@charset "shift_jis";

/*@import "reset.css";*/
@import "util.css";

/* 1:リセット ---------------------------------------*/ 
* {
margin:0;
padding:0;
}


body {
	background:url(../img/common/contesnts_back.jpg) center top  no-repeat fixed #f1eee3;
	text-align:center;
	margin:0 auto;
	font-size:14px;
	line-height:1.8;
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	min-width:1100px;
	height: 100%;
	color: #000;
	
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



.clear{
clear:both;
margin:0;
padding:0;
}

a{
outline:0;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

ul {
list-style-type: none;	
}


.sp{
	display:none;
}

span{
	display:none;
}

sup{
font-size:0.667em;
}

p{
font-size:14px;
margin:0 0 20px 0;
text-align: justify;
text-justify: inter-ideograph;
}


.p_cap{
font-size:10px;
padding:0;
margin:0 0 20px 0;
text-align:left;
}


.p_cap_r{
font-size:10px;
padding:0;
margin:0 0 20px 0;
text-align: right;
}

a:link {
color: #bc0d38;
text-decoration: underline;
}

a:visited {
color: #bc0d38;
text-decoration: underline;
}

a:hover {
color: #bc0d38;
text-decoration: none;
}

a:active {
color: #bc0d38;
text-decoration: none;
}

/* ヘッダー グロナビ---------------------------------------*/
#header_back{
	position:absolute;
	width:100%;
	height:100px;
	margin:0 auto;
	padding:0;
	top:0;
	left:0;
	background-color: rgba(239,239,239,0.8);
	z-index:200;
	position: fixed;
}


#header{
	width:1100px;
	height:100px;
	margin:0 auto;
	text-align:center;
	overflow:hidden;
}



#header h1{
	float:left;
	width:120px;
	height: 76px;
	margin:10px 0 0 0;
}
	
#header #header_r{
	float:right;
	width:500px;
	text-align: right;
	margin:13px 0 0 0;
}


#header_r ul{
	float:right;
	padding:0;
	margin:0;
}


#header_r ul li a{
outline:0;
}


#header_r ul li{
	float:left;
	margin:0 0 0 10px;
}

#header_r li a{ 
display: block;
}

#header_r a:hover img{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}


#gnavi{
	float:right;
	width:820px;
	height:25px;
	margin:13px 0 0 0;
	text-align: right;
	overflow:hidden;
}


#gnavi ul{
	overflow:hidden;
	margin:0 auto;
	float:right;
}


#gnavi ul li a{
outline:0;
}


#gnavi ul li{
	float:left;
	margin:0 0 0 0;
	padding:0;
	line-height:0;
}

#gnavi li a{ 
display: block;
}

.button-toggle {
    display:none;
}

.button-phone{
    display:none;
}

.button-form{
    display:none;
}




.menu , .menu02 {
    display:none;
}


/* メイン -------------------------------------*/

#main_img{
	width: 100%;
	height: auto;
	position:relative;
	margin:0 auto;
	padding:0 0 0 0;
	background-color:#000;
}


#main_img h3{
	width:400px;
	height:60px;
	margin:170px auto 0 auto;
}

/* コンテンツ -------------------------------------*/



#contents{
	width:1100px;
	margin:20px auto;
	text-align:center;
	overflow:hidden;
}

#contents h2{
	text-align:center;
	margin:20px auto 40px auto;
}





#contents h4{
	text-align:left;
	margin:40px 0;
}


#contents h5{
	text-align:left;
	margin:0 0 60px 0;
}

#contents h6{
	text-align:left;
	margin:0 0 20px 0;
}


p.p_read{
	text-align:center;
}
	
#contents .con_navi{
	width:1108px;
	margin:0 -8px 0 0;
	padding: 40px 0;
	text-align:center;
	overflow:hidden;
}

.con_navi ul li a{
outline:0;
}

.con_navi ul li{
	display:inline;
	margin:0 5px 0 0;
}


.con_navi ul li.li_last{
	display:inline;
	margin:0 0 0 0;
}

#page_bt_form{
	display:none;
}


/* フッター ---------------------------------------*/

#foot_back{
	clear:both;
	width:100%;
	height:120px;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
	overflow:hidden;
	/*background:url(../img/common/foot_back.jpg) left top repeat;*/
	background-color: #000;
}

#foot{
	position:relative;
	width:1100px;
	height:auto;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
	
#foot_l{
	float:left;
	width:450px;
	padding:10px 0 0 0;
	text-align:left;
}

#foot_r{
	float:right;
	width:500px;
	padding:10px 0 0 0;
	text-align:right;
}


#foot_r ul{
	clear:both;
	float:right;
	padding:0;
	margin:0;
}


#foot_r ul li a{
outline:0;
}


#foot_r ul li{
	float:left;
	margin:0 0 0 10px;
}


#foot_r li a{ 
display: block;
}

#foot_r a:hover img{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}

address{
	clear:both;
	float:right;
	margin:10px 0;
}

#foot_address_link{
	clear:both;
	width:100%;
	height:auto;
}
	
	

#foot_address_link p{
	text-align:right;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#ffffff;
	margin:0 0 0 0;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
	


#foot_address_link p a:link {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:visited {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:hover {
color: #fff;
text-decoration: none;
}

#foot_address_link p a:active {
color: #fff;
text-decoration: none;
}

@media only screen and (max-width: 767px) {
body{
	min-width:100%;
	font-size:1.000em;
}

.pc{
	display:none;
}

.sp{
	display:inherit;
}

span{
	display:block;
}

.p_cap{
text-align: justify;
text-justify: inter-ideograph;
}

.p_cap_r{
text-align: justify;
text-justify: inter-ideograph;
}

#header_back{
	position: inherit;
	width:100%;
	height:100px;
	margin:0 auto;
	padding:0;
	top:0;
	left:0;
	background-color: #FFF;
	opacity:1;
	z-index:200;
}

#header{
	width:100%;
	height:auto;
}


#header #header_r{
	display:none;
}

#header h1{
	float:left;
	width:92px;
	height:auto;
	margin:10px;
	padding:0;
}

.button-phone{
	float: right;
	margin:11px 0 0 10px;
	padding:1px;
	box-shadow: 0 0 0 1px #525252;
	cursor:pointer;
}

.button-form{
	float: right;
	margin:11px 0 0 0;
	padding:1px;
	box-shadow: 0 0 0 1px #525252;
	cursor:pointer;
}


.button-toggle {
	float: right;
	margin:11px 10px 0 10px;
	padding:1px;
	box-shadow: 0 0 0 1px #525252;
	cursor:pointer;
}

#gnavi{
	display:none;
}

.menu {
	position: absolute;
	top:100px;
	width: 100%;
	background: #666;
	color: #999;
	overflow: hidden;
	z-index:9999;
}


.menu02 {
	width: 100%;
	background: #666;
	color: #999;
	overflow: hidden;
	border-top:1px solid #E6E6E6;
}

.menu ul , .menu02 ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li , .menu02 li{
	/*position: relative;*/
	float:left;
	width:50%;
}

.menu .li_map , .menu02 .li_map{
	/*position: relative;*/
	float:left;
	width:50%;
}

.menu .li_form , .menu02 .li_form {
	background-color:#900;
	color: #fff;
	width:100%;
	/*width:50%;*/
}

.menu .li_02 a , .menu02 .li_02 a {
	color:#fff !important;
}



.menu .li_cr a , .menu02 .li_cr a {
	background-color: #000;
	color:#fff !important;
}

.menu .li_soon , .menu02 .li_soon {
	background-color: #666;
	color: #5b5b5b;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: 1px solid #E6E6E6;
	height: 40px;
	line-height: 40px;
	font-size: 0.833em;
}

.menu a , .menu02 a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 20px;
	border-bottom: 1px solid #E6E6E6;
	height: 40px;
	line-height: 40px;
	font-size: 10px;
}

.menu a:hover , .menu02 a:hover {
	background: #333;
	color: #fff;
}

.menu li.li_form  a , .menu02 li.li_form a{
	background-color:#900 !important;
	color:#FFF !important;
}

.menu li:nth-child(odd),
.menu02 li:nth-child(odd){
	margin:0 0 0 -1px;
	border-right:1px solid #E6E6E6;
}



/* メイン -------------------------------------*/

	#main_img{
	margin:10px auto;
	padding:0 0 0 0;
}


#main_img h3{
	width:100%;
	height: auto;
	margin:0 auto 0 auto;
}

#main_img h3 img{
	display:none;
}

#main_img h3 span{
	font-size:1.00em;
	font-weight: normal;
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	color:#fff;
	margin:34px 0 0 0;
}


/* コンテンツ -------------------------------------*/

#contents{
	width:90%;
}

#contents h2{
	width:100%;
}

#contents h4 img,
#contents h5 img,
#contents h6 img{
	display:none;
}


h4 span{
	font-size:20px;
	font-weight:bold;
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#000;
}

h5 span{
	font-size:16px;
	font-weight:bold;
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#000;
}


h6 span{
	font-size:14px;
	font-weight:bold;
	font-family: "YuGothic", 'Yu Gothic', '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#000;
}

p{
	font-size:14px;
}



p.p_read{
text-align: justify;
text-justify: inter-ideograph;
}
	
#contents .con_navi{
	width:100%;
}

.con_navi img{
	 display:none;
}
	 
	 
.con_navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.con_navi li {
	float:left;
	width:48%;
	background: #999;
	margin:0 1% 5px 1% !important;
}

.con_navi .li_cr {
	background-color:#927d35;
}

.con_navi a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding:12px 0;
	height: auto;
	/*line-height: 40px;*/
	font-size: 0.833em;
}

.con_navi a:hover {
	background: #333;
}

#page_bt_form{
	display:inherit;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
}


/* フッター ---------------------------------------*/
#foot_back{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0 0 20px 0;
	text-align:center;
	overflow:hidden;
	background-color: #000;
}

#foot{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
	
#foot_l{
	float: none;
	width:100%;
	margin:0 auto;
	padding:10px 0 0 0;
	text-align:center;
}

#foot_r{
	float:none;
	width:100%;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
}

#foot_r ul{
	float:none;
}

#foot_r ul li{
	float:none;
	text-align:center;
	margin:0 0 0 0;
}


#foot_r li a{ 
display: block;
}

#foot_r a:hover img{
  filter: alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;
}




address{
	clear:both;
	float:none;
	margin:10px 0;
	text-align:center;
}


#foot_address_link{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	text-align:center;
}
	
	

#foot_address_link p{
	text-align:center;
}


}



