@charset "utf-8";
.pc-br-info-ttl{
    display: none;
}
.sp-br-info-ttl{
    display: block;
}
/* top */
.top {
    margin: 0;
}

.top figure {
    margin: 0;
    margin-top: -85px;
}
/* .low-group{
    flex-direction: row-reverse;
} */
/* info */
.info-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
}

.info-group figure {
    width: 39%;
    position: relative;
}

.info-group figure img {
    position: relative;
    z-index: 2;
}

.info-group figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EAEAEA;
    position: absolute;
    top: 30px;
    left: 30px;
}

.info-txt-group {
    width: 47%;
}

.info h2 {
    margin-bottom: 21px;
}

.info h3 {
    font-size: 1.9rem;
    color: #916E54;
}

/* style */
.style-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style-group figure {
    margin: 0;
    width: 49%;
    position: relative;
}

.style-group figure img {
    position: relative;
    z-index: 2;
}

.style-group figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EAEAEA;
    position: absolute;
    top: 30px;
    left: 30px;
}

.style-item {
    width: 33%;
}

.style-group p {
    margin: 0 auto 36px;
}

.style-btn {
    display: block;
    width: 57%;
    padding: 5% 0;
}

.btn-back::after {
    width: 57%;
    height: 100%;
}

/* total-group */
.total-menu {
    display: flex;
    justify-content: space-around;
}

/* mens */
.mens-menu {
    width: 50%;
    padding: 28px;
    background-color: #fff;
    position: relative;
}

.mens-menu figure {
    width: 60%;
    margin: auto;
}

.mens-menu h3 {
    width: fit-content;
    margin: auto;
}

.price {
    width: fit-content;
    margin: 10px auto;
}

.menu-btn {
    display: block;
    width: 200px;
    margin: 37px auto 0;
    padding: 16px 20px;
    color: #A38A59;
    text-align: center;
    background-color: #FFFAF5;
    border: 2px solid #E5D8C9;
    border-radius: 27px;
    position: absolute;
    bottom: 15.5%;
    left: 26%;
}

.menu-txt {
    width: 60%;
    height: 100px;
    margin: auto;
}

/* Women */
.Women-menu {
    width: 50%;
    padding: 28px;
    background-color: #fff;
}

.Women-menu figure {
    width: 60%;
    margin: auto;
}

.Women-menu h3 {
    width: fit-content;
    margin: auto;
}

/* dressing */
.dressing-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dressing-group figure {
    margin: 0;
    width: 49%;
    position: relative;
}

.dressing-group figure img {
    position: relative;
    z-index: 2;
}

.dressing-group figure::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EAEAEA;
    position: absolute;
    top: 30px;
    left: 30px;
}

.dressing-item {
    width: 33%;
}

.dressing-group p {
    margin: 0 auto 36px;
}

/* notice */
.notice-inner {
    background-color: #fff;
    padding: 30px 35px;
    padding-bottom: 0px;
}

.notice-group {
    border-bottom: 1px solid rgba(112, 112, 112, 0.6);
    padding: 23px 0;
}

.notice-group h3,
.notice-group p {
    color: #707070;
    font-size: 1.6rem;
}

.notice-group p {
    padding-bottom: 10px;
}

.notice-btn-group {
    margin: auto;
    text-align: center;
    position: relative;
    background-color: #fff;
}

.notice-btn {
    font-size: 1.4rem;
    color: #A38A59;
    display: block;
    /* width: fit-content; */
    margin: auto;
    padding: 30px 0;
    cursor: pointer;
}

.notice-border-group {
    width: fit-content;
    position: absolute;
    top: 36px;
    right: 44%;
}

.notice-border {
    display: block;
    width: 12px;
    height: 1px;
    border-top: 3px solid #A38A59;
}

.notice-border-beside {
    position: absolute;
    left: 0.7px;
}

.notice-border-vertical {
    transform: rotate(90deg);
    position: absolute;
    top: 0px;
    left: 0.1px;
}

.notice-group-none {
    display: none;
}

.notice-group-block {
    display: block;
}

/* question */
.question-attention {
    margin: 34px 24px;
}

.question-group {
    padding: 31px 36px 0;
    background-color: #fff;
}

.question-item {
    border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.q {
    font-size: 1.6rem;
    color: #4A3D23;
}

.q::before {
    content: "Q";
    color: #4A3D23;
    font-size: 3rem;
}

.a {
    margin: 20px 0;
}

.a::before {
    content: "A";
    color: #A38A59;
    font-size: 3rem;
}

.q-btn-back {
    position: relative;
    width: fit-content;
    margin: auto;
}

.q-btn {
    display: block;
    width: 210px;
    margin: 30px auto;
    padding: 14px 0;
    color: #A38A59;
    font-size: 1.1rem;
    text-align: center;
    border: 2px solid #A38A59;
    border-radius: 25px;
    position: relative;
    z-index: 5;
}

.q-btn-back::after {
    content: "";
    display: block;
    width: 210px;
    height: 100%;
    border-radius: 25px;
    background-color: #A38A59;
    position: absolute;
    top: 3px;
    left: 6px;
    z-index: 1;
}

.question-btn {
    font-size: 1.4rem;
    color: #A38A59;
    display: block;
    /* width: fit-content; */
    margin: auto;
    padding: 30px 0;
    cursor: pointer;
}

.question-border-beside {
    position: absolute;
    left: 0.7px;
}

.question-border-vertical {
    transform: rotate(90deg);
    position: absolute;
    top: 0px;
    left: 0.1px;
}

/* reservation */
.reservation-txt {
    width: 80%;
    height: 60%;
    padding: 6%;
    text-align: center;
    background-image: url(../img/kumo.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.reservation-group {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 25px 0;
}

.reservation-item h3 {
    color: #707070;
    font-size: 1.8rem;
    margin: 0 15px;
    position: relative;
}

.reservation-item h3::before {
    content: "";
    display: block;
    width: 50px;
    height: 1px;
    border-bottom: 1px solid #ACABAB;
    position: absolute;
    top: 9px;
    left: -50px;
}

.reservation-btn {
    display: block;
    width: 270px;
    margin: 10px 0;
    padding: 16px 20px;
    font-size: 1.4rem;
    color: #917F5A;
    background-color: #FDF8EB;
    border: 1px solid #A38A59;
    border-radius: 34px;
    position: relative;
}

.reservation-btn::after {
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 4px;
    right: 9px;
}

.form::after {
    background-image: url(../img/navform.png);
}

.line::after {
    background-image: url(../img/navLINE.png);
}

.reservation-tel::after {
    background-image: url(../img/navtel.png);
}

/* access */
.access-group {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.access-item {
    width: 50%;
}

.map {
    width: 40%;
}

.access-item-group {
    width: 100%;
    padding: 20px 0;
    color: #707070;
    font-size: 1.7rem;
    border-bottom: 1px solid #CBCBCB;
    display: flex;
}

.access-item-group dt {
    font-weight: 900;
    width: 140px;
}

.access-item-group dd {
    padding-right: 30px;
}

@media screen and (max-width: 1000px) {
    .total-menu {
        display: block;
        width: 88.5%;
        margin: auto;
    }
    .mens,.Women{
        width: 60%;
        margin: 100px auto;
    }
}
@media screen and (max-width: 900px){
    .reservation-txt{
        padding: 9%;
    }
    .reservation-group{
        display: block;
    }
    .form::after{
        top: 14px;
    }
    /* menu */
    .mens,.Women{
        width: 90%;
    }
    .menu-txt{
        width: 90%;
    }
    .menu-btn{
        left: 21%;
    }
    .notice-border-group{
        right: 39%;
    }
    /* reservation */
    .reservation-btn{
        width: 70%;
        margin: 10px auto;
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 700px){
    .inner{
        width: 84%;
    }
    .top figure{
        background-color: #D5BC6A;
    }
    .top-img{
        height: 100vh;
    }
    .pc-br-info-ttl{
        display: block;
    }
    .sp-br-info-ttl{
        display: none;
    }
    /* info */
    .info-group{
        display: block;
    }
    .info-group figure{
        width: 100%;
    }
    .info-txt-group{
        width: 100%;
    }
    .info h3{
        margin: 30px auto 15px;
        text-align: center;
    }
    .info-group figure::after{
        display: none;
    }
    /* style */
    .style-group{
        display: block;
    }
    .style-group figure{
        width: 100%;
    }
    .style-group figure::after{
        display: none;
    }
    .style-item{
        width: 100%;
    }
    .mens,.Women{
        width: 100%;
    }
    .style-btn{
        margin: auto;
    }
    .btn-back::after{
        left: 22%;
    }
    /* menu */
    .mens-menu figure{
        width: 100%;
    }
    /* dressing */
    .dressing-group{
        display: block;
    }
    .dressing-group figure{
        width: 100%;
    }
    .dressing-group figure::after{
        display: none;
    }
    .dressing-item{
        width: 100%;
    }
    /* notice */

    /* reservation */
    .reservation-btn{
        width: 80%;
        margin: 10px auto;
        font-size: 1.6rem;
    }
    /* access */
    .access-group{
        display: block;
    }
    .map{
        width: 100%;
        height: 40vh;
    }
    .access-item{
        width: 100%;
    }
}
@media screen and (max-width: 600px){
    .menu-btn{
        width: 189px;
        left: 14.5%;
        bottom: 15%;
    }
}
@media screen and (max-width: 400px){
    
}