/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/banquet/pagetit_bg02.jpg) center;
  background-size: cover;
}

/* ---------------------------------------------------
	news
------------------------------------------------------ */
.en_tit {
  margin-bottom: 32px;
  color: #60a7b1;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

#news {
  padding: 0 0 88px;
}

#news .en_tit {
  margin-bottom: 8px;
}

#news .news_box {
  margin-top: 40px;
  padding: 48px;
  background: #fff;
  box-shadow: 0 0 10px rgba(2, 78, 162, 0.05);
}

#news .news_box .box_btn {
  margin-top: 32px;
  text-align: center;
}

#news .news_box .box_btn .btn {
  width: 300px;
}

#news .news_list01 {
  width: calc(100% + 26px);
  margin-left: -13px;
  margin-right: -13px;
}

#news .news_list01 .slick-slide {
  padding: 0 13px;
}

#news .news_list01 .list_item {
  max-width: 250px;
  border-bottom: 1px solid #60a7b1;
}

#news .news_list01 .list_item a {
  display: block;
  padding-bottom: 16px;
}

#news .news_list01 .list_item .item_pic {
  margin-bottom: 8px;
}

#news .news_list01 .list_item .item_pic img {
  aspect-ratio: 250/166;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

#news .news_list01 .list_item .item_txt .cat {
  padding: 3px 8px 4px;
  border: 1px solid currentColor;
  color: #60a7b1;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}

#news .news_list01 .list_item .item_txt .time {
  margin-top: 12px;
  font-size: 2.2rem;
  line-height: 1;
}

#news .news_list01 .list_item .item_txt .tit {
  position: relative;
  margin-top: 8px;
  line-height: 1.77;
}

#news .news_list01 .list_item .item_txt .tit::after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 1em;
}

#news .news_list01 .list_item .item_txt .more {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #60a7b1;
  font-size: 2.2rem;
  line-height: 1;
}

#news .news_list02 .list_item {
  border-bottom: 1px solid #60a7b1;
}

#news .news_list02 .list_item a {
  display: flex;
  justify-content: space-between;
  padding: 20px 50px;
  align-items: center;
}

#news .news_list02 .list_item .time {
  font-size: 2.2rem;
  line-height: 1;
}

#news .news_list02 .list_item .cat {
  width: 150px;
  padding: 3px 8px 4px;
  border: 1px solid currentColor;
  color: #60a7b1;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}

#news .news_list02 .list_item .tit {
  position: relative;
  width: calc(100% - 288px);
  padding-right: 80px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.77;
}

#news .news_list02 .list_item .more {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #60a7b1;
  font-size: 2.2rem;
  line-height: 1;
}

#news .news_btn {
  margin-top: 32px;
  text-align: center;
}

#news .news_btn .btn {
  width: 300px;
}

@media screen and (max-width: 810px) {
  #news {
    padding: 72px 0 72px;
  }

  #news .en_tit {
    margin-bottom: 24px;
  }

  #news .news_box {
    margin-top: 0;
    margin-bottom: 72px;
    padding: 36px 36px;
  }

  #news .news_box .container {
    width: 100%;
  }

  #news .news_box .box_btn {
    margin-top: 48px;
  }

  #news .news_box .box_btn .btn {
    width: 225px;
  }

  #news .news_list01 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  #news .news_list01 .slick-slide {
    padding: 0 13px;
  }

  #news .news_list01 .slick-prev,
  #news .news_list01 .slick-next {
    background: url(../img/common/icon_btn_02.svg) no-repeat;
    background-size: 100%;
  }

  #news .news_list01 .slick-dots {
    bottom: -28px;
  }

  #news .news_list01 .slick-dots li button {
    border-color: #60a7b1;
  }

  #news .news_list01 .slick-dots li.slick-active button {
    background-color: #60a7b1;
  }

  #news .news_list01 .slick-prev {
    left: -24px;
  }

  #news .news_list01 .slick-next {
    right: -24px;
  }

  #news .news_list01 .list_item {
    max-width: 250px;
  }

  #news .news_list01 .list_item a {
    padding-bottom: 16px;
  }

  #news .news_list01 .list_item .item_pic {
    margin-bottom: 8px;
  }

  #news .news_list01 .list_item .item_txt .cat {
    font-size: 1.2rem;
  }

  #news .news_list01 .list_item .item_txt .time {
    margin-top: 10px;
    font-size: 1.65rem;
  }

  #news .news_list01 .list_item .item_txt .more {
    bottom: 2px;
    font-size: 1.65rem;
  }

  #news .news_list02 {
    border-top: 1px solid #60a7b1;
  }

  #news .news_list02 .list_item a {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 16px 24px;
  }

  #news .news_list02 .list_item .time {
    margin-right: 24px;
    font-size: 1.65rem;
  }

  #news .news_list02 .list_item .cat {
    width: 112px;
    font-size: 1.2rem;
  }

  #news .news_list02 .list_item .tit {
    width: 100%;
    margin-top: 8px;
    padding-right: 60px;
  }

  #news .news_list02 .list_item .more {
    bottom: 2px;
    font-size: 1.65rem;
  }

  #news .news_btn {
    margin-top: 24px;
  }

  #news .news_btn .btn {
    width: 225px;
  }
}

/* ---------------------------------------------------
	scene
------------------------------------------------------ */
#scene {
  padding: 160px 0 80px;
  background: url(../img/common/bg_03.webp) no-repeat center bottom;
}
@media screen and (min-width: 2001px) {
  #scene {
    background-size: 100%;
  }
}
#scene .scene_col {
  gap: 40px 16px;
  justify-content: flex-start;
}
#scene .scene_col .col_item {
  width: calc(33.333% - 11px);
}
#scene .scene_col .col_item .caption {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}
#scene .scene_col .col_item .item_btn {
  margin-top: 16px;
  text-align: center;
}
#scene .scene_col .col_item .item_btn a {
  position: relative;
  display: inline-block;
  width: 250px;
  max-width: 100%;
  padding: 16px 16px;
  border-bottom: 1px solid #60a7b1;
  line-height: 1.2;
}
#scene .scene_col .col_item .item_btn a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #60a7b1;
  border-right: 1px solid #60a7b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 810px) {
  #scene {
    padding: 80px 0 80px;
    background-size: 1000px;
  }
  #scene .scene_col {
    gap: 32px 16px;
  }
  #scene .scene_col .col_item {
    width: calc(50% - 8px);
  }
  #scene .scene_col .col_item p {
    line-height: 1.8;
  }
  #scene .scene_col .col_item .caption {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 2.2rem;
  }
  #scene .scene_col .col_item .item_btn {
    margin-top: 16px;
    text-align: center;
  }
  #scene .scene_col .col_item .item_btn a {
    position: relative;
    display: inline-block;
    width: 250px;
    max-width: 100%;
    padding: 16px 16px;
    border-bottom: 1px solid #60a7b1;
    line-height: 1.2;
  }
  #scene .scene_col .col_item .item_btn a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #60a7b1;
    border-right: 1px solid #60a7b1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
/* ---------------------------------------------------
	hall
------------------------------------------------------ */
#hall {
  padding-top: 80px;
}
#hall .hall_mv {
  position: relative;
  width: 96%;
  height: 490px;
  margin: 0 auto 40px;
  background: url(../img/banquet/hall_img_02.jpg) no-repeat center;
  background-size: cover;
}
#hall .hall_mv .mv_tit {
  position: absolute;
  left: calc(50% - 540px);
  bottom: 16px;
  color: #fff;
  font-size: 10.5rem;
  letter-spacing: 0;
  line-height: 1;
}
#hall .page_subnav {
  margin-top: 64px;
}
#hall .hall_sec {
  padding: 80px 0;
}
#hall .hall_sec .sec_tit02 {
  margin-bottom: 32px;
}
#hall .hall_sec .common_slide {
  width: 856px;
  margin: 0 auto 40px;
}
#hall .hall_sec .common_slide .slick-list {
  overflow: visible;
}
#hall .hall_sec .common_slide .slick-slide {
  padding: 0 28px;
}
#hall .hall_sec .hall_btn {
  margin-top: 40px;
  text-align: center;
}
@media (any-hover: hover) {
  #hall .hall_sec .hall_btn .btn_more:hover .icon {
    filter: brightness(200%);
  }
}
#hall .hall_sec .hall_btn .btn_more::after {
  content: none;
}
#hall .hall_sec .hall_btn .btn_more .icon {
  position: absolute;
  right: 22px;
  top: 50%;
  margin-top: -18px;
}
#hall .hall_sec .hall_btn br + .btn_more {
  margin-left: 24px;
}

@media screen and (max-width: 810px) {
  #hall {
    padding: 80px 0;
  }
  #hall .hall_mv {
    width: 100%;
    height: 70vw;
    margin-bottom: 32px;
  }
  #hall .hall_mv .mv_tit {
    left: 4%;
    bottom: 16px;
    font-size: 12vw;
  }
  #hall .page_subnav {
    margin-top: 24px;
    margin-bottom: 32px;
  }
  #hall .hall_sec {
    padding: 48px 0;
  }
  #hall .hall_sec .sec_tit02 {
    margin-bottom: 32px;
  }
  #hall .hall_sec .common_slide {
    width: 100%;
    margin-bottom: 24px;
  }
  #hall .hall_sec .common_slide .slick-list {
    overflow: visible;
  }
  #hall .hall_sec .common_slide .slick-slide {
    padding: 0 16px;
  }
  #hall .hall_sec .hall_btn {
    margin-top: 24px;
  }
  #hall .hall_sec .hall_btn .btn_more {
    padding-left: 0;
  }
  #hall .hall_sec .hall_btn .btn_more .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 27px;
    height: auto;
    margin-top: -14px;
  }
  #hall .hall_sec .hall_btn br + .btn_more {
    margin-top: 16px;
    margin-left: 0;
  }
}
/* ---------------------------------------------------
	cuisine
------------------------------------------------------ */
#cuisine {
  padding: 80px 0 160px;
  background: url(../img/common/bg_03.webp) no-repeat center top;
}
#cuisine .cuisine_mv {
  position: relative;
  width: 96%;
  height: 490px;
  margin: 0 auto 40px;
  background: url(../img/banquet/cuisine_img_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (min-width: 2001px) {
  #cuisine {
    background-size: 100%;
  }
}
#cuisine .caption{
  margin-top: 80px;
  margin-bottom: 16px;
  color: #345f69;
  font-size: 2.4rem;
}
#cuisine .table {
  border-top: 1px solid #60a7b1;
}
#cuisine .table + .caption {
  margin-top: 40px;
}
#cuisine .banquet_cuisine_specialmenu{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
#cuisine .specialmenu_item{
	width: calc(50% - 10px);
}
#cuisine .specialmenu_item .caption{
	margin-top: 40px;
}
#cuisine .specialmenu_item img{
	width: 100%;
}
#cuisine .specialmenu_item p{
	margin-top: 15px;
}
#cuisine .cuisine_note {
  margin-top: 20px;
}

@media screen and (max-width: 810px) {
  #cuisine {
    padding: 48px 0 64px;
    background-size: 1000px;
  }
  #cuisine .cuisine_mv {
    width: 100%;
    height: 70vw;
    margin-bottom: 32px;
  }
  #cuisine .caption {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  #cuisine .table + .caption {
    margin-top: 32px;
  }
	#cuisine .banquet_cuisine_specialmenu{
		display: block;
	}
	#cuisine .specialmenu_item{
		width: 100%;
	}
  #cuisine .cuisine_note {
    margin-top: 20px;
    font-size: 1.5rem;
  }
}
/* ---------------------------------------------------
	contact_sec
------------------------------------------------------ */
#contact_sec .wpcf7-list-item {
  margin-left: 0;
}

@media screen and (max-width: 810px) {
  #contact_sec .sec_tit {
    letter-spacing: 0.05em;
  }
}