@charset "UTF-8";

html {
	min-width: 320px;
	font-size: 62.5%;/*10px*/
}
/*---------------------------------
ヘッダ
----------------------------------*/
/*---　ヘッダー  ---*/
.header-wrap{
	width: 93.75%;
	background:url(../img_frame/bg_header_wrap.png);
	border-radius: 0 0 20px 20px;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	padding: 0 0 10px 0;
	margin: 0 auto;
}

/*---　ヘッダー　（右側） ---*/
.header-wrap ul{
	text-align: center;
}

.header-wrap li{
	display: inline-block;
	font-size: 1.3rem;
	vertical-align: middle;
	padding: 10px 0;
	margin: 0 6px;
}
.header-wrap li a{
	color: #ffffff;
}
/*---　ヘッダ　お問い合わせボタン　---*/
.hnav-contact a{
	background-color: #0963b0;
	background-image: url(../img_frame/ico_h_mail.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 10px 14px 10px 30px;
}


/*---　ヘッダ　ロゴ （左側）　---*/
.h-logo h1{
	display: block;
	width:98%;
	line-height: 1;
	background-image:url(../img_frame/h_logo_sp.png);
	background-repeat:no-repeat;
	background-position: center;
	background-size: contain;
	padding: 0;
	margin: 0 auto;
}
.h-logo h1 a{
	display: block;
	padding: 20% 0 0 0;
}
.h-logo span {
  display:none;
}
.h-logo p{
	display: none;
}

/*---------------------------------
global-nav
----------------------------------*/

/*---　グローバルナビ　---*/
#menu {
	display: none;
	position:absolute;
	z-index:999;
	width: 100%;
	top:70px;
}
#menu li {
	line-height: 1;
}
#menu li a {
	display: block;
	font-size:1.7rem;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #3e3a39;
	border-bottom:solid 1px #ffffff;
	padding: 15px 0;
}
#toggle {
	width: 36px;
	hanging-punctuation: 40px;
	text-align: center;
	background-color: #abcd03;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 7px 4px;
}

#toggle div {
	display: block;
	width: 20px;
	height: 4px;
	background-color:#ffffff;
	margin: 4px auto;
}

/*---------------------------------
コンテンツ
----------------------------------*/
#contents{
	margin: 20px 0 0 0;
}

/*----------------------------
footer
----------------------------*/
#footer{
}
/*---　フッター看板　---*/
.btn-board li{
	display:block;
	text-align: center;
}
.btn-board li a{
	display:inline-block;
}
.btn-board li img{
	vertical-align:bottom;
}
/*---　フッタナビゲーション　---*/
ul.f-nav{
	display: none;
}
/*---　ページトップへ　---*/
.to-top a{
	display: block;
	font-size: 1.4rem;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	background-color: #add219;
	padding: 6px 0;
}

/*----------------------------
コピーライト
----------------------------*/
.copyright{
	font-size:1.1rem;
	text-align:center;
	color: #405d53;
	background-image: url("../img_frame/bg_header_wrap.png");
	padding: 20px 0;
}

/*----------------------------
ミディアムサイズ
----------------------------*/
@media only screen and (min-width: 40em){	/* 640px */

} /* end 640px*/


/*----------------------------
マイナーブレイクポイント
----------------------------*/

 @media only screen and (min-width: 50em) {	/*800px*/

body{
	background: url("../img_frame/bg.jpg");
}

#wrapper{
	max-width: 960px;
	background-color: #ffffff;
	box-shadow: 0px 0 5px 2px rgba(0,0,0,0.3);
	margin: 0 auto;
}

/*---------------------------------
ヘッダ
----------------------------------*/
/*---　ヘッダー  ---*/
.header-wrap{
	width: 100%;
	background: url("../img_frame/bg_heder.png"), url(../img_frame/bg_header_wrap.png);
	background-repeat: no-repeat, repeat;
	background-position: right bottom, center;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0x;
	padding: 10px 0 0 0;
	margin: 0;
}
/*---　トグル　---*/
.header-wrap ul {
	display: none;
}

/*---　ヘッダ　ロゴ （左側）　---*/
.h-logo h1{
	display: block;
	width:40%;
	background-image:url(../img_frame/h_logo_pc.png);
	margin: 0 auto 0 20px;
}
.h-logo p{
	display: block;
	font-size: 1.2rem;
	margin: 10px 0 10px 20px;
}

/*---------------------------------
フッター看板
----------------------------------*/
.footer-board{
	position: relative;
}
ul.btn-board{
	display:inline-block;
	float: right;
	margin: 0 40px 0 0;
}
.btn-board li{
	display:block;
	text-align: center;
}
.btn-board li a{
	display:inline-block;
	padding: 0 0 0 80px;
}
li.btn-anime a:hover{
	background:url("../img_frame/mole.gif") no-repeat left bottom;
}
.btn-board li img{
	vertical-align:bottom;
}
	 
/*---　フッタナビゲーション　---*/
.fnav-wrap{
	position: absolute;
	bottom: 0; 
	margin: 0 0 20px 0;
}
ul.f-nav{
	display: block;
	margin: 0 0 0 20px;
}
.f-nav li{
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	border-left: solid 1px #000000;
	padding: 0 10px;
	margin: 4px 0;
}
.f-nav li:last-child{
	border-right: solid 1px #000000;
}
.f-nav li a{
	color: #000000;
}
.f-nav li a:hover{
	text-decoration: underline;
}

} /* end 800px*/

/*----------------------------
ラージサイズ
----------------------------*/

 @media only screen and (min-width: 60em) {	/*960px*/



} /* end 960px*/
