@charset "UTF-8";
html,body{
    width: 100%;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 16px;
    color: #480000;
    font-weight: 600;
    scroll-behavior: smooth; /*スムーススクロール*/
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.container{
    margin: 0px 0px 70px 0px;
}
@media (max-width: 768px) {
    .container{
        margin: 0px 0px 100px 0px;
    }
}
.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_catch{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.catch_copy{
    color: #D7000F;
    font-weight: bold;
    /*font-size: 2.5rem;*/
    font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
    letter-spacing: 0.2rem;
}
@media (max-width: 768px) {
    .catch_copy{
        letter-spacing: normal;
    }
}
.catch_copy2{
    color: #fff;
    font-weight: bold;
    /*font-size: 2.5rem;*/
    font-size: 40px;
    letter-spacing: 0.1rem;
    margin-bottom: 40px;
}
@media (max-width: 768px) {
    .catch_copy2{
      letter-spacing: normal;
			line-height: 1.6;
      font-size: 24px;
    }
}
.catch_copy_inner{
    display: flex;
    flex-direction: column;
    margin: 1rem;
    line-height: 1.6;
}
.catch_copy_desc{
    /*font-size: 1.5rem;*/
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    margin: 1rem 0 0 0;
    letter-spacing: 0.2rem;
    color: #000000;
}
@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%;
    margin: 15vw 0;
}
/*@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{
  font-family: "M PLUS Rounded 1c", sans-serif;
    font-size: 2rem;
    color: #D7000F;
    font-weight: 900;
    text-align: left;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    line-height: 1.5;
}

.course_contents_title span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1em;
  font-weight: 800;
}

@media (max-width: 768px) {
    .course_contents_title{
        font-size: 1.5rem;
        margin-top: 40px;
        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_contents_wrap h4 {
  font-weight: bold;
  font-size: 24px;
  margin: 20px 0;
}

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

.course_contents_wrap p {
  line-height: 1.5;
}

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

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

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

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

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

.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{
    width: 100%;
    margin: 15vw 0;
}
@media (max-width: 768px) {
    .all_you_can_drink{
        margin: 10vh 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{
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
}

.course_img {
  margin-bottom: 5vh;
}

@media (max-width: 768px) {
  .section_contents{
      width: 100%;
      padding: 40px 20px;
    }
}
.contents_title{
  font-size: 64px;
  font-family: "Fredoka";
  font-weight: 800;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.15em;
}

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


@media (max-width: 768px) {
    .contents_title{
        font-size: 1.5rem;
    }
}
.drink_contents_inner{
  max-width: 1000px;
  margin: 0 auto;
}
.drink_contents_inner img + img{
  margin-top: 40px;
}
@media (max-width: 768px) {
    .drink_contents_inner{
        padding: 1rem 0 0 0;
    }
}
.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{
    width: 100%;
    margin: 10vw 0;
}
/*@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_item{
    margin: 1rem 0;
}
.method_contents_name{
    font-size: 2.5rem;
    font-family: "Fredoka", sans-serif;
}

@media (max-width: 768px) {
  .method_contents_name{
    font-size: 1.25rem;
    font-family: "Fredoka", sans-serif;
}
}

.method_contents_txt{
    margin: 10px 0;
    padding: 40PX 20px;
    background: #FFFFFF;
    font-size: 1.3rem;
}
@media (max-width: 768px) {
    .method_contents_txt{
        font-size: 1rem;
        margin: 5px 0;
        padding: 10px;
    }
}
.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: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 25px solid #D7000F;
    }
}
.triangle:last-child{
    display: none;
}
.method_contents_subitem{
    display: flex;
    justify-content: space-between;
}
.method_contents_subtxt{
    margin: 10px 0;
    padding: 20px;
    background: #FFFFFF;
    font-size: 1.3rem;
    text-align: center;
    position: relative;
}
@media (max-width: 768px) {
    .method_contents_subtxt{
        margin: 5px 0;
        padding: 10px;
        font-size: 1rem;
    }
}
.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;
}

/*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;
  text-align: center;
  color: #fff;
}

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

/* ------------------------- 大人数用プラス --------------------------- */
.shop_list {
    width: 90%;
    margin: 15vw auto;
}
@media (max-width: 768px) {
    .shop_list{
        width: 95%;
        /*margin: 10vh auto;*/
    }
}
.group_tab{
    display: flex;
    justify-content: center;
    align-items: center;
}
.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: 1rem;
    }
}
.tab_on{
    background-color: #480000;
    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;
}
#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: #FFFFFF;
    padding: 1rem;
    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: 768px) {
    .shop_inner{
        width: 100%;
    }
}
h5{
    font-size: 1.2rem;
    border-bottom: 1px solid #000000;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-weight: bold;
}
.shop_address{
    display: flex;
    width: 100%;
    margin: 0 0 5px 0;
}
.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: 768px) {
    .shop_address dd{
        width: 70%;
    }
}
.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;
    justify-content: space-around;
    margin: 10px 0 0 0;
}
.shop_button li{
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel_btn{
    background: #FAAF3B;
    color: #fff;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .tel_btn{
        padding: 10px 0px;
        font-size: 0.9rem;
    }
}
.rsv_btn{
    background: #D7000F;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .rsv_btn{
        padding: 10px 0px;
        font-size: 0.9rem;
    }
}
.line_btn{
    background-color: #29C755;
    color: #FFFFFF;
    padding: 5px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
}
@media (max-width: 768px) {
    .line_btn{
        padding: 10px 0px;
        font-size: 0.9rem;
    }
}
h3{
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10vh;
}
@media (max-width: 768px) {
    h3{
        font-size: 1.5rem;
        /*width: 70%;*/
        margin: 0 auto 5vh;
    }
}
.point{
    width: 90%;
    margin: 15vw auto;
    color: #000;
}

.point h3{
  margin-bottom: 10vh;
  color: #D7000F;
  font-size: 40px;
}
@media (max-width: 768px) {
    .point{
        width: 95%;
        /*margin: 10vh auto;*/
    }

    .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{
    max-width: 540px;
}
@media (max-width: 1000px) {
    .point_inner{
        max-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{
    background: #FFFFFF;
    width: 45%;
    padding: 2rem;
    text-align: left;
}
@media (max-width: 1000px) {
    .point_txt{
        width: 100%;
    }
}
.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: 1rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .point_bottom{
        font-size: 0.9rem;
    }
}

nav{
    width: 90%;
    margin: 5vw auto;
    padding: 2vw 5vw;
}
.nav_title{
    font-size: 1.3rem;
    background: #D7000F;
    color: #FFFFFF;
    margin: 5px 0;
    padding: 10px;
}
.nav_ul{
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2rem;
}
.nav_ul li{
    font-weight: bold;
    border-bottom: 1px dotted #666666;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-left: 10px;
}
.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;
    }
}



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

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


