@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
body {
  margin: 0;
  padding: 0;
}

#pm-wrapper {
  padding-top: 45vw;
  font-family: "Shippori Mincho", Sans-serif;
}

@media only screen and (min-width: 768px) {
  #pm-wrapper {
    width: 90%;
    padding-top: 300px;
    width: 1100px;
    margin: auto;
    max-width: 1100px;
    position: relative;
  }
}

.pmker-title {
  font-size: 6vw;
  color: #B59245;
  position: absolute;
  top: 17vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "Shippori Mincho", Sans-serif;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .pmker-title {
    font-size: 2.5rem;
    top: 120px;
  }
}

.l-header {
  background: #fff;
  height: 70px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

@media only screen and (min-width: 768px) {
  .l-header {
    height: 100px;
  }
}

.l-header .l-header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .l-header h1 {
    padding-top: 15px;
  }
}

.l-header h1 img {
  width: 150px;
}

@media only screen and (min-width: 768px) {
  .l-header h1 img {
    width: auto;
  }
}

.l-header .tel {
  padding-top: 15px;
  display: none;
}

@media only screen and (min-width: 1280px) {
  .l-header .tel {
    display: inherit;
  }
}

.l-header .tel img {
  width: 198px;
}

.l-header .global {
  margin-left: auto;
  margin-right: 50px;
  padding-top: 15px;
  display: none;
  white-space: nowrap;
}

@media only screen and (min-width: 1280px) {
  .l-header .global {
    display: inherit;
  }
}

.l-header .global ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.l-header .global ul li {
  margin-left: 37px;
}

.l-header .global ul li a {
  color: #B59245;
  font-family: "Shippori Mincho", Sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.l-header .global ul li a:hover {
  text-decoration: none;
}

.fix_reserve {
  position: fixed;
  bottom: 40vh;
  right: -12em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  padding: 35px 10px 5px 0px;
  color: #fff;
  background: #B59245;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  z-index: 10;
  font-family: "Shippori Mincho", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  z-index: 999;
  display: none;
}

@media only screen and (min-width: 1280px) {
  .fix_reserve {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.fix_reserve::after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  bottom: 30px;
  left: 25px;
}

.fix_reserve.show {
  right: 0;
}

.fix_reserve h2 {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 400;
  letter-spacing: .2rem;
}

.fix_reserve h2 span {
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  margin-top: .7em;
  font-size: 14px;
  font-family: "jost";
  line-height: 1;
  -webkit-writing-mode: rl-tb;
  -ms-writing-mode: rl-tb;
  writing-mode: rl-tb;
  font-weight: normal;
  letter-spacing: .1rem;
}

.fix_reserve .fix_reserve_li {
  position: relative;
  margin-top: -5px;
}

.fix_reserve .fix_reserve_li li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 20px;
}

.fix_reserve .fix_reserve_li li::before {
  content: "■";
  display: block;
  font-size: 0.3rem;
  margin-right: .5rem;
  position: relative;
  top: -0px;
}

.fix_reserve .fix_reserve_li a {
  color: #FFFFFF;
  display: block;
  text-decoration: none;
  font-size: 1rem;
}

.l-footer {
  background: #ccc;
  color: #FFFFFF;
  position: relative;
  background: url(https://www.hotel-tango-kingdom.com/wp-content/uploads/2025/07/2024.11.27-004.jpg) center center/cover no-repeat;
  font-family: "Shippori Mincho", Sans-serif;
  margin-top: 100px;
}

.l-footer a {
  color: #FFFFFF;
}

.l-footer::after {
  display: block;
  content: "";
  background: #100000;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .7;
}

.l-footer .footer-inner {
  position: relative;
  z-index: 90;
  padding: 20px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .footer-inner {
    padding: 50px 100px;
  }
}

.l-footer .add {
  margin-bottom: 10px;
  margin-top: 20px;
}

.l-footer .mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .mail {
    margin-bottom: 0;
  }
}

.l-footer .mail svg {
  width: 20px;
  margin-right: .7rem;
}

@media only screen and (min-width: 1025px) {
  .l-footer .fcont-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer .fcont-wrap ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}

@media only screen and (min-width: 1025px) {
  .l-footer .fcont-wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.l-footer .fcont-wrap ul li {
  margin-right: 30px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .fcont-wrap ul li {
    margin-bottom: 0;
  }
}

.l-footer .fcont-wrap .time {
  margin-top: 20px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .fcont-wrap .time {
    margin-left: 20px;
    mask-type: 15px;
  }
}

.l-footer .fcont-wrap .icon {
  width: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.l-footer .fcont-wrap .privacy {
  margin-left: auto;
  font-size: 90%;
  margin-top: 40px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1025px) {
  .l-footer .fcont-wrap .privacy {
    margin-top: 0;
    padding-bottom: 0;
  }
}

.icon {
  fill: #ffffff;
  margin-right: .2rem;
}

.copy {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 80%;
  padding-bottom: 50px;
  font-size: 3vw;
}

@media only screen and (min-width: 768px) {
  .copy {
    font-size: 0.8rem;
    margin-top: 50px;
  }
}

@media only screen and (min-width: 1280px) {
  .copy {
    padding-bottom: 0;
  }
}

.pm-footer {
  display: none;
}

/*========= ハンバーガーメニュー ===============*/
.openbtn {
  position: fixed;
  z-index: 99999;
  /*ボタンを最前面に*/
  top: 13px;
  right: 10px;
  cursor: pointer;
  width: 70px;
  height: 65px;
  -webkit-transition: .5s;
  transition: .5s;
}

@media only screen and (min-width: 1025px) {
  .openbtn {
    top: 23px;
    right: 10px;
  }
}

@media only screen and (min-width: 1280px) {
  .openbtn {
    display: none;
  }
}

.openbtn.active {
  position: fixed;
}

.openbtn.fixed {
  top: 18px;
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all .1s;
  transition: all .1s;
  position: absolute;
  left: 22px;
  height: 3px;
  border-radius: 2px;
  background-color: #B59245;
  width: 35%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active span:nth-of-type(1) {
  /*top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-35deg);
    width: 60%;
        background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .1s;
  transition: all .1s;
  position: absolute;
  left: 22px;
  height: 3px;
  border-radius: 2px;
  background-color: #B59245;
  width: 35%;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  top: 14px;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  /*top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(35deg);
    width: 60%;
    background-color: $black;*/
  display: inline-block;
  -webkit-transition: all .1s;
  transition: all .1s;
  position: absolute;
  left: 23px;
  height: 3px;
  border-radius: 2px;
  background-color: #B59245;
  width: 35%;
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
  top: 38px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: white;
  opacity: 0;
  -webkit-transition: height 0.2s ease, opacity 0.2s ease, padding 0.2s ease, top 0.2s ease, background 0.2s ease;
  transition: height 0.2s ease, opacity 0.2s ease, padding 0.2s ease, top 0.2s ease, background 0.2s ease;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  padding: 0 0;
  color: #B59245;
  font-family: "Shippori Mincho", Sans-serif;
}

#g-nav ul {
  list-style: none;
}

#g-nav ul li {
  margin-bottom: 25px;
}

#g-nav ul a {
  color: #B59245;
  font-size: 1.2rem;
  font-weight: 400;
}

/* 開いたとき */
#g-nav.panelactive {
  height: 390px;
  opacity: 1;
  top: 68px;
  padding: 20px 0;
  /* 必要に応じて調整 */
  z-index: 9999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
}

#g-nav.panelactive #g-nav-list a {
  -webkit-transition: .5s;
  transition: .5s;
}

#g-nav.panelactive #g-nav-list a:hover {
  opacity: .5;
}

/*モーダルを開くボタン*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 20px;
  font-family: "Shippori Mincho", Sans-serif;
}

@media only screen and (min-width: 768px) {
  .modal-content {
    padding: 20px 20px 40px;
  }
}

.modal-content h2 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #B59245;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.modal-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .modal-content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.modal-content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .modal-content li {
    margin-right: 60px;
  }
}

.modal-content li span {
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .modal-content li span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.modal-content input, .modal-content select {
  padding: 10px;
  font-size: 1.3rem;
  font-family: "Shippori Mincho", Sans-serif;
}

.modal-content .select_wrap {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .modal-content .select_wrap {
    margin-right: 10px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .modal-content .sp-ones {
    margin-bottom: 10px;
  }
}

.modal-content select {
  padding-left: 40px;
  text-align: right;
}

.modal-content #search-button {
  background: #B59245;
  border: none;
  width: 80%;
  display: block;
  margin: 50px auto 0;
  color: #FFFFFF;
  padding: 15px 0;
  font-family: "Shippori Mincho", Sans-serif;
  font-size: 1rem;
}

@media only screen and (min-width: 768px) {
  .modal-content #search-button {
    width: 400px;
    margin: 20px auto 0;
  }
}

.sp-fix {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
}

@media only screen and (min-width: 1280px) {
  .sp-fix {
    display: none;
  }
}

.sp-fix ul {
  margin: 0;
  padding: 0;
  font-family: "Shippori Mincho", Sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
}

.sp-fix ul li {
  width: 50%;
}

.sp-fix ul li i {
  font-size: 1.3rem;
  margin-right: .5rem;
}

.sp-fix ul li a {
  display: block;
  background: rgba(181, 146, 69, 0.8);
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  height: 20px;
  text-decoration: none;
  position: relative;
}

.sp-fix ul li.reserve {
  position: relative;
}

.sp-fix ul li.reserve::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #FFFFFF;
  position: absolute;
}
