@charset "UTF-8";

#mv{
  position: relative;
  color: #fff;
}
#mv .img{
  position: relative;
}
#mv .img span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
#mv .tit{
  text-align: center;
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: clamp(22px, 4vw, 46px);
  line-height: 1;
  font-family: 'EB Garamond', serif;
  font-weight: 300;
}
#mv .tit span{
  display: block;
  font-size: clamp(11px, 2vw, 22px);
  font-family: "Noto Serif JP", serif;
  margin-top: 2%;
}
#mv .txt-box{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 300;
  position: absolute;
  bottom: 3%;
  left: 0;
  letter-spacing: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#mv .txt-box .midashi{
  font-size: clamp(16px, 3vw, 36px);
  line-height: 2;
  margin-left: 20%;
}
#mv .txt-box .txt{
  font-size: clamp(11px, 2vw, 26px);
  line-height: 2;
}
@media screen and (max-width: 930px) {
  #mv{
    margin-top: 62px;
  }
  #mv .tit span{
    margin-top: 4%;
  }
  #mv .txt-box{
    position: relative;
    bottom: initial;
    margin: 5% 0;
    color: #4C4948;
  }
  #mv .txt-box .midashi{
    font-size: clamp(16px, 3vw, 36px);
    line-height: 1.6;
    margin-left: 8%;
  }
  #mv .txt-box .txt{
    font-size: clamp(11px, 2vw, 26px);
    line-height: 2;
  }
}

.sec1{
  padding: 20px 0 120px;
  background-color: #F5F3F0;
}
.loop-img{
  margin: 0 0 120px;
}
.loop-img p{
  margin: 0 10px;
  position: relative;
}
.loop-img p span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
.sec1 .route{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 120px;
}
.sec1 .time-box{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.sec1 .time-box .time1{
  width: 70%;
}
.sec1 .time-box .time2{
  width: 90%;
}
.sec1 .time-box .notes{
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1.6;
  margin: 10px 0 30px;
}
@media screen and (max-width: 930px) {
  .sec1{
    padding: 10px 0 30px;
  }
  .loop-img{
    margin: 0 0 40px;
  }
  .loop-img p{
    margin: 0 2px;
  }
  .loop-img p span{
    bottom: 5px;
    right: 5px;
  }
  .sec1 .route{
    margin: 0 auto 40px;
  }
  .sec1 .time-box .time1{
    width: 100%;
  }
  .sec1 .time-box .time2{
    width: 90%;
  }
  .sec1 .time-box .notes{
    margin: 10px 0 20px;
  }
}

.sec2 .box1{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 120px 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: row-reverse;
}
.sec2 .img{
  position: relative;
}
.sec2 .img span{
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
  text-align: right;
}
.sec2 .box1 .txt-box{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-left: 4%;
}
.sec2 .box1 .txt-box .midashi{
  font-weight: 300;
  font-size: clamp(20px, 3vw, 36px);
  line-height: 1.8;
  margin-left: 8%;
}
.sec2 .box1 .txt-box .txt{
  font-size: clamp(11px, 2vw, 20px);
  line-height: 2;
}
.sec2 .box1 .txt-box .txt span{
  -ms-text-combine-horizontal: all;
  -webkit-text-combine: horizontal;
  text-combine-upright: all;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.sec2 .obi{
  background-color: #F5F3F0;
  padding: 10px;
}
.sec2 .obi .txt{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sec2 .obi .txt strong{
  display: block;
  font-size: clamp(16px, 2vw, 28px);
  line-height: 1;
  font-weight: 300;
}
.sec2 .obi .txt span{
  display: block;
  font-size: clamp(10px, 1.4vw, 16px);
  line-height: 1;
  font-weight: 300;
}
.sec2 .simu{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 80px 0;
}
.sec2 .simu.flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-flow: row-reverse;
  flex-wrap: wrap;
}
.sec2 .simu.flex .time{
  width: 60%;
}
.sec2 .simu.flex .time span{
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1.6;
  margin: 10px 0 0;
  display: block;
}
.sec2 .simu.flex .img{
  width: 34%;
}
@media screen and (max-width: 930px) {
  .sec2 .box1{
    padding: 60px 0;
    display: block;
  }
  .sec2 .img{
    width: 80%;
    margin: 0 auto;
  }
  .sec2 .img span{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    text-align: right;
  }
  .sec2 .box1 .txt-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto 4%;
  }
  .sec2 .box1 .txt-box .midashi{
    margin-left: 5%;
  }
  .sec2 .obi{
    background-color: #F5F3F0;
    padding: 10px;
  }
  .sec2 .obi .txt{
    display: block;
    width: 100%;
  }
  .sec2 .obi .txt strong{
  }
  .sec2 .obi .txt span{
    display: none;
  }
  .sec2 .obi-note{
    padding: 10px;
    font-size: 10px;
  }
  .sec2 .simu{
    padding: 10px 0 30px;
  }
  .sec2 .simu.flex{
    display: block;
  }
  .sec2 .simu.flex .time{
    width: 90%;
    margin: 3% auto 0;
  }
  .sec2 .simu.flex .time span{
    font-size: clamp(10px, 1.2vw, 14px);
    line-height: 1.6;
    margin: 10px 0 0;
    display: block;
  }
  .sec2 .simu.flex .img{
    width: 80%;
  }
}