@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy:ital@0;1&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: #040000;
    text-decoration: none;
    transition: .3s;
}
a:visited {
    color: #040000;
}
a:hover {
    color: #040000;
}
a:active {
    color: #040000;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #040000;
    font-size: 2.1rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
#container {
    text-align: left;
}
#main {
    margin-bottom: 145px;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 1081px) {
    .pad {
        display: none !important;
    }
}
@media all and (max-width: 1080px) {
    body {
        font-size: 1.2rem;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    #main {
        margin-bottom: 57px;
    }
}
@media all and (max-width: 767px) {
    body {
        font-size: 1.2rem;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {}
@media all and (max-width: 896px) {
    #gHeader {}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    margin: 0 auto;
    padding: 0 40px 54px;
    max-width: 1720px;
    text-align: center;
}
#gFooter .fLogo {
    margin-bottom: 132px;
}
#gFooter p {
    margin-bottom: 43px;
    font-size: 2.4rem;
    font-weight: 900;
}
#gFooter p img {
    display: block;
    margin: 0 auto 13px;
}
#gFooter .linkList {
    margin-bottom: 84px;
}
#gFooter .linkList li {
    margin: 0 2.1vw;
}
#gFooter address {
    font-size: 1.8rem;
    font-weight: 300;
    font-style: normal;
}
@media all and (max-width: 1400px) {
    #gFooter .linkList li {
        margin: 0 1.7vw;
    }
}
@media all and (max-width: 1080px) {
    #gFooter .fLogo {
        margin-bottom: 132px;
    }
    #gFooter p {
        margin-bottom: 20px;
        font-size: 1.1rem;
    }
    #gFooter p img {
        margin-bottom: 5px;
        width: 470px;
    }
    #gFooter .linkList {
        margin-bottom: 40px;
    }
    #gFooter .linkList li {
        margin: 0 2.6vw;
        width: 94px;
        font-size: 1rem;
    }
    #gFooter address {
        font-size: 0.85rem;
    }
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 0 20px 40px;
    }
    #gFooter .linkList li {
        margin: 15px 0 0;
        width: 47%;
    }
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
    font-family: 'Sorts Mill Goudy', serif;
    font-style: italic;
}
/*------------------------------------------------------------
	linkList
------------------------------------------------------------*/
.linkList {
    margin-bottom: 93px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.linkList li {
    margin: 0 2.4vw;
    width: 200px;
}
.linkList li:first-child {
    margin-left: 0 !important;
}
.linkList li:last-child {
    margin-right: 0 !important;
}
.linkList a {
    display: block;
    padding: 0 2px 14px;
    text-align: center;
    border-bottom: 3px solid #040000;
}
@media all and (min-width: 1081px) {
    .linkList a:hover {
        border-color: #D80C18;
    }
}
@media all and (max-width: 1400px) {
    .linkList li {
        margin: 0 1.8vw;
        width: auto;
    }
}
@media all and (max-width: 1080px) {
    .linkList a {
        padding-bottom: 7px;
        border-bottom-width: 2px;
    }
}
@media all and (max-width: 767px) {
    .linkList {
        justify-content: space-between;
    }
}