/*! ========================================================================
===========================================================================

	map.css
	---------------------------
	Last Modified:	2019.12.06

===========================================================================
======================================================================== */ 

@media (min-width: 701px){
.page--map{
	padding-top: 150px;
}
}
.pageHeader .l-inner .pageTitle{
	margin-top: 50px;
margin-bottom: 50px;		
}
.decoration {
	display: flex;
    justify-content: center;
    align-items: center;
	pointer-events: none;
	position: absolute;
    top: 24%;
    left: 15%;
}
.sectionTitle {
  text-align: center
}
@media (max-width: 700px) {
  .sectionTitle {
    font-size: 20px
  }
}
.sectionLead {
  margin-bottom: 30px;
  font-size: 20px;
  text-align: center
}
@media (max-width: 700px) {
  .sectionLead {
    font-size: 18px
  }
}

.section--galleryMap {
  margin-bottom: 60px
}
.section--galleryMap .image {
  margin-bottom: 0;
  text-align: center
}
.section--map {
  margin-bottom: 60px
}
.map {
  margin-bottom: 20px;
  text-align: center
}
.map img {
  width: 100%
}
.message {
  display: block;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  background: #797979;
  color: #fff
}
.message span {
  display: inline-block;
  vertical-align: middle
}
.message .address {
  font-size: 28px;
  color: #ff0
}
@media (max-width: 700px) {
  .message .address {
    font-size: 24px
  }
}

.printbtn:hover{
	opacity: 0.5;
}

.printbtnAria {
	text-align : center;
	margin-top: 50px;
}

.p-info {
	margin-top: 30px;
	text-align : center;

}
@media (min-width: 701px){
.shosai-map {
    display: flex;
    justify-content: space-between;
    width: 100%
  }
}

.s-map {
    margin: 0 auto;
    text-align: center
}
