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


.carousel-indicators li{
    border-radius: 50%;
    margin: 1px 10px;
    height: 10px;
    max-width: 10px;
  }

body{
overflow-y: hidden;
}

#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%;
}

.kenchiku{
letter-spacing: 0.3em;
}

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


.shuri{
letter-spacing: 0.3em;
}

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


.lease{
letter-spacing: 0.3em;
}

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



#b_contents{
margin-bottom: 90px;
}

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

#b_contents h2{
display: inline-block;
font-weight: 400;
font-size: 1.4em;
margin-bottom: 1em;
position: relative;
letter-spacing: 0.2em;
color: #1D2C5C;
font-weight: bold;
}

#b_contents h2:before {
content: '';
position: absolute;
left: 5%;
bottom: -15px;/*線の上下位置*/
display: inline-block;
width: 50px;/*線の長さ*/
height: 3px;/*線の太さ*/
-webkit-transform: translateX(-50%);
transform: translateX(-50%);/*位置調整*/
background-color: #1D2C5C;
}
#b_contents h3{
font-weight: bold;
font-size: 0.9em;
margin-top: 10px;
line-height: 2em;
}

#b_contents p{
font-size: 0.8em;
}

#b_contents span{
font-size: 1.6em;
font-family: "ManyoGyoshoStd-E";
}

.b_box{
margin-top: 30px;
}

.b_box a:hover{
filter: alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;	
}

.le_box img{
width: 20%;
}




.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;
}


html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}



