@charset "UTF-8";

/* ====================
   Stay Page
==================== */

#page-slug-stay-girls #hero {
  background-image: url(/assets/img/stay/girls_hd_kv.jpg);
}
#page-slug-stay-student #hero {
  background-image: url(/assets/img/stay/student_hd_kv.jpg);
}
#page-slug-stay-family #hero {
  background-image: url(/assets/img/stay/family_hd_kv.jpg);
}


/* --------------------
   Intro Section
-------------------- */
#stay-intro {
  text-align: center;
  margin-bottom: 80px;
}

.stay-intro--inner {
  max-width: 1000px;
  margin: 0 auto;
}

.stay-intro--title {
  font-family: var(--ff-en-tenor);
  font-size: var(--fz-l);
  letter-spacing: 0.2em;
  color: var(--cl-main);
  margin-bottom: 20px;
  line-height: 1.5;
}

.stay-intro--subtitle {
  font-size: var(--fz-l);
  font-weight: 600;
  margin-bottom: 30px;
  color: #555;
  letter-spacing: 0.1em;
}

.stay-intro--text {
  font-size: var(--fz-m);
  line-height: 2.2;
  margin-bottom: 50px;
  color: #666;
}

.stay-intro--illust {
  width: 80%;
  margin: auto;
}
.stay-girls .stay-intro--illust {
  max-width: 489px;
}
.stay-student .stay-intro--illust {
  max-width: 544px;
}
.stay-family .stay-intro--illust {
  max-width: 684px;
}


/* --------------------
   Timeline Section
-------------------- */
#stay-timeline {
  margin: 0 auto 100px;
  position: relative;
}
.stay-timeline--inner {
  width: 86%;
  margin: auto;
}

.stay-spot {
  display: flex;
  flex-direction: column-reverse;
}

.ss-content-txt,
.ss-content-ph {
  position: relative;
}
.ss-content-txt {
  z-index: 2;
}

.ss--time {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--cl-main);
  border-radius: 50%;
  background: #fff;
  margin-bottom: 20px
}
.ss--time span {
  font-family: var(--ff-en-tenor);
  font-size: var(--fz-l);
  color: var(--cl-main);
}

.ss--title {
  font-size: var(--fz-ll);
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--cl-main);
  line-height: 1.4;
}

.ss--desc {
  font-size: var(--fz-m);
  line-height: 1.8;
  margin-bottom: 25px;
  color: #555;
}

.ss--point {
  padding: 12px 16px;
  border: 2px dotted var(--cl-main);
  border-radius: 10px;
}
.ss--point h4 {
  font-size: var(--fz-m);
  color: var(--cl-main);
  line-height: 1;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.ss--point-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.ss--point-list li {
  position: relative;
  font-size: var(--fz-l);
  font-weight: 600;
  color: var(--cl-main);
  line-height: 1;
  margin-bottom: 8px;
  padding-left: 1em;
}
.ss--point-list li::before {
  content: '●';
  position: absolute;
  top: 0.1rem;
  left: 0;
  color: var(--cl-main);
  font-size: 0.8rem;
}
.ss--point-note {
  font-size: var(--fz-s);
  text-align: justify;
}


/* 女子旅 */
.sg--spot1 .ss-content-txt {
  margin-top: -50px;
}
.sg--spot1 .ss-content-ph {
  width: 84%;
  margin: auto;
  padding-left: 30px;
}
.sg--s1-ph1::before {
  content: '';
  display: block;
  position: absolute;
  top: 12%;
  left: -66px;
  width: 120px;
  height: 65px;
  background-image: url(/assets/img/stay/sg_s1_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sg--spot2 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sg--spot2 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 88px;
  height: 73px;
  background-image: url(/assets/img/stay/sg_s2_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sg--spot3 .ss-content-txt {
  margin-top: -10px;
}
.sg--s3-ph1::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -76px;
  right: -10px;
  width: 100px;
  height: 67px;
  background-image: url(/assets/img/stay/sg_s3_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sg--spot5 .ss-content-ph {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0 3%;
}
.sg--spot5 .ss-content-ph > div {
  flex: 1;
}
.sg--s5-ph2 {
  padding-bottom: 5%;
}
.sg--s5-ph2::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -88px;
  right: 15px;
  width: 48px;
  height: 83px;
  background-image: url(/assets/img/stay/sg_s5_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 学生旅 */
.sst--spot1 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sst--spot1 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: -10px;
  right: 66px;
  width: 92px;
  height: 127px;
  background-image: url(/assets/img/stay/sst_s1_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sst--spot2 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sst--s2-ph1::before {
  content: '';
  display: block;
  position: absolute;
  top: 8%;
  left: 0;
  width: 120px;
  height: 65px;
  background-image: url(/assets/img/stay/sg_s1_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sst--s2-ph1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  right: 30%;
  width: 120px;
  height: 53px;
  background-image: url(/assets/img/stay/ss_s4_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sst--spot3 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sst--spot3 .ss-content-txt {
  margin-top: -10px;
}
.sst--spot3 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 54px;
  right: -20px;
  width: 122px;
  height: 30px;
  background-image: url(/assets/img/stay/sst_s3_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sst--spot5 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sst--spot5 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 40px;
  right: 0;
  width: 106px;
  height: 47px;
  background-image: url(/assets/img/stay/sst_s5_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

/* 家族旅 */
.sf--spot1 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sf--spot1 .ss-content-txt {
  margin-top: -80px;
}
.sf--spot1 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 33px;
  right: 16px;
  width: 74px;
  height: 64px;
  background-image: url(/assets/img/stay/sf_s1_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sf--spot3 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sf--spot3 .ss-content-txt {
  margin-top: -10px;
}
.sf--spot3 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 54px;
  right: 10px;
  width: 122px;
  height: 52px;
  background-image: url(/assets/img/stay/sf_s3_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sf--spot4 .ss-content-txt {
  margin-top: -50px;
}
.sf--spot4 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  width: 92px;
  height: 80px;
  background-image: url(/assets/img/stay/sf_s4_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sf--spot4 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sf--s4-ph1::before {
  content: '';
  display: block;
  position: absolute;
  top: 8%;
  left: 0;
  width: 120px;
  height: 65px;
  background-image: url(/assets/img/stay/sg_s1_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.sf--s4-ph1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  right: 30%;
  width: 120px;
  height: 53px;
  background-image: url(/assets/img/stay/ss_s4_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.sf--spot5 .ss-content-ph {
  width: 100%;
  margin-bottom: 30px;
}
.sf--spot5 .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
  width: 76px;
  height: 131px;
  background-image: url(/assets/img/stay/sf_s5_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}


/* Spot Common */
.ss--hotel .ss-content-txt::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 53px;
  background-image: url(/assets/img/stay/ss_s4_illust.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.ss--hotel .ss-content-txt .ss--desc {
  margin-bottom: 0;
}
.ss--hotel .ss-content-ph {
  margin: 0 0 30px;
}
.ss--hotel .ss--s-ph1 {
  width: 82%;
  margin: auto;
}
.ss--hotel .ss--s-ph2 {
  position: absolute;
  width: 20%;
  right: 0;
  top: -48px;
}


/* --------------------
   Conect
-------------------- */
.ss--conect {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.ss--conect--info {
  position: absolute;
  top: 40%;
  left: calc(50% + 20px);
  color: var(--cl-main);
  text-align: left;
}

.ss--conect--car img {
  width: 35px;
  height: auto;
}
.ss--conect--walk img {
  width: 18px;
  height: auto;
}

.sg-connector__text {
  font-size: 1.3rem;
  color: var(--cl-main);
  background: #fdfdfb;
  padding: 5px 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

/* --------------------
   Bottom Navigation
-------------------- */
.stay--nav {
  width: 90%;
  margin: auto;
}

.stay--nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.stay--nav-list li {
  width: 100%;
  max-width: 350px;
}

.stay--nav-list a {
  display: block;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.stay--nav-list a:hover {
  transform: translateY(-5px);
  opacity: 0.9;
}

.stay--nav-list img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}


/* --------------------------------------------------
   PC Overrides
-------------------------------------------------- */
@media (min-width: 769px) {
  
/* --------------------
   Intro Section
-------------------- */
  #stay-intro {
    margin-bottom: 180px;
  }
  .stay-intro--title {
    font-size: var(--fz-28);
    line-height: 1.8;
    letter-spacing: 0.05em;
    margin-left: 0.05em;
  }
  .stay-intro--subtitle {
    font-size: var(--fz-24);
  }
  .stay-intro--text {
    font-size: var(--fz-13);
    margin-bottom: 120px;
  }
  #page-slug-stay-girls .stay-intro--illust {
    width: 400px;
  }
  #page-slug-stay-student .stay-intro--illust {
    width: 426px;
  }
  #page-slug-stay-family .stay-intro--illust {
    width: 516px;
  }
  
  
/* --------------------
   Timeline Section
-------------------- */
  #stay-timeline {
    margin-bottom: 200px;
  }
  .stay-timeline--inner {
    width: 100%;
  }
  
  .stay-spot {
    flex-direction: row;
    justify-content: center;
  }

  .stay-spot:nth-of-type(even) {
    flex-direction: row-reverse;
  }

  .ss--time {
    width: 76px;
    height: 76px;
    margin-left: -15px;
  }
  .ss--time span {
    font-size: var(--fz-21);
  }
  
  .ss--title {
    font-size: var(--fz-18);
    line-height: 1.6;
    white-space: nowrap;
  }
  
  .ss--desc {
    font-size: var(--fz-13);
    margin-bottom: 40px;
  }
  
  .ss--point {
    width: 332px;
    padding: 15px 20px;
  }
  .ss--point h4 {
    font-size: var(--fz-15);
    font-weight: 600;
  }
  .ss--point-list li {
    font-size: var(--fz-16);
  }
  .ss--point-note {
    font-size: var(--fz-12);
  }
  
  /* 女子旅 */
  .sg--spot1 .ss-content-txt {
    margin-left: 34px;
    padding-top: 50px;
  }
  .sg--spot1 .ss-content-ph {
    width: 426px;
    margin-left: 60px;
    margin-right: 0;
    padding: 0;
  }
  .sg--s1-ph1::before {
    top: 70px;
    left: -80px;
    width: 158px;
    height: 84px;
  }
  
  .sg--spot2 .ss-content-txt {
    margin-left: 60px;
    margin-right: 126px;
  }
  .sg--spot2 .ss-content-ph {
    width: 518px;
    margin-bottom: 0px;
  }
  .sg--spot2 .ss-content-txt::before {
    top: 70px;
    width: 112px;
    height: 93px;
  }
  
  .sg--spot3 .ss-content-txt {
    margin-left: 128px;
    padding-top: 50px;
  }
  .sg--spot3 .ss-content-ph {
    width: 530px;
    margin-left: 60px;
  }
  .sg--s3-ph1::before {
    bottom: -50px;
    left: -20px;
    width: 134px;
    height: 90px;
  }
  
  .sg--spot5 {
    flex-direction: row-reverse;
  }
  .sg--spot5 .ss-content-txt {
    margin-left: 60px;
    margin-right: 126px;
    padding-top: 100px;
  }
  .sg--spot5 .ss-content-ph {
    width: 277px;
    margin-left: 50px;
  }
  .sg--s5-ph2 {
    position: absolute;
    width: 246px;
    right: -500px;
    top: -120px;
  }
  .sg--s5-ph2::before {
    bottom: -80px;
    left: -52px;
    width: 68px;
    height: 120px;
  }
  
  /* 学生旅 */
  .sst--spot1 {
    flex-direction: row-reverse;
  }
  .sst--spot1 .ss-content-txt {
    margin-right: 70px;
  }
  .sst--spot1 .ss-content-txt .ss--time {
    margin-left: -34px;
  }
  .sst--spot1 .ss-content-txt .ss--desc {
    margin-bottom: 20px;
  }
  .sst--spot1 .ss-content-ph {
    width: 363px;
    margin-right: 70px;
    padding: 0;
  }
  .sst--s1-ph1::before {
    top: 70px;
    left: -80px;
    width: 158px;
    height: 84px;
  }
  
  .sst--spot2 {
    flex-direction: row !important;
  }
  .sst--spot2 .ss-content-txt {
    margin-left: 122px;
    margin-right: 60px;
    padding-top: 20px
  }
  .sst--spot2 .ss-content-ph {
    width: 518px;
    margin-bottom: 0px;
  }
  .sst--s2-ph1::before {
    top: 87px;
    left: -78px;
    width: 158px;
    height: 84px;
  }
  .sst--s2-ph1::after {
    bottom: -43px;
    right: 200px;
    width: 150px;
    height: 66px;
  }
  
  .sst--spot3 {
    flex-direction: row-reverse !important;
  }
  .sst--spot3 .ss-content-txt {
    margin-left: 60px;
    margin-right: 104px;
    padding-top: 20px;
  }
  .sst--spot3 .ss-content-txt::before {
    top: 140px;
    right: -8px;
    width: 122px;
    height: 30px;
  }
  .sst--spot3 .ss-content-txt .ss--point {
    width: 380px;
  }
  .sst--spot3 .ss-content-ph {
    width: 420px;
  }
  
  .sst--spot5 {
    flex-direction: row;
  }
  .sst--spot5 .ss-content-txt {
    margin-right: 30px;
    margin-left: 126px;
    padding-top: 100px;
  }
  .sst--spot5 .ss-content-txt::before {
    top: 112px;
    right: -68px;
    width: 152px;
    height: 68px;
  }
  .sst--spot5 .ss-content-ph {
    width: 442px;
    margin-right: 200px;
  }
  
  /* ファミリー旅 */
  .sf--spot1 {
    flex-direction: row-reverse;
    align-items: flex-end;
  }
  .sf--spot1 .ss-content-txt::before {
    top: 58px;
    right: 32px;
    width: 74px;
    height: 64px;
  }
  .sf--spot1 .ss-content-ph {
    width: 363px;
    margin-right: 60px;
    margin-left: 30px;
    margin-bottom: 0;
    padding: 0;
  }
  
  .sf--spot3 .ss-content-txt {
    margin-right: 60px;
    padding-top: 108px;
  }
  .sf--spot3 .ss-content-txt::before {
    top: 114px;
    right: -36px;
    width: 166px;
    height: 70px;
  }
  .sf--spot3 .ss-content-txt .ss--point {
    width: 380px;
  }
  .sf--spot3 .ss-content-ph {
    width: 420px;
    margin-right: 20px;
    margin-bottom: 0;
  }
  .sf--spot3 .ss-content-ph .sf--s3-ph2 {
    width: 174px;
    position: absolute;
    top: 0;
    left: -234px;
  }
  
  .sf--spot4 .ss-content-txt {
    margin-left: 60px;
    margin-right: 60px;
    padding-top: 20px
  }
  .sf--spot4 .ss-content-txt::before {
    top: -26px;
    right: -5px;
    width: 135px;
    height: 120px;
  }
  .sf--spot4 .ss-content-ph {
    width: 530px;
    margin-bottom: 0px;
    padding-top: 15px;
  }
  .sf--s4-ph1::before {
    top: 87px;
    left: -78px;
    width: 158px;
    height: 84px;
  }
  .sf--s4-ph1::after {
    bottom: -43px;
    right: 200px;
    width: 150px;
    height: 66px;
  }
  
  .sf--spot5 {
    flex-direction: row;
  }
  .sf--spot5 .ss-content-txt {
    margin-right: 50px;
    margin-left: 28px;
    padding-top: 100px;
  }
  .sf--spot5 .ss-content-txt::before {
    top: 96px;
    right: 5px;
    width: 84px;
    height: 146px;
  }
  .sf--spot5 .ss-content-ph {
    width: 473px;
  }
  
  
  /* Spot Common */
  .ss--hotel {
    align-items: flex-end;
  }
  .ss--hotel .ss-content-txt {
    margin-left: 60px;
    margin-right: 70px;
  }
  .ss--hotel .ss-content-txt::before {
    content: none;
  }
  .ss--hotel .ss-content-ph {
    width: 348px;
    margin: 0;
  }
  .ss--hotel .ss--s-ph1 {
    width: 100%;
    padding-top: 36px;
  }
  .ss--hotel .ss--s-ph2 {
    width: 136px;
    right: -460px;
    top: -70px;
  }
  .ss--hotel .ss--s-ph2::before {
    content: '';
    display: block;
    position: absolute;
    top: 96px;
    left: -116px;
    width: 142px;
    height: 63px;
    background-image: url(/assets/img/stay/ss_s4_illust.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
  /* PC Conect */
  .ss--conect {
    padding: 60px 0;
  }
  
  
  /* PC Nav */
  .stay--nav-list {
    justify-content: center;
    gap: 30px;
  }

  .stay--nav-list li {
    flex: 0 1 280px;
    max-width: none;
  }
  
}
