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

.approach {
    position: relative;
    background-image: url("../img/approach_pc.webp");
    background-position-x: center; 
    background-size: auto 100%;
    width: 100%;
    aspect-ratio:2 / 3;
}
.imgname {
    position: absolute;
    left: 1em;
    bottom: 1em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    line-height: 1;
    color: #fff;
}
.ap_box {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100vh; /* disable Fallback */
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.ap_tx {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
    padding: 3em;
    line-height: 1.7;
    color: #222;
    opacity: 0;
    transition: all 0.5s;
}
.ap_tx.show {
    margin-top: 60px;
    background-color: rgba(255,255,255,0.5);
    -webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
.ap_tx h3 {
    margin-bottom: 2em;
}
.ap_tx h3 img {
    width: 400px;
    filter:drop-shadow(0 0 10px #fff) drop-shadow(0 0 10px #fff);
}
.ap_tx p {
    font-size: 0.92em;
    text-align: center;
}

.gaikan_bg {
    position: relative;
    background-image: url("../../img/bg_sky_pc.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position-x: left; 
    background-size: 130% auto;
    background-position-y:center; 
    width: 100%;
}
.gaikan_grd {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,1));
}
.gaikan {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1600px;
	padding:5em 5%;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.gaikan_tx {
    width: 40%;
    line-height: 1.7;
    margin-left: 5%;
}
.gaikan_tx h4 {
    font-size: 2em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.gaikan_img {
    width:55%;
}
.gaikan_img img {
    width: 100%;
}

.tx6 {
    position: relative;
    text-align: center;
    margin-bottom: -7em;
    z-index: 100;
}
.tx6 img {
    width: 40%;
}
.areamap {
    position: relative;
}
.areamap img {
    width: 100%;
}
.areamap p {
    position: absolute;
    left: 33.5%;
    top: 25%;
    width: 15%;
}

.swiptx {
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.5em;
}

.shop ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.shop ul li img {
    width: 100%;
    margin-bottom: 0.5em;
}
.shop ul li {
    width: 23%;
    margin-bottom: 3em;
    line-height: 1.5;
    font-weight: 500;
}
.shop ul li span {
    font-weight: normal;
    font-size: 0.84em;
}
.nishitx {
    background-color: #f2f2f5;
    border-radius: 5px;
    padding: 0.5em;
    margin-top: 0.5em;
    text-align: center;
}
.shop ul:nth-child(3) {
    margin-bottom: -3em;
}

@media screen and (max-width: 1100px) {
.gaikan_tx {
    width: 45%;
    margin-left: 5%;
}
.gaikan_tx h4 {
    font-size: 1.8em;
}
.gaikan_img {
    width:50%;
}

.shop ul li {
    width: 30%;
}
.shop ul:nth-child(2) li:nth-last-child(2) {
    display: none;
}
.shop ul li:last-child {
    display: none;
}
}

@media screen and (min-width: 961px) {
    .swiptx {
        display: none;
    }
}

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



.tx6 {
    margin-bottom: -6em;
}
.tx6 img {
    width: 50%;
}

.areamap {
    width: 100%;
    overflow: auto;
}
.areamap img {
    width: 1060px;
}
.areamap p {
    position: absolute;
    left: 44%;
    top: 23%;
    width: 20%;
}
.areamap p img {
    width: 100%;
}
}


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

.approach {
    background-size: auto 110%;
}

.ap_box {
    position: static;
    width: 100%;
    height: auto;
}
.ap_tx {
    background-color: transparent;
    -webkit-backdrop-filter: blur(0);
	backdrop-filter: blur(0);
    padding: 4em;
    line-height: 1.7;
    color: #222;
    opacity: 1;
    transition: all 0.3s;
}
.ap_tx h3 {
    margin-bottom: 2em;
}
.ap_tx h3 img {
    width: 80%;
    filter:drop-shadow(0 0 0 #fff);
}
.ap_tx p {
    font-size: 0.92em;
    text-align: left;
}

.gaikan_bg {
    background-size: auto 100%;
    background-position-y:bottom; 
    width: 100%;
}
.gaikan {
    position: relative;
    box-sizing: border-box;
    width: 100%;
	padding:5em 0;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.gaikan_tx {
    width: 100%;
    line-height: 1.7;
    margin: 0;
}
.gaikan_tx h4 {
    font-size: 1.6em;
    margin-bottom: 1em;
}
.gaikan_tx p {
    font-size: 0.92em;
}
.gaikan_img {
    width:80%;
    margin-bottom: 2em;
}
.gaikan_img img {
    width: 100%;
}

.tx6 {
    margin-top: -1em;
    margin-bottom: -8em;
}
.tx6 img {
    width: 70%;
}

.areamap p {
    position: absolute;
    left: 96.5%;
    top: 27%;
    width: 40%;
}
.areamap p img {
    width: 100%;
}

.shop ul li {
    width: 47%;
}
.shop ul:nth-child(1) li:nth-child(1) {
    width: 100%;
}
.shop ul li:last-child {
    display: none;
}

}

