*{
    margin: 0;
    padding: 0;
}

@font-face{
    font-family: "myfont";
    src: url("fonts/odstemplik/odstemplik.otf") format("opentype"),url("fonts/odstemplik/odstemplikBold.otf") format("opentype")
}

@font-face{
    font-family: "myfont-2";
    src: url("fonts/mushin/mushin.otf") format("opentype")
}

@font-face{
    font-family: "myfont-3";
    src: url("fonts/simplifica/SIMPLIFICA Typeface.ttf") format("truetype")
}

@font-face{
    font-family: "myfont-4";
    src: url("fonts/kokugo/font_1_kokugl_1.15_rls.ttf") format("truetype")
}

@font-face{
    font-family: "myfont-5";
    src: url("fonts/corporate/logotypejp_mp_m_1.1.ttf") format("truetype")
}

.top-img{
    background-image: url("imgs/room_3.jpg");
    background-size: cover;
    background-attachment: fixed;
    /*background-color: #ed6d35;*/
}

/*.top-img{*/
/*    height: 0;*/
     /*表示画像の高さ ÷ 表示画像の幅 × 100 */
/*    padding-top: 56.3%;*/
/*    background: url("imgs/room_3.jpg") 0 0 no-repeat;*/
/*    background-size: contain;*/
/*}*/

.top-text{
    font-size:22px;
    text-align:center;
    padding: 200px 0;
    color: white;
}

.top-text h1{
    font-size:150px;
    font-family: "myfont-3";
    color: white;
    text-shadow: 0px 0px 20px  #ffffff;
    letter-spacing: 15px;
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .top-text{
        font-size:22px;
        text-align:center;
        padding: 200px 0;
        color: white;

    }

    .top-text h1{
        font-size:100px;
        font-family: "myfont-3";
        color: white;
        text-shadow: 0px 0px 20px  #ffffff;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .top-text{
        font-size:20px;
        text-align:center;
        padding: 200px 0;
        color: white;

    }

    .top-text h1{
        font-size:70px;
        font-family: "myfont-3";
        color: white;
        text-shadow: 0px 0px 20px  #ffffff;
        letter-spacing: 10px;
    }
}


h2{
    border-bottom: 2px solid;
}

nav h3{
    font-family: "myfont-3";
    letter-spacing: 2px;
}

nav .fas, nav .far{
    color: #888;
}

nav .title{
    padding:5px 0 0 0;
}

.explain{
    color: black;
    font-size:23px;
    padding:50px;
    text-align: center;
    /*background-color: #fcfcfc;*/
    line-height: 35px;
    font-family: "myfont-4";
}
.explain h2{
    font-family: "myfont-3";
    font-size: 80px;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 10px;
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .explain{
        color: black;
        font-size:23px;
        padding:50px;
        text-align: center;
        /*background-color: #fcfcfc;*/
        line-height: 35px;
        font-family: "myfont-4";
    }
    .explain h2{
        font-family: "myfont-3";
        font-size: 80px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .explain{
        color: black;
        font-size:17px;
        padding:50px;
        text-align: center;
        /*background-color: #fcfcfc;*/
        line-height: 35px;
        font-family: "myfont-4";
    }
    .explain h2{
        font-family: "myfont-3";
        font-size: 60px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }
}

.bigmap{
    padding:50px;
}

.bigmap h2{
    text-align: center;
    font-family: "myfont-3";
    font-size: 80px;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 10px;
}

.bigmap h3{
    padding:10px 0px 0px 0px;
    font-family: "myfont-4";
    font-size: 30px;
    color: black;
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .bigmap{
        padding:50px;
    }

    .bigmap h2{
        text-align: center;
        font-family: "myfont-3";
        font-size: 80px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }

    .bigmap h3{
        padding:10px 0px 0px 0px;
        font-family: "myfont-4";
        font-size: 30px;
        color: black;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .bigmap{
        padding:50px 10px;
        color: gray;
    }

    .bigmap h2{
        text-align: center;
        font-family: "myfont-3";
        font-size: 60px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }

    .bigmap h3{
        padding:10px 0px 0px 0px;
        font-family: "myfont-4";
        font-size: 25px;
        color: black;
    }
}

.bigmap-img{
    width: 100%;
}

.smallmap-img{
    width: 100%;
}

.map-btn{
    margin:15px 0px 30px 0px;
}

.carousel-slide{
    margin: 0px 0px 30px 0px;
}

.carousel-item{
    height: 100%;
}

.menu-list{
    background-color: white;
    padding:50px;
}

.menu-list h2{
    text-align: center;
    font-family: "myfont-3";
    font-size: 80px;
    letter-spacing: 10px;
    margin-bottom: 30px;
}

.menu-list td{
    background-color: white;
    padding:50px;
    text-align: center;
}

.menu-list table.table-borderless{
    table-layout: fixed;
    width: 100%;
}

.menu-list p{
    color: black;
    /* font-size:23px; */
    /* padding:10px 10px; */
    text-align: center;
    /*background-color: #fcfcfc;*/
    line-height: 35px;
    /* font-family: "myfont-4"; */
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .menu-list{
        background-color: white;
        padding:50px;
    }

    .menu-list h2{
        text-align: center;
        font-family: "myfont-3";
        font-size: 80px;
        letter-spacing: 10px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .menu-list{
        background-color: white;
        padding:50px 10px;
    }

    .menu-list h2{
        text-align: center;
        font-family: "myfont-3";
        font-size: 60px;
        letter-spacing: 10px;
        margin-bottom: 30px;
    }
}

.business{
    color: black;
    font-size:21px;
    padding:50px 0;
    text-align: center;
    /*background-color: #fcfcfc;*/
    line-height: 35px;
}

.business h2{
    font-family: "myfont-4";
    font-size: 70px;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 10px;
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .business{
        color: black;
        font-size:21px;
        padding:50px 0;
        text-align: center;
        /*background-color: #fcfcfc;*/
        line-height: 35px;
    }

    .business h2{
        font-family: "myfont-4";
        font-size: 70px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .business{
        color: black;
        font-size:17px;
        padding:50px 0;
        text-align: center;
        /*background-color: #fcfcfc;*/
        line-height: 35px;
    }

    .business h2{
        font-family: "myfont-4";
        font-size: 50px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }
}

.message{
    text-align: center;
    font-size:17px;
    padding: 50px;
}

.message h2{
    font-family: "myfont-3";
    font-size: 80px;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 10px;
    text-align: center;
}

.message-img{

    margin: 0px 0px 50px 0px;
    width:300px;
    height:300px;
    border-radius: 400px;
    border:5px solid #fff;
    box-shadow: 0px 0px 10px #ccc,
    inset 0px 0px 10px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .message{
        text-align: center;
        font-size:16px;
        padding: 30px;
    }

    .message h2{
        font-family: "myfont-3";
        font-size: 80px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .message{
        text-align: center;
        font-size:15px;
        padding: 30px 10px;
    }

    .message h2{
        font-family: "myfont-3";
        font-size: 60px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
        text-align: center;
    }
}

.gallery {
    color: black;
    font-size:23px;
    padding:50px 50px;
    text-align: center;
    /*background-color: #fcfcfc;*/
    line-height: 35px;
    font-family: "myfont-4";
}

.gallery h2{
    font-family: "myfont-3";
    font-size: 80px;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 10px;
    text-align: center;
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .gallery h2{
        font-family: "myfont-3";
        font-size: 80px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .gallery h2{
        font-family: "myfont-3";
        font-size: 60px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
        text-align: center;
    }
}

.gallery-img{
    width: 100%;
    margin-bottom: 30px;
}


.info{
    color: black;
    font-size:25px;
    padding:50px;
    text-align: center;
    /*background-color: #fcfcfc;*/
    line-height: 35px;
}

.info h2{
    font-family: "myfont-3";
    font-size: 80px;
    margin-bottom: 30px;
    color: black;
    letter-spacing: 10px;
}

@media screen and (max-width: 1024px) {/* 1024pxまでの幅の場合に適応される */
    .info{
        color: black;
        font-size:25px;
        padding:50px;
        text-align: center;
        /*background-color: #fcfcfc;*/
        line-height: 35px;
    }

    .info h2{
        font-family: "myfont-3";
        font-size: 80px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }
}
@media screen and (max-width: 480px) {/* 480pxまでの幅の場合に適応される */
    .info{
        color: black;
        font-size:20px;
        padding:50px;
        text-align: center;
        /*background-color: #fcfcfc;*/
        line-height: 35px;
    }

    .info h2{
        font-family: "myfont-3";
        font-size: 60px;
        margin-bottom: 30px;
        color: black;
        letter-spacing: 10px;
    }

}

.info-icons{
    margin: 20px;
    padding: 20px;
}

.icon{
    font-size: 100px;
    padding-bottom: 10px;
}

.my-black{
    color: black;
}

footer{
    background-color: #333;
    color: white;
    padding: 30px;
}

footer ul li{
    list-style: none;
}

footer ul li a{
    color: #aaa;
    font-size: 15px;
}

footer ul li a:hover{
    color: #fff;
    text-decoration: none;
}