@charset "utf-8";

html {
    font-size: 62.5%;
}

@media screen and (max-width: 1125px) {

}

@media screen and (max-width: 767px) {
    html {
        font-size: 55%;
    }
}

body {
  margin: 0;
  padding: 0;
}

p,h1,h2,h3,table,a,.week,.min_adress,.imitation_btn,.end_overlay::after {
    font-family: 'Noto Sans JP', sans-serif;
}

.eng {
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.eng2 {
    font-family: 'Fjalla One', sans-serif;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.line_break {
    display: none;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    
    .sp {
        display: block;
    }

    .line_break {
        display: block;
    }
}

.mv {
    width: 100%;
}

.sec_wrapper {
    width: 961px;
    margin: 0 auto;
}

.sec_wrapper_full {
    width: 100%;
    margin: 0 auto;
}

.sec_margin {
    margin-top: 120px;
}

.btn_flex {
    display: flex;
    justify-content: space-between;
    width: 656px;
    height: 60px;
    margin: 20px auto 0;
}

.img_width {
    width: 100%;
}

.flyer_flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 40px auto;
}

.flyer_flex img {
    width: 48%;
    border: 1px solid #ccc;
}

.message_img {
    display: block;
    margin: 90px auto 0;
    width: 300px;
}

.sec_title {
    width: 100%;
    text-align: center;
}

.sec_title::after{
    display: block;
    content: "";
    width: 40px;
    border-bottom:  6px dotted #F6B74B;
    margin: 0 auto 60px;
}


.sec_title_eng {
    font-family: 'Fjalla One', sans-serif;
    font-size: 9.1rem;
    letter-spacing: 0.10em;
    -webkit-text-stroke: 1px #D2EBEA;
    color: #fff;
}

.sec_title_jp {
    color: #00A79E;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.10em;
    position: relative;
    top: -25px;
}

.comment_text {
    width: 456px;
    margin: 120px auto 0;
    font-weight: 400;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff;
    background-color: #B49A6D;
    padding: 18px 0 19px;
}

.comment_triangle {
    display: block;
    margin: -2px auto 30px;
    text-align: center;
    color: #B49A6D;
    font-size: 11px;
}

.recom_text {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    color: #606060;
    padding: 30px 0 15px 0;
    border-bottom: 6px dotted #F8ddd7;
}

.h2_border {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #D98776;
}
 
.h2_border:before,
.h2_border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    border-bottom: 4px dotted #F8ddd7;
}

.h2_border:before {
    margin-right: 50px;
}
 
.h2_border:after {
    margin-left: 50px;
}

.info_title {
    font-weight: 500;
    text-align: center;
    font-size: 4.4rem;
    color: #D98776;
}

.info_h {
    width: 100%;
    margin: 30px auto 20px;
    padding: 12px 0;
    border-radius: 15px;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.07em;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    background: #E79c89;
    box-shadow: 0 2px 0 #F8ddd7;
}

.min_text {
    display: block;
    margin: 0 0 30px;
    font-weight: 400;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.5em;
    color: #606060;
}

.day_wrap {
    width: fit-content;
    margin: 0 auto;
}

.day_container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 30px 0;
}

.count {
    color :#E79c89;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 4px 15px 6px;
    border: 1px solid #E79c89;
    border-radius: 15px;
}

.day_box {
    text-align: left;
    margin: 0 0 0 15px;
}

.mon {
    font-weight: 500;
    font-size: 2.7rem;
    color: #606060;
}

.day {
    margin: 0;
    font-weight: 600;
    font-size: 4.4rem;
    text-align: center;
    color: #606060;
}

.day_jp {
    font-size: 2.2rem;
}

.week {
    display: inline-block;
    padding: 6px 6px 6px;
    font-weight: 400;
    font-size: 1.8rem;
    color: #fff;
    background: #606060;
    border-radius: 25px;
}

.time {
    margin: 0 auto 15px;
    font-weight: 600;
    font-size: 4.0rem;
    text-align: center;
    color: #606060;
}

.appeal_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 130px;
    margin: 30px auto 60px;
}

.appeal_el {
    width: 300px;
    vertical-align: middle;
    border: 2px solid #74b4be;
    position: relative;
}

.appeal_text {
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.3214em;
    color: #74b4be;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.appeal_min {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0em;
    line-height: 1em;
}

.place {
    margin: 0 auto 40px;
    font-weight: 600;
    font-size: 2.4rem;
    text-align: center;
    color: #606060;
}

.adress {
    display: block;
    margin: 7px 0 0;
    font-weight: 400;
    font-size: 1.6rem;
}

.target_area {
    width: 100%;
    margin: 60px auto 0;
}

.target_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    height: 336px;
    padding: 30px;
    position: relative;
    border: 1px solid #B49A6D;
    box-sizing: border-box;
}

.target_el {
    width: 433.63px;
    padding: 25px 0 24px;
    font-weight: 500;
    font-size: 2.0rem;
    letter-spacing: 0.07em;
    line-height: 1.45em;
    text-align: center;
    background-color: #faeedb;
    color: #7e5a59;
    border-radius: 8px;
}

.te_wide {
    width: 100%;
}

.target_comment {
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    padding: 0 27px;
    color: #B49A6D;
    background-color: #fff;
}

.tc_top {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.tc_und {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

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

    .btn_flex {
        flex-wrap: wrap;
        align-content: space-between;
        width: 100%;
        height: 140px;
        box-sizing: border-box;
    }

    .flyer_flex {
        display: block;
    }
    
    .flyer_flex img {
        width: 100%;
        margin: 0 0 20px;
    }

    .message_img {
        width: 250px;
    }

    .comment_text {
        width: 100%;
        margin: 70px auto 0;
        font-size: 2.8rem;
    }

    .comment_triangle {
        margin: -2px auto 15px;
    }

    .recom_text {
        font-size: 1.8rem;
    }
    
    .count {
        text-align: center;
        padding: 4px 0 6px;
    }

    .day_container {
        display: block;
    }

    .day_box {
        text-align: center;
        margin: 0;
    }
    
    .mon {
        margin: 15px 0 5px;
    }

    .appeal_container {
        display: block;
        height: auto;
        margin: 30px auto 60px;
    }

    .appeal_el {
        width: 100%;
        height: 100px;
        margin: 0 0 10px;
    }

    .target_container {
        height: auto;
        padding: 20px 15px;
    }

    .target_el {
        width: 100%;
        padding: 25px 0 24px;
        font-size: 1.8rem;
        margin: 5px 0;
    }
}

.curriculum_title {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 15px;
    text-align: center;
    font-weight: 500;
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    line-height: 1.309em;
    color: #d98776;
    border-bottom: 1px solid #B49A6D;
}

.no_border {
    font-size: 2.4rem !important;
    padding: 0 0 0;
    border-bottom: none;
}

.curriculum_point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.cp_el {
    width: 300px;
    height: 108px;
    margin: 0 0 30px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,16%);
    position: relative;
}

.cp_el p {
    width: 100%;
    font-weight: 500;
    font-size: 2.0rem;
    letter-spacing: 0.07em;
    line-height: 1.45em;
    text-align: center;
    color: #606060;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.info_table {
    width: 100%;
    margin: 0;
    padding: 0 15px;
    background-color: #F8Eedd;
    border-collapse: separate;
    border-spacing: 0 15px;
}

.info_table td {
    padding: 10px 0 12px 30px;
    font-size: 1.6rem;
    color: #333;
    border: 1px solid #E79c89;
    text-align: left;
    line-height: 1.44em;
    background-color: #fff;
}

.info_table th {
    width: 250px;
    padding: 10px 0 15px;
    font-weight: 500;
    font-size: 1.8rem;
    letter-spacing: 0.075em;
    vertical-align: middle;
    color: #fff;
    background: #E79c89;
}

.table_min {
    font-weight: 400;
    font-size: 1.4rem;
}

.info_table_p {
    width: fit-content;
    margin: 60px auto;
    text-align: center;
    font-weight: 400;
    font-size: 4.2rem;
    letter-spacing: 0.05em;
    color: #7e5a59;
    padding: 0 0 15px;
    border-bottom: 4px dotted #B49A6D;
}

.point_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 30px auto;
}

.point_el {
    width: 218px;
    padding: 23px 0;
    margin: 8px 0;
    border-radius: 15px;
    font-weight: 500;
    font-size: 2.2rem;
    letter-spacing: 0.07em;
    text-align: center;
    color: #E57F7E;
    border: 1px solid #E57F7E;
    background: #fff;
    box-shadow: 0 2px 0 #E57F7E;
}

@media screen and (max-width: 767px) {
    .sec_wrapper {
        width: 100%;
        padding: 0 25px 0;
        box-sizing: border-box;
    }

    .sp_margin {
        margin: 70px auto 0;
    }

    .info_h {
        width: 100%;
    }

    .sp_break {
        display: block;
    }

    .sec_title_eng {
        font-size: 8.2rem;
    }

    .sec_title_jp {
        font-size: 2.2rem;
        top: -18px;
    }

    .place {
        margin: 0 auto 25px;
        font-size: 2.4rem;
        line-height: 1.25em;
    }

    .adress {
        margin: 3px 0 0;
        font-size: 1.4rem;
    }
    
    .info_table th {
        width: 70px;
        font-size: 1.4rem;
    }

    .info_table td {
        padding: 12px 15px 13px 15px;
        font-size: 1.4rem;
        color: #666;
    }

    .info_table_p {
        width: 100%;
        font-size: 3.2rem;
        line-height: 1.2em;
    }

    .point_container {
        flex-wrap: wrap;
    }

    .point_el {
        width: 48%;
    }

    .curriculum_title {
        font-size: 3.2rem;
    }
    
    .curriculum_point {
        margin: 0 0 30px;
    }

    .cp_el {
        width: 100%;
        height: 90px;
        margin: 0 0 10px;
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0,0,0,16%);
        position: relative;
    }
}

.color_sec {
    background-color: #faf4e0;
}

.insta_sec {
    background-color: #74b4be;
    padding: 60px 0;
}

.insta_bg {
    background: url(../images/dotted.png) no-repeat center top;
    background-size: cover;
    padding: 60px 0;
}

.insta_text {
    width: 456px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    color: #B49A6D;
    background-color: #fff;
    padding: 18px 0 19px;
}

.und_triangle {
    display: block;
    margin: -2px auto 15px;
    text-align: center;
    color: #fff;
    font-size: 11px;
}

.insta_icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 10px 0 0;
    background-image: url(../images/instagram.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.top_margin {
    margin: 120px auto 0;
}

.company_container {
    width: 100%;
    padding: 0 0 50px;
    margin: 70px auto -20px;
    border-bottom: 2px dotted #ccc;
}

.non_border {
    width: 100%;
    padding: 0 0 50px;
    margin: 70px auto -20px;
    border-bottom: none;
}

.company_name {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.45em;
    text-align: center;
    color: #3EAAA4;
    margin: 0 0 30px;
}

.company_flex {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 721px;
}

.company {
    display: block;
    width: 308px;
    margin: 0 0 10px 0;
    padding: 21px 23px;
    font-size: 1.8rem;
    line-height: 1.16em;
    text-align: center;
    color: #3EAAA4;
    text-decoration: none;
    border: 1px solid #3EAAA4;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in;
}

.company:hover {
    color: #fff;
    background-color: #3EAAA4;
    transition: all 0.1s ease-in;
}

@media screen and (max-width: 767px) {
    .h2_border {
        font-size: 2.8rem;
    }

    .h2_border:before {
        margin-right: 25px;
    }
     
    .h2_border:after {
        margin-left: 25px;
    }

    .insta_sec {
        background-color: #74b4be;
        padding: 60px 25px;
        box-sizing: border-box;
    }

    .insta_text {
        width: 100%;
        font-size: 2.2rem;
        max-width: 308px;
        padding: 18px 23px 19px;
    }

    .insta_icon {
        width: 20px;
        height: 20px;
    }

    .present_container {
        display: block;
    }

    .present_el {
        width: 100%;
        margin: 60px auto;
    }

    .company_container {
        padding: 0 0 30px;
        margin: 70px auto -40px;
        border-bottom: 2px dotted #ccc;
    }

    .company_name {
        margin: 0 0 20px;
    }

    .company_flex {
        width: 100%;
        margin: 0 auto 0;
    }

    .company {
        display: block;
        width: 49%;
        margin: 0 0 10px 0;
        padding: 21px 23px;
        font-size: 1.6rem;
        line-height: 1.16em;
        text-align: center;
        color: #3EAAA4;
        text-decoration: none;
        border: 1px solid #3EAAA4;
        border-radius: 5px;
        text-align: center;
        position: relative;
        transition: all 0.1s ease-in;
        box-sizing: border-box;
    }

    .company:hover {
        color: #3EAAA4;
        background-color: #fff;
        transition: all 0.1s ease-in;
    }
}

.material-symbols-outlined {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.form_message {
    text-align: center;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 1.75em;
    color: #606060;
    margin: 60px 0 0;
}

.form_message_min {
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.857em;
    color: #606060;
    margin: 30px 0 60px;
}

.form_text {
    margin: 30px auto;
    font-weight: 400;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.62em;
    color: #333;
}

.coming {
    font-weight: 600;
    font-size: 3.2rem;
    line-height: 1.45em;
    text-align: center;
    color: #fff;
}

.imitation_btn {
    display: block;
    max-width: 308px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 21px 23px;
    font-size: 1.8rem;
    line-height: 1.16em;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in;
    color: #fff;
    background-color: #ccc;
}

.imitation_btn:hover {
    color: #fff;
    border: 1px solid #ccc;
    background-color: #ccc;
}

.form {
    margin: 0 auto;
    color: #fff;
    background-color: none;
    border: none;
    background: #D98776;
    transition: all 0.2s ease-in;
}

.form:hover {
    box-shadow: 0px 5px 12px #999;
    background: #E57F7E;
    transition: all 0.2s ease-in;
}

.min_margin_top {
    margin: 15px auto 0;
}

.text_color {
    color: #00A79E;
    border-bottom: 2px solid #F6B74B;
}

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

    .imitation_btn {
        max-width: none;
        width: 100%;
        box-sizing: border-box;
    }

    .form:hover {
        color: #fff;
        box-shadow: none;
    }

    .material-symbols-outlined {
        font-size: 19px;
        position: absolute;
        top: 50%;
        right: 5px;
        transform: translateY(-50%);
    }

    .imitation_btn {
        width: 100%;
    }
}


.contact_text {
    margin: 50px auto;
    text-align: center;
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 1.45em;
    color: #D98776;
}

.min_adress {
    display: block;
    margin: 10px auto 0;
    font-weight: 400;
    font-size: 1.8rem;
    text-align: center;
    color: #333;
}

.contact_destination {
    width: 100%;
    margin: 50px auto 0;
    font-weight: 700;
    font-size: 4.4rem;
    text-align: center;
    color: #333;
}

.phone_icon,.mail_icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 15px -6px 0;
    background-position: center;
    background-repeat: no-repeat;
}

.phone_icon {
    background-image: url(../images/phone.svg);
}

.mail_icon {
    background-image: url(../images/mail.svg);
}

.grad {
    width: 100%;
    padding: 50px 0;
    background: linear-gradient(#EEF6D4,#C6E6D0);
}

.banner_flex {
    display:flex;
    justify-content: space-between;
    width: 630px;
    margin: 0 auto;
}

.link_banner1,.link_banner2 {
    display: block;
    width: 308px;
    height: 103.75px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.link_banner1 {
    background-image: url(../images/link_1.png);
}

.link_banner2 {
    background-image: url(../images/link_2.png);
}

.ft_wrapper {
    background-color: #7e5a59;
    margin: 120px 0 0;
}

.ft_text {
    margin: 0 auto;
    padding: 15px 0;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.428em;
    text-align: center;
    color: #fff;
}

.end_text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 auto 60px;
    color: red;
}

@media screen and (max-width: 767px) {
    .contact_destination {
        font-size: 2.2rem;
    }

    .contact_text {
        font-size: 1.8rem;
    }

    .phone_icon,.mail_icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 0 15px -6px 0;
        background-size: contain;
    }

    .min_adress {
        font-size: 1.4rem;
    }

    .grad {
        width: 100%;
        padding: 50px 20px;
        background: linear-gradient(#EEF6D4,#C6E6D0);
    }

    .banner_flex {
        display:block;
        width: 100%;
    }

    .link_banner1,.link_banner2 {
        margin: 0 auto 25px;
        max-width: 353px;
        width: 100%;
        height: 119px;
        background-size: cover;
    }

    .map {
        height: 300px;
    }
}

.archive_mv {
    margin: 0 auto 60px;
}

.archive_title {
    font-weight: 700;
    font-size: 5.4rem;
    text-align: center;
    color: #7e5a59;
    margin: 90px auto 5px;
}

.archive_title_min {
    text-align: center;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.857em;
    color: #606060;
    margin: 0px 0 60px;
}

.img_flex {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 40px auto;
}

.img_flex img {
    width: 48%;
}

.img_full {
    width: 100%;
}

.end_text {
    margin: 0 0 60px;
}

.back_btn {
    margin: 60px auto 90px;
}

.back_btn .material-symbols-outlined {
    position: absolute;
    top: 50%;
    right: auto;
    left: 5px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .img_flex {
        display: block;
        width: 100%;
        justify-content: space-between;
        margin: 20px auto;
    }

    .img_flex img {
        width: 100%;
        margin: 10px auto;
    }

    .end_text {
        margin: 0 0 40px;
    }
}

.bottom_margin {
    margin: 0 auto 40px;
}

.wide_border {
    width: 100%;
    text-align: center;
    border: 1.5px solid red;
    padding: 5px 0;
    margin: 20px auto;
}

.end_bottom_margin {
    margin: 20px auto 60px;
}

.cc_all {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px auto 60px;
}

.company_name {
    width: 50%;
    margin: 8px 0;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1.2em;
    text-align: left;
    color: #B49A6D;
}

.banner_flex {
    width: 100%;
    display: flex;
    justify-content: center;
}

.banner_flex a {
    display: block;
    width: 470px;
}

.banner_link {
    width: 100%;
    margin: 0;
    transition: ease-in 0.2s;
}

.banner_link:hover {
    opacity: 0.7;
    transition: ease-in 0.2s;
}

.end_overlay {
    position: relative;
}

.end_overlay::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: rgba(0,0,0,50%);
    position: absolute;
    top:0;
    z-index: 100;
}

.end_overlay::after {
    display: block;
    content: "イベント終了";
    width: 100%;
    margin: auto;
    font-weight: 500;
    font-size: 2.8rem;
    text-align: center;
    color: #fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 100;
}

.video_container {
    width: 100%;
    aspect-ratio: 16 / 9;
}

.video_container iframe {
    width: 100%;
    height: 100%;
}

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

.cc_all {
    display: block;
}

.company_name {
    width: 100%;
    margin: 0 0 10px;
    line-height: 1em;
}

.cc_all .company_name {
    margin: 0 0 15px;
    line-height: 1.3em;
}

.banner_flex a {
    width: 48%;
}

.end_overlay::after {
    font-size: 2.0rem;
}


}