@charset "UTF-8";
/*--------------------------------
#main
--------------------------------*/
#main {
  background: url("../images/banquet/summer/2026/bg_title.jpg") top center no-repeat;
  margin-top: 148px;
  height: 260px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main {
    background: url("../images/banquet/summer/2026/bg_title_sp.jpg") top center no-repeat;
    background-size: cover;
    margin-top: 50px;
    height: 200px;
    position: relative;
  }
}
#main h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*--------------------------------
head_txt_area
--------------------------------*/
.head_txt_area {
  padding-bottom: 0px !important;
}
.head_txt_area strong {
  line-height: 1.5;
}
.head_txt_area strong br {
  display: none;
}
@media screen and (max-width: 960px) {
  .head_txt_area strong br {
    display: block;
  }
}

.tokuten {
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  max-width: 960px;
  background-color: #F1F1F1;
  padding: 40px 20px 25px 20px;
  margin: 0 auto 80px auto;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tokuten {
    display: block;
    padding: 35px 15px 15px 15px;
    margin: 0 auto 30px auto;
  }
}
.tokuten h3 {
  display: block;
  width: 190px;
  height: 43px;
  position: absolute;
  top: -18px;
  left: calc(50% - 95px);
  background-color: #C79A54;
  color: white;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 10px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tokuten h3 {
    width: 160px;
    height: 36px;
    font-size: 1.8rem;
    padding: 5px 0;
    left: calc(50% - 80px);
  }
}
.tokuten h3::before {
  display: block;
  content: "";
  height: 43px;
  width: 35px;
  position: absolute;
  top: 0;
  left: -35px;
  background: url(../images/banquet/summer/2026/ribbon_left.svg) top right no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .tokuten h3::before {
    height: 36px;
    width: 36px;
  }
}
.tokuten h3::after {
  display: block;
  content: "";
  height: 43px;
  width: 35px;
  position: absolute;
  top: 0;
  right: -35px;
  background: url(../images/banquet/summer/2026/ribbon_right.svg) top left no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 768px) {
  .tokuten h3::after {
    height: 36px;
    width: 36px;
  }
}
.tokuten .tokuten_01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tokuten .tokuten_01 {
    width: 100%;
    border-bottom: dotted black 1px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.tokuten .tokuten_02 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .tokuten .tokuten_02 {
    width: 100%;
  }
}
.tokuten h4 {
  font-size: 2.1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokuten h4 {
    font-size: 1.8rem;
  }
}
.tokuten p {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .tokuten p {
    font-size: 1.4rem;
  }
}
.tokuten p.txt_01 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tokuten p.txt_01 {
    font-size: 1.5rem;
    margin-top: 0px;
  }
}
.tokuten p.txt_01 b {
  color: #DB645F;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .tokuten p.txt_01 b {
    font-size: 1.8rem;
  }
}
.tokuten p.txt_02 {
  font-weight: bold;
}
.tokuten p.txt_02 b {
  color: #DB645F;
}
.tokuten p.note {
  display: none;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tokuten p.note {
    display: block;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 535px) {
  .tokuten p.note {
    display: block;
    text-align: left;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .tokuten .scroll {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 535px) {
  .tokuten .scroll {
    overflow-x: scroll;
  }
}
.tokuten table {
  width: 450px;
  border: solid gray 1px;
  border-collapse: collapse;
  margin: 5px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .tokuten table {
    font-size: 1.3rem;
  }
}
.tokuten table th {
  border-right: solid white 1px;
  background-color: #75550C;
  color: white;
  font-weight: normal;
  padding: 5px 10px;
}
.tokuten table th:last-of-type {
  border-right: none;
}
.tokuten table td {
  border: solid gray 1px;
  background-color: white;
  font-weight: bold;
  padding: 5px 10px;
}

#contents {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  #contents {
    margin: 50px auto !important;
  }
}
#contents img {
  width: 100%;
  height: auto;
}

/*--------------------------------
#plan
--------------------------------*/
#plan .banq_plan_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  width: calc(100% - 40px);
  background: linear-gradient(to right, #B25651, #CC564F 60%, #B44943);
  color: #FFF;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 10px 20px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1240px) {
  #plan .banq_plan_title {
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 30px);
    color: #FFF;
    font-size: 1.2rem;
    font-weight: normal;
    text-align: center;
    padding: 15px;
    margin: 0 0 20px;
  }
}
#plan .banq_plan_title strong {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1240px) {
  #plan .banq_plan_title strong {
    font-size: 1.8rem;
  }
}
#plan .banq_plan_title .tax {
  font-size: 1.5rem;
}
@media screen and (max-width: 1240px) {
  #plan .banq_plan_title .tax {
    font-size: 1.2rem;
  }
}
#plan .banq_plan_title .price {
  font-size: 2.4rem;
}
@media screen and (max-width: 1240px) {
  #plan .banq_plan_title .price {
    font-size: 1.7rem;
  }
}
#plan .banq_plan_title .price span {
  font-size: 2rem;
}
@media screen and (max-width: 1240px) {
  #plan .banq_plan_title .price span {
    font-size: 1.2rem;
  }
}
#plan .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #plan .flex {
    display: block;
  }
}
#plan .flex .left_cont {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #plan .flex .left_cont {
    width: 100%;
  }
}
#plan .flex .right_cont {
  width: 52%;
}
@media screen and (max-width: 768px) {
  #plan .flex .right_cont {
    width: 100%;
  }
}
#plan .flex .right_cont .menu h4 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  width: 100%;
  color: #474644;
  font-size: 1.7rem;
  border-bottom: 1px solid #BEBAB1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #plan .flex .right_cont .menu h4 {
    flex-wrap: wrap;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
  }
}
#plan .flex .right_cont .menu h4:before {
  content: "";
  display: block;
  background: url(../images/banquet/enkai/icon_plan.svg) no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
#plan .flex .right_cont .menu h4 p {
  display: table-cell;
  vertical-align: bottom;
}
#plan .flex .right_cont .menu h4 .asterisk {
  display: table-cell;
  vertical-align: bottom;
  font-size: 1.1rem;
  text-align: right;
  color: #1F1910;
  font-weight: 500;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #plan .flex .right_cont .menu h4 .asterisk {
    display: block;
    width: 100%;
    text-align: left;
  }
}
#plan .flex .right_cont .menu .menu_list {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
#plan .flex .right_cont .menu .menu_choice {
  margin-bottom: 30px;
}
#plan .flex .right_cont .menu .menu_choice h5 {
  font-size: 1.4rem;
  text-indent: -0.5rem;
  margin-bottom: 5px;
}
#plan .flex .right_cont .menu .menu_choice ul {
  display: flex;
  justify-content: space-between;
}
#plan .flex .right_cont .menu .menu_choice ul li {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.2;
}
#plan .flex .right_cont .menu .menu_choice ul li img {
  margin-bottom: 7px;
}
#plan .flex .right_cont .menu .menu_choice ul.col-3 li {
  width: 32%;
}
#plan .flex .right_cont .menu .drink {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #plan .flex .right_cont .menu .drink {
    font-size: 1.3rem;
  }
}
#plan .flex .right_cont .menu .drink b {
  display: inline-block;
  font-size: 1.4rem;
  text-indent: -0.5rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #plan .flex .right_cont .menu .drink b {
    display: block;
  }
}
#plan .flex .plan_kikan {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #928D82;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  #plan .flex .plan_kikan {
    margin: 10px 0 0 0;
    font-size: 1.3rem;
  }
}
#plan .flex .plan_kikan dt {
  width: 30%;
  background: #716A67;
  color: #FFF;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #plan .flex .plan_kikan dt {
    padding: 3px;
  }
}
#plan .flex .plan_kikan dd {
  width: 70%;
  text-align: center;
}

/*--------------------------------
#additional_menu
--------------------------------*/
#additional_menu {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #additional_menu {
    margin-top: 35px;
    padding-top: 35px;
    border-top: solid gray 1px;
  }
}
#additional_menu .menu_intro {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #additional_menu .menu_intro {
    margin-bottom: 15px;
  }
}
#additional_menu .menu_intro h3 {
  font-size: 3rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #additional_menu .menu_intro h3 {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 5px;
  }
}
#additional_menu .menu_intro h3 .ttl_small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #additional_menu .menu_intro h3 .ttl_small {
    font-size: 1.2rem;
    line-height: 1;
  }
}
#additional_menu .menu_intro p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #additional_menu .menu_intro p {
    font-size: 1.5rem;
  }
}
#additional_menu .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
#additional_menu .menu li {
  width: 32%;
  border: 1px solid #928D82;
}
@media screen and (max-width: 768px) {
  #additional_menu .menu li {
    width: 48.54%;
    margin-bottom: 10px;
  }
}
#additional_menu .menu li p {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  color: #7B7361;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  #additional_menu .menu li p {
    font-size: 1.1rem;
    padding: 7px;
  }
}

/*--------------------------------
#drink
--------------------------------*/
#drink {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #drink {
    margin-top: 25px;
    padding-top: 35px;
    border-top: solid gray 1px;
  }
}
#drink .menu_intro {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #drink .menu_intro {
    margin-bottom: 30px;
  }
}
#drink .menu_intro h3 {
  font-size: 3rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #drink .menu_intro h3 {
    font-size: 2rem;
    line-height: 1;
  }
}
#drink .menu_intro h3 .ttl_small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #drink .menu_intro h3 .ttl_small {
    font-size: 1.2rem;
  }
}
#drink .menu_intro p {
  font-size: 1.6rem;
}
#drink .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #drink .flex {
    display: block;
  }
}
#drink .flex .left_cont {
  width: 45%;
}
@media screen and (max-width: 768px) {
  #drink .flex .left_cont {
    width: 100%;
    margin-bottom: 20px;
  }
}
#drink .flex .right_cont {
  width: 52%;
}
@media screen and (max-width: 768px) {
  #drink .flex .right_cont {
    width: 100%;
  }
}
#drink .flex .right_cont h4 {
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 1.2;
  text-indent: -2rem;
  padding-left: 2rem;
  border-bottom: 1px solid #BEBAB1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #drink .flex .right_cont h4 {
    font-size: 1.4rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
#drink .flex .right_cont h4:before {
  content: "◆";
  color: #75550C;
}
#drink .flex .right_cont h4 span.sm {
  font-size: 1.3rem;
  letter-spacing: 0;
  display: inline-block;
  margin: 5px 0 0 20px;
}
#drink .flex .right_cont h4 .col_y {
  color: #75550C;
  font-size: 2rem;
}
#drink .flex .right_cont h4 .col_y span {
  font-size: 1.6rem;
}
#drink .flex .right_cont .menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #drink .flex .right_cont .menu {
    display: block;
  }
}
#drink .flex .right_cont .menu ul {
  width: 49%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #drink .flex .right_cont .menu ul {
    width: 100%;
    margin-bottom: 10px;
  }
}
#drink .flex .right_cont .menu ul li {
  position: relative;
  font-size: 1.4rem;
  padding: 0 0 0 1em;
  margin: 5px 0 0 0;
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  #drink .flex .right_cont .menu ul li {
    font-size: 1.3rem;
    margin: 0 0 0 0;
  }
}
#drink .flex .right_cont .menu ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#drink .flex .right_cont .menu ul li.drink_cat {
  display: inline-block;
  width: auto;
  background: #426E8F;
  color: #FFFFFF;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  padding: 5px;
  margin: 0 5px 5px 0;
}
#drink .flex .right_cont .menu ul li.drink_cat:before {
  content: "";
}
#drink .flex .right_cont .note {
  font-size: 1.2rem;
}/*# sourceMappingURL=summer_new.css.map */