@charset "UTF-8";



main .conPCS{
  max-width: 800px;
}

/* for sp*/
@media screen and (max-width: 767px) {

}

/*train
--------------------------------- */
.train{}
.train .mapMono{
  max-width: 920px;
  margin: 0 auto 140px auto;
}

/*train time*/
.time ul{
  display:flex;
  flex-wrap: wrap;
	justify-content: space-between;
  overflow: auto;
}
.time li{
  width: calc((320 / 1080) * 100%);
  margin: 0 0 80px 0;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-feature-settings: "palt";
}
.time li figure{
  position: relative;
}
.time li figure figcaption{
  position: absolute;
  right: 5px;
  bottom: 5px;
  font-size: 10px;
  text-align: right;
  letter-spacing: normal;
}
.time li div{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 15px 0 25px 0;
  border-bottom: 1px solid #202124;
}
.time li div p:nth-of-type(1){
  position: relative;
  font-size: clamp(calc(23px * 0.7), calc(23vw / 11.00), 23px);/*23 / 20*/
  line-height: 1.0;
  text-align: left;
  letter-spacing: 0.1em;
}
.time li div p:nth-of-type(1) span{
  position: absolute;
  left: 0;
  top: -1.5em;
  font-size: 11px;
  letter-spacing: normal;
}
.time li div p:nth-of-type(2){
  font-size: clamp(calc(36px * 0.7), calc(36vw / 11.00), 36px);/*36 / 30*/
  line-height: 1.0;
  text-align: right;
}
.time li div p:nth-of-type(2) span{
  font-size: calc((30 / 36) * 100%);
}

.time li div + p{
  margin: 10px 0 0 0;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 11.00), 13px);/*13 / 12*/
  text-align: right;
  line-height: 1.0;
}

/*train map*/
.train .map{
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}

/* for sp*/
@media screen and (max-width: 767px) {
  .train{}
  .train .mapMono{
    margin-bottom: 50px;
  }

  /*train time*/
  .time ul{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .time li{
    width: 100%;
    margin: 0 0 30px 0;
  }
  .time li figure{}
  .time li figure figcaption{}
  .time li div{
    padding: 15px 0 20px 0;
  }
  .time li div p:nth-of-type(1){
    font-size: clamp(calc(20px * 0.7), calc(20vw / 3.75), 20px);/*23 / 20*/
  }
  .time li div p:nth-of-type(2){
    font-size: clamp(calc(30px * 0.7), calc(30vw / 3.75), 30px);/*36 / 30*/
  }
  .time li div p:nth-of-type(2) span{}

  .time li div + p{
    font-size: clamp(calc(12px * 0.7), calc(12vw / 3.75), 12px);/*13 / 12*/
  }

  /*train map*/
  .train .map{
    margin-top: 30px;
  }
  
}
/* for SP landscape*/
@media screen and (max-width:767px) and (orientation: landscape) {

}

/* for tablet*/
@media only screen and (min-device-width: 768px) and (max-device-width: 834px) and (orientation:portrait) {
/*縦向きのみの記述 --- iPad Pro12.9はPC表示*/

}

/*presure
--------------------------------- */
.presure{
  padding: 115px 0;
  background: #d9bf78;
  color: #fff;
}
.presure ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.presure ul li{
  width: calc((320 / 1080) * 100%);
  margin: 50px 0 0 0;
  line-height: 1.0;
  font-feature-settings: "palt";
}
.presure ul li p:nth-of-type(1){
  margin: 15px 0 0 0;
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(18px * 0.7), calc(18vw / 11.00), 18px);/*18 / 18*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.presure ul li p:nth-of-type(2){
  margin: 10px 0 0 0;
  padding: 0 0 0 0.1em;
  font-size: clamp(calc(13px * 0.7), calc(13vw / 11.00), 13px);/*13 / 13*/
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.presure ul li p:nth-of-type(3){
  margin: 10px 0 0 0;
  font-size: clamp(calc(10px * 0.7), calc(10vw / 11.00), 10px);/*10 / 10*/
  letter-spacing: normal;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.presure li figure{
  position: relative;
}


/* for sp*/
@media screen and (max-width: 767px) {	
  .presure{
    padding: 40px 0;
  }
  .presure ul{  
    padding-top: 20px;
  }
  .presure ul li{
    width: 100%;
    margin: 30px 0 0 0;
  }
  .presure ul li p:nth-of-type(1){
    font-size: clamp(calc(18px * 0.7), calc(18vw / 3.75), 18px);/*18 / 18*/
  }
  .presure ul li p:nth-of-type(2){
    font-size: clamp(calc(13px * 0.7), calc(13vw / 3.75), 13px);/*13 / 13*/
  }
  .presure ul li p:nth-of-type(3){
    font-size: clamp(calc(10px * 0.7), calc(10vw / 3.75), 10px);/*10 / 10*/
  }
  .presure li figure{
    position: relative;
  }

}


/*set aos
--------------------------------- */
/* for pc*/
@media screen and (min-width: 768px) {
  .presure ul li:nth-of-type(3n+1){
    transition-delay: 0s;
  }
  .presure ul li:nth-of-type(3n+2){
    transition-delay: .1s;
  }
  .presure ul li:nth-of-type(3n){
    transition-delay: .2s;
  }

  .time ul li:nth-of-type(3n+1){
    transition-delay: 0s;
  }
  .time ul li:nth-of-type(3n+2){
    transition-delay: .1s;
  }
  .time ul li:nth-of-type(3n){
    transition-delay: .2s;
  }
}

/* for sp*/
@media screen and (max-width: 767px) {
}







