@charset "utf-8";
.main-visual {
    padding-top: 140px;
    padding-bottom: 100px;
    background-image: url("../images/main.jpg");
    background-size: cover;
    color: #f5f5f5;
    text-align: center;
}
.top-title {
    font-family: 'Kosugi', sans-serif;
    font-size: 64px;
    margin-bottom: 10px;
}
.top-subtitle {
    font-size: 24px;
    margin-bottom: 60px;
}
.top-text {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    /*font-size: 25px;*/
    opacity: 0.9;
}
.main {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    padding: 80px 0;
    color: #5a5c5f;
    text-align: center;
}
.main h2 {
    margin-bottom: 25px;
}
.main-image {
    width: 450px;
    margin-bottom: 25px;
    box-shadow: 2px 2px 4px #b7b7b7;
    border-radius: 5px;
    /*margin: 50px;*/
    margin-left: 10px;
    margin-right: 10px;
}
.main h3 {
    margin-bottom: 10px;
}
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}