@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura/FuturaMedium.eot');
    src: url('../fonts/Futura/FuturaMedium.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/FuturaMedium.woff') format('woff'), url('../fonts/Futura/FuturaMedium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura';
    src: url('../fonts/Futura/FuturaMedium.eot');
    src: url('../fonts/Futura/Futura-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Futura/Futura-Bold.woff') format('woff'), url('../fonts/Futura/Futura-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/*　共通設定
----------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.875;
    color:#645863;
}

.body-wrapper {
    position: relative;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.container {
    width: 100%;
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px;
}


/*　レイアウト系
----------------------------------------------- */

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-end {
    align-items: flex-end !important;
}

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

strong,
.font-weight-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.line1 {
    line-height: 1;
}

.line2 {
    line-height: 2.5;
}

.letter100 {
    letter-spacing: .1em;
}

.font-weight-medium {
    font-weight: 500 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.en {
    font-family: 'Futura';
    text-transform: uppercase;
}

.f-min {
    font-family: 'Noto Serif JP', serif;
}

.underline {
    text-decoration: underline;
}

.f-10 {
    font-size: 1rem !important;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-26 {
    font-size: 2.6rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-32 {
    font-size: 3.2rem !important;
}

.f-36 {
    font-size: 3.6rem !important;
}

.f-40 {
    font-size: 4rem !important;
}

.f-50 {
    font-size: 5rem !important;
}

.col-white {
    color: #fff !important;
}

.col-grey {
    color: #AFAFAF !important;
}

.bg-white {
    background: #fff !important;
}

.bg-grey {
    background: #E5E5E5 !important;
}

.bg-basic {
    background: #F0EFE8 !important;
}


/* SPのみ表示用 */

.sp {
    display: block;
}

.pc,
.sp-hide {
    display: none;
}

@media screen and (min-width: 480px) {
    .sp-show {
        display: none;
    }
    .sp-hide {
        display: block;
    }
}

@media screen and (min-width: 769px) {
    /* PCのみ表示用 */
    .sp {
        display: none !important;
    }
    .pc {
        display: block;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.4rem !important;
    }
    .f-14 {
        font-size: 1.3rem !important;
    }
    .f-18 {
        font-size: 1.5rem !important;
    }
    .f-20 {
        font-size: 1.6rem !important;
    }
    .f-22 {
        font-size: 1.8rem !important;
    }
    .f-24 {
        font-size: 2rem !important;
    }
    .f-26 {
        font-size: 2.2rem !important;
    }
    .f-30 {
        font-size: 2.4rem !important;
    }
    .f-32 {
        font-size: 2.5rem !important;
    }
    .f-36 {
        font-size: 2.8rem !important;
    }
    .f-40 {
        font-size: 3rem !important;
    }
    .f-50 {
        font-size: 3.2rem !important;
    }
}

@media screen and (max-width: 480px) {
    .f-22 {
        font-size: 1.6rem !important;
    }
    .f-24 {
        font-size: 1.8rem !important;
    }
    .f-26 {
        font-size: 2rem !important;
    }
    .f-30 {
        font-size: 2.2rem !important;
    }
    .f-32 {
        font-size: 2.3rem !important;
    }
    .f-36 {
        font-size: 2.4rem !important;
    }
    .f-40 {
        font-size: 2.5rem !important;
    }
    .f-50 {
        font-size: 2.6rem !important;
    }
    .sp-center {
        text-align: center !important;
    }
}


/***** SP Toggle Menu Btn  *****/

.hamburger {
    position: relative;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 1rem;
    padding-top: 7px;
    background: #4f3c36;
    z-index: 10;
}

.menu-trigger {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    background: #4f3c36;
    z-index: 50;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span:nth-of-type(1) {
    top: 4px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

.menu-trigger span:nth-of-type(2) {
    top: 13px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    top: 23px;
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.hamburger.active .menu-trigger span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

.hamburger.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
}

.hamburger.active .menu-trigger span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}


/********************************************
***************** header ********************
********************************************/

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 3%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    z-index: 10;
}

.header.is-scrolled {
    background: #fff;
}

.header__logo {
    flex: 1;
    max-width: 200px;
}

.header__logo a {
    display: block;
    line-height: 0;
}

.scroll_logo,
.header.is-scrolled .non_scroll_logo {
    display: none;
}

.header.is-scrolled .scroll_logo {
    display: block;
}

.header nav ul li:not(:last-child) a {
    position: relative;
    display: block;
    margin-left: 40px;
    padding: 10px 0;
}

.header nav{
  margin-right: 40px;
}
/*
.header nav ul li:not(:last-child) a::after {
    content: '';
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0;
    width: 0;
    height: 3px;
    background: #000;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.header nav ul li:not(:last-child) a:hover::after {
    width: 70px;
}

.header nav ul li:last-child {
    margin: 0 10px 0 20px;
}

.header nav ul li:last-child a {
    display: block;
    padding: 3px 20px;
    font-size: 1.3rem;
    border-right: 1px solid #ccc;
}

.header nav ul li:last-child a:last-of-type {
    border-right: none;
}*/

.header nav ul li a::after {
    content: '';
    position: absolute;
    left: calc(50% - 35px);
    bottom: 0;
    width: 0;
    height: 3px;
    background: #000;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.header nav ul li a:hover::after {
    width: 70px;
}

.header nav ul li {
    margin: 0 10px 0 20px;
}

.header nav ul li a {
    display: block;
    padding: 3px 20px;
    font-size: 1.3rem;
    border-right: 1px solid #ccc;
}

.header nav ul li a:last-of-type {
    border-right: none;
}

.header.is-scrolled nav ul li {
    color: #000;
}

.header__reserve-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 90px;
    color: #fff;
    background: #000;
    z-index: 10;
}

.sp-menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: #fff;
    z-index: 9999;
    padding: 60px 20px 20px 20px;
    overflow-y: auto;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
}
.sp-menu.active {
    display: block;
}
@media screen and (max-width: 768px) {
    .header__logo {
        max-width: 180px;
    }
    .header .sp-menu {
        position: fixed;
        left: -100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 10;
        transition: all .4s ease;
        overflow-y: scroll;
    }
    .header .sp-menu.active {
        left: 0;
    }
    .header .sp-menu .header__logo {
        padding: 16px 10px;
    }
    .header .menu {
        position: fixed;
        left: -100vw;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: #fff;
        z-index: 10;
        transition: all .4s ease;
        overflow-y: scroll;
    }
    .header .menu.active {
        left: 0;
    }
    .header .menu .header__logo {
        padding: 16px 10px;
    }
    .header nav {
        padding-top: 30px;
        margin-right: 0;
    }
    .header nav ul li:not(:last-child) {
        width: 100%;
        color: #000;
    }
    .header nav ul li:not(:last-child) a {
        display: block;
        margin-left: 0;
        padding: 15px 0;
        text-align: center;
    }
    .header nav ul li:last-child {
        width: 100%;
        text-align: center;
        padding: 15px 18px;
        margin: 0;
        color: #000;
    }
    .header__reserve-btn {
        width: 60px;
        height: 60px;
        text-align: center;
        padding-top: 7px;
        background: #707C7C;
        font-size: 1rem !important;
    }
    .header__reserve-btn i {
        font-size: 2rem;
        margin-bottom: 5px;
    }
}


/********************************************
****************** footer *******************
********************************************/

.cmn-reservation {
    background: url(../img/common/reservation_bg.png) no-repeat center / cover;
}

.cmn-reservation__item {
    display: inline-block;
    width: 46%;
    max-width: 290px;
    margin: 14px 2% 0;
    line-height: 58px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

footer {
    background: #F5F5F5;
}

.footer__logo {
    width: 180px;
    margin-right: 10%;
}

.footer__logo-btn a {
    display: block;
    line-height: 38px;
    margin-top: 20px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

.cmn-reservation__item:hover,
.footer__logo-btn a:hover {
    background: #fff;
    color: #000;
}

footer nav {
    flex: 1;
    max-width: 430px;
}

footer nav ul li a {
    display: block;
}

@media screen and (max-width: 768px) {
    .footer__logo {
        margin: 0 auto 40px;
    }
    footer nav {
        flex: none;
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .cmn-reservation__item {
        width: 96%;
    }
    footer nav ul {
        width: 50%;
    }
    footer nav ul li {
        padding: 5px 0;
    }
    footer nav ul:last-of-type {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
    }
    footer nav ul:last-of-type li {
        text-align: center;
        padding: 10px;
        border-top: 1px solid #E3E3E3;
    }
    footer nav ul:last-of-type li:last-child {
        border-bottom: 1px solid #E3E3E3;
    }
}


/********************************************
***************** common ********************
********************************************/

.cmn-btn a {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 290px;
    padding: 12px;
    text-align: center;
    border: 1px solid #000;
}

.cmn-btn a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
    filter: opacity(1);
    -webkit-filter: opacity(1);
}

.cmn-btn--w a {
    max-width: none;
    color: #fff;
    border: 1px solid #fff;
}

.cmn-btn--w a:hover {
    background: #fff;
    color: #000;
}

.fadeUp {
    opacity: 0;
    transform: translateY(100px);
}

.fadeUp.is-show {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeLeft {
    opacity: 0;
    transform: translateX(-100px);
}

.fadeLeft.is-show {
    animation-name: fadeLeftAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeLeftAnime {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeRight {
    opacity: 0;
    transform: translateX(100px);
}

.fadeRight.is-show {
    animation-name: fadeRightAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeRightAnime {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



/* header customize */

@media screen and (min-width:768px) { 
    .header__logo {
        max-width: 280px;
    }
    header.header {
        /*background: #D0A48A;*/
        background: #b89a84;
        position: initial;
    }
    .header__logo {
        flex: initial;
    }
    h1.header__logo {
        width: 100%;
        max-width: initial;
    }
    .header__right{
        margin: 0 auto 8px;
    }
    header.header>div {
        flex-wrap: wrap;
    }
    .header{
        padding: 0 1%;
    }
    h1.header__logo img {
        max-width: 340px;
    }

    h1.header__logo {
        text-align: center;
        padding: 16px 0 8px;
    }
    .header__reserve-btn {
        height: 48px;
    }
}