@charset "UTF-8";

/* CSS Document */
h1+p {
  margin: 0 15px 20px;
  max-width: 970px;
}

rt {
  margin: -4px 0;
  line-height: 1;
  font-size: 6px;
}

#course .content_inner {
  margin: auto;
  width: auto;
}

ul {
  list-style-position: outside;
}

cr {
  display: block;
}

.none,
.spring_birth_tennoji {
  display: none;
}

#container {
  width: 1000px;
  margin: 0 auto;
}

#course {
  margin-top: 50px;
  padding: 0;
  font-size: 16px;
}

#course h2 {
  background: #C9151E;
  margin: 0 auto 20px;
  padding: 5px 15px;
  width: auto;
  max-width: 970px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}

#course div.wrap_contents a.f18.fbold {
  color: #F60 !important;
  font-weight: normal !important;
}

.list_course {
  overflow: hidden;
  /* padding: 10px 5px; */
  width: 100%;
  max-width: 970px;
  float: none;
  display: flex;
  flex-wrap: wrap;
}

.sec_list_course.day {
  background-color: #fdefc6;
}

.sec_list_course.night {
  background-color: #CED6F5;
}

.sec_list_course .desc {
  margin: 10px 5px;
}

.list_course>li {
  float: left;
  position: relative;
  margin: 0 20px 40px 0;
  padding: 20px 0;
  border-top: 3px #C9151E solid;
  width: calc((100% - 20px) / 2);
}

.list_course>li.wide {
  width: 100%;
}

li.half {
  margin-right: 20px;
}

li.half_even {
  margin-right: 0;
}


.prc {
  float: right;
  color: #C9151E;
  font-size: 22px;
  font-weight: bold;
  width: 270px;
}

.wide .prc {
  position: absolute;
  top: 74px;
  left: 220px;
}

.list_course .tax {
  font-size: 18px;
}

.list_contents_course {
  overflow: hidden;
}

.list_contents_course>li {
  border-top: none;
}

.list_contents_course {
  float: left;
  margin-bottom: 10px;
  padding: 0;
  font-size: 0;
}

.wide .btn_link_detail {
  width: calc(77% - 10px);
  display: inline-block;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 220px;
  bottom: 19px;
}

.wide .btn_link_detail {
  width: calc(77% - 10px);
  display: inline-block;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 220px;
  bottom: 19px;
}

.list_contents_course>li {
  display: inline-block;
  margin: 0 7px 0 0;
  width: calc((100% - 20px) / 3);
}

.list_contents_course>li>img {
  width: 100%;
}

.list_contents_course>li:nth-of-type(3n) {
  margin-right: 0;
}

.btn_link_detail {
  display: block;
  float: left;
  margin-top: 20px;
  padding: 5px;
  background: #f7f7f7 url(../../images/party/common/circle_down.png) no-repeat right 20px center;
  border: #686868 solid 2px;
  width: calc(100% - 14px);
  color: #686868 !important;
  font-size: 18px;
  text-align: center;
  clear: both;
  text-decoration: none !important;
}

.btn_link_detail.outlink {
  background-image: url(../../images/party/common/circle_right.png);
}

.btn_link_detail img {
  position: relative;
  left: 150px;
  bottom: 2px;
}

.btn_link_detail:hover {
  background-color: #686868;
  background-image: url(../../images/party/common/circle_down_hover.png);
  color: #fff !important;
}

.btn_link_detail.outlink:hover {
  background-image: url(../../images/party/common/circle_right_hover.png);
}

#course h3, .ttl_course {
  margin-bottom: 10px;
  padding: 10px;
  border-top: 3px solid #C9151E;
  border-bottom: 1px solid #545454;
  font-size: 25px;
  font-weight: bold;

}
#course h3.ico_foodfree{
    position: relative;
    padding-left:50px;
}
#course h3.ico_foodfree::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    top: 40%;
    left: 3px;
    background: url(/images/party/course_contents/ico_freefood.svg);
    background-size: cover;
    bottom: 50%;
    margin: auto;
}
#course h3>.limited, .ttl_course>.limited {
  display: block;
  font-size: 14px;
}

#course h3>.note_time02, .ttl_course>.note_time02 {
  margin-left: 40px;
  font-size: 18px;
}

#course h3.day, #course h3.night {
  margin-bottom: 0;
  border: none;
  background-color: #e2aa00;
  color: #fff;
}

#course h3.night {
  background-color: #44589D;
}

.wrap_ttl_course {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 24px;
}

.time_ttl_course, .term_ttl_course {
  position: absolute;
  bottom: 0;
  padding: 4px 10px;
  border-radius: 6px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
}

.time_ttl_course {
  left: 0;
  background-color: #e2aa00;
}

.time_ttl_course.night {
  background-color: #44589d;
}

.term_ttl_course {
  right: 0;
  background-color: #777;
}

.course_detail_content {}

.course_detail_content .desc {
  margin: 10px auto;
}
.ex_time .em_caption{
  text-align: center;
}
.tit_exdayprice{
  color:#f60;
  font-size:0.7em;
  margin-top:20px;
}
.tit_exdayprice02{
  font-size:0.7em;
  color:#f60;
}
.btn_past_course{
  width: 800px;
    margin: 0 auto 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    color: #F60;
    text-decoration: underline;
}
.pri_cou_capt_dece{
  padding-bottom:10px;
  font-size: 16px;
  color: #C9151E;
  font-weight: bold;
}
@media screen and (min-width: 813px) {
  .wrap_ttl_course {
    padding-bottom: 0;
  }

  .time_ttl_course {
    left: auto;
    bottom: auto;
    right: 10px;
    top: 6px;
    background-color: #fff8e4;
    font-size: 14px;
    color: #e2aa00;
  }

  .time_ttl_course.night {
    background-color: #ced6f5;
    color: #44589d;
  }

  .term_ttl_course {
    bottom: auto;
    right: 10px;
    top: 30px;
    font-size: 14px;
  }
}

.wrap_course_img_pc {
  display: flex;
  justify-content: center;
  /* grid-template-columns: 1fr 1fr 1fr; */
  gap: 5px;
}

.wrap_course_img_pc>a {
  display: block;
  position: relative;
  width: 33.3%;
  margin-bottom: 10px;
}

.wrap_course_img_pc img {
  width: 100%;
}

*[id^="honey"] .wrap_course_img_pc>a:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 2px 5px;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 12px;
}

.wrap_info {
  margin-bottom: 30px;
  padding: 20px;
  background-color: #F0F0F0;
}
.txt_util{
  position: relative;
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 1.5;
  color: #444;
}
.txt_util::before {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 0;
  height: 0;
  border-left: 10px solid #C9151E;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transform: rotate(90deg);
}
/*パスタ*/
.pasta_select {
  border-radius: 6px;
  margin-bottom: 3px;
  margin-top: 0;
  padding: 10px 10px 0px;
  background-color: #F3DAC4;
}
.pasta_select_capt {
  text-align: right;
  font-size:11px;
  margin-bottom: 15px;
  margin-top: 3px;
}

.pasta_select>h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.pasta_select>.wrap_images {
  position: relative;
  font-size: 0;
}

.pasta_select>.wrap_images::after {
  content: "or";
  position: absolute;
  top: calc(50% - 11px - 10px);
  right: calc(50% - 11px);
  display: table-cell;
  vertical-align: middle;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  background-color: #C9151E;
  box-shadow: 0 0 0 2px #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.pasta_select>.wrap_images>figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: calc((100% - 5px) / 2);
}

.pasta_select>.wrap_images>figure:first-of-type {
  margin-right: 5px;
}

.pasta_select>.wrap_images>figure>img {
  width: 100%;
}

.pasta_select>.wrap_images>figure>figcaption {
  font-size: 10px;
  text-align: center;
}

/*選べるメニュー*/
.menu_select {
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 10px;
  background-color: #F3DAC4;
}

.menu_select>h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}

.menu_select>.wrap_images {
  position: relative;
  font-size: 0;
}

.menu_select>.wrap_images>figure::after {
  content: "or";
  position: absolute;
  top: calc(50% - 11px - 10px);
  right: calc(50% - 11px);
  display: table-cell;
  vertical-align: middle;
  border-radius: 22px;
  width: 22px;
  height: 22px;
  background-color: #C9151E;
  box-shadow: 0 0 0 2px #fff;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.menu_select>.wrap_images>figure {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: calc((100% - 10px) / 2);
  margin-right: 5px;
}

.menu_select>.wrap_images>figure:nth-of-type(3) {
  margin-right: 0px;
}

.menu_select>.wrap_images>figure>img {
  width: 100%;
}

.menu_select>.wrap_images>figure>figcaption {
  font-size: 10px;
}

/*トマホーク*/
.list_contents_course_plus>.tomahawk {
  background-color: #f6e2b1;
}

.em_tomahawk {
  color: #f16060;
  font-size: 14px;
  font-weight: bold;
}

.tomahawk a[rel=lightbox] {
  display: block;
  position: relative;
}

.wrap_info>.prc {
  float: none;
  margin-bottom: 10px;
  width: 100%;
  line-height: 1;
  font-size: 2em;
}

.wrap_info .price_table {
  border-collapse: separate;
  overflow: hidden;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #444;
}

.wrap_info .price_table tr {
  border-bottom: solid 1px #aaa;
}

.wrap_info .price_table tr>* {
  border: none;
  border-right: solid 1px #aaa;
  text-align: center;
}

.wrap_info .price_table .table_header {
  border-bottom: none;
  background-color: #707070;
  color: #fff;
}
.wrap_info .price_table .table_header .pri_web{
  background: #EA646A;
  border-right: solid 5px #EA646A;
  border-left: solid 5px #EA646A;
}
.wrap_info .price_table td.pri_web{
  border-right: solid 5px #EA646A;
  border-left: solid 5px #EA646A;
}
.wrap_info .price_table tr:last-child td.pri_web{
  border-bottom: solid 5px #EA646A;
}
.wrap_info .price_table .table_header .pri_sing{
  background: #ff662a;
  border-right: solid 5px #ff662a;
  border-left: solid 5px #ff662a;
}
.wrap_info .price_table td.pri_sing{
  border-right: solid 5px #ff662a;
  border-left: solid 5px #ff662a;
}
.wrap_info .price_table tr:last-child td.pri_sing{
  border-bottom: solid 5px #ff662a;
}
.wrap_info .price_table .table_header .pri_member{
  background: #C8171E;
  border-right: solid 5px #C8171E;
  border-left: solid 5px #C8171E;
}
.wrap_info .price_table td.pri_member{
  border-right: solid 5px #C8171E;
  border-left: solid 5px #C8171E;
}
.wrap_info .price_table tr:last-child td.pri_member{
  border-bottom: solid 5px #C8171E;
}
.wrap_info .price_table .table_header th {
  border-right: solid 1px #fff;
}
.wrap_info .price_table .table_header th.pri_regular,
.wrap_info .price_table td.pri_regular{
  border-right: none;
}
.cource_seconds_limit{
  font-weight: 500;
  color:#444;

}
@media screen and (max-width: 768px){
  .txt_first_th{
    font-size:10px;
  }
}

.wrap_info .price_table tr:nth-of-type(2) > *{
  border-bottom: 1px solid #aaa;
}

.wrap_info .price_table tr:last-child{
  border: none;
}

.wrap_info .price_table tr>* {
  padding: 5px;
}

.wrap_info .price_table .prc span {
  font-size: 12px;
}

.price_table .maxtime_plan_note {
  font-size: 13px;
  font-weight: 100;
  display: block;
  margin-top: 5px;
}

.price_table .prc {
  float: none;
  width: 38%;
  font-size: 18px;
  font-weight: bold;
  color: #444;
}

.note_price_table,
.note_price_table02 {
  margin: auto auto 15px;
  text-align: left;
  line-height: 1.4;
  font-size: 14px;
  color:#f60;
}

/* *>.note_price_table:first-of-type {
  margin-top: 15px;
}

*>.note_price_table:last-of-type {
  margin-bottom: 15px;
} */
.note_price_table a,
.note_price_table02 a{
  color:#C9151E;
}
.note_price_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 32%;
}
.note_price_wrap.npr_akiba{
  width: 20%;
}

.note_price_left,
.note_price_right {
  display: inline-block;
}

.wrap_info>.prc>.tax {
  font-size: 30px;
}

.wrap_info>.prc>.em {
  font-size: 50px;
}

.em {
  font-weight: bold;
}

.wrap_info>.prc>.note {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #292929;
}

.wrap_info>.prc>.note_red {
  margin-top: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #f00;
}

.wrap_info .list_contents_course {
  float: none;
  width: auto;
}

.note_price {
  margin-bottom: 10px;
  padding: 2px 5px;
  background-color: #7FB53F;
  color: #fff;
  font-weight: bold;
}

.wrap_info>.wrap_contents>.cap_honey {
  font-size: 15px;
}

.btn_reserve, .btn01 {
  display: table;
  width: calc(100% - 80px);
  text-align: center;
  border: 3px solid #E19C16;
  /* text-transform: uppercase; */
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  background-color: #E19C17;
  background-image: -webkit-linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  background-image: -moz-linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  background-image: -o-linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  background-image: linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  -webkit-box-shadow: inset 0 0 10px 5px #EAB857;
  -moz-box-shadow: inset 0 0 10px 5px #EAB857;
  box-shadow: inset 0 0 10px 5px #EAB857;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 23px;
  margin: 30px auto;
}

.btn_reserve_red {
  border: 3px solid #e11616;
  background-color: #e11717;
  background-image: -webkit-linear-gradient(top, #e61717 0%, #d44c4c 48%, #e11717 49%, #e11717 82%, #e92b2b 100%);
  background-image: -moz-linear-gradient(top, #e61717 0%, #d44c4c 48%, #e11717 49%, #e11717 82%, #e92b2b 100%);
  background-image: -o-linear-gradient(top, #e61717 0%, #d44c4c 48%, #e11717 49%, #e11717 82%, #e92b2b 100%);
  background-image: linear-gradient(top, #e61717 0%, #d44c4c 48%, #e11717 49%, #e11717 82%, #e92b2b 100%);
  -webkit-box-shadow: inset 0 0 10px 5px #ea5757;
  -moz-box-shadow: inset 0 0 10px 5px #ea5757;
  box-shadow: inset 0 0 10px 5px #ea5757;
}

.btn01 {
  width: 80%;
}

.reserve_notice {
  border: 3px solid #e11616;
  background-color: #e11717;
  background-image: -webkit-linear-gradient(top, #e61717 0%, #d44c4c 48%, #e11717 49%, #e11717 82%, #e92b2b 100%);
  box-shadow: inset 0 0 10px 5px #ea5757;
}

.btn01.v2 {
  color: #FFFFFF;
  background-color: #ffa3b1;
  background: #ffa3b1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffa3b1 5%, #ff8b9e 50%, #ff8b9e 51%, #ffa3b1 95%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffa3b1 5%, #ff8b9e 50%, #ff8b9e 51%, #ffa3b1 95%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa3b1 5%, #ff8b9e 50%, #ff8b9e 51%, #ffa3b1 95%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa3b1', endColorstr='#ffa3b1', GradientType=0);
  /* IE6-9 */
  box-shadow: inset 0 0 10px 5px #ffa3b1;
  border: 3px solid #ff899d;
  font-weight: normal;
}

.btn01.v3 {
  font-size: 23px;
  font-weight: bolder;
  border: 3px solid #e11616;
  height: 1.1em;
  background-color: #e11717;
  background-image: -webkit-linear-gradient(top, #e61717 0%, #d44c4c 48%, #e11717 49%, #e11717 82%, #e92b2b 100%);
  box-shadow: inset 0 0 10px 5px #ea5757;
}

.btn_reserve>.inner, .btn01>.inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 23px;
}

.btn_disp_meal {
  clear: both;
  display: block;
  padding: 5px;
  padding-right: 40px;
  border: #F16060 solid 2px;
  background: #fff url(../../images/party/common/circle_plus.png) no-repeat right 10px center;
  color: #F16060 !important;
  font-size: 18px;
  text-align: center;
  text-decoration: none !important;
}

.btn_disp_meal i {
  margin-right: 20px;
  font-size: 23px;
}

.btn_aco.open {
  background: #F16060 url(../../images/party/common/circle_minus.png) no-repeat right 10px center;
  color: #fff !important;
}
.wrap_info .btn_aco.open {
  border-radius: 25px 25px 0px 0px;
}

.list_meal_03+.btn_aco {
  margin-top: 10px;
}

.btn_aco+ul {
  border-top: none;
}

.list_meal,
.list_meal_02,
.list_meal_03 {
  display: none;
  padding: 30px;
  padding-left: calc(20px + 2em);
  border: 2px solid #F16060;
  background: #fff;
  font-size: 14px;
  border-radius: 0 0 25px 25px;
}
.list_meal_img {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-around;
}
.list_meal_img img{
  width: 48%;
  display: inline-block;
  object-fit: cover;
}
.margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
.list_meal>li,
.list_meal_02>li,
.list_meal_03>li {
  list-style: decimal;
}

.list_meal.no_decimal>li,
.list_meal_02.no_decimal>li,
.list_meal_03.no_decimal>li {
  list-style: none;
}

.meal_sub li,
.list_meal_02 ul,
.list_meal_03 ul {
  list-style: disc;
  margin-left: 0;
}

.ttl_add_course {
  margin-top: 20px;
  font-weight: bold;
}

ul.decimal {
  padding-left: 1em;
  list-style: none;
}

ul.decimal>li>a {
  display: inline-block;
}

.list_contents_course_plus>li {
  clear: both;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px;
  background: #C9151E;
  margin: 5px 0 10px;
  border: solid 2px #C9151E;
  box-sizing: border-box;
}
.list_contents_course_plus>li.ll{
  margin-top: -7px;
  background: inherit;
  border: none;
  text-align: right;
  display: block;
  font-size: 13px;
  font-weight: bold;
}

.list_contents_course_plus>li>.inner>img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: inherit;
}

.list_contents_course_plus>li .inner>.txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
  line-height: 1.2;
  font-size: 13px;
}

.txt_drink {
  color: #3684e3;
  font-size: 16px;
}

.txt_sweets {
  color: #f16060;
  font-size: 16px;
}

.plus_500 {
  background: #e4e4e4 url(../../images/party/common/img_plus500.png) no-repeat 10px;
  padding: 15px 5px 15px 130px !important;
}

.plus_700 {
  background: #e4e4e4 url(../../images/party/common/img_plus700.png) no-repeat 10px 10px;
}

.img_course {
  display: block;
  float: left;
  position: relative;
  width: auto;
}

.course_v2_slider {
  display: block;
  float: left;
  position: relative;
  margin-right: 5px;
  width: 350px;
}

/*
	slider
================================*/
.course_v2_slider .slick-next, .course_v2_slider .slick-prev {
  position: absolute;
  width: 30px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.course_v2_slider .slick-dots li {
  width: 14px;
  height: 14px;
}

.course_v2_slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 14px;
  height: 14px;
  cursor: pointer;
  color: transparent;
  background: none;
  border: 0;
  border-radius: 50%;
}

.course_v2_slider .slick-dots li button:before {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  text-align: center;
  background: #282828;
  border-radius: 50%;
}

.course_v2_slider .slick-dots li.slick-active button:before {
  background: #ccc;
}

.course_v2_slider .slick-prev {
  opacity: 1;
  left: 0;
  top: 50%;
  z-index: 1;
}

.course_v2_slider .slick-next {
  opacity: 1;
  left: auto;
  top: 50%;
  right: 0;
  z-index: 1;
}

.course_v2_slider .slick-next:before, .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 3px solid #ccc;
  border-top: 3px solid #ccc;
  margin-top: -10px;
}

.course_v2_slider .slick-next:before {
  margin-left: -15px;
}

.course_v2_slider .slick-prev:before {
  margin-left: -5px;
}

.course_v2_slider .slick-next:before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.course_v2_slider .slick-prev:before {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.course_v2_slider .slick-next, .slider .slick-prev {
  position: absolute;
  width: 30px;
  height: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
}

.img_course>img {
  width: 100%;
}

.lupe {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0;
}

.btn_party_venue {
  display: table;
  width: calc(100% - 80px);
  text-align: center;
  border: 3px solid #E19C16;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.1;
  font-weight: normal;
  font-family: sans-serif;
  color: #FFFFFF;
  background-color: #E19C17;
  background-image: -webkit-linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  background-image: -moz-linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  background-image: -o-linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  background-image: linear-gradient(top, #e69f17 0%, #d4a64c 48%, #E19C17 49%, #E19C17 82%, #e9a82b 100%);
  -webkit-box-shadow: inset 0 0 10px 5px #EAB857;
  -moz-box-shadow: inset 0 0 10px 5px #EAB857;
  box-shadow: inset 0 0 10px 5px #EAB857;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 10px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 23px;
  margin: 30px auto;
}

.btn_party_venue:hover {
  opacity: 0.7;
}

.btn_party_venue>.inner {
  display: table-cell;
  vertical-align: middle;
}

#course>section {
  overflow: hidden;
  padding: 0 0 100px;
}

#course>section:last-child {
  padding-bottom: 0;
}

.list_contents_course_l {
  overflow: hidden;
  clear: both;
  padding: 20px;
  background: #F0F0F0;
}

.list_contents_course_l>li {
  background-color: #E4E4E4;
  margin-bottom: 10px;
  padding: 5px;
}

.list_contents_course_l>.half_pc, .list_contents_course_l>.col3_pc {
  float: left;
  margin-right: 10px;
  width: calc((100% - 10px) / 2 - 10px);
}

.list_contents_course_l>.half_pc+.half_pc, .list_contents_course_l>.col3_pc:nth-child(3n) {
  margin-right: 0;
}

.list_contents_course_l>.col3_pc {
  width: calc((100% - 10px * 2) / 3 - 10px);
}

/* .list_contents_course_l>.half_pc:nth-of-type(3) {
  width: calc(60% - 0px);
} */
.mr0 {
  margin-right: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.list_contents_course_l>.half_pc>.inner {
  margin-bottom: 10px;
}

.list_contents_course_l>li>.inner>img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.list_contents_course_l>li .inner>.txt {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 150px);
  line-height: 1.2;
  font-size: 14px;
}

.list_contents_course_l>li .inner>.txt>.txt_drink {
  font-size: 18px;
}

.list_contents_course_l>li .inner>.txt>.txt_sweets {
  font-size: 16px;
}


.list_contents_course_plus{
  margin-bottom:20px;
}
.list_contents_course_plus.last_botim02 {
  margin-bottom: 0px;
}
.btn_disp_meal_02 {
  display: block;
  clear: both;
  padding: 5px;
  border: #F16060 solid 2px;
  border-radius: 50px;
  background: #F16060 url(../../images/party/common/circle_plus.png) no-repeat right 10px center;
  font-size: 18px;
  text-align: center;
  color: #fff !important;
  text-decoration: none !important;
  margin-top: -5px;
}

.honey_open {
  background: #F16060 url(../../images/party/common/circle_minus.png) no-repeat right 10px center;
  color: #fff !important;
}

.list_price_h {
  overflow: hidden;
}

.list_price_h>.hour {
  float: left;
  width: 50%;
}

.list_price_h>.hour>p {
  display: table;
  margin-bottom: 10px;
  padding: 0px 10px;
  border-radius: 5px;
  background: #7FB53F;
  color: #fff;
  line-height: 1.6;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.list_price_h>.hour>p>span {
  font-size: 25px;
  font-weight: bold;
}

.list_price_h>.hour>.em {
  font-size: 36px;
}

.list_price_h>.hour>.tax {
  font-size: 20px;
}

.bread {
  list-style: none;
  margin-left: -1.5em;
}

.w80p {
  width: 80% !important;
}

.note_course {
  padding-left: 1.5em;
}

.note_course>li {
  list-style-type: disc;
  margin-bottom: 10px;
  font-size: 12px;
}

.note_honey, .note_time {
  color: #C9151E;
}

.list_course .note_honey,
.list_course .note_time {
  display: block;
}

.wrap_info>.prc>.note_holiday {
  color: #C9151E;
}

#footerInner {
  margin-bottom: 20px;
  max-width: 970px;
}

.btn_tokuten {
  display: table;
  margin: 40px auto 40px;
  line-height: 0;
}

/* 延長料金 */


.btn01.v3 .fa {
  display: table-cell;
  vertical-align: middle;
}

.ico_required {
  color: #fff;
  padding: 0 10px;
  background-color: #c9151e;
}

.ex_time>.em {
  text-align: center;
}

.ex_time>.em>strong {
  font-size: 30px;
  color: #C9151E;
}
/*新コース 基本情報*/
.linkarea_sp{
  pointer-events: auto;
  position: relative;
  display: flex;
}
.linkarea_sp div{
  position: relative;
}

.list_course_img {
  margin-right: 20px;
  width: 200px;
  display: inline-block;
}
.list_course_img {
    width: calc(100% - 90px - 20px);
}

.ttl {
  color: #444444;
  border-bottom: 1px solid #DCDCDC;
  font-size: 16px;
  font-weight: bold;
  width: 270px;
}

.wide .ttl {
  float: left;
  font-size: 2em;
  width: 45%;
}

.list_course_tabeho::after{
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  top: 3px;
  left: 3px;
  background: url(/images/party/course_contents/ico_freefood.svg);
  background-size: contain;
}


.wrap_info .list_contents_course {
  float: none;
  display: flex;
  width: auto;
  flex-wrap: wrap;
}
.list_contents_course>li.lcc_decs_box{
  text-align:center;
  border:solid 2px #C9151E;
  border-radius:10px;
  font-size:16px;
  width: calc((100% - 26px) / 3);
  margin-bottom:10px;
}
.lcc_nav.list_contents_course>li.lcc_decs_box{
  margin-bottom:0;
}
.list_contents_course>li .lcc_decs_title{
  background: #C9151E;
  color:#fff;
  border-radius: 5px 5px 0px 0px;
  padding:3px;
  padding-left:20px;
  font-size: 18px;
  font-weight: bold;
  position:relative;
}
.lcc_decs_title span{
  position:relative;
}
.lcc_decs_title span::before{
  position:absolute;
  top: 2px;
  left: -24px;
  width:20px;
  height:20px;
  margin:auto;
  content:"";
}
.lcc_nav .lcc_decs_title span::before {
  position: absolute;
  top: 2px;
  left: -19px;
  width: 12px;
  height: 12px;
}
#roomprice .lcc_decs_title span::before{
  background:url("/images/party/course_contents/ico_roomh.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#nod .lcc_decs_title span::before{
  background:url("/images/party/course_contents/ico_nod.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#dorink_type .lcc_decs_title span::before{
  background:url("/images/party/course_contents/ico_drinkf.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#lo .lcc_decs_title span::before{
  background:url("/images/party/course_contents/ico_lo.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#recept .lcc_decs_title span::before{
  background:url("/images/party/course_contents/ico_recipt.png");
  background-size: contain;
  background-repeat: no-repeat;
}
#timelmt .lcc_decs_title span::before{
  background:url("/images/party/course_contents/ico_limit.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.lcc_nav.list_contents_course>li .lcc_decs_title{
  font-size:12px;
}
.lcc_nav.list_contents_course{
  display:flex;
  margin-bottom:0;
}
.list_contents_course>li .lcc_decs_txt{
  background:#fff;
  padding:3px 0;
  border-radius: 0px 0px 7px 7px;
  font-size: 1.1em;
  font-weight: bold;
  min-height: 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height:1;
}
.lcc_nav.list_contents_course>li .lcc_decs_txt{
  font-size: 0.6em;
  min-height: 40px;
  color:#444;
}
.list_contents_course>li .lcc_decs_txt span span{
  font-size:1.8em;
}
.lcc_nav.list_contents_course>li .lcc_decs_txt span span{
  font-size:1.7em;
}

@media screen and (max-width: 768px){
  .linkarea_sp{
    flex-direction: column;
  }
  .lcc_nav.list_contents_course>li.lcc_decs_box{
    margin-right:1px;
    width: calc((100% - 10px) / 3);
  }
  .lcc_nav .lcc_decs_title span::before {
    content:none;
    /* position: absolute;
    left: -1px;
    width: 8px;
    height: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); */
  }
  .lcc_nav.list_contents_course>li .lcc_decs_title {
    font-size: 10px;
    padding: 3px 0;
  }
  .ttl {
    font-size: 14px;
  }

  .lcc_decs_title span {
    position: relative;
    padding-left: 0px;
  }


  .list_contents_course>li .lcc_decs_title{
    font-size:10px;
    padding-left: 12px;
  }
  .lcc_decs_title span::before {
    top: 3px;
    left: -13px;
    width: 10px;
    height: 10px;
  }
  .list_contents_course>li .lcc_decs_txt {
    font-size: 0.9em;
    letter-spacing: -1px;
    min-height: 45px;
  }
  .list_contents_course>li .lcc_decs_txt span span{
    font-size: 1.2em;
  }
}
/*新コース基本情報end*/
/*新コースオプション*/
.ex_time_detail, .ex_detail {
  margin-top: 20px;
  line-height: 1.5;
  color: #222;
  font-size: 16px;
  font-weight: normal;
}
.counse_opt_txt {

}
.course_div{
  line-height: 1.4;
  color: #222;
  font-size: 16px;
  font-weight: normal;
  border-top: solid 2px #D1D1D1;
  padding: 17px 0;
}
.bdm02_mt{
  margin-top:20px;
}
.bbt{
  border-top: solid 2px #D1D1D1;
}
.course_div.cd_bb{
  /* border-bottom: solid 2px #D1D1D1; */
}
.course_div:last-child{
    border-bottom: solid 2px #D1D1D1;
}
.course_div .em{
  padding-left:20px;
  padding-bottom: 10px;
  position: relative;
}
.course_div .em::before{
  position: absolute;
  content: '';
  top:2px;
  left:0;
  width: 0;
  height: 0;
  border-left: 10px solid #C9151E;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.course_div a{
  text-decoration: underline;
  color:#C9151E;
  font-weight: bold;
}
.course_div > .em > span{
  color:#C9151E;
}
.counse_opt_txt_sma{
  font-size: 14px;
}
.cource_opt_li{
  height: 60px;
}
.cource_opt_li.gray70{
  background: #707070;
  border: solid 2px #707070;
}
.cource_opt_li_txt{
  font-weight: bold;
  display: flex;
  align-items: center;
  color: #fff;
  padding:5px 0px;
}
.cource_opt_li_txt .cource_opt_li_txt_big{
  font-size: 22px;
}
.cource_opt_li_txt a{
  color: #FFF;
  text-decoration: underline;
}

 .t_center .cource_opt_li_txt{
  padding-left:20px;
}
.cource_opt_li_title{
  width:180px;
  font-size: 15px;
  padding-left:15px;
}

.cource_opt_li_desc{
  width:auto;
  font-size: 11px;
}
.cource_opt_li_price{
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 42px) / 3);
  text-align: center;
  padding: 0px 0px 0px 5px;
  margin-right: 2px;
  border-radius: 0px 25px 25px 0px;
  height: 96%;
  font-size:22px;
  font-weight: bold;
}
.t_center .cource_opt_li_price{
  justify-content: center;
}
.cource_opt_li_price p{
  text-align: left;
}
.cource_opt_li_price span{
  font-size: 11px;
}
@media screen and (min-width: 769px) {
  .cource_opt_li_desc{
    padding-left: 30px;
  }
}

@media screen and (max-width: 769px) {
  .course_div .list_contents_course_plus>li{
    padding: 5px 3px;
    border-radius: 5px;
  }
  .cource_opt_li {
    height: auto;
  }
  .cource_opt_li.t_center .cource_opt_li_txt{
    width: 100%;
  }
  .cource_opt_li_txt{
    display: block;
    width: 55%;
  }
  .cource_opt_li_title {
    width: auto;
    font-size: 12px;
    padding-left: 0px;
  }
  .cource_opt_li_desc {
    width: auto;
    font-size: 10px;
  }
  .course_div .em::before {

  }
  .cource_opt_li_price {
    align-items: center;
    width: 40%;
    border-radius: 5px;
    height: 80px;
    font-size: 4.1vw;
  }
  .course_div a.btn_disp_meal_02{
    font-size:14px;
  }
  .t_center .cource_opt_li_txt {
    padding-left: 0;
  }
}
/*新コースオプションend*/



.ex_time_detail>.em, .ex_detail>.em {
  margin-top: 5px;
}

#omotenashi .ex_detail>.em {
  color: #c9151e;
}

.ex_detail>.list {
  list-style: none;
  margin: 5px 0 10px;
  padding: 5px;
  border-radius: 6px;
  background-color: #fff;
  font-size: 14px;
}

.link_freetime {
  display: table;
  margin: 0 auto;
  padding: 0 15px;
}

/* 延長料金 over */
.link_honey {
  font-size: 20px;
}

.link_drink {
  display: block;
  font-size: 14px;
  margin: 5px 0px 0;
  font-weight: bold;
}
.link_drink a{
  color: #C9151E;
  text-decoration: underline;
}

.price_table02 {
  margin: 20px auto;
  width: 100%;
  text-align: left;
  font-size: 16px;
}

.price_table02 tbody {
  border: solid 2px #7FB53F;
}

.price_table02 th {
  padding: 5px;
  border-right: solid 1px #fff;
  background-color: #7FB53F;
  color: #fff;
  font-weight: bold;
}

.price_table02 td {
  padding: 5px;
  border-right: solid 1px #aaa;
  border-bottom: solid 1px #aaa;
}

.price_table02 thead th {
  background-color: #D9EFC0;
  font-size: 20px;
  color: #444;
}

.price_table02 tr>th:last-child, .price_table02 tr>td:last-child {
  border-right: none;
}

.price_table02 tr:last-child>td {
  border-bottom: none;
}

.heisei_desc01 {
  margin-top: 1em;
}

.heisei_desc01 .heisei_desc01_ttl {
  font-weight: bold;
}

.heisei_desc02 tr>td:last-child {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}

.heisei_desc02_txt {
  font-weight: normal;
  font-size: 16px;
}

.heisei_desc03 {
  font-size: 14px;
  margin-top: 1em;
}

.label_drinkselect {
  background: #31B3AF;
  padding: 5px;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
}

.label_drinkselect {
  background: #31B3AF;
  padding: 5px;
  font-size: 1.4em;
  color: #fff;
  font-weight: bold;
}

/*シーズンspanish_couse*/
.ttl .spanish_couse {
  font-size: 14px;
}

#season .spanish_couse,
#season_namba .spanish_couse,
#season_tennoji .spanish_couse,
#season_tmc .spanish_couse {
  font-size: 20px;
}

@media screen and (min-width: 769px) {
  h1+p {
    margin: 0 auto 20px;
  }

  #course h3, .ttl_course {
    margin-bottom: 30px;
  }

  .sec_list_course .desc {
    margin: 10px 15px;
  }

  .list_course {
    padding: 30px 15px 30px 0;
  }

  .list_contents_course {
    width: 270px;
  }

  .list_contents_course_l>li .inner>img[alt="プラス￥1000"]+.txt {
    width: calc(100% - 140px);
  }

  .content_inner {
    padding: 30px 0;
  }

  .btn_reserve {
    width: 800px;
  }

  .pc_none {
    display: none;
  }

  h1+p {
    margin: 0 auto 20px;
  }

  /*パスタ*/
  .pasta_select>.wrap_images::after {
    top: calc(50% - 20px - 10px);
    right: calc(50% - 20px);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }

  .pasta_select>.wrap_images>figure>figcaption {
    margin-top: 5px;
    line-height: 1.6;
    font-size: 12px;
    text-align: center;
  }

  /*選べるメニュー*/
  /*.menu_select > .wrap_images::after{
		top: calc(50% - 20px - 10px);
		right: calc(50% - -70px);
		border-radius: 40px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 20px;
	}*/
  .menu_select>.wrap_images>figure::after {
    top: calc(50% - 20px - 10px);
    right: calc(50% - 20px);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
/*
  .menu_select>.wrap_images>figure:nth-of-type(2)::after {
    top: calc(50% - 20px - 10px);
    right: calc(50% - 110px);
    border-radius: 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
  }
*/
  .menu_select>.wrap_images>figure:nth-of-type(3)::after {
    display: none;
  }

  .menu_select>.wrap_images>figure>figcaption {
    font-size: 12px;
    text-align: center;
  }

  /*トマホーク*/
  .tomahawk a[rel=lightbox]>img {
    width: 100%;
  }

  .tomahawk>.inner {
    font-size: 0;
  }

  .em_tomahawk {
    font-size: 20px;
  }

  .wide .list_contents_course {
    margin-left: 50px;
  }

  .list_contents_course {
    width: 270px;
  }

  .list_contents_course_l>li .inner>img[alt="プラス￥1000"]+.txt {
    width: calc(100% - 140px);
  }

  .btn_reserve {
    width: 930px;
    box-sizing: border-box;
  }

  .list_course>li.wide>img {
    width: auto;
  }

  .img_course {
    margin-right: 5px;
    width: 350px;
  }

  #course h3>.limited, .ttl_course>.limited {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
  }

  .meal_sub li {
    margin-left: 40px;
  }

  #footerInner {
    margin-left: auto;
    margin-right: auto;
  }

  .txt_em {
    font-size: 16px;
    font-weight: bold;
  }

  .ex_time {
    padding: 20px 40px;
  }

  .note_price {
    margin-top: -5px;
  }

  .wrap_info .price_table {
    font-size: 18px;
  }

  .wrap_info .price_table tr>* {
    width: 20%;
    padding: 10px;
    line-height: 1.1;
    font-weight: bold;
  }

  .wrap_info .price_table .prc span{
    font-size: 20px;
  }

  .price_table .prc {
    font-size: 36px;
  }

  .price_table .maxtime_plan_note {
    font-size: 16px;
  }

  .linkarea_sp {
    /* pointer-events: none; */
  }
}

@media screen and (max-width: 768px) {
  * {
    max-width: 100%;
  }

  img {
    height: auto;
  }

  #course h3, .ttl_course {
    font-size: 18px;
  }

  #course>section {
    margin: 0;
    padding: 50px 0 0;
  }

  .btn_reserve {
    width: calc(100% - 26px);
    font-size: 3vw;
  }

  .btn_reserve>.inner, .btn01>.inner {
    font-size: 14px;
  }

  .btn01.v3 {
    height: 40px;
  }

  .btn01.v3>.inner {
    font-weight: bolder;
  }

  .wrap_info>.prc {
    font-size: 18px;
  }

  .wrap_info>.prc {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .list_course .prc {
    font-size: 15px;
  }

  .wide .prc {
    position: inherit;
    top: auto;
    left: auto;
    display: table;
    width: auto;
  }

  .list_course .tax {
    font-size: 12px;
  }

  .wrap_info>.prc>.tax {
    font-size: inherit;
  }

  .hour {
    font-size: 14px;
  }

  .note {
    display: block;
  }

  .img_course,
  .wrap_info {
    float: none;
    margin-bottom: 10px;
  }

  .btn_link_detail {
    font-size: 12px;
    padding-right: 30px;
    background-size: 16px;
    background-position: right 10px center;
  }

  .list_course>li {
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 20px;
    width: calc(50% - 5px);
  }

  li.half {
    margin-right: 10px;
  }

  li.half_even {
    margin-right: 0;
  }

  .wide .list_contents_course {
    width: 49vw;
    display: block;
  }

  .list_course *,
  .list_course ul,
  .list_course>li>.linkarea_sp>span {
    float: none;
    width: 100%;
  }

  .list_course>li.wide>img {
    width: 38vw;
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .wide .ttl {
    float: none;
    font-size: 1em;
    display: table;
    width: auto;
  }

  .wide .btn_link_detail {
    display: block;
    position: relative;
    clear: both;
    top: 0;
    left: 0;
  }

  .list_contents_course {
    display: table;
    margin-bottom: 5px;
    padding-bottom: 2px;
  }

  .list_contents_course>li {
    margin-right: 5px;

    width: calc((100% - 10px) / 3);
  }
  .list_contents_course>li.lcc_decs_box{
    margin-bottom:5px;
  }
  .list_contents_course_l {
    padding: 5px;
  }

  .list_contents_course_l>.half_pc {
    float: none;
    margin-right: 0;
    width: auto;
  }

  .list_contents_course_l>.half_pc:nth-of-type(3) {
    width: auto;
  }

  .list_contents_course>li:last-of-type {
    padding-right: 0;
  }

  .btn_link_detail {
    margin-top: 0;
    width: auto !important;
  }

  .wrap_info {
    padding: 15px;
    width: auto;
  }

  .wrap_info>.prc>.note {
    display: block;
    font-size: 13px;
  }

  .wrap_info>.wrap_contents>.cap_honey {
    font-size: 13px;
  }

  .list_price_h>.hour {
    font-size: 14px;
  }

  .list_price_h>.hour>.em {
    font-size: 20px;
  }

  .list_price_h>.hour>.tax {
    font-size: 10px;
  }
  .list_contents_course_plus *{
    box-sizing: border-box;
  }
  .list_contents_course_plus {
    margin-top: 10px;
  }

  .list_contents_course_plus>li {
    padding: 10px;
  }

  .list_contents_course_plus>li .inner>.txt,
  .list_contents_course_l>li .inner>.txt {
    width: calc(100% - 95px);
    font-size: 12px;
  }

  .list_contents_course_plus>li .inner>.txt>.txt_drink,
  .list_contents_course_plus>li .inner>.txt>.txt_sweets,
  .list_contents_course_l>li .inner>.txt>.txt_drink,
  .list_contents_course_l>li .inner>.txt>.txt_sweets {
    font-size: 14px;
  }

  .list_contents_course_plus>li>.inner>img,
  .list_contents_course_l>li>.inner>img {
    vertical-align: top;
    width: 85px;
  }

  .list_meal,
  .list_meal_02,
  .list_meal_03 {
    padding: 10px;
    padding-left: calc(0px + 1em);
    font-size: 11px;
  }
  .list_meal p,
  .list_meal_02 p,
  .list_meal_03 p{
    font-size: 11px;
  }

  .meal_sub {
    margin-left: 20px;
  }

  .btn_disp_meal {
    font-size: 14px;
  }

  #footerInner_g {
    width: auto;
  }

  .lupe {
    display: none;
  }

  a.img_course, .tomahawk a[rel=lightbox] {
    pointer-events: none;
  }

  .wrap_info>.prc>.em {
    font-size: 34px;
  }

  .hour>.tax {
    font-size: 12px;
  }

  .tomahawk .txt {
    margin-bottom: 10px;
  }

  .btn_shoplink {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }

  /*シーズンspanish_couse*/
  .spanish_couse {
    font-size: 13px !important;
  }

  /* ↓カラオケリニューアル前分のフッター調整 カラオケページがリニューアルされたら、ここから消してください */
  #footerInner {
    font-size: 14px;
  }

  #footer:first-of-type+div {
    margin-right: 10px;
    margin-left: 10px;
  }

  .box_footer_thum {
    margin-right: 10px;
  }

  .box_footer_ar {
    width: calc(100% - 116px);
    font-size: 14px;
  }

  .box_footer_sub {
    font-size: 12px !important;
  }

  /* ↑カラオケリニューアル前分のフッター調整 カラオケページがリニューアルされたら、ここまで消してください */
  .btn_reserve {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px - 20px - 6px) !important;
  }
  .btn01.w_sp{
    width: calc(100% - 30px - 20px - 6px);
  }
  .bnr_center.bnr_center02{
    width: auto;
  }
  .txt_em {
    font-size: 14px;
    font-weight: bold;
  }
/*
  .menu_select>.wrap_images>figure:nth-of-type(1)::after {
    right: calc(70% - 20px);
    top: calc(50% - 30px);
  }

  .menu_select>.wrap_images>figure:nth-of-type(2)::after {
    right: calc(30% - -5px);
    top: calc(50% - 30px);
  }

  .menu_select>.wrap_images>figure:nth-of-type(3)::after {
    display: none;
  }
*/
  #course h3>.note_time02, .ttl_course>.note_time02 {
    margin-left: 0px;
    font-size: 14px;
  }

  .course_v2_slider {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    float: none;
    margin-bottom: 20px;
  }

  .slick-track {
    max-width: none !important;
  }

  .price_table02 {
    width: 94%;
    margin-left: 3% !important;
  }

  .wrap_info .price_table {
    table-layout: fixed;
  }

  .wrap_info .price_table .table_header th{
    font-size: 10px;
  }

  .wrap_info .price_table .prc span {
    font-size: 10px;
  }

  .wrap_info .price_table tr:nth-of-type(2) > th,
  .wrap_info .price_table tr:nth-of-type(3) > th{
    font-size: 12px;
  }

  .price_table .prc{
    line-height: 1;
    font-size: 12px;
  }

  .label_drinkselect {
    font-size: 1em;
  }

  .wrap_wrap{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }


  .wrap_ex_time {
    margin: 10px auto;
    border: solid 1px #aaa;
    border-radius: 6px;
    width: 90%;
    max-width: calc(100% - 30px);
    padding: 1px;

  }

  .ex_time {
    padding: 10px 20px 0;
    border: solid 2px #aaa;
    border-radius: 6px;
    background: url(../../images/party/bg_logo.png) center no-repeat;
    text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff;
    height: 113px;

  }

  .ex_time .em{
    margin:0;
  }

  .ex_time .em_caption{
    font-size: 14px;
  }

  .otoku .em_caption{
    line-height: 30px;
  }
  .meal_sub li{
    margin-left:20px;
 }
 #course h3>.limited{
   display: inline-block;
 }
 .btn_reserve>.inner, .btn01>.inner {
   font-size: 13px;
 }
 .pasta_select {
   padding: 10px 10px 3px;
 }
 .pasta_select_capt {
    font-size: 10px;
  }
  .note_price_wrap {
    width: 85%;
  }
  .note_price_wrap.npr_akiba{
    width: 55%;
  }
  .pri_cou_capt_dece{
    font-size:14px;
  }
  .wrap_info .price_table tr{
    height: 40px;
  }
  .wrap_info .price_table tr>*{
    padding: 5px 2px;
  }
}


@media screen and (min-width: 768px){
#course .list_contents_course:not(.lcc_nav) #roomprice .lcc_decs_txt,
#course .list_contents_course:not(.lcc_nav) #nod .lcc_decs_txt,
#course .list_contents_course:not(.lcc_nav) #dorink_type .lcc_decs_txt{
  min-height: 70px;
}

.wrap_wrap{
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.wrap_wrap img {
  max-width: 100%;
  height: auto;
}

.wrap_ex_time {
  margin:0 10px;
  border: solid 1px #aaa;
  border-radius: 6px;
  width: 50%;
  max-width: calc(100% - 30px);
  padding: 1px;

}

.ex_time {
  padding: 10px 20px;
  border: solid 2px #aaa;
  border-radius: 6px;
  background: url(../../images/party/bg_logo.png) center no-repeat;
  text-shadow: -1px -1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, 1px 1px 1px #fff;
}

.course_bnr {
  width: calc((100% - 60px) /2);
}

.lcc_nav.list_contents_course>li .lcc_decs_txt{
  font-size: 0.55em;
}
}


.t-center{
  clear: both;
  text-align: center;
}

.party_course_bnr{
  margin: 0 auto;
  text-align: center;
}

.party_course_bnr a{
  display: block;
  width: 100%;
  height: 100%;
}

.party_course_bnr img{
  max-width: 100%;
  height: auto;
}

.course_div.bt0{
  border-top: 0;
}

.course_div a.color_black{
  color: #222;
}
/* ---------------------------------------------------------
シーズン毎の特別コース用バナーcss
 ----------------------------------------------------------*/

.bnr_event_course {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

.bnr_event_course:last-child {
  margin-bottom: 0;
}

.price_ch_cap01{
  display: table;
  width: 100%;
  text-align: center;
  color: #C9151E;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: -15px;
  margin-top: 20px;
}
@media screen and (max-width: 768px){
  .price_ch_cap01{
    font-size: 2.8vw;
    width: 100%;
    margin-bottom: -15px;
    margin-top: 20px;
  　line-height: 1;
  }
}

 /* 割引オプションtable */
 :root {
  --red: #C8171E;
 }
 .price_wrap table {
  border: 1px solid #444444;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 5px;
  border: 1px solid #707070;
  border-right: 2px solid #444444;
  border-bottom: 2px solid #444444;
}
.price_wrap .price_tbl_opt {
  border: 1px solid var(--red);
  border-right: 2px solid var(--red);
  border-bottom: 2px solid var(--red);
  width: 100%;
  text-align: center;
}
.price_wrap th,
.price_wrap td {
  border-right: 1px solid #444444;
  border-bottom: 1px solid #444444;
}
.price_wrap th:last-child,
.price_wrap td:last-child {
  border-right: none;
}
.price_wrap tr:last-child th,
.price_wrap tr:last-child td {
  border-bottom: none;
}
.price_tbl_opt .tbl_ttl {
  border-color: var(--red);
  background: var(--red);
  color: #fff;
  text-align: center;
  line-height: 1.3;
  padding: 11px 5px;
}
.price_tbl_opt-discount .tbl_ttl:not(.ttl01) {
  border-top: 1px solid #fff;
}
.price_tbl_opt-discount .tbl_ttl:not(.ttl01):not(:last-of-type) {
  border-right: 1px solid #fff;
}
.price_tbl_opt-discount th:not(.tbl_ttl) {
  width: 25%;
}
.price_tbl_opt td {
  font-size: 14px;
  font-weight: bold;
}
.price_tbl_opt th:not(.tbl_ttl) {
  font-weight: 400;
}
.price_tbl_opt th, .price_tbl_opt td {
  border: solid 1px #707070;
  font-size: 12px;
  padding: 10px;
  background: #fff;
}
@media screen and (max-width: 768px){
  .price_tbl_opt th, .price_tbl_opt td {
    padding: 5px;
  }
}
@media screen and (min-width: 769px){
  .list_contents_course>li .lcc_decs_txt{
    min-height: 70px;
  }
}
.prc_bounenkai .table_header th{
  height: 40px;
}

.prc_bounenkai .table_header:first-of-type th{
  border-bottom: 1px solid #fff;
}

.prc_bounenkai .table_header:not(:first-of-type) th:first-of-type{
  border-right: 1px solid #fff;
}

.prc_bounenkai tr:not(.table_header) th,
.prc_bounenkai tr:not(.table_header) td{
  border-bottom: 1px solid #aaa;
}

.prc_bounenkai tr:last-of-type th,
.prc_bounenkai tr:last-of-type td{
  border-bottom: none;
}
@media screen and (max-width: 768px){
  .wrap_info .prc_bounenkai .price_table tr:nth-of-type(2) > th{
    font-size: 10px;
  }
  
  .wrap_info .prc_bounenkai .price_table tr:nth-of-type(3) > th,
  .wrap_info .prc_bounenkai .price_table tr:nth-of-type(4) > th{
    font-size: 12px;
  }
}
.list_course #dorink_type .lcc_decs_txt span{
  line-height: 1.2;
}
@media screen and (min-width: 769px){
  .list_course #dorink_type .lcc_decs_txt br.pc_none{
    display: block!important;
  }
}
@media screen and (max-width: 768px){
  #dorink_type .lcc_decs_txt span{
    line-height: 1.2;
  }
}