@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #433F3F;
	text-decoration: none;
    transition: .3s;
	-webkit-transition: .3s;
}
a:visited {
	color: #433F3F;
}
a:hover {
	color: #433F3F;
}
a:active {
	color: #433F3F;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #433F3F;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	min-height: 720px;
	position: relative;
	background: url("../../img/common/header_bg.jpg") no-repeat center center;
	background-size: cover;
}
#gHeader h1 {
	position: absolute;
	left: 50px;
	top: 50px;
}
#gHeader .hInner {
	margin: 0 auto;
	width: 1130px;
	padding: 107px 0 0 102px;
}
@media all and (min-width: 897px) and (max-width: 1320px) {
	#gHeader h1 {
		left: 20px;
	}
}
@media all and (max-width: 896px) {
    #gHeader {
        min-height: inherit;
    }
    #gHeader h1 {
        left: 20px;
        top: 20px;
        width: 60px;
    }
    #gHeader .hInner {
        width: auto;
        padding: 130px 15px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 50px 0 240px;
    background: #bc272d;
}
#gFooter .fInner {
    margin: 0 auto;
    width: 1000px;
}
#gFooter .lBox {
    width: 450px;
}
#gFooter .lBox .txtBox {
    margin-top: -3px;
    width: 330px;
}
#gFooter .lBox .title {
    margin-bottom: 5px;
    color: #FFEFDA;
    font-size: 1.6rem;
}
#gFooter .lBox .add {
    color: #FFEFDA;
    line-height: 2;
    letter-spacing: 0.1em;
}
#gFooter .lBox .add a {
    color: #FFEFDA;
}
#gFooter .rBox {
    width: 280px;
    text-align: right;
}
#gFooter .rBox .btn {
    margin-bottom: 17px;
    float: right;
}
#gFooter .rBox .btn a {
    padding: 9px 10px 10px;
    width: 240px;
    color: #BB272D;
    font-weight: 700;
    display: block;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: 0.1em;
}
#gFooter .rBox .btn a:hover {
    opacity: 0.7;
}
#gFooter .rBox .linkTxt {
    clear: both;
    margin-bottom: 7px;
}
#gFooter .rBox .linkTxt a {
    color: #FFEFDA;
}
#gFooter .rBox .linkTxt a:hover {
	opacity: 0.7;
}
#gFooter address {
    color: #FFEFDA;
    letter-spacing: 0.1em;
    font-style: normal;
}
@media all and (max-width: 896px) {
    #gFooter {
        padding: 30px 0;
    }
    #gFooter .fInner {
        width: auto;
        display: block;
        padding: 0 15px;
    }
    #gFooter .lBox {
        display: block;
        width: auto;
        margin-bottom: 30px;
    }
    #gFooter .lBox .fLogo {
        margin: 0 auto 20px;
        width: 60px;
    }
    #gFooter .lBox .txtBox {
        margin-top: 0;
        width: auto;
        text-align: center;
    }
    #gFooter .lBox .title {
        margin-bottom: 5px;
        font-size: 1.4rem;
    }
    #gFooter .rBox {
        width: auto;
        text-align: center;
    }
    #gFooter .rBox .btn {
        margin-bottom: 15px;
        float: none;
    }
    #gFooter .rBox .btn a {
        margin: 0 auto;
        width: 100%;
        max-width: 240px;
    }
}