@charset "UTF-8";
html,body{
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #431515;
    font-weight: 600;
    scroll-behavior: smooth; /*スムーススクロール*/
}
img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
/* .container{
    margin: 15px 15px 70px 15px;
}
@media (max-width: 768px) {
    .container{
        margin: 7px 7px 100px 7px;
        border: 3px solid #000;
    }
} */

.inner {
    max-width: 1250px;
    padding-inline: 25px;
    margin-inline: auto;
    @media (max-width: 767px) {
        max-width: 600px;
        padding-inline: 20px;
    }
}

.header_logo{
    position: absolute;
    top:0;
    left:0;
    background: #FFFFFF;
    /*width: 10vw;*/
    width:clamp(50px,20vw, 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_logo img{
    width: 80%;
    padding: 10px;
}
.header_left{
    position: relative;
    /*width: calc(100vw - 150px);*/
    width: 100%;
}
.header_left_inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 10vh;
    /*top: 30vh;*/
    /*left: 45vw;*/
}
@media (max-width: 768px) {
    .header_left_inner{
        /*top: 18vh;*/
        /*left: 2vw;*/
        top: 1vh;
    }
    .header_left_text_1{
        letter-spacing: unset;
    }
    .header_left_text_2{
        letter-spacing: unset;
    }
    .header_left_text_3{
        letter-spacing: unset;
    }
}
.header_left_text_1{
    background: #000000;
    color: #FFFFFF;
    /*font-size: 2rem;*/
    font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
    padding: 5px;
    /*margin: 5px;*/
    display: inline-block;
    letter-spacing: 0.2rem;
    text-align: center;
}
.header_left_text_2{
    background: #000000;
    color: #FFFFFF;
    /*font-size: 3rem;*/
    font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);
    padding: 5px;
    margin: 10px 5px 5px 5px;
    display: inline-block;
    letter-spacing: 0.2rem;
    text-align: center;
    line-height: 1.3;
}
.header_left_text_3{
    background: #000000;
    color: #FFFFFF;
    /*font-size: 3rem;*/
    /*font-size: clamp(1rem, 0.273rem + 3.64vw, 3rem);*/
    font-size: clamp(1rem, 0.636rem + 1.82vw, 2rem);
    padding: 5px;
    margin: 5px;
    display: inline-block;
    letter-spacing: 0.2rem;
    text-align: center;
    line-height: 1.3;
}
.sp_disp{
    display:none;
}
@media (max-width: 768px) {
.sp_disp{
    display:block;
}
}
.header_right img{
    /*width: 90%;*/
    max-height: 90%;
    max-width: 90%;
}
.first_shot_bg{
    background: url(../img/course_bg.webp) no-repeat center center / cover;
    width: 100%;
    aspect-ratio: 1920 / 500;
    position: relative;
    @media (max-width: 767px) {
        aspect-ratio: 375 / 130;
        height: 50vw;
    }
}
.first_shot_title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    @media (max-width: 767px) {
        font-size: 24px;
    }
}
.first_shot_catch{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catch_copy{
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    font-weight: bold;
    line-height: calc(80 / 64);
    margin-top: 60px;
}
@media (max-width: 768px) {
    .catch_copy{
        font-size: 24px;
        letter-spacing: normal;
        margin-top: 30px;
    }
}
.catch_copy2{
    color: #fff;
    font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
    font-weight: bold;
    margin-bottom: 72px;
}
@media (max-width: 768px) {
    .catch_copy2{
      letter-spacing: normal;
			line-height: 1.6;
      font-size: 24px;
      margin-bottom: 0;
    }
}
.catch_lists {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    align-items: center;
    gap: 56px;
    margin-top: 60px;
    @media (max-width: 1440px) {
        gap: 36px;
    }
    @media (max-width: 1023px) {
        gap: 24px;
    }
    @media (max-width: 767px) {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }
}
.catch_list {
    max-width: 280px;
    width: 100%;
}
.catch_img {

}
.catch_img img {
    aspect-ratio: 345/ 345;
    object-fit: cover;
}
.catch_list_title {
    font-size: clamp(0.75rem, -0.139rem + 1.85vw, 1.25rem);
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    @media (max-width: 767px) {
        margin-block: 20px 0;
    }
}
.catch_copy_inner{
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    margin: 24px;
    @media (max-width: 767px) {
        margin-inline: 0;
    }
}
.catch_copy_desc{
    /*font-size: 1.5rem;*/
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
}
@media (max-width: 768px) {
    .catch_copy_desc{
        letter-spacing: normal;
        text-align: center;
    }
}
.catch_copy_desc2{
    /*font-size: 1.5rem;*/
    font-size: 26px;
    margin: 1rem 0 0 0;
    letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
    .catch_copy_desc2{
			letter-spacing: normal;
			text-align: center;
			line-height: 1.6;
			width: 90%;
			margin: 1rem auto;
      font-size: 18px;
    }
}

.marker{
    background: linear-gradient(transparent 70%, #FFCD00 30%);
}
.first_shot{
    /* margin: 15vw 0; */
}
.first_shot:last-of-type{
  margin-bottom: 0;
}
/*@media (max-width: 768px) {*/
/*    .first_shot{*/
/*        margin: 10vh 0;*/
/*    }*/
/*}*/
.first_shot_part2{
    margin: 15vw 0;
}
/*@media (max-width: 768px) {*/
/*    .first_shot_part2{*/
/*        margin: 10vh 0;*/
/*    }*/
/*}*/
.first_shot_course{
    width: 100%;
    padding-bottom: 220px;
    margin-top: 140px;
    @media (max-width: 767px) {
        padding-bottom: 100px;
        margin-top: 30px;
    }
}
/*@media (max-width: 768px) {*/
/*    .first_shot_course{*/
/*        margin: 10vh 0;*/
/*    }*/
/*}*/
.course_title{
    position: absolute;
    top: 30px;
    left: 30px;
    /*width: 150px;*/
    width:clamp(60px,20vw, 150px);
}
@media (max-width: 768px) {
    .course_title{
        display: none;
    }
}
.course_title img{
    width: 100%;
}
.course_head{
    padding: 5vw 5vw 0 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 768px) {
    .course_head{
        padding: 10vw 3vw 0 3vw;
    }
}
.course_nomiho{
    width: 30%;
}
@media (max-width: 768px) {
    .course_nomiho{
        width: 50%;
    }
}
.course_nomiho img{
    width: 100%;
}
.course_price{
    width: 30%;
}
@media (max-width: 768px) {
    .course_price{
        width: 40%;
    }
}
.course_price_txt{
    color: #CB020A;
    margin: 10px;
    font-weight: bold;
    font-size: 1.2rem;
}
.course_price img{
    width: 100%;
}
.course_contents{
    padding: 5vw 5vw 0 20vw;
}
@media (max-width: 768px) {
    .course_contents{
        padding: 10vw 3vw 0 3vw;
    }
}
.course_contents_inner{
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.course_contents_inner.--reverse{
  flex-direction: row-reverse;
}


@media (max-width: 768px) {
  .course_contents_inner{
    display: block;
}
}

.course_contents_inner img{
  width: 50%;
  height: 50%;
}

@media (max-width: 768px) {
  .course_contents_inner img{
    width: 100%;
    height: auto;
  }
}

.course_contents_title{
    display: flex;
    align-items: center;
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    color: #D7000F;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .course_contents_title{
        font-size: 1.5rem;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}
.course_contents_left{
    width: 50%;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .course_contents_left{
        width: 100%;
    }
}
.course_contents_right{
    width: 50%;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .course_contents_right{
        width: 100%;
    }
}
.course_choise{
    padding: 5vw 5vw 0 20vw;
}
@media (max-width: 768px) {
    .course_choise{
        padding: 5vw 3vw 0 3vw;
    }
}
.course_choice_title{
    font-size: 2rem;
    border-bottom: 2px solid #000000;
    padding: 0 0 10px 0;
}
@media (max-width: 768px) {
    .course_choice_title{
        font-size: 1.5rem;
        display: flex;
        flex-direction: column;
    }
}
.course_choice_title span{
    font-size:1rem;
    margin-top: 5px;
}
.course_choice_inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
@media (max-width: 768px) {
    .course_choice_inner{
        flex-direction: column;
    }
}

.course_label {
    font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
    color: #fff;
    background: #D7000F;
    padding: 4px 12px;
    margin-right: 10px;
}

.course_contents_wrap h4 {
  font-weight: 500;
  font-size: 24px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .course_contents_wrap h4 {
    font-size: 18px;
    text-align: center;
}
}

.course_contents_wrap p {
    font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
}

@media (max-width: 767px) {
  .course_contents_wrap p {
    font-size: 13px;
  }
}

#course_kansougeikai,
#course_iwai {
    @media (max-width: 767px) {
        padding: 0;
    }
}

#course_iwai {
    margin-top: 120px;
    @media (max-width: 767px) {
        margin-top: 40px;
    }
}

.course_list {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .course_list {
    display: block;
    margin-top: 0;
  }
}

.course_list li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .course_list li {
    font-size: 14px;
  }
}

.course_special_label {
    display: inline-block;
    font-size: clamp(0.875rem, 0.431rem + 0.93vw, 1.125rem);
    font-weight: 500;
    color: #fff;
    background: #D7000F;
    padding: 4px 12px;
    margin-top: 30px;
    @media (max-width: 767px) {
        margin-top: 20px;
    }
}

.course_choice_nabe img{
    width: 100%;
}
.course_choice_name{
    background: #FFFFFF;
    width: 90%;
    padding: 10px;
    border: 1px solid #000000;
    border-left: 15px solid #000000;
    font-size: 0.8rem;
    margin: 0 auto;
    position: absolute;
    bottom: -0.5rem;
}
@media (max-width: 768px) {
    .course_choice_name{
        font-size: 1rem;
        width: 95%;
    }
}
/* .course_benefit_1{
    padding: 5vw 5vw 0 20vw;
}
@media (max-width: 768px) {
    .course_benefit_1{
        padding: 15vw 3vw 0 3vw;
    }
} */
.course_benefit_title{
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2rem;
    border-bottom: 2px solid #000000;
    padding: 0 0 10px 0;
    color: #D7000F;
    font-weight: 800;
}
@media (max-width: 768px) {
    .course_benefit_title{
        font-size: 1.5rem;
    }
}
.course_benefit_inner{
    margin: 1rem 0 0 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 10px; /* 2023.12.01 */
}
@media (max-width: 768px) {
    .course_benefit_inner{
        flex-direction: column;
    }
}
.course_benefit_item img{
    width: 100%;
}
.course_benefit_2{
    padding: 5vw 5vw 0 20vw;
}
@media (max-width: 768px) {
    .course_benefit_2{
        padding: 5vw 3vw 0 3vw;
    }
}
.course_benefit_item_2 img{
    width: 100%;
}
.all_you_can_drink{
    padding-bottom: 200px;
    @media (max-width: 767px) {
        padding-bottom: 100px;
    }
}
.all_you_can_drink_bg {
    background: url(../img/img03.jpg);
    background-size: cover;
    background-position: center;
    aspect-ratio: 1920 / 500;
    position: relative;
    @media (max-width: 767px) {
        width: 100%;
        aspect-ratio: 375 / 130;
        height: 50vw;
    }
}
.all_you_can_drink .section_contents {
    @media (max-width: 767px) {
        padding-inline: 0;
    }
}
.drink_head_title{
    position: absolute;
    top: 30px;
    left: 30px;
    width:clamp(60px,20vw, 150px);
    /*width: 150px;*/
    /*height:clamp(260px,20vw, 400px);*/
    /*height: 400px;*/
    height: auto;
    padding: 2rem 1rem;
    white-space: nowrap;
    background: #000000;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
@media (max-width: 768px) {
    .drink_head_title{
        top: 10px;
        left: 10px;
        font-size: 1.3rem;
    }
}
.section_contents.--brown {
  background-color: #431515;
  padding-block: 100px 200px;
  @media (max-width: 767px) {
    padding-block: 50px 100px;
  }
}



.course_img {
  margin-bottom: 5vh;
}

@media (max-width: 768px) {
  .section_contents{
      width: 100%;
      padding: 40px 20px;
    }
}
.contents_title{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(2rem, 1.5rem + 1.82vw, 3rem);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}

.contents_title span{
  font-size: 16px;
  font-weight: 800;
  display: inline-block;
  width: 100%;
  margin-top: -20px;
}

.drink_contents_inner{
  max-width: 1000px;
  margin: 100px auto 0;
}
.drink_contents_inner img + img{
  /* margin-top: 40px; */
}
@media (max-width: 767px) {
    .drink_contents_inner{
        padding: 1rem 0 0 0;
        margin-top: 0;
    }
}
.drink_contents_inner p {
    font-size: clamp(1.25rem, -0.083rem + 2.78vw, 2rem);
    font-weight: 600;
    text-align: center;
    margin-block: 100px 20px;
    @media (max-width: 767px) {
        font-size: 18px;
        margin-block: 50px 20px;
    }
}
.drink_contents_item{
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem
}
@media (max-width: 768px) {
    .drink_contents_item{
        flex-direction: column;
    }
}
.drink_contents_name{
    width: 25%;
}
@media (max-width: 768px) {
    .drink_contents_name{
        width: 100%;
        font-weight: bold;
        margin-bottom: 0.6rem
    }
}
.drink_contents_txt{
    width: 75%;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .drink_contents_txt{
        width: 100%;
    }
}
.drink_contents_annotation{
    margin-bottom: 1rem;
}
.reserve_method{

}
/*@media (max-width: 768px) {*/
/*    .reserve_method{*/
/*        margin: 10vh 0;*/
/*    }*/
/*}*/
.reserve_method_title{
    position: absolute;
    top: 30px;
    left: 30px;
    /*width: 150px;*/
    /*height: 400px;*/
    width:clamp(60px,20vw, 150px);
    /*height:clamp(260px,20vw, 400px);*/
    height: auto;
    padding: 2rem 1rem;
    white-space: nowrap;
    background: #000000;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}
@media (max-width: 768px) {
    .reserve_method_title{
        top: 10px;
        left: 10px;
        font-size: 1.3rem;
    }
}
.reserve_method_contents{
    padding: 5vw 5vw 0 20vw;
}
@media (max-width: 768px) {
    .reserve_method_contents{
        padding: 10vw 3vw 0 3vw;
    }
}
.method_contents_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 20px;
    background-color: #fff;
    padding: 30px 40px;
    @media (max-width: 1023px) {
        padding: 20px;

    }
    @media (max-width: 767px) {
        flex-direction: column;
        padding: 20px;
    }
}
.method_contents_wrapper.--step2 {
    display: block;
}
.method_contents_item{
    display: flex;
    align-items: center;
    gap: 24px;
    @media (max-width: 767px) {
        flex-direction: column;
        gap: 8px;
    }
}
.method_contents_name{
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
    font-weight: 700;
    color: #D7000F;
    @media (max-width: 767px) {
        font-size: 18px;
    }
}


.method_contents_txt{
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
    line-height: 1.5;
    background: #FFFFFF;
}
@media (max-width: 767px) {
    .method_contents_txt{
        font-size: 1rem;
    }
}
.method_contents_btn.common_btn {
    max-width: 360px;
    width: 100%;
    @media (max-width: 1023px) {
        /* max-width: 180px; */
        margin-top: 24px;
    }
}

.method_contents_btn.common_btn a {
    @media (max-width: 1023px) {
        font-size: 18px;
    }
}

.method_contents_btn.common_btn a span {
    transform: rotate(-90deg);
}
.triangle{
    margin: 2rem auto;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #D7000F;
}
@media (max-width: 768px) {
    .triangle{
      margin: 1rem auto;
      border-left: 16px solid transparent;
      border-right: 16px solid transparent;
      border-top: 20px solid #D7000F;
    }
}
.triangle:last-child{
    display: none;
}
.method_contents_subitem{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    @media (max-width: 767px) {
        flex-direction: column;
        gap: 8px;
        margin-top: 16px;
    }
}
.method_contents_subtxt{
    margin: 10px 0;
    padding: 20px;
    background: #FFFFFF;
    font-size: 1.3rem;
    text-align: center;
    border: 1px solid #431515;
    border-radius: 20px;
    position: relative;
}
@media (max-width: 768px) {
    .method_contents_subtxt{
        margin: 5px 0;
        padding: 10px;
        font-size: 1rem;
        width: 100%;
    }
}
.sub_triangle{
    position: absolute;
    top: -2.3rem;
    left: 40%;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 35px solid #D7000F;
}
@media (max-width: 768px) {
    .sub_triangle{
        position: absolute;
        top: -1.25rem;
        left: 40%;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 15px solid #D7000F;
    }
}
.subitem_1{
    margin: 0 auto;
    padding: 20px 60px;
    background: #FFCD00;
    border-radius: 10px;
    letter-spacing: 0.3em;
}
.copyright{
    background: #000000;
    height: 60px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qa {
    background-color: #431515;
    padding-bottom: 140px;
    @media (max-width: 767px) {
        padding-bottom: 150px;
    }
}

.qa__bg {
    background: url(../img/qa_bg.webp);
    background-size: cover;
    background-position: center;
    width: 100%;
    aspect-ratio: 1920 / 500;
    position: relative;
    @media (max-width: 767px) {
        aspect-ratio: 375 / 130;
        height: 50vw;
    }
}

.qa__inner {
    padding-top: 60px;
    @media (max-width: 767px) {
        padding-top: 40px;
    }
}

.qa__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    @media (max-width: 767px) {
        gap: 15px;
    }
}

.qa__item {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 32px 40px;
    overflow: hidden;
    @media (max-width: 767px) {
        padding: 20px 25px;
    }
}

.qa__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: clamp(1.25rem, 0.806rem + 0.93vw, 1.5rem);
    font-weight: bold;
    line-height: 1.6;
    color: #431515;
    cursor: pointer;
    list-style: none;
    position: relative;
    padding-left: 1.2em;
    text-indent: -1.2em;
    @media (max-width: 767px) {
        padding: 0;
        padding-left: 1em;
        text-indent: -1.3em;
        font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
    }
}

.qa__question::-webkit-details-marker {
    display: none;
}

.qa__question::after {
    content: '+';
    font-size: 2rem;
    font-weight: normal;
    color: #431515;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 20px;
}

.qa__item[open] .qa__question::after {
    content: '−';
    transform: rotate(0deg);
}

.qa__answer {
    padding-left: 1.2em;
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem);
    line-height: 1.8;
    color: #431515;
    margin-top: 24px;
    margin-left: 36px;
    text-indent: -1.2em;
    @media (max-width: 767px) {
        padding-left: 1em;
        text-indent: -1em;
        font-size: 14px;
        margin-top: 12px;
        margin-left: 20px;
    }
}

/*topへ戻る*/
#page_top {
    background: #000000;
    position: fixed;
    bottom: 130px;
    right: 15px;
}
@media screen and (max-width: 768px){
    #page_top {
        bottom: 100px;
        right: 7px;
    }
}
#page_top a {
    color: #FFFFFF;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#page_top a:hover {
    text-decoration: none;
}

/*animation*/
.fadein {
    opacity : 0;
    transform: translateY(40px);
    transition: all .5s;
}
.zoomin {
    opacity : 0;
    transform: scale(2.0);
    transition: all .3s;
}
.rotatein {
    opacity : 0;
    transform: rotate(90deg);
    transition: all .5s;
}
.changed {
    opacity : 1;
    transform: scale(1.0);
}
.cutin{
    opacity : 0;
    transform: translate(200px);
    transition: all .5s;
}

.desc {
  background-color: #D7000F;
  padding: 80px 40px;
  margin: 5vw auto 0;
  text-align: center;
  color: #fff;
}

.desc_inner {
    max-width: 1600px;
    line-height: 2;
	  font-size: 1.5rem;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .desc{
        width: 100%;
      padding: 40px 0;
      margin: 0;
    }
}

/* ------------------------- 大人数用プラス --------------------------- */
.shop_list {
    margin: 15vw 0;
}
.shop_list_content {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 20px 40px;
    margin-top: -1px;
}
.group_tab{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}
.group_tab li{
    flex: 1;
    /* border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #480000; */
}
@media (max-width: 768px) {
    .group_tab li{
        min-height: 90px;
    }
}
.group_tab li:last-child{
    /* border-width: 1px; */
}
.group_tab li a{
    padding: 2rem 0;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    cursor: pointer;
}
@media (max-width: 768px) {
    .group_tab li a{
        padding: 1rem 2px;
        font-size: 14px;
    }
}
.group_tab li{
    border-radius: 20px 20px 0 0;
    background-color: #fff;
}
.tab_on{
    background-color: #480000 !important;
    color: #FFFFFF;
}
.tab_off{
    background: #FFFFFF;
    color: #000000;
}

#group_title_1{
  font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 80px auto;
    letter-spacing: 0.15em;
    @media (max-width: 767px) {
        font-size: 20px;
        margin: 30px auto;
    }
}
#group_title_2{
    display: none;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 80px auto;
}
#group_title_3{
    display: none;
    font-weight: 800;
    font-size: 32px;
    text-align: center;
    margin: 80px auto;
}

@media (max-width: 768px) {
  #group_title_1,
  #group_title_2,
  #group_title_3{
    font-size: 24px;
  }
}

.shop_wrap{
}
.shop_wrap_2{
    display: none;
}
.shop_wrap_3{
    display: none;
}
.area_name{
    font-size: 1.5rem;
    margin: 2rem 0;
    font-weight: bold;
}
@media (max-width: 768px) {
    .area_name{
        font-size: 1.2rem;
        margin: 1rem 0;
    }
}
.shop_area_wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shop_inner{
    width: 49%;
    background: #F8F3EB;
    border-radius: 30px;
    padding: 30px;
    margin: 0 0 1rem 0;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
    -webkit-filter:drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.1));
    -moz-filter:drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.1));
    -ms-filter:drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.1));
    filter:drop-shadow(1px 3px 3px rgba(0, 0, 0, 0.1));
}
@media (max-width: 767px) {
    .shop_inner{
        width: 100%;
        padding: 20px;
    }
}
h5{
    font-size: 1.2rem;
    border-bottom: 1px solid #000000;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
    @media (max-width: 767px) {
        font-size: 1rem;
        margin-bottom: 10px;
    }
}
.shop_address{
    display: flex;
    width: 100%;
    margin: 0 0 5px 0;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}
.shop_address dt{
    width: 20%;
    font-weight: normal;
}
@media (max-width: 768px) {
    .shop_address dt{
        width: 30%;
    }
}
.shop_address dd{
    width: 80%;
}
@media (max-width: 767px) {
    .shop_address dd{
        width: 100%;
    }
}
.shop_open{
    display: flex;
    width: 100%;
    margin: 0 0 5px 0;
}
.shop_open dt{
    width: 20%;
    font-weight: normal;
}
@media (max-width: 768px) {
    .shop_open dt{
        width: 30%;
    }
}
.shop_open dd{
    width: 80%;
    word-wrap: break-word;
}
@media (max-width: 768px) {
    .shop_open dd{
        width: 70%;
    }
}
.shop_button{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 30px 0 0 0;
    @media (max-width: 767px) {
        flex-direction: column;
    }
}
.shop_button li{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 767px) {
        width: 100%;
    }
}
.tel_btn{
    background: #431515;
    color: #fff;
    padding: 12px 16px 13px;
    width: 100%;
    text-align: center;
    border-radius: 30px;
}
@media (max-width: 768px) {
    .tel_btn{
        padding: 10px 0px;
        font-size: 0.9rem;
    }
}
.rsv_btn{
    background: #D7000F;
    color: #FFFFFF;
    padding: 12px 16px 13px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 768px) {
    .rsv_btn{
        padding: 10px 0px;
        font-size: 0.9rem;
    }
}
.line_btn{
    background-color: #29C755;
    color: #FFFFFF;
    padding: 12px 16px 13px;
    border-radius: 30px;
    width: 100%;
    text-align: center;
}
@media (max-width: 768px) {
    .line_btn{
        padding: 10px 0px;
        font-size: 0.9rem;
    }
}
.common_head{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10vh;
}
@media (max-width: 768px) {
    .common_head{
        font-size: 1.5rem;
        /*width: 70%;*/
        margin: 0 auto 5vh;
    }
}
.point{
    padding-bottom: 200px;
    @media (max-width: 1023px) {
        padding-bottom: 100px;
    }
}

.common_head{
    font-size: clamp(1.5rem, -0.278rem + 3.7vw, 2.5rem);
    color: #431515;
    margin-bottom: 10vh;
}
@media (max-width: 768px) {
    .point h3{
      font-size: 24px;
      margin-bottom: 40px;
    }
}

.point_item_wrap {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.point_item{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.point_item:nth-last-child(n+1){
  margin-top: 10vh;
}

@media (max-width: 1000px) {
    .point_item{
        display: block;
        flex-wrap: wrap;
        justify-content: center;
    }
}
.point_inner{
    width: 50%;
}
@media (max-width: 1000px) {
    .point_inner{
        width: 100%;
        text-align: center;
    }
}
.inner_reverse{
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .inner_reverse{
        flex-direction: column-reverse;
    }
}
/* .point_left{
    width: 60%;
    padding-top: 3rem;
}
@media (max-width: 768px) {
    .point_left{
        width: 100%;
        padding-top: 2rem;
    }
} */
.point_left img{
    width: 100%;
    object-fit: cover;
    object-position: bottom;
    height: auto;
}
@media (max-width: 768px) {
    .point_left img{
        height: auto;
    }
}
.point_right{
    width: 20%;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: center;
}
@media (max-width: 768px) {
    .point_right{
        width: 100%;
        flex-direction: column;
        align-items: center;
    }
}
.point_right_1{
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
}
@media (max-width: 768px) {
    .point_right_1{
        writing-mode: horizontal-tb;
        margin: 0 0 1vh 0;
        order: 2;
    }
}
.point_right_2{
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    font-size: 1.5rem;
    letter-spacing: 0.6rem;
}
@media (max-width: 768px) {
    .point_right_2{
        font-size: 1rem;
        writing-mode: horizontal-tb;
        margin: 0 0 1vh 0;
        order: 1;
        letter-spacing: normal;
    }
}
.point_border{
    margin: 0 20px 0 0;
    width: 1px;
    height: 40%;
    border: 1px solid #000000;
}
@media (max-width: 768px) {
    .point_border{
        width: 20%;
        height: 1px;
        order: 3;
        margin: 1vh auto 0;
        border: 1px solid #999999;
    }
}
.point_txt{
    flex: 1;
    padding: 0 2rem;
    text-align: left;
}
@media (max-width: 1000px) {
    .point_txt{
        width: 100%;
        padding: 24px;
    }
}
@media (max-width: 767px) {
    .point_txt{
        padding-inline: 0;
    }
}
.point_top{
    font-weight: bold;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    color: #D7000F;
}
@media (max-width: 768px) {
    .point_top{
        font-size: 1rem;
    }
}
.point_bottom{
    font-size: clamp(1rem, 0.556rem + 0.93vw, 1.25rem)1rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .point_bottom{
        font-size: 0.9rem;
    }
}

.point_btn {
    width: 85%;
    margin: 50px auto 0;
    @media (max-width: 767px) {
        width: 100%;
    }
}

.common_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    background-color: #CB020A;
    border-radius: 40px;
    text-align: center;
    @media (max-width: 767px) {
        
    }
}

.common_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
    padding-block: 20px 24px;
    position: relative;
    @media (max-width: 767px) {
        padding-block: 15px;
    }
}

.common_btn span {
    display: inline-block;
    width: 19px;
    height: 16px;
    background-color: #fff;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

nav{
    /* background-color: #fff;
    border-radius: 20px;
    width: 90%;
    padding: 3vw 4.2vw; */
    margin: 5vw auto;
}
.nav_inner.inner {

}
.nav_content {
    border-radius: 20px;
    background-color: #fff;
    padding: 3vw 4.2vw;
    @media (max-width: 767px) {
        padding: 20px;
    }
}
.nav_title{
    font-size: 28px;
    font-weight: 700;
    background: #D7000F;
    color: #FFFFFF;
    margin: 5px 0;
    padding: 20px;
    @media (max-width: 767px) {
        font-size: 20px;
        padding: 10px;
        margin: 0;
    }
}
.nav_ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2rem;
    margin-top: 20px;
}
.nav_ul li{
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px dotted #666666;
    padding-bottom: 15px;
    margin-bottom: 10px;
    /* padding-left: 40px; */
    /* position: relative; */
    @media (max-width: 767px) {
        font-size: 16px;
        padding-bottom: 10px;
        margin-bottom: 5px;
        /* padding-left: 20px; */
    }
}
.nav_ul li a{
    display: block;
    padding-left: 40px;
    position: relative;
    @media (max-width: 767px) {
        padding-left: 20px;
    }
}
.nav_ul li a::before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    width: 13px;
    height: 11px;
    background: #431515;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    @media (max-width: 767px) {
        left: 2px;
        right: auto;
        width: 10px;
        height: 8px;
    }
}
.nav_ul li a{
  display: block;
  width: 100%;
}
.nav_ul li a:hover{
  cursor: pointer;
}
/* 2023.12.01 */
.area_tab{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin: 2rem auto;
}
.area_tab li a{
    margin: 0 1rem;
}
.area_tab li:after{
    content:'|';
}
.area_tab li:last-child:after{
    content:'';
}
@media (max-width: 768px) {
.area_tab{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    line-height: 2;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
}
}
/* fixed-bottom */
.bottom_btn{
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #D7000F;
    color: #FFFFFF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    padding: 10px;
}
.bottom_btn a{
    padding: 5px 2rem;
    border: 1px solid #FFFFFF;
    margin: 10px;
}
@media screen and (max-width: 768px){
    .bottom_btn{
        flex-direction: column;
        padding: 20px;
    }
    .bottom_btn a{
        margin: 10px 10px 0 10px;
        text-align: center;
        width: 80%;
        font-size: 18px;
    }

    .bottom_title {
      font-size: 18px;
    }
}

.seat {

}

.seat_lists {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 50px;
    @media (max-width: 767px) {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}

.seat_list {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    @media (max-width: 1023px) {
        flex-direction: column;
    }
}

.seat_img {
    width: 50%;
    @media (max-width: 1023px) {
        width: 100%;
    }
}

.seat_img img {
    aspect-ratio: 400 / 400;
    object-fit: cover;
}

.seat_body {
    flex: 1;
    background-color: #fff;
    padding: 20px;
}

.seat_title {
    font-size: 24px;
    font-weight: 700;
    @media (max-width: 767px) {
        font-size: 20px;
    }
}

.seat_desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    margin-top: 20px;
    @media (max-width: 767px) {
        font-size: 16px;
        margin-top: 10px;
    }
}

.pc-hidden-sm {
 display: none;
}

@media screen and (max-width: 320px){
  .pc-hidden-sm {
    display: block;
   }
}

.u-mobile {
    display: none;
    @media (max-width: 767px) {
        display: block;
    }
}


