@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/banquet/pagetit_bg.jpg) 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;
  flex-wrap: nowrap;
  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;
  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 {
  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;
  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 {
    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;
    justify-content: space-between;
  }
  #example .example_bg .bg_col .col_item {
    display: flex;
    flex-wrap: wrap;
    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: 48px 0 48px;
  }
  #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 96px;
  }
  #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: url(../img/banquet/reserve_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#reserve .sec_tit02 {
  margin-bottom: 32px;
  color: #fff;
}
#reserve .reserve_tit {
  margin-bottom: 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;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
  #reserve .reserve_tel {
    margin-bottom: 40px;
  }
}