@charset "UTF-8";
.publicbathTable {
  max-width: 70%;
  width: 100%;
  margin: 0 auto;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 1300px) {
  .publicbathTable {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .publicbathTable {
    max-width: none;
  }
}
.publicbathTable tr:first-child th,
.publicbathTable tr:first-child td {
  border-top: 1px solid #999999;
}
.publicbathTable th,
.publicbathTable td {
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.publicbathTable th {
  font-size: 1.9rem;
  padding: 20px 24px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .publicbathTable th {
    font-size: 1.5rem;
    padding-inline: 5px;
  }
}
.publicbathTable th:first-child {
  background: #efefef;
  width: 18%;
}
.publicbathTable thead th {
  font-weight: 600;
}
.publicbathTable td {
  width: 43%;
  padding: 20px 50px;
}
@media screen and (max-width: 1250px) {
  .publicbathTable td {
    padding: 20px 25px;
  }
}
@media (max-width: 767px) {
  .publicbathTable td {
    width: 41%;
    padding: 20px 12px;
  }
}
.publicbathTable td .text {
  font-size: 1.7rem;
}
@media (max-width: 1024px) {
  .publicbathTable td .text {
    font-size: 1.4rem;
  }
}
.publicbathTable td .text .time {
  font-size: 1.9rem;
}
@media (max-width: 1024px) {
  .publicbathTable td .text .time {
    font-size: 1.5rem;
  }
}
.publicbathTable td .text.mr {
  margin-right: -50px;
}
@media screen and (max-width: 1250px) {
  .publicbathTable td .text.mr {
    margin-right: -25px;
  }
}
@media (max-width: 767px) {
  .publicbathTable td .text.mr {
    margin-right: 0;
  }
}
.publicbathTable td .subTitle {
  display: block;
  width: 120px;
  text-align: center;
  padding: 5px 5px;
  border: 1px solid #999999;
  margin: 1lh 0 10px;
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .publicbathTable td .subTitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .publicbathTable td .subTitle {
    width: 100%;
  }
}
.publicbathTable td .cautionList {
  margin: 1lh 0 0;
  font-size: 1.4rem;
}
@media (max-width: 1024px) {
  .publicbathTable td .cautionList {
    font-size: 1.3rem;
  }
}
.publicbathTable td .cautionList > li {
  margin-left: 1em;
  text-indent: -1em;
}
.publicbathTable td .cautionList > li::before {
  content: "※";
}
@media (min-width: 1025px) {
  .publicbathTable td.center .text {
    text-align: center;
  }
  .publicbathTable td.center .subTitle {
    margin-inline: auto;
  }
}
.publicbathTable tr.fee td {
  width: 39%;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .publicbathTable tr.fee td {
    width: 41%;
  }
}
.publicbathTable tr.fee td .text {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .publicbathTable tr.fee td .text {
    font-size: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .publicbathTableWrap {
    overflow-x: auto;
    margin-right: calc(50% - 50vw);
    padding-right: 5vw;
  }
}
.publicbath .noteWrap {
  max-width: 70%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 1300px) {
  .publicbath .noteWrap {
    max-width: 80%;
  }
}
@media screen and (max-width: 1200px) {
  .publicbath .noteWrap {
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .publicbath .noteWrap {
    margin: 0 auto 40px;
  }
}
.publicbath .noteTitle {
  margin: 50px 0 0;
}
@media (max-width: 1024px) {
  .publicbath .noteTitle {
    margin: 40px 0 0;
  }
}
.publicbath .noteList > li {
  margin-left: 0.5em;
  text-indent: -0.5em;
}
.publicbath .noteList > li::before {
  content: "・";
}

.toTopOuter {
  border-top: none;
  margin-top: 0;
}

#publicbath h2 {
  font-size: 2.4rem;
  color: #000;
  margin-bottom: 35px;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  #publicbath h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.publicbathBlock p.secTitle02 {
  margin-bottom: 20px;
}
.publicbathBlock .slideList {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .publicbathBlock .slideList {
    margin-top: 25px;
  }
}
.publicbathBlock .slideList + .arrows + p {
  margin-bottom: 30px;
}
.publicbathBlock .slideList .slick-slide img {
  aspect-ratio: 1250/511;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .publicbathBlock .slideList .slick-slide img {
    aspect-ratio: 375/230;
  }
}
.publicbathBlock .slideList .slick-slide p {
  text-align: center;
  margin-top: 10px;
}
.publicbathBlock .slideList .slick-counter {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-family: "acumin-variable", sans-serif;
  width: 305px;
  margin: 30px auto 70px;
}
@media (max-width: 1024px) {
  .publicbathBlock .slideList .slick-counter {
    width: 70%;
    max-width: 305px;
    margin: 15px auto 20px;
  }
}
.publicbathBlock .slideList .slick-counter .bar {
  overflow: hidden;
  position: relative;
  background: #cacaca;
  width: 100%;
  height: 1px;
  margin: 0 10px;
}
.publicbathBlock .slideList .slick-counter .bar::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 70px;
  height: 1px;
  animation: borderAnim 3.5s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}
.publicbathBlock .imgWrap {
  position: relative;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .publicbathBlock .imgWrap {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
.publicbathBlock .imgWrap p {
  position: absolute;
  bottom: 18px;
  right: 25px;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .publicbathBlock .imgWrap p {
    bottom: 5px;
    right: 12px;
  }
}
.publicbathBlock .imgWrap img {
  aspect-ratio: 1250/511;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 1024px) {
  .publicbathBlock .imgWrap img {
    aspect-ratio: initial;
  }
}
.publicbathBlock .imgWrap.grid {
  display: grid;
  grid-template-columns: 70% 30%;
}
@media (max-width: 1024px) {
  .publicbathBlock .imgWrap.grid {
    margin-inline: calc(50% - 50vw);
  }
}
.publicbathBlock .imgWrap.grid .photo01 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.publicbathBlock .imgWrap.grid .photo01 img {
  aspect-ratio: 880/525;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publicbathBlock .imgWrap.grid .photo02,
.publicbathBlock .imgWrap.grid .photo03 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.publicbathBlock .imgWrap.grid .photo02 img,
.publicbathBlock .imgWrap.grid .photo03 img {
  aspect-ratio: 395/263;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.publicbathBlock .imgWrap.grid .photo03 {
  grid-row: 2/3;
}
.publicbathBlock .tableWrap {
  display: flex;
  font-feature-settings: "palt";
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap {
    flex-direction: column;
  }
}
.publicbathBlock .tableWrap dl {
  display: flex;
  width: 48.3%;
}
.publicbathBlock .tableWrap dl.w100 {
  width: 100%;
}
.publicbathBlock .tableWrap dl.w100 dt {
  width: 12%;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl.w100 dt {
    width: 100%;
    justify-content: center;
  }
}
.publicbathBlock .tableWrap dl.w100 dd {
  width: 88%;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl.w100 dd {
    width: 100%;
  }
}
.publicbathBlock .tableWrap dl.w100 + .w100 dt,
.publicbathBlock .tableWrap dl.w100 + .w100 dd {
  border-top: none;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl {
    width: 100%;
    display: block;
  }
}
.publicbathBlock .tableWrap dl dt,
.publicbathBlock .tableWrap dl dd {
  padding: 26px 0;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl dt,
  .publicbathBlock .tableWrap dl dd {
    padding: 12px 0;
  }
}
.publicbathBlock .tableWrap dl dt {
  color: #142335;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid #142335;
  border-bottom: 1px solid #142335;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl dt {
    width: 100%;
    text-align: center;
    background: #f7f7f5;
    border-bottom: none;
  }
}
.publicbathBlock .tableWrap dl dd {
  width: 75%;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.publicbathBlock .tableWrap dl:nth-of-type(n + 3) dt {
  border-top: none;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl:nth-of-type(n + 3) dt {
    border-top: 1px solid #142335;
  }
}
.publicbathBlock .tableWrap dl:nth-of-type(n + 3) dd {
  border-top: none;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap dl:nth-of-type(n + 3) dd {
    border-top: 1px solid #c2c2c2;
  }
}
.publicbathBlock .tableWrap + .btn {
  text-align: center;
}
@media (max-width: 1024px) {
  .publicbathBlock .tableWrap + .btn {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@keyframes borderAnim {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.detailOuter {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .detailOuter {
    margin-bottom: 25px;
  }
}
.detailOuter .detailList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 33px;
}
@media (max-width: 767px) {
  .detailOuter .detailList {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }
}
.detailOuter .detailList .secTitle02 {
  margin-bottom: 8px;
  text-transform: capitalize;
}

/* =========================================================
amenity
========================================================= */
.amenity {
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 70px;
  border-top: 1px solid #cacaca;
}
@media (max-width: 767px) {
  .amenity {
    padding-top: 30px;
    margin-bottom: 40px;
    margin-top: 30px;
  }
}
.amenityBtn {
  display: none;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  background: #fff;
  padding: 20px 5%;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .amenityBtn {
    display: flex;
    align-items: center;
  }
}
.amenityBtn span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #ab8d4b;
  width: 25px;
  height: 25px;
  margin-left: auto;
  color: #ab8d4b;
}
.amenityBtn.on span {
  padding-bottom: 3px;
  font-size: 1.8rem;
}
.amenityBtn.on + .wrapper {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .amenity .wrapper {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: all 0.2s;
  }
}
.amenityTitle {
  margin: 35px 0 20px;
}
@media (max-width: 767px) {
  .amenityTitle {
    margin: 20px 0 15px;
  }
}
.amenityTitle:first-child {
  margin-top: 0;
}
.amenityTitle a {
  color: #4d4d4d;
  font-family: YuGothic, "游ゴシック", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", Meiryo, "メイリオ", Verdana, sans-serif;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .amenityTitle a {
    display: block;
    font-size: 1.3rem;
  }
}
.amenityList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
  gap: 10px;
}
@media (max-width: 767px) {
  .amenityList {
    grid-template-columns: repeat(3, 1fr);
  }
}
.amenityList li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #fff;
  padding: 20px 5px 10px;
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .amenityList li {
    border-radius: 10px;
    padding: 15px 3px 7px;
    font-size: 1.2rem;
  }
}
.amenityList li .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
}
.amenityList li .icon img {
  max-height: 45px;
}
.amenityList li .name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 3em;
  text-align: center;
  line-height: 1.2;
  text-transform: capitalize;
}
.amenityList li .star {
  position: absolute;
  top: 10px;
  left: 10px;
  line-height: 1;
  color: #ab8d4b;
}
.amenityList li .price {
  position: absolute;
  bottom: -2.2em;
  left: 0;
  right: 0;
  text-align: center;
}
.amenityList li .price_02 {
  position: absolute;
  bottom: -3.4em;
  left: 0;
  right: 0;
  text-align: center;
}
.amenityList li .price_02 span {
  margin-top: -3px;
  display: block;
  line-height: 1.5;
  letter-spacing: -1px;
}
.amenityList.starList {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .amenityList.starList {
    margin-bottom: 50px;
    gap: 30px 10px;
  }
}
.amenityList + .note {
  margin-top: 20px;
}
.amenityList + .note + .amenityTitle {
  margin-top: 30px;
}
.amenity .disc {
  display: flex;
  gap: 1em;
  margin: 20px 0;
}
@media (max-width: 767px) {
  .amenity .disc {
    display: block;
  }
}

body.lang_en .publicbath .tabArea.pageTop ul li {
  min-width: 370px;
}
@media (max-width: 1024px) {
  body.lang_en .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_en .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_fr .publicbath .tabArea.pageTop ul li {
  min-width: 525px;
}
@media (max-width: 1024px) {
  body.lang_fr .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_fr .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_de .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 530px;
}
@media (max-width: 1024px) {
  body.lang_de .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_de .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_de .publicbath .tabArea.pageTop ul li {
  min-width: 410px;
}
@media (max-width: 1024px) {
  body.lang_de .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_de .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_de .amenityList li .name {
  word-break: break-all;
}

body.lang_es .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 495px;
}
@media (max-width: 1024px) {
  body.lang_es .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_es .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_es .publicbath .tabArea.pageTop ul li {
  min-width: 400px;
}
@media (max-width: 1024px) {
  body.lang_es .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_es .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_th .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 405px;
}
@media (max-width: 1024px) {
  body.lang_th .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_th .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_th .publicbath .tabArea.pageTop ul li {
  min-width: 365px;
}
@media (max-width: 1024px) {
  body.lang_th .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_th .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_vi .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 405px;
}
@media (max-width: 1024px) {
  body.lang_vi .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_vi .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_vi .publicbath .tabArea.pageTop ul li {
  min-width: 370px;
}
@media (max-width: 1024px) {
  body.lang_vi .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_vi .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_it .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 485px;
}
@media (max-width: 1024px) {
  body.lang_it .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_it .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_it .publicbath .tabArea.pageTop ul li {
  min-width: 440px;
}
@media (max-width: 1024px) {
  body.lang_it .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_it .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

/* MSマレー語、IDインドネシア語追加 */
body.lang_ms .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 530px;
}
@media (max-width: 1024px) {
  body.lang_ms .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_ms .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_ms .publicbath .tabArea.pageTop ul li {
  min-width: 390px;
}
@media (max-width: 1024px) {
  body.lang_ms .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_ms .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_id .publicbath .tabArea.pageTop ul.hotel li {
  min-width: 395px;
}
@media (max-width: 1024px) {
  body.lang_id .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_id .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_id .publicbath .tabArea.pageTop ul li {
  min-width: 360px;
}
@media (max-width: 1024px) {
  body.lang_id .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_id .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body.lang_ar .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_ar .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  body.lang_ar .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_ar .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}

body.lang_ru .publicbath .tabArea.pageTop ul.hotel li:first-of-type {
  min-width: 714px;
}
@media (max-width: 1024px) {
  body.lang_ru .publicbath .tabArea.pageTop ul.hotel li:first-of-type {
    min-width: initial;
  }
}

@media (max-width: 1024px) {
  body.lang_ru .publicbath .tabArea.pageTop ul.hotel li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_ru .publicbath .tabArea.pageTop ul.hotel li {
    width: 100%;
  }
}

body.lang_ru .publicbath .tabArea.pageTop ul li {
  min-width: 360px;
}
@media (max-width: 1024px) {
  body.lang_ru .publicbath .tabArea.pageTop ul li {
    min-width: initial;
  }
}
@media (max-width: 767px) {
  body.lang_ru .publicbath .tabArea.pageTop ul li {
    width: 100%;
  }
}/*# sourceMappingURL=publicbath_maihama_common.css.map */