*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.2;
    width: 100%;
    max-width: 1920px;
    margin: auto !important;
    overflow-x: hidden;
    position: relative;
}
a {
    text-decoration: none;
}

div,
section {
    display: flex;
}

section {
    flex-direction: column;
    width: 100%;
    position: relative;
}

img, picture {
    width: 100%;
    height: auto;
}
picture {
    display: flex;
    height: fit-content;
}

.center {
    text-align: center;
}

.pc {
    display: block;
}

.pc-tab {
    display: block;
}

.tab {
    display: none;
}
.tab-sp {
    display: none;
}

.sp {
    display: none;
}

@media screen and (max-width: 1000px) {
    .tab {
        display: block;
    }
    .tab-sp {
        display: block;
    }
    .pc-tab {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .tab-sp {
        display: none;
    }
    .sp {
        display: block;
    }
    .pc {
        display: none !important;
    }
}

.content {
    flex-direction: column;
    width: 100%;
    max-width: 1200px;
    padding: 80px 2vw;
    margin: auto;
}
.content.w1500 {
    max-width: 1500px;
}

/*/////////////////////MV////////////////////////////*/

#logo {
    width: 180px;
    position: fixed;
    top: 20px;
    left: 20px;
    filter:saturate(0%) brightness(800%);
    transition: .4s ease;
    z-index: 10000;
}
#logo.active {
    filter:saturate(100%) brightness(100%);
}
#mv {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mv-top .inner {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 10px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.mv-top {
    width: 100%;
    max-height: 65vh;
    background: url(../img/mv-bg.jpg)no-repeat center / cover;
}
.mv-img {
    max-height: 100%;
    height: 100%;
}
.mv-img img {
    width: fit-content;
    height: 100%;
    object-fit: contain;
    margin: 0 auto;
}
.mv-btm {
    width: 100%;
    min-height: 35vh;
    background-color: #715136;
    flex-direction: column;
}
.mv-btm .inner {
    flex-direction: column;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 40px 2vw 0 2vw;
    justify-content: center;
    align-items: center;
}
.mv-btm-text {
    width: 100%;
    margin: 0 auto 20px auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
.mv-btm-text-img {
    max-width: 720px;
    margin: 0 auto;
}
.mv-btm-text-p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.promise {
    width: 100%;
    max-width: 1500px;
    display: flex;
    justify-content: center;
    margin: auto auto 0 auto;
}
.promise-ttl {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    min-width: 125px;
    height: auto;
    font-size: 26px;
    letter-spacing: 3px;
    color: #fff;
    padding: 15px;
    font-weight: bold;
    background-color: #F3A81D;
}
.promise-text {
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 20px;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    text-align: left;
}
.promise-text span {
    color: #C61E1E;
}
.cta-btn {
    position: fixed;
    display: flex;
    align-items: flex-end;
    width: 330px;
    max-width: 80%;
    z-index: 10000;
    right: 0;
    bottom: 0;
}
#top-btn {
    transition: .8s ease;
    position: fixed;
    width: 60px;
    height: 60px;
    left: 20px;
    bottom: -150px;
    z-index: 9999;
}
#top-btn.active {
    bottom: 20px;
}

/*/////////////////////コンテンツ////////////////////////////*/

.first-top {
    background: url(../img/first-top-bg.jpg)no-repeat center / cover;
}
.first-btm {
    background: url(../img/first-btm-bg.jpg)no-repeat center / cover;
}
.first-top .content {
    padding: 120px 2vw;
}
.list-wrapper {
    display: flex;
    width: 100%;
    padding: 80px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin: 60px auto;
}
.first-list {
    width: 100%;
    max-width: 556px;
    margin: auto;
}
.first-img {
    width: 25%;
    position: absolute;
    right: 0;
    bottom: -11vw;
    z-index: 10;
}
.first {
    background: url(../img/first-bg.jpg)no-repeat center / cover;
}
.attention {
    background-color: #EC8425;
}
.attention .content {
    position: relative;
}
.attention-text {
    max-width: 710px;
    width: 100%;
    margin: 0 auto;
}
.attention-img {
    width: 175px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.learn::before {
    content: "";
    background-color: #FFF6ED;
    width: 45%;
    height: 200px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
}
.learn-ttl {
    margin-bottom: 50px;
}
.learn-img {
    width: 25%;
    position: absolute;
    left: 0;
    bottom: -11vw;
    z-index: 10;
}
.osusume {
    background: url(../img/osusume-bg.jpg)no-repeat center / cover;
}
.kids, .gift {
    margin-bottom: 120px;
}
.map-wrapper {
    height: 350px;
}
iframe {
    width: 50%;
}
.map-wrapper .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    background: url(../img/venue-bg.jpg)no-repeat center / cover;
    padding: 50px;
    justify-content: center;
    font-size: 18px;
}
.map-wrapper .text p {
    display: flex;
    flex-direction: column;
    font-weight: bold;
}
.map-wrapper .text p:first-of-type::after {
    content: "";
    height: 1px;
    width: 80px;
    margin: 30px 0;
    background-color: #000;
}
.venue-ttl {
    margin-bottom: 40px;
}
.contact-ttl {
    flex-direction: column;
    text-align: center;
    font-weight: normal;
}
.contact-ttl .ttl {
    font-size: 34px;
    margin-bottom: 20px;
}
.contact-ttl .ttl-btm {
    font-size: 16px;
    margin-bottom: 30px;
}
.contact-ttl .text {
    font-size: 14px;
    margin-bottom: 60px;
}
#contact-form {
    background: #E5E6E8;
}
.btm {
    background: url(../img/btm-bg.jpg)no-repeat center / cover;
}
.btm-img {
    display: flex;
    width: 50%;
    background: url(../img/btm-img.jpg)no-repeat center / cover;
}
.btm .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 40px;
}
.btm-ttl {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #715136;
    font-weight: bold;
}
.btm-ttl::after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #000;
    margin: 20px 0;
}
.tel {
    width: 100%;
    max-width: 430px;
}
.btm-text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.3;
}
footer {
    background-color: #715136;
    padding: 60px 2vw;
}
.footer-logo {
    display: flex;
    width: 160px;
    margin: auto;
}
/*/////////////////////ホバーイベント////////////////////////////*/

@media (hover: hover) and (pointer: fine) {
    .cta-btn:hover {
        filter: brightness(120%);
    }
    #logo:hover {
        opacity: 0.4;
    }
    .mv-banner:hover {
        filter: brightness(120%);
    }
    #top-btn:hover {
        opacity: 0.4;
    }
    .tel:hover {
        opacity: 0.6;
    }
}

#tel-icon {
    display: none;
}

/*/////////////////////レスポンシブ////////////////////////////*/

@media screen and (max-width: 1120px) {
    .mv-top .inner{
        padding-top: 78px;
    }
}
@media screen and (max-width: 1080px) {
    .mv-banner {
        width: 38vw;
        margin-top: 22%;
    }
    .map-wrapper .text {
        padding: 30px;
    }
    .btm .text {
        padding: 20px;
    }
    .attention-img {
        width: 140px;
    }
    .attention .content {
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 840px) {
    .attention .content {
        padding-bottom: 160px;
    }
}
@media screen and (max-width: 600px) {
    .content {
        padding: 40px 2vw;
    }
    #mv {
        background: url(../img/mv-bg_sp.png)no-repeat top left / cover;
        min-height: 400px;
    }
    #mv .content {
        padding-top: 90px;
    }
    .mv-top .inner {
        padding: 65px 2vw 20px 2vw;
    }
    .mv-btm .inner {
        padding: 20px 2vw 0 2vw;
    }
    .mv-img {
        min-height: 0;
    }
    .mv-img picture {
        max-height: 100%;
        height: auto;
    }
    .mv-img img {
        height: 100%;
        min-height: 0;
        object-position: top;
    }
    .mv-btm-text-p {
        font-size: 14px;
    }
    .promise {
        flex-direction: column;
    }
    .promise-ttl {
        width: 100%;
        font-size: 21px;
        height: 45px;
    }
    .promise-text {
        padding: 10px;
        font-size: 16px;
    }
    #logo {
        width: 110px;
        left: 10px;
        top: 10px;
    }
    .cta-btn {
        width: 270px;
    }
    #top-btn {
        transition: .8s ease;
        position: fixed;
        width: 40px;
        height: 40px;
        left: auto;
        right: 10px;
        bottom: -150px;
        z-index: 9999;
    }
    #top-btn.active {
        right: 10px;
        left: auto;
        bottom: 115px;
    }
    #tel-icon {
        width: 60px;
        display: flex;
        position: fixed;
        left: 5px;
        bottom: 0;
        z-index: 10000;
    }
    .first-img {
        width: 170px;
        bottom: -80px;
    }
    .list-wrapper {
        padding: 30px 2vw;
    }
    .first-top .content {
        padding: 60px 2vw;
    }
    .attention .content {
        padding-bottom: 0;
    }
    .attention-img {
        display: none;
    }
    .learn-ttl {
        margin-bottom: 30px;
    }
    .learn-img {
        width: 170px;
        bottom: -80px;
    }
    .learn-btm {
        margin-bottom: 60px;
    }
    .osusume .content {
        padding-top: 120px;
    }
    .kids, .gift {
        margin-bottom: 60px;
    }
    .map-wrapper {
        flex-direction: column;
    }
    iframe {
        width: 100%;
        height: 300px;
    }
    .map-wrapper .text {
        width: 100%;
    }
    .btm-inner {
        flex-direction: column;
    }
    .btm-img {
        width: 100%;
        height: 230px;
    }
    .btm .text {
        width: 100%;
    }
    .btm-ttl {
        font-size: 18px;
    }
    .btm-ttl::after {
        margin: 15px 0;
    }
    .btm-text {
        font-size: 16px;
    }
    footer {
        padding: 40px 2vw 80px 2vw;
    }
}
@media screen and (max-height: 850px) {
    .mv-banner {
        width: 310px;
        margin-top: 21%;
    }
}
@media screen and (max-width: 350px) {
}

/*//////contact-form//////*/

.form-ttl {
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #555;
}
.contact-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 40px;
}
.wpcf7 {
    margin-bottom: 40px;
}
.wpcf7, .wpcf7-form {
    width: 100%;
    max-width: 1100px;
    border-collapse:collapse
}
.input-wrapper {
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    justify-content: flex-end;
}
.input-wrapper.last {
    border-bottom: 1px solid #333;
}
.input-column-wrapper {
    width: 100%;
}
.input-h {
    display: block;
    min-width: 300px;
    width: 20%;
    padding: 40px 20px 40px 0;
    font-size: 16px;
    font-weight: bold;
}
.input-h span {
    font-size: 12px;
    color: #E01121;
    margin-left: 10px;
}
.input-d {
    display: block;
    padding: 40px;
    width: 100%;
    background-color: #F2F2F2;
    line-height: 1.5;
}
.input-d input,.input-d textarea {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #999;
}
.wpcf7 label {
    display: flex;
    font-size: 16px;
    align-items: center;
}
#contact-form input[type=radio] {
    width: 20px;
    height: 30px;
    margin-right: 10px;
}
.wpcf7-radio span{
    margin-left: 0;
}
.wpcf7-radio span:first-of-type {
    margin-left: 0;
}
.wpcf7-list-item-label {
    margin-left: 10px;
}
.wpcf7-radio {
    display: flex;
}
.wpcf7-select,.wpcf7-date {
    width: 280px;
    height: 50px;
    padding: 10px;
    background-color: #fff;
}
.input-column-wrapper div:nth-of-type(2) {
    padding-top: 0;
    padding-bottom: 0;
}
.input-column-wrapper div:nth-of-type(3) {
    color: #E01121;
}
.wpcf7-textarea {
    width: 425px;
    background-color: #fff;
}
.form-agree {
    display: flex;
    justify-content: center;
    margin: 30px auto;
}
#contact-form .form-agree .a {
    width: 20px;
    margin-right: 5px;
}
.form-agree .wpcf7-list-item-label {
    color: #E01121;
    font-weight: bold;
}
#contact-form input.wpcf7-submit {
    cursor: pointer;
    padding: 30px 110px;
    background-color: #EC8425;
    border: none;
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
    line-height: 0;
    width: auto;
}
#contact-form .form-reset input {
    padding: 30px 70px;
    background-color: #848484;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    line-height: 0;
    width: auto;
}
.form-submit,.form-reset {
    display: flex;
    margin: 15px auto;
    justify-content: center;
}
.form-submit .wpcf7-spinner {
    width: 0;
    margin: 0;
}
#contact-form input {
    height: 50px;
    background-color: #fff;
}
.contact-ttl-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1100px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.contact-ttl {
    display: flex;
    font-size: 32px;
    font-weight: bold;
    width: 100%;
}
span.sub-text {
    display: flex;
    font-weight: bold;
    font-size: 12px;
    margin-left: 0;
    margin-top: 10px;
}
span.sub-text.red {
    color: #E01121;
    margin-top: 10px;
}
.a {
    width: 18px;
    height: 18px;
}
div.wpcf7 .wpcf7-submit {
    width: 100%;
    max-width: 280px;
    height: 55px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    background-color: #c61c2a;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.form-reset input {
    width: 100%;
    max-width: 200px;
    height: 55px;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    background-color: #848484;
    color: #fff;
    border: none;
    border-radius: 5px;
}
div.wpcf7 .ajax-loader {
    display: none !important;
}
.contact-btm-text {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}
#contact-form input.adult {
    width: 100px;
    margin-left: 10px;
    margin-right: 10px;
}
#contact-form input.child {
    width: 100px;
    margin-left: 10px;
}
#contact-form input.child-age {
    margin-left: 10px;
}
.adult-span, .child-span, .age-span {
    display: flex;
    align-items: center;
}
.flex {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.online {
    margin-right: 10px;
}
#contact-form .online input {
    height: auto;
}
.online .wpcf7-list-item {
    margin-left: 0;
}
.online .wpcf7-list-item-label {
    display: none;
}
#contact-form .form-wrapper p {
    font-size: 16px;
    text-align: left;
    margin-left: 0;
    margin-right: auto;
    font-weight: bold;
}
#contact-form .form-wrapper p.contact-btm-text {
    font-size: 12px;
    text-align: center;
}
.form-wrapper {
    background-color: #fff;
    padding: 90px;
    justify-content: center;
    align-items: center;
}
.form-btm-text {
    flex-direction: column;
    margin-top: 80px;
}
#contact-form .form-wrapper .form-btm-text p {
    text-align: left;
    font-size: 14px;
}
#contact-form .form-wrapper .form-btm-text p.ttl {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
}
.wpcf7-radio span:first-of-type {
    background: none;
}
.wpcf7-radio {
    flex-direction: column;
}
@media screen and (max-width: 1000px) {
    .form-ttl {
        font-size: 24px;
    }
    .input-wrapper {
        flex-direction: column;
        border: none;
    }
    .input-h {
        width: 100%;
        min-width: 0;
        padding: 40px 2vw 20px 2vw;
    }
    .input-d {
        padding: 20px 2vw;
    }
    .input-d input {
        width: 100%;
        max-width: 300px;
    }
    .input-d textarea {
        width: 100%;
    }
    .form-wrapper {
        padding: 30px;
    }
}
@media screen and (max-width: 600px) {
    .input-d input {
        max-width: 100%;
    }
    .adult-span {
        width: 48%;
        flex-direction: column;
        align-items: flex-start;
        margin-right: 2%;
    }
    .child-span {
        width: 48%;
        flex-direction: column;
        align-items: flex-start;
    }
    .age-span {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }
    #contact-form input.adult, #contact-form input.child {
        width: 100%;
    }
    #contact-form input.adult, #contact-form input.child, #contact-form input.child-age {
        margin: 0;
    }
    .form-wrapper {
        padding: 30px 2vw;
    }
    .form-btm-text {
        margin-top: 40px;
    }
}

/* //////////animation////////// */

.fade {
    opacity: 0;
    transition: all 1.3s;
}

.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s;
}

.fade-R {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1.3s;
}

.fade-L {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1.3s;
}

.marker {
    display: inline;
    background-image: linear-gradient(#000, #000);
    background-size: 0 3px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: 2s ease;
}

.marker.active {
    background-size: 100% 3px;
}