@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=PTSans');

body, html {
    width: 100%
}
main {
    /* max-width: 945px; */
    margin: 200px auto 0;
    text-align: center;
}
main.korona h2 {
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #669999;
    position: relative;
    margin-bottom: 30px;
}
main.korona h2::after{
    content: '';
    display: block;
    background: #669999;
    height: 2px;
    width: 100px;
    margin-top: 5px;
    position: absolute;
    left: 44.4%;
    top: 100%;
}
main.korona h2.ti::after {
    content: '';
    display: block;
    background: #669999;
    height: 2px;
    width: 100px;
    margin-top: 5px;
    position: absolute;
    left: 36.4%;
    top: 100%;
}
main.korona dt {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.2em;
    color: #669999;
    margin-bottom: 20px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
main.korona dd {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    color: #666666;
}
.notice {
    padding-bottom: 90px;
    max-width: 945px;
    margin: 0 auto;
}
.safety {
    max-width: 945px;
    margin:0 auto 120px;
}
.safety .wrap {
display: flex;
flex-wrap: wrap;
margin-top: 60px;
}
.safety .box {
    margin-right: 25px;
    margin-bottom: 20px;
    border: 3px solid #f0f8f8;
    border-radius: 10px;
    padding: 25px 12px;
    max-width: 217px;
}
.safety .box dd {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
} 
.safety .box dd span {
    color: #669999;
}
.safety .box p {
    font-size: 12px;
    color: #666666;
    padding-top: 10px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.safety .m-n {
    margin-right: 0;
}
main.korona p.caution {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 2;
    padding-top: 10px;
    margin-top: 15px;
    text-align: left;
    border-top: 1px solid #b9b9b9;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
main.korona .schedule {
    max-width: 378px;
    margin: 0 auto;
    padding-bottom: 90px;
}
.measures ul {
    border: 2px solid #669999;
    background-color: #f0f8f8;
    padding: 35px 60px;
    max-width: 345px;
    margin: -50px auto;
    position: relative;
    z-index:2;
}
.measures {
    max-width: 945px;
    margin: 0 auto;
}
.measures ul li {
    color: #669999;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: left;
    margin-bottom: 10px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.measures ul li:last-child {
    margin-bottom: 0;
}
.measures figure {
    display: block;
    margin: 50px 0 0;
}
.measures p {
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 2;
    margin-bottom: 120px;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.measures p.txt {
    margin:100px 0 25px;
}
.measures p.txt span {
    color: #669999;
    font-weight: bold;
}
.map {
    margin-bottom: 30px;
}

.movie {
    margin-top: 120px;
    padding: 80px 0;
    border-top: 2px solid #669999;
    border-bottom: 2px solid #669999;
}

.movie p {
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.12em;
    margin-bottom: 30px;
}
.movie a {
    display: block;
    max-width: 345px;
    margin: 0 auto;
    padding: 20px 0;
    font-size: 18px;
    color: white;
    letter-spacing: 0.14em;
    font-weight: bold;
    background-color:#669999;
}
@media only screen and (max-width: 767px) {
    main {
        /* max-width: 945px; */
        margin: 110px auto 0;
        text-align: center;
    }
    .notice {
        padding-bottom: 60px;
        max-width: 345px;
        margin: 0 auto;
    }
    main.korona h2::after {
        content: '';
        display: block;
        background: #669999;
        height: 2px;
        width: 100px;
        margin-top: 5px;
        position: absolute;
        left: 35%;
    }
    main.korona dt {
        font-size: 16px;
        margin-bottom: 10px;
        letter-spacing: 0.02em;
    }
    main.korona dt.special {
        font-size: 16px;
        padding-top: 10px;
        margin-bottom: 10px;
    }
    main.korona dd {
        font-size: 14px;
        padding-top: 15px;
        letter-spacing: 0.2em;
        line-height: 1.8;
    }
    main.korona dd {
        letter-spacing: 0.02em;
    }
    main.korona .schedule {
        max-width: 345px;
        margin: 0 auto;
        padding-bottom: 60px;
    }
    main.korona h2.ti::after {
        content: '';
        display: block;
        background: #669999;
        height: 2px;
        width: 100px;
        margin-top: 5px;
        position: absolute;
        left: 35.4%;
        top: 100%;
    }
    .safety {
        max-width: 345px;
        margin: 0 auto 70px;
    }
    .safety .box {
        margin-right: 10px;
        margin-bottom: 10px;
        border: 3px solid #f0f8f8;
        border-radius: 10px;
        padding: 15px 9px;
        max-width: 167px;
    }
    .safety .box:nth-child(even) {
        margin-right: 0;
    }
    .safety .wrap {
        margin-top: 30px;
    }
    .measures {
        max-width: 100%;
    }
    .measures p {
        width: 345px;
        margin: 0 auto;
        font-size: 12px;
        letter-spacing: 0.03em;
        line-height: 2;
        text-align: left;
        margin-bottom: 50px;
        font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    }
    .measures p.txt {
        margin: 70px auto 20px;
    }
    .map {
        margin-bottom: 0;

    }
    .safety .box dd {
        font-size: 14px;
        padding: 0;
    }
    .safety .box p {
        font-size: 11px;
    }
    .measures figure {
        display: block;
        margin: 35px 0 0;
    }
    .movie {
        margin-top: 70px;
        padding: 40px 0;
        border-top: 2px solid #669999;
        border-bottom: 2px solid #669999;
    }
    
    .movie p {
        font-size: 14px;
        color: #666666;
        line-height: 1.8;
        letter-spacing: 0.12em;
        margin-bottom: 25px;
    }
    .movie a {
        display: block;
        max-width: 265px;
        margin: 0 auto;
        padding: 20px 0;
        font-size: 16px;
        color: white;
        letter-spacing: 0.14em;
        font-weight: bold;
        background-color:#669999;
    }
    
}