
@charset "UTF-8";
/*
Theme Name: MEXTR-LP
*/

/* --------------------------------
 * base
 * -------------------------------- */

html {
    height: 100%;
    line-height: 2;
    background: #fff;
}

body {
    position: relative;
    min-height: 100%;
    color: rgb(0, 0, 0);
    text-size-adjust: none;
    font-family: "Hina Mincho", serif;
    margin: 0;
    font-size: 100%;
    backface-visibility: hidden;
    counter-reset: number 0;
    line-height: 1.5;
}

a {
    outline: 0;
    cursor: pointer;
    color: #151515;
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    display: list-item;
}

p {
    margin-top: 20px;
    line-height: 1.5;
}

img {
    width :100%;
    height: auto;
}

section {
    padding: 80px 0;
}

html.wf-active,
html.loading-delay {
    visibility: visible;
}

*::before,
*::after {
    box-sizing: border-box;
    -webkit-appearance: none;
}

picture {
    display: block;
    font-size: 0;
}

.flex_box {
    display: -webkit-box;
    display: flex;
}

.reverse {
    flex-direction: row-reverse;
}

.scroll_prevent {
    position: fixed;
    z-index: -10;
    width: 100%;
    height: 100%;
}

.wrap {
    width: 80vw;
    margin: auto;
}

.message {
    font-size: 100px;
    font-weight: 600;
    color: #DEDEDE;
}

.message-en {
    font-size: 1.25rem;
    font-weight: 550;
    color: #D2B265;
    margin-bottom: 20px;
    padding: 0;
}

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

.pc {
    display:inline;
}

.sp {
    display:none;
}


@media only screen and (max-width: 59.9375em) {

    section {
        padding: 80px 0 60px;
    }

}

@media only screen and (max-width: 47.9375em) {

    .wrap {
        width: 90vw;
        margin: auto;
    }

    .pc {
        display:none;
    }

    .sp {
        display:inline;
    }

}


/* --------------------------------
 * text要素
 * -------------------------------- */

.text-box {
    font-size: 18px;
    font-size: 1.13rem;
    padding: 0;
}

h1 {
    font-family: "Hina Mincho", serif;
    font-feature-settings: "palt";
}

h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    font-size: 2.30rem;
    font-weight: 700;
    line-height: 1.5;
}

h3 {
    margin-top: 24px;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 10px;
}

h4 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
}

.desc_width_shrink {
    padding: 0 10px;
}

@media only screen and (max-width: 59.9375em) {

    h2 {
        font-size: 36px;
        font-size: 2.25rem;
    }

}

@media only screen and (max-width: 47.9375em) {

    h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        font-size: 1.4rem;
    }

    h3 {
        font-size: 20px;
        color: #fff;
    }

    .text-box {
        font-size: 14px;
        font-size: .875rem;
    }

}

/* --------------------------------
 * header
 * -------------------------------- */

 .l-root-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.l-header {
    transition: all 0.2s 0s ease;
    transform: translate3d(0, 0, 0);
    box-sizing: border-box;
}

.l-header__inner {
    position: relative;
    width: 100%;
    background-color: #000;
}

.l-header__logo {
    transition: all 0.4s 0s ease;
    width: 200px;
    padding: 15px;
    margin: 0;
}

.l-header__menu {
    font-weight: 500;
    font-family: "Noto Sans JP", メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-feature-settings: "palt";
}

.l-header__menu>a {
    transition: all 0.2s 0s ease;
    text-shadow: 0px 0px 5px #fff;
    font-weight: 600;
}

.js-roll-over {
    transition: all 0.3s 0s ease;
}

.l-header__menu.l-header__menu_menu_contact {
    white-space: nowrap;
}

.l-header__menu.l-header__menu_menu_contact:last-child {
    position: relative;
}

.l-header__menu.l-header__menu_menu_contact:last-child:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #e5e5e5;
}

.c-menu-icon__inner {
    position: relative;
    width: 44px;
    height: 44px;
}

.c-menu-icon__line {
    position: absolute;
    left: 50%;
    margin-top: 12px;
    background: #000;
    transition: all 0.4s 0s ease;
}

.c-menu-icon_type_header .c-menu-icon__line {
    background: #000;
}


@media only screen and (min-width: 60em) {
    .l-header__menu {
        font-size: 14px;
        font-size: .875rem;
        text-align: center;
        line-height: 1.2;
        padding-top: 6px;
    }

    .l-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        z-index: 10;
        height: 80px;
        padding: 24px 6%;
    }

    .l-header__inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

    .l-header__global-nav {
        width: 68%;
        max-width: 860px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        align-items: center;
    }

    .l-header__menu {
        font-size: 14px;
        font-size: .95rem;
        text-align: center;
        line-height: 1.2;
        padding-top: 6px;
    }

    .l-header__contact-nav {
        width: 28%;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .l-header__menu.l-header__menu_menu_contact:last-child {
        margin-left: 8%;
        padding-left: 8%;
    }

    .c-menu-icon {
        display: none;
    }
    
}

@media only screen and (min-width: 48em) {
    .l-root-wrap {
        box-sizing: border-box;
    }

    .l-header {
        height: 60px;
        padding: 19px 6%;
        z-index: 10;
    }

    .l-header.is-scroll {
        background: rgba(255,255,255,0.95);
        padding: 10px 6%;
        border-bottom: 1px solid #ddd;
        height: 50px;
    }

    .is-scroll .l-header__logo {
        height: 26px;
    }

    .c-menu-icon.c-menu-icon_type_header.is-scroll {
        top: 25px;
    }

    .l-header__inner {
        background-color: transparent;
    }

}

/*===========================
contact
===========================*/

.contact {
    background-color: #D2B265;
    left: 0px;
}

.contact-about-box {
    display: block;
    padding-top: 100px;
    background-color: #fff;
    padding: 50px;
    box-shadow: 0 0 15px #838383;
}

.contact-text {
    text-align: center;
}

.contact-wrapper {
    display: flex;
    justify-content: space-between;
}

.contact-wrapper-item {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.contact p {
    text-align: center;
}

.contact h3 {
    font-size: 35px;
    text-align: center;
    display: block;
}

.contact-btn {
    display: block;
    width: 200px;
    padding: 15px 30px;
    margin: 30px auto 20px;
    border-radius: 30px;
    background-color: #C7020B;
    border: 4px solid #C7020B;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.download-btn {
    display: block;
    width: 200px;
    padding: 15px 30px;
    margin: 30px auto 20px;
    border-radius: 30px;
    background-color: #fff;
    border: 4px solid #C7020B;
    color: #C7020B;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 59.9375em) {

    .contact p {
        font-size: 12.5px;
        font-size: .775rem;
    }

    .contact-text {
        padding-bottom: 20px;
        font-size: 28px;
        font-size: 1.75rem;
    }
    
}

@media only screen and (max-width: 47.9375em) {

    .contact-text {
        padding-bottom: 20px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .contact-about-box {
        display: block;
        padding: 20px;
        width: 80vw;
    }
    
    .contact-wrapper {
        display: block;
    }
    
    .contact-wrapper-item {
        width: 100%;
    }

    .contact-btn {
        margin: 30px auto 40px;
    }
    
    .download-btn {
        margin: 30px auto 40px;
    }

    .contact h3 {
        font-size: 29px;
        font-size: 1.8rem;
    }

}

/*===========================
footer
===========================*/

footer {
    padding: 30px 0 0;
    background-color: #1B1D21;
    color: #fff;
}

.footer-main {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 40px;
}

.footer-main a {
    color: #fff;
}

.l-footer__companyBlock {
    width: 45%;
    padding-right: 40px;
}

.l-footer__companyBlock dl {
    margin-top: 0;
}

.l-footer__companyBlock dd {
    display: block;
    margin-inline-start: 0;
}

.fotter-sub {
    background-color: black;
    color: #fff;
    padding: 20px 0;
}

.l-footer__logo {
    width: 50%;
}

.fotter-nav-item {
    margin-left: 40px;
}

.fotter-nav-item a {
    font-weight: 600;
    line-height: 40px;
}

.fotter-nav-subitem a {
    float: right;
    margin-left: 20px;
    color: #fff;
    line-height: 40px;
}

.copyright {
    font-size: 12px;
    float: right;
}

@media only screen and (max-width: 59.9375em) {

    .l-footer__companyBlock {
        width: 40%;
        padding-right: 20px;
    }
    
    .l-footer__logo {
    }
    
    .fotter-nav-item {
        margin-left: 20px;
        margin-left: 0;
    }

}

@media only screen and (max-width: 47.9375em) {

    .footer-main {
        display: block;
    }

    .l-footer__companyBlock {
        width:  100%;
        padding-right: 0px;
    }

    .fotter-nav-item {
        text-align: center;
    }

}

/* --------------------------------
 * header
 * -------------------------------- */

/* ハンバーガーメニュー
------------------------------------------ */
#nav_drawer {
    position: relative;
    margin-left: 30px;
}

.humberger_inner_btn a,
.hamburger_menu_title {
    display: block;
    margin: 30px 16px 10PX;
    padding: 16px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

a.booking_btn {
    background-color: #FE46B3;
    border-radius: 5px;
    padding: 20px;
}

a.tel_btn {
    background-color: #C50D00;
    margin-right: 10px;
}

a.line_btn {
    background-color: #00B534;
}

.hamburger_menu_title {
    background-color: #25344E;
    margin-top: 20px;
}

.hamburger_menu_title span{
    display: block;
}

#nav_open {
    display: block;
    width: 58px;
    height: 58px;
    cursor: pointer;
    border-radius: 5px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    background-color: #FE46B3;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}

.hamburger_icon span {
    position: absolute;
    height: 4px;
    width: 35px;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    display: block;
    content: '';
    transition: all .4s;
    z-index: 200;
}

.hamburger_icon p {
    position: absolute;
    width: 100%;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 0;
    font-size: 12px;
    text-align: center;
}

#nav_open span:nth-of-type(2) {
    top: calc(35% + 9px);
}

#nav_open span:nth-of-type(3) {
    top: calc(35% - 9px);
}

#nav_open span:nth-of-type(3),
#nav_open.active span:nth-of-type(3) {
    transition: none;
}

#nav_open .hamburger_icon{
    position: relative;
    transition: all .3s;
    width: 100%;
    height: 100%;
}

#nav_open.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateX(-18px) translateY(7px) rotate(-45deg);
}

#nav_open.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateX(-18px) translateY(-2px) rotate(45deg);
}

#nav_open.active span:nth-of-type(3) {
    opacity: 0;
}

#nav_open.active p {
    display: none;
}

#nav_content {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: calc(100% - 123px);
    background: #F7F1E4;
    margin-top: 123px;
}

.drower_menu {
    padding: 150px 0 0;
    text-align: center;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.scroll_prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.sp_fixed_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 8px 10px;
    background-color: rgba(255,255,255,0.6);
}

.sp_fixed_cta_item {
    width: calc(50% - 4px);
    text-align: center;
}

.sp_fixed_cta_item + .sp_fixed_cta_item {
    margin-left: 8px;
}

.sp_fixed_cta_subtx {
    display: block;
    font-size: 11px;
    font-weight: 700;
}

.sp_fixed_cta_tel,
.sp_fixed_cta_line {
    display: block;
    margin-top: 6px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.sp_fixed_cta_tel a,
.sp_fixed_cta_line a {
    display: block;
    margin: 16px auto;
    width: 100%;
    height: 100%;
    font-size: 20px;
    font-weight: 700;
}

.sp_fixed_cta_tel a {
    margin: 24px auto 8px;
    color: #FFF100;
}

.sp_fixed_cta_tel {
    position: relative;
    background-color: #C50D00;
}

.sp_fixed_cta_tel span {
    position: absolute;
    display: block;
    top: 8px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    font-size: 10px;
    color: #fff;
}

.sp_fixed_cta_line {
    background-color: #00B534;
}

/* header-tab
------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .header {
        position: fixed;
        z-index: 100;
    }

    .header_margin {
        padding-top: 194px;
    }

    .logo_link img {
        max-width: 600px;
    }
    
    .header_nav_area {
        margin: 0;
        padding: 0 20px;
        height: 150px;
        width: 100vw;
        background-color: #FCFAEC;
    }

    .pc-nav {
        display: none;
    }

    .drower_menu {
        padding: 20px 26px;
    }
    .drower_menu,
    .drower_menu .menu-item,
    .drower_menu .menu-item a {
        display: block;
        overflow: auto;
    }
    .drower_menu .menu-item {
        margin-left: 0;
    }
    .drower_menu .menu-item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom: 1px solid #25344E;
        font-size: 24px;
        font-weight: 700;
        color: #25344E;
    }
    .drower_menu .menu-item a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #25344E;
    }
    .drower_menu .menu-item:first-child a {
        margin-top: 0;
    }
    .drower_menu .menu-item a:hover {
        opacity: 1;
    }

    #nav_content {
        height: calc(100% - 10px);
        margin-top: 180px;
    }

    .h1_area {
        padding: 10px 50px;
    }

    .header_content {
        margin: 0;
    }
}

/* header-sp
------------------------------------------ */

/* sp */
@media screen and (max-width:767px) {
    .header {
        position: fixed;
        z-index: 100;
    }

    .header_margin {
        padding-top: 123px;
    }

    .logo_link img {
        max-width: 320px;
    }

    .header_nav_area {
        margin: 0;
        padding: 0 20px;
        height: 80px;
        width: 100vw;
        background-color: rgba(255,255,255,0.6)
    }

    .header .logo {
        font-size: 24px;
    }
    .pc-nav {
        display: none;
    }
    .logo_img {
        width: 40px;
    }
    .drower_menu {
        padding: 5px 26px;
    }
    .drower_menu,
    .drower_menu .menu-item,
    .drower_menu .menu-item a {
        display: block;
        overflow: auto;
    }
    .drower_menu .menu-item {
        margin-left: 0;
    }
    .drower_menu .menu-item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        border-bottom: 1px solid #25344E;
        font-size: 20px;
        font-weight: 700;
        color: #25344E;
    }
    .drower_menu .menu-item a::after {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 15px;
        border-color: transparent transparent transparent #25344E;
    }
    .drower_menu .menu-item:first-child a {
        margin-top: 0;
    }
    .drower_menu .menu-item a:hover {
        opacity: 1;
    }

    .h1_area {
        padding: 10px;
        height: 41px;
    }

    .seo_title {
        font-size: 14px;
    }
}


 /* --------------------------------
 * breadcrumbs
 * -------------------------------- */
.breadcrumbs {
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px 50px;
    font-size: 14px;
}

.breadcrumbs a {
    color: #333;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li + li:before{
    content: ">";
    margin: 0 8px;
  }

/* @media breadcrumbs-tablet
------------------------------------------ */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* @media breadcrumbs-sp
------------------------------------------ */
@media screen and (max-width: 767px) {
    .breadcrumbs {
        min-width: 360px;
        padding: 5px 15px 5px;
        overflow-x: scroll;
        overflow-y: hidden;
        font-size: 12px;
        color: #707070;
        background-color: #F4F4F4;
        white-space: nowrap;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .breadcrumbs::-webkit-scrollbar {
        display:none;
    }
}

/* --------------------------------
 * 404
 * -------------------------------- */
 .no_page_area,
 .no_page_tx {
     padding: 0 10vw;
 }

 .no_page_title {
     font-size: 40px;
 }

 /* tab */
 @media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* sp */
@media screen and (max-width: 767px) {
    .no_page_area,
    .no_page_tx {
        padding: 0 20px;
    }

    .no_page_title {
        font-size: 30px;
    }
}

/* pc sp
------------------------------------------ */
.pc {
    display: block;
}

.flex_box.pc {
    display: flex;
}

.pcInline {
    display: inline-block;
}

.spInline,
.sp {
    display: none;
}

@media screen and (max-width: 1024px) {

    .pcInline,
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .spInline {
        display: inline-block;
    }

    .flex_box.pc {
        display: none;
    }
}

/* clearfix
------------------------------------------ */
.clearfix::after{
     content: "";
     display: block;
     clear: both;
}

/* clearfix
------------------------------------------ */
.aligncenter{
    display: block;
    margin-left: auto;
    margin-right: auto;
}