@charset "utf-8";

header {
    background-color: var(--theme-color, #b7975a);
}

main {
    background-color: #000;
}
/* MV
========================================================================== */
.mv-wrap {
    background-color: #000;
}
.mv-wrap .logo {
    padding: 6.5% 0 4.8%;
    margin: 0 auto;
}
.mv-wrap .logo-all {
    width: 6.1%;
}
.mv-wrap .logo-gion {
    width: 20.1%;
}
.mv-wrap .logo-ginza {
    width: 20.1%;
}
.mv-wrap .logo-omoya {
    width: 14.6%;
}
@media print, screen and (max-width: 768px) {
    .mv-wrap {
        padding: 0 0 5.3vw;
    }
    .mv-wrap .logo {
        padding: 19.4vw 0 10.3vw;
    }
    .mv-wrap .logo-all {
        width: 15.2vw;
    }
    .mv-wrap .logo-gion {
        width: 50.3vw;
    }
    .mv-wrap .logo-ginza {
        width: 50.3vw;
    }
    .mv-wrap .logo-omoya {
        width: 36.5vw;
    }
}

.breadcrumb__list {

    width: 26.1%;
    margin: 0 0 3.3%;
}

.news-cat-name {
    width: 64.9%;
    color: #b7975a;
    margin-bottom: 3.3%;
    font-size: 2.4rem;
    font-size: clamp(1.6rem, 1.75vw, 2.4rem);
}
@media print, screen and (max-width: 768px) {
    .breadcrumb__list {
        width: 74.4vw;
        margin: 0 auto 6.2vw;
    }

    .news-cat-name {
        display: none;
    }
}

/* title-wrap
========================================================================== */
.title-wrap {
    text-align: center;
    width: 100%;
    margin: 0 auto 4.9%;
}

.news-detail .title-wrap {
    width: 63.5%;
    margin-bottom: 0;
}

.news-wrap .title-wrap h2 {
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
    line-height: 1.5;
    font-weight: 500;
}
.news-wrap .title-wrap h2 span.en {
    display: block;
    color: #b7975a;
    font-size: 1.7rem;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
}

.title-wrap .news-detail-box {
    display: flex;
    justify-content: space-between;
}
.title-wrap .news-detail-box .date {
    font-size: 1.5rem;
    font-size: clamp(1.2rem, 1.09vw, 1.5rem);
    font-family: MyYuGothicM, YuGothic, sans-serif;
}
.title-wrap .news-detail-box .category {
    width: 36%;
    max-width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-wrap .news-detail-box .category.all {
    background-color: #B7975A;
}
.title-wrap .news-detail-box .category.gion {
    background-color: var(--gion-color);
}
.title-wrap .news-detail-box .category.ginza {
    background-color: var(--ginza-color);
}
.title-wrap .news-detail-box .category.omoya {
    background-color: var(--omoya-color);
}

.news-detail .title-wrap h1 {
    text-align: left;
    font-size: 3.8rem;
    font-size: clamp(2rem, 2.7vw, 3.8rem);
}

@media print, screen and (max-width: 768px) {
    .title-wrap {
        text-align: center;
        width: 100%;
        margin: 0 auto 4.9%;
    }

    .news-detail .title-wrap {
        width: 74.6vw;
        margin-bottom: 0;
    }

    .news-wrap .title-wrap {
        width: 100%;
    }
    .news-wrap .title-wrap h2 {
        font-size: 6.4vw;
        margin-bottom:  11.2vw;
    }
    .news-wrap .title-wrap h2 span.en {
        font-size: 3.7vw;
    }

    .title-wrap .news-detail-box .date {
        font-size: 4vw;
    }
    .title-wrap .news-detail-box .category {
        width: 33.3vw;
        font-size: 4vw;
    }

    .news-detail .title-wrap h1 {
        text-align: left;
        font-size: 6.4vw;
        line-height: 1.5;
        margin-top: 3.7vw;
    }
}

/* news-wrap
========================================================================== */
.news-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1200px;
    width: 79%;
    margin: 0 auto;
    padding: 0 0 130px;
}

@media print, screen and (max-width: 768px) {
    .news-wrap {
        display: block;
        width: 90vw;
        padding-bottom: 13vw;
    }
}

/* side-con
========================================================================== */
.side-con {
    width: 205px;
    width: 26.1%;
}

.side-con h3 {
    color: #b7975a;
    font-size: 1.7rem;
    font-family: "Times New Roman", Times, serif;
}

.side-con ul.pc-terms {
    border-top: 1px solid #d5d5d5;
    padding: 18px 0;
}
.side-con .sp-terms {
    display: none;
}

.side-con li {
    line-height: 2.1;
}

.side-con li a {
    color: #FFF;
    font-size: 1.7rem;
    font-size: clamp(1.3rem, 1.24vw, 1.7rem);
}
.side-con li a:hover,
.side-con li.current-cat a {
    text-decoration: underline;
    color: #b7975a;
}

@media print, screen and (max-width: 768px) {
    .side-con {
        width: 74.6vw;
        margin: 0 auto 10.6vw;
    }
    .side-con .pc-terms {
        display: none;
    }
    .side-con .sp-terms {
        display: block;
    }

    .side-con h3 {
        display: none;
    }
    .side-con .sp-terms select {
        border: none;
        background-color: #b7975a;
        color: #FFF;
        width: 100%;
        padding: 3vw;
        padding-right: 6vw;
        box-sizing: border-box;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
        background-position: right 3vw center;
        background-repeat: no-repeat;
        background-size: 1.5em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

}

/* news-con
========================================================================== */
.news-wrap .news-con {
    display: flex;
    flex-wrap: wrap;
    width: 64.9%;
}

.news-wrap .news-box {
    width: 48%;
    margin-right: 2.4%;
    margin-left: 0;
    margin-bottom: 12.7%;
}

.news-wrap .news-box:nth-of-type(2n) {
    margin-right: 0;
}

.news-wrap .news-box a {
    width: 100%;
}

.news-img {
    position: relative;
    width: 100%;
    padding-top: 57.9335%;
    margin-bottom: 15px;
}

.news-img img {
    /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;

    transition: none;
}

.news-wrap .news-box a .news-thumbnail {
    background-color: #FFF;
}
.news-wrap .news-box a:hover .news-thumbnail img {
    opacity: 0.5;
}

.news-item p {
    font-size: 16px;
    font-size: clamp(1.25rem, 1.1vw, 1.6rem);
    line-height: 1.6;
}

.news-item p.date {
    font-size: 14px;
    font-size: clamp(1.2rem, 1.02vw, 1.4rem);
    line-height: 1.8;
}

@media print, screen and (max-width: 768px) {
    .news-wrap .news-con {
        display: block;
        width: 67.7vw;
        margin: 0 auto;
    }

    .news-wrap .news-box {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 14.6vw;
    }

    .news-item {
        width: 100%;
        margin-bottom: 16.3vw;
    }

    /* WPで件数調整
    https://bravo-web.com/news/wordpress%E3%81%AE%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%A0%E6%8A%95%E7%A8%BF%E3%81%A7pc%E3%81%A8%E3%82%B9%E3%83%9E%E3%83%BC%E3%83%88%E3%83%95%E3%82%A9%E3%83%B3%E3%81%AE%E8%A1%A8%E7%A4%BA%E4%BB%B6%E6%95%B0
     */
    .news-item:nth-child(n + 11) {
        display: none;
    }

    .news-img {
        margin-bottom: 4vw;
    }
}

/* news-footer
========================================================================== */
.news-footer {
    width: 100%;
}

.pagination {
    margin: 20px 0 100px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.page-numbers {
    display: flex;
    justify-content: center;
}

.page-numbers li {
    margin: 0 5px;
}
.page-numbers li a {
    color: #FFF;
}

.page-numbers li .page-numbers {
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
}

.page-numbers li .page-numbers.current {
    background-color: #b7975a;
    border-color: #b7975a;
}

.page-numbers li a.page-numbers:hover {
    background-color: #b7975a;
    border-color: #b7975a;
    opacity: 1;
}

.page-numbers li .page-numbers.prev,
.page-numbers li .page-numbers.next,
.page-numbers li .page-numbers.dots {
    border: none;
    width: auto;
}

.page-numbers li .page-numbers.prev:hover,
.page-numbers li .page-numbers.next:hover {
    background-color: inherit;
    text-decoration: underline;
}

.page-numbers li .page-numbers.prev {
    margin-right: 15px;
}

.page-numbers li .page-numbers.next {
    margin-left: 15px;
}

.news-footer .btn-wrap .btn-s::after {
    right: auto;
    left: 16.8px;
    transform: scale(-1, 1);
}

@media print, screen and (max-width: 768px) {
    .pagination {
        margin: 16vw 0 26vw;
    }

    .page-numbers {
        font-size: 14px;
    }

    .page-numbers li {
        margin: 0 1.3vw;
    }

    .page-numbers li .page-numbers {
        width: 10vw;
        height: 10vw;
    }

    .page-numbers li .page-numbers.prev {
        margin-right: 1.3vw;
    }

    .page-numbers li .page-numbers.next {
        margin-left: 1.3vw;
    }

    .news-footer .btn {
        margin: 0 auto;
    }

    .news-footer .btn-s::after {
        right: auto;
        left: 12.6px;
    }
}

/* news-detail
========================================================================== */
main.news-detail {
    padding-top: 33px;
    color: #FFF;
}

.news-detail-con {
    margin: 33px auto;
    width: 81.5%;
}

.news-detai-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 14px;
}

.news-detai-info .category {
    display: flex;
    align-items: flex-start;
}

.news-detai-info .category p:first-of-type {
    color: #b7975a;
    margin-right: 0.75em;
}
.news-detai-info .category p:last-of-type::before {
    content: "/";
}

.news-detai-info .category a {
    margin-left: 1em;
    color: #FFF;
}
.news-detai-info .category a:hover {
    text-decoration: underline;
}

.news-detail-item p {
    margin-bottom: 28px;
}

.news-detail-item pre {
    white-space: pre-wrap;
    font-family: MyYuGothicM, YuGothic, sans-serif !important;
    word-break: break-all;
}

.news-detail-item img {
    margin-bottom: 20px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.news-detail-item p img {
    margin-right: auto;
    margin-left: auto;
}

.news-detail-item h1 {
    font-size: 3.8rem;
    margin-bottom: 28px;
}
.news-detail-item h2 {
    font-size: 2.4rem;
    margin-bottom: 28px;
}
.news-detail-item h3 {
    font-size: 1.9rem;
    margin-bottom: 28px;
}

@media print, screen and (max-width: 768px) {
    main.news-detail {
        padding-top: 5.3vw;
    }

    .news-detail-con {
        margin: 4.5vw auto 30vw;
        width: 74.6vw;
    }

    .news-detai-info {
        margin-bottom: 14px;
        border: none;
        display: block;
    }

    .news-detai-info .category {
        display: block;
    }
    .news-detai-info .category p {
        font-size: 4.5vw;
    }

    .news-detai-info .category p:first-of-type {
        font-size: 4.5vw;
        width: 100%;
        border-bottom: 1px solid #FFF;
        margin-right: 0;
        padding-bottom: 2.2vw;
    }

    .news-detai-info .category p:last-of-type {
        width: 100%;
        margin-top: 2.2vw;
    }
    .news-detai-info .category p:last-of-type::before {
        content: "";
    }

    .news-detai-info .category a {
        text-decoration: none;
        margin-left: 0;
        margin-right: 1em;
    }

    .news-detail-item p {
        margin-bottom: 15.2vw;
        font-size: 5vw;
    }

    .news-detail-item img {
        margin-bottom: 5.3vw;
        width: 100%;
    }

    .news-detail-item h1 {
        font-size: 10vw;
        margin-bottom: 2.4vw;
    }
    .news-detail-item h2 {
        font-size: 6.4vw;
        margin-bottom: 2.4vw;
    }
    .news-detail-item h3 {
        font-size: 5vw;
        margin-bottom: 2.4vw;
    }
}


/* パンくずリスト
========================================================================== */
.news-detail .breadcrumb__list {
    width: 80.9%;
    margin:0 auto;
    padding-bottom: 6.4%;
}
@media print, screen and (max-width: 768px) {
    .news-detail .breadcrumb__list {
        display: flex;
        align-items: center;
        width: 74.6vw;
        padding-bottom: 24vw;
        flex-wrap: wrap;
    }
}
