@charset "UTF-8";

.kv {
    background: url(../img/kv-pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    min-height: 300px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page--ttl {
    color: #FFFFFF;
    font-size: 3.0rem;
}
.page--catch {
    font-size: 4.0rem;
    font-family: "游明朝", "Yu Mincho", serif;
    padding-top: 50px;
    padding-bottom: 30px;
    text-align: center;
    color: #333333;
    line-height: 1.5em;
}
win .page--catch {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}

.read {
    text-align: center;
    font-size: 1.8rem;
    color: #333333;
    line-height: 2.0;
}
h3 {
    font-family: "游明朝", "Yu Mincho", serif;
}
.win h3 {
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
@media screen and (max-width: 750px) {
    .kv {
        min-height: 180px;
    }
    .page--catch {
        font-size: 3.0rem;
        padding-top: 10px;
        padding-bottom: 20px;
        line-height: 1.7em;
    }
}


.online__wrap {
	display: flex;
	flex-wrap: wrap;
}

.online__box {
	width: 32%;
	text-align: center;
}
.online__box:nth-child(2),
.online__box:nth-child(5),
.online__box:nth-child(8),
.online__box:nth-child(11),
.online__box:nth-child(14) {
	margin-right: 2%;
	margin-left: 2%;
}
.online__box--movie {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.3%;
}
.online__box--movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.online__box--txt {
	font-size: 1.8rem;
	margin-top: 0.8em;
	margin-bottom: 2.0em;
}

@media screen and (max-width: 750px) {
	.online__wrap {
		display: block;
	}
	.online__box {
		width: 100%;
	}
.online__box:nth-child(2),
.online__box:nth-child(5),
.online__box:nth-child(8),
.online__box:nth-child(11),
.online__box:nth-child(14) {
	margin-right: 0%;
	margin-left: 0%;
}

}