.sub_head{
    margin-bottom: 0;
}

.mono_01 {
    background: url(../images/mono_new/03.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    /*    display: none;*/
}

.mono_02 {
    background: url(../images/mono_new/18.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

#highlight #page_all{
    background:url(../images/bg_high.webp);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
    color:#fff;
}

.map_tokyo{
    display: block;
    width:100%;
    border:1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 3em;
    transition: 0.25s;
    cursor: pointer;
}

.map_tokyo:hover{
    opacity: 0.75;
}

.content_area img {
    display: block;
    width: min(80%, 800px);
    margin: 0 auto 1em;
}

.highlight_02 .content_area img {
    width: min(100%, 800px);
}

.highlight_01 .content_area {
    border: 0;
    background: url(../images/bg_highlight.webp);
    background-size: 100% auto;
    background-position: center;
/*    box-shadow: 0 0 4px #ccc;*/
    border-radius: 0;
    padding:60px 0;
    margin-bottom: 80px;
}

.highlight_01 p {
    text-align: center;
    line-height: 2;
    margin-bottom: 1em;
    font-weight: bold;
    font-size:1.25em;
    padding:4em 0;
}


.highlight_01 strong {
    display: inline-block;
    font-size: 1.35em;
    padding: 0 0.25em;
    margin-top: 0.5em;
    line-height: 1.5;
    text-shadow: 2px 2px 2px #000;
    background:linear-gradient(transparent 70%, transparent 70%, #fe2d81 70%);
}

.highlight_02 {
    text-align: center;
}

.highlight_02 p {
    line-height: 1.5;
    margin-bottom: 3em;
}

.highlight_02 small {
    display: block;
    text-align: center;
    font-size: 12px;
    padding:4em 0;
}

.highlight_02 h3 {
    font-size: min(5vw, 32px);
    font-weight: 900;
    position: relative;
    display: inline-block;
    line-height: 1.5;
    border-bottom: 2px dashed #999;
    margin-bottom: 0.25em;
}

.highlight_02 h3::before {
    content: "";
    display: block;
    font-family: "Oswald", sans-serif;
    color: #fe2d81;
    font-size: 0.75em;
    margin-right: 0.25em;
    line-height: 1;
}

.highlight_02 h3:nth-of-type(1)::before {
    content: "みどころ①";
}

.highlight_02 h3:nth-of-type(2)::before {
    content: "みどころ②";
}

.highlight_02 h3:nth-of-type(3)::before {
    content: "みどころ③";
}

.highlight_02 h3:nth-of-type(4)::before {
    content: "みどころ④";
}

.highlight_02 h3:nth-of-type(5)::before {
    content: "“？”";
}

@media screen and (max-width:1280px) {
    .mono_01 {
        display: none;
    }
    
    .highlight_01{
        margin-top: 0;
    }
}

@media screen and (max-width:800px) {
    .highlight_02 p {
        text-align: left;
        line-height: 2;
        margin-bottom: 3em;
    }

    .highlight_02 h3 {
        display: block;
        text-align: left;
    }
    
    .highlight_01 strong{
        font-size: 1.25em;
    }
}
