/*
	banquet
*/

img[src*=".svg"] {
  width: 100%;
  height: auto;
}

/* 導入下
---------------------------------------------------------------------------*/
.block-underintro {
  margin-bottom: 100px;
}
.banquet-info {
  justify-content: center;
}
.box-kentou {
  width: 545px;
  padding: 25px;
  border: 1px solid #254b84;
}
.hdl-kentou {
  margin-bottom: 10px;
  font-weight: 700;
}
.lead-kentou {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.box-tels {
  width: 87%;
}
.box-tels .icon-tel {
  background-color: #254b84;
  color: #ffffff;
}
.box-tels .icon-fax {
  border: 1px solid #254b84;
  color: #254b84;
}
.box-tels .icon-tel,
.box-tels .icon-fax {
  margin-right: 5px;
  padding: 5px 15px;
  font-size: 13px;
  font-weight: 700;
}
.box-tels p.lead-bigger {
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
p.lead-bigger.view-pc small {
  font-size: 14px;
  margin-left: -10px;
  position: relative;
  bottom: 3px;
}
.box-tels p.lead-bigger @media all and (-ms-high-contrast: none) {
  .box-tels .icon-tel,
  .box-tels .icon-fax {
    padding: 8px 15px 3px;
  }
  .box-tels p.lead-bigger {
    padding-top: 8px;
  }
}
img.fm-img {
  position: relative;
  top: -4vw;
  max-width: 915px;
}
@media screen and (max-width: 768px) {
  #sec .page-body,
  #thr .page-body {
    padding-bottom: 15vw;
  }
  .block-underintro {
    margin-bottom: 10vw;
  }
  .lead-large {
    font-size: 18px;
    line-height: 130%;
  }
  .btn {
    width: 100%;
    padding: 5vw 4vw;
    font-size: 4vw;
  }
  .box-kentou {
    margin-top: 8vw;
    padding: 8vw 5vw;
  }
  .box-tels {
    width: auto !important;
  }
  .lead-kentou {
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .box-tels .icon-tel,
  .box-tels .icon-fax {
    width: 15vw;
    font-size: 3vw;
    padding: 1.5vw 0;
    margin-right: 2vw;
    text-align: center;
  }
}

/* Room Type
---------------------------------------------------------------------------*/
.block-roomtype ul {
  margin-top: 60px;
}
.block-roomtype li {
  /* width: 230px; */
  text-align: center;
  width: 47.5%;
  margin-bottom: 50px;
}
.block-roomtype li img {
  height: 100%;
}
/* .block-roomtype li:nth-last-child(n+5) {
	width: 316px;
	margin-bottom: 50px;
} */
.block-roomtype .box-fig {
  margin-bottom: 15px;
}
.block-roomtype .name-en {
  font-size: 30px;
  font-weight: 500;
  line-height: 120%;
}
.block-roomtype .name-ja {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .block-roomtype ul {
    margin-top: 8vw;
  }
  .block-roomtype li {
    text-align: left;
    width: 49%;
    margin-bottom: 5vw;
  }
  /* .block-roomtype li:nth-last-child(n + 5) {
    width: 100%;
    margin-bottom: 5vw;
  }
  .block-roomtype li:nth-last-child(n + 5) .lead-mini {
    font-size: 3.8vw;
  } */
  .block-roomtype li:last-of-type {
    margin-bottom: 0;
  }
  .block-roomtype li img {
    width: 100%;
  }
  .block-roomtype .name-en {
    font-size: 6vw;
  }
  .block-roomtype .box-fig,
  .block-roomtype .name-ja {
    margin-bottom: 3vw;
  }
}

/* 料金表
---------------------------------------------------------------------------*/
.block-pricelist {
  padding-top: 100px;
}
.block-pricelist .hdl {
  font-size: 30px;
}
.block-pricelist table {
  width: 100%;
  margin-top: 50px;
}
.block-pricelist th {
  padding: 15px 0;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background-color: #254b84;
  color: #ffffff;
  vertical-align: middle;
}
.block-pricelist th:last-of-type {
  border-right: none;
}
.block-pricelist td {
  padding: 15px 5px;
  border-right: 1px solid #eeeaea;
  border-bottom: 1px solid #eeeaea;
  vertical-align: middle;
}
.block-pricelist td:first-of-type {
  border-left: 1px solid #eeeaea;
  background-color: #fafcff;
  color: #254b84;
}
.block-pricelist .tax_notice {
  margin-top: 10px;
  text-align: right;
  /* display: none; */
}
@media screen and (max-width: 768px) {
  .block-pricelist {
    padding-top: 15vw;
    background: url(../img/scroll_icon.png);
    background-size: 80px 12px;
    background-position: right 3.5vw top 26vw;
    background-repeat: no-repeat;
  }
  .wrapper.en .block-pricelist {
    background-image: url(../img/scroll_icon-en.png);
  }
  .block-pricelist .hdl {
    font-size: 5.5vw;
  }
  .block-pricelist table {
    margin-top: 5vw;
  }
  .tbl-wrap {
    position: relative;
  }
  .tbl-wrap .lft {
    width: 36.5vw;
  }
  .tbl-wrap .rit {
    width: 56.5vw;
    overflow: scroll;
  }
  .tbl-wrap .rit .tbl-inner {
    width: 200vw;
  }
  .block-pricelist th,
  .block-pricelist td {
    padding: 1.5vw;
  }
  .block-pricelist th:not(.foo) {
    height: 21.1vw;
  }
  .tbl-wrap .lft th {
    border-right: 1px solid #ffffff;
  }
  .block-pricelist td {
    height: 17vw;
  }
  .block-pricelist .rit td:first-of-type {
    border-left: none;
    background-color: #ffffff;
    color: initial;
  }
  .block-pricelist .tax_notice {
    margin-top: 5vw;
    text-align: left;
  }
}

/* オプション
---------------------------------------------------------------------------*/
.block-option {
  margin-top: 100px;
}
.block-option .bdr {
  margin-top: 40px;
  margin-bottom: 10px;
  padding: 30px 40px;
  border: 1px solid #ae8d08;
}
.block-option .ttl {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ae8d08;
}
.block-option ul {
  width: 45%;
  margin-bottom: 20px;
}
.block-option .attr01 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .block-option {
    margin-top: 10vw;
  }
  .block-option .lead-big {
    font-size: 4vw;
  }
  .block-option .bdr {
    margin-top: 5vw;
    margin-bottom: 5vw;
    padding: 8vw 5vw;
  }
  .block-option .ttl {
    margin-bottom: 5vw;
    padding-bottom: 2vw;
  }
  .block-option ul {
    margin-bottom: 0;
  }
  .block-option .attr01 {
    margin-top: 3vw;
    margin-bottom: 1vw;
  }
  .block-option .attr02 {
    text-align: left;
  }
}

/* 宴会・会議室のご利用をご検討のお客様
---------------------------------------------------------------------------*/
.block-info {
  margin-top: 100px;
}
.block-info .box-kentou {
  width: 100%;
  padding: 30px;
}
.block-info .box-kentou p.lead-bigger.view-pc small {
  margin-left: -5px;
}
.box-tels {
  width: 485px;
}
ul.box-tels.flex.f-middle.f-between {
  justify-content: center;
}
li.box-lft.flex.f-middle.pcsp-fax {
  margin-left: 12px;
}
li.box-lft.flex.f-middle.pcsp-fax p.lead-bigger small {
  font-size: 14px;
  margin-left: -10px;
  position: relative;
  bottom: 3px;
}
@media screen and (max-width: 768px) {
  .block-info {
    margin-top: 10vw;
  }
  .block-info .box-kentou {
    margin-top: 8vw;
    padding: 8vw 5vw;
  }
  .box-tels p.lead-bigger {
    font-size: 5vw;
  }
  p.lead-bigger.view-sp small {
    font-size: 3.5vw;
    position: relative;
    top: -0.5vw;
    margin-left: -2vw;
  }
  li.box-lft.flex.f-middle.pcsp-fax {
    margin-left: 0;
    margin-top: 0.5em;
  }
  li.box-lft.flex.f-middle.pcsp-fax p.lead-bigger small {
    font-size: 3.5vw;
    position: relative;
    top: -0.5vw;
    margin-left: -2vw;
  }
}

/* 英語版 + 中国語版
---------------------------------------------------------------------------*/

.wrapper.en li.box-lft.flex.f-middle.pcsp-fax p.lead-bigger small,
.wrapper.zhcn li.box-lft.flex.f-middle.pcsp-fax p.lead-bigger small {
  margin-left: 0;
  bottom: 1px;
}

.wrapper.en .block-info .box-tels,
.wrapper.zhcn .block-info .box-tels {
  width: 530px;
}

.wrapper.en .block-underintro .box-tels p.lead-bigger,
.wrapper.zhcn .block-underintro .box-tels p.lead-bigger {
  font-size: 15px;
}
.wrapper.en .block-underintro .box-tels .icon-tel,
.wrapper.en .block-underintro .box-tels .icon-fax,
.wrapper.zhcn .block-underintro .box-tels .icon-tel,
.wrapper.zhcn .block-underintro .box-tels .icon-fax {
  padding: 3px 13px;
}

@media screen and (max-width: 768px) {
  .wrapper.en .block-underintro .box-tels p.lead-bigger,
  .wrapper.zhcn .block-underintro .box-tels p.lead-bigger {
    font-size: 5vw;
  }
  .wrapper.en .block-underintro .box-tels .icon-tel,
  .wrapper.en .block-underintro .box-tels .icon-fax,
  .wrapper.zhcn .block-underintro .box-tels .icon-tel,
  .wrapper.zhcn .block-underintro .box-tels .icon-fax {
    padding: 1.5vw 0;
  }
}

/* 20240522 改修 */
.c-soon-box {
  color: #254b84;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  width: 100%;
  padding: 200px 0;
  margin-top: 50px;
  background-color: #eee;
}
@media screen and (max-width: 768px) {
  .c-soon-box {
    font-size: 5.5vw;
    margin-top: 5vw;
    padding: 30vw 0;
  }
  .banquet .block-pricelist {
    background-image: none;
  }
}
