@charset "utf-8";
/* CSS Document */

body.home{
	background: url("../images/top/bg_001.jpg") no-repeat center top;
}
body.home h2{
    text-align: center;
}
body.home h3{
    font-size: 120%;
    font-weight: bold;
    margin: 10px 0 15px 0;
    text-align: center;
}

.mainvisual h2{
    text-align: center;
    padding: 130px 0 0 0;
}

.about{
    text-align: center;
    margin: -70px 0 120px 0;
}
.about h2 img{
    width: 280px;
}
.about p.aboutText{
    margin: 40px 0 80px 0;
}

.instagramArea{
    background: rgba(196,126,96,0.2);
    padding: 70px 0 75px 0;
}
.instagramArea h2 img{
    width: 360px;
}

.access{
    background: url("../images/top/bg_002.png") no-repeat left top;
    padding: 95px 0 0 0;
    text-align: center;
}
.access container{
    max-width: 700px;
    margin: 0 auto;
}
.access h2 img{
    width: 280px;
}
.access .map{
    margin: 20px 0;
}
.access .map iframe{
    width: 700px;
    height: 400px;
}
.access p.logo img{
    width: 350px;
}
.access h4{
    font-size: 120%;
    font-weight: bold;
    margin: 30px 0 5px 0;
}

.contact{
    background: url("../images/top/bg_003.png") no-repeat right bottom;
    padding: 120px 0 100px 0;
}
.contact .container{
    max-width: 630px;
    margin: 0 auto;
}
.contact h2 img{
    width: 320px;
}
.contact .contactText{
    text-align: center;
    margin: 20px 0;
}




@media (max-width: 768px) {


}