html {
	scroll-behavior: smooth;
}
body {
    background-attachment: fixed;
    background-position-y: center;
    background-size: cover;
}
#wrapper {
    width: 100vw;
    height: 100vh;
}
#grobal-navigation {
    position: sticky;
    top: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0.6) ,rgba(0,0,0,0) 100%);
    z-index: 100;
}
header {
    display: flex;
    justify-content: space-between;
}
header a {
    color: #fff;;
}
#gnavi {
    display: none;
}
.logo {
    margin: 33px 0 0 40px;
    visibility: hidden;
}
.logo img,
.footer-logo {
    width: 89px;
}
.navs {
    display: flex;
    height: 72px;
    align-items: center;
}
.menu-content ul,
.button-social ul {
    display: flex;
}
.menu-content ul li {
    font-size: 1.2rem;
}
.menu-content ul li a {
    padding: 0  2rem;
    letter-spacing: 2px;
    transition: color 0.1s;
}
.menu-content ul li a:hover {
    color: #85744d;
}
.button-social ul {
    list-style-type: none;
    margin-right: 2rem;
}
.button-social ul li {
    margin: 0 0.6rem;
}
.button-social ul li img {
    width: 24px;
}
.outer-mv {
    height: calc(100vh - 124px);
    position: fixed;
}
.outer-mv > div {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50%;
    width: 100vw;
    height: 100vh;
}
.main-visual {
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: -1000;
    position: fixed;
    top: 0;
}
.mv {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
}
.logo-kai {
    filter: drop-shadow(0 0 3px rgba(0,0,0,0.2));
    width: 60vw;
}
video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
}
.archive .mv {
    height: 70vh;
}
.post .mv,
.single .mv {
    height: 0;
}
.news {
    position: relative;
    background: rgba(70,60,50,0.95);
    text-align: center;
    padding: 6rem 0;
    margin-top: 100vh;
}
.page-id-47 .news {
    visibility: hidden;
}
.news h2 {
    color: #c7b299;
    margin-bottom: 3rem;
}
.news p {
    color: #fff;
}
.news dl {
    display: flex;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
}
.news dl dt,
.news dl dd {
    padding: 10px;
    line-height: 2rem;
}
.news dl dd a {
    color: #fff;
    text-align: left;
}
.news dl dd a:hover {
    text-decoration: underline;
}
.news-card {
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
#topics {
    background: rgba(85,75,65,0.95);
    padding: 4rem 0;
    text-align: center;
}
#topics h2 {
    color: #c7b299;
    margin-bottom: 3rem;
}
#topics p {
    color: #fff;
    line-height: 1.6;
}
#concept {
    background: rgba(100,90,80,0.95);
    padding: 6rem 0;
}
#concept h2 {
    color: #c7b299;
    margin-bottom: 3rem;
    text-align: center;
}
#concept p {
    max-width: 640px;
    padding: 0 20px;
    margin: 0 auto;
    color: #fff;
    line-height: 3.6rem;
    text-align: justify;
}
#concept p.jpn {
    font-size: 1.6rem;
    margin-top: 2rem;
    text-align: center;
}
#three-c {
    background: rgba(196,156,120,0.95);
    padding: 12rem 0;
/*
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
*/
}
#three-c h2 {
    text-align: center;
    margin-bottom: 6rem;
    flex-basis: 100%;
}
#three-c .box {
/*
    margin: 0 20px 3rem;
*/
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 4rem;
}
#three-c figure {
    /*! width: 320px; */
    position: relative;
}
#three-c figure figcaption {
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    z-index: 10;
}
#three-c figure figcaption p {
    line-height: 2rem;
    font-size: 1.4rem;
    color: #fff;
}
#three-c figure figcaption p.num {
    font-size: 6rem;
    color: #c7b299;
    font-weight: 300;
    margin-right: 1rem;
    line-height: 1;
}
#three-c .box-text {
/*
    width: 260px;
    margin-top: 2.4rem;
*/
    width: 320px;
    margin-left: 4rem;
}
#three-c .box-text div {
    display: flex;
    align-items: center;
}
#three-c .box-text div .num {
    font-size: 5rem;
    margin-right: 1.5rem;
}
#three-c .box-text div p {
    font-size: 1.5rem;
    color: #333;
    line-height: 1.8rem;
}
#three-c .box-text p {
    color: #fff;
    text-align: text;
    line-height: 3rem;
}
#three-c .box-text .jpn {
    font-size: 1.4rem;
    margin-top: 3rem;
}
/*
#three-c .box:last-child .jpn {
    margin-top: 0;
}
*/
.cource {
    background: rgba(255,255,255,0.95);
    padding: 12rem 0;
    margin-top: 18rem;
}
.cource h2 {
    color: #c49c78;
    text-align: center;
}
.cource h3 {
    text-align: center;
    font-weight: normal;
    margin: 3rem auto 1rem;
    border-bottom: 1px solid #c49c78;
    padding: 1rem;
    display: block;
    width: 40rem;
    font-size: 1.6rem;
}
.cource h3 span {
    font-size: 2.8rem;
}
.cource p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 3rem;
}
.cource div {
    display: flex;
    justify-content: center;
}
.cource .kondate {
    flex-direction: row-reverse;
}
.kondate dt,
.kondate dd {
	line-height: 1.8rem;
	letter-spacing: 0.4rem;
}
.cource dl {
    writing-mode: vertical-rl;
    font-size: 1.6rem;
    margin: 0.6rem;
    display: flex;
}
.cource dt {
    height: 3rem;
}
.menu-gallery {
    flex-wrap: wrap;
    width: 100%;
    max-width: 1080px;
    margin: auto;
}
.menu-gallery figure {
    width: calc((100% - 120px) / 3);
    margin: 20px;
    display: flex;
    flex-direction: column-reverse;
}
.menu-gallery img {
    width: 100%;
}
.menu-gallery figcaption {
    position: absolute;
    padding: 1.5rem;
    color: #fff;
}
.page-id-47 .menu-gallery figcaption {
    display: none;
}
#shoplist {
    margin: 18rem auto;
    padding: 10rem 0 15rem;
    background: rgba(70,60,50,0.95);
    text-align: center;
}
#shoplist h2 {
    color: #fff;
    margin-bottom: 8rem;
}
#shoplist h3 {
    color: #ab9680;
    margin: 6rem 0 2rem;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 2.2rem;
}
#shoplist p {
    color: #fff;
    line-height: 2.2rem;
    margin-top: 0.8rem;
}
#shoplist p a {
    color: #ab9680;
}
.link-cv a {
    text-decoration: underline;
    font-weight: 500;
    margin: 0 0.5rem;
    cursor: pointer;
}
footer {
    background: rgba(0,0,0,0.85);
}
.single footer {
    background: #202020;
}
.footer-inner {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 5rem 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
ul {
    list-style-type: none;
}
footer li {
    line-height: 2.4rem;
    letter-spacing: 2px;
}
footer a {
    color: #fff;
    font-size: 1.2rem;
}
footer a:hover {
    color: #998675;
}
.site-contents {
    display: flex;
    flex-direction: column;
    height: calc( 2.8rem * 5 );
    flex-wrap: wrap;
    width: 28rem;
}
.site-contents li {
    width: 14rem;;
}
.footer-social-links {
    display: flex;
}
/* .footer-social-links li {
    margin-right: 1.2rem;
}
 */.footer-social-links img {
    width: 24px;
}
.copyright {
    text-align: center;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 1.1rem;
    line-height: 19px;
}
.btns {
    position: fixed;
    bottom: 1.5rem;
    right: 3.5rem;
    text-align: center;
}
.btn-reservation {
    background: #ab9680;
    width: 120px;
    height: 120px;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.5s;
}
.btn-reservation:hover {
    background: #736357;
}
.btn-reservation p {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.7rem;
    background: url(../images/icon-bell.svg) no-repeat top center;
    background-size: 29px;
    padding-top: 32px;
}
#sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    overflow: scroll;
    z-index: 90;
    transition: all 0.3s ease-in;
    visibility: hidden;
    opacity: 0;
}
.open-menu #sp-menu {
    visibility: visible;
    opacity: 1;
}
#sp-menu-position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.modal-reserve {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
.modal-reserve h2 {
    color: #b5a087;
    font-size: 3.2rem;
}
.btn-close {
    background: url(../images/modal-reserve-close.svg) no-repeat center top;
    background-size: 24px;
    text-align: center;
    color: #b5a087;
    padding-top: 26px;
    font-size: 0.9rem;
    position: absolute;
    right: 0;
    top: 0;
}
.btn-close:hover {
    cursor: pointer;
}
.modal-reserve div {
    display: flex;
    flex-wrap: wrap;
    margin-top: 125px;
    justify-content: center;
}
.modal-reserve div dl {
    padding: 2rem;
    flex-basis: calc(100% / 3);
}
.modal-reserve dt,
.modal-reserve dd a {
    color: #b5a087;
    font-size: 1.4rem;
}
.modal-reserve dt {
    font-size: 1.8rem;
    line-height: 3.5rem;
}
.modal-reserve dd {
    color: #fff;
    line-height: 2.5rem;
}
.modal-reserve dd a {
  padding: 0.5rem 1rem;
  border-radius: 0.2rem;
  display: block;
  margin: 1.5rem;
  background: #b5a087;
  color: #fff;
}

/*  BLOG & MOVIE */
body.single {
    background: #202020;
}
.post-type-archive article {
    flex-wrap: wrap;
    width: 100%;
    min-height: 60vh;
    margin: 60vh auto 0;
    padding: 40px 0;
    background: rgba(255,255,255,0.95);
}
.post-type-archive article .frame {
    display: flex;
    flex-wrap: wrap;
    max-width: 1080px;
    margin: auto;
}
article h1 {
    font-size: 3.2rem;
    color: #c7b299;
    font-weight: 400;
    line-height: 56px;
    text-align: center;
    letter-spacing: 2px;
    width: 100%;
    text-transform: uppercase;
}
.blog-list {
    flex-basis: calc((100% - 60px) / 3);
    margin: 10px;
    border-radius: 10px;
}
.blog-list > a {
    display: block;
    padding: 20px;
    transition: background 0.5s;
}
.blog-list a:hover {
    background: rgba(255,255,255,0.2);
}
.blog-list h2 {
    font-size: 2rem;
    color: #c7b299;
    line-height: 35px;
}
.blog-list p {
    color: #000;
    font-size: 1.1rem;
    line-height: 26px;
}
.blog-list figure {
    margin-top: 10px;
}
.blog-list figure img {
    width: 100%;
    height: 100%;
}
.blog-list .info {
    display: flex;
    justify-content: space-between;
}
.blog-list .date,
.news_date {
    color: #736357;
    font-size: 1.2rem;
    line-height: 21px;
    font-weight: 400;
}
.blog-list .cate {
    text-align: center;
    font-weight: 500;
    line-height: 18px;
    color: #998675;
    font-size: 1rem;
    border: 1px solid #998675;
    display: inline-block;
    width: 100px;
}
.blog_detail article h2 {
    font-size: 2.5rem;
    line-height: 4.2rem;
    margin-bottom: 3.6rem;
}
.blog_detail article p {
    line-height: 3.6rem;
    font-size: 1.5rem;
    margin-bottom: 3.6rem;
}
.blog_detail figure {
    padding: 20px 0;
    text-align: center;
}
.blog_detail figure img {
    width: 100%;
    max-width: 700px;
    height: auto;
}
.top_contents {
    width: 100%;
    margin: -13rem auto 0;
    padding: 20rem 40px 40px;
    background: rgba(255,255,255,0.95);
}
.info .cate a {
    display: block;
    color: #998675;
}
.blog_detail * {
    color: #000;
}
.top_contents .inner,
.blog_detail article {
    width: 700px;
    margin: 0 auto;
}
.top_contents h1 {
    font-weight: 400;
    line-height: 4.9rem;
    color: #c7b299;
    font-size: 2.8rem;
}

.pagination .page-numbers {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1080px;
    list-style-type: none;
    margin: 0 auto;
}
.page-numbers li {
    width: 3rem;
    color: #fff;
    margin: 0 5px;
    padding: 10px;
}
.page-numbers li:hover {
    color: #998675;
}
.page-numbers li a {
    color: #fff;
}
.page-numbers li a:hover {
    color: #998675;
}
.nav-linkl {
    display: flex;
    justify-content: center;
}
.nav-linkl a {
    color: #fff;
    display: inline-block;
    padding: 0 1rem;
}
.nav-linkl a:hover {
    color: #998675;
}
.sp {
    display: none;
}
#f-res,
#f-res-sp {
    color: #fff;
    font-size: 1.2rem;
}
#f-res:hover {
    cursor: pointer;
    color: #998675;
}
.page .mv {
    display: none;
}
.page-id-47 .mv {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
}
#policy {
    padding: 12rem 3rem;
}
#policy h2,
#policy h3,
#policy p,
#policy ul {
    width: 100%;
    max-width: 1080px;
    margin: auto;
    color: #fff;
    line-height: 3rem;
}
#policy h2 {
    margin-bottom: 1rem;
    color: #c7b299;
}
#policy h3 {
    margin-top: 8rem;
    margin-bottom: 1rem;
    color: #c7b299;
}
#policy p {
    margin-bottom: 1rem;
}
#policy ul {
    list-style-type: disc;
    padding-left: 2rem;
}
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .logo {
        margin: 20px;
    }
    .logo-kai {
        width: 80vw;
    }
    .open-modal .menu-content {
        left: 0;
    }
    .menu-btn {
        position: fixed;
        top: 10px;
        right: 10px;
        display: flex;
        height: 60px;
        width: 60px;
        justify-content: center;
        align-items: center;
        z-index: 90;
    }
    .menu-btn span,
    .menu-btn span::before,
    .menu-btn span::after {
        content: '';
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background: #fff;
        position: absolute;
    }
    .menu-btn span:before {
        bottom: 8px;
    }
    .menu-btn span:after {
        top: 8px;
    }
    .open-modal .menu-btn span {
        background: rgba(255,255,255,0);
    }
    .open-modal .menu-btn span::before {
        bottom: 0;
        transform: rotate(45deg);
    }
    .open-modal .menu-btn span::after {
        top: 0;
        transform: rotate(-45deg);
    }
    .menu-content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 80;
        background: rgba(0,0,0,0.8);
        transition: all 0.5s;
        padding-top: 147px;
        display: flex;
        flex-wrap: wrap;
    }
    .menu-content ul {
        flex-basis: 50%;
        flex-direction: column;
        padding: 0 10px;

    }
    .menu-content ul li {
        font-size: 1.2rem;
        text-align: center;
    }
    .menu-content ul li a {
        display: block;
        width: 100%;
        position: relative;
        line-height: 4rem;
        padding: 0;
    }
    .modal-logo {
        width: 90px;
        text-align: center;
        flex-basis: 100%;
    }
    .modal-logo img {
        width: 50vw;
    }
    .online {
        margin: 0 auto;
        border: 1px solid #666666;
    }
    .news-card {
        flex-direction: column;
    }
    .footer-logo,
    .footer-logo + div {
        margin: 0 auto 20px;
    }
    .btns {
        bottom: 0;
        right: 0;
        display: flex;
        background: #b5a087;
        position: fixed;
        height: 5rem;
		width: 100%;
    }
    .btns > .sp {
        display: flex;
        /* flex-basis: 50%; */
        align-items: center;
        justify-content: left;
        padding: 0 20px;
    }
    .btn-reservation {
        flex-basis: 100%; /* 50% */
		width: 100%;
        height: auto;
        border-radius: 0%;
        padding: 10px 20px;
        background: #b5a087;
        border-left: 1px solid #c4b4a0;
    }
    .btn-reservation p {
        background: url(../images/icon-bell.svg) no-repeat center left;
        padding-top: 0;
        padding-left: 32px;
        background-size: 29px;
    }
    #sp-menu {
        z-index: 200;
        height: calc(100vh - 5rem);
    }
    .modal-reserve {
        margin-top: 0;
        flex-direction: column;
    }
    .modal-reserve div {
        margin-top: 15px;
    }
    .modal-reserve div dl {
        flex-basis: 100%;
        padding: 1rem;
    }
    .modal-reserve dt {
        line-height: 2rem;
    }
    .modal-reserve dd {
        line-height: 1.5rem;
    }
    .btn-close {
        right: 20px;
        bottom: -20px;
        top: auto;
    }
    .box {
        width: 100%;
        margin: 0 20px 3rem;
    }
    video.sp {
        width: auto;
        height: 95vh;
    }
    #three-c .box {
        width: 100%;
        margin: 0;
        display: block;
    }
    #three-c figure img {
        width: 100%;
    }
    #three-c .box-text {
        width: 90%;
        margin: 2rem auto;
    }
    .cource h3 {
        width: auto;
    }
    .cource dl {
        writing-mode: horizontal-tb;
        display: flex;
    }.cource .kondate {
        flex-direction: column;
        width: 60vw;
        margin: auto;
        justify-content: space-between;
        line-height: 2.5rem;
    }
    .cource .kondate dt {
        height: auto;
        padding-right: 2rem;
        display: block;
        width: 3rem;
    }
    .cource .menu-gallery {
        flex-direction: column;
    }
    .cource .menu-gallery figure {
        width: calc(100% - 40px);
    }
    .cource .kondate dd {
        display: block;
        text-align: left;
    }
    #bbq-terrace figure img.sp {
        width: 95%;
        max-width: inherit;
        margin: auto;
    }
    .blog-list {
        flex-basis: 100%;
    }
    .single .inner,
    .single article {
        width: auto;
    }
}
@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
    .menu-content ul + ul {
        display: none;
    }
}
iframe {
    width: 100%;
    height: 50vh;
    margin: 2rem auto;
}