@charset "UTF-8";
/* map-PC
------------------------------------------------------- */

body {
  background-color: #fff;
}

#map .smp {
  display: none !important;
}

#map .wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#map .wrap .content {
  position: relative;
  z-index: 50;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#map .wrap .content section {
  margin: 0 auto;
  padding: 5% 0;
}

#map .wrap .content section h2 {
  text-align: center;
  width: 60%;
  max-width: 130px;
  line-height: 1;
  font-weight: 400;
  margin: 0 auto 15px auto;
  padding: 0;
}

#map .wrap .content section h3 {
  text-align: center;
  font-size: 1.65581vw;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 40px auto;
  padding: 0;
}

#map .wrap .content section .btn {
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  width: 150px;
  height: 40px;
  color: #FFF;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 40px auto 0 auto;
  padding: 0;
}

#map .wrap .content section .btn a span {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

#map .wrap .content section .btn.btnON {
  opacity: 1;
  background-color: #FFF;
  border-radius: 35px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

#map .wrap .content section .btn.btnON span.soon {
  position: relative;
  top: 8px;
  color: #aaa;
}

#map .wrap .content section .btn.btnON a {
  position: relative;
  display: block;
  color: #FFF;
  padding: 20px 0;
}

#map .wrap .content section .btn.btnON a span {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  white-space: nowrap;
  opacity: 1;
}

#map .wrap .content section .btn.btnON a span:nth-child(2) {
  opacity: 0;
  top: 100%;
  left: 40%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

#map .wrap .content section .btn.btnON a span:nth-child(3) {
  opacity: 0;
  top: 100%;
  left: 48%;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

#map .wrap .content section .btn.btnON a span:nth-child(4) {
  opacity: 0;
  top: 100%;
  left: 54.5%;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}

#map .wrap .content section .btn.btnON a span:nth-child(5) {
  opacity: 0;
  top: 100%;
  left: 60%;
  -webkit-transition: all 0.65s ease;
  transition: all 0.65s ease;
}

#map .wrap .content section .btn.btnON a:hover span:nth-child(1) {
  opacity: 0;
}

#map .wrap .content section .btn.btnON a:hover span:nth-child(2),
#map .wrap .content section .btn.btnON a:hover span:nth-child(3),
#map .wrap .content section .btn.btnON a:hover span:nth-child(4),
#map .wrap .content section .btn.btnON a:hover span:nth-child(5) {
  opacity: 1;
  top: 50%;
  color: #232323;
  font-weight: bold;
}

#map .wrap .content section .btn.btnON a::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #232323;
  border-radius: 35px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#map .wrap .content section .btn.btnON a:hover::after {
  opacity: 0;
  /*透過0に*/
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向に背景を縮小*/
}

#map .wrap .content section .imgBox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#map .wrap .content section .imgBox img {
  display: block;
}


#map .wrap .content section#map {
  text-align: center;
  width: 96%;
}

#map .wrap .content section#map .map {
  width: 1000px;
  margin: 0 auto;
}
#map .wrap .content section#map .map2 {
  width: 800px;
  margin: 0 auto;
}
#map .wrap .content section#map .map3 {
  width: 800px;
  margin: 30px auto 0 auto;
}

#map .wrap .content section#map .map_meeting{
	width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
	justify-content: space-around;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 auto;
	box-sizing: border-box;
}
#map .wrap .content section#map .map_meeting .mapBox{
	width: 44%;
	margin: 40px 0;
	align-self: center;
}
#map .wrap .content section#map .map_meeting .txtBox{
	width: 44%;
	margin: 40px 0;
	align-self: center;
}
#map .wrap .content section#map .map_meeting .txtBox h4{
	color: #8C0002;
	text-align: center;
	font-size: 18px;
  font-size: 1.125rem;
	margin: 0 0 20px 0;
  position: relative;
  padding: 1rem;
  text-align: center;
}

#map .wrap .content section#map .map_meeting .txtBox h4:before {
  position: absolute;
  bottom: 5px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  border-radius: 2px;
  background: #8C0002;
}
#map .wrap .content section#map .map_meeting .txtBox .readTxt{
	text-align: left;
	font-size: 14px;
  font-size: 0.93333rem;
	line-height: 1.5;
	margin-bottom: 20px;
}
#map .wrap .content section#map .map_meeting .mapImg {
  margin-bottom: 10px;
	text-align: left;
}

#map .wrap .content section#map .map_meeting .cap {
  font-size: 12px;
    font-size: 0.75rem;
	line-height: 1.5;
	text-align: left;
}

/* map-SMP
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #map .smp {
    display: block !important;
  }
  #map .pc {
    display: none !important;
  }
  #map .wrap .content section {
    margin: 0 auto;
    padding: 8% 0;
  }
  #map .wrap .content section h2 {
    text-align: center;
    width: 130px;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 15px auto;
    padding: 0;
  }
  #map .wrap .content section h3 {
    text-align: center;
    font-size: 6vw;
    font-weight: 400;
    line-height: 1;
    margin: 0 auto 20px auto;
    padding: 0;
  }
  #map .wrap .content section .txtBlock {
    font-size: 4.2vw;
    letter-spacing: .1em;
    line-height: 2;
  }
  #map .wrap .content section .txtBlock sup {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #map .wrap .content section .btn {
    text-align: center;
    width: 150px;
    color: #FFF;
    font-size: 12px;
    font-size: 0.75rem;
    background-color: #232323;
    margin: 20px auto 0 auto;
    padding: 0;
  }
  #map .wrap .content section .btn.btnON span.soon {
    top: 10px;
  }
  #map .wrap .content section#info {
    width: 90%;
    text-align: center;
  }
  #map .wrap .content section#info .infoTxt {
    width: 90%;
    margin: 0 auto 10%;
    padding: 0;
    text-align: center;
  }
  #map .wrap .content section#info .txtArea {
    display: block;
  }
  #map .wrap .content section#info .txtArea h2 {
    text-align: center;
    width: 100%;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 auto 20px auto;
  }
  #map .wrap .content section#info .txtArea .contactBtn {
    margin: 0 auto;
  }
  #map .wrap .content section#info .txtArea .contactBtn a {
    margin: 0 auto;
  }
  #map .wrap .content section#map {
    text-align: center;
    width: 90%;
  }
  #map .wrap .content section#map .map {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  #map .wrap .content section#map .map2 {
    width: 100%;
    max-width: 800px;
    margin: 30px auto 0 auto;
}
#map .wrap .content section#map .map_meeting{
	width: 90%;
	min-width: 90%;
	flex-wrap: wrap;
}
#map .wrap .content section#map .map_meeting .mapBox{
	width: 90%;
	margin: 40px auto 0 auto;
}
#map .wrap .content section#map .map_meeting .txtBox{
	width: 90%;
	margin: 40px auto;
}
#map .wrap .content section#map .map_meeting .txtBox h4{
	font-size: 18px;
  font-size: 1.125rem;
}
#map .wrap .content section#map .map_meeting .txtBox .readTxt{
	font-size: 14px;
  font-size: 0.93333rem;

}
}

/* map-tablet
------------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #map {
    line-height: 2.0;
  }
  #map .wrap .opening .hero .hero-text {
    map: 7.8%;
  }
  #map .wrap .opening .hero .hero-text h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  #map .wrap .opening .hero .hero-text .hero-access {
    width: 57.3%;
  }
}
