/*—————————————————————————————————
access
—————————————————————————————————*/
.access_map_image iframe {
  width: 100%;
  max-width: 1100px;
  height: 440px;
}
@media screen and (max-width: 560px) {
  .access_map_image iframe {
  height: 240px;
}
}
.access_map_image iframe,
.access_map_image object,
.access_map_image embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all  0.7s ease;
}

.access_map_image iframe:hover,
.access_map_image object:hover,
.access_map_image embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

.sp_none {
		display: block;
	}
@media screen and (max-width: 560px) {
	.sp_none {
		display: none;
	}
}
.top_bg_wrap_title {
  line-height: 64px;
}
.top_bg.access {
  background-image: url("../img/access/keyV.jpg");
}
.access {
  letter-spacing: 0.1em;
}
.access_intro {
  width: 90%;
  margin: 40px auto;
  text-align: center;
}
.access_subtitle {
	font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
  text-align: center;
}
.access_subtitle .sub_en {
  display: block;
	font-size: 12px;
}
.access_intro_title {
  font-weight: 400;
}
.access_intro .text {
  margin-top: 16px;
	line-height: 1.4;
}

.access_wrap {
  width: 90%;
  max-width: 1100px;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
}
.access_wrap_list {
  width: 100%;
  font-size: 14px;
}
.access_wrap_list .item {
  display: flex;
  padding: 16px 0;
line-height: 1.6;
  border-bottom: 1px solid #c0c0c0;
}

.access_wrap_list .title {
  width: 15%;
}
.access_wrap_list .text {
  width: 85%;
  padding-left: 40px;
}
.access_photo {
  display: flex;
}
.access_photo img {
  width: calc(100% / 3);
}
.access_photo.pc {
  display: flex;
}
.access_photo.sp {
  display: none;
}
.salon_link {
	width: 100%;
	max-width: 300px;
    display: block;
    background-color: #5f4930;
    color: #fff;
    padding: 1em 2em;
    margin: 15px auto 0 0;
    text-align: center;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.salon_link span::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
	background-image: url("../img/access/ico_window.svg");
    width: 20px;
    height: 11px;
}
    .access_wrap img {
        max-width: 540px;
    }
@media screen and (max-width: 960px) {
  .access_photo.pc {
    display: block;
  }
  .access_photo.sp {
    display: none;
  }
}
@media screen and (max-width: 780px) {
.salon_link {
    padding: 0.8em 2em;
    margin: 10px auto 0 0;
	 }
	.item:last-child {
		border-bottom: none;
	}
}
@media screen and (max-width: 560px) {
	.access_intro .text {
 font-size: 11px;
}
	.access_wrap_list .item {
	font-size: 12px;
	}
	.top_bg.access {
		height: 250px;
	}
	.top_bg.access .top_bg_wrap {
    height: 250px;
	}
	
  .top_bg.access .top_bg_wrap .top_bg_wrap_title {
    padding-top: 20px;
    line-height: 48px;
    font-size: 3.5rem;
  }
  .top_bg.access .top_bg_wrap .top_bg_wrap_title .jp {
    padding-top: 0;
	 font-size: 12px;
  }
	.top_bg.access .top_bg_wrap .top_bg_wrap_title .jp::after {
    bottom: 0px;
	}
  .access_photo.pc {
    display: none;
  }
  .access_photo.sp {
    display: block;
    overflow: hidden;
  }
  .access_photo.sp img {
    width: 100%;
  }
}


.access_map {
  width: 90%;
  max-width: 1100px;
  margin: 80px auto;
}
.access_map_image {
  margin-top: 40px;
}
.access_map_image img {
  width: 100%;
}
.access_map_lead {
  margin-top: 8px;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #747474;
}
.access_map_wrap {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 80px;
}
.access_map_wrap_list:nth-child(n + 2) {
  border-left: 1px solid #c0c0c0;
  padding-left: 40px;
}
.access_map_wrap_list img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 8px;
}
.access_map_wrap_list .title {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
}
.access_map_wrap_list .item,
.access_map_wrap_list .text {
  margin-top: 16px;
  letter-spacing: 0.05em;
  text-align: justify;
}
.access_map_wrap_list .item {
  font-size: 14px;
}

@media screen and (max-width: 960px) {
  .access_intro {
    margin: 40px auto;
  }
  .access_wrap {
    display: block;
    margin: 40px auto;
  }
  .access_wrap img {
    width: 100%;
  }
  .access_wrap_list {
    margin-top: 16px;
  }
}
@media screen and (max-width: 560px) {
  .top_bg_wrap_title {
    padding-top: 40px;
  }
  .top_bg_wrap_title .jp {
    padding-top: 0;
  }
  .access_intro {
    margin: 24px auto;
    font-size: 14px;
    text-align: left;
  }
  .access_wrap {
    margin: 24px auto;
  }
  .access_wrap_list .title {
    width: 20%;
  }
  .access_wrap_list .text {
    width: 80%;
  }
	.access_map_wrap_list .item ,
	.access_map_wrap_list .text {
	font-size: 13px;
    line-height: 1.4;
	}
  .access_photo {
    margin: 48px 0;
  }
  .access_map {
    margin-top: 40px;
  }
  .access_map_wrap {
    display: block;
    margin-top: 40px;
  }
  .access_map_wrap_list {
    padding: 40px 0;
  }
  .access_map_wrap_list:nth-child(n + 2) {
    border-top: 1px solid #c0c0c0;
    border-left: none;
    padding-left: 0;
  }
	.access_map_lead {
    font-size: 12px;
    line-height: 1.3em;
	}
	.access_map_wrap_list .title {
    font-size: 14px;
	}
}
