
#ondaytrip .inner {
  width: 1085px;
}
.idt1{
  text-indent: -1em;
  padding-left: 1em;
}
img{
  max-width: 100%;
}

header h2 img{
  margin: auto;
}
#lead{
  display: flex;
  justify-content: center;
  align-content: flex-start;
  margin: 100px 0 0;
}
#lead .otoriyose{
  position: relative;
  width: 480px;
  margin: 0 30px;
  background: #ECE8E6;
  padding: 20px 50px;
  border-radius: 10px;
  box-sizing: border-box;
}
#lead .otoriyose:before{
  content: '';
  position: absolute;
  width: 100px;
  height: 50px;
  background: #ECE8E6;
  border-radius: 100px 100px 0 0;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#lead .otoriyose dt img{
  margin: 0 auto 30px;
}
#lead .otoriyose dd{}
#lead .otoriyose dd ul li{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  padding: 10px 0;
  border-bottom: 1px solid #604943;
}


#lead .leadTxt{
  margin: 0 30px;
}
#lead .leadTxt dt img{
  margin: 20px auto;
}
#lead .leadTxt dd{
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.1em;
  letter-spacing: 0;
  height: 450px;
}


.spot{
  padding: 120px 0 0;
}
.spot h3{
  margin: 0 0 40px;
}
.spot h3 img{
  margin: auto;
}
.spot .block{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.spot .cnt {
  margin-bottom: 40px;
}
.spot .cnt p{
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 2px;
  margin: 10px;
}
.spot .txt{
  width: 310px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2em;
  letter-spacing: 2px;
  text-align: justify;
  margin-bottom: 40px;
}
.spot .link{
  position: relative;
  width: 682px;
  background: url("images/bg1.png");
  border: 3px solid #16869A;
  border-radius: 10px;
  padding: 40px;
  color: #fff;
  box-sizing: border-box;
  margin-top: 50px;
  margin-bottom: 40px;
}
.spot .link .flex{
  margin: -100px 0 20px;
  width: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.spot .link a{
  color: #fff;
}
.spot .link h4{
  font-size: 0.9rem;
  font-weight: 600;
}
.spot .link ul li a{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #fff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 5px 0 0;
  margin: 5px 0 0;
}
.spot .link ul li a:hover{
  background: rgba(255,255,255,.2);
}


.spot .info{
  position: relative;
  width: 310px;
  padding: 30px 20px;
  border: 4px solid #604943;
  border-width: 4px 0;
  background: #ECE8E6;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.spot .info label{
  position: absolute;
  bottom: 100%;
  left: 0;
}
.spot .info .data{}
.spot .info .data h2{
  font-size: 1.1rem;
  font-weight: 600;
  margin: 15px 0 10px;
}
.spot .info .data .tb01{
  margin: 0 0 10px;
}
.spot .info .data .tb01 th{
  font-weight: 600;
  width: 50px;
  text-align: left;
}
.spot .info .data ul li{
  text-align: center;
}
.spot .info .data ul li a{
  display: inline-block;
}
.spot .info .data ul li.present a{
  border: 2px solid #64A614;
  color: #64A614;
  background: #fff;
  margin: 10px 0 0;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.6em;
}
.spot .info .data ul li.present a span{
  background: #64A614;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  margin-top: 10px;
}
.spot .info .data ul li.present a:hover span{
  background: #74BD1B;
}


#spot01link,
#spot02link,
#spot03link,
#spot04link{
  padding-top: 200px;
}

#spot01{}
#spot01 h3{}
#spot01 .cnt{ order: 2;}
#spot01 .txt{ order: 1;}
#spot01 .link{ order: 4;}
#spot01 .info{ order: 3; margin-top: -150px;}

#spot02{}
#spot02 h3{}
#spot02 .cnt{ order: 1;}
#spot02 .txt{ order: 2;}
#spot02 .link{ order: 3;}
#spot02 .info{ order: 4; margin-top: -120px;}

#spot03{}
#spot03 h3{}
#spot03 .cnt{ order: 2;}
#spot03 .txt{ order: 1;}
#spot03 .link{ order: 4;}
#spot03 .info{ order: 3; margin-top: -260px;}

#spot03.spot .link{
  padding: 40px;
}
#spot03.spot .link .flex{
  display: block;
}
#spot03.spot .link .flex img{
  margin: auto;
}
#spot03.spot .link .flex ul{
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  font-size: 0.9rem;
}
#spot03.spot .link .flex ul li a{
  border: none;
  padding: 0;
  margin: 0;
}
#spot03.spot .link .flex ul li a:hover{
  background: none;
}


#spot04{}
#spot04 h3{}
#spot04 .cnt{ order: 1;}
#spot04 .txt{ order: 2;}
#spot04 .sub{ order: 3;}
#spot04 .link{ order: 4; margin-top: -70px;}

#spot04.spot .sub {
  position: relative;
  width: 682px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#spot04.spot .sub dl{
  width: 310px;
  font-size: 0.9rem;
  line-height: 1.6em;
  text-align: justify;
}
#spot04.spot .sub dl dt{
  margin-bottom: 20px;
}
#spot04.spot .link {
  width: 310px;
  padding: 40px 20px;
}
#spot04.spot .link .flex{
  display: block;
  width: 260px;
  text-align: center;
}
#spot04.spot .link .flex img{
  margin: auto;
}
#spot04.spot .link .flex a{
  display: inline-block;
  margin-top: 20px;
}





#report{
  position: relative;
  background: #FCFF05;
  padding: 20px 0;
  margin: 200px 0;
}
#report dl{
  display: flex;
  justify-content: space-around;
  color: #584743;
}
#report dl dd{
  position: relative;
  width: 550px;
  top: 20px;
}
#report dl dd i{
  position: absolute;
  top: -80px;
  right: 0;
}
#report dl dd h2{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 20px;
}
#report dl dd h3{
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
#report dl dd p{
  font-size: 0.9rem;
  line-height: 1.6em;
  margin-bottom: 40px;
  text-align: justify;
}
#report dl dd ul li{
  text-align: right;
}
#report dl dd ul li a{
  position: relative;
  color: #736357;
  font-size: 0.8rem;
  font-weight: 600;
}
#report dl dd ul li a:after{
  content: '';
  font-weight: 600;
  border: 2px solid #736357;
  border-width: 2px 2px 0 0;
  height: 6px;
  width: 6px;
  display: inline-block;
  transform: rotate(45deg);
  margin-left: 5px;
}
#report:before,
#report:after{
  position: absolute;
  content: '';
  height: 100px;
  width: 100%;
}
#report:before {
  background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #FCFF05 50.5%) no-repeat top left/100% 100%;
  bottom: 100%;
}
#report:after {
  background: linear-gradient(to top right, rgba(255,255,255,0) 50%, #FCFF05 50.5%) no-repeat top left/100% 100%;
  top: 100%;
}





@media screen and (max-width:736px) {

  #ondaytrip .inner {
    width: auto;
  }
  #ondaytrip header{
    margin-top: 40px;
  }
  #lead {
    display: block;
    margin: 50px 0 0;
  }
  #lead .otoriyose {
    width: auto;
    margin: 0 10px;
    padding: 20px 20px;
  }
  #lead .otoriyose dd ul li a{
    width: 50%;
  }
  #lead .leadTxt {
    margin: 40px 20px;
  }
  #lead .leadTxt dd {
    writing-mode: unset;
    -ms-writing-mode: unset;
    -webkit-writing-mode: unset;
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.6em;
    height: auto;
  }
  
  .spot h3 {
    margin: 0 0 20px;
  }
  .spot {
    padding: 60px 0 0;
  }
  .spot .block {
    display: block;
  }
  .spot .cnt,
  .spot .txt,
  .spot .link,
  .spot .info,
  .spot .sub{
    width: auto;
  }
  .info .img img{
    margin: auto;
  }
  .spot .cnt p {
    margin: 10px 0;
  }
  .spot .txt {
    line-height: 1.8em;
    letter-spacing: 1px;
  }
  .spot .link {
    margin: 100px 0 60px;
    padding: 40px 20px;
  }
  .spot .link ul li a {
    margin: 5px 0 10px;
    line-height: 1.2em;
  }
  .spot .link .flex {
    margin: -100px 0 0;
    width: auto;
    flex-direction: column;
    align-items: center;
  }
  .spot .link .flex a{
    margin: 20px 0;
  }
  #spot01 .info,
  #spot02 .info,
  #spot03 .info,
  #spot04 .link{
    margin-top: auto;
  }
  
  #spot03 .cnt {
    margin-top: -80px;
    z-index: -1;
    position: relative;
  }
  #spot03.spot .link {
    padding: 40px 20px;
  }
  #spot04.spot .link .flex {
    width: auto;
  }
  #spot03.spot .link .flex ul {
    display: block;
  }
  #spot03.spot .link .flex ul li{
    margin-bottom: 20px;
  }
  #spot04.spot .link {
    width: auto;
    padding: 40px 20px;
    margin: 100px 0 60px;
  }
  #spot04.spot .sub {
    width: auto;
    display: block;
  }
  #spot04.spot .sub p img{
    margin: 0 auto 20px;
  }
  #spot04.spot .sub dl {
    width: auto;
  }
  
  
  #report {
    margin: 50px 0 100px;
  }
  #report dl {
    display: block;
  }
  #report dl dd {
    width: auto;
  }
  #report dl dd i {
    top: -40px;
    width: 60px;
  }
  #report:before,
  #report:after {
    height: 50px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  
  
}