@charset "utf-8";
.courtyard-custom .g-nav {
    display: none;
}
.courtyard-custom .g-nav.fixed {
    display: flex;
}
/* .mv {
    background-image: url("../images/mv.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
} */
.courtyard-custom .room h2 {
	background-image: url("../images/text_room.svg");
	background-size: 312px;
    position: relative;
}
.courtyard-custom .room h2::before {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    width: 580px;
    height: 110px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	background-image: url("../images/text_bg.png");
	background-size: contain
}
.lead .ttl{
    font-size: 35px;
    margin: 15px 0 50px;
    text-align: center;
    letter-spacing: 0.25em;
    text-align: center;
    color: #1F2534;
    line-height: 1.4;
    font-family: 'notTtl';
}
.lead .txt{
    text-align: justify;
    width: 600px;
    margin: 0 auto 85px;
    color: #272420;
    font-size: 16px;
}
.meter{
    position: relative;
    padding-right: 8px;
}
.meter::after{
    content: "2";
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: -3px;
}
.courtyard-custom section.room {
	margin-top: -50px;
	padding-bottom: 0
}

.content-bg {
    background-color: #EAEAEA;
}
.content-wrap {
    padding: 70px 0;
}
.content-wrap2 {
    padding: 60px 0 90px;
}
.connecting-head {
    width: 100%;
    height: 426px;
    background-image: url("../images/image_connecting-head.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}
.connecting-img {
    text-align: center;
    margin-top: -200px;
}