html{
    overflow: unset !important;
}
html, body{
    /*height: 100%;*/
    font-family: sans-serif;
}
.header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 100;
    background-color: rgb(235, 229, 229);
}
.header-container{
    padding: 20px;
    display: flex;
    align-items: center;
    transition: all 1s;
}
.header-background{
    background-color: #fff;
    transition: all 1s;
    box-shadow: 1px 1px 10px 1px black;
}
.header-content{
    height: 50px;
    text-align: center;
    line-height: 50px;
}
@media(max-width: 500px){
    .header-left{
        position: relative;
    }
    .header-left img{
        width: 100%;
        height: unset !important;
        position: absolute;
        top: 50%;
        right: -20%;
        transform: translateY(-50%);
    }
}
.header-side{
    width: 15%;
}
.header-center{
    width: 70%;
    font-weight: 900;
}
.header-center a{
    text-decoration: none;
    color: #241514;
}
.header-left:hover, .header-center a:hover{
    opacity: 0.6;
}
.header-left a img{
    height: 100%;
}
.main{
    position: relative;
    z-index: 1;
}

.section-content{
    color: #fff;
}
.section-content-left{
    width: 20%;   
}
.section-content-right{
    width: 80%;
}
@media(min-width: 900px){
    .section-content-left{
        width: 10%;
    }
    /*.section-content-right{
        display: flex;
    }*/
    .menu-page-common-sec-info{
        margin: 0px 150px;
    }
    .menu-page-menu-image-container img{
        height: 400px !important;
        width: 400px !important;
    }
}
.section-content-right h1{
    font-size: calc((100vw - 50px)*0.8*0.16777);
}
.section-content-inner{
    display: flex;
    align-items: stretch;
}
.section-content-inner-left, .section-content-inner-right{
    margin-top: 100px;
    margin-right: 30px;
    font-size: 14px;
    line-height: 2;
}

.section-content-left h2{
    writing-mode: vertical-lr;
    padding: 5px;
}
/*for menu scroll position*/
h2[id]{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

.section-content-inner-left h2{
    font-size: 18px;
    margin-bottom: 15px;
}
.shop-info-li li{
    padding-left: 35px;
    background: top 5px left 3px no-repeat;
}
.shop-info-li li:nth-child(1){
    background-image: url("../media/image/illust_icon/location-icon.png") !important;
    background-size: 12px auto;
}
.shop-info-li li:nth-child(2){
    background-image: url("../media/image/illust_icon/phone-icon.png") !important;
    background-size: 12px auto;
}
.shop-info-li li:nth-child(3){
    background-image: url("../media/image/illust_icon/mail-icon.png") !important;
    background-size: 12px auto;
}

.phone a{
    color: #e8e8e8;
}
.google-map{
    text-align: center;
}
.google-map iframe{
    width: 80vw;
    height: 60vw;
    max-width: 600px;
    max-height: 450px;
}

a {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}

.footer{
    background: #242424;
    color: #e6e6e6;
    line-height: 1.5;
    font-size: 12px;
    position: relative;
    z-index: -1;
}
.footer-content{
    display: flex;
    line-height: 2;
    /* position: relative; */
}
.footer-center-logo{
    text-align: center;
}
.footer-center-logo img{
    height: 65px;
    margin-top: 25px;
}
.footer-content-inner{
    width: 33%;
    padding-left: 30px;
    margin: 40px 0 100px;
}
.footer-map{
    width: 33%;
    margin: 40px 20px 100px;
}
.footer-map iframe{
    width: 80%;
    height: 60%;
    min-width: 220px;
    min-height: 165px;
}
@media(min-width: 721px){
    .footer-map-400-720{
        display: none;
    }
}
@media(max-width: 720px){
    .footer-content-inner{
        width: 50%;
        padding-left: 30px;
        margin: 40px 0 100px;
    }
    .footer-map{
        display: none;
    }
    .footer-map-400-720{
        text-align: center;
        /*margin-bottom: 60px;*/
    }
    .footer-map-400-720 iframe{
        margin-bottom: 60px;
        width: 80%;
        min-width: 220px;
        min-height: 165px;
    }
}
.instagram{
    color: #e8e8e8;
}
.instagram:before{
    font-family: "Font Awesome 5 Brands";
    content: "\f16d";
    font-weight: 900;
    padding: 5px 20px 5px 4px;
    color: #e6e6e6;
    /*background:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;*/
    /*background:radial-gradient(at 20% 120%,orange, #f15a4d 25%, #f13f79 55%, #9933ff 100%) no-repeat;*/
}
.footer-page-info a{
    color: #e6e6e6;
}
.copy-right{
    position: absolute;
    bottom: 20px;
    right: 20px;
}


body{
    margin: 0; /* Codepen調整 */
}
p{
    font-size: 14px;
}

/*global-navi*/
.hamburger-menu nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background: rgba(33,33,33,.95);
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2;
    overflow-y: scroll;
}

.hamburger-menu nav ul li {
    padding: 20px 28px;
    text-align: center;
}

.hamburger-menu nav ul li a {
    text-decoration: none;
    color: #fff;
    display: block;
}
.hamburger-menu nav ul li:hover .transparent{
    opacity: 0.4;
}
.hamburger-menu nav ul li ul li:hover {
    opacity: 0.6;
}
.btn-gnavi:hover{
    opacity: 0.6;
}

.hamburger-menu .btn-gnavi {
    padding-right: 40px;
    position: fixed;
    top: 30px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.hamburger-menu .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #241514;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

.hamburger-menu .btn-gnavi span:nth-child(1) {
    top: 0
}

.hamburger-menu .btn-gnavi span:nth-child(2) {
    top: 10px
}

.hamburger-menu .btn-gnavi span:nth-child(3) {
    top: 20px
}

.hamburger-menu .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.hamburger-menu .btn-gnavi.open span {
    background: #fff
}

.hamburger-menu .btn-gnavi.open span:nth-child(1) {
    width: 24px;
    -webkit-transform: translate(-7px,17px) rotate(45deg);
    transform: translate(-7px,17px) rotate(45deg)
}

.hamburger-menu .btn-gnavi.open span:nth-child(3) {
    width: 24px;
    -webkit-transform: translate(-7px,-17px) rotate(-45deg);
    transform: translate(-7px,-17px) rotate(-45deg)
}

.submenu{
    display: none;
    /*overflow: hidden;*/
}
.submenu li{
    position: relative;
    border-bottom: 1px solid black;
}
.submenu li a{
    color: #aaa;
    font-size: 8px;
}

/*.list-hover .submenu{
    display: block;
}
.list-hover .submenu{
    visibility: visible;
    height: 100%;
    display: block;
    transition: 400;
}
.list-hover .submenu li{
    display: block;
}*/
/*.menu li:hover .submenu{
    visibility: visible;
    height: 100%;
}
.menu li:hover .submenu li{
    display: block;
}*/
.submenu li:nth-child(3){
    padding: 20px 24px;
}
.main_cover{
    position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: -1;  
    -webkit-transition: .3s;
    transition: .3s;
}
.main_cover.open{
    height:100%;
    visibility: visible;
    background:rgba(0,0,0,0.4);
    z-index:1000;
}

/*menu.html*/
body{
    background: #ebe5e5;
    /*transform: translate(0px, 0px) !important;*/
    /*position: fixed;*/
}
.body-style-for-phone{
    transform: translate(0px, 0px) !important;
    position: fixed;
}
/*.body-smartphone{
    transform: translate(0px, 0px) !important;
    position: fixed !important;
}*/
.scroll-img{
    text-align: center;
    position: relative;
}
.scroll-img img{
    width: 70%;
    max-width: 300px;
}
/*.scroll-img-container{
    position: relative;
}*/
.sc1{
    top: 200px;
    z-index: 5;
}
.sc2{
    left: 7px;
    top: 134px;
    z-index: 4;
}
.sc3{
    left: 6px;
    top: 57px;
    z-index: 3;
}
.sc4{
    left: 8px;
    top: -18px;
    z-index: 2;
}
.sc5{
    left: 59px;
    top: -95px;
}
.sc6{
    left: -22px;
    top: -176px;
}
.sc7{
    left: 17px;
    top: -255px;
    z-index: 1;
}

.scroll-img-container{
    height: 9000px;
    /*フル画面の時*data-xの値より+1000程度大きくする*/
    /*画面半分の時*data-xの値より+500程度大きくする*/
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #ebe5e5;
}
.scroll-sentence-container{
    height: 9000px;
    /*skrollr用のwindowサイズ指定*/
    /*フル画面の時*data-xの値より+1000程度大きくする*/
    /*画面半分の時*data-xの値より+500程度大きくする*/
    width: 250px;
    position: fixed;
    right: 0;
    top: 0;
    background: rgb(235, 229, 229);
}
.scroll-container-position{
    position: unset !important;
}
.skrollr-destroy{
    display: none !important;
}
.main-scroll-object-container{
    display: flex;
}
.scroll-sentence{
    /*border-radius: 20px;
    background: rgb(235, 229, 229);
    box-shadow: 13px 13px 26px #cac5c5,
    -13px -13px 26px #fff;*/
    position: relative;
    font-size: 120px;
    left: -60px;
}
.scroll-sentence div{
    margin-bottom: 10px;
}
.scroll-sentence p{
    font-size: 11px;
    line-height: 2;
}
.sc-s2{
    font-size: 80px;
}
.sc-s4{
    font-size: 55px;
}
.emp{
    font-weight: 600;
}
/*.sc-s1{
    top: 100px;
    padding: 40px;
    margin: 0 30px;
}*/
#menu-page-sec1{
    background-color: rgb(235, 229, 229);
}
.menu-page-common-sec{
    margin-left: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.menu-page-common-sec .section-content{
    color: black;
}
.menu-page-menu-image-container{
    text-align: center;
    margin-bottom: 40px;
}
.menu-page-menu-image-container img{
    height: 300px;
    width: 300px;
    border-radius: 50%;
}
@media(max-width: 500px){
    .menu-page-menu-image-container img{
        height: 230px;
        width: 230px;
    }
}
.menu-page-common-sec-info{
    line-height: 2;
    width: 90%;
}
.menu-page-common-sec-info h3{
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
}
.allergy-info{
    width: 80%;
    padding: 10px;
    border-radius: 15px;
    border: solid 1px #676767;
    margin: 50px auto 50px;
}
.allergy-info p{
    font-size: 12px;
}
.allergy-info-container{
    display: flex;
}
.allergy-info-img-container{
    text-align: center; 
}
.allergy-info img{
    height: 60px;
}
.pdf-menu{
    text-align: center;
    margin-bottom: 100px;
    font-size: 14px;
}
.pdf-menu a{
    color: black;
    text-decoration: underline;
}
.form-label{
    text-align: center;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
    padding: 8px 38px 8px 8px;
	color: #0058B0;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect{
	border-radius: 1px;
	border: 2px solid #0058B0;
    border-radius: 15px;
	background: #ffffff;
}
.individual-shop-menu-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.individual-shop-menu{
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    margin: 10px 5px 10px 5px;
    text-align: center;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 20%);
    width: 180px;
}
.individual-shop-menu img{
    width: 150px;
    padding: 5px;
}
