@charset "UTF-8";

/*パンくず*/
.breadcrumb{
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  padding-top: 15px;
}
.breadcrumb a{
  color: #009844;
}
.breadcrumb_under{
  position: relative;
  padding-left: 20px;
  margin-left: 10px;
}
.breadcrumb_under::before{
  content: '';
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #444;
  border-right: solid 1px #444;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
@media all and (min-width:681px){
  .breadcrumb a:hover{
    color: #444;
  }
}
@media all and (max-width:680px){
}


.wrap_ttl{
  font-size: 40px;
  font-weight: 800;
  color: #ff931e;
  letter-spacing: 0.05em;
}
.wrap_ttl_e{
  font-size: 48px;
  line-height: 0.8;
  padding-bottom: 2px;
}
@media all and (min-width:681px){
  .wrapper{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
  }
}
@media all and (max-width:680px){
  .wrapper{
    margin-left: 6%;
    margin-right: 6%;
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .wrap_ttl{
    text-align: center;
    font-size: 35px;
    
  }
}

/*--------------------sec1--------------------*/
.spot_wrap > img{
  margin-top: 40px;
  padding-bottom: 50px;
}
.sec1_inner h3{
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #009844;
}
.sec1_inner p{
  font-size: 16px;
  line-height: 2;
  margin-top: 1.5em;
}
.sec1_inner + .sec1_inner{
  border-top: dashed 2px #7AC943;
  margin-top: 50px;
  padding-top: 50px;
}
.sec1_inner2{
  position: relative;
}
.sec1_inner3{
  background-color: #e5f5ec;
  margin-top: 100px;
  padding: 30px;
}
.sec1_inner3 h3{
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #009844;
}
.sec1_inner3 ul{
  font-size: 16px;
  line-height: 2;
  margin-top: 15px;
}
.sec1_inner3 ul li{
  text-indent: -1em;
  padding-left: 1em;
}
.sec1_inner4{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
.sec1_inner4 > img{
  width: 280px;
}
@media all and (min-width:681px){
  .spot_wrap{
    width: 900px;
  }
  .sec1_inner2 > p{
    width: calc((100% - 300px) - 50px);
  }
  .sec1_inner2 > p.w100{
    width: 100%;
  }
  .sec1_inner2 > img{
    display: block;
    width: 300px;
    position: absolute;
    top: 120px;
    right: 0;
  }
  .sec1_inner4 > img:nth-child(n+4){
    margin-top: 40px;
  }
}
@media all and (max-width:680px){
  .spot_wrap > img{
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .sec1_inner h3{
    font-size: 24px;
    text-align: center;
  }
  .sec1_inner p{
    font-size: 14px;
    text-align: justify;
  }
  .sec1_inner + .sec1_inner{
    margin-top: 30px;
    padding-top: 30px;
  }
  .sec1_inner2 > img{
    width: 100%;
    margin-top: 25px;
  }
  .sec1_inner3{
    margin-top: 50px;
    padding: 20px;
  }
  .sec1_inner3 h3{
    font-size: 18px;
    text-align: left;
  }
  .sec1_inner3 ul{
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }  
  .sec1_inner3 ul li + li{
    margin-top: 0.5em;
  }
  .sec1_inner4{
    margin-top: 50px;
  }
  .sec1_inner4 > img{
    width: calc((100% - 20px) / 2);
  }
  .sec1_inner4 > img:nth-child(n+3){
    margin-top: 20px;
  }
}
@media all and (max-width:370px){ 
}

/*--------------------sec2--------------------*/
.sec2{
  padding-top: 100px;
  margin-top: 100px;
  border-top: solid 1px #bebebe;
}
.sec2 h3{
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ff931e;
}
.sec2 dl{
  width: 520px;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #727273;
  margin-top: 10px;
}
.sec2 dl dt{
  width: 110px;
  background-color: #fff4e8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin-top: 6px;
}
.sec2 dl dd{
  width: 400px;
  line-height: 1.5;
  padding: 10px;
  margin-top: 6px;
  margin-left: 5px;
  position: relative;
}
.sec2 dl dd a{
  color: #727273;
}
.sec2 dl dd a.web{
  position: relative;
}
.sec2 dl dd a.web::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 2px;
    right: -1.9em;
    background: url(../img/link_ico.svg) center / contain no-repeat;
}

.sec2 dl dd:nth-of-type(n+2)::before{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #727273;
  position: absolute;
  top: -3px;
  right: 0;
}
.map {
  position: relative;
  padding-bottom: 36.67%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  width: 350px;
}
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (min-width:681px){
  .sec2 dl dd a.web::before {
      content: '';
      width: 100%;
      height: 0;
      position: absolute;
      bottom: -3px;
      left: 0;
      border-bottom: 1px solid #727272;
      transition: .3s ease;
  }
  .sec2 dl dd a.web:hover{
    color: #009844;
  }
  .sec2 dl dd a.web:hover::before {
      border-bottom: 1px solid #009844;
  }
  .sec2_inner{
    display: flex;
    justify-content: space-between;
  }
  .sec2 dl dd a.tel{
    pointer-events: none;
  }


}
@media all and (max-width:680px){
  .sec2{
    padding-top: 50px;
    margin-top: 50px;
  }
  .sec2 dl{
    width: 100%;
    letter-spacing: 0;
    margin-top: 10px;
  }
  .sec2 dl dt{
    width: 100px;
  }
  .sec2 dl dd{
    width: calc(100% - 105px);
  }
  .sec2 dl dd a.tel{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff931e;
    border-radius: 20px;
    width: 180px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
  }
  .sec2 dl dd a.web{
    text-decoration: underline;
  }
  .map {
    padding-bottom: 80%;
    width: 100%;
    margin-top: 25px;
  }
}
@media all and (max-width:370px){	
}



/*--------------------spot_menu--------------------*/
.spot_menu{
  width: 240px;
}
.spot_menu h3{
  width: 100%;
  height: 80px;
  /*background-color: #009844;*/
  background: repeating-linear-gradient(-45deg, #009844, #009844 3px,#19a257 3px, #19a257 7px);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.spot_menu div a{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    position: relative;
}
.spot_menu div a::after{
  content: '';
  width: 100%;
  height: 1px;
  background-color: #009844;
  position: absolute;
  bottom: 0;
  left: 0;
}
.spot_menu div a img{
  width: 80px;
}
.spot_menu dl{
  transition: 0.3s;
}
.spot_menu dl dt{
    font-size: 18px;
    color: #ff931e;
    font-weight: 800;
}
.spot_menu dl dd {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #727272;
    margin-top: 7px;
}
.spot_link{
  display: block;
  margin-top: 40px;
}
@media all and (min-width:681px){
  .spot_menu div a:hover dl{
    opacity: 0.7;
  }
  .spot_menu div a img{
    margin-left: auto;
  }
  .spot_menu div a:hover img{
    opacity: 0.7;
  }
  .spot_link:hover{
    opacity: 0.7;
  }
}
@media all and (max-width:680px){
  
}
@media all and (max-width:370px){ 
}



@media all and (min-width:681px){
  .sec1_inner2 > img.top155{
    top: 155px;
  }
  .sec1_inner2 > img.top110{
    top: 110px;
  }
  .min455{
    min-height: 455px;
  }
  .spot04 .sec1_inner3 h3 + p{
    margin-top: 15px;
  }
  .spot04 .sec1_inner3 ul{
    margin-top: 0;
  }
  .spot04 .sec1_inner3 p{
    font-size: 16px;
    line-height: 2;
    margin-top: 15px;
  }
}
@media all and (max-width:680px){
  .spot01 .sec2 dl dd a.tel{
    margin-bottom: -15px;
  }
  .spot02 .wrap_ttl{
    line-height: 1.2;
  }
  .spot02 .sec1_inner h3.le00{
    letter-spacing: -0.02em;
  }
  .spot03 .sec2 dl dd a.tel{
    margin-bottom: 0;
  }
  .spot04 .sec1_inner3 p{
    margin-top: 15px;
  }
  
}