:root {
    --f-zen: "Zen Maru Gothic", serif;
}

a {
    text-decoration: none;
    cursor: pointer;
}

body {
    font-family: "Noto Sans SC", "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    margin: 0;
}

.info-pop {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    justify-content: center;
    align-items: center;
}

.info-pop-2 {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    justify-content: center;
    align-items: center;
}

.info-pop-in {
    background-color: white;
    width: 30vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px;
    text-align: center;
    border: 1px solid black;
}
.info-pop-in > div > img {
    width: 100%;
}

svg > rect {
    cursor: pointer;
}
.info-pop-in > .closer-container {
    width: 100%;
    text-align: right;
    display: flex;
    align-items: end;
    justify-content: right;
}

.closer {
    width: 30px;
    height: 30px;
    cursor: pointer;
}
@media only screen and (max-width: 1024px) {
    .closer {
        width: 15px;
        height: 15px;
        cursor: pointer;
    }
}

.closer > img {
    width: 100%;
}
.desc-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.5;
    border-top: 1px solid orangered;
    border-bottom: 1px solid orangered;
    width: 100%;
    text-align: center;
    color: orangered;
    padding: 10px 0;
    margin-top: 20px;
}
.desc-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    width: 100%;
    text-align: left;
}

.desc-desc {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
}

.desc-title-2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.desc-title-3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    margin-top: 30px;
}

.desc-desc-2 {
    font-size: 16px;
    width: 100%;
    line-height: 1.5;
    font-weight: 400;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

.desc-desc-2 > img {
    width: 100% !important;
}

.food-ico {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    padding: 20px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
}
.food-ico > a > img,
.kumamon-ico > a > img {
    width: 100%;
}

.kumamon-ico {
    position: fixed;
    bottom: 20px;
    right: 160px;
    background-color: white;
    padding: 20px;
    width: 50px;
    height: 50px;
    border-radius: 30px;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4));
}

.taxi-info {
    margin: 30px 0;
    margin-bottom: 0px !important;
}

.taxi-info-2 {
    margin: 0;
    margin-bottom: 0px !important;
    margin-top: 30px;
}
text {
    background-color: white;
}

.images,
.images > svg {
    min-width: 100%;
}

.describe {
    display: grid;
    grid:
        "desc-name desc-name desc-name"
        ".         .         ." 30px
        "desc-img  .         desc-det"
        /1fr 20px 1fr;
}
@media only screen and (max-width: 1024px) {
    .describe {
        display: grid;
        grid:
            "desc-name"
            "." 10px
            "desc-img"
            "." 10px
            "desc-det";
    }
}

.describe > .desc-name {
    grid-area: desc-name;
}

.describe > .desc-img {
    grid-area: desc-img;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.desc-img > img {
    width: 100%;
}

.desc-img-2 {
    margin-top: 30px;
}

.desc-img-2 > img {
    width: 100%;
}

.describe > .desc-det {
    grid-area: desc-det;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-body-1 {
    background-color: white;
    border-radius: 50px;
    padding: 9.28vh 9.9vw;
}

@media only screen and (max-width: 1024px) {
    .index-body-1 {
        background-color: white;
        border-radius: 20px;
        padding: 2.28vh 1.9vw;
    }
}

.index-main,
.index-main-4 {
    padding-left: 2.5vw;
}

.index-main > img,
.index-main-4 > img {
    width: 100%;
}
.index-main {
    margin-bottom: 2vh;
    width: 20vw;
}
@media only screen and (max-width: 1024px) {
    .index-main {
        margin-bottom: 1vh;
        width: 40vw;
    }
}

.index-main-4 {
    margin-bottom: 4vh;
    width: 20vw;
}

@media only screen and (max-width: 1024px) {
    .index-main-4 {
        margin-bottom: 2vh;
        width: 40vw;
    }
}

@media only screen and (max-width: 1024px) {
    .desc-name {
        font-size: 18px;
        padding: 8px 0;
        margin-top: 10px;
    }
    .images,
    .images > svg {
        min-height: 20vh;
        min-width: 100%;
    }
    .desc-title {
        font-size: 16px;
    }
    .desc-title-2 {
        font-size: 16px;
        margin-top: 15px;
    }
    .desc-desc {
        font-size: 14px;
    }
    .info-pop-in {
        width: 70vw;
        padding: 15px;
    }
    .desc-img {
        margin-bottom: 0px;
        width: 100%;
    }
    .desc-img-2 {
        margin-bottom: 0px;
        margin-top: 10px;
        width: 100%;
    }

    .info-pop-2 {
        display: none;
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        width: 100;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        justify-content: center;
        align-items: center;
    }

    .info-pop {
        display: none;
        z-index: 100;
        position: fixed;
        top: 0;
        left: 0;
        width: 100;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25);
        justify-content: center;
        align-items: center;
    }
}

.main-display {
    display: grid;
    grid:
        "images  explanation"
        /62.5vw auto;
    padding: 70px 100px;
    gap: 50px;
}
@media (min-width: 1025px) and (max-width: 1500px) {
    .main-display {
        display: grid;
        grid:
            "images  explanation"
            /62.5vw auto;
        padding: 30px 35px;
        gap: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .main-display {
        display: grid;
        grid:
            "explanation"
            "." 0px
            "images";
        padding: 30px 35px;
        gap: 20px;
    }
}
.main-display > .images {
    grid-area: images;
}

.images > svg {
    width: 100%;
}

.main-display > .explanation {
    grid-area: explanation;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.setsumei-text {
    font-size: 30px;
    color: #0068b6;
    font-weight: 700;
    text-align: center;
    line-height: 1.7;
    width: 50%;
}

.setsumei-text > img {
    width: 100%;
}

.emark {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
}
@media only screen and (max-width: 1024px) {
    .emark {
        width: 90px;
        height: 90px;
        margin-bottom: 0px;
    }
}
.emark-2 {
    width: 360px;
    height: 90px;
    display: flex;
    justify-content: center;
}
@media only screen and (max-width: 1024px) {
    .emark-2 {
        width: 360px;
        height: 90px;
        margin-bottom: 0px;
    }
}
.emark > img,
.emark-2 > img {
    width: 100%;
}

.kuma-src-btn,
.resto-src-btn {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 1025px) and (max-width: 1500px) {
    .kuma-src-btn {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1024px) {
    .kuma-src-btn {
        margin-top: 40px;
    }
}
.kuma-src-btn > div > a > button {
    background-color: transparent;
    border-radius: 15px;
    color: white;
    font-family: var(--f-zen);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    width: 21.43vw;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    transition: 0.5s ease-in-out;
}

.kuma-src-btn > div > a > button:hover {
    scale: 1.1;
}

@media only screen and (max-width: 1024px) {
    .kuma-src-btn > div > a > button {
        width: 80vw;
    }
}
.src-btn-icon {
    width: 40px;
    height: 50px;
    display: inline-block;
    margin-left: 50px;
}

.src-btn-icon > img {
    width: 100%;
}

.resto-src-btn {
    margin-top: 30px;
}
@media (min-width: 1025px) and (max-width: 1500px) {
    .resto-src-btn {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1024px) {
    .resto-src-btn {
        margin-top: 0px;
    }
}
.resto-src-btn > div > a > button {
    background-color: transparent;
    border: 0;
    border-radius: 15px;
    color: white;
    font-family: var(--f-zen);
    font-size: 24px;
    font-weight: 700;
    display: flex;
    width: 21.43vw;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s ease-in-out;
}

.resto-src-btn > div > a > button:hover {
    scale: 1.1;
}
@media only screen and (max-width: 1024px) {
    .resto-src-btn > div > a > button {
        width: 80vw;
        margin-top: 10px;
    }
    .back-btn {
        margin-top: 50px;
        width: 50vw !important;
    }
}
.index-body {
    background-color: #50a2df;
    padding: 50px;
}
@media only screen and (max-width: 1024px) {
    .index-body {
        padding: 20px;
    }
}
.div-main-2 {
    font-size: 14px;
    color: #212121;
    font-weight: 300;
    margin-top: 4vh;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    .div-main-2 {
        font-size: 6px;
    }
}
.kuma-src-btn > div > a > button > img,
.resto-src-btn > div > a > button > img {
    width: 100%;
}

.back-btn {
    margin-top: 50px;
    width: 50%;
}

.back-btn > a > button {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    width: 100%;
}

.back-btn > a > button > img {
    width: 100%;
}

.logo-mark {
    position: absolute;
    top: 150px;
    right: 232px;
    width: 15vw;
}

@media (min-width: 1025px) and (max-width: 1500px) {
    .logo-mark {
        top: 120px !important;
        right: 170px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .logo-mark {
        position: absolute;
        top: 5vh;
        right: 12vw;
        width: 20vw;
    }
    .setsumei-text {
        width: 50vw;
    }
}
.logo-mark > img {
    width: 100%;
}

table {
    width: 100%;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

.left-cell {
    width: 10vw;
    padding: 10px 0;
    background-color: antiquewhite;
}

.right-cell {
    width: 30vw;
}
.kuma-src-btn,
.resto-src-btn {
    display: inline-flex;
}

.kumamon-img {
    width: 4vw;
    margin-right: 1vw;
    display: flex;
}
@media only screen and (max-width: 1024px) {
    .kumamon-img {
        width: 7vw;
        margin-right: 0px;
    }
    .ios-spacer {
        margin-right: -20px;
    }
}
.kumamon-img > img {
    width: 100%;
}
polygon {
    cursor: pointer;
}
