@charset "utf-8";

/*=========================
common
=========================*/
:root {
    --primary-brown: #45311B;
    --primary-beige: #D8C6B3;
    --primary-black: #3B3B3B;
    --primary-Gray: #908C81;
    --contentWidth: 91.4%;
    --contentPadding: 4.2%;
}

html {
    font-size: 62.5%;
}

body {
    font-family:
        'Shippori Mincho',
        'Cormorant Garamond',
        'Pinyon Script';
    font-style: normal;
    color: var(--primary-black, #3B3B3B);
    background-color: #fff;
    line-height: 1.5;
}

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

.topic {
    color: #77624C;
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 7.6rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 0 auto;
    margin-top: 114px;
}

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

    .topic {   
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.5;
        margin-top: 50px;
    }
}

.btnReserve {
    display: block;
    border-radius: 47px;
    background: var(--primary-Gray, #908C81);
    padding: 11px 64px;
    color: #FFF;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    position: relative;
    transition: 0.4s;
    width: 100%;
    }

.btnReserve::after {
    content: ''; 
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/btnmark.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 13px;
    top: 51%;
    transform: translateY(-50%);
}

.btnReserve:hover {
    opacity: 0.5;
}

.btnReserve--accent {
    background-color: #D8C6B3FA;
}
/*=========================
header
=========================*/
.header {
    display: flex;
    justify-content: space-between;
    /* position: fixed; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: 177px;
    align-items: flex-start;
}

.header__topic {
    margin-top: 28px;
    margin-left: 2%;
    /* width: max(19.44%, 150px); */
    width: max(20%, 150px);
    z-index: 9998;
}

.header__topic img {
    width: 100%;
}

.nav__list {
    margin-top: 0;
    display: flex;
    width: 100%;
    height: 98px;
    align-items: center;
}

.nav__list li:first-child {
    display: none;
}

.nav__item {
    color: var(--primary-black, #3B3B3B);
    text-align: center;
    font-family: "Cormorant Garamond";
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 50px;
    }

.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9998;
    }

.navReserve-text {
    display: block;
}

.nav_Reserve {
    display: none;
}


.nav__btnReserve {
  display: inline-block;
  text-align: center;
  background-color: var(--primary-brown,#45311B);
  color: #fff;
  text-decoration: none;
  padding: 18px 60px;
  line-height: 1.4;
}

.nav__btnReserve--en {
  display: block;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  font-family: "Cormorant Garamond";
}

.nav__btnReserve--jp {
  display: block;
  font-size: 1.4rem;
  opacity: 0.9;
  letter-spacing: 0.05em;
  font-family: "Shippori Mincho";
}

.nav__btn {
    display: none;
}

.header__btn {
    display: none;
}

.Reserve-sp {
    display: none;
}

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

.header__topic img {
    margin-top: 0;
    margin-left: 2%;
    width: max(25%, 200px);
}
}

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

.nav__btnReserve--en {
  font-size: 2rem;
  margin-bottom: 0px;
}

.nav__btnReserve--jp {
  font-size: 0.9rem;
}

.Reserve-sp {
    display: block;
    text-align: center;
    background-color: var(--primary-brown,#45311B);
    color: #FFF;
    border-radius: 62px;
    margin-top: 30px;
    margin-right: 8px;
    padding: 10px 30px;
    position: relative;
    z-index: 9998;
}

/* .header__topic {
    margin-top: 19px;
    margin-left: 9px;
    width: max(40%, 250px);
} */

.nav {
    background-color: #45311B;
    width: 260px;
    height: 428px;
    padding: 27px 132px 121px 32px;
    margin-top: 27px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    transform: translateX(100%);
    transition: transform 0.4s;
    align-items: baseline;
}

.nav__list {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.nav__list li:first-child {
    display: block;
}

.nav__item {
    color: #FFF;
    font-size: 2rem;
    text-align: left;
    margin-left: 0px;
}

.nav_Reserve {
    display: inline-block;
    border: 1px solid #fff;
    padding: 8px;
}

.nav__btnReserve {
    display: none;
}

.nav__header {
    display: flex;
    position: fixed;
    bottom: 22px; 
    right: 26px;
}

.nav__btn {
    display: block;
}

.header__btn {
    display: flex;
    position: fixed;
    top: 184px;
    right: 0;
    z-index: 9997;
    width: 11%;
    max-width: 50px;
    height: auto;
    cursor: pointer;
}

.nav.active {
    transform: translateX(0);
}

}