/* CSS Document */

.contents {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.00);
}

.access_top {
  display: flex;
}

.hotel_img {
 width: 38%;
}
.hotel_img img{
 width: 100%;
 height: auto
}

.hotel__map {
 width: 62%;
}
.hotel__map img{
 width: 100%;
 height: auto
}

.access_info {
  padding: 67px 0 167px;
  background-color: #FCF7ED;
}

.parking {
  max-width: 600px;
  margin: 0 auto;
  padding: 16px 0;
  font-family: 'Hiragino Sans', sans-serif;
  font-size: 30px;
  background-color: #D1D5B1;
}

.parking_txt {
  max-width: 600px;
  margin: 44px auto 0;
  text-align: left;
  color: #707070;
  font-size: 20px;
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  line-height: 2;
}


.map {
  max-width: 600px;
  margin: 100px auto 0;
  padding: 16px 0;
  font-family: 'Hiragino Sans', sans-serif;
  font-size: 30px;
  background-color: #D1D5B1;
}
.map_img {
  max-width: 600px;
  margin: 44px auto 0;
  text-align: center;
}
.map_img img{
 width: 100%;
 height: auto;
}

/* ホテルまでの行き方 */
.access_list {
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin: 60px auto 0;
}

.access_list:first-of-type {
  margin-top: 200px;
}

.access_img {
  max-width: 35%;
}

.access_img p {
  margin-top: 3rem;
  text-align: right;
  text-decoration: underline;
}

.access_img p a {
  color: #707070;
}

.access_process {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 55%;
}

.process_list{
width: 49%;
margin-bottom: 30px;
}

.process_txt {
  display: flex;
  margin-bottom: 10px;
}

.process_txt {
  font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 20px;
  color: #707070;
  text-align: left;
  line-height: 1.4;
}

.process_num {
  flex: 0 0 44px;
  height: 36px;
  margin-right: 0.5rem;
  font-family: 'Hiragino Mincho ProN', serif;
  font-size: 26px;
  color: #402222;
  text-align: center;
  line-height: 36px;
  background-color: #919569;
}

/* 観光案内 */
.kanko_text {
  margin-top: 44px;
  padding: 40px 0;
  background-image: url(../img/access/backimg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.atte {
  margin-top: -1rem;
  margin-bottom: 1rem;
  color: #323232;
  text-align: right;
}

.access_kanko {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2%;
  margin-bottom: 100px;
}

.kanko_list {
  width: 32%;
  color: #323232;
  text-align: left;
}

.kanko_list:nth-child(n+4) {
  margin-top: 50px;
}

.kanko_title {
  margin-top: 2rem;
  padding: 0 1rem;
  font-size: 26px;
}

.kanko_txt {
  padding: 1rem;
  font-size: 18px;
  line-height: 2;
}


@media screen and (max-width: 767px) {
  .access_top {
    display: block;
  }

  .hotel_img {
   width: 90%;
   margin: auto;
  }
  .hotel__map {
   width: 90%;
   margin: auto;
  }
  .access_top .access__map {
    margin-top: 30px;
    height: 60vh;
  }

  .access_info {
    padding: 30px 10px;
  }

  .parking_txt {
    margin-top: 30px;
    font-size: 100%;
  }

  .access_list:first-of-type {
    margin-top: 30px;
  }

  .access_list {
    display: block;
    margin-top: 30px;
  }

  .access_process {
    margin-top: 20px;
    max-width: 100%;
  }

  .process_txt {
    font-size: 100%;
  }

  .access_img {
    max-width: 80%;
  }

  /* 観光案内 */
  .kanko_text {
    background-size: 50%;
  }

  .access_kanko {
    justify-content: start;
    padding: 0 10px;
  }

  .kanko_list {
width: 49%;
  }

  .kanko_list:nth-child(n+3) {
    margin-top: 20px;
  }

  .kanko_title {
    margin-top: 1rem;
    padding: 0;
    line-height: 1.5;
  }

  .kanko_txt {
    padding: 0;
    font-size: 100%;
  }
}