@charset "UTF-8";
/* CSS Document */

body{
background-image: url("../img/re_back2.jpg");
background-size:100%;
}



#banner {
margin-top: 30px;
}
#banner img{
width: 100%;
margin-bottom: 20px;
}
.fb-container {
max-width: 500px;
margin-bottom: 25px;
}

#top{
width: 100%;
}

#top img{
width: 100%;
}

.company{
letter-spacing: 0.3em;
}

.company h2{
text-align: center;
color: #000;
font-weight: 600;
padding-top: 50px;
}

.company h3{
text-align: center;
font-size: 0.7em;
color: #1D2C5C;
font-weight:bold;
padding-bottom: 50px;
}


/*ごあいさつ*/



#aisatsu img{
width: 100%;
margin-bottom: 20px;
}

#aisatsu h2{
display: inline-block;
color: #000;
font-weight: 400;
font-size: 1.3em;
margin-bottom: 1em;
position: relative;
letter-spacing: 0.2em;
}

#aisatsu h2:before {
content: '';
position: absolute;
left: 40%;
bottom: -15px;/*線の上下位置*/
display: inline-block;
width: 50px;/*線の長さ*/
height: 3px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #1D2C5C;
}

#aisatsu p{
font-size: 0.8em;
margin-top: 10px;
}
#aisatsu span{
font-size: 1.6em;
font-family: "ManyoGyoshoStd-E";
}


.aisatsu_box{
background-color: rgba(255,255,255,0.50);
padding: 50px;
}



.container h2{
margin-top: 100px;
margin-bottom: 15px;
font-weight: 600;
letter-spacing: 0.2em;
font-size: 1.8em;
padding-bottom: 20px;
border-bottom: 1px #1D2C5C solid;
width: 100%;
color: #1D2C5C;
padding: 10px 0 10px 20px;
}

.container span{
font-size:0.6em;
}

#rinen p{
text-align: center;
font-size: 2em;
margin-top: 10px;
line-height: 1.6em;
font-family: "FOT-マティスV Pro B";
font-weight: bolder;
}


.container table{
color: #000;
border-collapse: collapse;
width: 100%;
margin: 30px 0px;
font-size: 0.8em;
}

.container tr{
border-bottom: solid 1px #D7DAF0;
}

.container td.box1{
white-space: nowrap;
margin-right: 10px;
color: #1D2C5C;
font-weight: bold;
}


.container map{
margin-top: 30px;
}


#permitted{

}


.about-box img{
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
max-width: 800px;
}

.img-responsive{
height: auto;
max-width: 60%;
}








#info a{
position:fixed;
bottom:30px;
right:0px;
display:inline-block;
z-index:9999;
}
#info img{
width:105px;
}






