html,body{
	height:100%;
}

/* -----------------------------------------------------------
	文字の指定
----------------------------------------------------------- */
#header{
	width:100%;
	position:relative;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	line-height:1.2;
	letter-spacing:1.8px;
	font-size:100%;
	font-family:'游明朝','YuMincho','ヒラギノ明朝 ProN W3','HiraMinProN-W3','メイリオ', Meiryo, serif;;
}
h1{
	text-align:center;
	font-size:2em;
	letter-spacing:15px;
}
h2{
	text-align:center;
	font-size:2em;
	letter-spacing:15px;
}
h3{
	font-size:1.4em;
	letter-spacing:2.5px;
	color:#666;
	text-align:center;
}
h4{
	font-size:20px;
	letter-spacing:2.5px;
	color:#666;
	text-align:center;
	margin-top:10px;
}
*{
	margin:0;
	padding:0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	letter-spacing:1.5px;
	line-height:28px;
	font-size:1em;
	color:#666;
}
h3.h3_tit{
	background-color:#FFF;
	text-align:left;
	border-left:solid #069 15px;
	padding:10px;
}
/* -----------------------------------------------------------
	基本
----------------------------------------------------------- */
img,
a img{border:0;}

.none{
	display:none;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#666;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.fl{float:left;}
.fr{float:right;}
.tc{text-align:center !important;}
.clear{clear:both;}
.t_l{text-align:left !important;}
.ml_5{margin-left:5px !important;}.ml_10{margin-left:10px !important;}.ml_15{margin-left:15px !important;}.ml_20{margin-left:20px !important;}.ml_25{margin-left:25px !important;}.ml_30{margin-left:30px !important;}.ml_40{margin-left:40px !important;}.ml_50{margin-left:50px !important;}.ml_60{margin-left:60px !important;}.ml_70{margin-left:70px !important;}.ml_80{margin-left:80px !important;}.ml_90{margin-left:90px !important;}.ml_100{margin-left:100px !important;}.ml_150{margin-left:150px !important;}.mb_0{margin-bottom:0px !important;}.mb_5{margin-bottom:5px !important;}.mb_10{margin-bottom:10px !important;}.mb_15{margin-bottom:15px !important;}.mb_20{margin-bottom:20px !important;}.mb_25{margin-bottom:25px !important;}.mb_30{margin-bottom:30px !important;}.mb_40{margin-bottom:40px !important;}.mb_50{margin-bottom:50px !important;}.mb_60{margin-bottom:60px !important;}.mb_70{margin-bottom:70px !important;}.mb_80{margin-bottom:80px !important;}.mb_150_50{margin-bottom:150px !important;}.mr_5{margin-right:5px !important;}.mr_10{margin-right:10px !important;}.mr_15{margin-right:15px !important;}.mr_20{margin-right:20px !important;}.mr_25{margin-right:25px !important;}.mr_30{margin-right:30px !important;}.m_10{margin:10px !important;}.m_box{margin:0 10px 10px 10px;}.mt_-5{margin-top:-5px !important;}.mt_-10{margin-top:-10px !important;}.mt_5{margin-top:5px !important;}.mt_10{margin-top:10px !important;}.mt_15{margin-top:15px !important;}.mt_20{margin-top:20px !important;}.mt_30{margin-top:30px !important;}.mt_40{margin-top:40px !important;}.mt_50{margin-top:50px !important;}.mt_55{margin-top:55px !important;}.mt_60{margin-top:60px !important;}.mt_70{margin-top:70px !important;}.mt_80{margin-top:80px !important;}.mt_100{margin-top:100px !important;}.mt_150{margin-top:150px !important;}.mt_200{margin-top:200px !important;}.m_auto{margin:0 auto !important;}.mt_150_50{margin-top:150px !important;}.pb_80{padding-bottom:80px !important;}.pt_10{padding-top:10px !important;}.pt_20{padding-top:20px !important;}.pb_20{padding-bottom:20px !important;}.pt_50{padding-top:50px !important;}.pt_150{padding-top:150px !important;}.pb_50{padding-bottom:50px !important;}.pt_80{padding-top:80px !important;}.pb_80{padding-bottom:80px !important;}.pt_40{padding-top:40px !important;}.pl_50{padding-left:50px !important;}.pr_30{padding-right:30px !important;}.pr_50{padding-right:50px !important;}.size80{font-size:80% !important;}.p_10{padding:10px !important;}.p_20{padding:20px !important;}.f12{font-size:12px !important;}.f15{font-size:15px !important;}.f16{font-size:16px !important;}.f17{font-size:17px !important;}.f18{font-size:18px !important;}.f19{font-size:19px !important;}.f20{font-size:20px !important;}
ul li{list-style-type:none;}.pc_none{display:none !important;}.fcfl{float:left;}.fl_spfc{float:left;}.fr_spfc{float:right;}


/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.button {
	display: inline-block;
	width: auto;
	padding:10px;
	height: auto;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	line-height:21px !important;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	background-color: #333;
	border: 2px solid #333;
	color: #fff;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #5cbdb0;
	color: #5cbdb0;
}

.pankuzu{
	font-size:0.9em;
}
.pankuzu a{
	color:#FFF;
	text-decoration:underline;
}
.pankuzu a:hover{
	color:#FF0;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:9999;
}
#page-top a {
    background:#830707;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #a92727;
}

/* -----------------------------------------------------------
	共通ナビ
----------------------------------------------------------- */
#nav-area{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:60px;
	background-color:#FFF;
	z-index:99999 !important;
}

.nav-area{
	width:100%;
}
.nav-area2{
	margin:0 auto;
	width:1100px;
	padding:10px 0;
}
.nav-area2 ul {
	float:left;
}
.nav-area2 ul li{
	display:inline-block;
	vertical-align:middle;
	font-size:1em;
}
.nav-area2 ul li span{
  color: #4186cc;
  border-bottom:solid #06C 2px;
}
.nav-area2 ul li a:hover{
  color: #4186cc;
  border-bottom:solid #06C 2px;
}
.sp_nav_top{
	display:none;
}

/* -----------------------------------------------------------
	共通フッター
----------------------------------------------------------- */
.fot_gaiyou{
	float:left;
}

.fot_omitsumori{
	float:right;
	position:relative;
	width:300px;
	height:160px;
	padding:10px;
	border:solid #999 5px;
	background-image:url("../images/common/mail_back.jpg") ;
}
.fot_omitsumori_p{
	position:absolute;
	top:70px;
	left:15px;
}
.fot_omitsumori_p_tit{
	font-weight:bold;
}
.fot_omitsumori_p_tit span{
	font-size:1.5em;
}
.fot_omitsumori_p2{
	position:absolute;
	top:120px;
	left:15px;
}
.fot_omitsumori img{
	position:absolute;
	top:0;
	left:0;
}

/* -----------------------------------------------------------
	共通エリア
----------------------------------------------------------- */
.mein_content{
	width:1200px;
	height:auto;
	margin:0 auto !important;
	padding:100px 0;
}
/* -----------------------------------------------------------
	スマホナビ
----------------------------------------------------------- */
.nav-container {
	display:none;
}

@media screen and (max-width: 640px) {
.fl_spfc{
	width:55%;
}
.fr_spfc{
	width:40%;
	height:400px;
}

/* -----------------------------------------------------------
	スマホナビ
----------------------------------------------------------- */
.nav-container {
    background-color: #066;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    max-height: 90%;
    height: auto;
    font-weight: 400;
    font-size: 1.3em;
    letter-spacing: 1px;
	z-index:99999 !important;
	display:block;
}

.control {
    background-color: #47bdbd;
    cursor: pointer;
    color: #066;
    float: none;
    padding: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.links {
    position: relative;
    margin: 20px;
}

.links-container {
    clear: both;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

li.padded {width: 100%;}

li.padded {
    display: block;
    padding: 5px;
    float: left;
}

.nav-container ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    
    display: block;
    border: 2px solid #fff;
    position: relative;
    padding: 10px 0px;
    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
 }

.nav-container ul li a:hover {
    background-color: #fff;
    color: #066;
    font-weight: 700;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    width: 100%;
    position: relative;
}



.nav-area{
	display:none;
}
#nav-area{
	display:none !important;
}
.sp_nav_logo{
	text-align:left;
}
.sp_nav_logo img{
	height:40px;
	margin-top:5px;
}
.mein_content{
	width:96%;
	height:auto;
	margin:0 auto;
	padding:30px 2%;
}

.top_bnr{
	display:none;
}
.sp_title{
	display:block;
	width:100%;
	background-color:#7bb097;
	padding:5% 0;
	color:#FFF;
	text-align:center;
	margin-bottom:20px;
}
.mein_content{
	width:96%;
	height:auto;
	margin:0 auto;
	padding:30px 2%;
}
.pc_none{
	display:block !important;
}
.fl_spfc{
	float:none;
	width:100%;
}
.fr_spfc{
	float:none;
	margin-top:20px;
	width:100%;
}
.mb_150_50{margin-bottom:50px !important;}

/* -----------------------------------------------------------
	共通フッター
----------------------------------------------------------- */
.fot_gaiyou{
	float:none;
}
.fot_omitsumori{
	float:none;
	width:97%;
	padding:1%;
	border:solid #999 1%;
	position:static;
	text-align:center;
	background-image:none;
}
.fot_omitsumori_p_tit{
	text-align:center;
}
.fot_omitsumori_p{
	position:static;
}
.fot_omitsumori_p2{
	position:static;
	margin-top:5px;
}
}
footer{
	width:100%;
}
.footer_p{
	text-align:left;
	margin-top:20px;
}
.sp_none{
	display:inline-block;
}
.top-re{
	position:fixed;
	bottom:20px;
	right:20px;
	z-index:99999 !important;
}

@media screen and (max-width: 640px) {
footer{
	width:100%;
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom right;
}
.sp_nav_logo img{
	height:auto;
	width:80%;
	margin-top:10px;
}

.footer_area{
	display:none;
}

.footer_logo{
	width:30%;
	float:none;
}
.footer_p{
	float:none;
	margin-left:0;
	width:100%;
	margin-top:10px;
}

.sp_footer{
	display:block !important;
	width:100%;
	position:fixed;
	bottom:0;
	background-color:#FFF;
	z-index:99999 !important;
}
a p.btn_sp{
	background-color:#7bb097;
	color:#FFF;
	padding:5% 0 ;
	text-align:center;
	margin-top:5px;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
a p.btn_sp{
	background-color:#7bb097;
	color:#FFF;
	padding:2% 0 ;
	text-align:center;
	margin-top:5px;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
a p.btn_sp2{
	background-color:#FFF;
	color:#000;
	margin-bottom:10px;
	width:96%;
	margin-left:2%;
	padding:2% 0 ;
	text-align:center;
	margin-top:5px;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
.sp_map{
	width:95%;
}
.shousai{
	width:100%;
	background-color:#999;
	color:#FFF;
}
.sp_none{
	display:none;
}
.top-re{
	display:none;
}

}
.top_p{
	width:100%;
	margin-top:50px;
}
.copy{
	color:#000;
	font-size:0.7em;
	text-align:center;
	margin-top:15px;
}
ul.fot_nav{
	float:right;
}
ul.fot_nav li{
	display:inline-block;
	vertical-align:middle !important;
	font-size:0.7em;
}
ul.fot_nav li img{
	padding:0 !important;
}
#sp_header{
	display:none;
}
.br-sp { display:block; }
.br-pc { display:none; }
.height_150{
	height:150px;
}

@media screen and (max-width: 640px) {
.br-sp { display:none; }
.br-pc { display:block; }
.mt_150_50{margin-top:50px !important;}

h2{
	text-align:center;
	font-size:1.3em;
	letter-spacing:10px;
}
h3{
	font-size:1em;
}
.height_150{
	height:auto;
}

.header_menu {
	background-image:url("../images/common/sp_nav_back.png") ;
	
	height: 45px;
	position: fixed;
	width: 100%;
	z-index: 9999 !important;
}

.header_menu .btnMenu {
  height: 25px;
  float:right;
  padding:5px;
  margin-top:5px;
  margin-right:10px;
}
.header_menu .btnMenu font strong{
	opacity:1 !important;
	color:#FFF;
}
.header_menu .sp_logo {
	opacity:1 !important;
	margin-top:5px;
	float:left;
	margin-left:10px;
}
#sp_header{
	display:block;
}

.w_100{
	width:100% !important;
}
.map{
	padding:2px 5px;
	border:solid #666 1px;
	border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius: 10px;
}
}


