/* CSS Document */
* {
    --bwn: #483d1e;
    --org: #ff9e54;
    --ari: "Arial", sans-serif;
}

/* COMMON */
.header {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: end;
    margin: 32px -26px 12px;
}

.title-header {
    position: absolute;
    top: 21px;
    left: 50%;
    width: 100%;
    line-height: 0;
    text-align: center;
    transform: translateX(-50%);
}

/* ページタイトル */
.page-title img,
.page-title-en img {
    width: 100%;
}

.score .page-title {
    width: min(80%, 473px);
    margin: 0 auto 26px;
}

.score .page-title-en {
    width: 205px;
    margin: auto;
}

.yuuhi_spot .page-title {
    width: min(80%, 478px);
    margin: 0 auto 26px;
}

.yuuhi_spot .page-title-en {
    width: 198px;
    margin: auto;
}

@media only screen and (width <= 640px) {
    .score .page-title {
        padding-left: 5%;
        margin-bottom: 15px;
    }

    .score .page-title-en {
        width: 136px;
    }

    .yuuhi_spot .page-title {
        margin-bottom: 15px;
    }

    .yuuhi_spot .page-title-en {
        width: 136px;
    }
}

/* タブ */
.page-nav {
    border-bottom: 2px solid var(--org);
}

.page-nav .list {
    display: flex;
    gap: 25px;
    justify-content: center;
}

.page-nav .list li {
    width: 430px;
}

.page-nav .link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 20px;
    color: var(--org);
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}

.page-nav .link::before {
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-right: 10px;
    content: "";
    background: var(--org);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page-nav .link.act {
    color: #fff;
    background-color: var(--org);
}

.page-nav .link.act::before {
    display: none;
}

@media only screen and (width <= 640px) {
    .header {
        margin-right: 0;
        margin-left: 0;
    }

    .title-header {
        position: relative;
        bottom: -20px;
        padding-right: 3%;
        padding-left: 3%;
    }

    .page-title img {
        width: 100%;
    }

    .cov-img img {
        width: 100%;
    }

    .page-nav .list {
        gap: 3%;
        padding-right: 3%;
        padding-left: 3%;
    }

    .page-title-en {
        width: 150px;
    }
}

/* SUNSET
:::::::::::::::::::::::::::::::::: */
.sunset .content_center.setPos01 {
    width: 100%;
    margin: 40px 0 60px;
}

.MainContent {
    overflow: inherit;
}

.setPos01 .explanation {
    padding: 0 3%;
    line-height: 2;
    color: #444;
    text-align: center;
}

/* レイアウト */
.sunset_forecast {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
    padding-bottom: 60px;
    padding-top: 50px;
}

/* 夕日よそく共通スタイル */
.sunset_forecast .fc-block {
    position: relative;
    text-align: center;
    background-color: rgb(255 255 255 / 60%);
    border-radius: 5px;
}

.sunset_forecast .fc-block .fc-img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
}

.sunset_forecast .fc-block .fc-img .score {
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    display: block;
    font-family: var(--ari);
    font-weight: bold;
    line-height: 0.72;
    color: #fff;
    letter-spacing: -0.04em;
}

.sunset_forecast .fc-block img {
    max-width: 100%;
    height: auto;
    line-height: 0;
    vertical-align: top;
}

.sunset_forecast .fc-block .fc-time {
    border-bottom: 1px solid rgb(68 68 68 / 20%);
}

.sunset_forecast .fc-block .fc-time .icon {
    display: block;
    width: 55px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.sunset_forecast .fc-block .fc-time .time {
    font-family: var(--ari);
}

.sunset_forecast .fc-block .fc-comment .com-jp {
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.sunset_forecast .fc-block .fc-comment .com-en {
    display: block;
    font-family: var(--ari);
    font-size: 14px;
    color: rgb(68 68 68 / 70%);
}

/* 本日 */
.sunset_forecast .fc-block.today {
    display: flex;
    flex-wrap: wrap;
    grid-column: 1 / 4;
    gap: 30px;
    align-items: center;
    padding: 30px;
}

.sunset_forecast .fc-block.today .label {
    position: absolute;
    top: -9px;
    left: 30px;
    z-index: 1;
    display: block;
    width: 105px;
}

.sunset_forecast .fc-block.today .fc-img {
    width: 55%;
    max-width: 515px;
}

.sunset_forecast .fc-block.today .fc-img .score {
    font-size: 150px;
}

.sunset_forecast .fc-block.today .fc-info {
    width: fit-content;
    margin: 0 auto;
}

.sunset_forecast .fc-block.today .fc-date {
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
}

.sunset_forecast .fc-block.today .fc-date .f-en {
    font-family: var(--ari);
    font-size: 24px;
    font-weight: 500;
}

.sunset_forecast .fc-block.today .fc-time {
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.sunset_forecast .fc-block.today .fc-time .time {
    font-size: 30px;
}

/* 明日以降 */
.sunset_forecast .fc-block:not(.today) {
    padding: 25px 20px 20px;
}

.sunset_forecast .fc-block:not(.today)::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 0;
    display: block;
    width: 54px;
    height: 3px;
    content: "";
    background-color: var(--org);
    transform: translateX(-50%);
}

.sunset_forecast .fc-block:not(.today) .fc-img {
    margin-bottom: 20px;
}

.sunset_forecast .fc-block:not(.today) .fc-img .score {
    font-size: 100px;
}

.sunset_forecast .fc-block:not(.today) .fc-date {
    padding-bottom: 10px;
}

.sunset_forecast .fc-block:not(.today) .fc-time {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 15px;
}

.sunset_forecast .fc-block:not(.today) .fc-time .time {
    font-size: 24px;
}

/* 夕日よそくの見方 */
.sunset_regulation .sr-title {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
    text-align: center;
}

.sunset_regulation .sr-title::before,
.sunset_regulation .sr-title::after {
    display: block;
    flex: 1;
    height: 1px;
    content: "";
    background-color: #707070;
}

.sunset_regulation .sr-title .is {
    display: inline-flex;
    gap: 15px;
    align-items: center;
    padding-inline: 30px;
    font-size: 22px;
    font-weight: 600;
    color: #645c45;
}

.sunset_regulation .sr-title .is::before {
    display: block;
    width: 30px;
    height: 28px;
    content: "";
    background-image: url("../images/sunset/icon-scope.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.sunset_regulation .regulation {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.sunset_regulation .sr-block {
    text-align: center;
}

.sunset_regulation .sr-block .sr-img {
    position: relative;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 5px;
}

.sunset_regulation .sr-block .sr-img img {
    max-width: 100%;
    height: auto;
    line-height: 0;
    vertical-align: top;
}

.sunset_regulation .sr-block .sr-img .score {
    position: absolute;
    right: -4px;
    bottom: -4px;
    z-index: 1;
    display: block;
    font-family: var(--ari);
    font-size: 70px;
    font-weight: bold;
    line-height: 0.72;
    color: #fff;
    letter-spacing: -0.04em;
}

.sunset_regulation .sr-block .sr-comment .com-jp {
    display: block;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
}

.sunset_regulation .sr-block .sr-comment .com-en {
    display: block;
    font-family: var(--ari);
    font-size: 14px;
    color: rgb(68 68 68 / 70%);
}

@media only screen and (width <= 640px) {
    .setPos01 .explanation {
        text-align: left;
    }

    .sunset_forecast {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
        padding-inline: 3%;
    }

    .sunset_forecast .fc-block .fc-comment .com-jp {
        padding-bottom: 0;
    }

    .sunset_forecast .fc-block.today {
        grid-column: 1 / 2;
        gap: 15px;
        padding: 25px 20px 20px;
    }

    .sunset_forecast .fc-block.today .fc-img {
        width: 100%;
        max-width: none;
        margin-bottom: 10px;
    }

    .sunset_forecast .fc-block.today .fc-info {
        width: 100%;
    }

    .sunset_forecast .fc-block.today .fc-date {
        padding-bottom: 10px;
    }

    .sunset_forecast .fc-block.today .fc-time {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .sunset_forecast .fc-block:not(.today) {
        width: 70%;
        margin: 0 auto;
    }

    .sunset_forecast .fc-block:not(.today) .fc-date {
        padding-bottom: 5px;
    }

    .sunset_forecast .fc-block:not(.today) .fc-img {
        margin-bottom: 5px;
    }

    .sunset_forecast .fc-block:not(.today) .fc-time {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .sunset_forecast .fc-block:not(.today) .fc-time .icon {
        width: 40px;
        padding-bottom: 5px;
    }

    .sunset_regulation {
        padding-inline: 3%;
    }

    .sunset_regulation .regulation {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .sunset_regulation .sr-block {
        display: flex;
        gap: 5%;
        align-items: center;
        text-align: left;
    }

    .sunset_regulation .sr-block .sr-img {
        width: 45%;
        margin-bottom: 0;
    }

    .sunset_regulation .sr-block .sr-comment {
        flex: 1;
    }

    .sunset_regulation .sr-block .sr-img .score {
        right: -2px;
        bottom: -2px;
        font-size: 11vw;
    }

    .sunset_regulation .sr-block .sr-comment .com-jp {
        padding-bottom: 0;
        font-size: 14px;
    }

    .sunset_regulation .sr-block .sr-comment .com-en {
        font-size: 13px;
    }
}

/* SUNSET SPOT
:::::::::::::::::::::::::::::::::: */
.sunset .content_center.setPos02 {
    margin: 40px 0 60px;
}

.setPos02 .explanation {
    padding: 0 3% 50px;
    color: #444;
    text-align: center;
}

.sunset_spot {
    padding-bottom: 100px;
}

.sunset_spot .s-spot-block {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
}

.sunset_spot .s-spot-block:not(:last-child) {
    margin-bottom: 37px;
}

.s-spot-block .decoration {
    position: absolute;
    top: -7px;
    left: 30px;
    font-family: var(--ari);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--bwn);
}

.s-spot-block .is-flex {
    display: flex;
    gap: 12px 36px;
}

.s-spot-block .img-area {
    width: 485px;
    min-height: 323px;
}

.s-spot-block .img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.s-spot-block .img-wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.s-spot-block .txt-area {
    flex: 1;
}

.s-spot-block .ss-title {
    position: relative;
    padding-left: 37px;
    margin-bottom: 13px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
    color: var(--bwn);
    letter-spacing: 0.05em;
    border-bottom: 2px solid rgb(72 61 30 / 20%);
}

.s-spot-block .ss-title::before {
    position: absolute;
    top: 0.3em;
    left: 5px;
    display: block;
    width: 22px;
    height: 24px;
    content: "";
    background-image: url("../images/sunset/spot/icon-flag.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.s-spot-block .ss-txt {
    margin-left: 5px;
    font-size: 15px;
    line-height: 1.733;
    color: #444;
    letter-spacing: 0.03em;
}

.s-spot-block .dash-line {
    margin: 25px 0 10px;
    overflow: hidden;
    font-family: var(--ari);
    font-size: 11px;
    font-weight: bold;
    color: var(--bwn);
    text-align: right;
}

.s-spot-block .dash-line .dash {
    position: relative;
}

.s-spot-block .dash-line .dash::before {
    position: absolute;
    top: 50%;
    right: calc(100% + 14px);
    display: block;
    width: 100vw;
    content: "";
    border-top: 1px dashed var(--bwn);
    opacity: 0.2;
}

.s-spot-block .detail {
    display: grid;
    grid-template-columns: 67px auto;
    gap: 10px 12px;
    align-items: baseline;
}

.s-spot-block .detail dt {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #444;
    background-color: rgb(72 61 30 / 15%);
    border-radius: 3px;
}

.s-spot-block .detail dd {
    font-size: 15px;
    color: #444;
    letter-spacing: 0.032em;
}

.s-spot-block .see-gm {
    margin-top: 20px;
    text-align: right;
}

.s-spot-block .see-gm a {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    height: 30px;
    padding: 0 20px 0 14px;
    color: #fff;
    background-color: var(--bwn);
    border-radius: 5px;
}

.s-spot-block .see-gm a::before {
    display: inline-block;
    width: 5px;
    height: 9px;
    content: "";
    background: #fff;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.sunset_gallery {
    padding-bottom: 50px;
}

.sunset_gallery .sg-title {
    text-align: center;
}

.sunset_gallery .sg-title .is {
    display: inline-flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 23px;
    font-size: 22px;
    font-weight: 600;
    color: #645c45;
}

.sunset_gallery .sg-title .is::before {
    display: block;
    width: 35px;
    height: 27px;
    content: "";
    background-image: url("../images/sunset/spot/icon-camera.svg");
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(-10deg);
}

.gallery-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.gallery-list ul li {
    width: calc((100% - 30px) / 3);
}

.gallery-list .img_view {
    padding: 5px;
    background-color: #fff;
}

.gallery-list .img_view a {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 43/28;
    overflow: hidden;
}

.gallery-list .img_view img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-list .img_view .zoom {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 22px;
    height: 22px;
    background: url("../images/common/zoom_icon.png") no-repeat left bottom;
}

@media only screen and (width <= 640px) {
    .sunset_spot,
    .sunset_gallery {
        padding-right: 3%;
        padding-left: 3%;
    }
    .sunset_spot {
        padding-bottom: 50px;
    }

    .setPos02 .explanation {
        text-align: left;
    }

    .s-spot-block .is-flex {
        flex-flow: column;
    }

    .s-spot-block .decoration {
        left: 15px;
    }

    .sunset_spot .s-spot-block {
        padding: 15px;
    }

    .s-spot-block .ss-title {
        padding-left: 32px;
    }

    .s-spot-block .ss-title::before {
        left: 0;
    }

    .s-spot-block .img-area {
        width: 100%;
        min-height: initial;
        aspect-ratio: 485 / 323;
    }

    .s-spot-block .ss-txt {
        margin-left: 0;
    }

    .s-spot-block .dash-line {
        margin: 10px 0;
    }

    .s-spot-block .see-gm {
        margin-top: 10px;
    }

    .sunset_gallery {
        padding-bottom: 0;
    }

    .gallery-list ul {
        gap: 10px;
    }

    .gallery-list ul li {
        width: calc((100% - 10px) / 2);
    }

    .copyright {
        width: 94%;
    }
}
