@charset 'UTF-8';

:root{
    --base:#231A15;
    --green:#04914F;
    --bg-green:#00723D;
    --bg-lightgreen:#DFF6D2;

    --border:#C9C9C9;

    --lift:#346CA6;
    --wasabi:#04914F;
    --asagohan:#DB4823;
    --cycling:#4BBC9E;
    --breakfast:#E5BF00;
    --breakfast-text:#B99B00;

    --zenkaku: "Zen Kaku Gothic New", sans-serif;

    --wrap:940px;
    --header-height:750px;

    --transition:all .3s ease;
}

body,
body.home{
    min-width:1280px;
}
.wrap, body.home .wrap {
    overflow: visible;
}
.inline-block {
    display: inline-block;
}

/****************************************************** 1600px */
@media only screen and (max-width:1600px){

    /* LAYOUT */
    .main-header__logo{
        left:calc((100vw - 100px - var(--wrap) - 80px) / 2 - 50px);
    }
    .main-header__menu{
        right:100px;
    }
    .main-container{
        width:calc(100% - 100px);
    }

    /* HEADER */
    .main-header__logo img{
        width:80px;
    }

}
/* 1600px*/

/****************************************************** 1440px */
@media only screen and (max-width:1440px){

    /* LAYOUT */
    .main-header__logo{
        left:calc((100vw - 100px - var(--wrap) - 60px) / 2);
    }
    .main-header__menu{
        right:80px;
    }

    /* HEADER */
    .main-header__logo img{
        width:60px;
    }
    .main-header__menus li a{
        font-size:14px;
    }
    .main-header__menus li:not(:last-of-type){
        margin-bottom:18px;
    }

}
/* 1440px*/


/****************************************************** 1280px */
@media only screen and (max-width:1280px){

    /* LAYOUT */
    .main-header__logo{
        left:90px;
    }
    .main-header__menu{
        right:80px;
    }

}
/* 1280px*/


/****************************************************** 991px */
@media only screen and (max-width:991px){

    body, body.home {
        min-width: auto;
    }

    /* LAYOUT */
    .main-container{
        width:calc(100% - 40px);
    }
    .main-header__logo {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
    }

    /* HEADER */
    .main-header__logo img{
        width:220px;
    }
    .main-header__menu {
        top: 20px;
        right: 40px;
    }
    .main-header__menus {
        display: none;
    }
    .main-header__sptoggler {
        display: inline-block;
    }

    .top-mv {
        padding-bottom: 0;
    }
    .top-mv__mainimg__line {
        width: 23vw;
        top: initial;
        left: initial;
        bottom: -5vw;
        right: 1vw;
    }
	.top-mv__maintext {
        font-size: 16px;
        letter-spacing: .05em;
        line-height: 2.4;
    }

    .top-eventsec {
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .top-eventsec::before {
        height: 200px;
    }
    .top-eventsec::after {
        top: 200px;
        height: calc(100% - 200px);
    }
    .top-eventsec__title {
        max-width: 200px;
        margin-inline: auto;
        margin-bottom: 30px;
    }
    .top-event__articles {
        gap: 20px;
    }
    .top-event__article__category span {
        padding: 14px 18px;
        border-radius: 4px 16px 4px 4px;
        font-size: 12px;
        font-weight: bold;
    }
    .top-event__article__title {
        margin: 12px 0 5px;
        font-size: 14px;
        font-weight: bold;
    }
    .top-event__article__during {
        font-size: 12px;
    }
    .top-event-calbox {
        justify-content: center;
        gap: 30px;
        border-radius: 20px 80px 20px 20px;
        padding: 30px;
        margin-top: 60px;
    }
    .top-event-calbox__calendar {
        width: 100%;
        max-width: 350px;
    }
    .calendar-box__title {
        width: 100%;
        max-width: 350px;
    }
    .top-footer__slider {
        padding-top: 60px;
    }
    .top-footer-slide img {
        width: 2170px;
        height: 400px;
    }
    .top-footer__topicsec {
        padding-top: 120px;
    }
    .top-footer__topicbox__title {
        top: -55px;
        left: calc(50% - 138px);

        & img {
            width: 270px;
        }
    }
    .top-footer__topicbox {
        border-radius: 20px 80px 20px 20px;
        padding: 30px;
    }
    .instagram-sec {
        padding-top: 60px;
    }
    .archive-topics__article__metas {
        gap: 8px 10px;
        margin-bottom: 8px;
    }
    .archive-topics__article__title {
        font-size: 16px;
    }
    .main-footer {
        padding-top: 60px;
    }
    .main-footer__upperimg img {
        width: 700px;
        height: auto;
    }
    .footer-logo {
        margin-bottom: 30px;
        & img {
            width: 200px;
        }
    }
    .main-footer__section {
        padding-bottom: 60px;
    }
    .footer-infosec__title {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }
    .footer-infosec__text {
        font-size: 16px;
    }
    .footer-copyright {
        margin-top: 30px;
        font-size: 11px;
    }

    .sticky-container__pnimg.fixleft {
        width: 20vw;
    }
    .sticky-container__pnimg.fixright {
        width: 23vw;
    }

    .single-event {
        padding-top: 80px;
    }
    .event-thumbnails {
        max-width: 650px;
        margin-inline: auto;
    }
    .event-thumbnails__slide {
        border-radius: 20px 80px 20px 20px;
    }
    .event-head__title {
        font-size: 20px;
    }
    .event-maincontent>* {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .event-imgcolumns.grid3 {
        gap: 20px;
    }
    .event-imgcolumn__text {
        font-size: 14px;
    }
    .event-schedules {
        margin-top: 120px;
    }
    .event-schedules__title img {
        width: 350px;
        height: auto;
    }
    .event-schedules__box {
        border-radius: 20px 80px 20px 20px;
        padding: 40px;
    }
    .event-plans {
        margin-top: 60px;
    }
    .event-plans__title__img img {
        width: 350px;
        height: auto;
    }
    .event-calendarsec {
        margin-top: 150px;
    }
    .event-calendarsec__title img {
        width: 400px;
        height: auto;
    }
    .event-calendarsec__box {
        border-radius: 20px 80px 20px 20px;
        padding: 40px;
    }

    .event-maincontent h2 {
        font-size: 18px;
    }
    .event-maincontent h3 {
        font-size: 16px;
    }
    .event-maincontent h4 {
        font-size: 14px;
    }

    .view-more a {
        font-size: 16px;
    }
    .reserve-btn a {
        font-size: 20px;
    }
    .event-back {
        margin-top: 20px;
    }
    form input[type="submit"], form button {
        font-size: 18px;
        padding: 15px 70px;
    }
}
/* 991px*/


/****************************************************** 767px */
@media only screen and (max-width:767px){

    /* LAYOUT */
    .main-container {
        border-radius: 0 0 30px 30px;
        padding-bottom: 60px;
    }
    .main-header__logo {
        top: 10px;
    }

    /* HEADER */
    .main-header__logo img{
        width:160px;
    }
    .main-header__sptoggler {
        width: 2.5em;
        height: 2.5em;
    }

    /* FOOTER */
    .footer-infosec__title {
        font-size: 14px;
    }
    .footer-infosec__text {
        font-size: 14px;
    }

    .top-mv__mainimg__line {
        bottom: -8vw;
    }
	.top-mv__maintext {
        font-size: 14px;
        margin-top: 50px;
    }
    .top-eventsec {
        padding-bottom: 20px;
    }
    .top-eventsec::before {
        height: 120px;
    }
    .top-eventsec::after {
        top: 120px;
        height: calc(100% - 120px);
    }
    .top-eventsec__title {
        max-width: 180px;
    }
    .top-event__articles {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin-inline: auto;
    }
    .top-event__article {
    }
    .top-event-calbox {
        padding: 30px 20px;
        border-radius: 20px 60px 20px 20px;
    }
    .top-footer__topicbox {
        border-radius: 20px 60px 20px 20px;
    }
    .sticky-container__pnimg.fixleft {
        display: none;
    }
    .sticky-container__pnimg.fixright {
        display: none;
    }

    .single-event {
        padding-top: 70px;
    }
    .event-thumbnails__slide {
        border-radius: 20px 60px 20px 20px;
    }
    .event-maincontent {
        padding: 20px 0;
    }
    .event-mainsec:not(:first-child) {
        padding-top: 20px;
    }
    .event-imgcolumns.grid3 {
        grid-template-columns: 1fr;
    }
    .event-schedules__title img {
        min-width: 280px;
    }
    .event-schedules__box {
        border-radius: 20px 60px 20px 20px;
        padding: 20px;
    }
    .event-schedule__line::before {
        content: none;
    }
    .event-schedule__line li dl {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .event-schedule__line li dl dt {
        width: 100px;
        height: 30px;
        font-size: 14px;
    }
    .event-schedule__line li dl dd {
        max-width: 100%;
        font-size: 14px;
        text-align: center;
        padding-top: 0;
    }
    .event-plans__title__img img {
        width: 260px;
    }
    .event-plans__plan {
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .event-plans__plan__img {
        width: 100%;
    }
    .event-plans__plan__content {
        width: 100%;
    }
    .event-calendarsec__title img {
        min-width: 300px;
    }
    .event-calendarsec__box {
        border-radius: 20px 60px 20px 20px;
        padding: 40px 20px;
    }
    .event-reserve {
        margin-top: 30px;
    }
    .reserve-btn a {
        width: 280px;
        height: 60px;
        gap: 10px;
        font-size: 18px;
    }
    .event-head__category span {
        width: 200px;
    }
    .form-dls dl {
        display: block;
    }
    .form-dls dl dt {
        width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .form-dls dl dt span {
        display: inline-block;
        position: relative;
        top: initial;
        right: initial;
        margin-left: 1em;
    }
    .form-dls dl dd {
        width: 100%;
    }
    .submit-btns {
        margin-top: 30px;
    }
    .topics-archive {
        padding-top: 130px;
    }
}

/* 767px*/