@charset "UTF-8";

/*道後温泉3館待ち時間／利用状況　縦*/
/*--------------------------------------*/
.-facilities .p-homeWaiting_header_name{
  line-height: 1.3;
  font-size: min(23px, 1.6vw);
}
.-facilities .-honkan .p-homeWaiting_header_name{
  font-size: min(26px, 1.87vw);
  margin-bottom: 0.1em;
}
.-facilities .-honkan .p-homeWaiting_header_lead{
  font-size: min(1.07vw, 14px);
  margin-bottom: 0.3em;
}
.-facilities .-honkan .p-homeWaiting_header_lead:last-child{
  margin-bottom: 1.2em;
}
.-facilities .-honkan .p-homeWaiting_hours,.p-homeWaiting_hours {
	display: block;
}
.-waitings .-honkan .p-homeWaiting_header_name{
  margin: 0.7em 0 1.4em;
}
@media screen and (max-width: 750px) {
  .-facilities .-honkan .p-homeWaiting_header_lead{
    font-size: 3.7333333333vw;
  }
  .-facilities .p-homeWaiting_header_name{
    line-height: 1.5;
    font-size: 5.0666666667vw;
  }
  .-facilities .-honkan .p-homeWaiting_header_name{
    font-size: 5.0666666667vw;
  }
}
.p-homeWaiting_hours_title {
	/* width: fit-content; */
	margin-bottom: 0.5em;
}
.p-homeWaiting_hours_grid{
	grid-template-columns: none;
}
.p-homeWaiting_hours_grid .name::before{
  content: none;
}
.p-homeWaiting_hours_grid span:nth-child(2n){
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 0.5em;
}
.p-homeWaiting_hours_grid span:nth-child(2n)::before{
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/ico_clock.svg") no-repeat center;
  background-size: contain;
}

.p-homeWaiting_hours ul {
    width: 100%;
}
.p-homeWaiting_table_col1 {
	display: block;
}
/* .p-homeWaiting_table_col1 dl {
	width: 100%;
} */
.p-homeWaiting_table_col1 dl dt {
	width: 19%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4%;
}
.p-homeWaiting_table_col1 dl dd {
    width: 77%;
}
.p-homeWaiting_table_col1_reserved {
	display: block;
}
.p-homeWaiting_table_col1_reserved dl,.p-homeWaiting_table_col1_reserved dl:nth-child(2) {
	width: 100%;
}

.p-homeWaiting_table_col1_reserved dl dt,.p-homeWaiting_table_col1_reserved dl:nth-child(2) dt {
	width: 43%;
	margin-right: 4%;
}
.p-homeWaiting_table_col1_reserved dl dd,.p-homeWaiting_table_col1_reserved dl:nth-child(2) dd {
	width: 53%;
}
/* .p-homeWaiting_table_col2 {
	display: block;
}
.p-homeWaiting_table_col2 dl {
	width: 100%;
}
.p-homeWaiting_table_col2 dl dt {
	width: 19%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 4%;
}
.p-homeWaiting_table_col2 dl dd {
    width: 77%;
} */
.p-homeWaiting_table_col2_reserved {
	display: block;
}
.p-homeWaiting_table_col2_reserved dl,.p-homeWaiting_table_col2_reserved dl:nth-child(2) {
	width: 100%;
}

.p-homeWaiting_table_col2_reserved dl dt,.p-homeWaiting_table_col2_reserved dl:nth-child(2) dt {
	width: 43%;
	margin-right: 4%;
  padding: 0 1em;
}
.p-homeWaiting_table_col2_reserved dl dd,.p-homeWaiting_table_col2_reserved dl:nth-child(2) dd {
	width: 53%;
}

/*道後温泉3館待ち時間／利用状況　営業時間*/
/*--------------------------------------*/
.p-homeWaiting_hours {
  display: block;
}
.p-homeWaiting_hours .p-homeWaiting_hours_title {
  margin-bottom: 0.5em;
}
.p-homeWaiting_hours ul {
  width: 100%;
}
.p-homeWaiting_hours ul li {
  display: block;
  width: 100%;
}
.p-homeWaiting_hours ul li:before {
  content: unset;
}
.p-homeWaiting_hours ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 0.5em;
  line-height: 1.6;
}
.p-homeWaiting_hours ul li span:nth-child(2)::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/ico_clock.svg) no-repeat center;
  background-size: contain;
}
.p-homeWaiting_hours ul li:not(:last-of-type) {
  margin-bottom: 0.3em;
}

/*歴史をつなぐ　未来にのこす　道後温泉本館　縦*/
/*--------------------------------------*/
.p-homeHonkan_title {
  display: block;
  font-size: min(5.234375vw, 48px);
  writing-mode: unset;
  white-space: normal;
  letter-spacing: 0;
  margin-top: 3.5em;
/*  padding-left: 2em;*/
}
.p-homeHonkan_title span {
  font-size: min(3.90625vw, 40px);
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .p-homeHonkan_title {
    font-size: 3.2vw;
    margin-top: 0;
    padding-left: 0;
  }
  .p-homeHonkan_title span {
    font-size: min(3.90625vw, 50px);
    line-height: 1.5;
    letter-spacing: -0.011em;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .p-homeHonkan_title {
    font-size: 9.6vw;
    margin-top: 0;
  }
  .p-homeHonkan_title span {
    font-size: 8vw;
  }
}

/*フッター　縦*/
/*--------------------------------------*/
.p-homeInfo_list li a span {
	padding: 0.1em 0.7em;
	writing-mode: unset;
	font-size: min(2.34375vw, 24px);
  width: 92%;
}
@media screen and (max-width: 750px) {
  .p-homeInfo_list li a span {
      font-size: 5.8vw;
      width: 71%;
  }
}

/*右バナー　縦*/
/*--------------------------------------*/
.p-homeReserve {
  max-width: 140px;
  bottom: 17vw;
}
@media screen and (max-width: 750px) {
    .p-homeReserve.-show {
        right: 2vw;
        width: 26%;
        bottom: 33vw;
    }
}

/*MVスライド画像*/
/*--------------------------------------*/
.p-homeMv_pic.-window {
  background: url("../img/home/mv/bg_home_mv_window.webp") no-repeat center;
  background-image: -webkit-image-set(url("../img/home/mv/bg_home_mv_window.webp") 1x, url("../img/home/mv/bg_home_mv_window@2x.webp") 2x);
  background-image: image-set(url("../img/home/mv/bg_home_mv_window.webp") 1x, url("../img/home/mv/bg_home_mv_window@2x.webp") 2x);
  background-size: contain;
}
.p-homeMv_pic.-tyouchin {
  background: url("../img/home/mv/bg_home_mv_tyouchin.webp") no-repeat center;
  background-image: -webkit-image-set(url("../img/home/mv/bg_home_mv_tyouchin.webp") 1x, url("../img/home/mv/bg_home_mv_tyouchin@2x.webp") 2x);
  background-image: image-set(url("../img/home/mv/bg_home_mv_tyouchin.webp") 1x, url("../img/home/mv/bg_home_mv_tyouchin@2x.webp") 2x);
  background-size: contain;
}
.p-homeMv_pic.-hachiman {
  background: url("../img/home/mv/bg_home_mv_hachiman.webp") no-repeat center;
  background-image: -webkit-image-set(url("../img/home/mv/bg_home_mv_hachiman.webp") 1x, url("../img/home/mv/bg_home_mv_hachiman@2x.webp") 2x);
  background-image: image-set(url("../img/home/mv/bg_home_mv_hachiman.webp") 1x, url("../img/home/mv/bg_home_mv_hachiman@2x.webp") 2x);
  background-size: contain;
}
.p-homeMv_pic.-rocker {
  background: url("../img/home/mv/bg_home_mv_rocker.webp") no-repeat center;
  background-image: -webkit-image-set(url("../img/home/mv/bg_home_mv_rocker.webp") 1x, url("../img/home/mv/bg_home_mv_rocker@2x.webp") 2x);
  background-image: image-set(url("../img/home/mv/bg_home_mv_rocker.webp") 1x, url("../img/home/mv/bg_home_mv_rocker@2x.webp") 2x);
  background-size: contain;
}
@media screen and (max-width: 750px){
  .p-homeMv_pic.-window {
    background: url("../img/home/mv/bg_home_mv_window_sp.webp") no-repeat center;
    background-size: cover;
  }
  .p-homeMv_pic.-tyouchin {
    background: url("../img/home/mv/bg_home_mv_tyouchin_sp.webp") no-repeat center;
    background-size: cover;
  }
  .p-homeMv_pic.-hachiman {
    background: url("../img/home/mv/bg_home_mv_hachiman_sp.webp") no-repeat center;
    background-size: cover;
  }
  .p-homeMv_pic.-rocker {
    background: url("../img/home/mv/bg_home_mv_rocker_sp.webp") no-repeat center;
    background-size: cover;
  }
}