/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit::after {
  background: url(../img/stay-slow/pagetit_bg.png) center;
  background-size: cover;
}

#stay-active #pagetit::after {
  background: url(../img/stay-active/pagetit_bg.png) center;
  background-size: cover;
}

.day_sec {
  padding: 48px 0 80px;
}
.day_sec .day_tit {
  width: calc(100% + 50px);
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  color: #4e7faa;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.day_sec .day_tit > span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
}
.day_sec .day_tit > span::after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
  display: block;
  width: 8px;
  height: 8px;
  background: currentColor;
  border-radius: 50%;
}
.day_sec .day_tit .time {
  display: inline-block;
  margin-right: 24px;
}
.day_sec .day_tit::after {
  content: "";
  display: block;
  width: 10px;
  height: 0;
  border-top: 1px solid currentColor;
  flex-grow: 1;
}
.day_sec .day_tit.reverse {
  margin-left: -50px;
}
.day_sec .day_tit.reverse::after {
  order: -10;
}
.day_sec .day_tit.reverse > span {
  min-width: 320px;
  padding-right: 0;
  padding-left: 24px;
}
.day_sec .day_tit.reverse > span::after {
  right: auto;
  left: 0;
}
.day_sec .day_lead {
  margin-bottom: 80px;
  letter-spacing: 0.3em;
}
.day_sec .day_lead.ls02 {
  letter-spacing: 0.2em;
}
.day_sec .day_col {
  align-items: flex-start;
}
.day_sec .day_col .col_img {
  position: relative;
  width: 64.9%;
  max-width: 636px;
}
.day_sec .day_col .col_img:has(.img_caption)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.day_sec .day_col .col_img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}
.day_sec .day_col .col_txt {
  width: 30.2%;
}
.day_sec .day_col02 {
  align-items: flex-start;
  margin-top: 64px;
}
.day_sec .day_col02 .col_img {
  width: 54.3%;
  max-width: 532px;
}
.day_sec .day_col02 .col_img .img {
  position: relative;
  width: 47.6%;
  max-width: 253px;
}
.day_sec .day_col02 .col_img .img:has(.img_caption)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.day_sec .day_col02 .col_img .img .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 12px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}
.day_sec .day_col02 .col_txt {
  width: 30.2%;
  margin: 0 auto;
}
.day_sec .day_img {
  margin-bottom: 40px;
  text-align: center;
}
.day_sec .day_img + p {
  max-width: 800px;
  margin: 0 auto;
}
.day_sec .day_btn {
  margin-top: 48px;
  line-height: 1;
  text-align: right;
}
.day_sec .day_btn .btn {
  width: 400px;
}
.day_sec .day_btn.reverse {
  text-align: left;
}

@media screen and (max-width: 810px) {
  .day_sec {
    padding: 48px 0 32px;
  }
  .day_sec .day_tit {
    width: calc(100% + 50px);
    margin-bottom: 32px;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
  .day_sec .day_tit > span {
    padding-right: 24px;
  }
  .day_sec .day_tit > span::after {
    top: calc(50% - 3px);
    width: 7px;
    height: 7px;
  }
  .day_sec .day_tit .time {
    margin-right: 16px;
  }
  .day_sec .day_tit::after {
    content: "";
    display: block;
    width: 10px;
    height: 0;
    border-top: 1px solid currentColor;
    flex-grow: 1;
  }
  .day_sec .day_tit.reverse {
    margin-left: 0;
  }
  .day_sec .day_tit.reverse::after {
    order: 0;
  }
  .day_sec .day_tit.reverse > span {
    min-width: 0;
    padding-right: 24px;
    padding-left: 0;
  }
  .day_sec .day_tit.reverse > span::after {
    right: 0;
    left: auto;
  }
  .day_sec .day_lead {
    margin-bottom: 24px;
    letter-spacing: 0.3em;
  }
  .day_sec .day_lead.ls02 {
    letter-spacing: 0.2em;
  }
  .day_sec .day_col .col_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .day_sec .day_col .col_txt {
    width: 100%;
  }
  .day_sec .day_col02 {
    margin-top: 64px;
  }
  .day_sec .day_col02 .col_img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
  .day_sec .day_col02 .col_img .img {
    max-width: 100%;
  }
  .day_sec .day_col02 .col_img .img .img_caption {
    padding: 8px 12px;
  }
  .day_sec .day_col02 .col_txt {
    width: 100%;
    margin: 0 auto;
  }
  .day_sec .day_img {
    margin-bottom: 24px;
  }
  .day_sec .day_btn {
    margin-top: 32px;
    text-align: left;
  }
  .day_sec .day_btn .btn {
    width: 300px;
  }
  .day_sec .day_btn.reverse {
    text-align: left;
  }
}
/* ---------------------------------------------------
		stay_lead
------------------------------------------------------ */
#stay_lead {
  margin-top: 72px;
  padding: 192px 0 112px;
  background: url(../img/common/bg_nami.png) no-repeat center top 170px;
  text-align: center;
}
@media screen and (min-width: 2001px) {
  #stay_lead {
    background-size: 100%;
  }
}
#stay_lead .lead_mv {
  position: relative;
  max-width: 800px;
  margin: 0 auto 40px;
}
#stay_lead .lead_mv:has(.img_caption)::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
#stay_lead .lead_mv .img_caption {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.5;
}
#stay_lead .lead_tit {
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.6em;
  text-align: center;
}
#stay_lead .lead_tit .big {
  font-size: 1.8rem;
  letter-spacing: 0.6em;
}
#stay_lead .lead_tit02 {
  margin-bottom: 72px;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #stay_lead {
    margin-top: 0;
    padding: 72px 0 48px;
    background: url(../img/common/bg_nami.png) no-repeat center top 100px;
    background-size: 1000px;
    text-align: center;
  }
  #stay_lead .lead_mv {
    margin-bottom: 40px;
  }
  #stay_lead .lead_tit {
    margin-bottom: 32px;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0.6em;
    text-align: center;
  }
  #stay_lead .lead_tit .big {
    font-size: 1.8rem;
    letter-spacing: 0.6em;
  }
  #stay_lead .lead_tit02 {
    margin-bottom: 40px;
  }
}
/* ---------------------------------------------------
	tourism
------------------------------------------------------ */
#tourism {
  margin-bottom: 192px;
  padding: 104px 0 80px;
  background: url(../img/stay-slow/tourism_bg_01.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
#tourism .tourism_txt {
  font-size: 1.4rem;
  letter-spacing: 0.6em;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  line-height: 2;
}
#tourism .tourism_lead {
  margin-top: 32px;
  text-shadow: 0 0 8px #fff, 0 0 8px #fff;
  letter-spacing: 0.6em;
}
#tourism .tourism_btn {
  margin-top: 80px;
  line-height: 1;
  text-align: center;
}
#tourism .tourism_btn .btn {
  width: 400px;
  background: linear-gradient(90deg, rgba(30, 60, 100, 0.9) 0%, rgba(30, 60, 100, 0.9) 40%, rgba(218, 218, 218, 0.9) 60%, rgba(218, 218, 218, 0.9) 100%);
  background-position: 100% 100%;
  background-size: 250%;
}
@media (any-hover: hover) {
  #tourism .tourism_btn .btn:hover {
    background-position: 0% 100%;
  }
}

@media screen and (max-width: 810px) {
  #tourism {
    margin-bottom: 96px;
    padding: 48px 0 72px;
  }
  #tourism .tourism_txt {
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    line-height: 2;
  }
  #tourism .tourism_lead {
    margin-top: 32px;
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff, 0 0 8px #fff;
    font-size: 1.6rem;
    letter-spacing: 0.6em;
  }
  #tourism .tourism_btn {
    margin-top: 80px;
  }
  #tourism .tourism_btn .btn {
    width: 300px;
  }
}
/* ---------------------------------------------------
	stay-slow
------------------------------------------------------ */
#stay-slow .sec_tit {
  margin-bottom: 0;
}
#stay-slow #day1 {
  padding-top: 48px;
}
#stay-slow #day1_01 {
  padding-top: 24px;
}
#stay-slow #day1_04 .day_bg {
  margin-top: 64px;
  padding: 64px 0 60px;
  background: url(../img/stay-slow/day1_bg_01.jpg) no-repeat center;
  background-size: cover;
}
#stay-slow #day1_04 .day_bg .day_img {
  margin-bottom: 208px;
}
#stay-slow #day2 {
  padding: 96px 0 32px;
}
#stay-slow #day2_01 {
  padding-top: 24px;
}
#stay-slow #day2_07 p {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 810px) {
  #stay-slow .sec_tit {
    margin-bottom: 0;
  }
  #stay-slow #day1 {
    padding-top: 48px;
  }
  #stay-slow #day1_01 {
    padding-top: 24px;
  }
  #stay-slow #day1_04 {
    padding-bottom: 0;
  }
  #stay-slow #day1_04 .day_bg {
    margin-top: 48px;
    padding: 48px 0 200px;
    background: url(../img/stay-slow/day1_bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  #stay-slow #day1_04 .day_bg .day_img {
    margin-bottom: 32px;
  }
  #stay-slow #day2 {
    padding: 96px 0 32px;
  }
  #stay-slow #day2_01 {
    padding-top: 32px;
  }
}
/* ---------------------------------------------------
	stay-active
------------------------------------------------------ */
#stay-active .sec_tit {
  margin-bottom: 0;
}
#stay-active #day1 {
  padding-top: 48px;
}
#stay-active #day1_01 {
  padding-top: 24px;
}
#stay-active #day1_04 .day_bg {
  margin-top: 64px;
  padding: 64px 0 60px;
  background: url(../img/stay-active/day1_bg_01.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
}
#stay-active #day1_04 .day_bg .day_img {
  margin-bottom: 208px;
}
#stay-active #day2 {
  padding: 96px 0 32px;
}
#stay-active #day2_01 {
  padding-top: 24px;
}
#stay-active #day2_07 p {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 810px) {
  #stay-active .sec_tit {
    margin-bottom: 0;
  }
  #stay-active #day1 {
    padding-top: 48px;
  }
  #stay-active #day1_01 {
    padding-top: 24px;
  }
  #stay-active #day1_04 {
    padding-bottom: 0;
  }
  #stay-active #day1_04 .day_bg {
    margin-top: 48px;
    padding: 48px 0 200px;
    background: url(../img/stay-active/day1_bg_01.jpg) no-repeat center;
    background-size: cover;
  }
  #stay-active #day1_04 .day_bg .day_img {
    margin-bottom: 32px;
  }
  #stay-active #day2 {
    padding: 96px 0 32px;
  }
  #stay-active #day2_01 {
    padding-top: 32px;
  }
}