@charset “UTF-8”;


/*----------標準----------*/


.top1{
    margin-bottom: 100px;
    padding-top: 50px;
}

.top1 img{
    display: block;
    margin: 0 auto 25px;
}

.top1_midashi{
    font-size: 2.6rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.top1_title{
    color: #930000;
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.top1_title span{
    font-size: 2.0rem;
}

.top1_txt{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
	line-height: 1.5;
}

.top1_price{
    font-size: 2.0rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

.top1_price span{
    font-size: 1.3rem;
}

.top_link{
    width: 360px;
    background: #285351;
    text-align: center;
    display: block;
    margin: 30px auto;
    font-size: 1.7rem;
    font-weight: 500;
    padding: 15px;
    border: 2px solid #285351;
}

.top_link:hover{
    text-decoration: none;
    background: #fff;
    color: #285351;
    transition-duration: 0.8s;
}

.top2 img{
    display: block;
    margin: 0 auto 50px;
}

.top2_left{
    float: left;
    width: 45%;
    margin-bottom: 50px;
}

.top2_right{
    float: right;
    width: 45%;
    margin-bottom: 50px;
}

.top2_left img, .top2_right img{
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.top2_title{
    color: #930000;
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
}

.top2_txt{
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.8;
}

.top3{
    background-image: url(../img/info_bg.jpg);
    padding: 70px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

.info{
    width: 980px;
    margin: 0 auto;
    
}


.map{
    width: 50%;
    float: left;
}

.sv{
    width: 50%;
    float: right;
    height: 450px;
    border: 5px solid #999;
    padding-top: 180px;
}

.sv p{
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1.8;
}

.map iframe, .sv iframe{
    display: block;
    margin-bottom: 30px;
}
.fb {
	width:320px;
	margin: 0 auto;
}
.mb00{margin-bottom:0 !important;}
/* ------------- スクロールフェードインDown用 ------------- */

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}

@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(100px); -ms-transform: translateY(100px); transform: translateY(100px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

/* ------------- スクロールフェードインDown用 END ------------- */  


/*---------width:768px以下----------*/

@media screen and (max-width: 768px) {
    
    .inner{
        width: 95%;
        margin: 0 auto;
    }
    
    .top1{
        margin-bottom: 80px;
        padding-top: 40px;
    }

    .top1 img{
        display: block;
        margin: 0 auto 25px;
        max-width: 100%;
    }

    .top1_midashi{
        font-size: 2.2rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.5;
    }

    .top1_title{
        color: #930000;
        font-size: 2.2rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .top1_title span{
        font-size: 1.6rem;
    }

    .top1_txt{
        text-align: left;
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.8;
    }

    .top1_price{
        font-size: 2.0rem;
        text-align: center;
        font-weight: bold;
    }
    
    .top_link{
        width: 240px;
        background: #285351;
        text-align: center;
        display: block;
        margin: 30px auto;
        font-size: 1.4rem;
        font-weight: 500;
        padding: 15px;
        border: 2px solid #285351;
    }

    .top_link:hover{
        text-decoration: none;
        background: #fff;
        color: #285351;
        transition-duration: 0.8s;
    }

    .top2{
        margin-bottom: 50px;
    }
    
    .top2 img{
        display: block;
        margin: 0 auto 50px;
    }

    .top2_left{
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .top2_right{
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }

    .top2_left img, .top2_right img{
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .top2_title{
        color: #930000;
        font-size: 2.0rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .top2_txt{
        font-size: 1.3rem;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.8;
    }
    
    .top3{
        padding: 50px 0;
        margin-bottom: 30px;
    }
    
    .info{
        width: 90%;
        margin: 0 auto;
    }
    
    .map{
        width: 90%;
        float: none;
        margin: 0 auto;
    }
    
    .sv{
        width: 90%;
        margin: 0 auto 30px;
        float: none;
        height: 300px;
        border: 5px solid #999;
        padding-top: 120px;
    }

    .sv p{
        text-align: center;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.5;
    }

    .map iframe, .sv iframe{
        display: block;
        margin-bottom: 30px;
    }
    
    .map iframe{
        display: block;
        height: 300px;
        margin: 0 auto 30px;
    }
    
    .sv iframe{
        display: block;
        height: 300px;
        margin: 0 auto;
    }
    
}

/*---------width:769px以上----------*/


@media screen and (min-width: 1024px) {
    
    .top3{
        width: 100%;
        padding: 50px 0;
    }
    
    .info{
        width: 980px;
        margin: 0 auto;
    }
    
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    
    .top1{
        margin-bottom: 100px;
        padding-top: 50px;
    }

    .top1 img{
        display: block;
        margin: 0 auto 25px;
    }

    .top1_midashi{
        font-size: 2.2rem;
        text-align: center;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .top1_title{
        color: #930000;
        font-size: 2.4rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .top1_title span{
        font-size: 1.8rem;
    }

    .top1_txt{
        text-align: center;
        font-size: 1.6rem;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .top1_price{
        font-size: 1.8rem;
        text-align: center;
        font-weight: bold;
    }

    .top1_price span{
        font-size: 1.3rem;
    }
    
    .top_link{
        font-size: 1.4rem;
    }

    .top2 img{
        display: block;
        margin: 0 auto 50px;
    }

    .top2_left{
        float: left;
        width: 45%;
        margin-bottom: 50px;
    }

    .top2_right{
        float: right;
        width: 45%;
        margin-bottom: 50px;
    }

    .top2_left img, .top2_right img{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

    .top2_title{
        color: #930000;
        font-size: 1.8rem;
        text-align: center;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }

    .top2_txt{
        font-size: 1.4rem;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.8;
    }

    .top3{
        width: 100%;
        padding: 50px 0;
        margin-bottom: 0;
    }
    
    .info{
        width: 90%;
        margin: 0 auto;
    }
    
    
}

@media screen and (min-width: 480px) and (max-width: 768px) {
    
    .top1_txt{
        text-align: center;
    }
    
    .top2_left{
        float: none;
        width: 80%;
        margin: 0 auto 40px;
    }

    .top2_right{
        float: none;
        width: 80%;
        margin: 0 auto 40px;
    }
    
    .top2_left img, .top2_right img{
        display: block;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    
    
}

