@charset "UTF-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border;
    font-size: 16px;
}
body{
    
    line-height: 1;
    color: #646464;
    font-family: "Zen Maru Gothic", serif;
    font-size: 16px;  
}
h1{
    display: block;
    padding-bottom: 1.5em;
}
.h2{
    font-size: 2em;
}
.inner{
    width: 70%;
    margin: 0 auto;
}
section{
    width: 100%;
    padding-top: 15vh;
}
/**HEADER**/
body{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
header{
    display: block;
    height: 9em;
    z-index: 2;
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    top: 0;
}
header img{
    width: 20%;
    margin: 2em auto;
    display: block;
}
header .nav{
    background-color: #fff;
}

header .nav ul{
    display: flex;
    width: 60%;
    margin: 0 auto;
    justify-content: space-between;
}
header .nav a:hover{
    color: black;
}
#Hbg,
#Hbg+label {
    display: none;
}
.pc{
    display: block !important;
}
.sp{
    display: none !important;
}

.fadein{
    animation: fadeIn 1.5s cubic-bezier(0.33,1,0.68,1) forwards;
}
@keyframes fadeIn {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/**MAIN**/
.top{
    padding-top: 0;
}
.top .inner .topImg{
    width: 60%;
    display: flex;
    animation-delay: 0.5s;
}
.top .inner .topImg img{
    object-fit: contain;
    width: 95%;
    margin: auto;
}
main .top .inner {
    display: flex;
    height: 100vh;
    padding-top: 15vh;
}
main .top .inner .topText{
    margin: auto 0;
    margin-right: auto;
}
main .top .inner .topText h1{
    font-size: 2em;
    padding-bottom: .25em;
    animation-delay: 1s;
}
main .top .inner .topText p{
    line-height: 1.5em;
    margin-top: 1em;
}
.scroll{
    position: absolute;
    bottom: 1%;
    right: 50%;
    animation: arrowmove 1s ease-in-out infinite;
}
.scroll a{
    position: relative;
    writing-mode: vertical-rl;
    left: -24px;
    letter-spacing: .2em;
    bottom: .5em;
    color: #979797;
}
.scroll ::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 1em;
    background-color: #979797;
    transform: skew(-31deg);
    bottom: -7px;
    left: 20px;
}
.scroll ::after{
    content: '';
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #979797;
    bottom: -10px;
}
@keyframes arrowmove{
    0%{bottom:1%;}
    50%{bottom:5%;}
    00%{bottom:1%;}
 }
/**ABOUT**/
.title{
    font-size: 3em;
    font-weight: 300;
    text-align: center;
}
.about .inner{
    display: flex;
}
.aboutImg{
    width: 50%;
    display: flex;
    justify-content: start;
}
.aboutImg img{
    width: 80%;
    object-fit: contain;
}
.about .inner .aboutText h2{
    font-size: 2em;
    margin-bottom: 1em;
    font-weight: 100;
}
.about .inner .aboutText p{
    line-height: 1.75em;
}
.about .inner .aboutText{
    width: 50%;
    padding-left: 2em;
    display: flex;
    flex-direction: column;
    background: url(../image/bgY.png);
    background-size: 80% 85%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
/**CONCEPT**/
.concept .inner .conceptText{
    width: 80%;
    padding: 2em 3em;
    display: block;
    margin: 0 auto;
    background: url(../image/bgG.png);
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    background-size: 110%;
    position: relative;
}
.concept .inner .conceptText::before{
    content: '';
    position: absolute;
    top: 1em;
    left: 1em;
    width: 100%;
    height: 100%;
    border: 1px solid #afafaf;
}
.concept .inner .conceptText h2{
    font-size: 1.5em;
    margin-bottom: .5em;
}
.concept .inner .conceptText ul{
    line-height: 1.5em;
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0 1em;
}

/**STAFF**/
.staff{
    height: 85vh;
}
.staff .inner{
    display: flex;
    height: 100%;
}
.staff .inner .staffimg{
    width: 50%;
    display: flex;
    align-items: center;
}
.staff .inner .staffimg .staffImg{
    width: 80%;
    margin: auto;
    display: block;
    position: relative;
}
.staff .inner .staffimg .staffImg img{
    width: 100%;
}
.staff .inner .staffImg::after{
    content: '';
    background: url(../image/bgY.png);
    width: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: -2;
    top: -1em;
    left: -1em;
}
.staff .inner .staffText{
    width: 50%;
    position: relative;
}
.staff .inner .staffPro h2{
    font-size: 1.5em;
    margin-bottom: .5em;
}
.staff .inner .staffPro th,td{
    display: block;
}
.staff .inner .staffPro th{
    font-weight: normal;
    padding-top: 1em;
}
.staff .inner .staffPro{
    position: absolute;
    top: 5em;
    width: 50%;
    padding: 2em;
    background: url(../image/bgG.png);
    background-color:rgba(255,255,255,0.3);
    background-blend-mode:lighten;
    background-size: 100%;
}
.staff .inner .staffText .massage{
    width: 75%;
    padding: 2em;
    position: absolute;
    background: url(..//image/bgY.png);
    background-size: 100%;
    line-height: 1.5em;
    top: 22em;
    right: 0;
}

/**STYLE**/
.style{
    margin-bottom: 5em;
}
.styleImg ul{
    display: flex;
    flex-wrap: wrap;
}
.styleImg ul li{
    width: 20%;
    padding: 5px;
}
.styleImg ul li img{
    width: 100%;
    box-sizing: cover;
    transition: transform 0.5s ease;
}
.styleImg ul li img:hover {
    transform: scale(1.1);
}
.btn{
    width: 10em;
    display: block;
    padding: .5em 11em .5em 1.5em;
    margin: 2em auto 0;
    border: #646464 solid 1px;
    position: relative;
}
.btn span{
    display: block;
    font-size: 0.85em;
    padding-right: 1.5em;
}
.btn span::before{
    position: absolute;
    content: '';
    display: block;
    width: 90px;
    height: 1px; 
    background-color: #646464;
    top: 50%;
    right: 1em;
    transition: background-color 0.3s ease;
}
.btn span::after{
    position: absolute;
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em; 
    border-top: 1px solid #646464;
    top: 39%;
    right: 1em;
    transform: rotate(45deg);
    transition: background-color 0.3s ease;
} 
.btn:hover{
    background-color: #646464;
    color: #fff;

}
.btn:hover span::before{
    background-color: #fff;
}
.btn:hover span::after{
    border-color: #fff;
}


/**MENU**/

/* .menu img{
    width: 90%;
    height: auto;
    display: block;
    margin: 0 auto;
} */
/* .menu .title{
    position: absolute;
    left: 50%;
    top: 3em;
    transform: translate(-50%, -50%);
}
.menu table {
    border-collapse: collapse;
    width: 40%;
    position: absolute;
    top: 10em;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.menu tr {
display: flex;
align-items: flex-start;
padding: 8px 0;
}

.menu th, td {
padding: 8px 12px;
}

.menu .category {
    width: 120px;
    min-width: 100px;
    flex-shrink: 0;
    font-weight: normal;
}

.menu td {
flex-grow: 1;
}

.price {
    width: 5em;
    text-align: right;
    flex-shrink: 0;
  }
.group {
margin-top: 2em;
}

.cash {
position: absolute;
text-align: center;
width: 25em;
top: 60em;
right: 0;
left: 0;
margin: 0 auto;
}
.cash p{
line-height: 1.5em;
}
.cash ul{
display: flex;
justify-content: space-around;
margin-top: 0.5em;
}
.cash ul li img{
height: 4em;
}
.text{
position: absolute;
top: 70em;
right: 0;
left: 0;
margin: 0 auto;
width: 65%;
background: rgba( 255, 255, 255, 0.75 );
border-radius: 1em;
padding: 1.5em 3em;
}

.text h2{
font-size: 1.5em;
text-align: center;
margin-bottom: 1em;
}
.text p{
line-height: 1.5em;
text-align: center;
} */
.menu{
    display: block;
    position: relative;
    margin-top: 15vh;
    padding-top: 0;
    background-image:url(../image/menuImg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 5em 2em;
}
.menu .title{
    padding-bottom: 1em;
}
.menu table {
    border-collapse: collapse;
    width: 70%;
    margin: 0 auto;
}

.menu tr {
display: flex;
align-items: flex-start;
padding: 8px 0;
}

.menu th, td {
padding: 0 12px;
}

.menu .category {
    width: 120px;
    min-width: 100px;
    flex-shrink: 0;
    font-weight: normal;
}

.menu td {
flex-grow: 1;
}

.price {
    width: 5em;
    text-align: right;
    flex-shrink: 0;
  }
.group {
margin-top: 1em;
}

.cash {
text-align: center;
width: 25em;
margin: 0 auto;
margin-top: 3em;
}
.cash p{
line-height: 1.5em;
}
.cash ul{
display: flex;
justify-content: space-around;
margin-top: 1em;
}
.cash ul li img{
height: 3em;
}
.text{
margin: 3em auto;
width: 85%;
background: rgba( 255, 255, 255, 0.75 );
border-radius: 1em;
padding: 1.5em 1em;
}

.text h2{
font-size: 1.5em;
text-align: center;
margin-bottom: 1em;
}
.text p{
line-height: 1.5em;
text-align: center;
}

/**reserve**/
.reserve{
   padding-top: 20vh;
}
.reserve .inner{
    display: flex;
    margin-bottom: 5em;
}
.reserve .inner .reserveImg{
    width: 50%;
    display: flex;
}
.reserve .inner .reserveImg img{
    width: 70%;
    margin: auto;
    display: block;
}
.reserveText{
    display: flex;
    flex-direction: column;
}
.reserveText p{
    text-emphasis: center;
    margin-bottom: 1.5em;
}
.reserveText table{
    display: flex;
}
.reserveText table th{
    width: 4em;
    font-weight: normal;
    text-align: start;
}
.reserveText table tr{
    line-height: 1.75em;
}
.reserveText table td{
    padding: 0;
}

.reserveText table .space{
    padding-top: 2em;  
}
.reserveBtn{
    display: flex;
    flex-grow: 1;
}
.reserveBtn a{
    width: 13em;
    display: block;
    padding: .5em 0;
    margin: auto;
    border: #646464 solid 1px;
    position: relative;
    text-align: center;
    transition: background-color 0.3s ease;
    
}
.reserveBtn a span{
    display: block;
    font-size: 0.85em;
}

.reserveBtn a:hover{
    background-color: #646464;
    color: #fff;
}

/**ACCESS**/
.accessText{
    display: flex;
    justify-content: center;
}
.access .accessText img{
    width: 10em;
}
.access .accessText table{
    margin-left: 2em;
}
.access .accessText table tr{
    line-height: 1.5em;
}
.access .accessText table th{
    font-weight: normal;
    width: 5em;
}
.access .accessText table td{
    padding: 0;
}
.access iframe{
    width: 100%;
}
footer{
    height: 2em;
    text-align: center;
}

/*****width-500*****/
@media screen and (max-width: 500px){
    html{
        max-width: 375px;
        margin: 0 auto;
    }
    .inner{
        width: 90%;
    }
    .title{
        font-size: 2em;
    }
    section{
        padding-top: 2em;
    }
    p{
        font-size: 0.75em;
    }
    header{
        height: 4em;
        width: 95%;
    }
    header img{
        margin: auto;
        margin-top: 1em;
        width: 10em;
    }
    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }

    /**NAV**/
    #Hbg, #Hbg+label{
        display: block;
    }
    #Hbg+label{
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0.5em;
        right: 0.5em;
        z-index: 9999;
    }
    #Hbg+label span,
    #Hbg+label span::before,
    #Hbg+label span::after{
        content: "";
        display: block;
        height: 5px;
        width: 50px;
        background-color: #646464;
        transition: .5s;
    }
    #Hbg+label span{
        position: relative;
    }
    #Hbg+label span::before,
    #Hbg+label span::after{
        position: absolute;
    }
    #Hbg+label span::before{
        bottom: 15px;
    }
    #Hbg+label span::after{
        top: 15px;
    }
    #Hbg:checked+label span{
        background: transparent;
    }
    #Hbg:checked+label span::before{
        bottom: 0;
        transform: rotate(-45deg);
    }
    #Hbg:checked+label span::after{
        top: 0;
        transform: rotate(45deg);
    }
    header .nav ul{
        position: fixed;
        display: flex;
        flex-flow: column;
        justify-content: center;
        text-align: center;
        background-color: #f0f0f0;
        width: 100vw;
        height: 100vh;
        top: 0;
        z-index: 100;
        transition: .5s;
        right: -100%;
        animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
        }
        
        @keyframes fadeIn {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    header .nav ul li{
        padding: 2em 0 ;
    }
    #Hbg:checked~ul {
        right: 0;
    } 
    /**MAIN**/
    .top .inner{
        flex-direction: column;
    }
    .top .inner .topImg{
        width: 100%;
    }
    .top .inner .topImg img{
        width: 100%;
    }
    main .top .inner .topText{
        margin: 4em 0;
    }
    .scroll {
        margin-top: 0;
    }
    /**ABOUT**/
    .about .inner{
        flex-direction: column;
    }
    .aboutImg{
        width: 100%;
    }
    .aboutImg img{
        width: 100%;
    }
    .about .inner .aboutText{
        width: 100%;
        padding-left: .5em;
        padding-top: 1.5em;
        padding: 1.5em 0 3em .5em;
        background-size: 80% 70%;
    }
    .about .inner .aboutText h2{
        font-size: 1.5em;
        margin-bottom: 0.5em;
    }

    /**CONCEPT**/
    .concept{
        margin-top: 2em;
    }
    .concept .inner .conceptText{
        width: 90%;
        padding: 1em .75em;
    }
    .concept .inner .conceptText::before{
        border: 1px solid #d3d3d3;
    }
    .concept .inner .conceptText h2{
        font-size: 1em;
    }
    .concept .inner .conceptText u{
        font-size: 1.5em;
    }
    .concept .inner .conceptText ul li{
        line-height: 1.5em;
        font-size: 0.75em;
    }
    /**STAFF**/
    .staff{
        margin-top: 2em;
        height: auto;
    }
    .staff .inner{
        flex-direction: column;
        height: auto;
    }
    .staff .inner .staffimg{
        width: 80%;
        margin: 0 auto;
    }
    .staff .inner .staffimg .staffImg{
        width: 100%;
    }
    .staff .inner .staffText{
        width: 100%;
    }
    .staff .inner .staffPro h2{
        font-size: 1.25em;
    }
    .staff .inner .staffPro{
        position: relative;
        top: 2em;
        width: 50%;
        padding: .75em;
    }
    .staff .inner .staffPro th,td{
        font-size: 0.75em;
    }
    .staff .inner .staffText .massage{
        position: relative;
        top: 0;
        margin-left: auto;
        width: 70%;
        padding: .75em;
        line-height: 1.5em;
    }

    /**STYLE**/
    .styleImg ul li{
        width: 33%;
        padding: 5px;
    }
    .styleImg ul li:last-child{
        display: none;

    }

    /**MENU**/
    .menu{
        margin: 0;
        padding: 2em .5em;
    }
    .menu img{
        width: 90%;
        margin: 0 auto;;
        box-sizing: cover;
        
    }
    .menu .title{
        top: 1.5em;
    }
    .menu table {
        border-collapse: collapse;
        width: 100%;
        top: 4.5em;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: .75em;
    }
    .menu .category{
        width: 65px;
        min-width: 50px;
    }
    .menu tr{
        padding: 0;
    }
    .menu th, td {
        padding: .3em 0;
        font-size: .75em;
        }
    .group {
        margin-top: .75em;
        }
    .price{
        width: 4em;
    }
    .cash {
        width: 15em;
        top: 25em;
    }
    .cash ul li img{
        height: auto;
    }
    .text{
        top: 30em;
        width: 90%;
        border-radius: .5em;
        padding: 1em .75em;
        }
        
        .text h2{
        font-size: 1em;
        text-align: center;
        margin-bottom: 1em;
        }
        .text p{
        line-height: 1.5em;
        text-align: center;
        }
    /**RESERVE**/
    .reserve{
        padding-top: 2em;
     }
     .reserve .inner{
        flex-direction: column;
     }
     .reserve .inner .reserveImg{
        width: 100%;
     }
     .reserveText{
        margin-top: 1em;
     }
     .reserveText p{
        margin-bottom: 1.5em;
    }
    .reserveText table{
        margin: 0 auto;
    }
    .reserveText table th{
        font-size: 0.75em;
    }
    .reserveText table tr{
        line-height: 1.25em;
    }

    .reserveText table .space{
        padding-top: 1em;  
    }
    .reserveBtn{
        margin-top: 1em;
        display: flex;
        flex-grow: 1;
    }
    .reserveBtn a{
        width: 10em;
    }
    .reserveBtn a span{
        font-size: 0.75em;
    }

    /**ACCESS**/
    .accessText{
        flex-direction: column;
        justify-content: center;
    }
    .access .accessText img{
        width: 8em;
        margin: 0 auto;
    }
    .access .accessText table{
        margin: 0 auto;
    }
    .access .accessText table tr{
        line-height: 1.5em;
    }
    .access .accessText table th{
        font-size: .75em;
        width: 4em;
    }
    .access iframe{
        width: 100%;
        height: 15em;
    }
    
    }