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

.swipe {
    display: none;
}

.img1_box {
    position: relative;
}
.img_sub {
    position: relative;
}
.img_sub ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 150px;
}
.img_sub ul li {
    display: flex;
    align-items: center;
}
.img_sub ul li:nth-child(1) {
    box-sizing: border-box;
    padding: 0 5%;
}
.img_sub ul li:nth-child(2) {
    background-color: #fff;
    background-image: url("../img/bg_naname.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    box-sizing: border-box;
    padding: 0 7% 0 9%;
    text-align: right;
}
.img_sub ul li h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    font-size: 1.24em;
}
.img_sub ul li:nth-child(2) h2 {
    color: #000538;
}

.img1 {
    position: relative;
}
.img1 section {
    position: relative;
    width: 100%;
}
.img1 section img {
    width: 100%;
}
.img1 h3 {
    position: absolute;
    left: 5%;
    top: calc(150px + 6%);
    text-align: left;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2.2;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img1 h4 {
    position: absolute;
    right: 7%;
    top: calc(150px + 6%);
    text-align: right;
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2.2;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}

.res_box {
    padding: 5em 5em 8vw;
}
.res_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.res_box ul li img {
    width: 100%;
}
.res_box ul li:nth-child(1) {
    width: 30%;
    line-height: 0;
}
.res_box ul li:nth-child(2) {
    width: 50%;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0.92em;
    line-height: 1.7;
    border-left: 5px solid #93d574;
    padding-left: 1%;
    margin-left: 3%;
}

.fac_box {
    position: relative;
    margin-top: -5vw;
}
.fac_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fac_box ul img {
    width: 100%;
}
.fac_box ul li:nth-child(1) {
}
.fac_box ul li:nth-child(2) {
    white-space: nowrap;
}
.fac_tx h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.2em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}
.fac_tx p {
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2.2;
}

.img2 {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background-image: url("../img/img2.webp");
    background-position: center top;
    background-size: auto 120%;
}
.img2_tx {
    position: sticky;
    top: 0;
    padding: 6% 7%;
}
.img2_tx {
    text-align: left;
    color: #fff;
    line-height: 1.7;
    text-shadow: 0 0 10px #000,0 0 10px #000;
}
.img2_tx h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.img2_tx p {
    font-weight: 500;
    font-size: 1em;
    letter-spacing: 0.2em;
    line-height: 2.2;
}

.face_box {

}
.face_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.face_box ul li img {
    width: 100%;
}
.face_box ul li h6 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 0.92em;
    line-height: 1.5;
    margin-bottom: 1em;
}
.face_box ul li h5 {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
}
.face_box ul li h4 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 1em;
}
.face_box ul li p {
    font-size: 0.92em;
    line-height: 1.5;
}
.face_box ul li:nth-child(1) {
    width: 230px;
    flex-shrink: 0;
}
.face_box ul li:nth-child(2) {
    white-space: nowrap;
    margin: 0 4%;
}
.face_box ul li:nth-child(3) {
    
}

.land_img {
    text-align: center;
    margin-bottom: 5em;
}
.land_img h2 {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 2em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    line-height: 1.2;
    color: #00709c;
}
.land_img p {
    position: relative;
    margin: 4em auto;
}
.land_img img {
    width: 100%;
    max-width: 1000px;
}
.land_img h3 {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 1.7;
    color: #00709c;
}

.leaflet-container {
	background: #fff !important;
	outline-offset: 0 !important;
}
/*.leaflet-left .leaflet-control {
  margin-left: 0 !important;
}
.leaflet-top .leaflet-control {
  margin-top: 0 !important;
}*/

.land_box {
    
}
.land_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.land_box ul img {
    width: 100%;
}
.land_box ul li {
    width: 21%;
    margin-bottom: 3em;
}
.land_box ul li h4 {
    position: relative;
}
.land_box ul li span {
    position: absolute;
    bottom:10px;
    right: 10px;
    color: #fff;
    font-size: 0.76em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    line-height: 1;
}
.land_box ul li strong {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: #5fb388;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    line-height: 1;
    width: 2.5em;
    aspect-ratio: 4 / 3;
}
.land_box ul li p {
    font-size: 0.92em;
    line-height: 1.5;
    color: #00709c;
    text-align: center;
    margin-top: 0.7em;
}
.land_box ul li:last-child {
    display: none;
}

@media screen and (max-width: 1220px) {
.img_sub ul {
    height: 120px;
}
.img_sub ul li:nth-child(1) {
    padding: 0 5%;
}
.img_sub ul li:nth-child(2) {
    padding: 0 5% 0 7%;
}
.img_sub ul li h2 {
    font-size: 1.24em;
}
.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}
.swipadj1 img {
    margin-top: 120px;
}

.img1 {
    overflow: auto;
}
.img1 section {
    width: 1500px;
}
.img1 h3 {
    left: 5%;
    top: calc(120px + 6%);
    font-size: 1em;
}
.img1 h4 {
    right: 5%;
    top: calc(120px + 6%);
    font-size: 1em;
}

.res_box {
    padding: 5em 6% 8vw;
}
.res_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.res_box ul li img {
    width: 100%;
}
.res_box ul li:nth-child(1) {
    width: 40%;
    margin-bottom: 1em;
}
.res_box ul li:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 0.92em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

}

@media screen and (max-width: 960px) {
.res_box {
    padding: 4em 6%;
}
.res_box ul li:nth-child(1) {
    width: 50%;
    margin-bottom: 2em;
}
.res_box ul li:nth-child(2) {
    width: 100%;
    text-align: center;
    font-size: 0.92em;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.fac_box {
    position: relative;
    margin-top: 0;
    padding-top: 4em;
    padding-bottom: 4em;
}
.fac_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fac_box ul li:nth-child(1) {
    width: 60%;
}
.fac_box ul li:nth-child(2) {
    width: 40%;
    white-space: normal;
}
.fac_tx h2 {
    font-size: 1.6em;
    margin-bottom: 0.5em;
}
.fac_tx p {
    font-size: 1em;
}

.img2 {
    aspect-ratio: 4 / 3;
    background-image: url("../img/img2_sp.webp");
}
.img2_tx {
    position: static;
    top: 0;
    padding: 7% 7%;
}
.img2_tx h2 {
    font-size: 1.6em;
}
.img2_tx p {
    font-size: 1em;
}

.face_box {

}
.face_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.face_box ul li h6 {
    font-size: 0.84em;
}
.face_box ul li h5 {
    font-size: 1.24em;
}
.face_box ul li h4 {
    font-size: 0.92em;
}
.face_box ul li p {
    font-size: 0.84em;

}
.face_box ul li:nth-child(1) {
    width: 30%;
    margin-right: 2em;
}
.face_box ul li:nth-child(2) {
    white-space: normal;
    margin: 0;
}
.face_box ul li:nth-child(3) {
    width: 100%;
    text-align: center;
    margin-top: 2em;
}

.land_img {
    margin-bottom: 4em;
}
.land_img h2 {
    font-size: 1.6em;
}
.land_img p {
    margin: 3em auto;
}
.land_img h3 {
    font-size: 1.24em;
}
.land_box ul {
    margin-bottom: -3em;
}
.land_box ul li {
    width: 30%;
    margin-bottom: 3em;
}
.land_box ul li span {
    bottom:10px;
    right: 10px;
    font-size: 0.76em;
}
.land_box ul li strong {
    top: -10px;
    left: 10px;
    width: 2.5em;
}
.land_box ul li p {
    font-size: 0.92em;
}
.land_box ul li:last-child {
    display: block;
}
}


@media screen and (max-width: 520px) {
.img_sub ul {
    height: 80px;
}
.img_sub ul li:nth-child(1) {
    padding: 0 3%;
}
.img_sub ul li:nth-child(2) {
    padding: 0 3% 0 5%;
}
.img_sub ul li h2 {
    font-size: 1.16em;
}
.swipe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.swipe img {
    width: 70px;
}
.swipadj1 img {
    margin-top: 80px;
}

.img1 {
    overflow: auto;
}
.img1 section {
    width: 1200px;
}
.img1 h3 {
    left: 3%;
    top: calc(80px + 5%);
    font-size: 1em;
}
.img1 h4 {
    right: 3%;
    top: calc(80px + 5%);
    font-size: 1em;
}

.res_box {
    padding: 3em 7%;
}
.res_box ul li:nth-child(1) {
    width: 70%;
    margin-bottom: 2em;
}
.res_box ul li:nth-child(2) {
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
    font-size: 0.92em;
    border-left: 0;
    padding-left: 0;
    margin-left: 0;
}

.fac_box {
    position: relative;
    margin-top: 0;
    padding-top: 3em;
    padding-bottom: 3em;
}
.fac_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fac_box ul li:nth-child(1) {
    width: 100%;
    margin-bottom: 3em;
}
.fac_box ul li:nth-child(2) {
    width: 100%;
    white-space: normal;
}
.fac_tx h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
    text-align: center;
}
.fac_tx p {
    font-size: 1em;
    text-align: center;
}

.img2 {
    aspect-ratio: 1;
    background-position: left 35% top;
}
.img2_tx {
    top: 5%;
    left: 5%;
}
.img2_tx h2 {
    font-size: 1.4em;
    margin-bottom: 0.5em;
}
.img2_tx p {
    font-size: 1em;
}

.face_box {

}
.face_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.face_box ul li h6 {
    font-size: 0.84em;
}
.face_box ul li h5 {
    font-size: 1.24em;
}
.face_box ul li h4 {
    font-size: 0.92em;
}
.face_box ul li p {
    font-size: 0.84em;

}
.face_box ul li:nth-child(1) {
    width: 30%;
    margin-right: 0;
}
.face_box ul li:nth-child(2) {
    width: 65%;
}
.face_box ul li:nth-child(3) {
    text-align: left;
    margin-top: 2em;
}

.land_img {
    margin-bottom: 3em;
}
.land_img h2 {
    font-size: 1.4em;
}
.land_img p {
    margin: 3em auto;
}
.land_img h3 {
    font-size: 1.08em;
}
.land_box ul {
    margin-bottom: -3em;
}
.land_box ul li {
    width: 47%;
    margin-bottom: 3em;
}
.land_box ul li span {
    bottom:10px;
    right: 10px;
    font-size: 0.76em;
}
.land_box ul li strong {
    top: -10px;
    left: 10px;
    width: 2.5em;
}
.land_box ul li p {
    font-size: 3vw;
}
.land_box ul li:last-child {
    display: none;
}

}

