@charset "UTF-8";
/* ----------------
	banquet pages
 ---------------- */
.pc,
.sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* ---- introduction ---- */
.intro {
  padding-top: 80px;
}
.intro h1 {
  font-size: 3.7rem;
  font-weight: normal;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-align: center;
}
.intro h1 + p {
  margin-top: 15px;
  font-size: 1.7rem;
  line-height: 1.3;
  text-align: center;
}
.intro h1 + p + p {
  margin-top: 50px;
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .intro {
    padding-top: 12vw;
  }
  .intro h1 {
    font-size: 2.6rem;
  }
  .intro h1 + p {
    margin-top: 2vw;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
  }
  .intro h1 + p + p {
    margin-top: 6vw;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
}
/* ---- photo ---- */
.photo .swiper-wrapper {
  height: 50vw;
}
.photo .swiper-slide {
  background-size: cover;
  background-position: center;
}
.photo img {
  display: none;
}

.swiper-pagination {
  position: static;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: auto;
  min-width: 150px;
  height: auto;
  margin: 0 10px !important;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  opacity: 1;
  color: #000;
  font-size: 1.4rem;
  text-align: center;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.swiper-pagination-bullet:hover {
  background-color: #000;
  color: #fff;
}

.swiper-pagination-bullet-active {
  background-color: #000;
  color: #fff;
}

#page-banquet .swiper-pagination-bullet:only-child {
  display: inline-block !important;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .photo .swiper-wrapper {
    height: 65vw;
  }

  .swiper-pagination {
    margin-top: 0;
  }

  .swiper-pagination-bullet {
    min-width: 100px;
    margin: 3vw 1.5vw 0 !important;
    padding: 10px;
    font-size: 1.3rem;
  }
  .swiper-pagination-bullet:hover {
    background-color: #fff;
    color: #000;
  }
}
/* ---- spec ---- */
.spec {
  padding-top: 100px;
}
.spec.meeting-room {
  padding-bottom: 180px;
}
.spec header {
  position: relative;
}
.spec header p {
  position: absolute;
  right: 0;
  bottom: 40px;
  font-size: 1.5rem;
}
.spec header p + p {
  bottom: 10px;
}
.spec header p::before {
  content: "＞";
  margin-right: 3px;
  font-size: 1.5rem;
}
.spec header + p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-align: center;
}
.spec h2 {
  padding-bottom: 20px;
}
.spec .table {
  overflow-x: auto;
}
.spec .table::-webkit-scrollbar {
  height: 6px;
}
.spec .table::-webkit-scrollbar-track {
  background-color: #efefef;
}
.spec .table::-webkit-scrollbar-thumb {
  background-color: #666;
}
.spec .table table {
  width: 100%;
}
.spec .table table thead {
  background-color: #000;
  color: #fff;
}
.spec .table table thead th {
  padding: 8px 16px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.spec .table table tbody tr {
  border-bottom: 1px solid #000;
}
.spec .table table tbody tr:nth-child(2n) {
  background-color: #efefef;
}
.spec .table table tbody th {
  width: 100%;
  padding: 12px 30px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  vertical-align: middle;
}
.spec .table table tbody td {
  padding: 12px 30px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}
.spec .table table tbody td span {
  display: inline-block;
  width: 5.5em;
}
.spec .table table tbody td.blank {
  text-align: center;
}
.spec .img {
  width: 80%;
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .spec .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .spec .img img {
    max-width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .spec .img.floormap_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spec .img.floormap_col2 li .img1 {
    max-width: 547px;
  }
  .spec .img.floormap_col2 li .img2 {
    max-width: 363px;
  }
  .spec .img.floormap_col2 li + li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .spec .img.floormap_col2 li {
    padding: 0 20px;
  }
  .spec .img.floormap_col2 li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .spec {
    padding-top: 20vw;
  }
  .spec.meeting-room {
    padding-bottom: 25vw;
  }
  .spec header p {
    position: static;
    margin-top: 4vw;
    font-size: 1.4rem;
    text-align: center;
  }
  .spec header p + p {
	  margin-top: 2em;
	  bottom: auto;
  }
  .spec header + p {
    margin: 5vw 0;
    font-size: 1.2rem;
  }
  .spec h2 {
    padding-bottom: 3vw;
    border-bottom: 1px solid #000;
  }
  .spec .table {
    margin-top: 5vw;
    overflow-x: scroll;
  }
  .spec .table table {
    width: 840px;
  }
  .spec .table table thead th {
    padding: 5px 10px;
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .spec .table table tbody th {
    width: auto;
    padding: 8px 12px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .spec .table table tbody td {
    padding: 8px 12px;
    font-size: 1.3rem;
  }
  .spec .img {
    width: 100%;
    margin: 8vw 0 0;
  }
}
/* ---- equipment ---- */
.equipment {
  padding-top: 100px;
}
.equipment h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.equipment .img {
  width: 80%;
  margin: 80px auto 0;
}

@media screen and (max-width: 767px) {
  .equipment {
    padding-top: 13vw;
  }
  .equipment h2 {
    padding-bottom: 3vw;
  }
  .equipment .img {
    width: 100%;
    margin: 8vw 0 0;
  }
}
/* ---- layout ---- */
.layout {
  padding-top: 100px;
  padding-bottom: 150px;
}
.layout h2 {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.layout ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -80px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .layout ul.col2 li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .layout ul.col4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .layout ul.col4 li {
    width: 22%;
  }
}
.layout li {
  margin-top: 80px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .layout li {
    padding: 0 10%;
  }
}
.layout li span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1.3rem;
  font-weight: normal;
}
.layout li img {
  display: block;
  width: 80%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .layout li img {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .layout {
    padding-top: 13vw;
    padding-bottom: 20vw;
  }
  .layout h2 {
    padding-bottom: 3vw;
  }
  .layout ul {
    display: block;
    margin-right: 0;
  }
  .layout li {
    width: auto;
    margin-top: 12vw;
    padding-right: 0;
    font-size: 1.4rem;
  }
  .layout li span {
    display: block;
    margin: 4px 0 0;
    font-size: 1.1;
  }
  .layout li img {
    margin-top: 3vw;
  }
}