@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------
	全ページ共通スタイル
----------------------------------------------------------------------------------------------------*/

/* 要素設定*/
body {
	font-family:  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Verdana, "游ゴシック", YuGothic,"メイリオ", Meiryo, sans-serif;
	font-size: 19px;
	color: #666;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.02em;
	position: relative;
}
*{
	box-sizing: border-box;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.flex_01{
   -js-display: flex;
  display: flex;
  justify-content: space-between;
}
.flex_02{
   -js-display: flex;
	display: flex;
    justify-content: center;
}
.sp-block{
	display: none;
}
.top_head{
	position:relative;
	width: 100%;
	z-index: 200;
}
.top_head:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 20px;	background:url(../../img/top/head_bg.png) repeat-x;
	top:0;
	left: 0;
}

/*　ヘッダー
---------------------------------------------------------------------------------------*/
.side{
	width: 270px;
	height: 100%;
	background: #f9f6f4;
	color: #444;
	position: absolute;
	z-index: 200;
	top: 0;
	left: 0;
}
.side a{
	color: #444;
	letter-spacing: 1px;
	display: block;
}
#g_nav ul{
	padding: 60px 50px 0;
}
#g_nav ul li a{
	font-size: 20px;
	font-weight: 600;
}
#g_nav ul li a span{
	padding: 3px 2px;
}
.nav1 a,.nav2 a,.nav3 a,.nav4 a,.nav5 a{
	padding-bottom: 33px;
}
.nav6 a,.nav7 a,.nav8 a,.nav9 a{
	padding-bottom: 15px;
}
.side_pp a{
	font-size: 15px;
	padding: 0 0 25px 50px;
}
.side_pp a span{
	font-size: 10px;
}
.copyright{
	font-size: 11px;
	padding: 0 20px 50px;
}
.side_bnr{
	padding: 0 50px;
}
.side_bnr p{
	margin-bottom: 15px;
}
#sp_header,.drawer-toggle,.drawer-hamburger{
	display: none;
}

/*　コンテンツ
---------------------------------------------------------------------------------------*/
main{
	position: relative;
	padding-left: 270px;
	width: 100%;
	display:block;
}
.w1100{
	width: 1100px;
	margin: 0 auto;
}
.top_btn{
	position: relative;
	width: 1200px;
}

/*　フッター
-----------------------------------------------------------------------------*/
footer{
	padding: 45px 0 120px 270px;
	background: #FFF2DD url(../../img/common/footer_bg.png) repeat-x bottom;
	color: #333;
	letter-spacing: 1px;
}
footer h2{
	font-size: 28px;
	letter-spacing: 2px;
}
footer h3{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 20px;
}

.footer_l{
flex-shrink: 0;
padding-right: 20px;
}

.footer_r{
}


.tel{
	font-size: 32px;
	color:#FFA71C;
	font-weight: bold;
}
.tel span{
	display: inline-block;
	padding: 0 0 15px 10px;
	letter-spacing: 2px;
}
.time{
	padding: 40px 0 15px;
}

.time_img{
	width: 100%;
	height: auto;
}

.footer_info_text{
	margin-top: 1em;
}


.topback a{
	display: block;
	width: 100%;
	height: 40px;
	background: #EE8A8A;
	padding: 10px 0 10px 270px;
}





@media screen and (max-width: 1370px) {
.w1100{
	width: 100%;
	padding: 0 4%;
}	
	footer .flex_01{
		flex-wrap: wrap;
	}
	footer div{
		width: 100%;
		text-align: center;
	}
footer .tel{
	font-size: 25px;
	margin-top: 15px;
}
}
@media screen and (max-width: 1000px) {
header{
	display: none;
}
	.top_head:after{
		display: none;
	}
#sp_header{
	display: flex;
	justify-content: space-between;
	background: #f9f6f4;
	color: #444;
	padding: 10px 4%;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
	position: fixed;
	z-index: 200;
	width: 100%;
	height: 75px;
}
#sp_header h1 img{
		height: 50px;
	}
.drawer,drawer-toggle,.drawer-hamburger{
	display: block;
	z-index: 201;
}
.drawer--left .drawer-nav {
  left: -270px;
	}
.drawer-nav{
	width: 270px;
	height: auto;
	background: #f9f6f4;
	color: #444;
	position: fixed;
	z-index: 202;
	top: 0;
	left: 0;
}
.drawer-nav a{
	color: #444;
	letter-spacing: 1px;
	display: block;
}
/*------------------------------*/
main{
	padding-left: 0;
	padding-top: 55px;
}
footer{
	padding: 45px 20px 120px;
}
.topback a{
	padding: 10px 0 10px;
}
}
@media screen and (max-width: 639px) {
	body{
		font-size: 15px;
	}
	.sp-none{
		display: none;
	}
	.sp-block{
		display: block;
	}
	.flex_01{
		flex-wrap: wrap;
	}
	.drawer-nav h1{
		width: 50%;
		margin: 0 auto;
	}
#g_nav ul{
	padding: 20px 10px 0;
	display: flex;
	flex-wrap: wrap;
}
#g_nav ul li{
	width: 50%;
}
#g_nav ul li a{
	font-size: 15px;
}
#g_nav ul .nav5{
		width: 100%;
	}
.nav1 a,.nav2 a,.nav3 a,.nav4 a,.nav5 a{
	padding-bottom: 15px;
}
.nav6 a,.nav7 a,.nav8 a,.nav9 a{
	padding-bottom: 10px;
}
.side_pp a{
	font-size: 14px;
	padding: 10px;
}
.copyright{
	font-size: 11px;
	padding: 0 10px;
}
.side_bnr{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 15px 10px;
}
.side_bnr p{
	width: 49%;
	margin-bottom: 10px;
}

footer{
	padding: 30px 0 80px;
}

.footer_info_text{
	text-align: left;
}

}
