@charset "UTF-8";

/* header */
.headerbody h1 img, .headerbody .snav ul li a, .gnav_container, .gnav li a, .gnav.nav_pc li a span {
    transition-duration: 0.6s;
}
header {
    background: #fff;
    width: 100%;
    position: fixed;
    z-index: 90;
    left: 0;
    height: 0px;
    top: 0;
}
header h1 {
    /* width: 96%; */
    width: 300px;
    padding: 0 0 0;
    font-size: 10px;
    
    color: #888888;
    font-weight: 400;
    font-family: 'Noto Sans JP', sans-serif;
}
header h1 a{
	max-width: 340px;
}
.headerbody {
    position: relative;
    width: 96%;
    max-width: 1400px;
    margin: auto;
    padding: 6px 0 5px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: space-between;
}
.headerbody h1 {
    display: inline-block;
}
.headerbody h1 img {
    width: auto;
    height: 57px;
    display: block;
}
.header_h {
    content: "";
    display: block;
    width: 100%;
    height: 80px;
}


.nav_btn {
    position: fixed;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background: #e1e1e1;
    transition: all 0.5s ease-in-out;
    display: none;
}
.nav_btn hr {
    width: 24px;
    background: #000;
    height: 2px;
    position: absolute;
    border: none;
    transform-origin: center center;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: top 0.2s ease-in-out 0.3s,transform 0.2s ease-in-out 0s;
}
.nav_btn hr:nth-child(1) {
    top: 5px;
}
.nav_btn hr:nth-child(2) {
    top: 13px;
}
.nav_btn hr:nth-child(3) {
    top: 21px;
}
body.nav_open .nav_btn hr:nth-child(1) {
    transform: rotate(45deg);
    top: 13px;
}
body.nav_open .nav_btn hr:nth-child(2) {
    transform: scaleX(0);
    top: 13px;
}
body.nav_open .nav_btn hr:nth-child(3) {
    transform: rotate(-45deg);
    top: 13px;
}
.hd_nav li a {
    position: relative;
}
.nav_btn .hamb_txt {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    text-align: center;
    transition: all 0.5s ease-in-out;
    font-family: 'Noto Sans JP', sans-serif;
}
.nav_btn .hamb_txt.close {
    opacity: 0;
}

.gnav_container {
    width: 100%;
    position: fixed;
    z-index: 101;
    left: 0;
    top: 80px;
    /* padding: 5px 0 0; */
    transition-duration: 0.6s;
}
.gnav_inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}
.gnav.nav_pc {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.gnav li {
    text-align: center;
    display: inline-block;
    width: 11.1%;
    width: calc((100% - 40px)/ 8);
    position: relative;
}
.gnav li a {
    display: flex;
    color: #f0f5f9;
    background: #fff;
    background: rgba(164,161,148,0.3);
    justify-content: center;
    align-items: center;
    height: 55px;
    transition-duration: 0.6s;
}

.hd_nav li.new a::before, footer .gnav.nav_pc li.new a::before {
    position: absolute;
    top: -7px;
    right: -4px;
    margin: 0 auto;
    content: "NEW";
    color: #000;
    text-align: center;
    font-size: 10px;
    width: 37px;
    padding: 4px 0 0 0;
    height: 14px;
    line-height: 8px;
    font-weight: 900;
    transform: scale(0.8);
    background: #fff944;
    letter-spacing: 1px;
    box-sizing: border-box;
    font-family: ten-mincho, serif;
}
.gnav.nav_pc li a span {
    display: block;
    /* height: 38px; */
    white-space: nowrap;
}
.gnav.nav_pc li a span.italic{
    font-size: 22px;
    margin-bottom: 0.2em;
}
.gnav.nav_pc li a span.ja{
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 10px;
}
.gnavi_wrap {
    display: none;
}

@media screen and (max-width: 1150px) {
    .headerbody .snav ul li {
        font-size: 12px;
    }
    .headerbody .snav ul li.map a, .headerbody .snav ul li.outline a {
        width: 70px;
    }
    .headerbody .snav ul li.request a, .headerbody .snav ul li.reserve a {
        padding: 1em 1em;
        font-size: 1.2em;
    }
    .gnav.nav_pc li a span.italic {
        font-size: 18px;
    }
}
@media screen and (max-width: 900px) {
    header {
        height: 0px;
    }
    header h1 {
        display: none; 
    } 
    .headerbody {
        height: auto;
    }
    .headerbody h1 a img {
        height: 46px !important;
    }
    .header_h {
        height: 60px;
    } 
    .headerbody .snav {
        display: none;
    }
    .nav_btn {
        display: block;
    }
    .gnavi {
        position: absolute;
        top: 30px;
        left: 0;
        right: 0;
        background: #8a6252;
        z-index: 9;
        display: none;
        height: auto;
    }
    .gnavi li {
		box-sizing: border-box;
        width: 90%;
        margin: 10px auto;
    }
   
    .gnavi li a {
       
    }
   
    .gnav_container {
        display: none;
    }
    .gnav.nav_pc {
        display: none !important;
    }
    .gnav li {
        width: 25%;
        padding: 0 1px 1px 0;
        box-sizing: border-box;
    }
    .gnavi_wrap {
        display: block;
    }
    .sp_entry {
        display: block!important;
    }
}

@media screen and (max-width: 830px) {
    .headerbody .snav ul li {
        font-size: 12px;
        margin-top: 10px;
    }
    .headerbody .snav ul li.map a, .headerbody .snav ul li.outline a {
        width: 60px;
    }
    .headerbody .snav ul li.request a, .headerbody .snav ul li.reserve a {
        padding: 1em 0.5em;
        font-size: 1em;
    }
}

@media screen and (max-width: 600px) {
    .headerbody h1 {
        padding-top: 5px;
        display: block;
        /* text-align: center; */
    }
    .headerbody h1 a {
        margin: 0 auto;
        display: inline-block;
    }
    .headerbody h1 a img {
        height: 40px !important;
    }
    .spnavi li {
        padding: 0px 4vw 0px;
    }
}

@media (max-width: 900px){
    .sp_entry{
        display: block!important;
    }
    .pc_entry{
        display: none!important;
    }
}




