@charset "UTF-8";

#information {
    font-family: "Open Sans", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", sans-serif;
    font-size: 16px;

    /* -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt"; */
}

#information img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

#information-inner {
    max-width: 750px;
    margin: 0 auto;
}

#information-inner > *:first-child {
    padding-top: 8.6%;
    font-weight: bold;
}

#information-inner > *:last-child {
    margin-bottom: 8.6%;
}

#information-text {
    font-size: 200%;
    margin-bottom: 1%;
    padding-left: 10%;
    /* white-space: nowrap; */
    line-height: 1.6;
    font-weight: bold;
}

.information-day {
    font-size: 200%;
    margin-bottom: 0;
    padding-left: 8%;
    /* white-space: nowrap; */
    line-height: 1.6;
    font-weight: bold;
}
.information-space {
    font-size: 200%;
    margin-bottom: 2%;
    padding-left: 10%;
    /* white-space: nowrap; */
    line-height: 1.6;
    font-weight: bold;
}
#information-notice {
    margin-bottom: 0;
    padding-left: 14%;
    font-size: 170%;
    text-align: left; 
    text-indent: -1.0em;
}

#information-text .larger {
    font-size: 180%;
}
#information-text .indent {
    text-indent: -0.5em;
    display: inline-block;
}

#information-btn {
    overflow: hidden;
    width: 87.666%;
    margin: 0 auto;
    border-radius: 28px;
    -webkit-box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 3px 3px 6px 3px rgba(0, 0, 0, 0.1);
}

#information-btn a {
    display: block;
}

@media screen and (max-width: 750px) {
    #information {
        font-size: 2.133vw;
    }
    #information-btn {
        border-radius: 14px;
    }
}
/*以下英国ライフエリア*/
.britishlife{
    max-width: 592px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 16px;
}

.britishlife p a{
    display: block;
    width: 87.666%;
    margin: 0 auto;
}

.britishlife span{
    display: inline-block;
    position: relative;
    font-size: 200%;
    font-weight: 700;
    line-height: 1.4;
    color: #004124;
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP', serif;
}

.britishlife span::before {
    content: '';
    position: absolute;
    right: -0.75em;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: rotate(25deg);
}

.britishlife span::after {
    content: '';
    position: absolute;
    left: -0.75em;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #000;
    transform: rotate(-25deg);
}

@media screen and (max-width: 750px) {
    .britishlife {
        font-size: 2.133vw;
    }
}
