@charset "UTF-8";
/* --------------------
 News
-------------------- */
.news {
    margin: 0 0 80px;
    overflow: hidden;
}

.news__head {
    align-items: center;
    background-image: url(../images/pages/news/news-main-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: center;
    padding: 30px 15px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news__head {
        height: 650px;
        padding-top: 100px;
    }
}

.news__head__title {
    color: #ffffff;
    display: block;
    font-family: "Makiba", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
    width: 100%;
}

@media (min-width: 768px) {
    .news__head__title {
        font-size: 6.2rem;
    }
}

.news__head__illust {
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    position: absolute;
    right: 0;
    width: 100%;
}

.news__head__illust__item {
    bottom: 0;
    position: absolute;
    right: 0;
}

.news__head__illust__item__mascot {
    bottom: 0;
    position: absolute;
}

.news__head__illust__item:nth-child(1) {
    right: 40px;
    width: 90px;
    z-index: 0;
}

@media (min-width: 768px) {
    .news__head__illust__item:nth-child(1) {
        right: 100px;
        width: auto;
    }
}

.news__head__illust__item:nth-child(1) .news__head__illust__item__mascot {
    left: -15px;
}

@media (min-width: 768px) {
    .news__head__illust__item:nth-child(1) .news__head__illust__item__mascot {
        left: -30px;
    }
}

.news__head__illust__item:nth-child(1) .news__head__illust__item__mascot img {
    width: 55px;
}

@media (min-width: 768px) {
    .news__head__illust__item:nth-child(1) .news__head__illust__item__mascot img {
        width: auto;
    }
}

.news__head__illust__item:nth-child(2) {
    right: 0;
    width: 70px;
    z-index: 1;
}

@media (min-width: 768px) {
    .news__head__illust__item:nth-child(2) {
        width: auto;
    }
}

.news__head__illust__item:nth-child(2) .news__head__illust__item__mascot {
    left: 15px;
    right: -20px;
}

@media (min-width: 768px) {
    .news__head__illust__item:nth-child(2) .news__head__illust__item__mascot {
        left: 30px;
        right: -40px;
    }
}

.news__head__illust__item:nth-child(2) .news__head__illust__item__mascot img {
    width: 100px;
}

@media (min-width: 768px) {
    .news__head__illust__item:nth-child(2) .news__head__illust__item__mascot img {
        width: auto;
    }
}

.news__overview {
    background-color: #f0e5d5;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .news__overview {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}

.news__overview__head {
    margin: 0 0 30px;
}

.news__overview__head__title {
    margin: 0;
}

.news__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .news__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news__overview__content {
    margin: 0;
}


.news__overview__content__slider {
    margin: 0 30px 0;
    text-align: center;
}

.news__overview__content__slider__item {
    text-align: center;
}



.news__overview__content p {
    color: #806a28;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .news__overview__content p {
        font-size: 1.6rem;
    }
}

.news__overview__content p a {
    color: #806a28;
    font-weight: 700;
    text-decoration: none;
}

.news__overview__content p a:hover, .news__overview__content p a:focus {
    color: #806a28;
    text-decoration: underline;
}

.news__overview__content p .large {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .news__overview__content p .large {
        font-size: 1.8rem;
    }
}

.news__overview__content p:last-child {
    margin-bottom: 0;
}

.news__list {
    margin: 0 0 50px;
    padding: 40px 0 0;
}

@media (min-width: 768px) {
    .news__list {
        margin-bottom: 100px;
        padding-top: 80px;
    }
}

.news__list-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .news__list-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news__list__item {
    border-bottom: 1px solid #8c6a28;
}

.news__list__item__link {
    align-items: stretch;
    border-radius: 3px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 5px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
}

@media (min-width: 768px) {
    .news__list__item__link {
        flex-wrap: nowrap;
    }
}

@media (min-width: 992px) {
    .news__list__item__link {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news__list__item__link:hover, .news__list__item__link:focus {
    background-color: rgba(128, 106, 40, .1);
}

.news__list__item__link__category {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    width: 120px;
}

.news__list__item__link__category .com-category {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
}

.news__list__item__link__date {
    color: #806a28;
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 0 0 0 30px;
}

.news__list__item__link__title {
    color: #806a28;
    display: block;
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 15px 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .news__list__item__link__title {
        padding-left: 30px;
        padding-top: 0;
        width: auto;
    }
}

.news__pager-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .news__pager-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news__pager__list {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 10px;
    text-align: center;
}

.news__pager__list__item {
    display: block;
    padding: 3px;
    text-align: center;
}

.news__pager__list__item__link {
    align-items: center;
    background-color: rgba(73, 174, 134, .82);
    border-radius: 20px;
    color: rgba(255, 255, 255, .82);
    display: flex;
    flex-direction: row;
    font-size: 1.4rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    padding: 0 0 0 1px;
    position: relative;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1), color .2s cubic-bezier(.645, .045, .355, 1);
    width: 30px;
}

.news__pager__list__item__link:after {
    border-bottom: 1px solid #0b702c;
    bottom: -3px;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    width: auto;
}

.news__pager__list__item__link:hover, .news__pager__list__item__link:focus {
    background-color: #49ae86;
    color: white;
}

.news__pager__list__item__link:hover:after, .news__pager__list__item__link:focus:after {
    opacity: 1;
}

.news__pager__list__item__link--prev, .news__pager__list__item__link--next {
    background-color: transparent;
    border-radius: 0;
    color: #0b702c;
}

.news__pager__list__item__link--prev:hover, .news__pager__list__item__link--prev:focus, .news__pager__list__item__link--next:hover, .news__pager__list__item__link--next:focus {
    background-color: transparent;
}

.news__pager__list__item__link--prev:hover:after, .news__pager__list__item__link--prev:focus:after, .news__pager__list__item__link--next:hover:after, .news__pager__list__item__link--next:focus:after {
    opacity: 1;
}

.news__pager__list__item.current .news__pager__list__item__link {
    background-color: #0b702c;
    color: #ffffff;
    pointer-events: none;
}

.news__pager__list__item.current .news__pager__list__item__link:after {
    opacity: 1;
}

.news__pager__list__item.current .news__pager__list__item__link:hover, .news__pager__list__item.current .news__pager__list__item__link:focus {
    color: #ffffff;
}

/* --------------------
 News detail
-------------------- */
.news-detail {
    margin: 0 0 80px;
    overflow: hidden;
}

.news-detail__head {
    align-items: center;
    background-image: url(../images/pages/news/news-main-photo.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
    height: 300px;
    justify-content: center;
    padding: 30px 15px 0;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__head {
        height: 650px;
        padding-top: 100px;
    }
}

.news-detail__head__title {
    color: #ffffff;
    display: block;
    font-family: "Makiba", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.4;
    text-align: center;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, .75);
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__head__title {
        font-size: 6.2rem;
    }
}

.news-detail__head__illust {
    bottom: -30px;
    left: 0;
    margin: 0 auto;
    max-width: 1140px;
    position: absolute;
    right: 0;
    width: 100%;
}

.news-detail__head__illust__item {
    bottom: 0;
    position: absolute;
    right: 0;
}

.news-detail__head__illust__item__mascot {
    bottom: 0;
    position: absolute;
}

.news-detail__head__illust__item:nth-child(1) {
    right: 40px;
    width: 90px;
    z-index: 0;
}

@media (min-width: 768px) {
    .news-detail__head__illust__item:nth-child(1) {
        right: 100px;
        width: auto;
    }
}

.news-detail__head__illust__item:nth-child(1) .news-detail__head__illust__item__mascot {
    left: -15px;
}

@media (min-width: 768px) {
    .news-detail__head__illust__item:nth-child(1) .news-detail__head__illust__item__mascot {
        left: -30px;
    }
}

.news-detail__head__illust__item:nth-child(1) .news-detail__head__illust__item__mascot img {
    width: 55px;
}

@media (min-width: 768px) {
    .news-detail__head__illust__item:nth-child(1) .news-detail__head__illust__item__mascot img {
        width: auto;
    }
}

.news-detail__head__illust__item:nth-child(2) {
    right: 0;
    width: 70px;
    z-index: 1;
}

@media (min-width: 768px) {
    .news-detail__head__illust__item:nth-child(2) {
        width: auto;
    }
}

.news-detail__head__illust__item:nth-child(2) .news-detail__head__illust__item__mascot {
    left: 15px;
    right: -20px;
}

@media (min-width: 768px) {
    .news-detail__head__illust__item:nth-child(2) .news-detail__head__illust__item__mascot {
        left: 30px;
        right: -40px;
    }
}

.news-detail__head__illust__item:nth-child(2) .news-detail__head__illust__item__mascot img {
    width: 100px;
}

@media (min-width: 768px) {
    .news-detail__head__illust__item:nth-child(2) .news-detail__head__illust__item__mascot img {
        width: auto;
    }
}

.news-detail__overview {
    background-color: #f0e5d5;
    padding: 0 0 40px;
}

@media (min-width: 768px) {
    .news-detail__overview {
        padding-bottom: 80px;
        padding-top: 20px;
    }
}

.news-detail__overview__head {
    margin: 0 0 15px;
}

.news-detail__overview__head__title {
    margin: 0;
}

.news-detail__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-detail__overview__date {
    color: #806a28;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 50px;
    text-align: right;
}

@media (min-width: 768px) {
    .news-detail__overview__date {
        font-size: 1.6rem;
    }
}

.news-detail__overview__photo {
    text-align: center;
}

.news-detail__overview__gallery {
    margin: 0 0 70px;
}

.news-detail__overview__gallery:last-child {
    margin-bottom: 0;
}

.news-detail__overview__gallery__photo {
    text-align: center;
}

.news-detail__overview__gallery__slider {
    margin: 0 auto;
    max-width: 960px;
}

.news-detail__overview__gallery__slider__item {
    text-align: center;
}

.news-detail__overview__gallery__slider__item img {
    display: inline;
    margin: 0 auto;
}

.news-detail__overview__gallery__slider .slick-dots {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px 0 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.news-detail__overview__gallery__slider .slick-dots li {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 5px;
    width: 20%;
}

@media (min-width: 768px) {
    .news-detail__overview__gallery__slider .slick-dots li {
        width: 16.66667%;
    }
}

.news-detail__overview__gallery__slider .slick-dots li button {
    -webkit-appearance: none;
    background: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    border-radius: 0;
    display: block;
    height: auto;
    list-style: none;
    margin: 0;
    padding: 100% 0 0;
    position: relative;
    width: 100%;
}

.news-detail__overview__gallery__slider .slick-dots li button:after {
    background-color: rgba(0, 85, 43, .4);
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    z-index: 1;
}

.news-detail__overview__gallery__slider .slick-dots li button:focus {
    outline: none;
}

.news-detail__overview__gallery__slider .slick-dots li.slick-active button:after {
    opacity: 1;
}


.news-detail__main {
    padding: 40px 0 0;
}

@media (min-width: 768px) {
    .news-detail__main {
        padding-top: 80px;
    }
}

.news-detail__main-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .news-detail__main-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1010px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.news-detail__main__content {
    margin: 0 0 40px;
}

.news-detail__main__content__title {
    color: #806a28;
    font-family: "M PLUS Rounded 1c", YuGothic, "游ゴシック体", YuGothicMedium, "Yu Gothic", "游ゴシック", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: .15em;
    line-height: 1.6;
    margin: 0 0 10px;
}

@media (min-width: 768px) {
    .news-detail__main__content__title {
        font-size: 2.4rem;
    }
}

.news-detail__main__content p {
    color: #806a28;
    font-size: 1.4rem;
    line-height: 2.2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .news-detail__main__content p {
        font-size: 1.6rem;
    }
}

.news-detail__main__content p a {
    color: #806a28;
    font-weight: 700;
    text-decoration: none;
}

.news-detail__main__content p a:hover, .news-detail__main__content p a:focus {
    color: #806a28;
    text-decoration: underline;
}

.news-detail__main__content p .large {
    font-size: 1.6rem;
}

@media (min-width: 768px) {
    .news-detail__main__content p .large {
        font-size: 1.8rem;
    }
}

.news-detail__main__content p:last-child {
    margin-bottom: 0;
}

.news-detail__main__action {
    margin: 0;
    text-align: center;
}

.news-detail__main__action__mascot {
    background-image: url(../images/icons/icon-illust-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 77px 54px;
    display: inline-block;
    height: 54px;
    vertical-align: bottom;
    width: 77px;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .news-detail__main__action__mascot {
        background-image: url(../images/icons/icon-illust-1@2x.png);
    }
}

.news-detail__main__action__button {
    background-color: #806a28;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 35px;
    transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
    vertical-align: bottom;
}

.news-detail__main__action__button:hover, .news-detail__main__action__button:focus {
    background-color: rgba(128, 106, 40, .75);
    color: #ffffff;
}
