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

.bg_md {
    background-color: #eae9df;
}

.hdadj {
    padding-top: 130px;
}

.img1 {
    position: relative;
    width: 100%;
    height: 100vh; /* disable Fallback */
    height: calc((var(--vh, 1vh) * 100) - 130px);
    min-height: 600px;
    overflow: hidden;
 
}
.img1 h2 {
    position: absolute;
    right: 5%;
    bottom: 0;
    width: 50%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img1 h2 img {
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0,0,0,0.5));
}
.img1 p {
    position: absolute;
    width: 160px;
    left: 0;
    bottom: 0;
}
.img1 p img {
    width: 100%;
}
.img1 h3 {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.img1 h3 section {
    width: 100%;
    height: 100%;
    background-image: url("../img/img1.webp");
    background-position: center center;
    background-size: cover;
}
.swiptx,.swiptx2,.swiptx3 {
    display: none;
}

.copy {
    text-align: center;
    margin-bottom: 5em;
}
.copy img {
    width: 100%;
}
.copy h3 {
    width: 80%;
    margin:0 auto 1em;
}
.copy p {
    line-height: 1.7;
}

.tx1 {
    text-align: center;
    margin-bottom: 3em;
}
.tx1 img {
    width: 70%;
    max-width: 800px;
}

.madori1 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 5em;
}
.madori1 h3 {
    position: relative;
    width: 100%;
    overflow: auto;
}
.madori1 h3 img {
    width: 100%;
}

.madori2 {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 2em;
}
.madori2 h3 {
    position: relative;
    width: 100%;
    overflow: auto;
}
.madori2 h3 img {
    width: 100%;
}

.openair {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5em;
}

.rm_box1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5em;
}
.rm_box1 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.rm_box1 img {
    width: 100%;
}
.rm_box1 ul li {
    width: 50%;
}
.rm_box1 ul li:nth-child(1) {
    width: 45%;
}

.img3 {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: -3em auto 5em;
}
.img3 img {
    width: 50%;
}

.rm_box2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 5em;
}
.rm_box2 ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.rm_box2 img {
    width: 100%;
}
.rm_box2 ul li {
    width: 50%;
}
.rm_box2 ul li:nth-child(1) {
    width: 45%;
}

.ctx {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 0.76em;
}

@media screen and (max-width: 1279px) {
.hdadj {
    padding-top: 80px;
}
.img1 {
    position: relative;
    width: 100%;
    height: auto;
    min-height: auto;
    aspect-ratio: 16 / 9;
}
}

@media screen and (max-width: 960px) {
.img1 h2 {
    width: 60%;
}
.img1 p {
    width: 120px;
}

.copy {
    text-align: left;
    margin-bottom: 4em;
}
.copy h3 {
    width: 100%;
    margin-bottom: 1em;
}

.tx1 {
    text-align: center;
    margin-bottom: 3em;
}
.tx1 img {
    width: 80%;
}

.madori1 {
    margin-bottom: 4em;
}
}

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

.cnadj {
    padding-top: 3em;
}
.hdadj {
    padding-top: 60px;
}

.img1 {
    aspect-ratio: 1;
}
.img1 h2 {
    align-items: flex-end;
}
.img1 h2 img {
    margin-bottom: 5em;
}
.img1 h3 section {
    width: 200%;
    background-position: center bottom;
}
.swiptx,.swiptx2,.swiptx3 {
    display: block;
    margin-top: 0.5em;
    font-size: 0.84em;
    line-height: 1.4;
    letter-spacing: 2px;
    text-indent: 2px;
}

.copy {
    margin-bottom: 3em;
}
.copy h3 {
    width: 100%;
    margin-bottom: 1em;
}

.tx1 {
    text-align: center;
    margin-bottom: 2em;
}
.tx1 img {
    width: 100%;
}

.madori1 {
    margin-bottom: 2em;
}
.madori1 h3 img {
    width: 180%;
}
.madori2 h3 img {
    width: 180%;
}

.openair {
    margin: 0 auto 3em;
}

.rm_box1 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 1em;
}
.rm_box1 ul {

}
.rm_box1 ul li {
    width: 100%;
}
.rm_box1 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}

.img3 {
    width: 100%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 3em;
}
.img3 img {
    width: 100%;
}

.rm_box2 {
    margin: 0 auto 3em;
}
.rm_box2 ul {
    flex-direction: row;
}
.rm_box2 ul li {
    width: 100%;
}
.rm_box2 ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 1em;
}

.ctx {
    margin-top: 5em;
}


}
