@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&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;
}
chrome_annotation {
	border: none !important;
}
: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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a, a img {
	-webkit-transition: .3s;
	transition: .3s;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1230px;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.frame {
    margin: 0 auto;
    position: relative;
}
#container {
	text-align: left;
	overflow: hidden;
	position: relative;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 768px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    padding-top: 7px;
	width: 100%;
    height: 154px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: absolute;
	top: 0;
	left: 0;
    z-index: 10;
    box-sizing: border-box;
    background: url("../../img/common/h_bg.png") no-repeat center top / 1260px 154px;
}
#gHeader .hBox {
    margin: 0 auto;
    width: 800px;
    position: relative;
}
#gHeader .hBox .logo {
    text-align: center;
}
#gHeader .hBox .logo img {
    width: 110px;
}
#gHeader .hLink {
    position: absolute;
    right: 19px;
    top: 51px;
}
#gHeader .hLink a {
    display: inline-block;
    color: #fff;
    font-size: 1.83rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
@media all and (min-width: 769px) {
	#gHeader .hLink a:hover {
	    text-decoration: underline;
	}
}
@media all and (max-width: 768px) {
    #gHeader {
        padding-top: 5px;
        height: 120px;
        background: url("../../img/common/sp_h_bg01.png") no-repeat center top / auto 120px;
    }
    #gHeader .hBox {
        margin: 0;
        width: auto;
    }
    #gHeader .hBox .logo img {
        width: 110px;
    }
    #gHeader .hLink {
        right: 0;
        top: -5px;
    }
    #gHeader .hLink a {
        padding: 28px 0 0 10px;
        width: 80px;
        height: 76px;
        font-size: 1.2rem;
        box-sizing: border-box;
        background: url("../../img/common/sp_h_bg02.png") no-repeat center / 80px 76px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
    position: relative;
    font-size: 14px;
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5 {
    line-height: 1.2;
}
#footer .frame {
    width: 880px;
}
#footer .pageTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
}
#footer .pageTop a {
    display: block;
    width: 70px;
    height: 70px;
}
#footer .navi {
    text-align: center;
    margin-bottom: 35px;
}
#footer .navi ul {
    display: inline-block;
}
#footer .navi li {
    float: left;
    border-right: 1px solid #fff;
    margin-right: 7px;
    padding-right: 7px;
    line-height: 1;
}
#footer .navi li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
#footer .navi li a {
    color: #fff;
    text-decoration: none;
}
#footer .f-middle {
    background: url("../../img/common/footer/bg02.png");
    color: #fff;
}
#footer .f-middle a {
    color: #fff;
}
#footer .f-group-map {
    font-size: 12px;
    padding-bottom: 5px;
}
#footer .f-group-map a {
    text-decoration: none;
}
.f-group-map .f-group-main-title {
    padding: 6px 0 15px;
    position: relative;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.f-group-map .f-group-main-title:before {
    width: 100%;
    height: 1px;
    display: block;
    content: '';
    background-color: #fff;
    position: absolute;
    top: 36%;
    z-index: 1;
}
.f-group-map .f-group-main-title span {
    margin: 0 2.5em;
    padding: 0 1em;
    display: inline-block;
    background: url("../../img/common/footer/bg02.png");
    position: relative;
    text-align: left;
    z-index: 2;
}
.f-group-map .f-group-contents-area .f-group-box {
    width: 17%;
    margin: 0 0 0 12px;
    float: left;
}
.f-group-map .f-group-contents-area .f-group-box:last-child {
    margin: 0 0 0 0;
}
.f-group-map .f-group-contents-area .f-group-box.narrow {
    width: 14%;
}
.f-group-map .f-group-contents-area .f-group-sub-title {
    padding: 0 0 5px;
    font-size: 13px;
    font-weight: 400;
}
.f-group-map .f-group-contents-area ul {
    line-height: 1.6;
}
.f-group-map .f-group-contents-area ul li {
    padding: 0 0 4px 4px;
}
#footer .f-social {
    text-align: center;
    padding-bottom: 50px;
}
#footer .f-social li {
    display: inline-block;
    margin: 0 2px;
}
#footer .f-social li img {
    width: 31px;
    height: 31px;
}
#footer .f-bottom {
    padding: 8px 0;
}
#footer .privacy a {
    color: #898989;
}
#footer .copyright {
    text-align: center;
    color: #898989;
    line-height: 1.6;
}
@media (min-width: 769px) and (max-width: 950px) {
    #footer .contact {
        width: auto;
        right: -10px;
    }
}
@media (min-width: 769px) {
	#footer .pageTop a:hover {
	    opacity: 0.7;
	}
	#footer .navi li a:hover {
	    text-decoration: underline;
	}
    #footer .privacy {
        position: absolute;
        left: 0;
        top: 0;
    }
	#footer .f-top {
	    background: url("../../img/common/footer/bg.png") top no-repeat;
	    color: #fff;
	    height: 189px;
	}
	#footer .f-top a {
	    color: #fff;
	    text-decoration: none;
	}
	#footer .f-top a:hover {
	    text-decoration: underline;
	}
	#footer .logo {
	    margin-bottom: 30px;
	    text-align: center;
	    padding-top: 11px;
	}
	#footer .logo img {
	    width: 154px;
	}
	#footer .contact {
	    position: absolute;
	    top: 65px;
	    right: -35px;
	    width: 85px;
	    text-align: center;
	}
}
@media all and (max-width: 768px) {
	#footer {
	    position: relative;
	    font-size: 12px;
	}
	.frame {
	    margin-left: 4%;
	    margin-right: 4%;
	}
	.frame.sp-fluid {
	    margin-left: 0;
	    margin-right: 0;
	}
	.frame:after {
	    content: "";
	    display: block;
	    clear: both;
	}
	#footer .f-top {
	    background: url("../../img/common/footer/bg-sp.png") bottom no-repeat;
	    background-size: cover;
	    z-index: 10;
	    position: relative;
	}
	#footer .f-top .frame {
	    height: 148px;
	}
	#footer .logo {
	    margin: 0 auto 20px auto;
	    padding-top: 32px;
	    text-align: center;
	}
	#footer .logo img {
	    width: 100px;
	}
	#footer .contact {
	    position: absolute;
	    top: 0;
	    right: -0px;
	    text-align: center;
	    background: url("../../img/common/footer/contact-sp.png") no-repeat;
	    background-size: contain;
	    width: 90px;
	    height: 107px;
	    line-height: 100px;
	    text-indent: 10px;
	}
	#footer .contact a {
	    color: #fff;
	    text-decoration: none;
	}
	#footer .navi {
	    margin-bottom: 0;
	}
	#footer .f-social {
	    padding-top: 15px;
	}
    #footer .pageTop {
        position: fixed;
        right: 20px;
        bottom: 10px;
    }
    #footer .pageTop a {
        display: block;
        width: 40px;
        height: 40px;
    }
    #footer .frame {
        width: auto;
    }
	#footer .privacy {
	    position: absolute;
	    width: 100%;
	    left: 0;
	    top: -40px;
	    text-align: center;
	}
	#footer .privacy a {
	    color: #fff;
	    text-decoration: none;
	}
	#footer .privacy a:hover {
	    text-decoration: underline;
	}
}