/* ==========================================================================
   header
   ========================================================================== */
/* Header
   ----------------------------------------------------------------- */
/* p-header
   ----------------------------------------------------------------- */
.p-header {
}

@media screen and (max-width: 767px) {
    .p-header {
        height: 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-header {
        width: 100%;
        z-index: 99;
    }
}

.p-header__inner {
    position: relative;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .p-header__inner {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .p-header__inner {
        max-width: 1200px;
    }
}

.p-header__main {
    position: relative;
}

.p-header__title {
    text-align: center;
    /* color: #fff; */
}

@media screen and (max-width: 1189px) {
    .p-header__title {
        padding: 7px 0;
        display: block;
        font-weight: normal;
        line-height: 1;
        letter-spacing: .1em;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1190px) {
    .p-header__title {
        padding: 6px 0;
        right: 0;
        display: block;
        font-weight: normal;
        line-height: 1;
        letter-spacing: .1em;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .p-header__title {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .p-header__logo {
        width: 12vw;
        margin: 0vw 0vw 0vw 2.67vw;
    }
}

@media screen and (min-width: 768px) {
    .p-header__logo {
        width: 80px;
        height: 80px;
    }
}

@media screen and (min-width: 1190px) {
    .p-header__logo {
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .p-header__logo img {
        width: 100%;
        height: auto;
    }
}

.p-header__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .p-header__grid {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 16vw;
    }
}

@media screen and (min-width: 768px) {
    .p-header__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        height: 100px;
    }
}

@media screen and (max-width: 1189px) and (min-width: 768px) {
    .p-header__grid {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media screen and (min-width: 1190px) {
    .p-header__grid {
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
    }
}

.p-header__utility {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 767px) {
    .p-header__utility {
        padding: 0vw 16vw 0vw 0vw;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .p-header__utility {
        height: 60px;
    }
}

@media screen and (min-width: 1190px) {
    .p-header__utility {
        margin-top: 42px;
    }
}

.p-header__menu {
    position: fixed;
    top: 0;
    z-index: 101;
}

@media screen and (max-width: 767px) {
    .p-header__menu {
        right: 0;
        top: 2.67vw;
        width: 13.33333vw;
        height: 13.33333vw;
    }
}

@media screen and (min-width: 768px) {
    .p-header__menu {
        left: 0;
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1280px) {
    .p-header__menu {
        left: 50%;
        max-width: 1440px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
}

@media screen and (min-width: 768px) {
    .p-header__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

@media screen and (max-width: 767px) {
    .p-header__btn {
        width: 13.33333vw;
        height: 13.33333vw;
        background-color: #00b2a3;
    }
}

@media screen and (min-width: 768px) {
    .p-header__btn {
        width: 120px;
        height: 60px;
        font-size: 16px;
        font-size: 1.6rem;
        margin-left: 10px;
    }
}

.p-header__btn--company {
    background: #00b2a3;
}

@media screen and (max-width: 767px) {
    .p-header__btn--company {
        display: none;
    }
}

.p-header__btn--contact {
    background: #006bbb;
}

@media screen and (max-width: 767px) {
    .p-header__btn--contact {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-header__btn--tel {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .p-header__hamburger {
        width: 13.33333vw;
        height: 13.33333vw;
        right: 2.67vw;
        background: #006bbb;
    }
}

@media screen and (min-width: 768px) {
    .p-header__hamburger {
        position: absolute;
        right: 20px;
        width: 80px;
        top: 35px;
        height: 50px;
    }
}

@media screen and (min-width: 1190px) {
    .p-header__hamburger {
        top: 47px;
    }
}

@media screen and (max-width: 767px) {
    .p-header__hamburger.is-open {
        background-color: transparent;
    }
}

.p-header__icon {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-header__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 8vw;
        height: 8vw;
    }
}

@media screen and (min-width: 768px) {
    .p-header__icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .p-header__icon img {
        width: 100%;
    }
}

/* p-contact
-------------------------------------------------------------------------- */
.p-contact {
    text-align: center;
    color: #5a2f00;
    background-color: #f8eed6;
}

@media screen and (min-width: 1024px) {
    .p-contact--horizon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        text-align: left;
        padding: 0 20px;
        height: 60px;
    }
}

@media screen and (min-width: 1024px) {
    .p-contact--horizon .p-contact__heading {
        margin-right: 20px;
    }
}

@media screen and (max-width: 1189px) {
    .p-contact--head {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .p-contact--footer {
        padding: 2.67vw 0vw 1.33vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-contact--footer {
        text-align: left;
        padding-left: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-contact--footer .p-contact__heading {
        margin-bottom: 1.33vw;
        font-size: 24px;
        font-size: 3.2vw;
    }
}

@media screen and (min-width: 768px) {
    .p-contact--footer .p-contact__heading {
        margin-bottom: 2px;
    }
}

@media screen and (max-width: 767px) {
    .p-contact--footer .p-contact__holiday {
        margin-left: 1em;
    }
}

@media screen and (max-width: 767px) {
    .p-contact--footer .p-contact__text {
        margin-top: .25em;
        font-size: 24px;
        font-size: 3.2vw;
    }
}

.p-contact--nav {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .p-contact--nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

@media screen and (min-width: 768px) {
    .p-contact--nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
    }
}

.p-contact--nav .p-contact__text {
    margin-top: 5px;
}

.p-contact--nav .p-contact__text span {
    display: block;
    line-height: 1.8;
}

@media screen and (max-width: 767px) {
    .p-contact--nav .p-contact__text span {
        font-size: 32px;
        font-size: 4.27vw;
    }
}

@media screen and (min-width: 768px) {
    .p-contact--nav .p-contact__text span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .p-contact--nav .p-contact__post {
        margin-right: .5em;
    }
}

.p-contact--nav .p-contact__holiday {
    margin-right: 1em;
}

@media screen and (min-width: 768px) {
    .p-contact__heading {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.p-contact__text {
    font-size: 0;
    line-height: 1;
    font-weight: bold;
}

.p-contact__text--white {
    color: #fff;
}

.p-contact__label {
    line-height: 1;
    font-weight: bold;
}

@media screen and (min-width: 1024px) {
    .p-contact__label {
        margin-bottom: 5px;
    }
}

.p-contact__hour, .p-contact__holiday {
    display: inline-block;
    line-height: 1;
}

@media screen and (min-width: 768px) {
    .p-contact__hour, .p-contact__holiday {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .p-contact__holiday {
        margin-left: 1em;
    }
}

/* p-gnav
-------------------------------------------------------------------------- */
.p-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.p-gnav__list--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p-gnav__item {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .p-gnav__item {
        width: 50%;
        margin: 0vw 0vw 4vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__item {
        width: 33.33%;
        margin-bottom: 2em;
    }
}

.p-gnav__item--home, .p-gnav__item--mail {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

.p-gnav__item--tel {
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

@media screen and (min-width: 768px) {
    .p-gnav__item--tel {
        width: 50%;
    }
}

@media screen and (min-width: 1280px) {
    .p-gnav__item--tel {
        width: 60%;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__item--home {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .p-gnav__item--home {
        width: 30%;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__item--tel {
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    .p-gnav__item--tel {
        width: 50%;
    }
}

.p-gnav__title {
    position: relative;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1;
    margin-top: .5em;
    margin-bottom: .75em;
    vertical-align: baseline;
}

@media screen and (max-width: 767px) {
    .p-gnav__title {
        font-size: 56px;
        font-size: 7.47vw;
        padding: .67vw 0vw 0vw 5.33vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__title {
        padding-top: 5px;
        font-size: 38px;
        font-size: 3.8rem;
        padding-left: 35px;
    }
}

.p-gnav__title::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    content: '';
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #00b2a3;
}

@media screen and (max-width: 767px) {
    .p-gnav__title::before {
        width: 4vw;
        height: 1.6vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__title::before {
        width: 25px;
        height: 8px;
    }
}

.p-gnav__link {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .p-gnav__link {
        font-size: 34px;
        font-size: 4.53vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__link {
        font-size: 20px;
        font-size: 2rem;
    }
}

.p-gnav__link--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media screen and (max-width: 767px) {
    .p-gnav__link--head {
        font-size: 52px;
        font-size: 6.93vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__link--head {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

.p-gnav__icon {
    font-size: 0;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .p-gnav__icon {
        width: 9.33333vw;
        margin: 0vw 2.67vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__icon {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .p-gnav__icon img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .p-gnav__icon--mail {
        width: 8vw;
    }
}

.p-gnav__contact {
    color: #fff;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-gnav__contact {
        margin: 8vw 0vw 0vw 0vw;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__contact {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .p-gnav__logo {
        width: 48vw;
        margin: 0vw auto 8vw auto;
    }
}

@media screen and (min-width: 768px) {
    .p-gnav__logo {
        width: 260px;
        margin: 0 auto 20px;
    }
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
    .p-breadcrumbs {
        padding: 13px 0;
    }
}

@media screen and (min-width: 768px) {
    .p-breadcrumbs__inner {
        max-width: 1240px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-breadcrumbs__nav {
        position: relative;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 767px) {
    .p-breadcrumbs__list {
        display: table;
        padding: 2.67vw 2.67vw 2.67vw 2.67vw;
        font-size: 24px;
        font-size: 3.2vw;
    }
}

@media screen and (min-width: 768px) {
    .p-breadcrumbs__list {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 767px) {
    .p-breadcrumbs__item {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap;
    }
}

@media screen and (min-width: 768px) {
    .p-breadcrumbs__item {
        display: inline;
    }
}

.p-breadcrumbs__item::before {
    display: inline-block;
    padding: 0 .25em;
    content: '>';
}

.p-breadcrumbs__item:first-child::before {
    display: none;
}

.p-breadcrumbs__link {
    font-weight: normal;
    text-decoration: none;
}

.p-breadcrumbs__link:hover {
    text-decoration: underline;
}
