@charset "UTF-8";
/*
Theme Name: i-xex-espoir
Theme URI: http://intelijin.com/
Description: i-Xeory拡張テーマ
Author: Intelijin
Author URI: http://intelijin.com/
Version: 0.2.1
*/

.center {
    text-align: center;
}

.blk_center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.bw > span,
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span,
figcaption > span {
    display: inline-block;
}

div[class="col"],
div[class^="col-"] {
    margin-top: 60px;
}

.row.no_mt {
    margin-top: -60px;
}

figcaption {
    margin-top: 0.5em;
    text-align: center;
}

.mt1em {
    margin-top: 1em;
}

.mt30 {
    margin-top: 30px;
}

.mt60 {
    margin-top: 60px;
}

.btn_link {
    display: inline-block;
    padding: 0.75em 2em;
    border-radius: 5px;
    background-color: #58111B;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.slidein {
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 0.5s;
}
.slidein.js_active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

.bx-wrapper {
    background-color: transparent;
    margin: 0px auto 0px;
    border: none;
    box-shadow: none;
}
.bx-wrapper img {
    display: block;
    margin: 0px auto;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #c9e2ff;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #012065;
}

#header-pnav-area {
    display: none;
}

#gnav ul li a {
    padding: 2px 10px;
}

.facebook,
.instagram,
.tripadvisor {
    margin-top: 44px;
}

.lodge_access a {
    padding: 0.75em 1.5em;
    border-radius: 5px;
    font-size: 17px;
    font-weight: bold;
}

.lodge_access_contact {
    background-color: #04470F;
}

.lodge_access_yoyaku {
    background-color: #58111B;
    margin-left: 10px;
}

@media screen and (min-width: 768px) {
    .footer-cont {
        width:19.5%;
        float:left;
        box-sizing:border-box;
    }        
}

@media screen and (max-width: 767.98px) {
    .no_mobile {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none !important;
    }
}

.concept {
    font-size: 17px;
}

.concept_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    overflow: hidden;
}

.concept_bg_img {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.concept img {
    width: 100%;
}

.concept figcaption {
    margin-top: 0px;
    padding: 0.5em;
    background-color: rgba(0, 0, 0, 0.4);
}

.concept .bx-controls {
    display: none;
}

.concept_main {
    position: relative;
    height: 100vh;
}

.concept_main_catch {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 3em;
}

.concept_main_catch {
    animation-fill-mode: forwards;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-name: anime_concept_main_catch;
    animation-delay: 0.3s;
    opacity: 0;
    transform: translateY(-30%);
}

@keyframes anime_concept_main_catch {
    0% {
        opacity: 0;
        transform: translateY(-30%);
    }
    100% {
        opacity: 1;
        transform: translateY(-50%);
    }
}

.concept_lead {
    padding: 12vw 0px;
}

.concept_lead .icon_char {
    max-height: 80px;
}

.concept_lead_box {
    padding: 60px 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.concept_lead_title {
    margin-top: 20px;
    font-size: 2.5em;
    text-align: center;
}

.concept_lead_text {
    padding: 0px 10px;
    margin-top: 1em;
    font-size: 1.5em;
    text-align: center;
}

.concept #content {
    padding: 120px 0px;
}

.concept #content .section + .section,
.concept #content .bg_switch + .section{
    margin-top: 90px;
}

.concept #content .section .section {
    margin-top: 60px;
}

.concept #content h2 {
    display: table;
    margin: 0px auto;
    padding: 0.25em 3em;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 2em;
    text-align: center;
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.concept #content h2 img {
    margin-bottom: 0.25em;
}

.concept #content h3 {
    font-size: 1.8em;
}

.box_alingn_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.bg_touka {
    padding: 2em;
    background-color: rgba(0, 0, 0, 0.5);
}

.icon_char {
    display: table;
    max-height: 40px;
    height: auto;
    width: auto;
    object-fit: contain;
}

.concept_cta {
    position: relative;
    left: 50%;
    right: 50%;
    width: 100vw;
    max-width: 100vw;
    padding: 120px 0px;
    margin: 90px 0px;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.concept_cta_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.concept_cta_title,
.concept_reserve_title {
    font-size: 2em;
    text-align: center;
}

.concept_cta_title {
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.white_shadow {
    text-shadow: -2px -2px 6px #000, 2px -2px 6px #000, 2px 2px 6px #000, -2px 2px 6px #000;
}

.concept_chef {
    font-size: 2em;
    line-height: 1.1;
}
.concept_chef span:first-of-type {
    font-size: 0.4em;
}

.concept_reserve {
    padding: 60px;
    background-color: rgba(0, 0, 0, 0.8);
}

.concept_reserve_tel {
    text-align: center;
}

.concept_reserve_tel a {
    font-size: 2em;
    text-indent: 0.1em;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 991.98px) {
    .concept {
        font-size: 17px;
    }
    .concept_main_catch {
        font-size: 5vw;
    }
    .concept_lead_title {
        font-size: 4vw;
    }
    .concept_lead_text {
        margin-top: 1em;
        font-size: 3vw;
    }
    .concept #content h2 {
        padding: 0.25em 0.5em;
        font-size: 1.8em;
    }
    .concept #content h3 {
        font-size: 1.6em;
    }
    .concept_chef {
        font-size: 1.8em;
    }
    .concept_reserve_tel a {
        font-size: 1.8em;
    }
}
@media screen and (max-width: 767.98px) {
    .concept {
        font-size: 17px;
    }
    .concept br {
        display: block;
    }
    .concept_main_catch {
        font-size: 8vw;
    }
    .concept_main_catch p + p {
        margin-top: 1em;
    }
    .concept_lead_title {
        font-size: 6vw;
    }
    .concept_lead_text {
        margin-top: 1em;
        font-size: 4vw;
    }
    .concept #content h2 {
        font-size: 1.6em;
    }
    .concept #content h3 {
        font-size: 1.4em;
    }
    .concept_chef {
        font-size: 1.6em;
    }
    .concept_reserve_tel a {
        font-size: 1.6em;
    }
    .concept_cta {
        padding: 30px 0px;
    }
    .concept_cta_title,
    .concept_reserve_title {
        font-size: 6vw;
    }
}

form#mailformpro label.mfp_checked {
    color: #000;
}
@media screen and (max-width: 767.98px) {
    form#mailformpro {
        width: 100%;
    }
}

@media screen and (max-width: 991.98px) {
    #footer-list-area {
        display: none;
    }
}

.footer_banner {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 100%;
    height: 60px;
    transition: 0.5s transform;
}

.footer_banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-color: #04470F;
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    white-space: nowrap;
}

.footer_banner a i {
    margin-right: 0.5em;
}

@media screen and (min-width: 768px) {
    .footer_banner a {
        font-size: 3.5vw;
    }
}
@media screen and (min-width: 992px) {
    .footer_banner {
        transform: translateX(-50%) translateY(100%);
    }
    .footer_banner.js_active {
        transform: translateX(-50%) translateY(0%);
    }
    .footer_banner {
        max-width: 700px;
    }
    .footer_banner a {
        margin: 0px auto;
        font-size: 18px;
    }
}

.aspect1_1 {
    aspect-ratio: 1;
    object-fit: cover;
}

.aspect4_3 {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.aspect16_9 {
    aspect-ratio: 16/9;
    object-fit: cover;
}

.list_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: -20px -10px 0px;
    list-style: none;
}

.list_menu li {
    margin: 20px 10px 0px;
    width: calc(50% - 20px);
    min-height: 100%;
}

.list_menu a {
    display: block;
    position: relative;
    color: #fff !important;
    border-bottom: none;
}
.list_menu a:hover {
    border-bottom: none;
}

.list_menu a:hover .list_menu_image img {
    filter: brightness(130%);
    transition: 0.5s ease-in-out;
}

.list_menu_image img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.list_menu_text {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
}

.list_menu_text_en {
    font-size: 72px;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;
    white-space: nowrap;
    line-height: 1.5;}

.list_menu_text_jp {
    font-size: 36px;
    line-height: 1.5;
}

.list_menu_text_jp span {
    display: inline-block;
}

@media screen and (max-width: 991.98px) {
    .list_menu li {
        width: calc(100% - 20px);
    }
    .list_menu_text_en {
        font-size: 9vw;
    }
    .list_menu_text_jp {
        font-size: 6vw;
    }
}

#main_visual {
    position: relative;
}

.main_visual_copy {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 100%;
    font-size: 54px;
    text-align: center;
    text-shadow: -2px -2px 10px #000, 2px -2px 10px #000, 2px 2px 10px #000, -2px 2px 10px #000;
    line-height: 1.5;
}

@media screen and (max-width: 991.98px) {
    .main_visual_copy {
        font-size: 36px;
    }
}
@media screen and (max-width: 767.98px) {
    .main_visual_copy {
        font-size: 5vw;
    }
    .main_visual_copy br {
        display: block;
    }
}

@media screen and (max-width: 1199.98px) {
    .shinsyu .shinsyu_right,
    .shinsyu .shinsyu_left {
        display: none;
    }
}

.type-post .post-content .single_back,
.type-post .post-content .single_back p {
    font-size: 16px;
}

.post-loop-wrap article img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .post-loop-wrap .post-title {
        min-height: 6em;
    }

    .post-loop-wrap .type-post .post-content p {
        min-height: 5em;
    }
}

div#mfp_warning {
    color: #000;
}
