@charset "UTF-8";
/* ==========================================================
Name:
    base.css

Description:
    サイト全体に共通する設定を記述する

Contents:
    base settings
    javascript style hooks
    base blocks
========================================================== */
/* 游ゴシック体 */
/* ==========================================================
*
*   base settings
*
========================================================== */
/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    color: #222222;
    font-size: 14px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 479px) {
    html,
    body {
        font-size: 2.91667vw;
    }
}

body {
    min-width: 1200px;
    line-height: 1.5;
}

@media screen and (max-width: 479px) {
    body {
        min-width: 320px;
        line-height: 1.5;
    }
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
img {
    max-width: 100%;
    width: auto;
    height: auto;
    vertical-align: bottom;
}

/* ==========================================================
*
*   javascript style hooks
*
========================================================== */
/* ==========================================================
*
*   base blocks
*
========================================================== */
/* ---------------------------------------------
*   header
--------------------------------------------- */
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    margin-right: auto;
    margin-left: auto;
    min-width: 1200px;
    width: 100%;
    height: 94px;
    background-color: #fff;
    -webkit-transition: height .3s;
    transition: height .3s;
}

@media screen and (max-width: 479px) {
    .header {
        min-width: 320px;
        height: 32px;
    }
}

@media screen and (max-width: 374px) {
    .header {
        height: 34.5px;
    }
}

.js-header-fixed .header {
    height: 126px;
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 479px) {
    .js-header-fixed .header {
        height: 60px;
    }
}

@media screen and (max-width: 374px) {
    .js-header-fixed .header {
        height: 58px;
    }
}

.header__container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 21px;
    padding-right: 40px;
    padding-bottom: 19px;
    padding-left: 40px;
}

.header__container:after {
    display: block;
    clear: both;
    content: "";
}

@media screen and (max-width: 479px) {
    .header__container {
        padding-top: 8px;
        padding-right: 1.42857rem;
        padding-bottom: 5px;
        padding-left: 1.42857rem;
    }
}

@media screen and (max-width: 374px) {
    .header__container {
        padding-top: 11px;
        padding-right: 1.42857rem;
        padding-bottom: 9px;
        padding-left: 1.42857rem;
    }
}

/*  header-logo
--------------------------------------------- */
.header-logo {
    float: left;
}

@media screen and (max-width: 479px) {
    .header-logo {
        float: none;
    }
}

.header-logo__link {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.header-logo__link:hover {
    opacity: 0.8;
}

@media screen and (max-width: 479px) {
    .js-header-fixed .header-logo__link {
        padding-bottom: 0.14286rem;
    }
}

.header-logo__link--nofixed {
    display: block;
}

@media screen and (max-width: 479px) {
    .header-logo__link--nofixed {
        width: 290px;
    }
}

@media screen and (max-width: 374px) {
    .header-logo__link--nofixed {
        width: 249px;
    }
}

.js-header-fixed .header-logo__link--nofixed {
    display: none;
}

@media screen and (max-width: 479px) {
    .header-logo__link--nofixed img {
        width: 300px;
        vertical-align: text-bottom;
    }
}

.header-logo__link--fixed {
    display: none;
}

@media screen and (max-width: 479px) {
    .header-logo__link--fixed {
        width: 200px;
    }
}

@media screen and (max-width: 374px) {
    .header-logo__link--fixed {
        width: 166px;
    }
}

.js-header-fixed .header-logo__link--fixed {
    display: block;
}

.header-logo__link-text-fixed {
    display: none;
    padding-top: 4px;
    color: #b3860f;
}

.js-header-fixed .header-logo__link-text-fixed {
    display: block;
}

@media screen and (max-width: 479px) {
    .header-logo__contact-fixed {
        display: none;
        color: #b3860f;
        font-weight: bold;
        font-size: 9px;
        font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    }
    .js-header-fixed .header-logo__contact-fixed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 374px) {
    .header-logo__contact-fixed {
        font-size: 8px;
    }
    .js-header-fixed .header-logo__contact-fixed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;

        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 479px) {
    .header-logo__telephone {
        -webkit-transition: opacity 300ms;
        transition: opacity 300ms;
    }
    .header-logo__telephone:hover {
        opacity: 0.8;
    }
    .js-header-fixed .header-logo__telephone {
        display: inline-block;
    }
}

@media screen and (max-width: 479px) {
    .header-logo__telephone-icon {
        display: inline-block;
        padding-right: 1px;
        height: 11px;
        vertical-align: middle;
        line-height: 10px;
    }
    .header-logo__telephone-icon img {
        height: 10px;
    }
}

@media screen and (max-width: 374px) {
    .header-logo__telephone-icon {
        padding-right: 0;
        height: 11px;
        line-height: 8px;
    }
    .header-logo__telephone-icon img {
        height: 9px;
    }
}

@media screen and (max-width: 479px) {
    .header-logo__telephone-number {
        display: inline-block;
    }
}

/*  header-nav
--------------------------------------------- */
.header-nav {
    float: right;
    font-size: 16px;
}

@media screen and (min-width: 480px) {
    .header-nav {
        display: block !important;
    }
}

@media screen and (max-width: 479px) {
    .header-nav {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        display: none;
        padding-top: 1.78571rem;
        padding-right: 1.42857rem;
        height: calc(100vh - 38px);
        background-color: #b3860f;
        color: #fff;
        font-size: 1.07143rem;
    }
    .js-header-fixed .header-nav {
        height: calc(100vh - 38px);
    }
}

.header-nav__list {
    margin-bottom: 3px;
}

@media screen and (max-width: 479px) {
    .header-nav__list {
        margin-bottom: 0;
        text-align: right;
    }
}

.header-nav__list-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 17px;
    padding-bottom: 3px;
    font-weight: bold;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.header-nav__list-item:hover {
    opacity: 0.8;
}

.header-nav__list-item:hover {
    padding-bottom: 0;
    border-bottom: 2px solid #231815;
}

@media screen and (max-width: 479px) {
    .header-nav__list-item {
        display: block;
        padding-bottom: 1.07143rem;
    }
    .header-nav__list-item:hover {
        padding-bottom: 1.07143rem;
        border: none;
    }
}

@media screen and (max-width: 479px) {
    .header-nav__list-item--tumblr {
        padding-top: 1.78571rem;
    }
}

.header-nav__sns-list {
    text-align: right;
}

.js-header-fixed .header-nav__sns-list--nofixed {
    display: none;
}

@media screen and (max-width: 479px) {
    .header-nav__sns-list--nofixed {
        display: block;
    }
    .js-header-fixed .header-nav__sns-list--nofixed {
        display: block;
    }
}

.header-nav__sns-list-item {
    display: inline;
    padding-left: 18px;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.header-nav__sns-list-item:hover {
    opacity: 0.8;
}

@media screen and (max-width: 479px) {
    .header-nav__sns-list-item {
        display: block;
        margin-left: auto;
        padding-bottom: 1.78571rem;
        width: 5%;
    }
}

@media screen and (max-width: 479px) {
    .header-nav__sns-link {
        display: inline;
        width: 1.57143rem;
    }
}

.header-scr__text-area-fixed {
    display: none;
    float: right;
    padding-top: 4px;
    color: #b3860f;
    text-align: right;
}

.js-header-fixed .header-scr__text-area-fixed {
    position: absolute;
    top: 50px;
    right: 30px;
    display: block;
}

.header-scr__text {
    padding-top: 5px;
    font-weight: bold;
    font-size: 16px;
}

.header-scr__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.header-scr__telephone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    align-items: center;
}

.header-scr__telephone-icon {
    padding-right: 5px;
}

.header-scr__telephone-img--right {
    height: 15px;
    vertical-align: text-top;
}

.header-scr__telephone-img--left {
    height: 15px;
    vertical-align: text-top;
}

.header-scr__telephone-number {
    font-size: 17px;
}

.header-scr__telephone-place {
    font-size: 14px;
}

/*  header-menu-button
--------------------------------------------- */
.header-menu-button {
    position: absolute;
    top: 0.5rem;
    right: 1.42857rem;
    display: block;
    margin: 0;
    padding: 4px;
    outline: none;
    border: 0;
    border-radius: 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.header-menu-button__lines {
    position: relative;
    display: block;
    width: 25px;
    height: 16px;
}

.header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    padding-top: 2px;
    width: 100%;
    height: 0;
}

.header-menu-button__line--top, .header-menu-button__line--center, .header-menu-button__line--bottom {
    -webkit-transition: 500ms;
    transition: 500ms;
}

.header-menu-button__line--top {
    top: 0;
    background-color: #222222;
}

.header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
    background-color: #222222;
}

.header-menu-button__line--bottom {
    bottom: 0;
    background-color: #222222;
}

.js-sp-menu-opened .header-menu-button__line--top {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.js-sp-menu-opened .header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.js-sp-menu-opened .header-menu-button__line--bottom {
    bottom: 50%;
    -webkit-transform: translateY(50%) rotate(-45deg);
    transform: translateY(50%) rotate(-45deg);
}

/* ---------------------------------------------
*   wrapper
--------------------------------------------- */
.wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-top: 91px;
}

@media screen and (max-width: 479px) {
    .wrapper {
        padding-top: 30px;
    }
}

/* ---------------------------------------------
*   contents
--------------------------------------------- */
/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.footer__img {
    padding-top: 27.5%;
    height: 0;
    background-position: center;
    background-size: cover;
}

.footer__text {
    position: absolute;
    bottom: 130px;
    left: 38px;
    color: #fff;
}

@media screen and (max-width: 479px) {
    .footer__text {
        top: 37%;
        left: 4.167%;
        font-size: 0.85714rem;
        -webkit-transform: none;
        transform: none;
    }
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: absolute;
    right: 55px;
    bottom: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 479px) {
    .footer-pagetop {
        right: 4.16667vw;
        bottom: -0.42857rem;
        width: 5.20833vw;
        height: 5.20833vw;
    }
}

.footer-pagetop:hover {
    border-top: solid 1px #222222;
    border-right: solid 1px #222222;
}

/*  footer-container
--------------------------------------------- */
.footer-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

/*  footer-logo
--------------------------------------------- */
/*  footer-copyright
--------------------------------------------- */
.footer-copyright {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 50px;
    text-align: center;
}

@media screen and (max-width: 479px) {
    .footer-copyright {
        margin-top: 3.57143rem;
        margin-bottom: 3.57143rem;
    }
}

/*  sns-list
--------------------------------------------- */
@media screen and (max-width: 479px) {
    .sns-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        margin-bottom: 35px;

        -webkit-box-pack: center;
        justify-content: center;
    }
}

.sns-list__item {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
}

.sns-list__item:hover {
    opacity: 0.8;
}

@media screen and (max-width: 479px) {
    .sns-list__item {
        padding-right: 1.07143rem;
        padding-left: 1.07143rem;
    }
}
