@charset "utf-8";


h3{
margin-bottom:20px  ;
text-align: left !important;

}

h4{
margin-bottom: 20px;
font-size: 1.4rem;

}

.link4dl{
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: center;
    align-items: top
}

.link4dl dl {
    width: 100%;
    margin: 5px;
    margin-bottom: 20px;


    }
    .link4dl dd {
        padding:10px 10px 10px 0;
        color: black;
        }


        .link4dl:after{

}

    
        @media screen and (max-width : 767px) {
        }


.link5dl{
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: center;
    align-items: top
  }
        
.link5dl dl {
     width: 100%;
     margin: 5px;
     margin-bottom: 20px;
}


.link5dl dd {
    padding:10px 10px 10px 0;
    color: black;
}
        
        
.link5dl:after{

}
        
            
                @media screen and (max-width : 767px) {
                }

.img6dl{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
        
.img6dl dl {
     margin: 4px;
}


.img6dl dd {
    padding:10px 10px 10px 0;
    color: black;
}

.img6dl dt img {
   width: 100%;
}
        
        
.img6dl:after{
    content: "";
    display: block;
    width: ;  /* .boxに指定したwidthと同じ幅を指定する */
     height: 0;
}




        @media screen and (max-width : 767px) {

        }


.link6dl{
    flex-wrap: wrap; /* 画面幅に合わせてカラム落ちさせる */
    display: flex;
    justify-content: space-between;
    align-items: top

  }
        
.link6dl dl {
     width: 100%;
     margin-bottom: 20px;
     background-color: red;
}


.link6dl dd {
    padding:10px 10px 10px 0;
    color: black;
}
        
        
.link6dl:after{
    content: "";
    display: block;
    width: 15%;  /* .boxに指定したwidthと同じ幅を指定する */
     height: 0;
}
        
            
                @media screen and (max-width : 767px) {
                }


















div.roominfo>div {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 30px;
}

div.roominfo>div>img {
    float: left;
}

div.roominfo>div>div {
    float: left;
    width: 678px;
    align-items: center;
}

div.roominfo>div>div>h3 {
    text-align: left !important;
    line-height: 50px;
    font-size: 20px !important;
    width: 90%;
    margin: 0 auto;
}

div.roominfo>div>div>p {
    line-height: 30px;
    clear: both;
    width: 90%;
    margin: 0 auto;
}


div.amenity2 h2 {
    margin: 30px 0 20px;
    width: 100%;
}

div.amenity2>div {
    margin: 0 auto;
}

div.amenity2>div>dl {
    margin: 15px;
}

div.amenity2>div>dl>dt {
    margin-bottom: 5px;
}







.table01_page th {
    background-color: rgb(255, 246, 232);
    width: 25%;
    padding: 1em;
    border-collapse: collapse;
    border: 1px solid #bbb;

}

.table01_page td {
    
    width: 75%;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #bbb;

}



.table02_page th {
    background-color: rgb(245, 244, 251);
    width: 45%;
    padding: 1em;
    border-collapse: collapse;
    border: 1px solid #bbb;

}

.table02_page td {
    background-color: rgb(255, 255, 255);
    width: 45%;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #bbb;

    
}


.table03_page th {
    background-color: rgb(245, 244, 251);
    width: 25%;
    padding: 1em;
    border-collapse: collapse;
    border: 1px solid #bbb;

}

.table03_page td {
    background-color: rgb(255, 255, 255);
    width: 25%;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #bbb;
}



.table04_page {

width:70%;
}

@media screen and (max-width : 767px) {
    .table04_page {

        width:100%;
        }
    }


.table04_page th {
    background-color: rgb(246, 246, 249);
    width: 30%;
    padding: 1em;
    border-collapse: collapse;
    border: 1px solid #bbb;

}

.table04_page td {
    background-color: rgb(255, 255, 255);
    width: 70%;
    padding: 1em;
    line-height: 1.5em;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #bbb;
}




/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width : 767px) {

    .quick_reservation {
        width: 90%;
        display: block;
        position: relative;
        top: 20px;
        background-color: white;
        margin-bottom: 50px;
        justify-content: start;
    }

    .quick_reservation ul {
        width: 80%;

        border: none;
        display: block;
        justify-content: space-between;
        margin: 0 auto;

    }

    .quick_reservation ul li {
        width: 100%;
        height: 100% !important;
        display: inline-block;
        text-align: center;
        margin-bottom: 8%;
        border: 1px solid #CCC;
    }

    .quick_reservation ul li:first-child {
        border-bottom: 1px solid #ddd;
        margin-bottom: 2%;
    }

    .quick_reservation ul li a {
        width: 100%;
        text-decoration: none;
        padding: 7% 0;
        font-size: 3.5vw;
    }

    .quick_reservation ul li a:hover {
        font-weight: bold;
    }




    .selectdayform {
        display: block;
        justify-content: start;
        width: 90%;
        padding: 2% 5%;

    }

    .selectdayform>div {
        display: block;
        justify-content: start;

    }

    .selectdayform>div>div {

        font-size: 1.0em;
    }


    .selectdayform>div>div>select {
        padding: 0.7em 0.3em;
        font-size: 5vw;

    }

    #year {
        width: 28%;
    }

    #month {
        width: 22%;
        ;
    }

    #day {
        width: 22%;
    }

    .shukuhakubi {
        margin: 2% 2% 0 0;
        width: 100%;
        font-size: 6vw;
        margin-bottom: 3%;

    }

    .shukuhakubi>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }


    .hakusuu>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }

    .ninzuu>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }


    .hakusuu {
        width: 25%;

        margin: 1% 2% 2%;
        float: left;

    }

    .ninzuu {
        width: 25%;

        width: 100px;
        margin: 1% 2% 2%;
        float: left;

    }

    .ninzuu>span {
        font-size: 0.9em;
        line-height: 2em;
        font-weight: bold;
    }

    span.endword {
        font-weight: normal;
        margin-left: 7%;
    }

    .nodis {
        display: none;
    }


    .reservation_btn {
        width: 100%;

        color: white;
        height: 100%;
        border: none;
        margin-top: 5%;
        ;
        margin-bottom: 5%;
        padding: 20px 30px;
        font-size: 1.1em;
    }

    div.eco-info h4 {

        line-height: 1.4em;
    }

    div.eco-info h4>br {
        display: block;


    }




    div.roominfo>div {
        width: 80%;
        border: 1px solid #ccc;
        overflow: hidden;
        padding-bottom: 20px;
        margin: 0 auto 30px;
    }

    div.roominfo>div>img {
        clear: both;
        width: 100%;
    }


    div.roominfo>div>div {
        width: 100%;
    }




    div.amenity2>div {
        width: 100%;
        margin: a auto;
    }

    div.amenity2>div>dl {
        margin: 10px;
        width: 42%;
    }

    div.amenity2>div>dl>dt {
        margin-bottom: 5px;
    }

}