@charset "utf-8";

html,body{
text-align: center;
font-family: "Zen Maru Gothic", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a img:hover  {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
 }

.sp_hd{display: none;}

.img-pc-disp {
  display: none !important;
}



/*======================
header
=====================*/
#header_pc{
	display: none;
}

#header_sp {
overflow: hidden;
position: fixed;
width: 100%;
height: 60px;
z-index:40;
background: #f7ede4;
top: 0;
}

#header_sp .logo{
margin: 10px 5px;
background: url(../commonImage/logo01.png) no-repeat;
background-size: 100%;
width: 140px;
height: 100%;
overflow: hidden;
float:  left;
}
#header_sp .logo a{
display: block;
width: 100%;
height: 100%;
}

.logo_catch {
font-size: 0.5em;
color: #333;
	margin: 0px;
	padding: 0px;
	top:0px;
	position: relative;
	text-align: center;
}

/*======================
contents
=====================*/

.foot_bd{
height: 2%;
width: 100%;
background: #3F210F;
overflow: hidden;
margin: 0px;
padding: 0px;
clear:  both;
z-index: 10;

}

/*メニュー*/
.menu {
display: none;
}

.drawer-nav {
display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.drawer-menu li {
    border-bottom: 1px #F7EDE4 dotted;
    padding: 10px 15px;
	font-size: 18px;
	color: #848484;
	font-weight: bold;
}


/*パンくず*/
.breadCrumb{
width: 100%;
	text-align: left;
	font-size: 0.8em;
}
.breadCrumb ol{
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.breadCrumb li{
float: left;
}

/*
==========================================================
footer
==========================================================
*/
footer {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	overflow:hidden;
	position: relative;
	bottom: 0;
}

footer .footer_logo{
	width: 200px;
	margin: 50px auto 15px 0px;
	float: left;
}

footer .sns_icon{
position: relative;
top: 50px;
right: 0px;
	width: 110px;
	margin: 0px 0px 15px auto;
	display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
footer .sns_icon li{
width: 30px;
}
footer .foot_inner{
margin: 30px 0px 50px 0px;
padding: 0;
width: 100%;
	display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari */
  flex-wrap:         wrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
footer .foot_inner li{
width: 50%;
margin: 0 0px 5px 0px;
padding: 0;
}
footer .foot_inner li a{
text-align: center;
color: #282828;
text-decoration: none;
}

footer .foot_inner .foot_box{
width: 100%;
color: #fff;
text-align: left;
font-size: 14px;
line-height: 200%;
border-bottom: 1px solid #fff;
margin: 0px auto 10px auto;
padding: 0px 0px 10px 0px;
}
footer .foot_inner .foot_link{
width: 100%;
color: #fff;
text-align: left;
font-size: 14px;
line-height: 200%;
}
footer .foot_inner .foot_link li a{
text-align: left;
color: #fff;
text-decoration: none;
}


footer .copyright{
	text-align: center;
	font-size: 15px;
	color: #000;
	margin: 0px auto 10px auto;
}

