@charset "utf-8";

html,body{
text-align: center;
font-family: "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 */
 }
 
 body{
color: #4d4d4d;
}

img{
max-width: 100%;
height: auto;
width :auto;
}
#container{
width:100%;
}

.sp_hd{display: none;}

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

.hero{
width: 100%;
height: 40px;
overflow: hidden;
transition: 0.5s;
backface-visibility: hidden;
}
.hero .header_tel{
width: 80%;
max-width: 320px;
height: 25px;
position: relative;
margin: 5px 40px 2px auto;
background: url("/commonImage/head_tel_wh.svg") no-repeat left;
background-size:100%;
}
.hero .header_tel a{
display: block;
width: 100%;
height: 25px;
transition: 0.5s;
backface-visibility: hidden;
}
.site-header .hero{
width: 100%;
height: 40px;
background: #fff;
overflow: hidden;
}
.site-header .hero .header_tel{
width: 80%;
max-width: 320px;
height: 25px;
position: relative;
margin: 5px 50px 2px auto;
background: url("/commonImage/head_tel01.svg") no-repeat left;
background-size:100%;
backface-visibility: hidden;
}

.hero .header_insta{
width: 25px;
height: 25px;
position: absolute;
top: 5px;
right: 1%;
padding: 0;
margin: 0;
}
.hero .header_insta img{
width: 100%;
}
.hero .header_insta a{
width: 100%;
height: 100%;
display: block;
transition: 0.5s;
backface-visibility: hidden;
}

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

#header_sp.site-header {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
height: 100px;
z-index:99;
background-color: #0b3581;
}

#header_sp .logo{
height: 37px;
width: 280px;
margin: 7px 0px 5px 10px;
}
#header_sp .logo a{
display: block;
width: 100%;
height: 100%;
}
#header_sp .logo img{
width: 100%;
}

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

/*======================
menu
=====================*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 42px;
 }


.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
	top: 0;
	z-index: 900;
	background: #0b3581;
}
.drawer-menu{
width: 90%;
margin: 60px auto 0px auto;
}
.drawer-menu li {
    padding: 10px 15px;
	font-size: 16px;
	text-align: left;
	border-bottom: 2px solid #ededed;
}
.drawer-menu li ul{
	padding: 0px 0;
	margin-top: 10px;
	background: #fff;
}
.drawer-menu li ul li{
	padding: 10px 10px;
	margin-left: 0px;
	text-align: left;
	border-bottom: 1px solid #ededed;
}
.drawer-menu li a{
font-weight: bold;
color: #0b3581;
text-decoration: none;
}

.acd-check{
    display: none;
}
.acd-label{
    font-weight: bold;
color: #0b3581;
display: block;
    position: relative;
}
.acd-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    height: auto;
    padding: 0px 10px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
   transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0px 10px;
    visibility: visible;
}
.drawer-nav .tel_btn{
width: 80%;
border-radius: 30px;
margin: 20px auto;
}
.drawer-nav .tel_btn a{
display: block;
border-radius: 30px;
background: #0b3581;
color: #fff;
text-align: center;
font-size: 18px;
padding: 10px;
}

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

}

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


/*パンくず*/
.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;
	clear:both;
	background: #fff;
	position: relative;
	bottom: 0;
}

footer .footer_logo{
	text-align: center;
	margin: 15px auto 0px auto;
}

footer .footer_menu{
width: 96%;
text-align: center;
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
margin: 20px auto;
padding: 0;
}
footer .footer_menu li{
width: 45%;
margin: 0px 2% 10px 2%;
padding: 0px 0px;
line-height: 100%;
border-right: solid #4d4d4d 1px;
text-align: center;
font-size: 13px;
}
footer .footer_menu li a{
text-decoration: none;
text-align: center;
color: #4d4d4d;
}
footer .footer_menu li:nth-child(2n){
border: 0;
}

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