@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:ital,wght@0,100;0,400;0,500;1,400&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: #000;
    text-decoration: none;
    transition: .3s;
}
a:visited {
    color: #000;
}
a:hover {
    color: #000;
    opacity: 0.7;
}
a:active {
    color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #000;
    font-size: 1.7rem;
    line-height: 1.5;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}
#container {
    text-align: left;
    overflow: hidden;
}
#main {
    overflow: hidden;
}
a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}
@media all and (min-width: 897px) {
    .sp {
        display: none !important;
    }
}
@media all and (max-width: 1150px) {
    body {
        font-size: 1.6vw;
    }
}
@media all and (max-width: 896px) {
    body {
        min-width: inherit;
        font-size: 1.5rem;
    }
    body.fixed {
        overflow: hidden;
    }
    a:hover, a:hover img {
        opacity: 1 !important;
    }
    .pc {
        display: none !important;
    }
    a[href^="tel:"] {
        cursor: pointer;
        pointer-events: auto;
    }
}
@media all and (max-width: 374px) {
    body {
        font-size: 1.4rem;
    }
}
@media all and (max-width: 359px) {
    body {
        font-size: 1.3rem;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 44px 28px 0 79px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}
#gHeader .lBox {
    position: absolute;
    display: flex;
    top: 44px;
    left: 79px;
    width: calc(100% - 260px);
}
#gHeader .lBox p {
    margin: 4px 0 0 -208px;
    font-size: 2.9rem;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
}
#gHeader .rBox {
    position: absolute;
    right: 28px;
    top: 44px;
    display: flex;
    z-index: 101;
}
#gHeader .sns {
    margin-right: 75px;
    display: flex;
    justify-content: flex-end;
}
#gHeader .sns li {
    margin-left: 30px;
    width: 35px;
}
#gHeader .menu {
    margin-top: 5px;
    width: 54px;
    height: 54px;
    cursor: pointer;
    transition: opacity .25s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
}
#gHeader .menu > div {
    margin: 0 auto;
    width: 54px;
    height: 24px;
    position: relative;
}
#gHeader .menu span {
    background-color: #000;
    border: none;
    height: 2px;
    width: 54px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}
#gHeader .menu span:nth-of-type(2) {
    top: 12px;
}
#gHeader .menu span:nth-of-type(3) {
    top: 24px;
}
#gHeader .menu.active .top {
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    -ms-transform: translateY(12px) translateX(0) rotate(45deg);
    transform: translateY(12px) translateX(0) rotate(45deg);
}
#gHeader .menu.active .middle {
    opacity: 0;
}
#gHeader .menu.active .bottom {
    -webkit-transform: translateY(-12px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-12px) translateX(0) rotate(-45deg);
    transform: translateY(-12px) translateX(0) rotate(-45deg);
}
.menuBox {
    padding: 0 50px;
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    transition: .3s;
    box-sizing: border-box;
}
.menuBox.open {
    right: 0;
}
.menuBox .menuList {
    margin: 100px 0;
}
.menuBox .menuList a {
    padding: 15px 10px;
    display: block;
    font-size: 2rem;
    border-bottom: 1px solid #000;
}
@media all and (max-width: 1450px) {
    #gHeader .lBox h1 {
        width: 57%;
    }
    #gHeader .lBox p {
        margin-left: -18%;
    }
}
@media all and (max-width: 1000px) {
    #gHeader .lBox p {
        font-size: 2.5vw;
    }
}
@media all and (min-width: 897px) {
    .menu:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    #gHeader {
        padding: 20px 20px 0 20px;
    }
    #gHeader .lBox {
        width: auto;
        top: 20px;
        left: 20px;
    }
    #gHeader .lBox h1 {
        width: 140px;
    }
    #gHeader .lBox p {
        margin: 2px 0 0 -35px;
        font-size: 1.1rem;
    }
    #gHeader .rBox {
        display: flex;
        right: 20px;
        top: 20px;
    }
    #gHeader .sns {
        margin-right: 15px;
    }
    #gHeader .sns li {
        margin-left: 10px;
        width: 20px;
    }
    #gHeader .menu {
        margin-top: 0;
        width: 30px;
        height: 30px;
    }
    #gHeader .menu > div {
        width: 30px;
        height: 20px;
    }
    #gHeader .menu span {
        width: 30px;
    }
    #gHeader .menu span:nth-of-type(2) {
        top: 10px;
    }
    #gHeader .menu span:nth-of-type(3) {
        top: 20px;
    }
    #gHeader .menu.active .top {
        -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
        -ms-transform: translateY(10px) translateX(0) rotate(45deg);
        transform: translateY(10px) translateX(0) rotate(45deg);
    }
    #gHeader .menu.active .bottom {
        -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
        -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
        transform: translateY(-10px) translateX(0) rotate(-45deg);
    }
    .menuBox {
        padding: 0 20px;
    }
    .menuBox .menuList {
        margin: 50px 0;
    }
    .menuBox .menuList a {
        padding: 10px;
        font-size: 1.6rem;
    }
    .menuBox .sns {
        display: flex;
        justify-content: flex-end;
    }
    .menuBox .sns li {
        width: 30px;
        margin-left: 20px;
    }
}
@media all and (min-width: 768px) and (max-width: 896px) {
    #gHeader .lBox h1 {
        width: 280px;
    }
    #gHeader .lBox p {
        margin-left: -75px;
        font-size: 2rem;
    }
}
@media all and (max-width: 359px) {
    #gHeader .lBox h1 {
        width: 133px;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter .banner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
#gFooter .banner a {
    display: block;
    position: relative;
}
#gFooter .banner a:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
}
#gFooter .banner a img {
    width: 100%;
}
#gFooter .banner p {
    position: absolute;
    left: 0;
    top: 53%;
    width: 100%;
    padding: 0 5px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    transform: translateY(-50%);
    z-index: 1;
}
#gFooter address {
    padding: 15px 10px;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    background-color: #000;
}
@media (max-width: 896px){
	#gFooter .banner {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media all and (max-width: 1150px) {
    #gFooter .banner p {
        font-size: 1.6vw;
    }
}
@media all and (max-width: 896px) {
    #gFooter .banner li:first-child p, #gFooter .banner li:nth-child(2) p, #gFooter .banner li:nth-child(3) p {
        font-size: 1rem;
    }
    #gFooter .banner p {
        font-size: 1.6rem;
    }
}
