@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,h2,h3,table,a,.week,.min_adress,.imitation_btn,.end_text,.will,.tab {
    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: 1000px;
    margin: 0 auto;
}

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

.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 #EBD4D2;*/
    color: #fff;
    text-shadow: #EBD4D2 0 0 11px;
}

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

.h2_border {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 4.4rem;
    text-align: center;
    color: #E6807A;
}
 
.h2_border:before,
.h2_border:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #E6807A;
}

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

.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: #E6807A;
    border: 1px solid #E6807A;
    background: #fff;
    box-shadow: 0 2px 0 #E6807A;
}

.day_container {
    width: 382px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 15px auto;
}

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

.day {
    margin: 0 5px 0 15px;
    font-weight: 600;
    font-size: 4.0rem;
    text-align: center;
    color: #E6807A;
}

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

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

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

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

.info_table {
    width: 100%;
    margin: 70px 0 0;
    border-collapse: separate;
    border-spacing: 0 15px;
}

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

.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: #E6807A;
}

.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 20px 0;
        box-sizing: border-box;
    }

    .sp_margin {
        margin: 40px 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;
    }

    .day_container {
        width: 348px;
    }

    .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: 109px;
        font-size: 1.4rem;
    }

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

    .point_container {
        flex-wrap: wrap;
    }

    .point_el {
        width: 48%;
    }
}

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

.present_el {
    width: 300px;
    padding: 38px 0 43px;
    background-color: #F8F7F7;
    border: 4px dotted #EBD4D2;
    position: relative;
}

.present_el .eng {
    font-size: 9.1rem;
    color: #EBD4D2;
    position: absolute;
    top: -35%;
    left: 10px;
}

.present_text {
    font-weight: 500;
    font-size: 2.0rem;
    line-height: 1.4545em;
    text-align: center;
    color: #E6807A;
}

.insta_sec {
    background-color: #EBD4D2;
}

.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: #E6807A;
    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;
}

.min_text {
    display: block;
    margin: 10px 0 0;
    font-size: 1.6rem;
    text-align: center;
    color: #E6807A;
}

.company_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 10px;
    margin: 10px auto;
    border-bottom: 2px dotted #ccc;
}

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

.top_margin_short {
    margin: 20px auto 10px;
}

.top_margin_mid {
    margin: 60px auto 10px;
}

.non_border {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0 10px;
    margin: 10px auto;
    border-bottom: none;
}

.company_name {
    width: 50%;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 2em;
    text-align: left;
    color: #E6807A;
}

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

.company {
    display: block;
    width: 236.5px;
    padding: 9px 0 8px;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background-color: #E6807A;
    border: 1px solid #E6807A;
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: all 0.1s ease-in;
}

.cp_name {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.company:hover {
    color: #E6807A;
    background-color: #fff;
    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_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 {
        display: block;
        padding: 0 0 10px;
        margin: 10px auto 0;
        border-bottom: 2px dotted #ccc;
    }

    .cc_all {
        display: block;
    }

    .non_border {
        display: block;
        padding: 0 0 10px;
        margin: 10px auto 0;
    }

    .top_margin_short {
        margin: 20px auto 10px;
    }

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

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

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

    .company {
        display: block;
        width: 49%;
        padding: 9px 9px;
        font-size: 1.4rem;
        line-height: 1.16em;
        text-align: center;
        text-decoration: none;
        border: 1px solid #E6807A;
        border-radius: 5px;
        text-align: center;
        position: relative;
        transition: all 0.1s ease-in;
        box-sizing: border-box;
    }

    .cp_name {
        width: 95%;
    }

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

    .top_margin {
        margin: 70px auto 0;
    }
}

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

.form_text {
    margin: 50px auto;
    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: #ccc;
}

.imitation_btn {
    display: block;
    max-width: 308px;
    width: 100%;
    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: #E6807A;
    transition: all 0.2s ease-in;
}

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

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

@media screen and (max-width: 767px) {
    .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: #E6807A;
}

.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: #E6807A;
    margin: 120px 0 0;
}

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

.end_text {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 0 15px;
    padding: 0 2px 1px;
    color: red;
    border: 1.5px solid red;
}

.will {
    font-weight: 500;
    font-size: 2.2rem;
    color: #E6807A;
    margin: 0 0 0 7px;
}

@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;
    }

    .sp_margin_0 {
        margin: 0 auto 0;
    }
}

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin: 30px auto;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.back_btn {
    margin: 90px auto;
}

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

.cp_gray {
    background-color: #ddd;
    border: 1px solid #ddd;
}

.cp_gray:hover {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #fff;
}

.banner_link {
    display: block;
    width: 100%;
    transition: ease-in 0.2s;
}

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

.tab-area {
    display: flex;/* flexで横並び */
    border: 1px solid #E6807A;
    cursor: pointer;/* カーソルポインターに */
    font-size: 1.8rem;
    border-radius: 5px;
}

.tab {
    width: calc(100%/2);/* calc関数を使用し、均等に3分割する */
    padding: 10px;
    text-align: center;/* 文字を中央に。 */
    color: #E6807A;
}
  
.tab:nth-child(n+2) {
    border-left: 2px solid;
}

.tab.active {
    background-color: #E6807A;
    color: #fff;
}

.panel {
    display: none;
    text-align: center;
}

.panel.active {
    display: block;
    animation: slidein 0.7s ease-in-out;
}

@-webkit-keyframes slidein {
    from {
        opacity: 0;
        transform: translateX(100px);
    }
    to {
        opacity: 10;
        transform: translateY(0);
    }
}

.large_text {
    font-weight: 600;
    font-size: 2.8rem;
    color: #808080;
}
  
.gray {
    background-color: #999;
    border: 1px solid #999;
}

.gray:hover {
    color: #fff;
    background-color: #999;
    border: 1px solid #999;
}

.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%;
    height: auto;
    margin: auto;
    font-weight: 500;
    font-size: 2.8rem;
    letter-spacing: 0.6em;
    text-align: center;
    color: #fff;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index: 100;
}

  