@charset "UTF-8";
/* ===================================================================
CSS information

file name  : citybyselect_banquet.css
author     : Abilive
style info : ご宴会・会議
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@property --1vw {
  syntax: "<length>";
  inherits: true;
  initial-value: 0px;
}
:root {
    --1vw: 1vw;
    --vw-to-px: tan(atan2(var(--1vw), 1px));
}

/* ===================================================================
CSS information

file name  : citybyselect_banquet.css
author     : Abilive
style info : ご宴会・会議
=================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider div {
  outline: none;
}

.slick-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: top;
  display: block;
  cursor: pointer;
  font-size: 0;
  border-radius: 9999px;
  overflow: hidden;
}
.slick-dots li button::-ms-expand {
  display: none;
}

.l-footer {
  margin-top: 0;
}

.c-intro {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-intro {
    text-align: center;
  }
}

.p-plan__tab {
  position: relative;
  margin-top: 3.75rem;
  padding-top: 2.1875rem;
}
@media only screen and (max-width: 767px) {
  .p-plan__tab {
    margin-top: 1.875rem;
  }
}
.p-plan__tab__list {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}
.p-plan__tab__list .tab_list {
  display: flex;
  flex-direction: row;
  gap: 2.34375vw;
  width: max-content;
}
.p-plan__tab__list .tab_list .tab_item {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  vertical-align: top;
}
.p-plan__tab__list .tab_list .tab_item::-ms-expand {
  display: none;
}
.p-plan__tab__list .tab_list .tab_item {
  display: block;
  position: relative;
  transition: color 400ms ease;
  padding-bottom: 1.2em;
  line-height: 1.6;
  cursor: pointer;
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 1200px) {
  .p-plan__tab__list .tab_list .tab_item {
    font-size: 0.9375rem;
  }
}
@media print {
  .p-plan__tab__list .tab_list .tab_item {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-plan__tab__list .tab_list .tab_item {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__list .tab_list .tab_item {
    font-size: 0.875rem;
  }
}
.p-plan__tab__list .tab_list .tab_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 400ms ease;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  margin-inline: auto;
  background: #91070F;
}
.p-plan__tab__list .tab_list .tab_item.is-active {
  color: #91070F;
}
.p-plan__tab__list .tab_list .tab_item.is-active:before {
  opacity: 1;
}
.p-plan__tab__contents {
  position: relative;
  padding-top: 3.75rem;
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__contents {
    padding-top: 1.875rem;
  }
}
.p-plan__tab__contents:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  border-bottom: 1px solid #D7D7D7;
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__contents:before {
    top: 0;
  }
}
.p-plan__tab__contents .panel {
  display: none;
}
.p-plan__tab__contents .panel:first-child {
  display: block;
}
.p-plan__tab__contents .plan_list {
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .p-plan__tab__contents .plan_list {
    width: 90%;
  }
}
@media print {
  .p-plan__tab__contents .plan_list {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan__tab__contents .plan_list {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 1199px) {
  .p-plan__tab__contents .plan_list {
    width: 89.7435897436%;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan__tab__contents .plan_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5.625rem 3.6458333333vw;
  }
}
.p-plan__tab__contents .plan_list li {
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__contents .plan_list li {
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__contents .plan_list li + li {
    margin-top: 2.5rem;
  }
}
.p-plan__tab__contents .plan_list li .image {
  order: 1;
  border-radius: 0.375rem;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 420/280;
}
.p-plan__tab__contents .plan_list li .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-plan__tab__contents .plan_list li .sst {
  order: 2;
  width: 95.2380952381%;
  margin-inline: auto;
}
.p-plan__tab__contents .plan_list li .text {
  order: 3;
  width: 95.2380952381%;
  margin-inline: auto;
  margin-top: -0.3125rem;
}
.p-plan__tab__contents .plan_list li .tbl {
  order: 4;
  width: 95.2380952381%;
  margin-inline: auto;
  margin-top: -0.8125rem;
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__contents .plan_list li .tbl {
    margin-top: -0.3125rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-plan__tab__contents .plan_list li .tbl tr th, .p-plan__tab__contents .plan_list li .tbl tr td {
    padding: 0.8666666667em;
  }
}
.p-plan__tab__contents .plan_list li .tbl tr th {
  text-align: center;
  width: 26%;
}
.p-plan__tab__contents .plan_list li .btn {
  order: 5;
  margin-inline: auto;
  margin-top: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .p-plan__tab__contents .plan_list li .btn {
    max-width: 208px;
  }
}
@media only screen and (max-width: 767px) {
  .p-plan__tab__contents .plan_list li .btn {
    width: 61.2820512821%;
  }
}

.p-venue {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-venue {
    margin-top: 4.1666666667vw;
    padding-block: 4.1666666667vw;
    padding-right: 4.1666666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-venue {
    margin-top: 5vw;
    padding-block: 5vw;
    padding-right: 5.7291666667%;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue {
    padding-top: 3.75rem;
  }
}
.p-venue:before, .p-venue:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 94.1176470588%;
}
@media only screen and (max-width: 767px) {
  .p-venue:before, .p-venue:after {
    display: none;
  }
}
.p-venue:before {
  width: 16.6666666667%;
  margin-bottom: -6.25vw;
  background: #F4F4F4;
}
.p-venue:after {
  width: 8.3333333333%;
  margin-bottom: 2.0833333333vw;
  background: rgba(156, 153, 152, 0.1);
}
.p-venue__inner {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .p-venue__inner {
    display: grid;
    grid-template-columns: 20.652173913% 44.347826087%;
    gap: 9.7826086957%;
    justify-content: flex-end;
    align-items: center;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  .p-venue__inner {
    grid-template-columns: 21.7391304348% 44.347826087%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-venue__inner {
    grid-template-columns: 34.7826086957% 45.9782608696%;
    gap: 8.152173913%;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .text {
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .text {
    display: contents;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .text .st {
    order: 1;
    justify-content: center;
    width: 89.7435897436%;
    margin-inline: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .text .catch {
    order: 3;
    width: 89.7435897436%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .text .txt {
    order: 4;
    width: 89.7435897436%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .text .btn {
    margin-left: auto;
    margin-top: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .text .btn {
    order: 5;
    width: 61.2820512821%;
    margin: 1.25rem auto 0;
  }
}
.p-venue__inner .image {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .image {
    display: flex !important;
    align-items: flex-end;
    order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .image {
    order: 2;
    margin-top: 1.25rem;
    width: 89.7435897436%;
  }
}
.p-venue__inner .image:before {
  content: "";
  display: block;
  position: absolute;
  right: -4.1666666667vw;
  bottom: -4.1666666667vw;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(156, 153, 152, 0.1);
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-venue__inner .image:before {
    right: -5.7291666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .image:before {
    right: -5rem;
  }
}
.p-venue__inner .image .slide {
  position: relative;
  border-radius: 0.375rem;
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .image .slide {
    width: 92.1985815603%;
    aspect-ratio: 780/520;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .image .slide {
    width: 100%;
    aspect-ratio: 350/233;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.p-venue__inner .image .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-venue__inner .image .c-control {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .image .c-control {
    flex-direction: column;
    bottom: 0;
    right: 0;
    padding-left: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-venue__inner .image .c-control {
    justify-content: flex-end;
    right: 0;
    bottom: 3.75rem;
    padding-right: 0.625rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .image .c-control .slick-dots {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .image .c-control .slick-prev {
    transform: rotate(90deg);
  }
  .p-venue__inner .image .c-control .slick-prev:hover {
    translate: 0 -0.3em;
  }
}
@media only screen and (min-width: 768px) {
  .p-venue__inner .image .c-control .slick-next {
    transform: rotate(90deg);
  }
  .p-venue__inner .image .c-control .slick-next:hover {
    translate: 0 0.3em;
  }
}
.p-venue__inner .image .c-slider-count {
  background: #F4F4F4;
}

@media only screen and (min-width: 768px) {
  .c-intro + .p-venue {
    margin-top: 2.0833333333vw;
    padding-block: 2.0833333333vw 4.1666666667vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-intro + .p-venue {
    margin-top: 1.5625vw;
    padding-block: 1.5625vw 5vw;
    padding-right: 5.7291666667%;
  }
}
@media only screen and (max-width: 767px) {
  .c-intro + .p-venue {
    padding-top: 0.625rem;
  }
}

.c-contact {
  padding-block: 4rem;
  background: #fff url(../../citybyselect/_facility/banquet/images/bg_contact.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .c-contact {
    margin-top: 6.25vw;
  }
}
@media print {
  .c-contact {
    margin-top: 6.25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .c-contact {
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 767px) {
  .c-contact {
    padding-block: 3.75rem;
    margin-top: 3.75rem;
  }
}/*# sourceMappingURL=citybyselect_banquet.css.map */