/* フォントサイズ */
@media screen and (min-width: 768px) {
*{
    font-family: 'Kaisei Opti', serif;
    letter-spacing: 0;
}
.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: 60px;
    text-align: center;
    color: #FFFCF8;
    margin-bottom: 50px;
}
.block{
    display: block;
}

.pc_br{
    display: block;
}

.pc_none{
    display: none;
}


/* ここから背景 */
.yellow {
    background-color: #dc9f29;
    color: #FFFCF8;
}
.brown{
    background-color: #C58F63;
    padding-bottom: 100px;

}
.brown_inner{
    width: 80%;
    margin: 0 auto;
    padding-top: 100px;
}
.line{
    background-image: url(../../images/back_line.png);
    width: 100%;
    background-size: contain;
    height: 78px;

}
/* ここからメイン */
.line_potision{
    position: relative;
}
.fv_main{
    display: flex;
    padding-top: 60px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1400px;
}
.fv_left{
    display: flex;
    flex-direction: column;
    width: 50%;
}
.fv_left > img:nth-child(1) {
    margin-bottom: 50px;
    }
.fv_left > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    width: 100%;
    }
.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: 25px;
    height: 25px;
    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;

}
#botton li>a{
    background-color: #FFFCF8;
}
.fv_right{
    width: 45%;
}
.fv_right_first{
    display: flex;
    flex-direction: column;
    line-height: 2;
    margin-bottom: 15px;
}
.fv_right_first table th{
    width: 25%;
    font-size: clamp(16px, 1.5vw, 20px);
}
.fv_right_first table td{
    font-size: clamp(16px, 1.5vw, 20px);
    width: 50%;
}
.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: 80%;
    margin: 30px auto 30px auto;
}
/* ナビゲーション */
.botton > li> a{
    color: #74604D;
    width: 16vw;
    height: 52px;
    background: #F9F5F0;
    border: 1px solid #74604D;
    border-radius: 50px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    }
.botton > li> a:hover{
    color: #F9F5F0;
    background-color: #74604D;
    transition: all 0.7s ease-in-out;
}
.botton{
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 200px;
    align-content: space-around;
}
.botton > li:nth-child(3) {
    margin: 0 auto;
}
/* カラオケロックの説明 */
.comment{
    text-align: center;
    margin-top: 50px;
    line-height: 1.2;
}
.comment h1{
    margin-bottom: 30px;
}
.comment p:last-of-type{
    padding-bottom:130px;
}
.comment > p:nth-child(1),.comment > p:nth-child(2) {
    padding-bottom: 5vh;
    line-height: 1.7;
    }

/* ここから料金表 */

.regular_table{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background-color:#FFFCF8;
   border: 15px solid #BA8458;
   color: #5E4B35;
 }

h3{
    text-align: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
}
.regular_table:last-child{
    margin-top: 50px;
}

.regular_table h3{
    position: relative;
}
.regular_table h3::before{
    position: absolute;
    content: "";
    background-image: url(../../images/mask01.svg);
    width: 150px;
    height: 200px;
    display: inline-block;
    left: -14px;
    top: -14px;
    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: 50%;
}
.regular_table h4{
    background-color: #FCBC3F;
    width: 40%;
    color: #F9F5F0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    margin-right: 20px;
    padding-left: 10px;
}
.regular_table tr{
    display: inline-block;
    display: flex;
}
.regular_table td,
.regular_table th{
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-flex;
    justify-content: space-evenly;
    width:100%;
    background: #F1D9B9;
    font-weight: 500;
    padding: 3% 0;
}
.regular_table th{
    border-right: 10px solid #F9F5F0;
    width: 160%;
}
.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;
    text-align: center;
    padding: 5vh 0;
    font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
}
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) {
        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: 10vh;  
        padding: 0 0 5vh 0; 
    }
    .party_list{
        line-height: 2.5;
        margin: 3vh auto 0 auto;
    }
    .party_list li::before{
    content: "";
    background-image: url(../../images/yajirushi.svg);
    width: 20px;
    height: 20px;
    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: 170px;
        height: 200px;
        display: inline-block;
        background-size: cover;
        margin-right: 10px;
        position: absolute;
        right: -24px;
        top: -14px;     
    }
/* ここからヘヤショウカイ */
.floor{
    position: relative;
    padding-top: 100px;
    padding-bottom: 13vh;
}
.floor>.line{
    position: absolute;
    top: -42px;
}
.slid_img{
    width: 400px;
    padding-left: 30px;
}
.slick-slide{
    width: 0;
}
/* ここからアクセス */
.accses{
    color: #FFFCF8;
    position: relative;
}
.accses hr{
    position: absolute;
    top: -39px;
}
.accses h2{
    padding-top: 12vh;
    padding-bottom: 1vh;
}
.accses_inner{
   width: 45%;
   margin: 0 auto;
}
.accses_inner iframe{
    display: block;
    margin: 0 auto;
}
.accses_inner table{
    margin:5vh auto  0 auto;
    line-height: 3;
}
.accses_inner table th{
    padding-right: 20px;
}
#accses .accses_inner{
    width: 100%;
}
/* ここからfooter */
footer div:first-of-type{
    width:200px;
}
footer.brown {
    padding-bottom: 0;
    }
small{
    color: #FFFCF8;
    display: flex;
    align-items: flex-end;

}
footer{
    display: flex;
    justify-content: space-around;
}
}