@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
#spa {
  color: var(--mainColor);
}
#spa .page_title {
  text-align: center;
  padding-bottom: 100px;
}
#spa .page_title p {
  margin: 50px 0 0 0;
}
#spa h2,
#facility_info h2,
#relaxation h2 {
  text-align: center;
  font-size: 36px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 600;
  margin: 0 0 50px;
  padding: 0;
}
#spa .contents_bgi {
  background: url(../p_common/images/bgi_contents.png) no-repeat center top / cover;
}
#spa .contents_bgi .wrap {
  padding: 100px 0;
}
#spa .contents_bgi .wht_box {
  background: #fff;
  padding: 50px;
  justify-content: flex-start;
  gap: 50px;
}
#spa .contents_bgi .wht_box .image {
  width: 450px;
  height: auto;
}
#spa .contents_bgi .wht_box .image img {
  width: 100%;
  border-radius: 10px;
}
#spa .contents_bgi .wht_box .image img + img {
  margin-top: 50px;
}
#spa .contents_bgi .wht_box .contents {
  width: calc(100% - 450px - 50px);
}
#spa .contents_bgi .wht_box .contents table {
  margin: 20px 0;
  color: var(--mainColor);
  width: 100%;
}
#spa .contents_bgi .wht_box .contents table tr {
  width: 100%;
  border-top: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
}
#spa .contents_bgi .wht_box .contents table tr th,
#spa .contents_bgi .wht_box .contents table tr td {
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 500;
  vertical-align: middle;
  padding: 15px 0;
}
#spa .contents_bgi .wht_box .contents table tr th {
  width: 30px;
}
#spa .contents_bgi .wht_box .contents table tr td {
  width: 110px;
  text-align: center;
}
#spa .contents_bgi .wht_box .contents table tr td.txt {
  width: calc(100% - 140px);
  text-align: left;
}
#facility_info .wrap {
  padding: 100px 0;
}
#facility_info .cts_block:not(:first-of-type) {
  margin: 100px 0 0 0;
}
#facility_info .cts_list {
  gap: 60px;
}
#facility_info .cts_block .img {
  width: 100%;
}
#facility_info .cts_block .img img {
  border-radius: 10px;
}
#facility_info .cts_block h4 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 600;
  margin: 10px 0 0 0;
}
#facility_info .cts_block .txt {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
}
#relaxation {
  background: #F0F0DC;
}
#relaxation .wrap {
  padding: 50px 0 100px 0;
}
#relaxation .col a {
  text-decoration: none;
  color: var(--mainColor);
}
#relaxation .col .img {
  width: 100%;
}
#relaxation .col .img img {
  border-radius: 10px;
}
#relaxation .col .link_txt {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 1.8em;
  padding: 0 40px 0 0;
  margin: 20px 0 0 0;
  position: relative;
}
#relaxation .col .link_txt:before {
  content: '';
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid var(--mainColor);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
}
#relaxation .col .link_txt:after {
  content: '';
  width: 14px;
  height: 6px;
  background: url(../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#relaxation .col a:hover .link_txt:after {
  animation: relaxationArrow .3s ease-out .1s forwards;
}
@keyframes relaxationArrow {
  0% {
    right: 14px;
    opacity: 0;
  }
  50% {
    right: calc(14px + 5px);
    opacity: 1;
  }
  100% {
    right: 14px;
  }
}
ul.caution li + li {
  margin-top: 5px;
}



/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
#spa .contents_bgi {
  background: url(../p_common/images/bgi_contents_sp.png) no-repeat center top / cover;
}
#spa h2 {
  margin: 0 0 30px;
  padding: 0;
}
#spa h2 img {
  max-width: 200px;
}
#spa .page_title {
  padding-bottom: 60px;
}
#spa .page_title p {
  margin: 30px 0 0 0;
  text-align: left;
  font-size: 14px;
}
#spa .contents_bgi .wrap {
  padding: 50px 0;
}
#spa .contents_bgi .wht_box {
  padding: 50px 20px;
  gap: 20px;
}
#spa .contents_bgi .wht_box .image,
#spa .contents_bgi .wht_box .contents {
  width: 100%;
}
#spa .contents_bgi .wht_box .contents p {
  font-size: 14px;
}
#spa .contents_bgi .wht_box .contents table tr td {
  width: 90px;
}
#spa .contents_bgi .wht_box .contents table tr td.txt {
  width: calc(100% - 120px);
}
#facility_info .wrap {
  padding: 50px 0;
}
#facility_info .cts_list {
  gap: 30px;
}
#facility_info .cts_block h4 {
  font-size: 14px;
}
#facility_info .cts_block .txt {
  text-align: left;
  font-size: 14px;
}
#lower #facility_info .cts_block .cts_title {
  text-align: left!important;
}
#facility_info .cts_block:not(:first-of-type) {
  margin: 50px 0 0 0;
}
#relaxation .wrap {
  padding: 50px 0;
}
#spa .contents_bgi .wht_box .image img + img {
  margin-top: 20px;
}
  
  
  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}