@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');

.page{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#mainContent {
    background: white;
}

/* jumbotron */

.jumbotron {
    width: 100%;
    height: 457px;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    object-fit: cover;
    margin-bottom: 110px;
}

.jumbotron .title-wrapper {
    margin-left: auto;
    width: 97%;
    margin-right: auto;
    max-width: 1400px;
    text-align: left;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.jumbotron .title-wrapper .title {
    font-family: "adobe-garamond-pro", serif;
    font-weight: 600;
    font-size: 48px;
    color: white;
    text-wrap: balance;
    text-align: left;
    line-height: 56px;
}

.jumbotron .content {
    background: white;
    width: 60%;
    padding: 78px 119px;
    box-sizing: border-box;
    position: absolute;
    right: 0;
    bottom: -150px;
    min-height: 270px;
}

.jumbotron .content .lead {
    width: 80%;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    max-width: 732px;
}


.jumbotron .area-link {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    list-style: disc;
    margin-left: 20px;
}

.jumbotron .area-link a {
    text-decoration: none;

}

.jumbotron .area-link .link-text {
    color: rgba(34, 34, 34, 1);
}

.side {
    max-width: 350px;
    float: right;
}

.contents {
    padding-right: 0 !important;
    max-width: 70% !important;
}
@media screen and (max-width: 1220px) {
    .contents{
        width: auto !important;
        max-width: 65% !important;
    }
}
@media screen and (max-width: 1000px) {
    .contents{
        width: auto !important;
        max-width: 65% !important;
    }
}
@media screen and (max-width: 860px) {
    .contents{
        width: auto !important;
        max-width: 100% !important;
    }
}
@media screen and (max-width: 860px) {

    #mainContent .wrap {
        width: inherit;
        padding: 0;
    }

    /* jumbotron */
    .jumbotron {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        height: 457px;
        display: flex;
    }

    .jumbotron .title-wrapper {
        width: 80%;
        justify-content: start;
        align-items: start;
        margin-left: 10%;
        height: 100%;
        margin-top: 50%;
    }

    .jumbotron .title-wrapper .title {
        font-size: 28px;
        text-wrap: wrap;
        text-align: start;
    }

    .jumbotron .content {
        width: 90%;
        padding: 30px;
        transform: translate(-50%, -50%);
        top: 100%;
        left: 55%;
        display: block;
        justify-content: center;
        align-items: center;
        height: fit-content;
    }

    .jumbotron .content .lead {
        width: 100%;
        height: fit-content;
        font-size: 14px;
    }
    /* end jumbotron */
}

/* Tokyo Living Information */
.guide-section{
    margin: 70px 0;
}

.guide-section .title-wrapper {
    position: relative;
}

.guide-section .title-wrapper .living-information-title {
    font-family: "adobe-garamond-pro", serif;
    font-size: 42px;
    font-weight: 600;
    margin: 0 0 70px 0 ;
    padding-top: 25px;
}

.guide-section .title-wrapper .living-information-title:before {
    position: absolute;
    content: "";
    width: 90px;
    height: 2px;
    background-color: rgba(0, 35, 104, 1);
    left: 0;
    top:5px;
}

.guide-section .tab .media .media__figure img {
    width: 157px;
}

.guide-section .tab .media {
    background-color: rgba(255, 255, 255, 1);
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(216, 216, 216, 1);
    padding: 24px;
    margin-top: 10px;
}

.guide-section .tab .media a{
    text-decoration:none;
}

.guide-section .tab .media .media__text .link {
    font-family: "jost",sans-serif;
    font-weight: 500;
    font-size: 20px;
}

.guide-section .tab .media .media__text p {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom:0;
}

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

    .guide-section .title-wrapper .living-information-title {
        font-size: 26px;
        font-weight: 600;
        margin: 35px 0;
    }
    .guide-section .title-wrapper .living-information-title:before {
        width: 36px;
    }
    .guide-section .tab .media {
        display: flex;
        padding: 15px;
    }

    .guide-section .tab .media .media__text {
        padding-left: 10px;
    }

    .guide-section .tab .media .media__text .link {
        font-size: 16px;
    }
}

.side .navLocal ul {
    gap:0;
}

.side .navLocal ul li  {
    display: flex;
    margin-right: 16px;
    margin-left: 16px;
}

.side .navLocal ul li.is-active  {
    background-color: rgba(239, 241, 245, 1);
}

.navLocal li:hover {
    background-color: rgba(239, 241, 245, 1);
}

.navLocal li a:hover{
    background-color: unset;
}

.side .navLocal ul li img {
    width: 80px;
    margin: 10px 0 10px 10px;
    object-fit: contain;
}

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

    .side {
        display: block;
        margin-bottom: 50px;
        width: 100%;
        max-width: 100%;
    }

}
