@media screen and (max-width: 767px) {
    *{
        font-family: 'Kaisei Opti', serif;
        letter-spacing: 0.16em;
    }
    .sp_block{
        display: block;
    }

    .sp_none{
        display: none;
    }

    .font1 {
        font-size: 16px;
    }
    .font2 {
        font-size: 18px;
    }
    .font2_2{
        font-size: 20px;
    }
    .font3 {
        font-size: 24px;
    }
    
    .font4 {
        font-size: 36px;
    }
    
    .font5 {
        font-size: 48px;
    }
    
    .font6 {
        font-size: 72px;
    }
    
    .font7 {
        font-size: 30px;
    }
    h2{
        font-family: 'Kaisei Opti';
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        text-align: center;
        letter-spacing: 0.27em;
        color: #FFFCF8;
        margin-bottom: 40px;
    }
    h2 span{
        font-size: 16px !important;
    }
    .block{
        display: block;
    }
/* ここから背景 */
.yellow {
    background-color: #EEB13B;
    color: #FFFCF8;
    letter-spacing: 0.25em;
}
.brown{
    background-color: #C58F63;
    letter-spacing: 0.25em;
    padding-bottom: 100px;

}
.line{
    background-image: url(../../images/back_line.png);
    width: 100%;
    background-size: cover;
    height: 50px;
}
/* ここからメインのライン */
.line_potision{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.line_potision>.line{
    position: absolute;
    top: -25px;
}

.fv_left > img:nth-child(1) {
    margin-bottom: 10px;
    }
.fv_left > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    }
.fv_left > div:nth-child(2)>img{
    width: 30%;
}

th{
    font-weight: 800;
}
#m_icon::before{
    content: "";
    background-image: url(../../images/m_icon.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
}
#t_icon::before{
    content: "";
    background-image: url(../../images/t_icon.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
}
#map_icon::before{
    content: "";
    background-image: url(../../images/map.svg);
    width: 25px;
    height: 25px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;

}
.fv_right_first{
    display: flex;
    flex-direction: column;
    line-height: 2;
    margin-bottom: 15px;
}
.fv_right_first table{
    width: 90%;
    margin: 0 auto;
}
.fv_right_first table th{
    width: 35%;
    font-size: clamp(16px, 1.5vw, 20px);
}
.fv_right_first table td{
    font-size: clamp(16px, 1.5vw, 20px);
    width: 53%;
}
.fv_right_first h1{
    text-align: center;
    font-weight: bold;
    font-size: clamp(16px, 1.5vw, 20px);
    margin-bottom: 20px;

}
.fv_right_first img{
    width: 75%;
    margin: 0 auto 20px auto;
}
/* ナビゲーション */
.botton > li> a{
    color: #74604D;
    width: 29vw;
    height: 52px;
    background: #F9F5F0;
    border: 1px solid #74604D;
    border-radius: 50px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.botton{
    display: flex;
    justify-content: space-evenly;
    margin: 30px 0;
}
/* カラオケロックの説明 */
.comment{
    text-align: center;
    letter-spacing: 0.48em;
    margin-top: 50px;
    line-height: 1.2;
    width: 90%;
    margin: 30px auto 0 auto;
    font-size: 16px !important;
}
.comment h1{
    margin-bottom: 30px;
}
.comment p:last-of-type{
    padding-bottom:50px;
    font-size: 24px !important;
}
.comment > p:nth-child(1),.comment > p:nth-child(2) {
    padding-bottom: 5vh;
    line-height: 1.7;
    }
/* ここから料金表 */

.regular_table{
    background-color:#FFFCF8;
   color: #5E4B35;
   padding-bottom: 10px;
   width: 95%;
   margin: 0 auto;
 }
 h3{
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 5vh;    
}
.regular_table:last-child{
    margin-top: 50px;
}

.regular_table h3{
    position: relative;
    font-size: 24px !important;
}
.regular_table h3 span{
    font-size: 18px;
}
.regular_table h3::before{
    position: absolute;
    content: "";
    background-image: url(../../images/mask01.svg);
    width: 100px;
    height: 100px;
    display: inline-block;
    left: 0px;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
.regular_table div{
    display: flex;
    justify-content: center;
}
.regular_table table {
    border-collapse: collapse;
    padding: 0;
    table-layout: fixed;
    width: 70%;
}
.regular_table h4{
    background-color: #FCBC3F;
    width: 60%;
    color: #F9F5F0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.regular_table h4 span{
    font-size: 13px !important;
}
section.regular_table:nth-child(3) > div:nth-child(4) > h4:nth-child(1) {
    height: auto;
    padding-top: 30px;
    }
.regular_table tr{
    border-bottom: 15px solid #FFFCF8;;
    border-left: 3px solid #FFFCF8;;
}
.regular_table tr:last-of-type{
    border-bottom: none;
}
.regular_table td{
    font-weight: bold !important;
    font-size: 18px;
}
.regular_table td,
.regular_table th{
    align-items: center;
    display: inline-flex;
    justify-content: space-evenly;
    width:100%;
    background: #F1D9B9;
    height: 60px;
    font-weight: 500;
}
.regular_table th{
    border-bottom: 3px solid #FFFCF8;;
}
.regular_table tr:last-of-type{
    margin-top: 10px;
}
.regular_table > div:nth-child(n+3){
    margin-top: 50px;
    margin-bottom: 50px;
    }
section.regular_table:nth-child(2) > div:nth-child(5) {
    margin-bottom: 50px;
    }
.party_font{
    line-height: 1.5;
    width: 95%;
    margin: 0 auto;
}
section.regular_table:nth-child(3) > div:nth-child(4) > h4:nth-child(1) {
    background-color: transparent;
    color: #5E4B35;
    width: auto;
    font-size: 24px;
    position: relative;
    width: 50%;
    margin: 0 auto;
    }
/*     section.regular_table:nth-child(3) > div:nth-child(4) > h4:nth-child(1)::before {
    content: "";
    background-image: url(../../images/party.png);
    width: 55px;
    height: 55px;
    background-size: cover;
    position: absolute;
    left: -8%;
    }
    section.regular_table:nth-child(3) > div:nth-child(4) > h4:nth-child(1)::after{
    content: "";
    background-image: url(../../images/party02.png);
    width: 55px;
    height: 55px;
    background-size: cover;
    position: absolute;
    right: -8%;
    } */
    section.regular_table:nth-child(3) > div:nth-child(4) {
        background-color: transparent;
        color: #5E4B35;
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: left;
        border-top: 5px solid #BA8458;
        border-bottom: 5px solid #BA8458; 
        margin-bottom: 5vh;  
        padding: 0 0 2vh 0;
        }
    .party_list{
        line-height: 2.5;
        width: 95%;
        margin: 3vh auto 0 auto;
        font-size: 16px !important;
    }
    .party_list li::before{
    content: "";
    background-image: url(../../images/yajirushi.svg);
    width: 15px;
    height:15px;
    display: inline-block;
    background-size: cover;
    margin-right: 10px;
    }
    .regular_table:last-of-type h3::before{
        display: none;
    }
    .regular_table:last-of-type h3{
        position: relative;
    }
    .regular_table:last-of-type h3::after{
        content: "";
        background-image: url(../../images/mask02.svg);
        width: 105px;
        height: 105px;
        display: inline-block;
        background-size: cover;
        position: absolute;
        right:0;
        top: -1px;    
    }
    /* ここからヘヤショウカイ */
.floor{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.floor>.line{
    position: absolute;
    top: -25px;
}
.slid_img{
    width: 170px !important;
    height: auto;
    padding-left: 30px !important;
}
.slid_img img{
    width: 100%;
}
.slick-slide{
    width: 0;
}
/* ここからアクセス */
.accses{
    position: relative;
    padding-top: 50px;
    padding-bottom: 30px;
}

.accses table{
    color: #FFFCF8;
    position: relative;
    font-size: 16px !important;
}
.accses hr{
    position: absolute;
    top: -25px;
}
.accses h2{
    margin-bottom: 0;
}
.accses_inner{
   width: 45%;
   margin: 0 auto;
   display: flex;
    flex-direction: column-reverse;
}

.accses_inner iframe{
    display: block;
    margin: 0 auto;
    width: 100%;
}
.accses_inner table{
    margin:5vh auto  0 auto;
    line-height: 3;
}
.accses_inner table th{
    padding-left: 10px;
    width: 40%;
}
.accses_inner table td{
    width: 50%;
}

#accses .accses_inner{
    width: 100%;
}
/* ここからfooter */
footer div:first-of-type{
    width:150px;
}
footer.brown {
    padding-bottom: 0;
    }
small{
    color: #FFFCF8;
    display: flex;
    align-items: flex-end;

}
footer{
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer img{
    display: block;
    margin-bottom: 10px;
}
}