/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	font-weight: normal;
}
html {
	height:100%;
}
body{
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
    color: #333333;
    margin: 0px;
    height: 100%;
	font-size: 16px;
	line-height: 30px;
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align:bottom;
	max-width: 100%;
}
a{}
a img.img_alpha {
}
a:hover img.img_alpha {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a  {
	color: #000;
	text-decoration: none;
	word-break: break-all; 
	transition: 0.4s;
}
a:hover {
    color: #A4001F; /*下線あり*/
    opacity: 0.7;
}
a[href^="tel:"] { cursor: default; }

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.img-pc { display: block !important; }
.img-sp { display: none !important; }
.br-pc { display:block; }
.br-sp { display:none; }
.sp{ display: none; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1200px) {
#header .img-pc { display: none !important; }
#header .img-sp { display: block !important; }
}
@media only screen and (max-width: 750px) {
.img-pc { display: none !important; }
.img-sp { display: block !important; }
.br-pc { display:none; }
.br-sp { display:block; }
.pc{ display: none !important; }
.sp{ display: unset; }
}
.text-center{
	text-align: center;
}
h2{
	font-size: 30px;
}
h3{
	font-size: 26px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
.flex {
    display: flex;
	flex-wrap: wrap;
}
.releative{
	position: relative;
}
.margin{
	margin: 120px auto;
}
.padding20{
	padding: 20px;
	box-sizing: border-box;
}

/* #PC ========================================================================================================== */
.wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 70px;
}
#header {
	background-color: #fff;
	height: 75px;
	width: 100%;
	position: fixed;
	z-index: 50;
	top: 0px;
	transition: 0.5s;
	z-index: 100;
}
#header ul {
	list-style-type: none;
	position : relative;
	margin: 0px;
	padding: 0px 50px;
	box-sizing: border-box;
	text-align: right;
}
#header li {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	display: block;
	height: auto;
	width: 100%;
	position : relative;
}
#header li.logo {
	position: absolute;
	width: auto;
	top: 15px;
	left: 5	0px;
}
#header li.logo img{
	height: 45px;
	width: auto;
}
#header li.menu {
	width: auto;
	display: inline-block;
	height: 75px;
	align-content: center;
	margin: 0 15px;
}
#header li.menu a{
	color: #000;
}
#header li.menu a:hover{
	color: #A4001F;
}
#header li.tel {
	width: 190px;
	float: right;
	margin-left: 5px;
}
#header li.tel img{
	height: 75px;
	width: auto;
}
.footer {
	height: auto;
	width: 100%;
	position: relative;
	background-color: #333333;
	color: #FFFFFF;
	padding-bottom: 50px;
	font-size: 14px;
	line-height: 25px;
}
.footer a  {
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover {
    color: #ffffff; /*下線あり*/
    text-decoration: underline;
}

.footer_inner {
	width: 1000px;
	max-width: 100%;
	padding: 40px 10px;
	box-sizing: border-box;
    position: relative;
    margin: auto;
}
.f_logo {
	width: 300px;
	margin-bottom: 30px;
}
.f_address {
	margin-bottom: 30px;
}
.f_tel {
    width: 300px;
}
.f_menu ul{
	list-style :none;
	padding: 0;
}
.f_menu ul li {
	line-height: 2em;
	padding-left: 15px; 
	position: relative;
}
.f_menu ul li:before{
	content:"−";
	color: #fff;
	position:absolute;
	left: 0px;
	top: 0px;
}
.f_cc {
	font-size: 14px;
}
.content {
	height: auto;
	width: 100%;
	position: relative;
	margin: auto;
	box-sizing: border-box;
	padding: 80px 0px;
}
.inner {
	width: 1100px;
	max-width: 100%;
	margin: auto;
	box-sizing: border-box;
}
.inner_min{
	width: 900px;
}
.separate{
	font-size: 0;
}
.half_box,
.third_box{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
}
.half_box{
	width: 50%;
	box-sizing: border-box;
}
.third_box{
	width: 33.3%;
	box-sizing: border-box;
}
.back{
	background-size: cover;
	background-position: center center;
}
.link_box{
	background-color: #A4001F;
	color: #fff;
	width: 250px;
	padding: 10px 15px;
	text-align: center;
	margin: 40px auto;
	font-size: 15px;
    background-image: url(../imgs/arrow_w.svg);
    background-position: right 10px center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: 0.4s;
}
.link_box:hover{
	background-color: #000000;
}
.menu_box{
	cursor: pointer;
	transition: all .5s ease-out;
	position: relative;
	font-size: 0;
}
.menu_box::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}
.menu_box::after {
    content: '';
    width: 95%;
    height: 91%;
    top: 4.5%;
    left: 2.6%;
    position: absolute;
    display: block;
    outline: 1px solid #fff;
}
.menu_box p{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 22px;
}
.menu_box:hover{
	opacity: 0.7;
}
.map iframe{
	width: 100%;
}

@media only screen and (max-width: 850px) {
	#header{
		height: 85px;
	}
	#header li.logo {
		height: 85px;
		width: 310px;
		background-size: 300px 64px;
	}
	#header li.menu {
		display: none;
	}
	#header li.tel {
		position: fixed;
	    top: 0;
	    right: -15px;
	    margin-left: 0;
	}
	#header li.tel img{
		height: 86px;	
		width: 85px;
	}
	.h_s_menu_space {
		height: 176px;
		width: 100%;
		position: relative;
		float: left;
	    border-bottom: 2px solid #fff;
	}
	.h_s_menu {
		height: auto;
		width: 95%;
		position: relative;
		float: left;
		padding: 30px 0 30px 5%;
		color: #FFFFFF;
		border-bottom: 2px solid #fff;
		background-image: url(../imgs/arrow_w.svg);
		background-position: right 30px center;
		background-size: 40px 40px;
		background-repeat: no-repeat;
		font-size: 30px;
		line-height: 30px;
	}
	.h_s_menu a {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    text-indent:-999px;
	    z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
	}
	.h_s_menu:hover {
		zoom: 1;/*IE*/
		background-color: #8f5515;
	}
}

/* #スマートフォン ======== */
@media only screen and (max-width: 750px) {
	body{
		font-size: 26px;
		line-height: 38px;
	}
	h2{
		font-size: 40px;
	}
	h3{
		font-size: 34px;
		line-height: 56px;
	}
	.padding20{
		padding: 0;
	}
	.content{
		padding: 80px 30px;
	}
	.link_box{
		font-size: 22px;
		background-size: 25px 25px;
    	margin: 60px auto 80px;
	}
	.half_box,
	.third_box{
		display: block;
		width: 100%;
		font-size: 26px;
		line-height: 38px;
	}
	.footer{
		font-size: 26px;
	}
	.footer_inner{
		padding: 40px 80px;
	}
	.f_logo {
		display: block;
	    width: 500px;
	    margin-bottom: 50px;
	}
	.f_tel{
		width: 500px;
	}
	.f_tel img{
		margin-bottom: 15px;
	}
	.f_cc{
		font-size: 20px;	
	}
}/* @media only screen and (max-width: 750px) */
