@charset "utf-8";
/* default PC */

.map-area iframe {
  width:100%;
}

.leisure-spots .bg-gray {background: url(../image/contents/bg_beige.jpg);}

.access-methods .access-list {
  background: url(../image/contents/bg_beige.jpg);
  border-radius:20px 0;
  padding:30px;
}

.access-methods .access-list ul {
  margin:0;
}

.leisure-spots .txt-3box {
  border-radius:20px 0;
  padding:30px;
}

#contents .leisure-spots .txt-3box h4 .num {
  font-family:"Zen Kaku Gothic New";
  font-size:25px;
  margin:0 5px;
}

/* view-1140 notePC,Tablet */
@media screen and (max-width: 1140px) {
}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
.leisure-spots .flex {
  gap: 30px;
}
}

/* view-559 Mobile */
@media screen and (max-width: 559px) {
  .leisure-spots .txt-3box {
    
padding: 30px 15px;
  }
}
