/* sub visual */
.sv {
  position: relative;
}

.sv__title {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 100px;
  left: 400px
}

.sv__title h2 {
  letter-spacing: 0.15em;
}

.sv__title p {
  font-family: "Shippori Mincho", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin-top: 4px;
}



/* アクセス キャッチコピー */
.acsIntro {
  text-align: center;
  color: var(--main-color);
  position: relative;
  margin-top: 80px;
}

.acsIntro img {
  opacity: 0.3;
}

.acsIntro__heading {
  position: absolute;
  top: 56px;
  left: 160px;
}

.acsIntro__heading h2 {
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}



/* Google map & ホテル情報*/
.acsInfo {
  margin-top: 120px;
}


.acsInfo__box {
  margin-top: 24px;
  display: flex;
  justify-content: space-around;
}

.acsInfo__boxGooglemap {
  width: 475px;
}



/* ホテル情報 */
.acsInfo__boxTbl {
  margin-top: 8px;
  width: 455px;
}

.acsInfo__boxTbl tr td {
  letter-spacing: 0.03em;
  border: 1px solid ;
  padding: 10px;
}

.acsInfo__boxTbl__address {
  line-height: 1.5;
}



/* アクセス方法 */
.acsHowto {
  margin-top: 120px;
}

.acsHowto__img {
  width: 100%;
  margin-top: 24px;
}



/* 徒歩でお越しの方 */
.acsWalk {
  margin-top: 160px;
}

.acsWalk__map {
  text-align: center;
  margin-top: 32px;
}


/* 車でお越しの方 */
.acsCar {
  margin-top: 128px;
}

.acsCar__map {
  text-align: center;
  margin-top: 32px
}


/* ホテル内のマップ */
.acsInside {
  margin-top: 128px; 
  margin-bottom: 104px; 
}

.acsInside__info {
  text-align: center;
}

.acsInside__info p {
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 24px;
  display: inline-block;
}

.acsInside__info img {
  display: block;
  margin: 56px auto 0;
}
.acsInside__infoNote{
  font-size: 1.3rem;
}