@charset "UTF-8";

/* ページ個別のスタイルシート */

/* 全体の指定 */
body{
    background-color: white;
}
header,main,footer{
    background-color: white;    
}
main img{
    max-width: 100%;
}
h1{
    display: inline-block;
    color: black;
    border-bottom: solid 1px #4c754d;    
}

/* ミ・ダシ */
.page_index{
    margin: auto auto;
    text-align: center;
}
.page_index img{
    width: 100%;
    max-width: 100%;
    border-radius: 3px;
}

/* お知らせ */
.information_title{
        width: 950px;
    max-width: 100%;
    margin: 1em auto;
    text-align: center;    
}
.information_title p{
    font-size: 2em;
}
.information_title p span{
    background-color: #4c754d;
    padding: 0 .5em;
    color: white;
}

/* ページ1+11部分 */
.page_12style{
    display: block;
}
.page_upper{
    text-align: center;
}
.page_under{
    display: flex;
    justify-content: center;
    padding: 50px;
}
.page_under img{
    max-width: 100%;
}
.page_under_left{
    border-right:solid 1px #4c754d;
    padding: 2em;
    width: 50%;
    font-size: 1.2em;
}
.page_under_left table tr,.page_under_left table th,.page_under_left table td{
    vertical-align: top;
}
.page_under_left table{
    display: table;
    margin: auto auto 50px auto;
}
.page_under_left table tr{
    
}
.page_under_left table th{
    text-align: right;
}
.page_under_left table td{
    text-align: left;}
.page_under_right{
    border-left:solid 1px #4c754d;
    padding: 2em;
    width: 50%;
}
.page_under_right p strong{
    display: block;
    text-align: right;
    font-size: 1.2em;
}

.access_googlemap iframe{
    width: 900px;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
@media screen and (max-width: 700px) {
    .page_under{
    display: block;
    justify-content: center;
    padding: 20px;
}
.page_under_left{
    border-right:none;
    padding: 0em;
    width: 100%;
    font-size: 1.2em;
}    
.page_under_right{
    border-left:none;
    padding: 0em;
    width: 100%;
}
.page_under_right img{
    width: 90%;
    }
}


/* お問い合わせ */
.inquiry_form{
    max-width: 100%;
    box-sizing:border-box;
}
.inquiry_form span{
    color: orangered;
    font-size: 1.2em;
    font-weight: bold;
}
.inquiry_form table{
    max-width: 100%;
    margin: auto auto;
}
.inquiry_form table tr{
    width: 100%;
    max-width: 100%;
}
.inquiry_form tr,.inquiry_form th,.inquiry_form td{
    display: block;
    text-align: left;
}
.inquiry_form table tr{
    margin-bottom: 1em;
}
.inquiry_form table th{
    background-color: rgba(76, 117, 77, 0.85);
    color: white;
    font-size: 1.2em;
    font-weight: normal;
    border-radius: 5px 5px 0 0;
    text-align: center;   
}

.inquiry_form table td{
    background-color: #e3e3e3;  
    font-size: 1.4em;
    }
.inquiry_form table td input,.inquiry_form table td select,.inquiry_form table td textarea{
    max-width: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .5em;
    margin: 0px;
    font-size: 1.4em;
    border:solid 1px;
}

.inquiry_button ul li{
    width: 600px;
    max-width: 100%;
    margin: auto auto;
}
.inquiry_button ul li{
    color: #4c754d;
}
.inquiry_button_sr{
    display: flex;
    justify-content: center;
    margin: 1em;
}
.inquiry_button_sr input{
    font-size: 1.4em;
    font-family: serif;
    margin: 1em;
    text-decoration: none;
    color: white;
    border:solid 1px #4c754d;
    background-color: #4c754d;
    border-radius: 5px;
    padding: .2em;    
}

@media screen and (max-width: 700px) {
    .inquiry_form table{
        min-width: 20em;
    }
}

