@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: space-between;
  flex-wrap: wrap;
  width: 100%;
  background: url(../images/restaurant/common/bg_35th.jpg) top center no-repeat;
  padding: 40px 30px;
  margin: 0 auto 80px auto;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tokuten {
    display: block;
    background: url(../images/restaurant/common/bg_35th.jpg) top center no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 70px 15px 15px 15px;
    margin: 0 auto 30px auto;
  }
}
.tokuten .ico_logo {
  width: 15%;
  max-width: 160px;
  height: auto;
  position: absolute;
  top: -30px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .tokuten .ico_logo {
    width: 100px;
    max-width: 100px;
    height: auto;
    position: absolute;
    top: -30px;
    left: calc(50% - 50px);
  }
}
.tokuten .h3_wrapper {
  display: block;
  width: 100%;
}
.tokuten .h3_wrapper h3 {
  width: -moz-fit-content;
  width: fit-content;
  min-height: 88px;
  background: url(../images/restaurant/common/ttl_35th_left.png) bottom left no-repeat, url(../images/restaurant/common/ttl_35th_right.png) bottom right no-repeat;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 10px 52px 0px 44px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tokuten .h3_wrapper h3 {
    font-size: 2.2rem;
  }
}
.tokuten .h3_wrapper h3::before {
  display: none;
}
.tokuten .h3_wrapper h3 span {
  display: block;
  color: #D4AD56;
  font-family: "Noto Sans JP";
  font-size: 1.5rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tokuten .h3_wrapper h3 span {
    margin-bottom: 5px;
  }
}
.tokuten .intro {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tokuten .intro {
    font-size: 1.5rem;
  }
}
.tokuten .tokuten_01 {
  width: 49%;
  background-color: white;
  border-radius: 20px;
  padding: 2% 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tokuten .tokuten_01 {
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 15px;
  }
}
.tokuten .tokuten_01 .inner_tokuten_01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.tokuten .tokuten_01 .inner_tokuten_01 h4 {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tokuten .tokuten_01 .inner_tokuten_01 h4 {
    margin-bottom: 0;
  }
}
.tokuten .tokuten_01 .inner_tokuten_01 p {
  width: 100%;
}
.tokuten .tokuten_02 {
  width: 49%;
  background-color: white;
  border-radius: 20px;
  padding: 2% 3% 3% 3%;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .tokuten .tokuten_02 {
    width: 100%;
    padding: 20px 20px;
  }
}
.tokuten h4 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tokuten h4 {
    font-size: 1.8rem;
  }
}
.tokuten p {
  font-size: 1.5rem;
  letter-spacing: 1px;
  line-height: 1.4;
  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;
}
@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;
  margin: 10px 0;
}
.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;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1200px) 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_35th.css.map */