@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&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;
}

.serif {
    font-family: 'Noto Serif JP', 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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 2.2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
    overflow: hidden;
}
#main {
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 801px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 800px) {
	body {
		min-width: 320px;
        font-size: 1.8rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: white;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#gHeader .hInner {
    padding: 12px 30px;
    display: flex;
    justify-content: space-between;
}
#gHeader .lBox {
    display: flex;
    align-items: center;
}
#gHeader h1 {
    margin-left: 30px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: normal;
}
#gHeader .rBox {
    margin-top: -2px;
    display: flex;
    align-items: center;
}
#gHeader .rBox p {
    margin-left: 10px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}
#gHeader .link {
    margin-left: 20px;
    width: 290px;
    text-align: center;
}
#gHeader .link a {
    padding: 7px 10px 11px;
    display: block;
    font-size: 2rem;
    color: white;
    font-weight: bold;
    border-radius: 80px;
    background-color: #FF9600;
}

#gHeader .link a > span {
    padding-left: 30px;
    display: inline-block;
    background: url("../../img/common/icon02.png") no-repeat left center;
}
@media all and (max-width: 800px) {
	#gHeader {
	}
    #gHeader .hInner {
        padding: 7px 6px;
    }
    #gHeader .logo img {
        width: 72px;
        vertical-align: -4px;
    }
    #gHeader h1 {
        margin-left: 5px;
        font-size: 0.9rem;
        line-height: 1.44;
         font-feature-settings: "palt";
        -moz-font-feature-settings: "palt";
    }
    #gHeader .lBox {
        align-items: center;
    }
    #gHeader .rBox {
    }
    #gHeader .link {
        width: 78px;
        margin-left: 4px;
    }
    #gHeader .rBox .tel {
        margin-left: 0;
        width: 78px;
    }
    #gHeader .rBox .tel a {
        padding: 5px 4px 6px 15px;
        display: block;
        font-weight: bold;
        font-size: 1.2rem;
        letter-spacing: 0.05em;
        color: #ff9600;
        line-height: 1;
        border: 1px solid #ff9600;
        border-radius: 50px;
        text-align: center;
        background: #fff url("../../img/common/icon14.png") no-repeat left 5px center;
        background-size: 12px auto;
    }
    #gHeader .rBox .tel span {
        font-size: 0.9rem;
    }
    #gHeader .link a {
        padding: 8px 4px 9px 12px;
        font-size: 1.2rem;
        line-height: 1;
        border-radius: 50px;
        background: #FF9600 url("../../img/common/icon02.png") no-repeat left 4px center;
        background-size: 12px auto;
    }
    #gHeader .link a > span {
        padding: 0;
        background: none;
    }
    #gHeader .link a > span span {
        display: block;
        font-size: 0.9rem;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 50px 0 25px;
    margin-top: -118px;
    background: url("../../img/common/f_bg.png") no-repeat center top;
    background-size: 100% auto;
}
#gFooter .fLogo {
    margin-bottom: 24px;
    text-align: center;
}
#gFooter .inner {
    padding: 0 28px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#gFooter .list {
    display: flex;
}
#gFooter .list li {
    margin-right: 20px;
    font-size: 1.2rem;
    color: white;
}
#gFooter .list a {
    padding-left: 2px;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    color: white;
    display: inline-block;
    vertical-align: -2px;
}
#gFooter .list a:hover {
    opacity: 0.7;
}
.pageTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    display: none;
}
.pageTop.on {
    display: block;
}
.pageTop a:hover img {
    opacity: 0.7;
}
address {
    font-style: normal;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    letter-spacing: 0.1em;
    margin-top: -24px;
}

@media all and (max-width: 800px) {
    #gFooter {
        margin-top: -44px;
        padding: 35px 0 12px;
        position: relative;
        background-image: url("../../img/common/sp_bg.png");
    }
    #gFooter .fLogo {
        margin-bottom: 28px;
    }
    #gFooter .fLogo img {
        width: 219px;
    }
    #gFooter .inner {
        padding-bottom: 9px;
        display: block;
    }
    #gFooter .list {
        justify-content: center;
    }
    #gFooter .list li {
        margin: 0 7px;
        font-size: 0.6rem;
    }
    #gFooter .list a {
        font-size: 1.2rem;
    }
    .pageTop {
        bottom: 16px;
        right: 10px;
        width: 29px;
    }
    address {
        text-align: center;
        margin: 0;
        font-size: 1.2rem;
    }
}

@media all and (max-width: 374px) {
    address {
        font-size: 1rem;
    }
}


@media all and (min-width: 801px) {
    #gHeader .link a:hover {
        background-color: #FFAE00;
    }
}

@media all and (min-width: 801px) and (max-width: 1079px) {
    #gFooter .list {
        position: relative;
        top: -5px;
    }
    #gFooter .list a {
        font-size: 1.2rem;
    }
}

@media all and (min-width: 801px) and (max-width: 1500px) {
    #gHeader h1 {
        width: 21vw;
        margin-left: 1vw;
        font-size: 1.3vw;
    }
    #gHeader .link a {
        font-size: 1.6vw;
    }
    #gHeader .link {
        width: 21vw;
        margin-left: 1vw;
    }
    #gHeader .hInner {
        flex-wrap: nowrap;
        padding: 15px;
    }
    #gHeader .rBox .tel {
        width: 16vw;
    }
    #gHeader .rBox p {
        font-size: 1.2vw;
    }
}
