@charset "utf-8";


/* タイトル
------------------------------------------ */
.title h1{
font-family: "HG丸ｺﾞｼｯｸM-PRO", "メイリオ", "Meiryo", "MS UI Gothic";
font-size: 27px;
font-weight: bold;
text-decoration: none;
color: #fff;
}


/* slide
------------------------------------------ */
.blueberry{
margin: 20px 0 0 0;
padding: 0;
width: 100%;
}

.slides{
margin: 0;
padding: 0;
}

.slides img{
width: 100%;
}


/* 本文
------------------------------------------ */

.top-page h2{
margin: 50px 10px 0 10px;
padding: 9px 0 5px 5px;
border-left: 5px solid #0033cc;
border-bottom: 1px solid #0033cc;
background: #f9fafd;
font-weight: bold;
font-size: 19px;
color: #0033cc;
}

.top-h2-top{
margin-top: 30px !important;
}

.block1, .block2{
float: left;
margin: 30px 0 0 0;
padding: 0 10px 0 10px;
}

.top-top1{
margin-top: 10px !important;
}

.top-top4{
margin-top: 7px !important;
}

.block1 img{
max-width: 100%;
}

.block2 img{
width: 100%;
}

.top-page a{
text-decoration: none;
}

.top-page h3{
margin: 5px 0 0 0;
padding: 0 0 0 12px;
font-size: 17px;
color: #0033cc;
font-weight: bold;
background: url(sankaku.png) no-repeat 0 8px;
}

.top-page p{
margin: 10px 10px 0 10px;
font-size: 15px;
letter-spacing:1px;
}

a span{
font-size: 13px;
letter-spacing:1px;
color: #000 !important;
}

.top-p-come{
margin: 0 0 0 12px !important;
letter-spacing:1px;
font-size: 13px !important;
font-weight: normal;
color: #000;
}


/* モーダル
------------------------------------------ */

#lean_overlay{
position: fixed;
z-index:100; 
top: 0px;
left: 0px;
height: 100%;
width: 100%;
background: #000;
display: none;
}

.modal{
background: #FFF;
display: none;
padding: 10px;
width: 300px;
}

.modal ul{
margin: 0 0 35px 0;
padding: 0;
}

.modal li{
list-style-type: none;
margin: 10px 0 0 0;
}

.modal ul a{
text-decoration: none;
margin: 0;
padding: 0 0 0 12px;
font-size: 17px;
color: #0033cc;
background: url(sankaku.png) no-repeat 0 8px;
}

.modal_close{ 
position: absolute;
bottom: 10px;
left: 108px;
display: block; 
width: 85px;
height: 18px; 
background: url(modal-close.png) no-repeat;
z-index: 2;
}



/* Media Queries
------------------------------------------
------------------------------------------ */

/* 1カラム
------------------------------------------ */
@media screen and (max-width: 519px){

.block1{
width: 100%;
}

.block2{
width: 100%;
}

.map-pc{
display: none;
}

}


/* 2カラム
------------------------------------------ */
@media screen and (min-width: 520px) and (max-width: 768px){

.block1{
width: 100%;
}

.block2{
width: 50%;
}

}


/* 2+3カラム
------------------------------------------ */
@media screen and (min-width: 520px){

.top-top2{
margin-top: 10px !important;
}

.top-page p{
font-size: 16px;
}

.map-smp{
display: none;
}

}


/* 3カラム
------------------------------------------ */
@media screen and (min-width: 769px){

.title h1{
font-size: 40px;
}

.top-page{
margin: 0 -10px 0 -10px;
}

.block1{
width: 66.66%;
}

.block2{
width: 33.33%;
}

.top-top3{
margin-top: 10px !important;
}


}
















