@charset "utf-8";

/* creation.css
------------------------------------------ */
body {
    border-top: 8px solid #9acde8;
}
.naviArea li.sightseeing {
    background:#9acde8;
}
#menuArea li.m05{
    background:#9acde8;
}
h2.title {
    background: #9acde8;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.bannerArea ul li:first-child {
    background:url("../img/main_banner.jpg") no-repeat scroll center center / cover ;
}


/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:30px auto;
    max-width:980px;
    background:url(../img/bg_title.jpg) no-repeat center top;
}
.summaryArea h3 {
    color: #3880a5;
    font-size: 29px;
    font-weight: normal;
    margin: 40px auto 0;
    text-align: left;
    width: 800px;
}
.mt100 img{display: block;margin: 0 auto 20px;}
.summaryArea p.lead{
    font-size:16px;
    line-height:1.6;
    text-align:center;
}
.summarySec{
    padding-top:15px;
}
.summaryArea p.info{
	margin: 5px auto 20px;
    font-size: 18px;
    line-height: 1.8em;
    text-align: left;
    width: 800px;
}
.summaryArea p.info2{
	margin: 5px auto 20px;
    font-size: 21px;
    line-height: 2em;
    text-align: left;
    width: 700px;
}

.summaryArea p.info2 {
    padding: 0.5em 2em;
    margin: 2em auto;
    border: solid 3px #3880a5;
    border-radius: 15px;
}


.mt100{margin-top: 100px;}

.menu1 li.m05 {
    border-bottom: 4px solid #9acde8;
}

.m05 a { color: #111!important; }

header {
    background: url("../img/main_banner.jpg");
    background-size: cover;
}