body{margin:0;padding:0;line-height:1.5rem;font-family:sans-serif;}
p,table,dl,ul,ol,hr,
h1,h2,h3,h4,h5,h6{margin-top:1rem;margin-bottom:1rem;}
img{max-width:100%;height:auto;vertical-align:bottom;border:none;}

a img{transition:0.3s;}
a:hover img{opacity:0.8;}

.center{margin-left:auto;margin-right:auto;text-align:center;}
.ta_r{text-align:right;}
.ta_l{text-align:left;}
.ofh{overflow:hidden;}
.ofa{overflow:auto;}
.tofh{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
.w1px{width:1px;}
.w100{width:100%;box-sizing:border-box;}
.wsnr{white-space:nowrap;}
.mincho{font-family:serif;}
.dpn{display:none;}
.hide_txt{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}

.inner_w,
.inner{max-width:1300px;margin:auto;box-sizing:border-box;}
.inner{padding:0 12px;}
.inner>*{overflow:hidden;}



.content{
	margin-bottom:25px;
}


.gmap iframe{
	width:100%;
	box-sizing:border-box;
	border:1px solid #999;
	height:100%;
}


#index .hdr,
#visual_wrapper,
#footer_wrapper{
	background:#116;
	color:#fff;
}


#btm_hdr{
	background:#06b;
	text-align:center;
	padding:20px 0;
}


#header{
	display:flex;
	justify-content:space-between;
	align-items:end;
	padding:10px 0;
	column-gap:30px;
}
#header .logo{
	margin:0;
}
#header .nav{
	list-style:none;
	margin:0;
	padding:0;
}
#header .nav a{
	text-decoration:none;
}

#gnav a{
	color:inherit;
}

#gnav_sub .box{
	display:block;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}
#bottom.menu .sns .tel .box,
#gnav_sub .tel .box{
	background:#128;
}
#bottom.menu .sns .line .box,
#gnav_sub .line .box{
	background:#1a6;
}


#visual.index .wrp{
	position:relative;
}
#visual.index .wrp .txt{
	position:absolute;
}
#visual.index .wrp .txt span{
	font-weight:bold;
}


#visual.menu .img{
	text-align:center;
}


#bottom.index .wrp{
	display:flex;
	justify-content:center;
	align-items:center;
	column-gap:30px;
}
#bottom.index .wrp .txt{
	font-weight:bold;
}


#bottom.menu .sns a{
	text-decoration:none;
	color:inherit;
}
#bottom.menu .dscr{
	font-weight:bold;
}
#bottom.menu .dscr,
#bottom.menu .sns{
	font-size:22px;
	line-height:40px;
	text-align:center;
	white-space:nowrap;
}
#bottom.menu .sns .box{
	display:block;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
	font-size:24px;
}


#index .inner_w{
	max-width:1200px;
}
#index .hdr{
	display:table;
	font-weight:normal;
}
#index .hdr.tar{
	margin-left:auto;
}
#index .hdr span{
	font-weight:bold;
}
#index .youto{
	position:relative;
}
#index .youto .txt{
	position:absolute;
}
#index .osusume{
	background:url('../img/img2.jpg') center;
	background-size:cover;
	display:flex;
	flex-flow:column;
}
#index .osusume .box{
	background:rgba(255,255,255,0.5);
	overflow:hidden;
}
#index .osusume .box .subhdr{
	color:#fff;
}


#menu .wrp{
	position:relative;
	display:table;
	margin:auto;
}
#menu .wrp .txt{
	position:absolute;
	text-align:center;
	background:rgba(255,255,255,0.6);
	display:flex;
	justify-content:center;
	align-items:center;
}
