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

.imgset img {
    width: 100%;
}

.title {
    background-color: #593b32;
}
.title p {
    max-width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}

.img1 {
    position: relative;
}
.img1 h2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img1 h2 img {
    width: auto;
    height: 90%;
}
.img1 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.img1 ul li {
    position: relative;
    width: 50%;
    aspect-ratio:20 / 14;
    background-image: url("../../slide/05.webp");
    background-size: cover;
}
.img1 ul li span {
    position: absolute;
    left: 1em;
    top: 1em;
    text-align: left;
    line-height: 1;
}
.img1 ul li strong {
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0;
    width: 70%;
}
.img1 ul li:last-child {
    background-image: url("../../slide/06.webp");
}
.img1 ul li:last-child span {
    left: auto;
    right: 1em;
    top: 1em;
}
.img1 ul li:last-child strong {
    left: auto;
    right: 0;
    bottom: 0;
}

.tx1 {
    text-align: center;
    font-size: 1.8em;
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 2em;
}
.room ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.room ul li {
    width: 49%;
}

.mountain {
    margin-top: -7em;
    position: relative;
    z-index: 0;
}

.img2 {
    margin-bottom: 5em;
}
.img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    color: #fff;
}
.img2 ul li:first-child {
    position: relative;
    width: calc(70% - 1em);
    background-image: url("../img/img1.webp");
    background-position: center center;
    background-size: cover;
}
.img2 ul li span {
    position: absolute;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    left: 1em;
    top: 1em;
    text-shadow: 0 0 5px #000;
}
.img2 ul li h3 {
    position: absolute;
    width: 25%;
    left: 0;
    bottom: 0;
}
.img2 ul li h4 {
    position: absolute;
    left: 25%;
    bottom: 1em;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.7;
    font-weight: normal;
    text-shadow: 0 0 5px #000;
}
.img2 ul li:last-child {
    width: 30%;
}
.img2 ul li p:first-child {
    margin-bottom: 1em;
}

.img3 {
    margin-bottom: 5em;
}
.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.img3 ul li {
    position: relative;
    width: calc((100% / 3) - (2em / 3));
    aspect-ratio:160 / 124;
    background-image: url("../img/img4.webp");
    background-position: center center;
    background-size: cover;
}
.img3 ul li:nth-child(2) {
    background-image: url("../img/img5.webp");
}
.img3 ul li:nth-child(3) {
    background-image: url("../img/img6.webp");
}
.img3 ul li span {
    position: absolute;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    left: 1em;
    top: 1em;
    text-shadow: 0 0 5px #000;
}
.img3 ul li p {
    position: absolute;
    left: 1em;
    bottom: 1em;
    line-height: 1;
    text-shadow: 0 0 5px #000;
}

.img4 {
    background-color: #eee;
}
.img4 p {
    box-sizing: border-box;
    padding: 3em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 500px) {


}

@media screen and (max-width: 499px) {
.title {
    background-color: #593b32;
    padding-top: 50px;
}
.title p {
    max-width: 90%;
    margin: 0 auto;
    padding: 1em 0;
}

.img1 {
    position: relative;
}
.img1 h2 img {
    width: 80%;
    height: auto;
}
.img1 ul {
}
.img1 ul li {
    width: 100%;
}
.img1 ul li span {
    right: 1em;
    left: auto;
    top: 1em;
}
.img1 ul li strong {
    left: 0;
    top: 0;
    bottom: auto;
    width: 70%;
}
.img1 ul li:last-child {
    background-image: url("../../slide/06.webp");
}
.img1 ul li:last-child span {
    left: 1em;
    right: auto;
    top: auto;
    bottom: 1em;
    color: #fff;
}
.img1 ul li:last-child strong {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.tx1 {
    font-size: 1.32em;
    margin-bottom: 2em;
}
.room ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.room ul li {
    width: 100%;
}
.room ul li:first-child {
    margin-bottom: 2em;
}

.mountain {
    margin-top:0;
    position: relative;
    z-index: 0;
}

.img2 {
    margin-bottom: 4em;
}
.img2 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    color: #fff;
}
.img2 ul li:first-child {
    position: relative;
    width: 100%;
    aspect-ratio:1;
    background-image: url("../img/img1.webp");
    background-position: center center;
    background-size: cover;
    margin-bottom: 1em;
}
.img2 ul li span {
    position: absolute;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    left: 1em;
    top: 1em;
    text-shadow: 0 0 5px #000;
}
.img2 ul li h3 {
    position: absolute;
    width: 25%;
    left: 0;
    bottom: 0;
}
.img2 ul li h4 {
    position: absolute;
    left: 25%;
    bottom: 0;
    box-sizing: border-box;
    padding: 1em;
    line-height: 1.7;
    font-weight: normal;
    text-shadow: 0 0 5px #000;
}
.img2 ul li:last-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.img2 ul li p {
    margin-bottom: 0 !important;
    width: 48%;
}

.img3 {
    margin-bottom: 4em;
}
.img3 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    color: #fff;
}
.img3 ul li {
    position: relative;
    width: 100%;
    aspect-ratio:160 / 124;
    background-image: url("../img/img4.webp");
    background-position: center center;
    background-size: cover;
    margin-bottom: 1em;
}
.img3 ul li:nth-child(2) {
    background-image: url("../img/img5.webp");
}
.img3 ul li:nth-child(3) {
    background-image: url("../img/img6.webp");
    margin-bottom: 0 !important;
}
.img3 ul li span {
    position: absolute;
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    left: 1em;
    top: 1em;
    text-shadow: 0 0 5px #000;
}
.img3 ul li p {
    position: absolute;
    left: 1em;
    bottom: 1em;
    line-height: 1;
    text-shadow: 0 0 5px #000;
}

.img4 {
    background-color: #eee;
}
.img4 p {
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

}