/***********************************************************************
preset
**********************************************************************/
/***************************************************************************************************************************
module
**************************************************************************************************************************/
.mod-btn {
  border: 2px solid #A6CC80;
  background: #A6CC80;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display: inline-block;
  margin: 0 auto;
}

.mod-btn a {
  display: block;
  padding: 10px 40px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #FFF;
}

.mod-btn:hover {
  background: #FFF;
  border: 2px solid #A6CC80;
}
.mod-btn:hover a {
  color: #A6CC80;
}

.mod-link {
  background: url("../img/common/right-arrow.png") no-repeat 0 0px;
  -webkit-transition: color 500ms;
  transition: color 500ms;
  background-size: 37px 42px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 0 5px;
}
.mod-link a {
  padding-left: 45px;
  color: #000000;
  font-weight: bold;
}
.mod-link a span {
  background-image: linear-gradient(to right, #000 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

.mod-link a:hover {
  color: #A6CC80;
}
.mod-link a:hover span {
  background-image: linear-gradient(to right, #A6CC80 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 5px;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .mod-btn {
    border: 2px solid #A6CC80;
    background: #A6CC80;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    display: inline-block;
    margin: 0 auto;
  }
  .mod-btn a {
    display: block;
    padding: 5px 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #FFF;
  }
  .mod-btn:hover {
    background: #FFF;
    border: 2px solid #A6CC80;
  }
  .mod-btn:hover a {
    color: #A6CC80;
  }
  .mod-link {
    background: url("../img/common/right-arrow.png") no-repeat 0 0px;
    -webkit-transition: color 500ms;
    transition: color 500ms;
    background-size: 18.5px 21px;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px;
  }
  .mod-link a {
    padding-left: 24px;
    color: #000000;
    font-weight: bold;
  }
}
.white-bg {
  padding-bottom: 350px;
  padding-top: 250px;
}
.white-bg .access-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  height: auto;
  margin-bottom: 60px;
}
.white-bg .access-box .text-box {
  height: auto;
  width: 340px;
}
.white-bg .access-box .text-box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.white-bg .access-box .text-box .train {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 10px;
}
.white-bg .access-box .map-box {
  height: auto;
  width: 600px;
}
.white-bg .access-box .map-box iframe {
  width: 100%;
  height: 100%;
}
.white-bg .access-box .yellow-bg {
  margin-top: 40px;
  background: #FCF9F0;
  padding: 30px;
}
.white-bg .access-box .yellow-bg .circle-ttl {
  font-weight: bold;
  margin-bottom: 10px;
}
.white-bg .access-box .yellow-bg .attention {
  font-size: 13px;
  font-size: 1.3rem;
  padding-top: 10px;
}
.white-bg .floor-box dt {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 20px;
}

.global-footer {
  margin-top: -300px;
}

.footer-cover {
  z-index: 0;
}

.global-footer .main-nav {
  z-index: 2;
  position: relative;
}

/***********************************************************************
media query
**********************************************************************/
@media only screen and (max-width: 750px) {
  .white-bg {
    padding-bottom: 250px;
    padding-top: 100px;
  }
  .white-bg .access-box {
    display: block;
    height: auto;
    margin-bottom: 40px;
  }
  .white-bg .access-box .text-box {
    height: auto;
    width: 100%;
  }
  .white-bg .access-box .text-box h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .white-bg .access-box .text-box .train {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .white-bg .access-box .map-box {
    height: auto;
    width: 100%;
  }
  .white-bg .access-box .map-box iframe {
    width: 100%;
    height: 200px;
  }
  .white-bg .access-box .yellow-bg {
    margin-top: 20px;
    background: #FCF9F0;
    padding: 15px;
    margin-bottom: 30px;
  }
  .white-bg .access-box .yellow-bg .circle-ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .white-bg .access-box .yellow-bg .attention {
    font-size: 11px;
    font-size: 1.1rem;
    padding-top: 5px;
  }
  .white-bg .floor-box dt {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .global-footer {
    margin-top: -300px;
  }
}