.page-visual-inner{
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url("../img/page/visual-access.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#map{
  margin-bottom:clamp(65px , 15% , 130px);
}
#address .wrapper{
  background-image:url(../img/access/bg-address.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding:5% 2.5%;
}
#address .content-block{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  width: 100%;
  height: 100%;
  background-color:#FFFFFF66;
  padding:5% 2.5%;
}
#address .section-title{
  display: block;
  height:auto;
  font-size:clamp(2.4rem , 3.125vw , 3.2rem);
  font-weight:700;
  margin-bottom:0.25em;
}
#address .section-title::after{
  content:none;
}
#address .address-list{
  margin-bottom:0.5em;
}
#address .address-list li{
  font-size:clamp(1.6rem , 2.0833vw , 2.4rem);
  letter-spacing:0.05em;
  margin:0.25em 0;
}
#address .link-gmap{
  position: relative;
  letter-spacing:0.05em;
  color:#FFFFFF;
  background-color:#002E7B;
  padding:0.75em 0;
}
#address .link-gmap::after{
  content:'';
  position: absolute;
  top:0;
  bottom:0;
  left:1.5em;
  background:url(../img/access/icon-gmap.svg);
  background-repeat: no-repeat;
  background-size:contain;
  width:1.5em;
  height:1.875em;
  margin:auto;
}
@media (min-width: 992px) {
  #address .wrapper{
    background-size: 50vw 45.6621vw;
    padding:0;
  }
  #address .content-block{
    align-items:baseline;
    max-width:380px;
    max-height:650px;
    width:45.6621vw;
    height: 45.6621vw;
    margin-left:auto;
    color:#333333;
    background-color:transparent;
    padding:0;
  }
  #address .section-title{
    text-align:left;
  }  
}

#location{
  margin-bottom:7.5%;
}
#location .inner{
  max-width:780px;
}
#location figure{
  max-width:715px;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  margin:0 auto 7.5%;
}
#location .text{
  font-size:clamp(1.6rem , 2.08333vw , 2.0rem);
}

#access{
  margin-bottom:5%;
}
#access .inner{
  max-width:780px;
}
#access .content-block{
  margin-bottom:10%;  
}
#access .block-title{
  display:flex;
  align-items:center;
  max-width:420px;
  font-size:clamp(1.8rem , 2.34375vw , 3.0rem);
  letter-spacing:0.1em;
  border-bottom:1px solid #333333;
  margin-bottom:1em;
  padding-bottom:0.25em;
}
#access .icon-car::before {
  content: "";
  width: 5.0rem;
  height: 5.0rem;
  background-image:url(../img/access/icon-car.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin:0 0.5em;
}
#access .icon-tram::before {
  content: "";
  width: 5.0rem;
  height: 5.0rem;
  background-image:url(../img/access/icon-tram.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin:0 0.5em;
}
#access .text{
  font-size:clamp(1.4rem , 2.5271vw , 2.0rem);
}

#access ul{
  display:flex;
  flex-wrap:wrap;
  margin-bottom:1em;
}
#access ul li{
  width:17.5em;
  font-size:clamp(1.4rem , 2.5271vw , 2.0rem);
  margin-bottom:0.5em;
}
#access ul li::before{
  content:'●';
  color:#49BBBC;
  margin-right:0.25em;
}
#access ol{
  margin:0.5em 0 4em;
}
#access ol li{
  font-size:clamp(1.4rem , 2.5271vw , 2.0rem);
  margin-bottom:0.5em;
}
#access figcaption{
  font-size:clamp(1.6rem , 2.8880vw , 2.6rem);
  margin-bottom:3em;
}
#access figcaption a{
  color:#00307C;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

#gmap .inner{
  max-width:850px;
}

#spot{
  margin-bottom:0;
}
#spot .wrapper{
  background-color:#FBFFA6;
  background-image:repeating-linear-gradient(-45deg,
    rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px,
    rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) 14px,
    rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 17px,
    rgba(255, 255, 255, 0.5) , rgba(255, 255, 255, 0.5 ) 18px);
  padding:10px 0 40px;
}
#spot .inner{
  max-width:680px;
}
#spot .section-title{
  width:fit-content;
  margin:0 auto 0.625em;
}
#spot .section-title::before{
  top:-7px;
  left:-9px;
}
#spot .section-title::after{
  content:none;
}
#spot .content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom:5px;
}
#spot .content-item{
  position: relative;
  width: 100%;
  margin: 1.125% 0;
  line-height: 0;
}
#spot .content-item .title{
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: clamp(1.6rem , 2.8881vw , 2.4rem);
  letter-spacing: 0.2rem;
  color: #FFFFFF;
  background-color: #00000033;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  margin: auto;
}
