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

.sky_box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
}
.sky_l {
    width: 70%;
    box-sizing: border-box;
}
.sky_r {
    width: 30%;
    box-sizing: border-box;
    border-left: 5px solid #fff;
}
.sky_r ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    height: 100%;
}
.sky_r ul li {
    width: 100%;
    box-sizing: border-box;
    height: calc(100% / 3);
}
.sky_r ul li:nth-child(2) {
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
}
.sky_r ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ntx1 {
    padding: 0 0 5em;
}
.ntx1 h3 {
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 1.4;
    text-align: center;
}
.ntx1 h4 {
    font-size: 0.76em;
    font-family: "EB Garamond", serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    text-align: center;
}

@media screen and (max-width: 1100px) {
.ntx1 {
    padding: 0 0 4em;
}
.ntx1 h3 {
    font-size: 1.7em;
}
}

@media screen and (max-width: 520px) {
.ntx1 {
    padding: 0 2em 3em;
}
.ntx1 h3 {
    font-size: 1.48em;
    text-align: left;
}
.ntx1 h4 {
    text-align: left;
}
}

.galleryadd {
    text-align: center;
}
.galleryadd section {
    text-align: center;
    margin-top: 2em;
    line-height: 1.4;
    border-top: 1px solid #0254a8;
    border-bottom: 1px solid #0254a8;
    display: inline-block;
    padding: 1.5em 0;
}
.galleryadd h3 {
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 10px;
    color: #0254a8;
}
.galleryadd h4 {
    font-weight: 500;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.galleryadd h4 span {
    background-color: #666;
    color: #fff;
    font-size: 0.84em;
    padding: 0 0.5em;
    margin-left: 1em;
}
.skymap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: auto;
}
.skymap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aromap {
    width: 100%;
    position: relative;
    overflow: auto;
}
.aromap img {
    width: 100%;
}
.swiptx {
    font-size: 0.84em;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    margin-top: 0.5em;
}
.traffic {
    text-align: center;
}
.traffic img {
    width: 70%;
}
.tr_tx1 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
}
.tr_tx2 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.84em;
    line-height: 1.5;
}
.tr_tx3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.5;
}

.locimg h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #333;
    line-height: 1.5;
    margin-bottom: 1em;
}
.locimg h4 span {
    font-family: "Jost", sans-serif;
    font-weight: 300;
    font-size: 1.32em;
}
.locimg h4 strong {
    font-weight: 500;
    color: #999;
}
.locimg {
    margin-bottom: -3em;
}
.locimg ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    padding-bottom: 1em;
}
.locimg ul li img {
    width: 100%;
}
.locimg ul li p {
    line-height: 1.5;
    margin-top: 0.5em;
    font-size: 0.84em;
}
.locimg ul li {
    width: 23%;
    margin-bottom: 2em;
}
.locimg ul li.txx {
    width: calc((23% * 2) + ((100% - (23% * 4)) / 3));
    text-align: right;
}
.locimg ul li.txx img {
    width: 65%
}

@media screen and (max-width: 1100px) {
.traffic img {
    width: 90%;
}
.tr_tx1 {
    font-size: 1.4em;
    margin-top: 4em;
}
.tr_tx2 {
    width: 90%;
}
.tr_tx3 {
    font-size: 1.4em;
}
}

@media screen and (min-width: 961px) {
    .swiptx {
        display: none;
    }
    .pcadj {
    display: none;
    }
.cadj {
    padding-top: 0;
}

}

@media screen and (max-width: 960px) {
.sky_box {
    
}
.sky_l {
    width: 100%;
}
.sky_r {
    width: 100%;
    display: none;
}
.sky_r ul {
    flex-direction: row;
    height: auto;
    margin-top: 3em;
}
.sky_r ul li {
    width: 100%;
    height: auto;
}
.sky_r ul li img {
    width: 100%;
    object-fit: auto;
}

.container_npctp {
    padding-top: 0;
    padding-bottom: 3em;
}

.skymap {
    height: auto;
}

.skymap img,.aromap img {
    width: 1060px;
    height: auto;
    object-fit: fill;
}
.locimg ul li {
    width: 30%;
    margin-bottom: 2em;
}
.locimg ul li.txx {
    width: calc((30% * 2) + ((100% - (30% * 3)) / 2));
}
.locimg ul li.txx img {
    width: 80%
}

.tbadj {
    display: none;
}

.galleryadd section {
}
.galleryadd h3 {
    font-size: 1.24em;
    margin-bottom: 10px;
}
.galleryadd h4 {
    font-size: 1.8em;
    flex-direction: column;
    margin-bottom: 15px;
}
.galleryadd h4 span {
    background-color: #666;
    color: #fff;
    font-size: 0.84em;
    padding: 0 0.5em;
    margin-left: 0;
    margin-top: 5px;
}

}


@media screen and (max-width: 520px) {
.skymap img,.aromap img {
    width: 700px;
}

.traffic {
    width: 100%;
    position: relative;
    overflow: auto;
}
.traffic img {
    width: 600px;
}
.tr_tx1 {
    text-align: left;
    font-size: 1.24em;
    margin-top: 2em;
}
.tr_tx2 {
    width: 100%;
}
.tr_tx3 {
    text-align: left;
    font-size: 1.24em;
}

.locimg ul li {
    width: 47%;
    margin-bottom: 2em;
}
.locimg ul li.txx {
    width: 100%;
}
.locimg ul li.txx img {
    width: 80%
}

.mbadj {
    display: none;
}

.galleryadd section {
}
.galleryadd h3 {
    font-size: 1em;
    margin-bottom: 10px;
}
.galleryadd h4 {
    font-size: 1.4em;
    flex-direction: column;
    margin-bottom: 15px;
}
.galleryadd h4 span {
    background-color: #666;
    color: #fff;
    font-size: 0.84em;
    padding: 0 0.5em;
    margin-left: 0;
    margin-top: 5px;
}

}

