a
{
    text-decoration: none;

    color: #070707;
}

.sp
{
    display: none !important;
}

@media print, screen and (max-width: 430px)
{
    .sp
    {
        display: block !important;
    }
}

.pc
{
    display: block;
}

@media print, screen and (max-width: 430px)
{
    .pc
    {
        display: none !important;
    }
}

.spi
{
    display: none;
}

@media print, screen and (max-width: 430px)
{
    .spi
    {
        display: inline;
    }
}

.pdi
{
    display: none;
}

@media print, screen and (max-width: 1025px)
{
    .pdi
    {
        display: inline;
    }
}

@media print, screen and (max-width: 430px)
{
    .pdi
    {
        display: inline;
    }
}

.pci
{
    display: inline;
}

@media print, screen and (max-width: 430px)
{
    .pci
    {
        display: none;
    }
}

/* ============== .contactSec ============== */
.contactSec
{
    position: relative;
    z-index: 0;

    padding: 150px 0 200px;

    background-color: #fdf7f0;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec
    {
        padding: 7.8125vw 0 10.41667vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec
    {
        padding: 11.71875vw 0;
    }
}

.contactSec::before
{
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: '';

    background-image: url(../images/img_bg.png);
    background-repeat: repeat-y;
    background-position: center;
    background-position: top left;
    background-size: cover;

    inset: 0;
}

.contactSec__inner
{
    position: relative;
    z-index: 1;

    width: 1672px;
    margin: 0 auto;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__inner
    {
        width: 87.08333vw;
    }
}

.contactSec__lead
{
    font-weight: 500;
    line-height: 2;

    margin-top: 20px;

    letter-spacing: .1em;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__lead
    {
        margin-top: 1.04167vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__lead
    {
        margin-top: 1.95312vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__lead
    {
        margin-top: 4vw;
    }
}

.contactSec__cont
{
    width: 100%;
    margin: 62px 0 100px;
    padding: 30px 0 40px;

    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    background-color: rgba(255, 255, 255, .6);
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__cont
    {
        margin: 3.22917vw 0 5.20833vw;
        padding: 1.5625vw 0 2.08333vw;

        border-top: .05208vw solid #c1c1c1;
        border-bottom: .05208vw solid #c1c1c1;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__cont
    {
        margin: 3.90625vw 0 4.88281vw;
        padding: 1.95312vw 0 2.92969vw;

        border-top: .09766vw solid #c1c1c1;
        border-bottom: .09766vw solid #c1c1c1;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__cont
    {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin: 6.66667vw 0 8vw;
        padding: 8vw 5.33333vw;

        border-top: .13333vw solid #c1c1c1;
        border-bottom: .13333vw solid #c1c1c1;
    }
}

.contactSec__tel
{
    font-family: 'Zen Old Mincho', serif;
    font-weight: 800;

    display: inline-block;

    -webkit-transition: .3s;
            transition: .3s;

    letter-spacing: .15em;

    color: #8d0100;
}

.contactSec__tel .contactSec__span
{
    position: relative;
}

.contactSec__tel .contactSec__span::before
{
    position: absolute;
    top: 12px;
    left: -62px;

    width: 36px;
    height: 36px;

    content: '';

    -webkit-transition: .3s;
            transition: .3s;

    background-image: url(../images/icon_contact_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__tel .contactSec__span::before
    {
        top: .625vw;
        left: -3.22917vw;

        width: 1.875vw;
        height: 1.875vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__tel .contactSec__span::before
    {
        top: 1.17188vw;
        left: -4.49219vw;

        width: 2.92969vw;
        height: 2.92969vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__tel .contactSec__span::before
    {
        top: 2.13333vw;
        left: -6.66667vw;

        width: 5.33333vw;
        height: 5.33333vw;
    }
}

@media (any-hover: hover)
{
    .contactSec__tel:hover
    {
        color: #93856a;
    }
    .contactSec__tel:hover .contactSec__span::before
    {
        background-image: url(../images/icon_contact_tel_hover.svg);
    }
}

.contactSec__item
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    width: 526px;
    margin: 0 auto;

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

@media print, screen and (max-width: 1920px)
{
    .contactSec__item
    {
        width: 27.39583vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__item
    {
        width: 40.03906vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__item
    {
        width: 70.66667vw;
    }
}

.contactSec__item--top
{
    margin-top: 20px;
    margin-bottom: 10px;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__item--top
    {
        margin-top: 1.04167vw;
        margin-bottom: .52083vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__item--top
    {
        margin-top: 2.34375vw;
        margin-bottom: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__item--top
    {
        margin-top: 4vw;
        margin-bottom: 2.66667vw;
    }
}

.contactSec__black
{
    font-family: 'Zen Old Mincho', serif;

    width: 86px;
    padding: 3px 0 4px;

    text-align: center;

    color: #fff;
    background-color: #070707;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__black
    {
        width: 4.47917vw;
        padding: .15625vw 0 .20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__black
    {
        width: 6.83594vw;
        padding: .29297vw 0 .39062vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__black
    {
        width: 21.33333vw;
        padding: .53333vw 0 .53333vw;
    }
}

.contactSec__txt
{
    font-weight: 500;

    margin-left: 15px;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__txt
    {
        margin-left: .78125vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__txt
    {
        margin-left: .97656vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__txt
    {
        line-height: 1.3;

        width: 49.33333vw;
        margin-left: 2.66667vw;

        text-align: left;
    }
}

.contactSec__faqBox
{
    margin-top: 100px;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__faqBox
    {
        margin-top: 5.20833vw;
    }
}

@media print, screen and (max-width: 1025px)
{
    .contactSec__faqBox
    {
        margin-top: 6.83594vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__faqBox
    {
        margin-top: 10.66667vw;
    }
}

.contactSec__faqBox--tour
{
    margin-top: 0;
    padding-bottom: 150px;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__faqBox--tour
    {
        padding-bottom: 7.8125vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__faqBox--tour
    {
        padding-bottom: 13.33333vw;
    }
}

.contactSec__tourFaq
{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 1672px;
    margin: 0 auto;
    padding-bottom: 150px;
}

@media print, screen and (max-width: 1920px)
{
    .contactSec__tourFaq
    {
        width: 87.08333vw;
        padding-bottom: 7.8125vw;
    }
}

@media print, screen and (max-width: 430px)
{
    .contactSec__tourFaq
    {
        width: 100%;
        padding-bottom: 13.33333vw;
    }
}