@charset "utf-8";

section#image_section{
    text-align: center;
}

section#image_section img{
/*    border: 1px solid lightgray; */
    width: 60%;
/*    padding:0.3em; */
    box-sizing: border-box;
    background-color: #ffffff;
}

@media screen and (max-width: 600px) {
    section#image_section img{
        width: 100%;
    }
}

table.list_table{
    width:90%;
    margin: auto;
    border: 3px double #eadf8b;
    background-color: #ffffff;
}

table.list_table th,table.list_table td{
    padding: 0.5em 1em;
    border: 1px solid #eadf8b;
}

table.list_table th{
    text-align: center;
}

article#main_article ul{
    width:90%;
    margin: auto;
    margin-top: 0.5em;
    font-size: 0.9em;
}

div.list{
    display: inline-block;
    width:100%;
    position: relative;
    margin: auto;
    border: 3px double #eadf8b;
    background-color: #ffffff;
    line-height: 0px;
    box-sizing: border-box;
}

div.data_pair{
    display: inline-block;
    width:100%;
    border-bottom: 1px solid #eadf8b;
}

div.data_pair:last-child{
    border-bottom: none;
}

div.item_key, div.item_value{
    display: inline-block;
    padding: 0.5em 1em;
    box-sizing: border-box;
}

div.item_key{
    width:20%;
    float: left;
    line-height: 150%;
}

div.item_value{
    width:80%;
    float: left;
    border-left: 1px solid #eadf8b;
    line-height: 150%;
}

div.button_div{
    display: inline-block;
    width:90%;
    left:5%;
    position: relative;
    margin: auto;
    line-height: 0px;
    text-align: right;
}

div.button_div button{
    border-radius: 0.5em;
    padding: 0.5em 2em;
    background-color: #ffffff;
    border:3px double #2b2baf;
    color: #020a36;
}

div.list2{
    display: inline-block;
    width:90%;
    left:5%;
    position: relative;
    margin: auto;
    border: 3px double #eadf8b;
    background-color: #ffffff;
    line-height: 0px;
}

div.list2 div.item_key{
    border-left: 1px solid #eadf8b;
    width:5%;
}

div.list2 div.item_key:first-child{
    border-left: none;
}

div.list2 div.item_value{
    width:20%;
}

@media screen and (max-width: 1100px) {
    div.item_key{
        width:100%;
        background-color: #f7f3d9;
    }
    div.item_value{
        width:95%;
        float: right;
        border-left: none;
    }
    
    div.list2 div.item_key{
        width: 10%;
        float:left;
        background-color: transparent;
        border-left: none;
        border-bottom: 1px solid #eadf8b;
    }

    div.list2 div.item_key:nth-child(4n+3){
        border-left: 1px solid #eadf8b;
    }

    div.list2 div.item_key:nth-child(3n+2){
        border-bottom: none;
    }
    
    div.list2 div.item_key:nth-child(5n+2){
        border-bottom: none;
    }
    div.list2 div.item_value{
        width:40%;
        float:left;
        border-left: 1px solid #eadf8b;
        border-bottom: 1px solid #eadf8b;
    }
    div.list2 div.item_value:nth-child(5n+1), div.list2 div.item_value:nth-child(5n+3){
        border-bottom: none;
    }
}

@media screen and (max-width: 580px) {
    div.list2 div.item_key:nth-child(4n+3){
        border-left: none;
    }
    
    div.list2 div.item_key{
        width: 15%;
    }

    div.list2 div.item_value{
        width:85%;
    }
    
    div.list2 div.item_key:nth-child(3n+2){
        border-bottom: 1px solid #eadf8b;
    }
    
    div.list2 div.item_value:nth-child(5n+1){
        border-bottom: 1px solid #eadf8b;
    }

}


div.full_div{
    display: inline-block;
    width: 100%;
}
div.half_section{
    float:left;
    width:50%;
}

div.half_section img{
    width: 100%;
}

@media screen and (max-width: 700px) {
    div.half_section{
        width:100%;
    }
}

div.separate_div{
    display: inline-block;
    width: 90%;
     width:90%;
    left:5%;
    position: relative;
    margin: auto;
}

div.left_div{
    float: left;
}

div.right_div{
    float: right;
}

div.list_title_div{
    text-align: center;
}

div.calender_description_div{
    text-align: right;
}

table.calender_table{
    width:100%;
    margin: auto;
    border: 3px double #eadf8b;
    background-color: #ffffff;
}
table.calender_table th, 
table.calender_table td{
    text-align: center;
    width: 14%;
}

table.calender_table th:first-child, 
table.calender_table th:last-child,
table.calender_table td:first-child, 
table.calender_table td:last-child{
    background-color: #fad7ee;
    width: 15%;
}


table.calender_table tr{
   border-bottom: 1px solid #eadf8b;
 }


table.calender_table th, 
table.calender_table td{
    border-left: 1px solid #eadf8b;
}

table.calender_table th:last-child, 
table.calender_table td:last-child{
    border-right: 1px solid #eadf8b;
}

span.calendar_day, span.calendar_value{
    display:block;
    width:100%;
    padding: 0.2em 0;
}

select.room{
    margin: 0.2em;
}

input#guest_name,input#kana,input#inquiryName{
    width: 90%;
    max-width: 15em;
}

input#tel{
    width: 90%;
    max-width: 11em;
}

input#mail_address,input#inquiryAddress{
    width: 90%;
    max-width: 20em;
}

input#arrive_date{
    width: 90%;
    max-width: 8em;
}

textarea#reservation_memo,textarea#inquiryMemo{
    width: 90%;
    height: 3em;
}

p.errorMessage{
    color: red;
}