
#ondaytrip .inner { width: 1085px;}
img{ max-width: 100%;}

.idt1{ text-indent: -1em; padding-left: 1em;}
.idt2{ text-indent: -2em; padding-left: 2em;}
.atn{ 
  font-size: .8rem;
  letter-spacing: 0.5px;
  line-height: 1.6em;
}

header h2 img{
  margin: auto;
}
#lead{
  display: flex;
  justify-content: center;
  margin: 100px 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: 50px 30px 0;
  width: 140px;
}
#lead .leadTxt dt img{
  margin: 15px 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: 540px;
}


.linkBtn{
  margin: 80px 20px;
}




#spot{
  margin: 80px 0;
}
#spot ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#spot ul:before,
#spot ul:after{
  position: absolute;
  bottom: 100px;
}
#spot ul:before{
  content: url("images/spot_bl1.png");
  left: 10px;
}
#spot ul:after{
  content: url("images/spot_bl2.png");
  right: 10px;
}
#spot ul li{
  width: 25%;
  padding: 20px 10px;
  box-sizing: border-box;
}


#st{
  border: 20px solid;
  border-image: url("images/bg1.png") 20 fill;
  padding: 50px;
}
#st h3{
  position: relative;
  z-index: 1;
}
#st ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
#st ul li{
  width: 25%;
  padding: 20px 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#st ul:before,
#st ul:after{
  content: url("../images/spot_bg1_1.png");
  position: absolute;
}
#st ul:before{
  top: -250px;
  left: -480px;
}
#st ul:after{
  bottom: -250px;
  right: -480px;
}






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

  #ondaytrip .inner {
    width: auto;
  }
  #ondaytrip header{
    margin: 40px 10px;
  }
  
  #lead {
    display: block;
    margin: 50px 10px 0;
  }
  #lead .otoriyose {
    width: auto;
    margin: 0 10px;
    padding: 20px 20px;
  }
  #lead .otoriyose dd ul li a{
    width: 50%;
  }
  #lead .leadTxt {
    margin: 20px 10px;
    width: auto;
  }
  #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 {
    margin: 40px 0;
  }
  #spot ul {
    display: block;
  }
  #spot ul li {
    width: auto;
  }
  #spot ul::before,
  #spot ul::after {
    display: none;
  }
  
  #st {
    padding: 10px;
  }
  #st ul {
    display: block;
    margin: 20px 0;
  }
  #st ul li {
    width: auto;
  }
  #st ul::before,
  #st ul::after {
    transform: scale(.5);
  }
  #st ul::before {
    left: -360px;
  }
  #st ul::after {
    bottom: -190px;
    right: -260px;
  }
  

  
  
  
  
  
  
  
  
  
  

  
  
}