@charset "utf-8";

.spot .tit{
  color: #5db98b;
  font-size: 4.5rem;
  line-height: 1.4;
}
.spot .main{
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  main #under{
    padding-top: 10%;
  }
  .spot .tit{
    font-size: 3rem;
  }
  .spot .main{
    margin-bottom: 5%;
  }
}
.spot .tit2{
  color: #5db98b;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: .1em;
}
.spot .popularity ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.spot .popularity ul li{
  width: 49%;
  box-shadow:2px 2px 4px 0px #b5b5b5;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.spot .popularity ul li figure{
  width: 45%;
}
.spot .popularity ul li .txtbox{
  width: 45%;
  padding: 5%;
  font-size: 1.2rem;
  color: #444;
  font-weight: bold;
}
.spot .popularity ul li .txtbox .midashi{
  font-size: 2.2rem;
  color: #000;
  line-height: 1;
  margin-bottom: 10px;
}
.spot .popularity ul li .txtbox .midashi span{
  font-size: 1.2rem;
  color: #888;
  display: block;
  margin-bottom: 10px;
}
.spot .popularity ul li .txtbox .address{
  color: #0071bc;
  font-size: 1rem;
  text-align: right;
  margin-top: 5px;
}
.spot .popularity ul li:nth-child(-n+2){
  display: block;
}
.spot .popularity ul li:nth-child(-n+2) figure{
  width: 100%;
}
.spot .popularity ul li:nth-child(-n+2) .txtbox{
  width: 90%;
  padding: 5%;
}
@media only screen and (max-width: 768px) {
  .spot .tit2{
    font-size: 1.8rem;
    margin-bottom: 3%;
  }
  .spot .popularity ul{
    display: block;
    margin-bottom: 8%;
  }
  .spot .popularity ul li{
    width: 100%;
    box-shadow:1px 1px 2px 0px #b5b5b5;
    margin-bottom: 5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .spot .popularity ul li figure{
    width: 50%;
  }
  .spot .popularity ul li .txtbox{
    width: 43%;
    padding: 2%;
    font-size: 1.2rem;
    color: #444;
    font-weight: bold;
  }
  .spot .popularity ul li .txtbox .midashi{
    font-size: 1.8rem;
    margin-bottom: 5%;
  }
  .spot .popularity ul li .txtbox .midashi span{
    font-size: 1.2rem;
    margin-bottom: 5%;
  }
  .spot .popularity ul li .txtbox .address{
    color: #0071bc;
    font-size: 1rem;
    text-align: right;
    margin-top: 5px;
  }
  .spot .popularity ul li:nth-child(-n+2){
    display: block;
  }
  .spot .popularity ul li:nth-child(-n+2) figure{
    width: 100%;
  }
  .spot .popularity ul li:nth-child(-n+2) .txtbox{
    width: 96%;
    padding: 2%;
  }
}

.spot .gourmet ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.spot .gourmet ul li{
  width: 30%;
  color: #444;
  font-size: 1.2rem;
  font-weight: bold;
}
.spot .gourmet ul li .midashi{
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 10px 0;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .spot .gourmet ul li .midashi{
    font-size: 1.4rem;
    margin: 3% 0;
  }
}
@media only screen and (max-width: 568px) {
  .spot .gourmet ul{
    display: block;
    margin-bottom: 8%;
  }
  .spot .gourmet ul li{
    width: 90%;
    margin: 0 auto 5%;
  }
}

.spot .recommend ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.spot .recommend ul li{
  width: 22%;
  font-size: 1.2rem;
  font-weight: bold;
  color: #5db98b;
}
.spot .recommend ul li .midashi{
  font-size: 1.8rem;
  color: #000;
  line-height: 1;
  margin: 10px 0;
}
.spot .recommend ul li .midashi span{
  font-size: 1.2rem;
  color: #888;
  display: block;
  margin-bottom: 5px;
}
.spot .recommend ul li .link{
  font-size: 1rem;
  text-align: right;
}
.spot .recommend ul li .link a{
  background-color: #0071bc;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-top: 5px;
}
.spot .recommend .check{
  display: block;
  border: solid 4px #326432;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 0;
  color: #326432;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.spot .recommend .check:hover{
  background-color: #326432;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .spot .recommend ul li{
    width: 48%;
    margin-bottom: 5%;
  }
  .spot .recommend .check{
    border: solid 2px #326432;
    font-size: 1.2rem;
    padding: 8% 0;
  }
}