/*clearfix*/
/*flex*/
/*flex*/
.pc {
  display: block;
}
@media screen and (max-width: 600px) {
  .pc {
    display: none;
  }
}

.pc_inline {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .pc_inline {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 600px) {
  .sp_inline {
    display: inline-block;
  }
}

@media screen and (max-width: 600px) {
  .none_pad section:nth-child(n+2) {
    padding: 40px 6vw;
  }
}

.access_gmap_box_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 20px;
  background-color: #f8f7f6;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in {
    padding: 10px;
    display: block;
  }
}
.access_gmap_box_in figure {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in figure {
    margin-bottom: 5px;
  }
}
.access_gmap_box_in h4 {
  padding-left: 1.5em;
  box-sizing: border-box;
  position: relative;
  color: #3f2021;
}
.access_gmap_box_in h4 small {
  color: #3f2021;
  display: inline-block;
}
.access_gmap_box_in h4 .no {
  position: absolute;
  border-radius: 50%;
  font-size: 0.88em;
  line-height: 1.62em;
  left: 0px;
  top: 0.1em;
  width: 1.62em;
  text-align: center;
  color: #fff;
  background-color: #3f2021;
}
.access_gmap_box_in .btn01 {
  display: block;
  width: 85.71%;
  max-width: 216px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 40.9%;
  max-width: 216px;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in .btn01 {
    position: static;
    width: 100%;
  }
}
.access_gmap_box_in .btn02 {
  display: block;
  width: 85.71%;
  max-width: 216px;
  margin-top: auto;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in .btn02 {
    width: 100%;
  }
}
.access_gmap_box_in .spot_main {
  width: 100%;
  position: relative;
}
.access_gmap_box_in .spot_main p {
  width: 47.72%;
  max-width: 252px;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in .spot_main p {
    width: 100%;
    padding-bottom: 15px;
  }
}
.access_gmap_box_in .spot_main figure {
  position: relative;
}
.access_gmap_box_in .spot_main figure .spot_main_caption {
  bottom: auto;
  top: 100%;
}
@media screen and (max-width: 768px) {
  .access_gmap_box_in .spot_main figure .spot_main_caption {
    top: 0px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: auto;
    left: auto;
    right: 0px;
  }
}
.access_gmap_box_in .spot_sub {
  width: 47.72%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in .spot_sub {
    width: 100%;
    padding-top: 15px;
  }
}
.access_gmap_box_in .spot_sub h4 {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in .spot_sub h4 {
    text-align: justify;
    text-align: left;
  }
}
.access_gmap_box_in .spot_sub h4 small {
  display: block;
}
.access_gmap_box_in .spot_sub p {
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .access_gmap_box_in .spot_sub p {
    padding-bottom: 15px;
  }
}
.access_gmap_box_in .spot_sub figure {
  position: relative;
}