@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.tukusi {
    font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", serif;
}

.hlv {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.century {
    font-family: "Questrial", sans-serif;
}

.minimunWidth {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
}

.inrWidth {
    width: 90%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

.outerWidth {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.fullWidth {
    margin-right: auto;
    margin-left: auto;
}

@media print,
screen and (min-width: 1400px) {
    .fullWidth {
        width: 1400px;
    }
    .inrWidth {
        width: 90%;
        max-width: 1000px;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 1200px) and (max-width: 1400px) {
    .fullWidth {
        width: 100%;
    }
    .outerWidth {
        width: 1200px;
    }
    .inrWidth {
        width: 90%;
        max-width: 1000px;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1400px) {
    .fullWidth {
        width: 90% !important;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1200px) {
    .outerWidth {
        width: 95% !important;
    }
    .minimumWidth {
        width: 720px;
    }
}

@media print,
screen and (min-width: 768px) and (max-width: 1000px) {
    .inrWidth {
        width: 95% !important;
        max-width: 1000px;
    }
}

@media screen and (max-width: 768px) {
    .minimumWidth {
        width: 90%;
    }
    .inrWidth {
        width: 90%;
        max-width: 1000px;
    }
    .outerWidth {
        width: 90% !important;
    }
    .fullWidth {
        width: 90% !important;
    }
}


/*----------------------------------------
HEADER
-----------------------------------------*/


/*----------------------------------------
FOOTER
-----------------------------------------*/


/*----------------------------------------
MAIN
-----------------------------------------*/

input[type="text"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

.bgGY {
    background: #f4f3f3;
}

@media screen and (min-width: 769px) {
    #area_news .list li {
        transition: .3s;
    }
    #TOP {
        overflow: hidden;
        width: calc(100% - 110px);
        margin-left: auto;
        margin-bottom: 0;
    }
    #OIH+footer {
        margin-top: 0!important;
        width: calc(100% - 110px);
        margin-left: auto;
    }
    .top__subttl {
        font-size: 5rem;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-family: Helvetica, Arial, sans-serif;
        text-align: center;
        padding: 0;
    }
    #TOP .mv {
        background: url(../img/top2022/mv.jpg) no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
    #TOP .mv__lead {
        font-size: 44px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFF;
    }
    #TOP .mv__lead2 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFF;
        margin-bottom:16px;
    }
    #TOP .mv__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 350px;
        height: 60px;
        background: #FFF;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 30px auto 0;
        border-radius: 0 0 20px 0;
    }
    #TOP .aboutus__blk--h2 {
        font-size: 2.8rem;
        margin-bottom: 20px;
        padding: 0;
    }
    #TOP .aboutus__blk {
        max-width: 900px;
    }
    .list li {
        width: 30%;
        margin-right: 5%;
        border-radius: 0 0 20px 0;
    }
    .list li:nth-of-type(3n) {
        margin-right: 0;
    }
    #area_news .date {
        font-size: 1.4rem !important;
        color: #222 !important;
    }
    .label,
    .event-categories>li>a {
        color: #FFF;
        background: #999999;
        border-radius: 0;
    }
    .new::before {
        content: 'NEW';
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        color: #FFF;
        background: #222;
        width: 78px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-news__more {
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0;
        text-align: right;
    }
    .top-news__more--btn {
        position: relative;
        padding-bottom: 3px;
    }
    .top-news__more--btn:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #222;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: .2s;
    }
    .top-news__more--btn:hover:after {
        width: 0;
    }
    .facts__blk--box {
        width: 32%;
        margin-right: 2%;
        background: #FFF;
        border-radius: 0 0 20px 0;
        margin-bottom: 2%;
        padding-top: 40px;
    }
    .facts__blk--box.jcCnt {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .facts__blk--box:nth-child(3n) {
        margin-right: 0;
    }
    .facts__blk--box h3.fcBig {
        font-size: 2, 2rem!important;
        font-weight: bold;
        text-align: center;
    }
    .facts__blk--box h3.fsSml {
        font-size: 2rem!important;
    }
    .facts__blk--box h3 {
        font-size: 2, 2rem!important;
        line-height: 1.1;
        text-align: left;
    }
    .facts__blk--box p {
        font-size: 1.6rem!important;
    }
    a.facts__blk--box {
        position: relative;
        overflow: hidden;
        padding-bottom: 50px;
    }
    a.facts__blk--box:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: '┛';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: -0.5em;
        color: #FFF;
        background: #222;
    }
    #more_then .top__subttl {
        text-align: left;
        margin-bottom: 10px;
    }
    .more_then--txt {
        font-size: 1.6rem;
        font-weight: bold;
    }
    .offer__blk--box {
        display: flex;
        flex-direction: column;
        background: #FFF;
        width: 48%;
    }
    .offer__blk--box div {
        margin-bottom: 30px;
    }
    .offer__blk--box h3 {
        position: relative;
        text-align: left!important;
        line-height: 1.45;
        margin-bottom: 25px;
    }
    .offer__blk--box h3:before {
        position: absolute;
        top: 0.75em;
        left: -45px;
        content: '';
        display: block;
        width: 20px;
        height: 3px;
        background: #c3247b;
    }
    .offer__blk--box p {
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: 0.06em;
        margin-bottom: 10px;
    }
    .offer__blk--box a {
        color: #cf5095;
        text-decoration: underline;
    }
    .offer__blk--box iframe {
        height: 224.25px;
    }
    .offer__blk--box iframe,
    .offer__blk--box img {
        margin-top: auto;
    }
    .indentLine {
        padding: 0!important;
    }
    .indentLine__blk {
        position: relative;
        background: #FFF;
        padding: 50px 100px 50px 45px;
        margin-bottom: 50px;
    }
    .indentLine__blk--btn {
        position: absolute;
        top: 50px;
        right: 50px;
        width: 40px;
        height: 40px;
        background: #222;
        border-radius: 8px 0 8px 0;
        cursor: pointer;
    }
    .indentLine__blk--btn:before {
        content: '';
        position: absolute;
        top: 19px;
        right: 10px;
        width: 20px;
        height: 2px;
        background: #FFF;
    }
    .indentLine__blk:last-of-type {
        margin-bottom: 0;
    }
    .indentLine__blk--btn:after {
        content: '';
        position: absolute;
        left: 19px;
        top: 19px;
        width: 2px;
        height: 2px;
        background: #FFF;
        transition: .3s;
    }
    .indentLine__blk--btn.open:after {
        top: 10px;
        height: 20px;
    }
    .indentLine__ttl {
        font-size: 2.4rem;
        margin: 0;
    }
    .indentLine__ttl:before {
        top: 0.75em;
        left: -45px;
        content: '';
        display: block;
        width: 20px;
        height: 3px;
        background: #c3247b;
        border-bottom: none;
    }
    .indentLine__blk p {
        font-size: 1.4rem;
        margin-top: 20px;
        display: none;
    }
    #area_offer,
    #area_let-us {
        padding-bottom: 0;
    }
    .snsWindow__subttl {
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-family: Helvetica, Arial, sans-serif;
        margin: 50px auto 15px;
    }
    .snsWindow__blk>div {
        background: #FFF;
        width: 30%;
        padding: 25px 10px 0;
        border-radius: 0 0 20px 0;
    }
    .snsWindow__blk>div.pb30 {
        padding-bottom: 30px;
    }
    .snsWindow__blk h4 {
        position: relative;
        font-size: 2.4rem;
        font-weight: bold;
        margin: 0 0 20px 30px;
    }
    .snsWindow__blk h4:before {
        position: absolute;
        top: 0.75em;
        left: -40px;
        content: '';
        display: block;
        width: 20px;
        height: 3px;
        background: #c3247b;
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    #TOP {
        overflow: hidden;
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    #OIH+footer {
        margin-top: 0!important;
    }
    .top__subttl {
        font-size: 2.5rem;
        line-height: 1;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-family: Helvetica, Arial, sans-serif;
        text-align: center;
        padding: 0;
    }
    #TOP .mv {
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #TOP .mv__lead {
        font-size: 22px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFF;
    }
    #TOP .mv__lead2 {
        font-size: 16px;
        line-height: 1.2;
        text-align: center;
        letter-spacing: 0.04em;
        color: #FFF;
        margin-bottom:16px;
    }
    #TOP .mv__btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 240px;
        height: 40px;
        background: #FFF;
        font-size: 1.6rem;
        font-weight: bold;
        margin: 30px auto 0;
        border-radius: 0 0 20px 0;
    }
    #TOP .mv::before {
        content: "";
        background: url(../img/top2022/mv_sp.jpg) no-repeat;
        background-size: cover;
        background-position: center;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
    }
    #TOP .aboutus__blk--h2 {
        font-size: 2rem;
        margin-bottom: 20px;
        padding: 0;
    }
    #TOP .aboutus__blk {
        max-width: 900px;
    }
    .list li {
        width: 30%;
        margin-right: 5%;
        border-radius: 0 0 20px 0;
    }
    .list li:nth-of-type(3n) {
        margin-right: 0;
    }
    #area_news {
        background: #FFF;
    }
    #area_news .date {
        font-size: 1.4rem !important;
        color: #222 !important;
    }
    .label,
    .event-categories>li>a {
        color: #FFF;
        background: #999999;
        border-radius: 0;
    }
    .new::before {
        content: 'NEW';
        display: block;
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 1;
        color: #FFF;
        background: #222;
        width: 78px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-news__more {
        font-size: 1.5rem;
        font-weight: bold;
        letter-spacing: 0;
        text-align: right;
    }
    .top-news__more--btn {
        position: relative;
        padding-bottom: 3px;
        padding-right:10px;
    }
    .top-news__more--btn:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        background: #222;
        position: absolute;
        bottom: 0;
        right: 0;
        transition: .2s;
    }
    .top-news__more--btn:hover:after {
        width: 0;
    }
    .facts__blk--box {
        background: #FFF;
        border-radius: 0 0 10px 0;
        margin-bottom: 4%;
    }
    .facts__blk--box:nth-child(2n) {
        margin-right: 0;
    }
    .facts__blk--box h3.fcBig {
        text-align: center;
    }
    .facts__blk--box h3 {
        font-size: 2rem!important;
        line-height: 1.1;
        padding: 0 15px;
        text-align: left;
    }
    a.facts__blk--box {
        position: relative;
        overflow: hidden;
        padding-bottom: 30px;
    }
    a.facts__blk--box:after {
        position: absolute;
        bottom: 0;
        right: 0;
        content: '┛';
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: -0.5em;
        color: #FFF;
        background: #222;
    }
    #more_then .top__subttl {
        text-align: left;
        margin-bottom: 10px;
    }
    .more_then--txt {
        font-size: 1.4rem;
        font-weight: bold;
    }
    .offer__blk--box {
        display: flex;
        flex-direction: column;
        align-items: center;
        background: #FFF;
    }
    .offer__blk--box:last-of-type {
        margin-bottom: 0!important;
    }
    .offer__blk--box div {
        margin-bottom: 15px;
    }
    .offer__blk--box h3 {
        position: relative;
        text-align: left!important;
        line-height: 1.45;
        margin-bottom: 15px;
    }
    .offer__blk--box h3:before {
        position: absolute;
        top: 0.5em;
        left: -20px;
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        background: #c3247b;
    }
    .offer__blk--box p {
        margin-bottom: 10px;
    }
    .offer__blk--box a {
        color: #cf5095;
        text-decoration: underline;
    }
    .offer__blk--box iframe {
        height: 224.25px;
    }
    .offer__blk--box iframe,
    .offer__blk--box img {
        margin-top: auto;
    }
    .indentLine {
        padding: 0!important;
    }
    .indentLine__blk {
        position: relative;
        background: #FFF;
        padding: 20px 40px 20px 20px;
        margin-bottom: 50px;
    }
    .indentLine__blk--btn {
        position: absolute;
        top: 25px;
        right: 10px;
        width: 30px;
        height: 30px;
        background: #222;
        border-radius: 8px 0 8px 0;
        cursor: pointer;
    }
    .indentLine__blk--btn:before {
        content: '';
        position: absolute;
        top: 14px;
        right: 8px;
        width: 14px;
        height: 2px;
        background: #FFF;
    }
    .indentLine__blk:last-of-type {
        margin-bottom: 0;
    }
    .indentLine__blk--btn:after {
        content: '';
        position: absolute;
        left: 14px;
        top: 14px;
        width: 2px;
        height: 2px;
        background: #FFF;
        transition: .3s;
    }
    .indentLine__blk--btn.open:after {
        top: 8px;
        height: 14px;
    }
    .indentLine__ttl {
        line-height: 1.2;
        margin: 0;
    }
    .indentLine__ttl:before {
        top: 0.5em;
        left: -20px;
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        background: #c3247b;
        border-bottom: none;
    }
    .indentLine__blk p {
        font-size: 1.4rem;
        margin-top: 20px;
        display: none;
    }
    #area_offer,
    #area_let-us {
        padding-bottom: 0!important;
    }
    .snsWindow__subttl {
        font-size: 2rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        font-family: Helvetica, Arial, sans-serif;
        margin: 50px auto 15px;
    }
    .snsWindow__blk>div {
        background: #FFF;
        padding: 25px 10px 15px;
        border-radius: 0 0 20px 0;
        text-align: center;
    }
    .snsWindow__blk h4 {
        position: relative;
        font-size: 1.7rem;
        font-weight: bold;
        margin: 0 0 10px 20px;
        text-align: left;
    }
    .snsWindow__blk h4:before {
        position: absolute;
        top: 0.75em;
        left: -30px;
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        background: #c3247b;
        border-bottom: none;
    }
}

@media screen and (max-width: 768px) {
    .list li {
        width: 100%;
        margin-right: 5%;
        border-radius: 0 0 20px 0;
    }
}