@charset "UTF-8";
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* medium: 500, bold: 700, black: 900 */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400 */
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* 余白 */
/* 縦書き */
/* 内径 */
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background-image: -webkit-image-set(url("../img/banquet-course/pagetit_bg@1x.avif") type("image/avif") 1x, url("../img/banquet-course/pagetit_bg@2x.avif") type("image/avif") 2x, url("../img/banquet-course/pagetit_bg@1x.webp") type("image/webp") 1x, url("../img/banquet-course/pagetit_bg@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/banquet-course/pagetit_bg@1x.avif") type("image/avif") 1x, url("../img/banquet-course/pagetit_bg@2x.avif") type("image/avif") 2x, url("../img/banquet-course/pagetit_bg@1x.webp") type("image/webp") 1x, url("../img/banquet-course/pagetit_bg@2x.webp") type("image/webp") 2x);
  background-position: center;
  background-size: cover;
}

.arrow_slide {
  max-width: 848px;
  margin: 0 auto 80px;
}

.arrow_slide .slick-list {
  overflow: visible;
}

.arrow_slide .slick-slide {
  padding: 0 24px;
}

.arrow_slide .slide_item {
  position: relative;
}

.arrow_slide .slide_item .item_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  padding: 12px 16px;
  color: #fff;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  text-shadow: 0 0 6px #1e1a53, 0 0 6px #1e1a53, 0 0 6px #1e1a53, 0 0 6px #1e1a53, 0 0 6px #1e1a53;
}

.noarrow_slide {
  margin-bottom: 32px;
}

.noarrow_slide .slick-dots {
  text-align: right;
}

.noarrow_slide .slide_item {
  position: relative;
}

@media screen and (max-width: 810px) {
  .arrow_slide {
    width: 90%;
    margin-bottom: 48px;
  }
  .arrow_slide .slick-slide {
    padding: 0 12px;
  }
  .noarrow_slide {
    margin-bottom: 24px;
  }
  .noarrow_slide .slick-dots {
    text-align: center;
  }
}
/* ---------------------------------------------------
	example
------------------------------------------------------ */
#example .sec_tit {
  margin-bottom: 32px;
}

#example .example_tit {
  margin-bottom: 40px;
  padding: 0 10px;
  color: #6db5c1;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#example .example_col {
  width: 98%;
  max-width: 1433px;
  margin: 0 auto;
}

#example .example_col .col_item {
  position: relative;
  width: 49.2%;
  max-width: 705px;
  margin-bottom: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

#example .example_col .col_item .item_pic {
  width: 62.42%;
  max-width: 440px;
  overflow: hidden;
}

#example .example_col .col_item .item_pic img {
  min-width: 100%;
  max-width: none;
  min-height: 244px;
  -o-object-fit: cover;
     object-fit: cover;
}

#example .example_col .col_item .item_txt {
  width: 37.58%;
  padding: 8px 4%;
}

#example .example_col .col_item .item_txt .txt_tit {
  margin-bottom: 16px;
  padding-bottom: 24px;
  background: url(../img/common/icon_nami.svg) no-repeat center bottom;
  background-size: 46px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

#example .example_col .col_item:nth-of-type(even) {
  top: 32px;
}

#example .example_col .col_item:nth-of-type(even) .item_txt {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

#example .example_bg {
  margin-top: 64px;
  padding: 40px 0 48px;
  background: url(../img/common/bg_common_03.jpg) center top;
  background-size: cover;
  color: #fff;
}

#example .example_bg .bg_tit {
  margin-bottom: 40px;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}

#example .example_bg .bg_col {
  margin-bottom: -48px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#example .example_bg .bg_col .col_item {
  width: 31.2%;
  max-width: 336px;
  margin: 0 3.2% 48px 0;
}

#example .example_bg .bg_col .col_item:nth-of-type(3n) {
  margin-right: 0;
}

#example .example_bg .bg_col .col_item .item_tit {
  margin-bottom: 20px;
  color: #1e1a53;
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.12em;
  text-align: center;
}

#example .example_bg .bg_col .col_item .item_tit .en {
  display: block;
  color: #b6dae0;
  font-size: 3.2rem;
  line-height: 1;
}

#example .example_bg .bg_col .col_item .item_pic {
  margin-bottom: 24px;
}

@media screen and (max-width: 1366px) {
  #example .example_col .col_item .item_txt .txt_tit {
    padding-bottom: 16px;
  }
  #example .example_col .col_item .item_txt p {
    line-height: 1.75;
  }
}
@media screen and (max-width: 810px) {
  #example {
    padding-bottom: 48px;
  }
  #example .example_tit {
    margin-bottom: 32px;
    font-size: 2.4rem;
    letter-spacing: 0.075em;
  }
  #example .example_col {
    width: calc(100% - 40px);
  }
  #example .example_col .col_item {
    display: block;
    width: 48%;
    max-width: 100%;
    margin-bottom: 24px;
  }
  #example .example_col .col_item .item_pic {
    width: 100%;
    overflow: hidden;
  }
  #example .example_col .col_item .item_pic img {
    max-width: 100%;
    min-height: 0;
  }
  #example .example_col .col_item .item_txt {
    width: 100%;
    padding: 12px 16px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
  #example .example_col .col_item .item_txt .txt_tit {
    margin-bottom: 12px;
    font-size: 2.2rem;
    letter-spacing: 0;
  }
  #example .example_col .col_item:nth-of-type(even) {
    top: 0;
  }
  #example .example_col .col_item:nth-of-type(even) .item_txt {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  #example .example_bg {
    margin-top: 32px;
    padding: 32px 0 40px;
  }
  #example .example_bg .bg_tit {
    margin-bottom: 32px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #example .example_bg .bg_col {
    margin-bottom: -32px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #example .example_bg .bg_col .col_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0 0 32px 0;
  }
  #example .example_bg .bg_col .col_item .item_tit {
    width: 100%;
    margin-bottom: 20px;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  #example .example_bg .bg_col .col_item .item_tit .en {
    margin-bottom: 5px;
  }
  #example .example_bg .bg_col .col_item .item_pic {
    width: 48%;
    margin-bottom: 0;
  }
  #example .example_bg .bg_col .col_item .item_pic + p {
    width: 48%;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}
/* ---------------------------------------------------
	hall
------------------------------------------------------ */
#hall {
  padding-top: 96px;
}

#hall .hall_sec {
  padding-top: 96px;
  background: url(../img/common/bg_nami_01.png) repeat-x center top 80px;
}

#hall .hall_col .col_pic {
  width: calc(50% + 64px);
}

#hall .hall_col .col_txt {
  width: calc(50% - 64px);
  padding: 24px 64px 0;
}

#hall .hall_col .col_txt .txt_container {
  width: 100%;
  max-width: 405px;
}

#hall .hall_col .col_txt .caption {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

#hall .hall_col.reverse .slick-dots {
  text-align: left;
}

#hall .hall_col.reverse .col_txt .txt_container {
  margin-left: auto;
}

#hall .table {
  margin-top: 48px;
}

@media screen and (max-width: 810px) {
  #hall {
    padding: 0;
  }
  #hall .sec_tit {
    margin-bottom: 32px;
  }
  #hall .hall_sec {
    padding: 48px 0 24px;
    background: url(../img/common/bg_nami_01.png) repeat-x center top 80px;
  }
  #hall .hall_col .col_pic {
    width: 100%;
  }
  #hall .hall_col .col_txt {
    width: 100%;
    padding: 24px 0 0;
  }
  #hall .hall_col .col_txt .txt_container {
    width: 100%;
    max-width: 100%;
  }
  #hall .hall_col .col_txt .caption {
    margin-bottom: 16px;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
  }
  #hall .hall_col.reverse .slick-dots {
    text-align: center;
  }
  #hall .table {
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
		conference
------------------------------------------------------ */
#conference {
  padding: 96px 0 0;
  background: url(../img/common/bg_nami_01.png) repeat-x center top 200px;
}

#conference .conference_col .col_pic {
  width: calc(50% + 64px);
}

#conference .conference_col .col_txt {
  width: calc(50% - 64px);
  padding: 24px 64px 0;
}

#conference .conference_col .col_txt .txt_container {
  width: 100%;
  max-width: 405px;
}

#conference .conference_col .col_txt .caption {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

#conference .conference_col.reverse .slick-dots {
  text-align: left;
}

#conference .conference_col.reverse .col_txt .txt_container {
  margin-left: auto;
}

#conference .table {
  margin-top: 48px;
}

@media screen and (max-width: 810px) {
  #conference {
    padding: 48px 0 48px;
    background: url(../img/common/bg_nami_01.png) repeat-x center top 200px;
  }
  #conference .conference_col .col_pic {
    width: 100%;
  }
  #conference .conference_col .col_txt {
    width: 100%;
    padding: 24px 0 0;
  }
  #conference .conference_col .col_txt .txt_container {
    width: 100%;
    max-width: 100%;
  }
  #conference .conference_col .col_txt .caption {
    margin-bottom: 16px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  #conference .conference_col.reverse .slick-dots {
    text-align: center;
  }
  #conference .table {
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
	cuisine
------------------------------------------------------ */
#cuisine {
  padding: 96px 0;
}

#cuisine .cuisine_box {
  margin-top: 48px;
  padding: 48px 0;
  background: #fff;
  border: 1px solid #c9c7c4;
}

#cuisine .cuisine_box .box_txt {
  text-align: center;
}

#cuisine .cuisine_box .table {
  margin-top: 48px;
}

#cuisine .cuisine_btn {
  margin-top: 48px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #cuisine {
    padding: 48px 0 64px;
  }
  #cuisine .arrow_slide {
    margin-bottom: 56px;
  }
  #cuisine .cuisine_box {
    margin-top: 40px;
    padding: 32px 0 40px;
  }
  #cuisine .cuisine_box .table {
    margin-top: 24px;
  }
  #cuisine .cuisine_btn {
    margin-top: 24px;
  }
}
/* ---------------------------------------------------
	rental
------------------------------------------------------ */
#rental {
  padding: 96px 0 0;
  background: #f4f0ec;
}

/* ---------------------------------------------------
	info
------------------------------------------------------ */
#info {
  padding: 96px 0;
  background: #f4f0ec;
}

/* ---------------------------------------------------
	reserve
------------------------------------------------------ */
#reserve {
  padding: 96px 0;
  background-image: -webkit-image-set(url("../img/banquet-course/reserve_bg_01@1x.avif") type("image/avif") 1x, url("../img/banquet-course/reserve_bg_01@2x.avif") type("image/avif") 2x, url("../img/banquet-course/reserve_bg_01@1x.webp") type("image/webp") 1x, url("../img/banquet-course/reserve_bg_01@2x.webp") type("image/webp") 2x);
  background-image: image-set(url("../img/banquet-course/reserve_bg_01@1x.avif") type("image/avif") 1x, url("../img/banquet-course/reserve_bg_01@2x.avif") type("image/avif") 2x, url("../img/banquet-course/reserve_bg_01@1x.webp") type("image/webp") 1x, url("../img/banquet-course/reserve_bg_01@2x.webp") type("image/webp") 2x);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

#reserve .sec_tit02 {
  margin-bottom: 32px;
  color: #fff;
}

#reserve .reserve_tit {
  margin-bottom: 32px;
  margin-top: 32px;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}

#reserve .reserve_tel {
  margin-bottom: 32px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

#reserve .reserve_tel a {
  color: #fff;
}

#reserve .reserve_tel span {
  font-weight: bold;
}

#reserve .reserve_tel .sp_tel {
  font-size: 4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 810px) {
  #reserve {
    padding: 48px 0 96px;
    background: url(../img/banquet/reserve_bg_01.jpg) no-repeat right center;
    background-size: cover;
    text-align: left;
  }
  #reserve .sec_tit02 {
    margin-bottom: 40px;
  }
  #reserve .reserve_tit {
    margin-bottom: 32px;
    margin-top: 32px;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  #reserve .reserve_tel {
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------------
	season
------------------------------------------------------ */
.season-cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 44px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 44px;
}
@media screen and (max-width: 810px) {
  .season-cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.season-card {
  margin-bottom: 64px;
  background-color: #ffffff;
}
.season-card:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/-1;
}
@media screen and (max-width: 810px) {
  .season-card:last-child {
    display: block;
  }
}
.season-card:last-child .season-card-img {
  width: 660px;
}
@media screen and (max-width: 480px) {
  .season-card:last-child .season-card-img {
    width: 100%;
  }
}
.season-card:last-child .season-card-img img {
  aspect-ratio: 2.2/1;
}
@media screen and (max-width: 480px) {
  .season-card:last-child .season-card-img img {
    aspect-ratio: 5/2.5;
  }
}
.season-card:last-child .season-card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.season-card-img {
  position: relative;
}
.season-card-img img {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 810px) {
  .season-card-img img {
    aspect-ratio: 5/2.5;
  }
}
.season-card-text {
  padding: 30px 40px;
}
@media screen and (max-width: 810px) {
  .season-card-text {
    padding: 20px;
  }
}
.season-card-title {
  margin-bottom: 20px;
  padding-bottom: 24px;
  background: url(../img/common/icon_nami.svg) no-repeat center bottom;
  background-size: 46px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .season-card-title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 810px) {
  .season-card-lead {
    line-height: 1.75;
  }
}
.season-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #c9c7c4;
  padding: 50px 100px;
  gap: 100px;
}
@media screen and (max-width: 810px) {
  .season-reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    gap: 40px;
  }
}

/* ---------------------------------------------------
	cuisine
------------------------------------------------------ */
.cuisine-anchor {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cuisine-title {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 46px;
}
@media screen and (max-width: 810px) {
  .cuisine-title {
    font-size: 2.8rem;
  }
}

/* 宴会コース */
.banquet-course-article {
  margin-bottom: 64px;
}
.banquet-course-title {
  font-size: 2.8rem;
  line-height: 1.2;
}
.banquet-course-note {
  font-size: 2rem;
  margin-bottom: 0.3em;
}
.banquet-course-price {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.banquet-course-menu {
  border: 1px solid #c9c7c4;
  background-color: #fff;
  padding: 36px 24px;
}
@media screen and (max-width: 810px) {
  .banquet-course-menu {
    padding: 20px;
  }
}
.banquet-course-menu li {
  font-size: 1.8rem;
}
.banquet-course-reserve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 810px) {
  .banquet-course-reserve {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.banquet-course-reserve p {
  font-size: 2rem;
  color: #1e1a53;
}
@media screen and (max-width: 810px) {
  .banquet-course-reserve p {
    text-align: center;
  }
}
.banquet-course-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 46px;
}

/* お食い初め */
@media screen and (max-width: 810px) {
  .first-meal {
    margin-bottom: 44px;
  }
}
.first-meal .imgtx-img {
  width: 704px;
}
@media screen and (max-width: 810px) {
  .first-meal .imgtx-img {
    width: 100%;
  }
}
.first-meal .imgtx-tx {
  width: 508px;
}
@media screen and (max-width: 810px) {
  .first-meal .imgtx-tx {
    width: 100%;
  }
}
.first-meal .table th {
  width: 45%;
}
@media screen and (max-width: 480px) {
  .first-meal .table th {
    width: 100%;
  }
}

/* ---------------------------------------------------
	halls
------------------------------------------------------ */
.halls {
  margin-bottom: 100px;
}
@media screen and (max-width: 810px) {
  .halls {
    margin-bottom: 64px;
  }
}

/* ---------------------------------------------------
	weekday
------------------------------------------------------ */
.weekday {
  margin-bottom: 94px;
}
@media screen and (max-width: 810px) {
  .weekday {
    margin-bottom: 64px;
  }
}
.weekday-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(109, 181, 193, 0.8);
  padding: 48px 100px;
}
@media screen and (max-width: 810px) {
  .weekday-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 40px 20px;
  }
}
.weekday-box-text {
  width: 554px;
}
@media screen and (max-width: 810px) {
  .weekday-box-text {
    width: 100%;
  }
}
.weekday-box-text-note {
  font-size: 2rem;
  color: #1e1a53;
}
@media screen and (max-width: 810px) {
  .weekday-box-text-note {
    font-size: 1.8rem;
  }
}
.weekday-box-text-price {
  color: #fff;
  font-weight: 500;
  font-size: 2.4rem;
  border-top: 1px solid #d3e9ec;
  border-bottom: 1px solid #d3e9ec;
  padding: 0.8em 0;
  margin: 0.5em 0;
}
@media screen and (max-width: 810px) {
  .weekday-box-text-price {
    font-size: 2rem;
  }
}
.weekday-box-text-price span {
  font-size: 3.2rem;
}
@media screen and (max-width: 810px) {
  .weekday-box-text-price span {
    font-size: 2.6rem;
  }
}
.weekday-box-img {
  width: 440px;
}
@media screen and (max-width: 810px) {
  .weekday-box-img {
    width: 100%;
  }
}

/* ---------------------------------------------------
	common
------------------------------------------------------ */
span.cap {
  position: absolute;
  right: 1em;
  bottom: 0.3em;
  font-size: 1.8rem;
  color: #fff;
  text-shadow: 0px 0px 1px #000, 0px 0px 2px #000;
}
span.cap.left {
  right: auto;
  left: 1em;
}

.bg-nami {
  padding: 56px 0 0;
  background: url(../img/common/bg_nami_01.png) repeat-x center top;
}

/* 1280画像＋テキスト2カラム */
.imgtx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 810px) {
  .imgtx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.imgtx-img {
  position: relative;
  width: 820px;
}
@media screen and (max-width: 810px) {
  .imgtx-img {
    width: 100%;
  }
}
.imgtx-tx {
  width: 390px;
  padding-right: 100px;
}
@media screen and (max-width: 810px) {
  .imgtx-tx {
    width: 100%;
    padding-right: 0;
  }
}
.imgtx.rvs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 810px) {
  .imgtx.rvs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.imgtx.rvs .imgtx-tx {
  padding-right: 0;
  padding-left: 100px;
}
@media screen and (max-width: 810px) {
  .imgtx.rvs .imgtx-tx {
    padding-left: 0;
  }
}

/* 予約ボタン */
.reserve-btn {
  width: 380px !important;
}
@media screen and (max-width: 810px) {
  .reserve-btn {
    width: 100% !important;
  }
}

/* ---------------------------------------------------
	contactform
------------------------------------------------------ */
.contactform {
  background-color: #1e1a53;
  color: #ffffff;
}
.contactform.thanks {
  padding: 96px 0;
}
@media screen and (max-width: 810px) {
  .contactform.thanks {
    padding: 60px 0;
  }
}
.contactform .sec_tit02 {
  color: #ffffff;
}
.contactform .lead_txt {
  text-align: center;
}
@media screen and (max-width: 810px) {
  .contactform .lead_txt {
    text-align: left;
  }
}

.banquet-contact-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}