@charset "UTF-8";
.test {
  color: #263c64;
}

html:has(.lowerpage) * {
  font-feature-settings: initial;
  letter-spacing: 0;
}

.lowerpage {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}
.lowerpage.cmn-clip {
  overflow-x: clip;
}

/*-------------------------------------------------------------------
inner
/*-------------------------------------------------------------------*/
.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .inner {
    max-width: 100vw;
  }
}

/*-------------------------------------------------------------------
パンくずリスト
/*-------------------------------------------------------------------*/
.crumbs ol {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 749px) {
  .crumbs ol {
    gap: 4.8vw;
  }
}
.crumbs ol li {
  color: #fff;
  list-style: none;
  font-size: 0.8125rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .crumbs ol li {
    font-size: 0.6875rem;
  }
}
.crumbs ol li + li {
  position: relative;
}
.crumbs ol li + li::before {
  position: absolute;
  content: "・";
  top: 50%;
  transform: translateY(-50%);
  left: -14px;
}
@media screen and (max-width: 749px) {
  .crumbs ol li + li::before {
    left: -3.2vw;
  }
}
.crumbs ol li a {
  text-decoration: none;
  color: #fff;
}

/*-------------------------------------------------------------------
パンくずリスト_下層
/*-------------------------------------------------------------------*/
.crumbs_lower {
  margin: 0 40px;
}
@media screen and (max-width: 749px) {
  .crumbs_lower {
    margin: 0 6.4vw;
  }
}
.crumbs_lower ol {
  display: flex;
}
@media screen and (max-width: 749px) {
  .crumbs_lower ol {
    flex-wrap: wrap;
  }
}
.crumbs_lower li {
  list-style: none;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
}
@media screen and (max-width: 749px) {
  .crumbs_lower li {
    font-size: 0.6875rem;
    flex-shrink: 0;
  }
}
.crumbs_lower li:not(:last-child):after {
  content: "・";
  padding: 0 4px;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .crumbs_lower li:not(:last-child):after {
    padding: 0;
  }
}
.crumbs_lower a {
  text-decoration: none;
  color: #003E7F;
}

/*-------------------------------------------------------------------
メインビジュアル_下層
/*-------------------------------------------------------------------*/
.mainvisual {
  background-image: url(../img/stay/mv_pc.webp);
  background-size: cover;
  background-position: center;
  padding: 24px 40px 40px;
}
@media screen and (max-width: 749px) {
  .mainvisual {
    background-image: url(../img/stay/mv_sp.webp);
    background-position: center bottom;
    width: 100vw;
    padding: 4.2666666667vw 6.4vw 4.2666666667vw;
  }
}
.mainvisual .page_ttl {
  color: #fff;
  padding-top: 283px;
}
@media screen and (max-width: 749px) {
  .mainvisual .page_ttl {
    padding-top: 22.9333333333vw;
  }
}
.mainvisual .page_ttl .ttl_en {
  font-size: 0.875rem;
  padding-bottom: 9px;
}
@media screen and (max-width: 749px) {
  .mainvisual .page_ttl .ttl_en {
    padding-bottom: 2.4vw;
  }
}
.mainvisual .page_ttl h2 {
  font-size: 2.5rem;
  font-family: serif;
}
@media screen and (max-width: 749px) {
  .mainvisual .page_ttl h2 {
    font-size: 1.75rem;
  }
}

/*-------------------------------------------------------------------
メインビジュアル_下層
/*-------------------------------------------------------------------*/
@media screen and (max-width: 749px) {
  .mainvisual_lower {
    padding-top: 16px;
  }
}
.mainvisual_lower .page_ttl {
  padding: 120px 4vw 126px;
}
@media only screen and (min-width: 1601px) {
  .mainvisual_lower .page_ttl {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .mainvisual_lower .page_ttl {
    padding: 13.3333333333vw 6.4vw 13.3333333333vw;
  }
}
.mainvisual_lower .en {
  font-size: 0.875rem;
  margin-bottom: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .mainvisual_lower .en {
    margin-bottom: 3.2vw;
  }
}
.mainvisual_lower h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .mainvisual_lower h2 {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

/*-------------------------------------------------------------------
  左にナビゲーションがある下層ページ
/*-------------------------------------------------------------------*/
.lowerpage_cont {
  padding: 0 4vw;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1601px) {
  .lowerpage_cont {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 749px) {
  .lowerpage_cont {
    padding: 0 0 12.8vw;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
  }
}
.lowerpage_cont .lowerpage_mainCont {
  max-width: 86.956%;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1600px) {
  .lowerpage_cont .lowerpage_mainCont {
    max-width: calc(100% - 220px);
  }
}
@media screen and (max-width: 749px) {
  .lowerpage_cont .lowerpage_mainCont {
    max-width: 100%;
  }
}
@media screen and (min-width: 750px) and (max-width: 1600px) {
  .lowerpage_cont .lowerpage_mainCont .inner {
    margin-left: auto;
    margin-right: 0;
  }
}

/*-------------------------------------------------------------------
  ナビゲーション_下層
/*-------------------------------------------------------------------*/
.lowerpage_nav {
  position: sticky;
  height: 100%;
  top: 129px;
  width: 13.044%;
  min-width: 192px;
  border-top: 1px solid #DDDDDD;
  padding-top: 25px;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav {
    position: static;
    height: auto;
    width: 87.2vw;
    min-width: initial;
    padding-top: 12.8vw;
    margin: 0 auto;
    border-radius: 0.8vw;
  }
}
@media screen and (max-width: 749px) {
  .lowerpage_nav > div {
    background-color: #F0F0F0;
    padding: 6.4vw;
  }
}
.lowerpage_nav h3 {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav h3 {
    font-size: 1rem;
    margin-bottom: 6.4vw;
  }
}
.lowerpage_nav .nav_list {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 60px;
}
.lowerpage_nav .nav_list .txt_width {
  max-width: 146px;
  width: 100%;
}
.lowerpage_nav .nav_list > .current > a .ico {
  background: #003E7F;
  border: 1px solid var(--color-gray-300);
  color: var(--color-white);
  fill: var(--color-white);
}
@media screen and (max-width: 749px) {
  .lowerpage_nav .nav_list {
    gap: 0;
    margin-top: 5.3333333333vw;
    margin-bottom: 0;
  }
  .lowerpage_nav .nav_list li + li {
    margin-top: 0.5333333333vw;
  }
  .lowerpage_nav .nav_list .current .anm-btn {
    background-color: var(--color-primary);
    color: var(--color-white);
  }
}
.lowerpage_nav .back_btn {
  display: none;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav .back_btn {
    display: block;
    padding: 0 0 0;
  }
  .lowerpage_nav .back_btn .ico {
    transform: rotate(180deg);
    padding: 0 3.4666666667vw;
    width: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
  .lowerpage_nav .back_btn .ico svg {
    width: 100%;
  }
  .lowerpage_nav .back_btn .text-link {
    vertical-align: super;
    font-size: 1rem;
  }
}
.lowerpage_nav .anm-btn {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 0.875rem;
  gap: 16px;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav .anm-btn {
    background-color: #fff;
    font-size: 1rem;
    gap: 5.3333333333vw;
  }
  .lowerpage_nav .anm-btn.cmn-btn {
    padding: 4.2666666667vw 6.4vw;
  }
}
.lowerpage_nav .anm-btn .ico {
  width: 30px;
  padding: 0px 10px;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav .anm-btn .ico {
    width: 10.6666666667vw;
    padding: 0px 0;
  }
}
.lowerpage_nav .anm-btn .ico svg {
  width: 10px;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav .anm-btn .ico svg {
    width: 3.2vw;
  }
}
.lowerpage_nav .lower_nav_list {
  background-color: #F0F0F0;
  padding: 16px;
  margin-top: 16px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.lowerpage_nav .lower_nav_list li > a {
  gap: 7px;
}
.lowerpage_nav .lower_nav_list .ico {
  width: 20px;
  background: transparent;
  border: none;
  padding: 0 10px;
}
.lowerpage_nav .lower_nav_list .ico .arrow {
  margin-left: -5px;
}
@media screen and (max-width: 749px) {
  .lowerpage_nav .nav_list > li:has(.lower_nav_list) {
    margin-top: 0;
  }
  .lowerpage_nav .nav_list > li:has(.lower_nav_list) > a {
    display: none;
  }
  .lowerpage_nav .lower_nav_list {
    padding: 0;
    margin-top: 0;
    gap: 0;
  }
  .lowerpage_nav .lower_nav_list li > a {
    gap: 4.2666666667vw;
  }
  .lowerpage_nav .lower_nav_list li > a span:first-child {
    max-width: 175px;
    width: 100%;
  }
  .lowerpage_nav .lower_nav_list li > a .ico {
    border: 1px solid #ddd;
    width: 10.6666666667vw;
    display: block;
    padding: 0.2666666667vw 2.6666666667vw;
  }
  .lowerpage_nav .lower_nav_list li > a .ico .arrow {
    margin: 0 auto;
  }
  .lowerpage_nav .lower_nav_list li.current .ico {
    background: #fff;
  }
  .lowerpage_nav .lower_nav_list li.current:hover .ico {
    background-color: #003E7F;
    border: transparent;
  }
}

/*-------------------------------------------------------------------
セクションタイトル
/*-------------------------------------------------------------------*/
.section_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  .section_ttl {
    margin-bottom: 8.5333333333vw;
  }
}
.section_ttl .ttl_en {
  font-family: "Marcellus", serif;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
.section_ttl .ttl_en::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.section_ttl .ttl_en span {
  background-color: #fff;
  display: inline-block;
  padding-right: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .section_ttl .ttl_en span {
    padding-right: 4.2666666667vw;
  }
}
.section_ttl h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .section_ttl h2 {
    font-size: 1.25rem;
    margin-top: 10.6666666667vw;
  }
}

/*-------------------------------------------------------------------
コンテンツリスト01
/*-------------------------------------------------------------------*/
.contents_boxWrap01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 48px 4%;
}
@media screen and (max-width: 749px) {
  .contents_boxWrap01 {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.contents_boxWrap01 .contents_box {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
.contents_boxWrap01 .contents_box > a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .contents_boxWrap01 .contents_box > a {
    gap: 6.4vw;
    max-width: 87.2vw;
  }
}
.contents_boxWrap01 .contents_box > a .contents_img {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .contents_boxWrap01 .contents_box > a .contents_img {
    width: 100%;
  }
}
.contents_boxWrap01 .contents_box > a .contents_txt {
  font-size: 1rem;
  line-height: 1.8;
}

/*-------------------------------------------------------------------
コンテンツ内のタイトル
/*-------------------------------------------------------------------*/
.contents_ttlWrap .ttl_en {
  color: #003e7f;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
  margin-bottom: 8px;
}
@media screen and (max-width: 749px) {
  .contents_ttlWrap .ttl_en {
    margin-bottom: 2.1333333333vw;
  }
}
.contents_ttlWrap h3 {
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .contents_ttlWrap h3 {
    font-size: 1.125rem;
  }
}

/*-------------------------------------------------------------------
コンテンツ ホバー時のボタンのアニメーション
/*-------------------------------------------------------------------*/
.anm-btn .ico {
  width: 40px;
  margin: 0 0 0 auto;
  padding: 0px 13px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .anm-btn .ico {
    width: 10.6666666667vw;
    padding: 0.2666666667vw 3.4666666667vw;
  }
}
.anm-btn .ico svg {
  width: 12px;
}
@media screen and (max-width: 749px) {
  .anm-btn .ico svg {
    width: 3.2vw;
  }
}
.anm-btn.cmn-btn {
  padding: 0;
}

/*-------------------------------------------------------------------
お問い合わせフォーム　※ページごとにテキスト変更
/*-------------------------------------------------------------------*/
.contactForm {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .contactForm {
    padding-top: 6.4vw;
    padding-bottom: 12.8vw;
  }
}
@media screen and (max-width: 749px) {
  .contactForm .inner {
    padding: 0 6.4vw;
  }
}
.contactForm .contactForm_box {
  background-color: #073E7F;
  border: 1px solid #073E7F;
  border-radius: 3px;
  display: flex;
  align-items: center;
  height: 188px;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box {
    flex-direction: column;
    height: auto;
    padding: 6.4vw;
  }
}
.contactForm .contactForm_box .contactForm_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.8;
  border-right: 1px solid #5379A6;
}
@media only screen and (max-width: 780px) {
  .contactForm .contactForm_box .contactForm_ttl {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box .contactForm_ttl {
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.5;
    padding-bottom: 6.4vw;
    border-right: none;
    border-bottom: 1px solid #5379A6;
  }
}
.contactForm .contactForm_box .contact_info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box .contact_info {
    gap: 6.4vw;
    width: 100%;
    padding-top: 6.4vw;
  }
}
.contactForm .contactForm_box .contact_info .tel {
  font-size: 1.875rem;
}
.contactForm .contactForm_box .contact_info .tel span {
  font-size: 1.25rem;
  padding-right: 5px;
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box .contact_info .btn_call {
    background-color: #fff;
    border: 1px solid #fff;
    color: #073E7F;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 74.4vw;
    border-radius: 3px;
    padding: 5.3333333333vw 6.4vw;
  }
  .contactForm .contactForm_box .contact_info .btn_call svg {
    width: 24px;
    aspect-ratio: 1/1;
    display: inline-block;
    fill: #073E7F;
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
  .contactForm .contactForm_box .contact_info .btn_call span {
    display: inline-block;
    padding-left: 4.2666666667vw;
    font-size: 1rem;
  }
  .contactForm .contactForm_box .contact_info .btn_call:hover {
    background-color: #073E7F;
    color: #fff;
  }
  .contactForm .contactForm_box .contact_info .btn_call:hover svg {
    fill: #fff;
  }
}
.contactForm .contactForm_box .contact_info .receptionTime {
  margin-top: -16px;
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box .contact_info .receptionTime {
    margin-top: -4.2666666667vw;
    font-size: 0.875rem;
  }
}
.contactForm .contactForm_box .contact_info .btn_wrap {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contactForm .contactForm_box .contact_info .btn_wrap .txt {
  font-size: 1rem;
  color: #fff;
}
@media only screen and (max-width: 780px) {
  .contactForm .contactForm_box .contact_info .btn_wrap .txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box .contact_info .btn_wrap .txt {
    font-size: 1rem;
  }
}
.contactForm .contactForm_box .contact_info .btn_wrap .ico {
  height: 22px;
  border: 1px solid #fff;
}
@media screen and (max-width: 749px) {
  .contactForm .contactForm_box .contact_info .btn_wrap .ico {
    height: auto;
  }
}
.contactForm .contactForm_box .contact_info .btn_wrap.cmn-btn {
  padding: 0;
}

/*-------------------------------------------------------------------
宿泊のおすすめ情報　※ページごとにテキスト変更
/*-------------------------------------------------------------------*/
.recommendInfo_wrap {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .recommendInfo_wrap {
    padding-top: 12.8vw;
    padding-bottom: 6.4vw;
  }
}
.recommendInfo_wrap .recommendInfo_ttl {
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  .recommendInfo_wrap .recommendInfo_ttl {
    font-size: 1.125rem;
    padding-bottom: 8.5333333333vw;
  }
}
.recommendInfo_wrap .recommendInfo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (max-width: 749px) {
  .recommendInfo_wrap .recommendInfo_list {
    gap: 6.4vw 6.6666666667vw;
  }
}
.recommendInfo_wrap .recommendInfo_list .recommendInfo {
  max-width: 264px;
  max-width: 22%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .recommendInfo_wrap .recommendInfo_list .recommendInfo {
    max-width: 40.2666666667vw;
  }
}
.recommendInfo_wrap .recommendInfo_list .recommendInfo .contents_img {
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .recommendInfo_wrap .recommendInfo_list .recommendInfo .contents_img {
    margin-bottom: 4.2666666667vw;
  }
}
.recommendInfo_wrap .recommendInfo_list .recommendInfo p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .recommendInfo_wrap .recommendInfo_list .recommendInfo p {
    font-size: 1rem;
  }
  .recommendInfo_wrap .recommendInfo_list .recommendInfo p:nth-last-child(-n+2) {
    font-size: 0.875rem;
  }
}

/*-------------------------------------------------------------------
そのほかのサービス　ケータリングサービスなど
/*-------------------------------------------------------------------*/
.otherService_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  gap: 48px;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .otherService_wrap {
    padding-top: 6.4vw;
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
.otherService_wrap .otherService {
  background-color: #F0F0F0;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .otherService_wrap .otherService {
    max-width: 87.2vw;
  }
}
.otherService_wrap .otherService > a {
  display: flex;
  gap: 24px;
  padding: 24px;
}
@media screen and (max-width: 749px) {
  .otherService_wrap .otherService > a {
    flex-direction: column;
    gap: 6.4vw;
    padding: 6.4vw;
  }
}
.otherService_wrap .otherService .service_img {
  overflow: hidden;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .otherService_wrap .otherService .service_img {
    max-width: 100%;
  }
}
.otherService_wrap .otherService .service_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  .otherService_wrap .otherService .service_txtWrap {
    gap: 4.2666666667vw;
  }
}

/*-------------------------------------------------------------------
注意事項
/*-------------------------------------------------------------------*/
.precautions {
  margin-top: 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .precautions {
    margin: 12.8vw 0 6.4vw;
    padding: 6.4vw;
  }
}
.precautions > div {
  padding: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .precautions > div {
    padding: 6.4vw;
  }
}
.precautions .precautions_ttl {
  font-size: 1.125rem;
  padding: 8px 16px;
  background-color: #F0F0F0;
  border-radius: 3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .precautions .precautions_ttl {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.precautions ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  .precautions ul {
    gap: 2.1333333333vw;
  }
}
.precautions ul li {
  padding-left: 24px;
  position: relative;
}
.precautions ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}

.contents_detail {
  border: solid #ddd;
  border-width: 1px 0;
  padding: 16px 0;
}
@media screen and (max-width: 749px) {
  .contents_detail {
    padding: 0;
  }
}
.contents_detail dl {
  display: flex;
  justify-content: space-between;
  position: relative;
  font-size: 1rem;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .contents_detail dl {
    flex-direction: column;
    padding: 4.2666666667vw 0;
  }
  .contents_detail dl:not(:last-child) {
    border-bottom: 1px dotted #b9b9b9;
  }
}
.contents_detail dl:not(:first-child) {
  margin-top: 8px;
}
@media only screen and (max-width: 749px) {
  .contents_detail dl:not(:first-child) {
    margin-top: 0;
  }
}
.contents_detail dl::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(to right, #777 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  z-index: -1;
}
@media screen and (max-width: 749px) {
  .contents_detail dl::before {
    display: none;
  }
}
.contents_detail dl dt {
  background-color: #fff;
  padding-right: 8px;
  color: #777;
}
.contents_detail dl dd {
  background-color: #fff;
  padding-left: 8px;
}
@media screen and (max-width: 749px) {
  .contents_detail dl dd {
    padding-left: 0;
  }
}
.contents_detail dl sup {
  font-size: 0.75rem;
}

/*-------------------------------------------------------------------
グレー枠 グレー見出しのコンテンツ
/*-------------------------------------------------------------------*/
.mini_contents_box {
  margin-top: 48px;
  padding: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  .mini_contents_box {
    margin-top: 8.5333333333vw;
    padding: 6.4vw;
  }
}
.mini_contents_box .box_ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #F0F0F0;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  .mini_contents_box .box_ttl {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
.mini_contents_box .box_itemWrap {
  display: flex;
  gap: 4.3557168784%;
}
@media only screen and (max-width: 1100px) {
  .mini_contents_box .box_itemWrap {
    flex-direction: column;
    gap: 48px;
  }
}
@media screen and (max-width: 749px) {
  .mini_contents_box .box_itemWrap {
    gap: 6.4vw;
  }
}
.mini_contents_box .box_itemWrap .box_item {
  max-width: 47.9128856624%;
  width: 100%;
  display: flex;
  gap: 24px;
}
@media only screen and (max-width: 1100px) {
  .mini_contents_box .box_itemWrap .box_item {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .mini_contents_box .box_itemWrap .box_item {
    gap: 6.4vw;
  }
}
.mini_contents_box .box_itemWrap .box_item .item_img {
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .mini_contents_box .box_itemWrap .box_item .item_img {
    max-width: 21.3333333333vw;
  }
}
.mini_contents_box .box_itemWrap .box_item .item_txtWrap {
  max-width: 304px;
  width: 100%;
  margin: 24px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 749px) {
  .mini_contents_box .box_itemWrap .box_item .item_txtWrap {
    max-width: 46.6666666667vw;
    margin: 0;
    gap: 4.2666666667vw;
  }
}
.mini_contents_box .box_itemWrap .box_item .item_txtWrap .item_ttl {
  font-size: 1.125rem;
}
@media screen and (max-width: 749px) {
  .mini_contents_box .box_itemWrap .box_item .item_txtWrap .item_ttl {
    font-size: 1rem;
  }
}
.mini_contents_box .box_itemWrap .box_item .item_txtWrap .item_txt {
  font-size: 1rem;
  line-height: 1.8;
}

/*-------------------------------------------------------------------
indent
/*-------------------------------------------------------------------*/
.indent.dot {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 749px) {
  .indent.dot {
    padding-left: 25px;
  }
}
.indent.dot::before {
  position: absolute;
  content: "・";
  left: 0;
}
.indent.asterisk {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 749px) {
  .indent.asterisk {
    padding-left: 25px;
  }
}
.indent.asterisk::before {
  position: absolute;
  content: "※";
  left: 0;
}

/*-------------------------------------------------------------------
2色のボーター
/*-------------------------------------------------------------------*/
.double_border {
  position: relative;
}
.double_border::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #003E7F;
  position: absolute;
  top: 0%;
  left: 0;
}
.double_border::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0%;
  right: 0;
}

#stay .note {
  font-size: 0.8125rem;
}
@media screen and (max-width: 749px) {
  #stay .note {
    font-size: 0.6875rem;
  }
}
#stay .note span {
  padding-right: 8px;
}
#stay .booking {
  padding: 0 0 60px;
}
@media screen and (max-width: 749px) {
  #stay .booking {
    padding-bottom: 6.4vw;
  }
}
#stay .booking .booking-section__info {
  gap: 8px;
}
#stay .booking .booking-section__info .booking-section__description {
  color: #777;
}
#stay .booking .booking-section__form-area {
  max-width: 900px;
  width: 100%;
}
#stay .booking .booking-section__form-area .booking-form {
  width: 100%;
}
#stay .booking .booking-section__form-area .booking-form .booking-form__controls {
  width: 100%;
}
#stay .booking .form-group label {
  color: #777;
}
#stay .booking .icon-calendar svg {
  fill: #777;
}
#stay .booking #checkin-date {
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .booking #checkin-date {
    max-width: 100%;
  }
}
#stay .booking .form-group {
  position: relative;
}
#stay .booking .form-group:not(:first-child) {
  max-width: 110px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .booking .form-group:not(:first-child) {
    max-width: 100%;
  }
}
#stay .booking .form-group:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #333333;
  border-bottom: 0;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#stay .booking .form-group:last-of-type {
  margin-right: 24px;
}
@media screen and (max-width: 749px) {
  #stay .booking .form-group:last-of-type {
    margin-right: 0;
  }
}
#stay .booking .form-group select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#stay .booking .booking-form__submit svg {
  fill: #003E7F;
}
#stay .booking .serch_btn {
  max-width: 220px;
  width: 100%;
  font-size: 1rem;
  border-radius: 4px;
}
@media screen and (max-width: 749px) {
  #stay .booking .serch_btn {
    max-width: 100%;
  }
}
#stay .booking .serch_btn svg {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 749px) {
  #stay .booking .btn-icon_calendar2 {
    display: flex !important;
  }
}
#stay .lower_intro {
  padding: 60px 4vw;
}
@media screen and (max-width: 749px) {
  #stay .lower_intro {
    padding: 6.4vw;
  }
}
#stay .lower_intro .txt {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#stay .scene {
  padding: 60px 4vw;
}
@media screen and (max-width: 749px) {
  #stay .scene {
    padding: 6.4vw;
  }
}
#stay .scene .contents_boxWrap01 {
  width: 100%;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 749px) {
  #stay .scene .contents_boxWrap01 {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
#stay .scene .contents_boxWrap01 .contents_box {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .scene .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
#stay .scene .contents_boxWrap01 .contents_box > a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .scene .contents_boxWrap01 .contents_box > a {
    gap: 6.4vw;
    max-width: 87.2vw;
  }
}
#stay .scene .contents_boxWrap01 .contents_box > a .contents_img {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #stay .scene .contents_boxWrap01 .contents_box > a .contents_img {
    width: 100%;
  }
}
#stay .scene .contents_boxWrap01 .contents_box > a .contents_txt {
  font-size: 1rem;
  line-height: 1.8;
}
#stay .room {
  padding: 60px 4vw 120px;
}
@media screen and (max-width: 749px) {
  #stay .room {
    padding: 6.4vw 6.4vw 12.8vw;
  }
}
#stay .room .roomList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 4%;
}
@media screen and (max-width: 749px) {
  #stay .room .roomList_wrap {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
#stay .room .roomList_wrap .roomList {
  max-width: 30.6666666667%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .room .roomList_wrap .roomList {
    max-width: 87.2vw;
  }
}
#stay .room .roomList_wrap .roomList > a {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #stay .room .roomList_wrap .roomList > a {
    gap: 6.4vw;
  }
}
#stay .room .roomList_wrap .room_img {
  overflow: hidden;
}
#stay .room .basic-main-btn {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 48px;
}
@media screen and (max-width: 749px) {
  #stay .room .basic-main-btn {
    margin-top: 8.5333333333vw;
  }
}
#stay .breakfast {
  background: #F0F0F0;
  padding: 120px 4vw;
}
@media screen and (max-width: 749px) {
  #stay .breakfast {
    padding: 12.8vw 6.4vw;
  }
}
#stay .breakfast .section_ttl .ttl_en span {
  background: #F0F0F0;
}
#stay .breakfast .contents_box {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .contents_box {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#stay .breakfast .contents_box .contents_img {
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .contents_box .contents_img {
    max-width: 87.2vw;
  }
}
#stay .breakfast .contents_box .contents_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .contents_box .contents_txtWrap {
    gap: 6.4vw;
  }
}
#stay .breakfast .contents_box .contents_txtWrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .contents_box .contents_txtWrap .contents_detail dl {
    flex-direction: row;
  }
  #stay .breakfast .contents_box .contents_txtWrap .contents_detail dl::before {
    display: block;
  }
}
#stay .breakfast .contents_box .contents_txtWrap .contents_detail dl dt {
  background-color: #F0F0F0;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .contents_box .contents_txtWrap .contents_detail dl dt {
    padding-right: 1.0666666667vw;
  }
}
#stay .breakfast .contents_box .contents_txtWrap .contents_detail dl dd {
  background-color: #F0F0F0;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .contents_box .contents_txtWrap .contents_detail dl dd {
    padding-left: 1.0666666667vw;
  }
}
#stay .breakfast .basic-main-btn {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 48px;
}
@media screen and (max-width: 749px) {
  #stay .breakfast .basic-main-btn {
    margin-top: 8.5333333333vw;
  }
}
#stay .plan {
  padding: 120px 4vw 60px;
}
@media screen and (max-width: 749px) {
  #stay .plan {
    padding-top: 12.8vw;
    padding-bottom: 6.4vw;
    padding: 12.8vw 6.4vw 6.4vw;
  }
}
#stay .plan .recommendPlan_wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendPlan_wrap {
    gap: 8.5333333333vw;
  }
}
#stay .plan .recommendPlan_wrap .recommendPlan {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendPlan_wrap .recommendPlan {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#stay .plan .recommendPlan_wrap .recommendPlan .plan_img {
  max-width: 472px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendPlan_wrap .recommendPlan .plan_img {
    max-width: 87.2vw;
  }
}
#stay .plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
    gap: 6.4vw;
    max-width: 100%;
  }
}
#stay .plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
#stay .plan .basic-main-btn {
  margin-top: 48px;
  padding-bottom: 120px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 749px) {
  #stay .plan .basic-main-btn {
    margin-top: 8.5333333333vw;
    padding-bottom: 12.8vw;
  }
}
#stay .plan .basic-main-btn .cmn-btn01 {
  gap: 16px;
}
#stay .plan .recommendInfo_wrap {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendInfo_wrap {
    padding-top: 12.8vw;
    padding-bottom: 6.4vw;
  }
}
#stay .plan .recommendInfo_wrap .recommendInfo_ttl {
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendInfo_wrap .recommendInfo_ttl {
    font-size: 1.125rem;
    padding-bottom: 8.5333333333vw;
  }
}
#stay .plan .recommendInfo_wrap .recommendInfo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendInfo_wrap .recommendInfo_list {
    gap: 6.4vw 6.6666666667vw;
  }
}
#stay .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo {
  max-width: 264px;
  max-width: 22%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo {
    max-width: 40.2666666667vw;
  }
}
#stay .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo .contents_img {
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo .contents_img {
    margin-bottom: 4.2666666667vw;
  }
}
#stay .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #stay .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo p {
    font-size: 1rem;
  }
}
#stay .plan .otherService_wrap {
  padding-top: 60px;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #stay .plan .otherService_wrap {
    padding-top: 6.4vw;
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
#stay .plan .otherService_wrap .otherService {
  background-color: #F0F0F0;
  border-radius: 3px;
  max-width: 576px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .plan .otherService_wrap .otherService {
    max-width: 87.2vw;
  }
}
#stay .plan .otherService_wrap .otherService > a {
  display: flex;
  gap: 24px;
  padding: 24px;
}
@media screen and (max-width: 749px) {
  #stay .plan .otherService_wrap .otherService > a {
    gap: 4.2666666667vw;
    padding: 6.4vw;
  }
}
#stay .plan .otherService_wrap .otherService .service_img {
  overflow: hidden;
  max-width: 180px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #stay .plan .otherService_wrap .otherService .service_img {
    max-width: 18.6666666667vw;
  }
}
#stay .plan .otherService_wrap .otherService .service_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #stay .plan .otherService_wrap .otherService .service_txtWrap {
    gap: 4.2666666667vw;
  }
}
#stay .contactForm .contactForm_box {
  height: auto;
}
#stay .contactForm .contactForm_ttl {
  border-right: none;
}
#stay .contactForm .contact_info {
  margin: 40px 0;
  border-left: 1px solid #5379a6;
}
@media screen and (max-width: 749px) {
  #stay .contactForm .contact_info {
    margin: 0;
    border-left: none;
  }
}
#stay .contactForm .res-btn {
  width: 100%;
  max-width: 360px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  text-align: center;
}

#single-room .basic-main-btn .btn-icon_blank {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 749px) {
  #single-room .basic-main-btn .btn-icon_blank {
    width: 6.4vw;
    height: 6.4vw;
  }
}
#single-room .basic-main-btn .btn-icon_blank svg {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 750px) {
  #single-room .contactForm .contactForm_box {
    height: 276px;
  }
}
#single-room .contactForm .contactForm_box .contact_info .tel {
  font-size: 1.75rem;
}
#single-room .contactForm .contactForm_box .contact_info .tel span {
  font-size: 1.125rem;
}
#single-room .contactForm .basic-main-btn {
  max-width: 360px;
  width: 60.10016694%;
}
@media screen and (max-width: 749px) {
  #single-room .contactForm .basic-main-btn {
    max-width: 100%;
    width: 100%;
  }
}
#single-room .contactForm .basic-main-btn .cmn-btn01 {
  width: 100%;
  padding: 16px 24px;
  background: #fff;
  border: 1px solid #fff;
  color: #003E7F;
}
@media screen and (max-width: 749px) {
  #single-room .contactForm .basic-main-btn .cmn-btn01 {
    width: 100%;
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #fff;
    color: #003E7F;
  }
}
#single-room .contactForm .basic-main-btn .cmn-btn01:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
}
#single-room .contactForm .basic-main-btn .cmn-btn01:hover .btn-icon_blank svg {
  fill: var(--color-white);
}
#single-room .contactForm .basic-main-btn .btn-icon_blank svg {
  fill: var(--color-primary);
}

.roomInfo-slide {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  .roomInfo-slide {
    padding: 0 6.4vw 6.4vw;
  }
}
.roomInfo-slide .txt_wrap {
  margin-top: 64px;
}
@media screen and (max-width: 749px) {
  .roomInfo-slide .txt_wrap {
    margin-top: 10.6666666667vw;
  }
}
.roomInfo-slide .txt_wrap h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  .roomInfo-slide .txt_wrap h3 {
    font-size: 1.25rem;
    line-height: 1.8;
    margin-bottom: 6.4vw;
  }
}
.roomInfo-slide .txt_wrap .roomInfo_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1140px) {
  .roomInfo-slide .txt_wrap .roomInfo_txt {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 749px) {
  .roomInfo-slide .txt_wrap .roomInfo_txt {
    gap: 6.4vw;
  }
}
.roomInfo-slide .txt_wrap .roomInfo_txt p {
  font-size: 1rem;
  line-height: 1.75;
}
.roomInfo-slide .txt_wrap .roomInfo_txt .basic-main-btn {
  max-width: 280px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  .roomInfo-slide .txt_wrap .roomInfo_txt .basic-main-btn {
    max-width: 100%;
  }
}
.roomInfo-slide .txt_wrap .roomInfo_txt .basic-main-btn:hover .btn-icon_blank svg {
  fill: var(--color-primary);
}

.roomImg_swiperWrap {
  position: relative;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}

.roomImg_swiper {
  max-width: 848px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .roomImg_swiper {
    max-width: 86.1333333333vw;
  }
}
.roomImg_swiper .swiper-slide {
  padding-right: 16px;
  height: 520px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .roomImg_swiper .swiper-slide {
    height: 53.3333333333vw;
    padding-right: 2.1333333333vw;
  }
}
.roomImg_swiper .swiper-slide img {
  border-radius: 3px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.roomImg_swiper .arrow_wrap {
  display: flex;
  margin-top: 16px;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  .roomImg_swiper .arrow_wrap {
    margin-top: 4.2666666667vw;
    gap: 2.1333333333vw;
  }
}
.roomImg_swiper .swiper-button-next, .roomImg_swiper .swiper-button-prev {
  position: static;
  width: 40px;
  height: 40px;
  margin: 0;
}
@media screen and (max-width: 749px) {
  .roomImg_swiper .swiper-button-next, .roomImg_swiper .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.roomImg_swiper .swiper-button-next .ico, .roomImg_swiper .swiper-button-prev .ico {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2px 13px;
  border-radius: 4px;
}
@media screen and (max-width: 749px) {
  .roomImg_swiper .swiper-button-next .ico, .roomImg_swiper .swiper-button-prev .ico {
    padding: 2px 3.4666666667vw;
    border-radius: 1.0666666667vw;
  }
}
.roomImg_swiper .swiper-button-next::after, .roomImg_swiper .swiper-button-prev::after {
  content: none;
}
.roomImg_swiper .swiper-button-prev {
  transform: rotate(180deg);
}

.roomInfo-layout {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  .roomInfo-layout {
    padding: 6.4vw;
  }
}
.roomInfo-layout .layout_img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .roomInfo-layout .layout_img {
    max-width: 100%;
  }
}

.roomInfo-propertyDetails {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails {
    padding: 6.4vw;
  }
}
.roomInfo-propertyDetails sup {
  font-size: 0.625rem;
}
.roomInfo-propertyDetails table {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails table {
    margin-bottom: 5.3333333333vw;
  }
}
.roomInfo-propertyDetails table tr {
  border-bottom: 1px solid #DDDDDD;
}
.roomInfo-propertyDetails table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
.roomInfo-propertyDetails table th, .roomInfo-propertyDetails table td {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails table th, .roomInfo-propertyDetails table td {
    display: block;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.roomInfo-propertyDetails table th {
  font-weight: 400;
  width: 18.08333333%;
  color: #777777;
  vertical-align: top;
  min-width: 142px;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails table th {
    width: 100%;
    min-width: 100%;
    padding-top: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}
.roomInfo-propertyDetails table td {
  width: 80.892%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails table td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 4vw;
  }
}
.roomInfo-propertyDetails .note {
  font-size: 0.8125rem;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails .note {
    font-size: 0.875rem;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.roomInfo-propertyDetails .note span {
  padding-right: 8px;
}
@media screen and (max-width: 749px) {
  .roomInfo-propertyDetails .note span {
    padding-right: 2.1333333333vw;
  }
}

@media screen and (max-width: 749px) {
  #guest-room .roomInfo_wrap {
    padding: 0 6.4vw;
  }
}
#guest-room .roomInfo_box {
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box {
    margin-bottom: 12.8vw;
  }
}
#guest-room .roomInfo_box sup {
  font-size: 0.75rem;
}
#guest-room .roomInfo_box:last-child {
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box:last-child {
    margin-bottom: 6.4vw;
  }
}
#guest-room .roomInfo_box .box_head {
  display: flex;
  gap: 3.33333333%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1100px) {
  #guest-room .roomInfo_box .box_head {
    flex-direction: column;
  }
}
@media screen and (min-width: 750px) and (max-width: 1100px) {
  #guest-room .roomInfo_box .box_head {
    gap: 30px;
  }
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .box_head {
    gap: 9.8666666667vw;
    margin-bottom: 8.5333333333vw;
  }
}
#guest-room .roomInfo_box .img_wrap {
  max-width: 596px;
  width: 49.66666667%;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  #guest-room .roomInfo_box .img_wrap {
    max-width: 100%;
    width: 100%;
  }
}
#guest-room .roomInfo_box .thumbnail_wrap {
  margin-top: 15px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .thumbnail_wrap {
    margin-top: 4.2666666667vw;
  }
}
#guest-room .roomInfo_box .thumbnail_wrap li {
  max-width: 143px;
  width: 100%;
  margin-right: 8px;
  border-radius: 3px;
  overflow: hidden;
  opacity: 0.3;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .thumbnail_wrap li {
    max-width: 20.2666666667vw;
    margin-right: 2.1333333333vw;
    border-radius: 0.8vw;
  }
}
#guest-room .roomInfo_box .thumbnail_wrap li.swiper-slide-thumb-active {
  opacity: 1;
}
#guest-room .roomInfo_box .txt_wrap {
  max-width: 564px;
  width: 47%;
}
@media screen and (max-width: 1100px) {
  #guest-room .roomInfo_box .txt_wrap {
    max-width: 100%;
    width: 100%;
  }
}
#guest-room .roomInfo_box .txt_wrap .txt {
  font-size: 1rem;
  line-height: 1.75;
}
#guest-room .roomInfo_box .txt_wrap .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 4.25531915%;
  margin-top: 40px;
}
@media screen and (min-width: 750px) and (max-width: 1270px) {
  #guest-room .roomInfo_box .txt_wrap .btn_wrap {
    flex-direction: column;
    gap: 10px;
    align-items: flex-end;
  }
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .txt_wrap .btn_wrap {
    margin-top: 6.4vw;
    gap: 6.4vw;
    flex-direction: column;
  }
}
#guest-room .roomInfo_box .txt_wrap .basic-main-btn {
  max-width: 270px;
  width: 47.87234043%;
  flex-shrink: 0;
}
@media screen and (max-width: 1270px) {
  #guest-room .roomInfo_box .txt_wrap .basic-main-btn {
    max-width: 100%;
    width: 100%;
  }
}
#guest-room .roomInfo_box .txt_wrap .basic-main-btn .btn-icon_blank {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .txt_wrap .basic-main-btn .btn-icon_blank {
    width: 6.4vw;
    height: 6.4vw;
  }
}
#guest-room .roomInfo_box .txt_wrap .basic-main-btn .btn-icon_blank svg {
  width: 100%;
  height: 100%;
}
#guest-room .roomInfo_box .txt_wrap .basic-main-btn .cmn-btn01 {
  margin-left: auto;
  padding: 19px 24px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .txt_wrap .basic-main-btn .cmn-btn01 {
    padding: 5.0666666667vw 6.4vw;
  }
}
#guest-room .roomInfo_box .txt_wrap .basic-main-btn .cmn-btn01:hover .btn-icon_blank svg {
  fill: var(--color-primary);
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .txt_wrap .btn_call {
    background-color: #003E7F;
    border: 1px solid #003E7F;
    color: #fff;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 0.8vw;
    padding: 5.3333333333vw 6.4vw;
  }
  #guest-room .roomInfo_box .txt_wrap .btn_call svg {
    width: 24px;
    aspect-ratio: 1/1;
    display: inline-block;
    fill: #fff;
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
  #guest-room .roomInfo_box .txt_wrap .btn_call span {
    display: inline-block;
    padding-left: 4.2666666667vw;
    font-size: 1rem;
  }
  #guest-room .roomInfo_box .txt_wrap .btn_call:hover {
    background-color: #fff;
    color: #073E7F;
  }
  #guest-room .roomInfo_box .txt_wrap .btn_call:hover svg {
    fill: #073E7F;
  }
}
#guest-room .roomInfo_box .contents_ttlWrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .contents_ttlWrap {
    margin-bottom: 5.3333333333vw;
  }
}
#guest-room .roomInfo_box .contents_ttlWrap h3 {
  font-size: 1.5rem;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .contents_ttlWrap h3 {
    font-size: 1.25rem;
  }
}
#guest-room .roomInfo_box .contents_detail {
  margin: 25px 0;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .contents_detail {
    margin: 6.4vw 0;
  }
}
#guest-room .roomInfo_box .note {
  font-size: 0.8125rem;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .note {
    font-size: 0.875rem;
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
#guest-room .roomInfo_box .note span {
  padding-right: 8px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .note span {
    padding-right: 2.1333333333vw;
  }
}
#guest-room .roomInfo_box .roomInfo_acc {
  background-color: #F0F0F0;
}
#guest-room .roomInfo_box .roomInfo_acc .acc_btn {
  padding: 24px 40px;
  cursor: pointer;
  font-size: 1.25rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .roomInfo_acc .acc_btn {
    padding: 5.3333333333vw 6.4vw;
    font-size: 1.125rem;
  }
}
#guest-room .roomInfo_box .roomInfo_acc .acc_btn::before, #guest-room .roomInfo_box .roomInfo_acc .acc_btn::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: #003E7F;
  position: absolute;
  top: 38px;
  right: 40px;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .roomInfo_acc .acc_btn::before, #guest-room .roomInfo_box .roomInfo_acc .acc_btn::after {
    width: 4.8vw;
    height: 0.5333333333vw;
    top: 8.5333333333vw;
    right: 7.2vw;
  }
}
#guest-room .roomInfo_box .roomInfo_acc .acc_btn::after {
  transform: rotate(-90deg);
}
#guest-room .roomInfo_box .roomInfo_acc .acc_btn.is-active::after {
  transform: rotate(0deg);
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont {
  display: none;
  padding: 0 40px 40px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .roomInfo_acc .acc_cont {
    padding: 0 6.4vw 6.4vw;
  }
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont table {
  width: 100%;
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont table tr {
  border-bottom: 1px solid #DDDDDD;
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont table th, #guest-room .roomInfo_box .roomInfo_acc .acc_cont table td {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .roomInfo_acc .acc_cont table th, #guest-room .roomInfo_box .roomInfo_acc .acc_cont table td {
    display: block;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont table th {
  font-weight: 400;
  width: 19.108%;
  color: #777777;
  vertical-align: top;
  min-width: 142px;
  padding-top: 14px;
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .roomInfo_acc .acc_cont table th {
    width: 100%;
    min-width: 100%;
    padding-top: 4vw;
    padding-bottom: 2.6666666667vw;
  }
}
#guest-room .roomInfo_box .roomInfo_acc .acc_cont table td {
  width: 80.892%;
  padding-top: 14px;
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #guest-room .roomInfo_box .roomInfo_acc .acc_cont table td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 4vw;
  }
}

@media screen and (max-width: 749px) {
  #recommended-plans .planList_box, #recommended-plans .recommendInfo_wrap {
    padding: 0 6.4vw;
  }
  #recommended-plans .recommendInfo_wrap {
    padding-top: 12.8vw;
    padding-bottom: 6.4vw;
  }
  #recommended-plans .contactForm {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 749px) {
  #recommended-plans .contents_img {
    border-radius: 0.8vw;
  }
}

#breakfast-information .breakfastDetails {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails {
    padding-bottom: 6.4vw;
  }
  #breakfast-information .breakfastDetails .inner {
    padding: 0 6.4vw;
  }
}
#breakfast-information .breakfastDetails .contents_box {
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 1100px) {
  #breakfast-information .breakfastDetails .contents_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#breakfast-information .breakfastDetails .contents_box .contents_img {
  max-width: 472px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #breakfast-information .breakfastDetails .contents_box .contents_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box .contents_img {
    max-width: 87.2vw;
  }
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box .contents_txtWrap {
    gap: 6.4vw;
  }
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dt {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #F0F0F0;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dt {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dd {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dd {
    padding-left: 25px;
  }
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dd::before {
  position: absolute;
  content: "・";
  left: 0;
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dd:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dd:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .menu dd sup {
  font-size: 0.625rem;
}
#breakfast-information .breakfastDetails .contents_box .contents_txtWrap .note {
  font-size: 0.875rem;
  line-height: 1.5;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastDetails .contents_box .contents_txtWrap .note {
    font-size: 0.6875rem;
  }
}
#breakfast-information .breakfastInformation {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation {
    padding: 6.4vw 6.4vw;
  }
}
#breakfast-information .breakfastInformation .contents_box {
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 1100px) {
  #breakfast-information .breakfastInformation .contents_box {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation .contents_box {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#breakfast-information .breakfastInformation .contents_box .contents_img {
  max-width: 472px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #breakfast-information .breakfastInformation .contents_box .contents_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation .contents_box .contents_img {
    max-width: 87.2vw;
  }
}
#breakfast-information .breakfastInformation .contents_box .contents_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation .contents_box .contents_txtWrap {
    gap: 6.4vw;
  }
}
#breakfast-information .breakfastInformation .contents_box .contents_txtWrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation .contents_box .contents_txtWrap .contents_detail dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation .contents_box .contents_txtWrap .contents_detail dl dt {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .breakfastInformation .contents_box .contents_txtWrap .contents_detail dl dd {
    padding-left: 0vw;
    margin-top: 1.0666666667vw;
  }
}
#breakfast-information .breakfastInformation .contents_box .contents_txtWrap .note {
  font-size: 0.6875rem;
}
#breakfast-information .plan {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #breakfast-information .plan {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .plan .inner {
    padding: 0 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #breakfast-information .contactForm {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 749px) {
  #guest-services .inner {
    padding-bottom: 6.4vw;
    padding: 0 6.4vw;
  }
}
#guest-services .menu dt {
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #F0F0F0;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #guest-services .menu dt {
    font-size: 16px;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
#guest-services .menu dd {
  position: relative;
  line-height: 1.8;
}
#guest-services .menu dd:not(:first-of-type) {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  #guest-services .menu dd:not(:first-of-type) {
    margin-top: 2.1333333333vw;
  }
}
#guest-services .menu dd sup {
  font-size: 0.625rem;
}
@media screen and (max-width: 749px) {
  #guest-services .planList_box, #guest-services .recommendInfo_wrap {
    padding: 0 6.4vw;
  }
  #guest-services .recommendInfo_wrap {
    padding-bottom: 6.4vw;
  }
  #guest-services .contactForm {
    padding-bottom: 0;
    border-bottom: none;
  }
}
#guest-services .contents_box {
  display: flex;
  gap: 48px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  #guest-services .contents_box {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 10.6666666667vw;
  }
  #guest-services .contents_box:last-child {
    margin-bottom: 5.3333333333vw;
  }
}
#guest-services .contents_box .contents_img {
  max-width: 472px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #guest-services .contents_box .contents_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #guest-services .contents_box .contents_img {
    max-width: 87.2vw;
    flex-direction: column;
  }
}
#guest-services .contents_box .contents_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  position: relative;
  width: 56%;
}
@media only screen and (max-width: 1100px) {
  #guest-services .contents_box .contents_txtWrap {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 749px) {
  #guest-services .contents_box .contents_txtWrap {
    padding-top: 6.4vw;
  }
}
#guest-services .contents_box .contents_txtWrap::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #003E7F;
  position: absolute;
  top: 0%;
  left: 0;
}
#guest-services .contents_box .contents_txtWrap::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0%;
  right: 0;
}
@media screen and (max-width: 749px) {
  #guest-services .contents_box .contents_txtWrap {
    gap: 6.4vw;
  }
}
#guest-services .contents_box .contents_txtWrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #guest-services .contents_box .contents_txtWrap .contents_detail dl {
    flex-direction: row;
  }
  #guest-services .contents_box .contents_txtWrap .contents_detail dl::before {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  #guest-services .contents_box .contents_txtWrap .contents_detail dl dt {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #guest-services .contents_box .contents_txtWrap .contents_detail dl dd {
    padding-left: 1.0666666667vw;
  }
}
#guest-services .guestDetails {
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #guest-services .guestDetails {
    margin-bottom: 14.1333333333vw;
  }
}
#guest-services .guestDetails_ttl {
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  #guest-services .guestDetails_ttl {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
#guest-services .amenities {
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #guest-services .amenities {
    margin-bottom: 10.6666666667vw;
  }
}
#guest-services .amenities .mini_contents_box .box_itemWrap .box_item .item_txtWrap {
  max-width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  #guest-services .amenities .mini_contents_box .box_itemWrap .box_item .item_txtWrap .item_ttl {
    margin-top: 6.4vw;
    font-size: 20px;
  }
}
#guest-services .amenities .item_ttl {
  font-size: 1.25rem;
}
#guest-services .box_item {
  display: block;
}
#guest-services .box_item .item_img {
  max-width: 100%;
}
#guest-services .ecoClean .note {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 749px) {
  #guest-services .ecoClean .note {
    margin-bottom: 2.6666666667vw;
    font-size: 14px;
  }
}
#guest-services .ecoClean .note:first-of-type {
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  #guest-services .ecoClean .note:first-of-type {
    margin-top: 8vw;
  }
}

#accessibility .page_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #accessibility .page_txt {
    font-size: 1rem;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #accessibility .inner {
    padding-bottom: 6.4vw;
    padding: 0 6.4vw;
  }
}
#accessibility .contents_box {
  display: flex;
  gap: 48px;
  margin-bottom: 50px;
}
#accessibility .contents_box:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 1100px) {
  #accessibility .contents_box {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 12.8vw;
  }
  #accessibility .contents_box:last-child {
    margin-bottom: 5.3333333333vw;
  }
}
#accessibility .contents_box .contents_img {
  max-width: 472px;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  #accessibility .contents_box .contents_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #accessibility .contents_box .contents_img {
    max-width: 87.2vw;
    flex-direction: column;
  }
}
#accessibility .contents_box .contents_txtWrap, #accessibility .contents_box .diningInformation, #accessibility .contents_box .eventHall {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  width: 56%;
}
@media only screen and (max-width: 1100px) {
  #accessibility .contents_box .contents_txtWrap, #accessibility .contents_box .diningInformation, #accessibility .contents_box .eventHall {
    width: 100%;
    font-size: 1rem;
  }
}
@media screen and (max-width: 749px) {
  #accessibility .contents_box .contents_txtWrap, #accessibility .contents_box .diningInformation, #accessibility .contents_box .eventHall {
    gap: 6.4vw;
  }
}
#accessibility .contents_box .contents_txtWrap .txt, #accessibility .contents_box .diningInformation .txt, #accessibility .contents_box .eventHall .txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #accessibility .contents_box .contents_txtWrap .contents_detail dl, #accessibility .contents_box .diningInformation .contents_detail dl, #accessibility .contents_box .eventHall .contents_detail dl {
    flex-direction: row;
  }
  #accessibility .contents_box .contents_txtWrap .contents_detail dl::before, #accessibility .contents_box .diningInformation .contents_detail dl::before, #accessibility .contents_box .eventHall .contents_detail dl::before {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  #accessibility .contents_box .contents_txtWrap .contents_detail dl dt, #accessibility .contents_box .diningInformation .contents_detail dl dt, #accessibility .contents_box .eventHall .contents_detail dl dt {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #accessibility .contents_box .contents_txtWrap .contents_detail dl dd, #accessibility .contents_box .diningInformation .contents_detail dl dd, #accessibility .contents_box .eventHall .contents_detail dl dd {
    padding-left: 1.0666666667vw;
  }
}
#accessibility .aboutYourStay, #accessibility .eventHall, #accessibility .diningInformation {
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #accessibility .aboutYourStay, #accessibility .eventHall, #accessibility .diningInformation {
    margin-bottom: 14.1333333333vw;
  }
}
#accessibility .aboutYourStay li, #accessibility .eventHall li, #accessibility .diningInformation li {
  margin-bottom: 5px;
  line-height: 1.8;
}
#accessibility .aboutYourStay li:last-child, #accessibility .eventHall li:last-child, #accessibility .diningInformation li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  #accessibility .aboutYourStay .cmn-btn {
    width: 100% !important;
  }
  #accessibility .aboutYourStay .btn-front-ico {
    justify-content: space-between !important;
  }
  #accessibility .aboutYourStay .btn-front-ico svg {
    fill: #fff;
    width: 1.5rem;
    height: 1.5rem;
  }
  #accessibility .aboutYourStay .btn-front-ico:hover {
    border: 1px solid #003e7f;
  }
  #accessibility .aboutYourStay .btn-front-ico:hover svg {
    fill: #003e7f;
  }
}
#accessibility .eventHall {
  margin-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #accessibility .eventHall {
    margin-bottom: 6.6666666667vw;
  }
}

#point-concert .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  #point-concert .lowerpage_cont {
    padding-bottom: 50px;
  }
}
#point-concert .basic-main-btn {
  max-width: 280px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 749px) {
  #point-concert .basic-main-btn {
    max-width: 100%;
  }
}
#point-concert .basic-main-btn .cmn-btn01 {
  gap: 16px;
  width: 100%;
  padding: 19px 24px;
}
@media screen and (max-width: 749px) {
  #point-concert .basic-main-btn .cmn-btn01 {
    gap: 4.2666666667vw;
    padding: 5.0666666667vw 6.4vw;
  }
}
#point-concert .basic-main-btn .ico {
  width: 40px;
  height: 22px;
  padding: 0 10px;
}
@media screen and (max-width: 749px) {
  #point-concert .basic-main-btn .ico {
    width: 10.6666666667vw;
    min-height: 5.8666666667vw;
    padding: 0 2.6666666667vw;
  }
}
#point-concert .basic-main-btn .ico .arrow {
  width: 12px;
  height: 100%;
}
@media screen and (max-width: 749px) {
  #point-concert .basic-main-btn .ico .arrow {
    width: 3.2vw;
  }
}
#point-concert .intro_txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 60px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #point-concert .intro_txt {
    padding: 0 6.4vw 6.4vw;
    max-width: 100%;
  }
}
#point-concert .recommend_point .point_listWrap .point_list {
  padding-top: 60px;
  padding-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_img {
  margin-right: -4vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_img {
    margin-right: 0;
    width: 93.3333333333vw;
    margin-left: auto;
    margin-right: 0;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap {
  max-width: 1200px;
  width: 100%;
  padding: 80px 80px 0 0;
  margin-top: -80px;
  display: flex;
  gap: 48px;
  background-color: #fff;
  border-radius: 0 6px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap {
    max-width: 100%;
    padding: 8.5333333333vw 6.4vw 0;
    margin-top: -10.6666666667vw;
    gap: 8.5333333333vw;
    border-radius: 0 1.6vw 0 0;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::before, #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::after {
  position: absolute;
  content: "";
  background: url(../img/round.svg) no-repeat 50%/100% auto;
  display: block;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::before, #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::before {
  top: -9px;
  left: 0;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::before {
    top: -2.4vw;
    left: 6.4vw;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::after {
  top: 71px;
  right: -10px;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap::after {
    display: none;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap {
  max-width: 437px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap {
    max-width: 100%;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap .point_num {
  background-color: #003E7F;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  padding: 8px 16px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap .point_num {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap .point_num::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #003e7f;
  border-bottom: 0;
  bottom: -8px;
  left: 16px;
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap h3 {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap h3 {
    margin-top: 2.1333333333vw;
    font-size: 1.25rem;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_txtWrap {
  max-width: 635px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_txtWrap {
    max-width: 100%;
    gap: 8.5333333333vw;
  }
}
#point-concert .recommend_point .point_listWrap .point_list .point_infoWrap .point_txtWrap .point_txt {
  font-size: 1rem;
  line-height: 1.8;
}
#point-concert .recommend_plan {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_plan {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  #point-concert .recommend_plan .inner {
    padding: 0 6.4vw;
  }
  #point-concert .recommend_plan .section_ttl .ttl_en::before {
    width: 8vw;
    z-index: 1;
    left: initial;
    right: 0;
  }
}
#point-concert .recommend_plan .recommendPlan_wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_plan .recommendPlan_wrap {
    gap: 8.5333333333vw;
  }
}
#point-concert .recommend_plan .recommendPlan_wrap .recommendPlan {
  display: flex;
  gap: 48px;
}
@media screen and (min-width: 750px) and (max-width: 1020px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img {
  max-width: 472px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img {
    max-width: 87.2vw;
  }
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img img {
    border-radius: 1.6vw;
  }
}
#point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 680px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
    gap: 6.4vw;
    max-width: 100%;
  }
}
#point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .plan_ttl {
  color: #073E7F;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .plan_ttl {
    line-height: 1.5;
  }
}
#point-concert .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
#point-concert .contactForm {
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #point-concert .contactForm {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #point-concert .lowerpage_nav {
    border-top: none;
    padding-top: 6.4vw;
  }
}

#point-family .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (min-width: 750px) and (max-width: 1200px) {
  #point-family .lowerpage_cont {
    padding-bottom: 50px;
  }
}
#point-family .basic-main-btn {
  max-width: 280px;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 749px) {
  #point-family .basic-main-btn {
    max-width: 100%;
  }
}
#point-family .basic-main-btn .cmn-btn01 {
  gap: 16px;
  width: 100%;
  padding: 19px 24px;
}
@media screen and (max-width: 749px) {
  #point-family .basic-main-btn .cmn-btn01 {
    gap: 4.2666666667vw;
    padding: 5.0666666667vw 6.4vw;
  }
}
#point-family .basic-main-btn .ico {
  width: 40px;
  height: 22px;
  padding: 0 10px;
}
@media screen and (max-width: 749px) {
  #point-family .basic-main-btn .ico {
    width: 10.6666666667vw;
    height: 5.8666666667vw;
    padding: 0 2.6666666667vw;
  }
}
#point-family .basic-main-btn .ico .arrow {
  width: 12px;
  height: 100%;
}
@media screen and (max-width: 749px) {
  #point-family .basic-main-btn .ico .arrow {
    width: 3.2vw;
  }
}
#point-family .intro_txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 60px;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #point-family .intro_txt {
    padding: 0 6.4vw 6.4vw;
    max-width: 100%;
  }
}
#point-family .recommend_point .point_listWrap .point_list {
  padding-top: 60px;
  padding-bottom: 60px;
  list-style: none;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_img {
  margin-right: -4vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_img {
    margin-right: 0;
    width: 93.3333333333vw;
    height: 64vw;
    margin-left: auto;
    margin-right: 0;
  }
  #point-family .recommend_point .point_listWrap .point_list .point_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 1.6vw;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap {
  max-width: 1200px;
  width: 100%;
  padding: 80px 80px 0 0;
  margin-top: -90px;
  display: flex;
  gap: 48px;
  background-color: #fff;
  border-radius: 0 6px 0 0;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1000px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap {
    max-width: 100%;
    padding: 8.5333333333vw 6.4vw 0;
    margin-top: -10.6666666667vw;
    gap: 8.5333333333vw;
    border-radius: 0 1.6vw 0 0;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap::before, #point-family .recommend_point .point_listWrap .point_list .point_infoWrap::after {
  position: absolute;
  content: "";
  background: url(../img/round.svg) no-repeat 50%/100% auto;
  display: block;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap::before, #point-family .recommend_point .point_listWrap .point_list .point_infoWrap::after {
    display: none;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap::before {
  top: -9px;
  left: 0;
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap::after {
  top: 81px;
  right: -10px;
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap {
  max-width: 437px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap {
    max-width: 100%;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap .point_num {
  background-color: #003E7F;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 1.125rem;
  padding: 8px 16px;
  margin-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap .point_num {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 2.1333333333vw;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap .point_num::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 8px solid #003e7f;
  border-bottom: 0;
  bottom: -8px;
  left: 16px;
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap h3 {
  margin-top: 8px;
  font-size: 1.5rem;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_ttlWrap h3 {
    margin-top: 2.1333333333vw;
    font-size: 1.25rem;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_txtWrap {
  max-width: 635px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_txtWrap {
    max-width: 100%;
    gap: 8.5333333333vw;
  }
}
#point-family .recommend_point .point_listWrap .point_list .point_infoWrap .point_txtWrap .point_txt {
  font-size: 1rem;
  line-height: 1.8;
}
#point-family .recommend_plan {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_plan {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
  #point-family .recommend_plan .inner {
    padding: 0 6.4vw;
  }
}
#point-family .recommend_plan .recommendPlan_wrap {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_plan .recommendPlan_wrap {
    gap: 8.5333333333vw;
  }
}
#point-family .recommend_plan .recommendPlan_wrap .recommendPlan {
  display: flex;
  gap: 48px;
}
@media screen and (min-width: 750px) and (max-width: 1020px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#point-family .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img {
  max-width: 472px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img {
    max-width: 100%;
  }
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img img {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img {
    max-width: 87.2vw;
  }
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .plan_img img {
    border-radius: 1.6vw;
  }
}
#point-family .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 680px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1000px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
    gap: 20px;
  }
}
@media screen and (max-width: 749px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap {
    gap: 6.4vw;
    max-width: 100%;
  }
}
#point-family .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .plan_ttl {
  color: #073E7F;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #point-family .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .plan_ttl {
    line-height: 1.5;
  }
}
#point-family .recommend_plan .recommendPlan_wrap .recommendPlan .planTxt_wrap .txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #point-family .contactForm {
    padding-bottom: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #point-family .lowerpage_nav {
    border-top: none;
    padding-top: 6.4vw;
  }
}

#stayplan .page_txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #stayplan .page_txt {
    font-size: 1rem;
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #stayplan .inner {
    padding-bottom: 6.4vw;
    padding: 0 6.4vw;
  }
}
#stayplan .section_subTtl {
  font-size: 20px;
  color: #333333;
  font-weight: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 749px) {
  #stayplan .section_subTtl {
    margin-bottom: 0;
  }
}
#stayplan .section_subTtl {
  padding-top: 24px;
}
#stayplan .contents_table {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #stayplan .contents_table tr {
    display: flex;
    flex-direction: column;
  }
}
#stayplan .contents_table th, #stayplan .contents_table td {
  border-top: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
#stayplan .contents_table th {
  color: #777777;
  width: 35%;
  padding: 16px 0 16px 16px;
}
@media screen and (max-width: 749px) {
  #stayplan .contents_table th {
    padding: 4.2666666667vw 4.2666666667vw 2.1333333333vw;
    width: 100%;
  }
}
#stayplan .contents_table td {
  line-height: 1.5;
  padding: 16px 16px 16px 0;
}
@media screen and (max-width: 749px) {
  #stayplan .contents_table td {
    padding: 0 4.2666666667vw 4.2666666667vw;
    width: 100%;
    border-top: none;
  }
}
#stayplan .eazyDriverPlan_note {
  font-size: 14px;
  color: #333333;
}
@media screen and (max-width: 749px) {
  #stayplan .eazyDriverPlan_note {
    font-size: 0.875rem;
  }
}
#stayplan .contents_box {
  display: flex;
  gap: 48px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  #stayplan .contents_box {
    flex-direction: column;
    gap: 6.4vw;
    margin-bottom: 12.8vw;
  }
  #stayplan .contents_box:last-child {
    margin-bottom: 5.3333333333vw;
  }
}
#stayplan .contents_box .contents_img {
  max-width: 472px;
  width: 44%;
}
@media only screen and (max-width: 1100px) {
  #stayplan .contents_box .contents_img {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #stayplan .contents_box .contents_img {
    max-width: 87.2vw;
    flex-direction: column;
    width: 100%;
  }
}
#stayplan .contents_box .contents_txtWrap, #stayplan .contents_box .diningInformation, #stayplan .contents_box .eventHall {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 56%;
}
@media only screen and (max-width: 1100px) {
  #stayplan .contents_box .contents_txtWrap, #stayplan .contents_box .diningInformation, #stayplan .contents_box .eventHall {
    width: 100%;
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #stayplan .contents_box .contents_txtWrap, #stayplan .contents_box .diningInformation, #stayplan .contents_box .eventHall {
    gap: 6.4vw;
  }
}
#stayplan .contents_box .contents_txtWrap .txt, #stayplan .contents_box .diningInformation .txt, #stayplan .contents_box .eventHall .txt {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #stayplan .contents_box .contents_txtWrap .contents_detail dl, #stayplan .contents_box .diningInformation .contents_detail dl, #stayplan .contents_box .eventHall .contents_detail dl {
    flex-direction: row;
  }
  #stayplan .contents_box .contents_txtWrap .contents_detail dl::before, #stayplan .contents_box .diningInformation .contents_detail dl::before, #stayplan .contents_box .eventHall .contents_detail dl::before {
    display: block;
  }
}
@media screen and (max-width: 749px) {
  #stayplan .contents_box .contents_txtWrap .contents_detail dl dt, #stayplan .contents_box .diningInformation .contents_detail dl dt, #stayplan .contents_box .eventHall .contents_detail dl dt {
    padding-right: 1.0666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #stayplan .contents_box .contents_txtWrap .contents_detail dl dd, #stayplan .contents_box .diningInformation .contents_detail dl dd, #stayplan .contents_box .eventHall .contents_detail dl dd {
    padding-left: 1.0666666667vw;
  }
}

#banquet .mainvisual {
  background-image: url(../img/banquet/mv_pc.webp);
}
@media screen and (max-width: 749px) {
  #banquet .mainvisual {
    background-image: url(../img/banquet/mv_sp.webp);
  }
}
#banquet .lower_intro {
  padding: 120px 4vw;
}
@media screen and (max-width: 749px) {
  #banquet .lower_intro {
    padding: 12.8vw 6.4vw 6.4vw;
  }
}
#banquet .lower_intro .txt {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#banquet .scene {
  padding: 60px 4vw 120px;
}
@media screen and (max-width: 749px) {
  #banquet .scene {
    padding: 6.4vw 6.4vw 12.8vw;
  }
}
#banquet .scene .contents_boxWrap01 {
  width: 100%;
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 749px) {
  #banquet .scene .contents_boxWrap01 {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
#banquet .scene .contents_boxWrap01 .contents_box {
  max-width: 48%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #banquet .scene .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
#banquet .scene .contents_boxWrap01 .contents_box > a {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #banquet .scene .contents_boxWrap01 .contents_box > a {
    gap: 6.4vw;
    max-width: 87.2vw;
  }
}
#banquet .scene .contents_boxWrap01 .contents_box > a .contents_img {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #banquet .scene .contents_boxWrap01 .contents_box > a .contents_img {
    width: 100%;
  }
}
#banquet .scene .contents_boxWrap01 .contents_box > a .contents_txt {
  font-size: 1rem;
  line-height: 1.8;
}
#banquet .venue {
  background: #F0F0F0;
  padding: 120px 4vw;
}
@media screen and (max-width: 749px) {
  #banquet .venue {
    padding: 12.8vw 6.4vw;
  }
}
#banquet .venue .section_ttl .ttl_en span {
  background: #F0F0F0;
}
#banquet .venue .contents_boxWrap01 .contents_box {
  max-width: 30.6666666667%;
}
@media screen and (max-width: 749px) {
  #banquet .venue .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
#banquet .venue .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 749px) {
  #banquet .venue .btn_wrap {
    flex-direction: column;
    gap: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
}
#banquet .venue .btn_wrap .basic-main-btn {
  display: flex;
  flex-direction: row-reverse;
}
#banquet .venue .btn_wrap .basic-main-btn .cmn-btn01 {
  gap: 16px;
}
@media screen and (max-width: 749px) {
  #banquet .venue .btn_wrap .basic-main-btn .cmn-btn01 {
    font-size: 0.875rem;
  }
}
#banquet .venue .btn_wrap .basic-main-btn .cmn-btn01 .ico {
  padding: 0px 13px;
}
#banquet .venue .btn_wrap .basic-main-btn .cmn-btn01 .ico .arrow {
  width: 12px;
  height: 12pxpx;
}
#banquet .plan {
  padding: 60px 4vw 60px;
}
@media screen and (max-width: 749px) {
  #banquet .plan {
    padding-bottom: 6.4vw;
    padding: 6.4vw 6.4vw 6.4vw;
  }
}
#banquet .plan .recommendInfo_wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .recommendInfo_wrap {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
#banquet .plan .recommendInfo_wrap .recommendInfo_ttl {
  font-size: 1.25rem;
  font-weight: 400;
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .recommendInfo_wrap .recommendInfo_ttl {
    font-size: 1.125rem;
    padding-bottom: 8.5333333333vw;
  }
}
#banquet .plan .recommendInfo_wrap .recommendInfo_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
}
@media screen and (max-width: 749px) {
  #banquet .plan .recommendInfo_wrap .recommendInfo_list {
    gap: 6.4vw 6.6666666667vw;
  }
}
#banquet .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo {
  max-width: 264px;
  max-width: 22%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #banquet .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo {
    max-width: 40.2666666667vw;
  }
}
#banquet .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo .contents_img {
  overflow: hidden;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo .contents_img {
    margin-bottom: 4.2666666667vw;
  }
}
#banquet .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo p {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #banquet .plan .recommendInfo_wrap .recommendInfo_list .recommendInfo p {
    font-size: 1rem;
  }
}
#banquet .plan .otherService_wrap {
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .otherService_wrap {
    padding-top: 6.4vw;
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
#banquet .plan .otherService_wrap .otherService {
  background-color: #F0F0F0;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .otherService_wrap .otherService {
    max-width: 87.2vw;
  }
}
#banquet .plan .otherService_wrap .otherService > a {
  display: flex;
  gap: 24px;
  padding: 24px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .otherService_wrap .otherService > a {
    flex-direction: column;
    gap: 6.4vw;
    padding: 6.4vw;
  }
}
#banquet .plan .otherService_wrap .otherService .service_img {
  overflow: hidden;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #banquet .plan .otherService_wrap .otherService .service_img {
    max-width: 100%;
  }
}
#banquet .plan .otherService_wrap .otherService .service_txtWrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #banquet .plan .otherService_wrap .otherService .service_txtWrap {
    gap: 4.2666666667vw;
  }
}
#banquet .plan .otherService_wrap .otherService .service_txtWrap .txt {
  line-height: 1.75;
}

#kaisyoku .lowerpage_cont {
  overflow-x: clip;
}
#kaisyoku .lowerpage_cont .lowerpage_mainCont {
  position: relative;
  z-index: 1;
}
#kaisyoku .lowerpage_cont .lowerpage_nav {
  z-index: 2;
}
#kaisyoku .contents_detail {
  padding: 0;
  border: none;
}
@media screen and (max-width: 749px) {
  #kaisyoku .contents_detail dl {
    flex-direction: row;
    padding: 0;
    border-bottom: none;
  }
  #kaisyoku .contents_detail dl:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
  #kaisyoku .contents_detail dl::before {
    display: block;
  }
  #kaisyoku .contents_detail dl dt {
    font-size: 0.875rem;
    padding-right: 2.1333333333vw;
  }
  #kaisyoku .contents_detail dl dd {
    padding-left: 2.1333333333vw;
  }
}
#kaisyoku .intro_txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .intro_txt {
    padding: 0 6.4vw 6.4vw;
    max-width: 100%;
  }
}
#kaisyoku .partyPlan {
  padding-top: 60px;
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan {
    padding: 6.4vw 6.4vw 12.8vw;
  }
}
#kaisyoku .partyPlan .planList_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 4%;
  padding-bottom: 24px;
}
@media only screen and (max-width: 1000px) {
  #kaisyoku .partyPlan .planList_wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .planList_wrap {
    gap: 8.5333333333vw;
    padding-bottom: 6.4vw;
  }
}
#kaisyoku .partyPlan .planList_wrap .planList {
  max-width: 48%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1000px) {
  #kaisyoku .partyPlan .planList_wrap .planList {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .planList_wrap .planList {
    gap: 6.4vw;
  }
}
#kaisyoku .partyPlan .planList_wrap .planList .menu {
  margin-top: 16px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .planList_wrap .planList .menu {
    margin-top: 0;
  }
}
#kaisyoku .partyPlan .planList_wrap .planList .menu .menu_ttl {
  font-size: 1.125rem;
  padding: 8px 16px;
  background-color: #F0F0F0;
  border-radius: 3px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .planList_wrap .planList .menu .menu_ttl {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
#kaisyoku .partyPlan .planList_wrap .planList .menu dl {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-top: 1px solid #ddd;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .planList_wrap .planList .menu dl {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#kaisyoku .partyPlan .planList_wrap .planList .menu dl:last-of-type {
  border-bottom: 1px solid #ddd;
}
#kaisyoku .partyPlan .planList_wrap .planList .menu dl dt {
  max-width: 120px;
  width: 100%;
  color: #777;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .planList_wrap .planList .menu dl dt {
    max-width: 100%;
  }
}
#kaisyoku .partyPlan .planList_wrap .planList .menu dl dd {
  width: 100%;
}
#kaisyoku .partyPlan .mini_contents_box {
  margin-top: 24px;
  padding: 48px;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box {
    margin-top: 6.4vw;
    padding: 6.4vw;
    gap: 10.6666666667vw;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box {
    gap: 6.4vw;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .box_ttl {
  font-size: 1.125rem;
  padding: 8px 16px;
  background-color: #F0F0F0;
  border-radius: 3px;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box .box_ttl {
    font-size: 1rem;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list > div {
  max-width: 47.91288566%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list > div {
    max-width: 100%;
    gap: 2.1333333333vw;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .contents_detail {
  padding: 0;
  border: none;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .contents_detail dl::before {
    top: 15px;
  }
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .contents_detail dt {
    max-width: 31.4666666667vw;
    width: 100%;
    font-size: 1rem;
    padding-right: 8px;
  }
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .contents_detail dd {
    max-width: 33.8666666667vw;
    width: 100%;
    text-align: right;
    padding-left: 8px;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .contents_detail._freeDrink dt {
    max-width: 200px;
  }
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .contents_detail._freeDrink dd {
    max-width: 65px;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .drinkMenu li {
  position: relative;
  padding-left: 24px;
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .drinkMenu li::before {
  position: absolute;
  content: "・";
  left: 0;
}
#kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .drinkMenu li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box .menu_list .drinkMenu li:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
}
#kaisyoku .partyPlan .mini_contents_box .contents_box:first-child .menu_list .contents_detail {
  gap: 0;
}
@media only screen and (max-width: 1130px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box:first-child .menu_list {
    flex-direction: column;
    gap: 8px;
  }
  #kaisyoku .partyPlan .mini_contents_box .contents_box:first-child .menu_list > div {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box:last-child .menu_list {
    flex-direction: column;
    gap: 24px;
  }
  #kaisyoku .partyPlan .mini_contents_box .contents_box:last-child .menu_list > div {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .partyPlan .mini_contents_box .contents_box:last-child .menu_list {
    gap: 6.4vw;
  }
}
#kaisyoku .venue {
  padding: 120px 0vw;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue {
    padding: 12.8vw 6.4vw;
    background-color: #F0F0F0;
  }
}
#kaisyoku .venue::before {
  position: absolute;
  content: "";
  background-color: #F0F0F0;
  width: 100vw;
  height: 100%;
  top: 0;
  margin-left: calc(100% - 96vw);
  z-index: -1;
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue::before {
    display: none;
  }
}
#kaisyoku .venue .section_ttl .ttl_en span {
  background: #F0F0F0;
}
#kaisyoku .venue .contents_boxWrap01 .contents_box {
  max-width: 30.6666666667%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media only screen and (max-width: 1120px) {
  #kaisyoku .venue .contents_boxWrap01 .contents_box {
    max-width: 48%;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue .contents_boxWrap01 .contents_box {
    max-width: 100%;
    gap: 6.4vw;
  }
}
#kaisyoku .venue .contents_boxWrap01 .room_info dl {
  display: flex;
  gap: 24px;
  padding: 16px;
  border-top: 1px solid #ddd;
  width: 100%;
}
@media only screen and (max-width: 1120px) {
  #kaisyoku .venue .contents_boxWrap01 .room_info dl {
    flex-direction: column;
    gap: 8px;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue .contents_boxWrap01 .room_info dl {
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#kaisyoku .venue .contents_boxWrap01 .room_info dl:last-of-type {
  border-bottom: 1px solid #ddd;
}
#kaisyoku .venue .contents_boxWrap01 .room_info dl dt {
  max-width: 100px;
  width: 100%;
  color: #777;
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue .contents_boxWrap01 .room_info dl dt {
    max-width: 100%;
  }
}
#kaisyoku .venue .contents_boxWrap01 .room_info dl dd {
  width: 100%;
}
#kaisyoku .venue .contents_boxWrap01 .room_info dl dd sup {
  font-size: 0.625rem;
}
#kaisyoku .venue .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue .btn_wrap {
    flex-direction: column;
    gap: 8.5333333333vw;
    margin-top: 8.5333333333vw;
  }
}
#kaisyoku .venue .btn_wrap .basic-main-btn {
  display: flex;
  flex-direction: row-reverse;
}
#kaisyoku .venue .btn_wrap .basic-main-btn .cmn-btn01 {
  gap: 16px;
  min-width: 280px;
}
@media only screen and (max-width: 900px) {
  #kaisyoku .venue .btn_wrap .basic-main-btn .cmn-btn01 {
    min-width: initial;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue .btn_wrap .basic-main-btn .cmn-btn01 {
    font-size: 0.875rem;
  }
}
#kaisyoku .venue .btn_wrap .basic-main-btn .cmn-btn01 .ico {
  padding: 0px 13px;
}
#kaisyoku .venue .btn_wrap .basic-main-btn .cmn-btn01 .ico svg {
  width: 0.75rem;
}
@media screen and (max-width: 749px) {
  #kaisyoku .venue .btn_wrap .basic-main-btn .cmn-btn01 .ico {
    padding: 0px 3.4666666667vw;
  }
}
#kaisyoku .precautions ul li {
  line-height: 1.75;
}
#kaisyoku .recommendInfo_wrap {
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  #kaisyoku .recommendInfo_wrap {
    padding: 6.4vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1600px) {
  #kaisyoku .otherService_wrap {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .otherService_wrap {
    padding: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .otherService {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #kaisyoku .contactForm {
    padding-bottom: 0;
    border-bottom: none;
  }
}

@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mainvisual_lower h2 {
    line-height: 1.178;
  }
}
@media screen and (min-width: 750px) {
  #syukuhakusyagentei-plan .contactForm .contactForm_box {
    height: 220px;
  }
}
#syukuhakusyagentei-plan .intro_txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .intro_txt {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .inner {
    padding: 0 6.4vw;
  }
}
#syukuhakusyagentei-plan .about {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about {
    padding-bottom: 6.4vw;
  }
}
#syukuhakusyagentei-plan .about .section_ttl {
  margin-bottom: 16px;
}
#syukuhakusyagentei-plan .about_box {
  padding: 32px 0 48px;
  position: relative;
}
@media screen and (min-width: 750px) {
  #syukuhakusyagentei-plan .about_box:last-child {
    border-bottom: 1px solid #DDDDDD;
  }
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_box {
    padding: 6.4vw 0 8.5333333333vw;
  }
}
#syukuhakusyagentei-plan .about_box::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0%;
  right: 0;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_box::before {
    width: calc(100% - 6.6666666667vw);
  }
}
#syukuhakusyagentei-plan .about_box::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #003E7F;
  position: absolute;
  top: 0%;
  left: 0;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_box::after {
    width: 4.2666666667vw;
  }
}
#syukuhakusyagentei-plan .about_box:first-of-type::before, #syukuhakusyagentei-plan .about_box:first-of-type::after {
  content: none;
}
#syukuhakusyagentei-plan .about_ttl {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_ttl {
    font-size: 1.125rem;
    margin-bottom: 6.4vw;
  }
}
#syukuhakusyagentei-plan .about_table {
  width: 100%;
  border: 1px solid #DDDDDD;
}
#syukuhakusyagentei-plan .about_table sup {
  font-size: 0.5625rem;
}
#syukuhakusyagentei-plan .about_table tr {
  border-bottom: 1px solid #DDDDDD;
}
#syukuhakusyagentei-plan .about_table tr:first-child th {
  background-color: #777777;
  color: #FFFFFF;
  border-right: 1px solid #DDDDDD;
  padding: 16px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_table tr:first-child th {
    display: none;
  }
}
#syukuhakusyagentei-plan .about_table tr:first-child th:last-child {
  border-right: none;
}
#syukuhakusyagentei-plan .about_table tr:not(:first-child) th {
  border-right: 1px solid #DDDDDD;
  background-color: #F0F0F0;
  text-align: left;
  padding: 28px 16px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_table tr:not(:first-child) th {
    width: 100%;
    display: block;
    border-right: none;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#syukuhakusyagentei-plan .about_table th, #syukuhakusyagentei-plan .about_table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
#syukuhakusyagentei-plan .about_table td {
  text-align: center;
  border-right: 1px solid #DDDDDD;
  padding: 0 16px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .about_table td {
    display: block;
    width: 100%;
    text-align: left;
    border-right: none;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#syukuhakusyagentei-plan .about_table td:last-child {
  border-right: none;
}
@media screen and (min-width: 750px) {
  #syukuhakusyagentei-plan .about_table .w01 {
    width: 23.16666667%;
  }
  #syukuhakusyagentei-plan .about_table .w02 {
    width: 10%;
  }
  #syukuhakusyagentei-plan .about_table .w03 {
    width: 22.16666667%;
  }
}
@media screen and (min-width: 750px) {
  #syukuhakusyagentei-plan .about_table .pc_t-right {
    text-align: right;
  }
}
#syukuhakusyagentei-plan .conditions_list li {
  font-size: 1rem;
  line-height: 1.75;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .conditions_list li {
    gap: 2.1333333333vw;
  }
}
#syukuhakusyagentei-plan .conditions_list li + li {
  margin-top: 2px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .conditions_list li + li {
    margin-top: 1.0666666667vw;
  }
}
#syukuhakusyagentei-plan .benefits_list li + li {
  margin-top: 32px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .benefits_list li + li {
    margin-top: 6.4vw;
  }
}
#syukuhakusyagentei-plan .benefits_list dt {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .benefits_list dt {
    flex-direction: column;
    gap: 4.2666666667vw;
    font-size: 1.125rem;
    text-align: center;
  }
}
@media screen and (min-width: 750px) {
  #syukuhakusyagentei-plan .benefits_list dt sup {
    font-size: 0.6875rem;
    vertical-align: sub;
  }
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .benefits_list dt sup {
    vertical-align: middle;
  }
}
#syukuhakusyagentei-plan .benefits_list dt sup {
  font-size: 0.6875rem;
}
#syukuhakusyagentei-plan .benefits_list dt .num {
  display: inline-block;
  width: 94px;
  text-align: center;
  border-radius: 3px;
  background-color: #003E7F;
  font-size: 1.125rem;
  color: #fff;
  padding: 8px 0;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .benefits_list dt .num {
    width: 25.0666666667vw;
    border-radius: 0.8vw;
    padding: 2.1333333333vw 0;
  }
}
#syukuhakusyagentei-plan .benefits_list dd {
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 24px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .benefits_list dd {
    margin-top: 6.4vw;
  }
}
#syukuhakusyagentei-plan .plan_table {
  width: 100%;
}
#syukuhakusyagentei-plan .plan_table tr {
  border-bottom: 1px solid #DDDDDD;
}
#syukuhakusyagentei-plan .plan_table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
#syukuhakusyagentei-plan .plan_table th, #syukuhakusyagentei-plan .plan_table td {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
}
#syukuhakusyagentei-plan .plan_table th {
  vertical-align: top;
  width: 18%;
  padding: 16px;
  font-weight: 400;
  color: #777777;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .plan_table th {
    width: 100%;
    display: block;
    padding: 4.2666666667vw 4.2666666667vw 2.1333333333vw;
  }
}
#syukuhakusyagentei-plan .plan_table td {
  padding: 16px;
  width: 82%;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .plan_table td {
    padding: 0 4.2666666667vw 4.2666666667vw;
    width: 100%;
    display: block;
  }
}
#syukuhakusyagentei-plan .plan_table .note {
  margin-top: 16px;
  font-size: 0.875rem;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .plan_table .note {
    margin-top: 2.1333333333vw;
    gap: 2.1333333333vw;
  }
}
#syukuhakusyagentei-plan .plan_table ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .plan_table ul {
    gap: 2.1333333333vw;
  }
}
#syukuhakusyagentei-plan .plan_table li {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .plan_table li {
    line-height: 1.75;
    gap: 2.1333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mini_contents_box {
    margin-top: 0;
  }
}
#syukuhakusyagentei-plan .mini_contents_box .box_ttl {
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_ttl {
    border-radius: 0.8vw;
  }
}
#syukuhakusyagentei-plan .mini_contents_box .box_itemWrap {
  gap: 4.17422868%;
}
@media only screen and (max-width: 1100px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_itemWrap {
    gap: 48px;
  }
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_itemWrap {
    gap: 6.4vw;
  }
}
#syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item {
  max-width: 30.49001815%;
  flex-direction: column;
  gap: 0;
}
@media only screen and (max-width: 1100px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item {
    gap: 6.4vw;
  }
}
#syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item .item_img {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item .item_img img {
    border-radius: 0.8vw;
  }
}
#syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item .item_txtWrap {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  #syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item .item_txtWrap {
    max-width: 100%;
  }
}
#syukuhakusyagentei-plan .mini_contents_box .box_itemWrap .box_item .item_txtWrap .item_ttl {
  font-size: 1.25rem;
}

#conference-room .intro_txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #conference-room .intro_txt {
    padding: 0 6.4vw 6.4vw;
    max-width: 100%;
  }
}
#conference-room .conference {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #conference-room .conference {
    padding: 6.4vw;
  }
}
#conference-room .conference .conforence_info {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info {
    gap: 8.5333333333vw;
  }
}
#conference-room .conference .conforence_info .conference_top {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .conference_top {
    gap: 8.5333333333vw;
  }
}
#conference-room .conference .conforence_info .conference_top .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .conference_top .btn_wrap {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#conference-room .conference .conforence_info .conference_top .btn_wrap .ico_dl {
  padding-left: 16px;
}
#conference-room .conference .conforence_info .conference_top .btn_wrap .ico_dl svg {
  fill: #fff;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
#conference-room .conference .conforence_info .conference_top .btn_wrap .cmn-btn01:hover svg {
  fill: #003E7F;
}
#conference-room .conference .conforence_info .room_info .room_name {
  font-size: 1.25rem;
  padding-top: 32px;
  margin-bottom: 32px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .room_info .room_name {
    font-size: 1.125rem;
    padding-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
#conference-room .conference .conforence_info .room_info .room_name::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0%;
  right: 0;
}
#conference-room .conference .conforence_info .room_info .room_name::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #003E7F;
  position: absolute;
  top: 0%;
  left: 0;
}
#conference-room .conference .conforence_info .room_info .table_wrap {
  display: flex;
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .room_info .table_wrap {
    display: block;
    width: 87.2vw;
    margin: 0 auto;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap sup {
  font-size: 0.625rem;
}
#conference-room .conference .conforence_info .room_info .table_wrap table {
  text-align: center;
  width: 100%;
  border: 1px solid #DDDDDD;
}
@media screen and (min-width: 750px) {
  #conference-room .conference .conforence_info .room_info .table_wrap table.pc_column3 th:not(:first-child) {
    width: 33.3333333333%;
    font-size: clamp(0.625rem, 1vw, 1rem);
  }
  #conference-room .conference .conforence_info .room_info .table_wrap table.pc_column3 td:not(:has(.btn)) {
    width: 33.3333333333%;
    min-height: 80px;
  }
  #conference-room .conference .conforence_info .room_info .table_wrap table.pc_column3 td:has(.btn) {
    width: 100%;
  }
  #conference-room .conference .conforence_info .room_info .table_wrap table:not(.pc_column3) td {
    min-height: 80px;
  }
  #conference-room .conference .conforence_info .room_info .table_wrap table + table {
    border-left: none;
  }
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .room_info .table_wrap table + table {
    border-top: none;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap th, #conference-room .conference .conforence_info .room_info .table_wrap td {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  padding: 16px;
}
@media screen and (min-width: 750px) {
  #conference-room .conference .conforence_info .room_info .table_wrap th, #conference-room .conference .conforence_info .room_info .table_wrap td {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #conference-room .conference .conforence_info .room_info .table_wrap th.sp_padding, #conference-room .conference .conforence_info .room_info .table_wrap td.sp_padding {
    font-size: clamp(0.625rem, 1vw, 1rem);
  }
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .room_info .table_wrap th, #conference-room .conference .conforence_info .room_info .table_wrap td {
    padding: 2.1333333333vw 0;
  }
  #conference-room .conference .conforence_info .room_info .table_wrap th.sp_padding, #conference-room .conference .conforence_info .room_info .table_wrap td.sp_padding {
    padding: 2.1333333333vw 3.7333333333vw;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap th:has(.btn), #conference-room .conference .conforence_info .room_info .table_wrap td:has(.btn) {
  padding-top: 0;
}
@media screen and (min-width: 750px) {
  #conference-room .conference .conforence_info .room_info .table_wrap tr {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 750px) {
  #conference-room .conference .conforence_info .room_info .table_wrap th {
    min-height: 81px;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap th:first-child {
  background-color: #777777;
  color: #FFFFFF;
  width: 100%;
  min-height: 56px;
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .room_info .table_wrap th:first-child {
    width: 19.2vw;
    padding: 2.1333333333vw 3.4666666667vw;
    border-right: 1px solid #DDDDDD;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap th:not(:first-child) {
  background-color: #F0F0F0;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (min-width: 750px) {
  #conference-room .conference .conforence_info .room_info .table_wrap th:not(:first-child) {
    width: 50%;
  }
}
@media screen and (min-width: 750px) {
  #conference-room .conference .conforence_info .room_info .table_wrap td {
    width: 50%;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap .link {
  color: #003E7F;
  text-decoration: underline;
}
#conference-room .conference .conforence_info .room_info .table_wrap .btn {
  max-width: 172px;
  width: 100%;
  background-color: #003E7F;
  color: #FFFFFF;
  font-size: 0.875rem;
  display: block;
  padding: 8px 16px;
  border-radius: 3px;
  margin: 0 auto;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 749px) {
  #conference-room .conference .conforence_info .room_info .table_wrap .btn {
    max-width: 45.8666666667vw;
    padding: 2.1333333333vw 4.2666666667vw;
    border-radius: 0.8vw;
  }
}
#conference-room .conference .conforence_info .room_info .table_wrap .btn:hover {
  background: #fff;
  color: #003e7f;
}
#conference-room .precautions {
  margin-top: 60px;
}
@media screen and (max-width: 749px) {
  #conference-room .precautions {
    margin-top: 0;
  }
}

#party-room .lowerpage_cont {
  gap: 5.43478261%;
}
#party-room .intro_txt {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #party-room .intro_txt {
    padding: 0 6.4vw 6.4vw;
    max-width: 100%;
  }
}
#party-room .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #party-room .btn_wrap {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#party-room .btn_wrap .ico_dl {
  padding-left: 16px;
}
#party-room .btn_wrap .ico_dl svg {
  fill: #fff;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
#party-room .btn_wrap .cmn-btn01:hover svg {
  fill: #003E7F;
}
#party-room .room {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #party-room .room {
    padding: 6.4vw;
  }
}
#party-room .equipment {
  margin-top: 48px;
  border: 1px solid #DDDDDD;
  padding: 48px;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #party-room .equipment {
    margin-top: 8.5333333333vw;
    padding: 6.4vw;
    border-radius: 0.8vw;
  }
}
#party-room .equipment .equipment_ttl {
  font-size: 1.125rem;
  line-height: 1.5;
  background-color: #F0F0F0;
  border-radius: 3px;
  padding: 8px 16px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #party-room .equipment .equipment_ttl {
    font-size: 1rem;
    border-radius: 0.8vw;
    padding: 2.1333333333vw 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
}
#party-room .equipment table {
  width: 100%;
}
#party-room .equipment table tr {
  border-bottom: 1px solid #DDDDDD;
}
#party-room .equipment table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
#party-room .equipment table th, #party-room .equipment table td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
  padding: 16px;
}
@media screen and (max-width: 749px) {
  #party-room .equipment table th, #party-room .equipment table td {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    display: block;
  }
}
#party-room .equipment table th {
  width: 20.32667877%;
  color: #777777;
}
@media screen and (max-width: 749px) {
  #party-room .equipment table th {
    width: 100%;
    padding-top: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
#party-room .equipment table td {
  width: 79.67332123%;
}
@media screen and (max-width: 749px) {
  #party-room .equipment table td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 4.2666666667vw;
  }
}
#party-room .table_wrap {
  margin-top: 48px;
}
@media screen and (max-width: 749px) {
  #party-room .table_wrap {
    margin-top: 8.5333333333vw;
  }
}
#party-room .table_wrap sup {
  font-size: 0.625rem;
}
#party-room .table_wrap table {
  width: 100%;
  border: 1px solid #DDDDDD;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  #party-room .table_wrap table {
    text-align: left;
  }
}
#party-room .table_wrap th, #party-room .table_wrap td {
  font-weight: 400;
  padding: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 749px) {
  #party-room .table_wrap th, #party-room .table_wrap td {
    padding: 0;
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  #party-room .table_wrap th:has(.btn), #party-room .table_wrap td:has(.btn) {
    padding-top: 0;
  }
}
#party-room .table_wrap tr {
  border-bottom: 1px solid #DDDDDD;
}
#party-room .table_wrap tr:nth-child(odd) {
  border-bottom: none;
}
#party-room .table_wrap tr:first-child th {
  background-color: #777777;
  color: #fff;
  border-right: 1px solid #DDDDDD;
}
#party-room .table_wrap tr:first-child th:last-child {
  border-right: none;
}
#party-room .table_wrap tr:nth-child(2) th {
  background-color: #F0F0F0;
}
@media screen and (min-width: 750px) {
  #party-room .table_wrap .pc_bd_right {
    border-right: 1px solid #DDDDDD;
  }
}
#party-room .table_wrap .t_left {
  text-align: left;
}
@media screen and (max-width: 749px) {
  #party-room .table_wrap th {
    background-color: #F0F0F0;
    color: #333333;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #party-room .table_wrap td {
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#party-room .table_wrap .link {
  color: #003E7F;
  text-decoration: underline;
}
#party-room .table_wrap .link:hover {
  text-decoration: none;
}
#party-room .table_wrap .btn {
  max-width: 172px;
  width: 100%;
  background-color: #003E7F;
  border: 1px solid #003E7F;
  color: #FFFFFF;
  font-size: 0.875rem;
  display: block;
  padding: 8px 0;
  border-radius: 3px;
  margin: 0 auto;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  text-align: center;
}
@media screen and (max-width: 749px) {
  #party-room .table_wrap .btn {
    max-width: 172px;
    width: 100%;
    background-color: #003E7F;
    border: 1px solid #003E7F;
    color: #FFFFFF;
    font-size: 0.875rem;
    display: block;
    padding: 8px 0;
    border-radius: 3px;
    margin: 0 auto;
    transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
  }
}
#party-room .table_wrap .btn:hover {
  background: #fff;
  color: #003e7f;
}
#party-room .precautions {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  #party-room .precautions {
    margin-top: 0;
  }
}
#party-room .precautions .inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #party-room .precautions .inner {
    gap: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #party-room .lowerpage_nav .nav_list > li:has(.lower_nav_list) > a {
    display: flex;
    margin-top: 0.5333333333vw;
  }
}
#party-room .lower_nav_list .ico {
  transform: rotate(90deg);
}
@media screen and (max-width: 749px) {
  #party-room .lower_nav_list .ico {
    transform: none;
  }
}
@media screen and (max-width: 749px) {
  #party-room .lower_nav_list {
    display: none;
  }
}
#party-room .genkai .table_wrap th:has(.btn), #party-room .genkai .table_wrap td:has(.btn) {
  padding-top: 16px;
}
@media screen and (max-width: 749px) {
  #party-room .genkai .table_wrap th:has(.btn), #party-room .genkai .table_wrap td:has(.btn) {
    padding-top: 2.1333333333vw;
  }
}
#party-room .genkai .table_wrap tr:nth-child(odd) {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #party-room .plan .inner {
    padding: 0 6.4vw;
  }
}

#bridal .basic-main-btn {
  padding-top: 48px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 749px) {
  #bridal .basic-main-btn {
    padding-top: 8.5333333333vw;
  }
}
#bridal .basic-main-btn .ico {
  padding: 0 13px;
}
#bridal .basic-main-btn .ico .arrow {
  width: 12px;
}
#bridal .mainvisual {
  background-image: url(../img/bridal/mv_pc.webp);
  background-position: 80% top;
}
@media screen and (max-width: 749px) {
  #bridal .mainvisual {
    background-image: url(../img/bridal/mv_sp.webp);
  }
}
#bridal .lower_intro {
  padding: 120px 4vw 60px;
}
@media screen and (max-width: 749px) {
  #bridal .lower_intro {
    padding: 12.8vw 6.4vw 6.4vw;
  }
}
#bridal .lower_intro .txt {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#bridal .magic {
  padding: 60px 4vw 120px;
}
@media screen and (max-width: 749px) {
  #bridal .magic {
    padding: 6.4vw 6.4vw 12.8vw;
  }
}
#bridal .magic .intro_txt {
  line-height: 1.8;
  padding-bottom: 48px;
}
@media screen and (max-width: 749px) {
  #bridal .magic .intro_txt {
    padding-bottom: 8.5333333333vw;
  }
}
#bridal .magic .strengths_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list {
    gap: 8.5333333333vw;
  }
}
#bridal .magic .strengths_list li {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list li {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#bridal .magic .strengths_list li .strengths_txtWrap {
  max-width: 850px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list li .strengths_txtWrap {
    order: 1;
    max-width: 100%;
    padding-top: 0;
    border-top: none;
  }
}
#bridal .magic .strengths_list li .strengths_txtWrap .subTtl {
  font-size: 0.75rem;
  color: #777777;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list li .strengths_txtWrap .subTtl {
    font-size: 0.625rem;
    margin-bottom: 2.1333333333vw;
  }
}
#bridal .magic .strengths_list li .strengths_txtWrap .num {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list li .strengths_txtWrap .num {
    font-size: 1.5rem;
    margin-bottom: 4.2666666667vw;
  }
}
#bridal .magic .strengths_list li .strengths_txtWrap h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list li .strengths_txtWrap h3 {
    font-size: 1.125rem;
    margin-bottom: 4.2666666667vw;
  }
}
#bridal .magic .strengths_list li .strengths_txtWrap .strengths_txt {
  line-height: 1.8;
}
#bridal .magic .strengths_list li .strengths_img {
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #bridal .magic .strengths_list li .strengths_img {
    order: 0;
    max-width: 100%;
  }
}
#bridal .receptionHall {
  background-color: #F0F0F0;
  padding: 120px 4vw;
}
@media screen and (max-width: 749px) {
  #bridal .receptionHall {
    padding: 12.8vw 6.4vw;
  }
}
#bridal .receptionHall .section_ttl .ttl_en span {
  background-color: #F0F0F0;
}
@media screen and (max-width: 749px) {
  #bridal .receptionHall .contents_boxWrap01 .contents_box > a {
    max-width: 100%;
  }
}
#bridal .cuisine {
  padding: 120px 4vw;
}
@media screen and (max-width: 749px) {
  #bridal .cuisine {
    padding: 12.8vw 6.4vw;
  }
}
#bridal .cuisine .contents_boxWrap01 .contents_box {
  max-width: 30.66666667%;
}
@media screen and (max-width: 749px) {
  #bridal .cuisine .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #bridal .cuisine .basic-main-btn .cmn-btn01 {
    padding: 5.0666666667vw 6.4vw;
    font-size: 0.875rem;
  }
}
#bridal .planWedding {
  background-color: #F0F0F0;
  padding: 120px 4vw;
}
@media screen and (max-width: 749px) {
  #bridal .planWedding {
    padding: 12.8vw 6.4vw;
  }
}
#bridal .planWedding .section_ttl .ttl_en span {
  background-color: #F0F0F0;
}
#bridal .planWedding .contents_boxWrap01 {
  padding-bottom: 80px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .contents_boxWrap01 {
    padding-bottom: 12.8vw;
  }
}
#bridal .planWedding .contents_boxWrap01 .contents_box {
  max-width: 30.66666667%;
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .contents_boxWrap01 .contents_box > a {
    max-width: 100%;
  }
}
#bridal .planWedding .otherService_wrap {
  padding-top: 80px;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .otherService_wrap {
    padding-top: 12.8vw;
  }
}
#bridal .planWedding .otherService_wrap .otherService {
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .otherService_wrap .otherService {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .otherService_wrap .otherService > a {
    flex-direction: row;
    gap: 4.2666666667vw;
  }
}
#bridal .planWedding .otherService_wrap .otherService .service_img {
  max-width: 180px;
}
@media screen and (max-width: 749px) {
  #bridal .planWedding .otherService_wrap .otherService .service_img {
    max-width: 18.6666666667vw;
  }
}
#bridal .planWedding .otherService_wrap .otherService .txt {
  line-height: 1.75;
}
#bridal .contactForm {
  padding: 120px 4vw 40px;
}
@media screen and (max-width: 749px) {
  #bridal .contactForm {
    padding: 12.8vw 0vw;
  }
}

#family-plan .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (max-width: 749px) {
  #family-plan .inner {
    padding: 0 6.4vw;
  }
}
#family-plan .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #family-plan .intro_box {
    padding-bottom: 6.4vw;
  }
}
#family-plan .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
}
#family-plan .intro_box .intro_img img {
  max-height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749px) {
  #family-plan .intro_box .intro_img img {
    max-height: 53.3333333333vw;
  }
}
#family-plan .intro_box .intro_txt {
  padding-top: 120px;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  #family-plan .intro_box .intro_txt {
    padding-top: 10.6666666667vw;
  }
}
#family-plan .basicPlan {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #family-plan .basicPlan {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
#family-plan .basicPlan .price table {
  width: 100%;
  border-collapse: collapse;
}
#family-plan .basicPlan .price table tr {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 24px;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #family-plan .basicPlan .price table tr {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#family-plan .basicPlan .price table tr:last-child {
  border-bottom: 1px solid #DDDDDD;
}
#family-plan .basicPlan .price table tr th {
  color: #777777;
  font-weight: 400;
  max-width: 200px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #family-plan .basicPlan .price table tr th {
    max-width: 100%;
  }
}
#family-plan .basicPlan .price table tr td {
  max-width: 944px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #family-plan .basicPlan .price table tr td {
    max-width: 100%;
  }
}
#family-plan .mini_contents_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #family-plan .mini_contents_box {
    gap: 6.4vw;
  }
}
#family-plan .mini_contents_box .box_txt {
  margin-top: 24px;
}
#family-plan .mini_contents_box .listWrap {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #family-plan .mini_contents_box .listWrap {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
#family-plan .mini_contents_box .listWrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #family-plan .mini_contents_box .listWrap ul {
    width: 100%;
    gap: 2.1333333333vw;
  }
}
#family-plan .mini_contents_box .listWrap ul li {
  position: relative;
  padding-left: 20px;
}
#family-plan .mini_contents_box .listWrap ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}

#restaurantwedding-plan .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .inner {
    padding: 0 6.4vw;
  }
}
#restaurantwedding-plan .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .intro_box {
    padding-bottom: 6.4vw;
  }
}
#restaurantwedding-plan .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
}
#restaurantwedding-plan .intro_box .intro_img img {
  max-height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .intro_box .intro_img img {
    max-height: 53.3333333333vw;
  }
}
#restaurantwedding-plan .intro_box .intro_txt {
  padding-top: 120px;
  padding-bottom: 60px;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .intro_box .intro_txt {
    padding-top: 10.6666666667vw;
    padding-bottom: 4.2666666667vw;
  }
}
#restaurantwedding-plan .highlights_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list {
    gap: 8.5333333333vw;
    padding-top: 4.2666666667vw;
  }
}
#restaurantwedding-plan .highlights_list li {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list li {
    flex-direction: column;
    gap: 6.4vw;
  }
}
#restaurantwedding-plan .highlights_list li .highlights_txtWrap {
  max-width: 850px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list li .highlights_txtWrap {
    order: 1;
    max-width: 100%;
    padding-top: 0;
    border-top: none;
  }
}
#restaurantwedding-plan .highlights_list li .highlights_txtWrap .subTtl {
  font-size: 0.75rem;
  color: #777777;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list li .highlights_txtWrap .subTtl {
    font-size: 0.625rem;
    margin-bottom: 2.1333333333vw;
  }
}
#restaurantwedding-plan .highlights_list li .highlights_txtWrap .num {
  font-size: 2rem;
  letter-spacing: 0.05em;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list li .highlights_txtWrap .num {
    font-size: 1.5rem;
    margin-bottom: 4.2666666667vw;
  }
}
#restaurantwedding-plan .highlights_list li .highlights_txtWrap h3 {
  font-weight: 400;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list li .highlights_txtWrap h3 {
    font-size: 1.125rem;
    margin-bottom: 4.2666666667vw;
  }
}
#restaurantwedding-plan .highlights_list li .highlights_txtWrap .highlights_txt {
  line-height: 1.8;
}
#restaurantwedding-plan .highlights_list li .highlights_img {
  max-width: 270px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .highlights_list li .highlights_img {
    order: 0;
    max-width: 100%;
  }
}
#restaurantwedding-plan .otherService_wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .otherService_wrap .service_img {
    max-width: 37.3333333333vw;
    width: 100%;
    margin: 0 auto;
  }
}
#restaurantwedding-plan .otherService_wrap h3 {
  line-height: 1.8;
}
#restaurantwedding-plan .otherService_wrap .txt {
  line-height: 1.75;
}
#restaurantwedding-plan .otherService_wrap .btnWrap {
  background-color: #fff;
  border: 1px solid #DDDDDD;
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 16px 24px 18px;
  max-width: 502px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .otherService_wrap .btnWrap {
    gap: 4.2666666667vw;
    padding: 4.2666666667vw;
  }
}
#restaurantwedding-plan .otherService_wrap .btnWrap .btn_txt {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .otherService_wrap .btnWrap .btn_txt {
    max-width: 50.9333333333vw;
    width: 100%;
  }
}
#restaurantwedding-plan .otherService_wrap .btnWrap .btn_txt .btn_ttl {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .otherService_wrap .btnWrap .btn_txt .btn_ttl {
    font-size: 0.875rem;
  }
}
#restaurantwedding-plan .otherService_wrap .btnWrap .btn_txt .btn_ttl_en {
  font-size: 0.75rem;
  color: #777777;
  letter-spacing: 0.05em;
}
#restaurantwedding-plan .otherService_wrap .btnWrap .ico {
  max-height: 22px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .otherService_wrap .btnWrap .ico {
    max-height: 5.8666666667vw;
  }
}
#restaurantwedding-plan .basicPlan {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
#restaurantwedding-plan .basicPlan .price table {
  width: 100%;
  border-collapse: collapse;
}
#restaurantwedding-plan .basicPlan .price table tr {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 24px;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan .price table tr {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#restaurantwedding-plan .basicPlan .price table tr:last-child {
  border-bottom: 1px solid #DDDDDD;
}
#restaurantwedding-plan .basicPlan .price table tr th {
  color: #777777;
  font-weight: 400;
  max-width: 200px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan .price table tr th {
    max-width: 100%;
  }
}
#restaurantwedding-plan .basicPlan .price table tr td {
  max-width: 944px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan .price table tr td {
    max-width: 100%;
  }
}
#restaurantwedding-plan .basicPlan .mini_contents_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan .mini_contents_box {
    gap: 6.4vw;
  }
}
#restaurantwedding-plan .basicPlan .mini_contents_box .listWrap {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan .mini_contents_box .listWrap {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
#restaurantwedding-plan .basicPlan .mini_contents_box .listWrap ul {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #restaurantwedding-plan .basicPlan .mini_contents_box .listWrap ul {
    width: 100%;
    gap: 2.1333333333vw;
  }
}
#restaurantwedding-plan .basicPlan .mini_contents_box .listWrap ul li {
  position: relative;
  padding-left: 20px;
}
#restaurantwedding-plan .basicPlan .mini_contents_box .listWrap ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}

#happiness-plan .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (max-width: 749px) {
  #happiness-plan .inner {
    padding: 0 6.4vw;
  }
}
#happiness-plan .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #happiness-plan .intro_box {
    padding-bottom: 6.4vw;
  }
}
#happiness-plan .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
}
#happiness-plan .intro_box .intro_img img {
  max-height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749px) {
  #happiness-plan .intro_box .intro_img img {
    max-height: 53.3333333333vw;
  }
}
#happiness-plan .intro_box .intro_txt {
  padding-top: 120px;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  #happiness-plan .intro_box .intro_txt {
    padding-top: 10.6666666667vw;
  }
}
#happiness-plan table {
  width: 100%;
  border-collapse: collapse;
}
#happiness-plan table tr {
  width: 100%;
  padding: 16px;
  display: flex;
  gap: 24px;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #happiness-plan table tr {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#happiness-plan table tr:last-child {
  border-bottom: 1px solid #DDDDDD;
}
#happiness-plan table tr th {
  color: #777777;
  font-weight: 400;
  max-width: 200px;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #happiness-plan table tr th {
    max-width: 100%;
  }
}
#happiness-plan table tr td {
  max-width: 944px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #happiness-plan table tr td {
    max-width: 100%;
  }
}
#happiness-plan table tr ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#happiness-plan table tr ul li {
  position: relative;
  padding-left: 20px;
}
#happiness-plan table tr ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
#happiness-plan .basicPlan {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #happiness-plan .basicPlan {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
#happiness-plan .basicPlan .mini_contents_box {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #happiness-plan .basicPlan .mini_contents_box {
    gap: 6.4vw;
  }
}
#happiness-plan .basicPlan .mini_contents_box .box_txt {
  margin-top: 24px;
}
#happiness-plan .basicPlan .mini_contents_box .listWrap {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #happiness-plan .basicPlan .mini_contents_box .listWrap {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
#happiness-plan .basicPlan .mini_contents_box .listWrap ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #happiness-plan .basicPlan .mini_contents_box .listWrap ul {
    width: 100%;
    gap: 2.1333333333vw;
  }
}
#happiness-plan .basicPlan .mini_contents_box .listWrap ul li {
  position: relative;
  padding-left: 20px;
}
#happiness-plan .basicPlan .mini_contents_box .listWrap ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}

#wedding_report .lowerpage_cont {
  gap: 5%;
}
@media screen and (max-width: 749px) {
  #wedding_report .inner {
    padding: 0 6.4vw;
  }
}
#wedding_report .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #wedding_report .intro_box {
    padding-bottom: 6.4vw;
  }
}
#wedding_report .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
}
#wedding_report .intro_box .intro_img img {
  max-height: 28.125vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 749px) {
  #wedding_report .intro_box .intro_img img {
    max-height: 53.3333333333vw;
  }
}
#wedding_report .intro_box .intro_txt {
  padding-top: 120px;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  #wedding_report .intro_box .intro_txt {
    padding-top: 10.6666666667vw;
  }
}
#wedding_report .reportIndex {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #wedding_report .reportIndex {
    padding-top: 6.4vw;
    padding-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 850px) {
  #wedding_report .reportIndex .report_box .contents_boxWrap01 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 850px) {
  #wedding_report .reportIndex .report_box .contents_box {
    max-width: 100%;
  }
}
#wedding_report .reportIndex .report_box .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  color: #003E7F;
}
#wedding_report .reportIndex .report_box .btn_wrap .ico {
  margin: 0;
}
#wedding_report .lowerpage_nav {
  border-top: none;
  padding-top: 0;
}

@media screen and (max-width: 749px) {
  #wedding_report_base .roomImg_swiperWrap {
    padding-left: 6.4vw;
  }
}
#wedding_report_base .interview {
  padding-top: 80px;
  padding-bottom: 8px;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview {
    padding-top: 12.8vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview .inner {
    padding: 0 6.4vw;
  }
}
#wedding_report_base .interview .interview_box {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media only screen and (max-width: 900px) {
  #wedding_report_base .interview .interview_box {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview .interview_box {
    gap: 8.5333333333vw;
  }
}
#wedding_report_base .interview .interview_box .section_ttl {
  max-width: 150px;
  width: 100%;
  margin-bottom: 0;
}
#wedding_report_base .interview .interview_box .section_ttl .ttl_en {
  font-size: 0.625rem;
  color: #003E7F;
}
#wedding_report_base .interview .interview_box .section_ttl .ttl_en::before {
  display: none;
}
#wedding_report_base .interview .interview_box .section_ttl h2 {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview .interview_box .section_ttl h2 {
    font-size: 1.125rem;
  }
}
#wedding_report_base .interview .interview_box .interview_qa {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview .interview_box .interview_qa {
    max-width: 100%;
  }
}
#wedding_report_base .interview .interview_box .interview_qa li {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0;
  position: relative;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview .interview_box .interview_qa li {
    gap: 6.4vw;
    padding: 6.4vw 0;
  }
}
#wedding_report_base .interview .interview_box .interview_qa li::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0%;
  right: 0;
}
#wedding_report_base .interview .interview_box .interview_qa li::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #003E7F;
  position: absolute;
  top: 0%;
  left: 0;
}
#wedding_report_base .interview .interview_box .interview_qa li .question {
  font-size: 1.25rem;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .interview .interview_box .interview_qa li .question {
    font-size: 1.125rem;
  }
}
#wedding_report_base .interview .interview_box .interview_qa li .answer {
  line-height: 1.8;
}
#wedding_report_base .message_box {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box {
    padding: 6.4vw;
  }
}
#wedding_report_base .message_box .inner {
  background-color: #F0F0F0;
  border-radius: 3px;
  padding: 8px;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box .inner {
    padding: 1.0666666667vw;
  }
}
#wedding_report_base .message_box .lower_inner {
  background-color: #fff;
  border-radius: 3px;
  padding: 40px;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box .lower_inner {
    padding: 5.3333333333vw;
  }
}
#wedding_report_base .message_box .box_ttl {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box .box_ttl {
    margin-bottom: 6.4vw;
  }
}
#wedding_report_base .message_box .box_ttl::before {
  position: absolute;
  content: "";
  background-color: #DDDDDD;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#wedding_report_base .message_box .box_ttl span {
  background-color: #fff;
  padding-right: 16px;
}
#wedding_report_base .message_box .message_contents {
  display: flex;
  gap: 48px;
}
@media only screen and (max-width: 1000px) {
  #wedding_report_base .message_box .message_contents {
    flex-direction: column;
  }
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box .message_contents {
    gap: 6.4vw;
  }
}
#wedding_report_base .message_box .message_contents .message_img {
  max-width: 336px;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  #wedding_report_base .message_box .message_contents .message_img {
    max-width: 100%;
  }
}
#wedding_report_base .message_box .message_contents .txt_wrap {
  max-width: 720px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box .message_contents .txt_wrap {
    max-width: 100%;
    gap: 9.0666666667vw;
  }
}
#wedding_report_base .message_box .message_contents .txt_wrap .message_ttl {
  padding: 9px 25px 11px 24px;
  background-color: #003E7F;
  border-radius: 3px;
  color: #fff;
  width: 357px;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (max-width: 749px) {
  #wedding_report_base .message_box .message_contents .txt_wrap .message_ttl {
    padding: 2.4vw 6.4vw 2.6666666667vw;
    width: 100%;
  }
}
#wedding_report_base .message_box .message_contents .txt_wrap .message_ttl::before {
  position: absolute;
  content: "";
  background-image: url(../img/bridal/wedding_report/esaki/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 10px;
  left: 27px;
  bottom: -10px;
}
#wedding_report_base .message_box .message_contents .txt_wrap .message_txt {
  line-height: 3.375;
  background-color: #fff; /* 背景色 */
  background-image: linear-gradient(180deg, #ddd 1px, transparent 1px); /* 罫線の色と太さ  */
  background-size: 100% 3.375em; /* 行の高さ */
  padding-bottom: 1px;
}

@media screen and (max-width: 749px) {
  #bridal_banquet .lowerpage_nav .nav_list > li:has(.lower_nav_list) > a {
    display: flex;
  }
}
@media screen and (max-width: 749px) {
  #bridal_banquet .lowerpage_nav .lower_nav_list {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  #bridal_banquet .lowerpage_nav .lower_nav_list .ico .arrow {
    transform: rotate(90deg);
  }
}
#bridal_banquet .page_txt {
  margin-bottom: 120px;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .page_txt {
    margin-bottom: 12.8vw;
  }
}
#bridal_banquet .section_ttl .ttl_en::before {
  display: none;
}
#bridal_banquet .section_ttl .ttl_en span {
  font-size: 0.625rem;
  color: #003E7F;
}
#bridal_banquet .section_ttl h2 {
  margin-top: 8px;
}
#bridal_banquet .roomImg_swiper {
  margin-right: calc(50% - 50vw);
  max-width: 100%;
  height: 700px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .roomImg_swiper {
    height: 64vw;
  }
}
#bridal_banquet .roomImg_swiper .swiper-slide {
  height: 100%;
}
#bridal_banquet .roomImg_swiper .swiper-slide img {
  border-radius: 6px 0 0 6px;
  width: auto;
}
@media screen and (min-width: 1601px) {
  #bridal_banquet .roomImg_swiper .swiper-slide img {
    width: 100%;
  }
}
#bridal_banquet .banquet {
  background: #fff;
  padding: 20px 0 120px;
  margin-top: -80px;
  position: relative;
  z-index: 10;
  border-radius: 0 10px 0 0;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet {
    padding: 4vw 0 13.3333333333vw;
    margin-top: -8vw;
    border-radius: 0 2.6666666667vw 0 2.6666666667vw;
  }
}
#bridal_banquet .banquet:before {
  background: url(../img/round.svg) no-repeat 50%/100% auto;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
  transform: rotate(0deg) translateX(0%) translateY(-90%);
  width: 10px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet:before {
    left: 6.4vw;
  }
}
#bridal_banquet .banquet:after {
  background: url(../img/round.svg) no-repeat 50%/100% auto;
  content: "";
  display: block;
  height: 10px;
  right: 0;
  position: absolute;
  top: 80px;
  transform: rotate(0deg) translateX(100%) translateY(-90%);
  width: 10px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet:after {
    content: none;
  }
}
#bridal_banquet .banquet_box {
  display: flex;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet_box {
    flex-direction: column;
  }
}
#bridal_banquet .banquet_box .section_ttl {
  width: 40%;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet_box .section_ttl {
    width: 100%;
  }
}
#bridal_banquet .banquet_box .banquet_desc {
  width: 52%;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet_box .banquet_desc {
    width: 100%;
  }
}
#bridal_banquet .banquet_DataTtl {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet_DataTtl {
    font-size: 1rem;
    margin-bottom: 5.3333333333vw;
  }
}
#bridal_banquet .banquet_descTxt {
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet_descTxt {
    font-size: 1rem;
    margin-bottom: 8vw;
  }
}
#bridal_banquet .banquet_desc {
  font-size: 16px;
  margin-bottom: 4px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .banquet_desc {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
#bridal_banquet .swiper-pagination {
  width: auto;
  position: static;
  display: table;
  margin-bottom: 30px;
}
#bridal_banquet .swiper-pagination-bullet-active {
  background: #003E7F;
}
#bridal_banquet .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #bridal_banquet .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 9px);
}
#bridal_banquet .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child, #bridal_banquet .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:first-child {
  margin-left: 0;
}
#bridal_banquet .lowerpage_cont {
  gap: 5%;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .inner {
    padding: 0 6.4vw;
  }
}
#bridal_banquet .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .intro_box {
    padding-bottom: 6.4vw;
  }
}
#bridal_banquet .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
}
#bridal_banquet .intro_box .intro_txt {
  padding-top: 120px;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .intro_box .intro_txt {
    padding-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  #bridal_banquet .reportIndex {
    padding-top: 6.4vw;
  }
}
@media screen and (max-width: 749px) {
  #bridal_banquet .reportIndex .report_box {
    padding-bottom: 6.4vw;
  }
}
@media only screen and (max-width: 850px) {
  #bridal_banquet .reportIndex .report_box .contents_boxWrap01 {
    flex-direction: column;
  }
}
@media only screen and (max-width: 850px) {
  #bridal_banquet .reportIndex .report_box .contents_box {
    max-width: 100%;
  }
}
#bridal_banquet .reportIndex .report_box .btn_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  color: #003E7F;
}
#bridal_banquet .reportIndex .report_box .btn_wrap .ico {
  margin: 0;
}
@media screen and (max-width: 749px) {
  #bridal_banquet .swiper-slide {
    padding-right: 0;
  }
}
@media screen and (max-width: 749px) {
  #bridal_banquet #room_chikushi .banquet {
    padding-bottom: 6.4vw;
  }
}

#cuisine {
  overflow-x: clip;
}
@media screen and (max-width: 749px) {
  #cuisine .lowerpage_nav .lower_nav_list {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  #cuisine .lowerpage_nav .lower_nav_list .ico {
    transform: rotate(90deg);
  }
}
#cuisine .lowerpage_nav .nav_list > li:has(.lower_nav_list) > a {
  display: flex;
}
#cuisine .cuisine_top {
  margin-bottom: 110px;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_top {
    margin-top: 0vw;
    line-height: 1.8;
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_top .inner {
    padding: 0 6.4vw;
  }
}
#cuisine .page_txt {
  line-height: 1.75;
}
#cuisine .cuisine_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box {
    padding-bottom: 6.4vw;
  }
}
#cuisine .cuisine_box + .cuisine_box {
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box + .cuisine_box {
    padding-top: 6.4vw;
  }
}
#cuisine .cuisine_box .cuisine_boxTop {
  position: relative;
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  height: 580px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box .cuisine_boxTop {
    display: block;
    height: initial;
  }
}
#cuisine .cuisine_box .cuisine_boxTop .cuisine_boxImg {
  width: 68%;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box .cuisine_boxTop .cuisine_boxImg {
    width: 93.3333333333vw;
    height: 58.6666666667vw;
    margin-right: 0;
    margin-left: auto;
  }
}
#cuisine .cuisine_box .cuisine_boxTop img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1601px) {
  #cuisine .cuisine_box .cuisine_boxTop img {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box .cuisine_boxTop img {
    width: 100%;
  }
}
#cuisine .cuisine_box .cuisine_boxTxtArea {
  background-color: #003E7F;
  color: #fff;
  width: 28.572%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px 0 0 0;
  padding-bottom: 130px;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box .cuisine_boxTxtArea {
    width: 93.3333333333vw;
    margin-right: 0;
    padding: 4.8vw 0 0.8vw;
    margin-left: auto;
    justify-content: flex-start;
    padding-left: 6.1333333333vw;
    margin-bottom: 8vw;
    border-radius: 0 0 0 0.8vw;
  }
  #cuisine .cuisine_box .cuisine_boxTxtArea > div {
    display: flex;
    flex-direction: column-reverse;
    /* 中身の縦並びを逆順にする */
    justify-content: flex-start;
  }
}
#cuisine .cuisine_box .cuisine_boxTxtArea .cuisine_boxTxtArea-ja {
  writing-mode: vertical-rl;
  font-size: 24px;
  margin: 0 auto 50px;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box .cuisine_boxTxtArea .cuisine_boxTxtArea-ja {
    font-size: 1.25rem;
    margin-bottom: 2.6666666667vw;
    writing-mode: unset;
    margin-left: 0;
    margin-top: 1.3333333333vw;
  }
}
#cuisine .cuisine_box .cuisine_boxTxtArea .cuisine_boxTxtArea-en {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_box .cuisine_boxTxtArea .cuisine_boxTxtArea-en {
    font-size: 0.625rem;
  }
}
#cuisine .cuisine_boxCont {
  display: flex;
  margin-bottom: 48px;
  background-color: #fff;
  padding-top: 80px;
  border-radius: 0 8px 0 0;
  margin-top: -80px;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_boxCont {
    margin-top: 0;
    display: block;
    padding: 0 6.4vw;
    margin-right: 0;
    margin-bottom: 8vw;
  }
}
#cuisine .section_ttl {
  width: 39%;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  #cuisine .section_ttl {
    width: 100%;
    margin-bottom: 5.3333333333vw;
    display: none;
  }
}
#cuisine .section_ttl h2 {
  margin-top: 5px;
}
#cuisine .section_ttl .ttl_en {
  font-family: "Marcellus", serif;
  font-size: 0.625rem;
  color: #003E7F;
  position: relative;
  z-index: 1;
}
#cuisine .section_ttl .ttl_en:before {
  display: none !important;
}
#cuisine .cuisine_boxTxt {
  width: 60%;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_boxTxt {
    width: auto;
  }
}
#cuisine .cuisine_boxTxt-small {
  font-size: 14px;
  display: block;
  margin-top: 15px;
}
#cuisine .cuisine_listMenu {
  width: 64%;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_listMenu {
    width: 100%;
  }
}
#cuisine dl {
  max-width: 1120px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 749px) {
  #cuisine dl {
    padding: 0 6.4vw;
  }
}
#cuisine dl dt {
  height: 76px;
  width: 100%;
  background-color: #F0F0F0;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
  /* 横線 */
}
@media screen and (max-width: 749px) {
  #cuisine dl dt {
    height: 20.2666666667vw;
    font-size: 4.8vw;
    padding: 5.3333333333vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
#cuisine dl dt.active::before {
  opacity: 0;
}
#cuisine dl dt::before {
  background: #003E7F;
  /* 線の色 */
  content: "";
  height: 2px;
  /* 線の太さ */
  position: absolute;
  right: 40px;
  top: 50%;
  /* 線の位置を縦中央に */
  transform: rotate(90deg);
  /* 線を縦に */
  transition: transform 0.3s ease-in-out;
  width: 18px;
  /* 線の幅 */
  transform: all 0.3;
}
@media screen and (max-width: 749px) {
  #cuisine dl dt::before {
    right: 5.3333333333vw;
    width: 4.8vw;
  }
}
#cuisine dl dt::after {
  background: #003E7F;
  /* 線の色 */
  content: "";
  height: 2px;
  /* 線の太さ */
  position: absolute;
  right: 40px;
  top: 50%;
  /* 線の位置を縦中央に */
  transition: opacity 0.3s ease-in-out;
  width: 18px;
  /* 線の幅 */
}
@media screen and (max-width: 749px) {
  #cuisine dl dt::after {
    right: 5.3333333333vw;
    width: 4.8vw;
  }
}
#cuisine dl dt .cuisine_price {
  font-size: 0.875rem;
  padding-left: 16px;
}
@media screen and (max-width: 749px) {
  #cuisine dl dt .cuisine_price {
    font-size: 3.7333333333vw;
    padding-left: 0;
  }
}
#cuisine dl dd {
  display: none;
  background-color: #F0F0F0;
  padding: 0 40px 40px;
}
@media screen and (max-width: 749px) {
  #cuisine dl dd {
    padding: 2.6666666667vw 6.4vw 5.3333333333vw;
  }
}
#cuisine dl .cuisine_listImg {
  width: 37.744%;
}
@media screen and (max-width: 749px) {
  #cuisine dl .cuisine_listImg {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
#cuisine dl .cuisine_listCont {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 749px) {
  #cuisine dl .cuisine_listCont {
    display: block;
  }
}
#cuisine .cuisine_listMenuList {
  display: flex;
  border-top: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_listMenuList {
    padding: 0 4.2666666667vw;
  }
}
#cuisine .cuisine_listMenuList:last-child {
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_listMenuList {
    display: block;
  }
}
#cuisine .cuisine_listMenuList .cuisine_listMenuListTtl {
  font-size: 16px;
  color: #777777;
  width: 30%;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-shrink: 0;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_listMenuList .cuisine_listMenuListTtl {
    padding-bottom: 0;
    font-size: 1rem;
  }
}
#cuisine .cuisine_listMenuList .cuisine_listMenuListTxt {
  font-size: 16px;
  line-height: 1.5;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 749px) {
  #cuisine .cuisine_listMenuList .cuisine_listMenuListTxt {
    padding-bottom: 4vw;
    padding-top: 2.6666666667vw;
    line-height: 1.5;
    font-size: 1rem;
  }
}

#anniv-wedding .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mainvisual_lower h2 {
    line-height: 1.1785;
  }
}
@media screen and (max-width: 749px) {
  #anniv-wedding .inner {
    padding: 0 6.4vw;
  }
}
#anniv-wedding .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .intro_box {
    padding-bottom: 6.4vw;
  }
}
#anniv-wedding .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
  height: 450px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .intro_box .intro_img {
    margin-right: calc(50% - 50vw);
    height: 53.3333333333vw;
    border-radius: 0.8vw 0 0 0.8vw;
  }
}
#anniv-wedding .intro_box .intro_img img {
  width: 91%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .intro_box .intro_img img {
    width: 100%;
  }
}
#anniv-wedding .message {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .message {
    padding: 6.4vw 0;
  }
}
#anniv-wedding .mini_contents_box {
  margin-top: 0;
  padding: 80px 4vw;
  border: 4px solid #F0F0F0;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box {
    padding: 5.3333333333vw;
    border: 1.0666666667vw solid #F0F0F0;
    border-radius: 0;
  }
}
#anniv-wedding .mini_contents_box .contents_box {
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .contents_box {
    max-width: 100%;
  }
}
#anniv-wedding .mini_contents_box .en_ttl {
  max-width: 462px;
  margin: 0 auto 32px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .en_ttl {
    max-width: 100%;
    margin-bottom: 8.5333333333vw;
  }
}
#anniv-wedding .mini_contents_box .en_ttl::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #003E7F;
  z-index: -1;
}
#anniv-wedding .mini_contents_box .en_ttl span {
  font-size: 1.125rem;
  color: #ffffff;
  display: inline-block;
  background-color: #003E7F;
  border-radius: 3px;
  padding: 16px 32px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .en_ttl span {
    font-size: 1rem;
    border-radius: 0.8vw;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#anniv-wedding .mini_contents_box .ja_ttl {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .ja_ttl {
    font-size: 1.25rem;
    margin-bottom: 6.4vw;
  }
}
#anniv-wedding .mini_contents_box .intro_txt {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .intro_txt {
    margin-bottom: 6.4vw;
  }
}
#anniv-wedding .mini_contents_box .box .section_subTtl {
  padding-top: 32px;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .box .section_subTtl {
    padding-top: 6.4vw;
    font-size: 1.125rem;
    margin-bottom: 6.4vw;
  }
}
#anniv-wedding .mini_contents_box .benefits_box {
  padding-bottom: 40px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .benefits_box {
    padding-bottom: 6.4vw;
  }
}
#anniv-wedding .mini_contents_box .benefits_list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .benefits_list {
    gap: 6.4vw;
  }
}
#anniv-wedding .mini_contents_box .benefits_list dt {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.5;
  gap: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .benefits_list dt {
    flex-direction: column;
    font-size: 1.125rem;
    gap: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#anniv-wedding .mini_contents_box .benefits_list dt span {
  width: 94px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  color: #FFFFFF;
  background-color: #003E7F;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .benefits_list dt span {
    width: 25.0666666667vw;
    height: 11.2vw;
    border-radius: 0.8vw;
  }
}
#anniv-wedding .mini_contents_box .benefits_list dd {
  font-size: 1rem;
  line-height: 1.75;
}
#anniv-wedding .mini_contents_box .apply_txt {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .apply_txt {
    font-size: 1rem;
    line-height: 1.75;
  }
}
#anniv-wedding .mini_contents_box .apply_message {
  background-color: #F0F0F0;
  border-radius: 3px;
  padding: 40px;
  font-size: 1rem;
  line-height: 1.75;
  margin-top: 40px;
}
@media screen and (max-width: 749px) {
  #anniv-wedding .mini_contents_box .apply_message {
    border-radius: 0.8vw;
    padding: 6.4vw;
    margin-top: 5.3333333333vw;
  }
}

#hall .mainvisual {
  background-image: url(../img/hall/mv_pc.webp);
}
@media screen and (max-width: 749px) {
  #hall .mainvisual {
    background-image: url(../img/hall/mv_sp.webp);
  }
}
#hall .lower_intro {
  padding: 120px 4vw 60px;
}
@media screen and (max-width: 749px) {
  #hall .lower_intro {
    padding: 12.8vw 6.4vw 6.4vw;
  }
}
#hall .lower_intro .txt {
  font-size: 1rem;
  line-height: 1.8;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#hall .contents_boxWrap01 .contents_box {
  max-width: 30.66666667%;
}
@media screen and (max-width: 749px) {
  #hall .contents_boxWrap01 .contents_box {
    max-width: 100%;
  }
}
#hall .contents_boxWrap01 .contents_box.toSchedule .ico .arrow {
  transform: rotate(90deg);
}
#hall .contents_boxWrap01 .contents_box.toSchedule:hover .cmn-btn .ico svg {
  transform: rotate(90deg) !important;
  transform: unset;
}
#hall .information {
  padding: 60px 4vw;
}
@media screen and (max-width: 749px) {
  #hall .information {
    padding: 6.4vw;
  }
}
#hall .information .contents_boxWrap01 {
  padding-bottom: 120px;
  border-bottom: 1px solid #DDDDDD;
}
@media screen and (max-width: 749px) {
  #hall .information .contents_boxWrap01 {
    padding-bottom: 12.8vw;
  }
}
#hall .information .recommendInfo_wrap {
  padding-bottom: 0;
}
#hall .schedule {
  padding: 60px 4vw;
}
@media screen and (max-width: 749px) {
  #hall .schedule {
    padding: 6.4vw;
  }
}
#hall .schedule .schedule_tableWrap {
  position: relative;
}
#hall .schedule .schedule_tableWrap .table_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 48px;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .table_top {
    padding-top: 18.1333333333vw;
    padding-bottom: 8.5333333333vw;
  }
}
#hall .schedule .schedule_tableWrap .table_top .lastMonth > a {
  display: flex;
  gap: 16px;
}
#hall .schedule .schedule_tableWrap .table_top .lastMonth > a .ico {
  transform: rotate(180deg);
}
#hall .schedule .schedule_tableWrap .table_top .thisMonth {
  font-size: 1.25rem;
}
#hall .schedule .schedule_tableWrap .table_top .thisMonth span {
  font-size: 2.25rem;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .table_top .thisMonth {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
#hall .schedule .schedule_tableWrap .table_top .nextMonth > a {
  display: flex;
  gap: 16px;
}
#hall .schedule .schedule_tableWrap .schedule_table {
  display: flex;
  flex-direction: column;
}
#hall .schedule .schedule_tableWrap .schedule_table li {
  border: solid #ddd;
  border-width: 1px 1px 0 1px;
  display: flex;
}
#hall .schedule .schedule_tableWrap .schedule_table li:last-child {
  border-bottom: 1px solid #ddd;
}
#hall .schedule .schedule_tableWrap .schedule_table li .date {
  max-width: 120px;
  width: 100%;
  background-color: #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  line-height: 2.57142857;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .date {
    flex-direction: column;
    max-width: 17.3333333333vw;
    font-size: 0.75rem;
  }
}
#hall .schedule .schedule_tableWrap .schedule_table li .date span {
  font-size: 2rem;
  line-height: 1.125;
  margin-top: -5px;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .date span {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: -5px;
  }
}
#hall .schedule .schedule_tableWrap .schedule_table li .eventInfo {
  display: flex;
  align-items: center;
  flex: 1;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo {
    flex-direction: column;
    padding: 6.4vw;
    gap: 4.2666666667vw;
    width: 69.3333333333vw;
  }
}
#hall .schedule .schedule_tableWrap .schedule_table li .eventInfo p {
  padding: 24px;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo p {
    padding: 0;
  }
}
#hall .schedule .schedule_tableWrap .schedule_table li .eventInfo p a {
  color: #003E7F;
  border-bottom: 1px solid #003E7F;
}
#hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .name {
  width: 40.74074074%;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .name {
    width: 100%;
  }
}
#hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .venue {
  width: 22.22222222%;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .venue {
    width: 100%;
  }
}
#hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .opening, #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .starting {
  width: 18.51851852%;
  text-align: center;
}
@media screen and (max-width: 749px) {
  #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .opening, #hall .schedule .schedule_tableWrap .schedule_table li .eventInfo .starting {
    width: 100%;
    text-align: left;
  }
}
#hall .coinLocker {
  padding: 60px 4vw;
}
@media screen and (max-width: 749px) {
  #hall .coinLocker {
    padding: 6.4vw;
  }
}
#hall .coinLocker .coinLocker_box {
  background-color: #F0F0F0;
  padding: 40px;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}
@media screen and (max-width: 749px) {
  #hall .coinLocker .coinLocker_box {
    padding: 6.4vw;
    gap: 6.4vw;
  }
}
#hall .coinLocker .coinLocker_box .ttl {
  font-size: 1.25rem;
  line-height: 1.8;
}
@media screen and (max-width: 749px) {
  #hall .coinLocker .coinLocker_box .ttl {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-bottom: 6.4vw;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
  }
}
#hall .coinLocker .coinLocker_box .txt {
  line-height: 1.8;
}
#hall .coinLocker .coinLocker_box table {
  width: 100%;
  border-collapse: collapse;
}
#hall .coinLocker .coinLocker_box table tr {
  padding: 16px;
  border-top: 1px solid #DDDDDD;
  text-align: left;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 749px) {
  #hall .coinLocker .coinLocker_box table tr {
    padding: 4.2666666667vw;
    flex-direction: column;
    gap: 2.1333333333vw;
  }
}
#hall .coinLocker .coinLocker_box table tr:last-child {
  border-bottom: 1px solid #ddd;
}
#hall .coinLocker .coinLocker_box table tr th {
  color: #777777;
  font-weight: 400;
  min-width: 210px;
}
@media screen and (max-width: 749px) {
  #hall .coinLocker .coinLocker_box table tr th {
    min-width: none;
  }
}
#hall .contactForm {
  padding: 60px 4vw;
}
@media screen and (max-width: 749px) {
  #hall .contactForm {
    padding: 6.4vw 0 12.8vw;
  }
}

#hall-seat-guide .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .mainvisual_lower h2 {
    line-height: 1.1785;
  }
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .inner {
    padding: 0 6.4vw;
  }
}
#hall-seat-guide .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .intro_box {
    padding-bottom: 6.4vw;
  }
}
#hall-seat-guide .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
  height: 450px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .intro_box .intro_img {
    margin-right: calc(50% - 50vw);
    height: 53.3333333333vw;
    border-radius: 0.8vw 0 0 0.8vw;
  }
}
#hall-seat-guide .intro_box .intro_img img {
  width: 91%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .intro_box .intro_img img {
    width: 100%;
  }
}
#hall-seat-guide .seat_guide {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .seat_guide {
    padding: 6.4vw 0;
  }
}
#hall-seat-guide .seat_mapCont .note {
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .seat_mapCont .note {
    margin-bottom: 6.4vw;
  }
}
#hall-seat-guide .seat_mapCont .seat_img {
  width: 373px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .seat_mapCont .seat_img {
    width: 43.2vw;
    margin-bottom: 6.4vw;
  }
}
#hall-seat-guide .seat_mapCont .basic-main-btn .cmn-btn01 {
  margin: 0 auto;
}
#hall-seat-guide .seat_mapCont .basic-main-btn svg {
  fill: #fff;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
#hall-seat-guide .seat_mapCont .basic-main-btn:hover svg {
  fill: #003E7F;
}
#hall-seat-guide .seat_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .seat_list {
    margin-top: 6.4vw;
    gap: 2.1333333333vw;
  }
}
#hall-seat-guide .seat_list li {
  display: flex;
  gap: 8px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #hall-seat-guide .seat_list li {
    gap: 2.1333333333vw;
    line-height: 1.75;
  }
}

#hall_organizer .attention_list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .attention_list {
    margin-top: 6.4vw;
    gap: 2.1333333333vw;
  }
}
#hall_organizer .attention_list li {
  font-size: 0.875rem;
  line-height: 1.5;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .attention_list li {
    gap: 2.1333333333vw;
  }
}
#hall_organizer .section_subTtl {
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 32px;
  margin-bottom: 32px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .section_subTtl {
    font-size: 1.125rem;
    padding-top: 6.4vw;
    margin-bottom: 6.4vw;
  }
}
#hall_organizer .lowerpage_cont {
  gap: 5.43478261%;
}
@media screen and (max-width: 749px) {
  #hall_organizer .mainvisual_lower h2 {
    line-height: 1.1785;
  }
}
@media screen and (max-width: 749px) {
  #hall_organizer .inner {
    padding: 0 6.4vw;
  }
}
#hall_organizer .intro_box {
  padding-bottom: 60px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .intro_box {
    padding-bottom: 6.4vw;
  }
}
#hall_organizer .intro_box .intro_img {
  margin-right: calc(50% - 50vw);
  height: 450px;
  border-radius: 3px 0 0 3px;
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .intro_box .intro_img {
    margin-right: calc(50% - 50vw);
    height: 53.3333333333vw;
    border-radius: 0.8vw 0 0 0.8vw;
    margin-bottom: 12.8vw;
  }
}
#hall_organizer .intro_box .intro_img img {
  width: 91%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 50%;
     object-position: 0 50%;
}
@media screen and (max-width: 749px) {
  #hall_organizer .intro_box .intro_img img {
    width: 100%;
  }
}
#hall_organizer .intro_box .intro_txt {
  font-size: 1rem;
  line-height: 1.75;
}
#hall_organizer .summary {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary {
    padding: 6.4vw 0;
  }
}
#hall_organizer .summary .summary_list {
  display: flex;
  gap: 4%;
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list {
    flex-direction: column;
    gap: 8.5333333333vw;
  }
}
#hall_organizer .summary .summary_list > li {
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list > li {
    width: 100%;
    gap: 6.4vw;
  }
}
#hall_organizer .summary .summary_list .summary_img {
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list .summary_img {
    border-radius: 0.8vw;
  }
}
@media screen and (min-width: 750px) and (max-width: 1120px) {
  #hall_organizer .summary .summary_list .contents_detail dl {
    flex-direction: column;
  }
  #hall_organizer .summary .summary_list .contents_detail dl dd {
    padding-left: 0;
  }
  #hall_organizer .summary .summary_list .contents_detail dl:not(:last-child) {
    padding-bottom: 8px;
    border-bottom: 1px dotted #b9b9b9;
  }
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list .contents_detail dl dt {
    margin-bottom: 1.0666666667vw;
  }
}
#hall_organizer .summary .summary_list .noteTxt_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list .noteTxt_list {
    gap: 2.1333333333vw;
  }
}
#hall_organizer .summary .summary_list .noteTxt_list li {
  font-size: 1rem;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
#hall_organizer .summary .summary_list .btn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.77777778%;
}
@media screen and (min-width: 750px) and (max-width: 1550px) {
  #hall_organizer .summary .summary_list .btn_wrap {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list .btn_wrap {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
#hall_organizer .summary .summary_list .basic-main-btn {
  max-width: 280px;
  width: 100%;
}
@media screen and (min-width: 750px) and (max-width: 1550px) {
  #hall_organizer .summary .summary_list .basic-main-btn {
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list .basic-main-btn {
    max-width: 100%;
  }
}
#hall_organizer .summary .summary_list .basic-main-btn a:hover .arrow {
  fill: #003E7F;
}
#hall_organizer .summary .summary_list .arrow {
  width: 24px;
  height: 24px;
  fill: #fff;
  transition: 0.3s cubic-bezier(0, 0.55, 0.45, 1);
}
@media screen and (max-width: 749px) {
  #hall_organizer .summary .summary_list .arrow {
    width: 6.4vw;
    height: 6.4vw;
  }
}
#hall_organizer .howto_rental {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #hall_organizer .howto_rental {
    padding: 6.4vw 0;
  }
}
#hall_organizer .howto_rental table {
  border: 1px solid #DDDDDD;
  width: 100%;
}
#hall_organizer .howto_rental table tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
#hall_organizer .howto_rental table th, #hall_organizer .howto_rental table td {
  vertical-align: top;
  padding: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  #hall_organizer .howto_rental table th, #hall_organizer .howto_rental table td {
    display: block;
    padding: 2.1333333333vw 4.2666666667vw;
  }
}
#hall_organizer .howto_rental table th {
  background-color: #F0F0F0;
  width: 16.16666667%;
  border-right: 1px solid #DDDDDD;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 749px) {
  #hall_organizer .howto_rental table th {
    width: 100%;
    border-right: none;
  }
}
#hall_organizer .howto_rental table td {
  width: 83.83333333%;
}
@media screen and (max-width: 749px) {
  #hall_organizer .howto_rental table td {
    width: 100%;
  }
}
#hall_organizer .howto_rental table p + p {
  margin-top: 24px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .howto_rental table p + p {
    margin-top: 6.4vw;
  }
}
#hall_organizer .priceList {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #hall_organizer .priceList {
    padding: 6.4vw 0;
  }
}
#hall_organizer .priceList .priceList_box {
  padding-bottom: 48px;
}
#hall_organizer .priceList .priceList_box:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  #hall_organizer .priceList .priceList_box {
    padding-bottom: 8.5333333333vw;
  }
}
@media screen and (max-width: 749px) {
  #hall_organizer .priceList .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOS用 */
  }
}
#hall_organizer .priceList table.type01 {
  border: 1px solid #DDDDDD;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #hall_organizer .priceList table.type01 {
    width: 832px;
  }
}
#hall_organizer .priceList table.type01 col:first-child {
  width: 15.83333333%;
}
#hall_organizer .priceList table.type01 tr:first-child th {
  color: #fff;
  background-color: #777777;
}
#hall_organizer .priceList table.type01 tr:not(:first-child) th {
  background-color: #F0F0F0;
}
#hall_organizer .priceList table.type01 tr:not(.pc) th {
  text-align: left;
}
#hall_organizer .priceList table.type01 tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
#hall_organizer .priceList table.type01 th, #hall_organizer .priceList table.type01 td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 16px;
  border-right: 1px solid #dddddd;
}
#hall_organizer .priceList table.type01 th:last-child, #hall_organizer .priceList table.type01 td:last-child {
  border-right: none;
}
#hall_organizer .priceList table.type01 td {
  text-align: right;
}
#hall_organizer .priceList table.type01 col:not(:first-child) {
  width: 14.0277777783%;
}
#hall_organizer .priceList table.type02 {
  border: 1px solid #DDDDDD;
  width: 100%;
}
@media screen and (min-width: 750px) {
  #hall_organizer .priceList table.type02 col:first-child {
    width: 15.83333333%;
  }
}
#hall_organizer .priceList table.type02 tr:first-child th {
  color: #fff;
  background-color: #777777;
}
#hall_organizer .priceList table.type02 tr:not(:first-child) th {
  background-color: #F0F0F0;
}
#hall_organizer .priceList table.type02 tr:not(.pc) th {
  text-align: left;
}
#hall_organizer .priceList table.type02 tr:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}
#hall_organizer .priceList table.type02 th, #hall_organizer .priceList table.type02 td {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 16px;
  border-right: 1px solid #dddddd;
}
@media screen and (max-width: 749px) {
  #hall_organizer .priceList table.type02 th, #hall_organizer .priceList table.type02 td {
    padding: 2.1333333333vw 4.2666666667vw;
    border-right: none;
    width: 100%;
    display: block;
  }
}
#hall_organizer .priceList table.type02 th:last-child, #hall_organizer .priceList table.type02 td:last-child {
  border-right: none;
}
#hall_organizer .priceList table.type02 td {
  text-align: right;
}
@media screen and (max-width: 749px) {
  #hall_organizer .priceList table.type02 td {
    text-align: left;
  }
}
@media screen and (min-width: 750px) {
  #hall_organizer .priceList table.type02 col:not(:first-child) {
    width: 42.083333335%;
  }
}
#hall_organizer .equipmentOutline {
  padding: 60px 0;
}
@media screen and (max-width: 749px) {
  #hall_organizer .equipmentOutline {
    padding: 6.4vw 0;
  }
}
#hall_organizer .equipmentOutline sup {
  font-size: 0.625rem;
}
#hall_organizer .equipmentOutline table {
  width: 100%;
}
#hall_organizer .equipmentOutline table tr {
  border-bottom: 1px solid #DDDDDD;
}
#hall_organizer .equipmentOutline table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
#hall_organizer .equipmentOutline table th, #hall_organizer .equipmentOutline table td {
  font-size: 1rem;
  line-height: 1.5;
  padding: 16px;
}
@media screen and (max-width: 749px) {
  #hall_organizer .equipmentOutline table th, #hall_organizer .equipmentOutline table td {
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
    display: block;
  }
}
#hall_organizer .equipmentOutline table th {
  width: 18.66666667%;
  color: #777777;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}
@media screen and (max-width: 749px) {
  #hall_organizer .equipmentOutline table th {
    width: 100%;
    padding-top: 4.2666666667vw;
    padding-bottom: 2.1333333333vw;
  }
}
#hall_organizer .equipmentOutline table td {
  width: 81.33333333%;
}
@media screen and (max-width: 749px) {
  #hall_organizer .equipmentOutline table td {
    width: 100%;
    padding-top: 0;
    padding-bottom: 4.2666666667vw;
  }
}

#info .mainvisual {
  background-image: url(../img/info/mv_pc.webp);
}
@media screen and (max-width: 749px) {
  #info .mainvisual {
    background-image: url(../img/info/mv_sp.webp);
  }
}
#info .access {
  padding: 120px 4vw 60px;
}
@media screen and (max-width: 749px) {
  #info .access {
    padding: 12.8vw 6.4vw 6.4vw;
  }
}
#info .access._02 {
  padding-top: 60px;
}
@media screen and (max-width: 749px) {
  #info .access._02 {
    padding-top: 6.4vw;
  }
}
#info .access .map {
  padding-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #info .access .map {
    padding-bottom: 4.2666666667vw;
  }
}
#info .access .map .gmap_iframe {
  aspect-ratio: 60/23;
  max-width: 1200px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1010px) {
  #info .access .map .gmap_iframe {
    min-height: 360px;
  }
}
@media screen and (max-width: 749px) {
  #info .access .map .gmap_iframe {
    max-width: 87.2vw;
    min-height: 53.8666666667vw;
  }
}
#info .access .access_box {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 24px 0;
}
@media screen and (max-width: 749px) {
  #info .access .access_box {
    gap: 6.4vw;
    padding: 4.2666666667vw 0;
  }
}
#info .access .access_box:last-of-type {
  padding-bottom: 0;
}
#info .access .access_box h3 {
  font-size: 1.25rem;
  font-weight: 400;
  padding-top: 32px;
  position: relative;
}
@media screen and (max-width: 749px) {
  #info .access .access_box h3 {
    font-size: 1.125rem;
    padding-top: 6.4vw;
  }
}
#info .access .access_box h3::before {
  content: "";
  display: block;
  width: calc(100% - 25px);
  height: 1px;
  background-color: #DDDDDD;
  position: absolute;
  top: 0%;
  right: 0;
}
#info .access .access_box h3::after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #003E7F;
  position: absolute;
  top: 0%;
  left: 0;
}
#info .access .access_box .contents_detail {
  padding: 0;
  border-width: 1px 0 0 0;
}
#info .access .access_box .contents_detail dl {
  justify-content: flex-start;
  gap: 24px;
  padding: 16px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .contents_detail dl {
    gap: 2.1333333333vw;
    padding: 4.2666666667vw;
  }
}
#info .access .access_box .contents_detail dl::before {
  display: none;
}
#info .access .access_box .contents_detail dl dt {
  max-width: 200px;
  width: 100%;
  padding-right: 0;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .contents_detail dl dt {
    max-width: 100%;
  }
}
#info .access .access_box .contents_detail dl dd {
  max-width: 944px;
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .contents_detail dl dd {
    max-width: 100%;
  }
}
#info .access .access_box .box_contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .box_contents {
    gap: 6.4vw;
  }
}
#info .access .access_box .box_contents .box_ttl {
  padding: 8px 16px;
  font-size: 1.125rem;
  background-color: #F0F0F0;
  border-radius: 3px;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .box_contents .box_ttl {
    padding: 2.1333333333vw 4.2666666667vw;
    font-size: 1rem;
  }
}
#info .access .access_box ul li {
  padding-left: 24px;
  line-height: 1.75;
  position: relative;
}
@media screen and (max-width: 749px) {
  #info .access .access_box ul li {
    padding-left: 6.4vw;
  }
}
#info .access .access_box ul li::before {
  position: absolute;
  content: "・";
  left: 0;
}
#info .access .access_box ul li:not(:first-child) {
  margin-top: 8px;
}
@media screen and (max-width: 749px) {
  #info .access .access_box ul li:not(:first-child) {
    margin-top: 2.1333333333vw;
  }
}
#info .access .access_box ul li.note {
  font-size: 0.875rem;
  padding-left: 20px;
}
@media screen and (max-width: 749px) {
  #info .access .access_box ul li.note {
    padding-left: 5.3333333333vw;
  }
}
#info .access .access_box ul li.note::before {
  content: "※";
}
#info .access .access_box .box_txt {
  line-height: 1.75;
}
#info .access .access_box .btn_wrap {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .btn_wrap {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
#info .access .access_box .btn_wrap .basic-main-btn:nth-child(1) {
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .btn_wrap .basic-main-btn:nth-child(1) {
    max-width: 100%;
  }
}
#info .access .access_box .btn_wrap .basic-main-btn:nth-child(2) {
  max-width: 344px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .btn_wrap .basic-main-btn:nth-child(2) {
    max-width: 100%;
  }
}
#info .access .access_box .btn_wrap .cmn-btn01 {
  gap: 16px;
  padding: 19px 24px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #info .access .access_box .btn_wrap .cmn-btn01 {
    padding: 5.3333333333vw 6.4vw;
  }
}
#info .access .access_box .btn_wrap .cmn-btn01 .btn-icon_blank svg {
  width: 24px;
  height: 24px;
}
#info .access .access_box .btn_wrap .cmn-btn01:hover svg {
  fill: #003E7F;
}
#info .access .parking_img {
  padding-bottom: 24px;
}
@media screen and (max-width: 749px) {
  #info .access .parking_img {
    padding-bottom: 4.2666666667vw;
  }
}
#info .access table {
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
#info .access table th, #info .access table td {
  padding: 16px;
  border: 1px solid #ddd;
  max-width: 33.3333333333%;
  width: 100%;
}
@media screen and (max-width: 749px) {
  #info .access table th, #info .access table td {
    padding: 4.2666666667vw;
  }
}
#info .access table th {
  color: #fff;
  font-weight: 400;
  background-color: #777777;
}
@media screen and (min-width: 750px) {
  #info .access table.row5 th:first-child, #info .access table.row5 td:first-child {
    width: 23.20534224%;
  }
  #info .access table.row5 th:nth-child(2), #info .access table.row5 td:nth-child(2) {
    width: 9.93322204%;
  }
  #info .access table.row5 th:nth-child(n+3), #info .access table.row5 td:nth-child(n+3) {
    width: 22.12020033%;
  }
}
@media screen and (max-width: 749px) {
  #info .access table.col_sp tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: solid #ddd;
    border-width: 1px 1px 0 1px;
    text-align: left;
  }
  #info .access table.col_sp tr.pc {
    display: none;
  }
  #info .access table.col_sp tr:last-child {
    border-width: 1px;
  }
  #info .access table.col_sp tr td {
    max-width: 100%;
    border: none;
    padding: 2.1333333333vw 4.2666666667vw;
  }
  #info .access table.col_sp tr td:first-child {
    background-color: #F0F0F0;
  }
}
#info .access .otherService_wrap {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  #info .access .otherService_wrap {
    padding-top: 8.5333333333vw;
  }
}
#info .access .otherService_wrap .otherService {
  width: 50%;
}
@media screen and (max-width: 749px) {
  #info .access .otherService_wrap .otherService {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  #info .access .otherService_wrap .otherService > a {
    flex-direction: row;
  }
}
#info .access .otherService_wrap .service_img {
  max-width: 180px;
}
@media screen and (max-width: 749px) {
  #info .access .otherService_wrap .service_img {
    max-width: 18.6666666667vw;
  }
}
#info .access .otherService_wrap .txt {
  line-height: 1.8;
}