@charset "UTF-8";
/* コンテンツ */


.imgset img {
    width: 100%;
}

.vbox3 {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 2em;
}

.vbox3 h3 {
    width: 50%;
    margin: 0 auto 1em;
}
.vbox3 h5 {
    width: 80%;
    margin: 0 auto 1em;
}
.vbox3 h4 {
    color: #e60038;
    font-weight: 800;
    font-size: 4em;
}
.vbox3 p {
    font-size: 1.16em;
    font-weight: 700;
    margin-top: 1em;
}

.news_box {
    margin: 0 auto 5em;
}


.place_box2 {
    position: relative;
    text-align: center;
    margin-bottom: 5em;
}
.place_box2 h3 {
    width: 50%;
    line-height: 0;
    margin: 0 auto 1.5em;
}
.place_box2 section {
    display: inline-block;
    text-align: left;
    margin: 0 auto;
}
.place_box2 dl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}
.place_box2 dl:last-of-type {
    margin-bottom: 0;
}
.place_box2 dl dt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 4em;
    flex-shrink: 0;
}
.place_box2 dl dd {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#footer {
    
}

@media screen and (max-width: 960px) {

.vbox3 {

}

.vbox3 h3 {
    width: 70%;
    margin: 0 auto 1em;
}
.vbox3 h4 {
    font-size: 3.5em;
}
.vbox3 p {
    font-size: 1.16em;
    margin-top: 1em;
}

.news_box {
    margin: 0 auto 4em;
}

.place_box2 {
    margin-bottom: 4em;
}
.place_box2 h3 {
    width: 60%;
    line-height: 0;
    margin: 0 auto 2em;
}
.place_box2 section {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.place_box2 dl {
    margin-bottom: 1em;
}
.place_box2 dl:last-of-type {
    margin-bottom: 0;
}

#footer {

}

}



@media screen and (max-width: 520px) {

.vbox3 {

}

.vbox3 h3 {
    width: 90%;
    margin: 0 auto 1em;
}
.vbox3 h5 {
    width: 100%;
    margin: 0 auto 1em;
}
.vbox3 h4 {
    font-size: 10vw;
}
.vbox3 p {
    font-size: 1.16em;
    margin-top: 1em;
}

.news_box {
    margin: 0 auto 3em;
}

.place_box2 {
    margin-bottom: 3em;
}
.place_box2 h3 {
    width: 80%;
    line-height: 0;
    margin: 0 auto 1.5em;
}
.place_box2 section {
    width: 90%;
}

}
