body {
    margin: 0;
    padding: 0;
    background: #ffffff;
    font: 18px/1.6 "Montserrat","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
    color: #000000;
    letter-spacing: .03em;
    word-wrap: break-word;
    max-width: 1000px ;
    margin-left: auto;
    margin-right: auto;
}

.footer-setting{
    position: relative;
    background: #4A66AC ;
    color: #ffffff;
    margin: 1% auto ;
    height: 5vw ;
}
.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

.footer-setting .footer-image{
    position: absolute;
    width: 15%;
    left: 1% ;
    bottom: 15% ;
}

.footer-image img{
    width: 100% ;
}
.footer-setting .copy-right{
    position: absolute;
    width: 80%;
    right: 2% ;
    top: 0% ;
}

.footer-setting .copy-right p{
    font-weight: bold;
    font-size: 1.0vw;
    line-height: 1.5 ;
    text-align: right;
}

.holder{
    position: relative;
    max-width: 800px ;
    margin: 0 auto;
}

.ttl{
    position: relative;
    margin: 0 auto;
    color: #2222ff;
    font-size: 3.5vw ;
    font-weight: bold;
    line-height: 1.5 ;
    width: 90% ;
    text-align: center;
}

.image-404{
    position: relative;
    top: 0.25vh;
    margin: 0% auto;
    width: 50%;
}

.msg{
    position: relative;
    margin: 3% auto;
    color: #000000;
    font-size: 1.8vw ;
    line-height: 1.2 ;
    width: 100% ;
    text-align: center;
}

.disp-main{
    position: relative;
    width: 100% ;
}

.menu-area{
    position: relative;
    width: 100%;
    min-height: 70px ;
    background: #4A66AC ;
}

.clearfix:after{
    content: "";
    clear: both;
    display: block;
}

.menu-area .logo-area{
    position: absolute;
    top: 0% ;
    left: 0% ;
    width: 15% ;
    min-height: 90px;
    float: left;
}

.menu-area .logo-image{
    width: 100% ;
}

.menu-area .title-name{
    position: absolute;
    bottom: 0% ;
    left: 15% ;
    width:65% ;
    margin: 0 auto;
    float: left;
}

.logo-name{
    width: 100% ;
    margin: 0 auto;
}

.info-area{
    position: absolute;
    bottom: 0% ;
    right: 0% ;
    width:20%;
    color: #000000 ;
    float: left;
}
.info-area p{
    line-height: 1.3vh;
    font-size: 0.5vw;
    font-weight: bold;
    margin-bottom: 5% ;
}

.menu-bar{
    position: relative;
    width: 16% ;
    margin-top: 4%;
    float:left ;
}

.menu-image{
    width: 75%;
    margin-left: 25% ;
    margin-top: 10%;
}

.slider-image{
    max-width:1000px;
    margin: 0% auto 3%;
    padding: 0;
}

.slider-image img{
    width: 100% ;
}

.left-side{
    position: relative;
    width: 30% ;
    float: left;
    padding: 0 3% ;
}

.left-side-small{
    position: relative;
    width: 30% ;
    float: left;
    padding: 0 3% ;
}

.right-side{
    position: relative;
    width: 70% ;
    float: left;
    padding-right: 5% ;
}
