@charset "UTF-8";
/* Scss Document */
/*=============================================
 * body
 *=============================================*/
body {
    color: #727171;
    font-family: 'Noto Sans JP';
    font-size: 23px;
    line-height: 37px;
    background: #fff;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
    font-weight: 500;
    letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
    body {
        font-size: 15px;
        line-height: 21px;
    }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    body {
        font-size: 14px;
        line-height: 20px;
    }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/* noto-sans-jp-regular - japanese_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    src: url('../font/noto-sans-jp-v55-japanese_latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 500;
    src: url('../font/noto-sans-jp-v55-japanese_latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 700;
    src: url('../font/noto-sans-jp-v55-japanese_latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-900 - japanese_latin_latin-ext */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 900;
    src: url('../font/noto-sans-jp-v55-japanese_latin_latin-ext-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fw-500 {
    font-weight: 500;
}
.fw-bold {
    font-weight: bold;
}
.fw-normal {
    font-weight: normal;
}
/*=============================================
 ******************* main **********************
 *=============================================*/
main {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1150px;
    position: relative;
    padding: 0 30px;
    max-width: 100%;
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .wrap {
        box-sizing: border-box;
        width: 1210px;
    }
}
img {
    max-width: 100%;
    width: auto;
    height: auto;
}
/*=============================================
 ******************** header ******************
 *=============================================*/
header {
    position: relative;
    width: 100%;
    z-index: 100;
}
header .logo {
    text-align: center;
    font-size: 28px;
    padding: 20px 10px 10px;
    width: 328px;
}
header .logo a {
    text-decoration: none;
}
header h1 {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
/*=============================================
 ******************* nav-fixed ****************
 *=============================================*/
.nav-header {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.7);
    opacity: 1;
    visibility: visible;
    transition: opacity 0.4s ease;
    height: 120px;
    box-sizing: border-box;
    padding: 22px 35px;
}
.js-scroll {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: 0 auto;
}
.nav-header .row {
    display: flex;
    max-width: 74%;
}
.nav-header .row dl {
    margin-right: 50px;
    width: 390px;
    margin-top: 8px;
    margin-left: 20px;
}
.nav-header .row dl dt {
    margin-bottom: -3px;
}
.nav-header .row dl dd {
    font-size: 11px;
    color: #0456a7;
    margin-left: 57px;
    letter-spacing: 0px;
}
.nav-header .row .btn {
    margin-right: 10px;
}
.nav-header .tel-icon {
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.08em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid;
    padding-left: 10%;
    width: 210px;
}
@media only screen and (max-width: 1300px) and (min-width: 768px) {
    .nav-header .row dl dd {
        margin-left: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .fixed-btn .nav-header {
        opacity: 1;
        visibility: visible;
        position: fixed;
    }
}
.nav-header .nav {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 80px;
    max-width: 1000px;
    margin: auto;
}
.nav-header a.nav-main, .nav-header .sub-nav {
    position: relative;
    display: flex;
    text-decoration: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 0.05em;
    color: #221409;
    font-size: 16px;
    width: 100%;
    height: 100%;
}
.nav-header a.nav-main::after, .nav-header .sub-nav::after {
    width: 0%;
    height: 1px;
    background: #000;
    content: "";
    position: absolute;
    bottom: 20px;
    left: 5%;
    transition: all 0.4s ease;
}
.nav-header li a.nav-main.active::after, .nav-header li:hover a.nav-main::after, .nav-header li.sub-nav.active::after {
    width: 90%;
}
.nav-header .sub-box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 275px;
    background: #FFF;
    box-sizing: border-box;
    padding: 10px;
    transition: all 0.4s ease;
}
.nav-header .sub-nav::before {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #000;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2px;
    transition: all 0.3s ease;
}
/*=============================================
 ******************* keyvisual ****************
 *=============================================*/
#head-key {
    display: flex;
    justify-content: space-between;
}
#key-box {
    width: 100%;
    overflow: hidden;
    padding-top: 178px;
}
#key-box .keyvisual {
    width: 100%;
    height: 100%;
}
/*=============================================
===============================================
===============================================
*************** responsive header ************
===============================================
===============================================
*=============================================*/
/*@media screen and (max-width: $width-wrap - 1px) and (min-width: $width-sp) {	*/
@media only screen and (max-width: 767px) {
    #head-top {
        padding: 0 0 60px;
    }
    .nav-header .nav {
        display: block;
        padding-top: 15%;
        height: auto;
    }
    .nav-header .logo-nav {
        margin: auto;
    }
    .nav-header a.nav-main {
        padding: 5px 22px;
        font-size: 16px;
        font-family: 'Noto Serif JP', serif;
        text-align: center;
        justify-content: center;
        display: flex;
        box-sizing: border-box;
    }
    .nav-header .sub-nav span {
        padding: 0 10px;
        font-size: 16px;
    }
    .nav-header li a.nav-main.active::before {
        width: 40%;
        height: 1px;
        background: #3b2718;
        content: "";
        position: absolute;
        bottom: 5px;
        left: 30%;
    }
    .nav-header a.nav-main span {
        padding: 5px 30px;
    }
    .nav-header a.nav-main::after, .nav-header .sub-nav::after {
        display: none;
    }
    .nav-header .sub-box {
        opacity: 1;
        visibility: visible;
        position: inherit;
        top: inherit;
        left: initial;
        width: auto;
        padding: 0 25px;
    }
    .nav-header .tel-icon {
        padding-left: 0;
        width: 100%;
        border-left: none;
    }
    .head-info {
        margin-right: 0px;
        display: none;
    }
    #key-box {
        width: 100%;
    }
    .header-box {
        display: flex;
        align-items: center;
        position: absolute;
        background: rgba(255, 255, 255, 0.7);
    }
    header .logo {
        padding: 10px 0 10px 10px;
        width: 57%;
        max-width: 190px;
        margin: 0 auto;
    }
    header h1 {
        font-size: 1.8vw;
        padding: 5px 5px 0;
        width: 60%;
        line-height: 1.8;
    }
    .hamberger-btn {
        position: fixed;
        top: 17px;
        right: 2%;
        width: 50px;
        height: 50px;
        display: block;
        z-index: 201;
        transition: all 0.4s ease;
        overflow: hidden;
    }
    .hamberger-btn::after {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        content: "MENU";
        text-align: center;
        font-size: 10px;
        line-height: 20px;
    }
    .hamberger-btn span {
        width: 35px;
        height: 2px;
        position: absolute;
        top: 35%;
        transform: translate3D(-50%, -50%, 0);
        left: 50%;
        background: #000;
    }
    .hamberger-btn span::before, .hamberger-btn span::after {
        width: 35px;
        height: 2px;
        position: absolute;
        left: 0;
        background: #000;
        content: "";
    }
    .hamberger-btn span::after {
        top: -8px;
    }
    .hamberger-btn span::before {
        top: 8px;
    }
    .nav-header .sub-nav::before {
        display: none;
    }
    .menu-open .hamberger-btn span {
        transform: rotate(360deg);
    }
    .menu-open .hamberger-btn span {
        transform: rotate(142deg) translateX(20px);
        top: 5px;
        left: 46%;
    }
    .menu-open .hamberger-btn span::after {
        transform: rotate(-105deg) translateX(0px);
        top: 0;
    }
    .menu-open .hamberger-btn::after {
        content: "CLOSE";
    }
    .menu-open .hamberger-btn span::before {
        opacity: 0;
    }
    .nav-header {
        width: 100%;
        height: 100vh;
        background: #FFF;
        position: fixed;
        top: 0;
        left: 0;
        transition: all 0.5s ease;
        opacity: 0;
        visibility: hidden;
    }
    .menu-open .nav-header {
        left: 0%;
        visibility: visible;
        overflow: auto;
        transition: all 0.5s ease;
        opacity: 1;
    }
    .js-scroll {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-user-select: none;
        -webkit-touch-callout: none;
        padding-bottom: 50px;
    }
    .hide-nav {
        width: 50px;
        display: flex;
        justify-content: center;
        margin: 15px auto;
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    header h1 {
        width: calc(70% - 80px);
        font-size: 2.2vw;
        padding: 5px;
    }
    .hamberger-btn {
        top: 10px;
    }
    #key-box {}
}
/*=============================================
 ******************* footer *******************
 *=============================================*/
footer {
    position: relative;
    background: #fff;
    color: #231815;
    padding: 70px 0 5px;
}
footer nav {
    text-align: center;
    margin: 0 auto 43px;
}
footer nav > a {
    font-size: 20px;
    min-width: 100px;
    border-left: 1px solid #231815;
    font-weight: bold;
    padding: 0 38px;
    display: inline-block;
    color: #595757;
}
footer nav > a:hover {
    opacity: 0.8;
}
footer nav > a:last-of-type {
    border-right: 1px solid #231815;
}
footer nav > a + a:before {
    /* content: "\7C"; */
    display: inline-block;
    margin-right: 15px;
    text-decoration: none;
    text-decoration-line: none;
    text-decoration-color: transparent;
}
footer .address {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 24px;
    text-align: center;
    letter-spacing: 2px;
}
footer .address span {
    margin-right: 8px;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    footer .address {
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {
    footer nav {
        text-align: left;
        flex-direction: column;
        display: flex;
        margin-left: 10px;
        margin-bottom: 15px;
    }
    footer nav > a {
        font-size: 14px;
        padding: 0 16px;
        margin-bottom: 20px;
    }
    footer nav > a:last-of-type {
        border-right: 0;
    }
    footer .address {
        text-align: left;
        font-size: 13px;
        line-height: 21px;
        padding: 0 12px;
        letter-spacing: 2px;
        margin-bottom: 0px;
    }
    footer address {
        font-size: 11px;
    }
}
/*=============================================
***************** copyright ******************
*=============================================*/
address {
    padding: 25px 0 10px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0;
}
address span {
    display: block;
}
@media only screen and (max-width: 767px) {
    footer {
        position: relative;
        margin-top: 0;
        padding: 32px 0 30px;
    }
    .fixed-btn #fixed-sp {
        opacity: 1;
    }
}
/*=============================================
===============================================
===============================================
*************** css for iphone 5 ************
===============================================
===============================================
*=============================================*/
/*=============================================
===============================================
===============================================
***************** css for ie 11 ***************
===============================================
===============================================
*=============================================*/
/* Scss Document */
/*=============================================
 ******************* RESPONSIVE ****************
 *=============================================*/
.pc {
    display: block;
}
.sp {
    display: none;
}
@media only screen and (max-width: 767px) {
    html {
        min-width: auto;
    }
    html a:hover {
        text-decoration: none;
    }
    html img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }
    html .wrap {
        padding: 0 5%;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    html #socialbuttons .social-line {
        width: 92px;
        overflow: hidden;
    }
}
@media only screen and (max-width: 320px) {
    html.responsive {
        min-width: 320px !important;
    }
}
/*=============================================
 *************** responsive common ************
 *=============================================*/
@media only screen and (min-width: 767px) {
    body {
        position: static !important;
        top: 0 !important;
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
        transform: translate3d(0, 30px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        opacity: 1;
        transform: translateZ(0)
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
.fixed-sp {
    position: fixed;
    bottom: -5px;
    left: 0;
    height: auto;
    z-index: 10;
}
.fixed-sp ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.fixed-sp ul li:nth-child(2) {
    margin-top: -14.5vw;
    margin-left: -1px;
}