@charset "UTF-8";


/*--------------------------------------------------------
  HEADER
--------------------------------------------------------*/

.location #underHeader .underMV {
  background-image: url('/images/location/head2.jpg');
  background-position: right;
}

.location #underHeader .underMV h1 {
  letter-spacing: 0.6rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

#underContents .locationMap .contentWrap .content-image-wrap {
  width: 80% !important;
  margin: auto;
}
#underContents .locationMap .contentWrap .single-image {
  width: 100% !important;
}
#underContents .locationMap .contentWrap .underLead h3 {
  width: 90%;
  font-size: 1.6rem;
  padding: 0 0 0.8rem 0;
  border-bottom: solid 1px var(--base-text-color);
  margin-bottom: 1.2rem;
}



#underContents .locationMap .gmap {
  height: 400px;
  width: 80%;
  background-color: #000 ;
  margin-top: -50px;
  margin: auto;
  overflow: hidden;
}

#underContents .locationMap iframe {
  height: 760px;
  width: 100%;
  margin-top: -170px;
}


.location h3.location-basic-info {
  width: 90%;
  text-align: left !important;
  margin-top: 4rem;
  overflow: hidden;
}

.location a.btn {
  margin: auto auto 1.4rem auto;
}



ul.links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  flex-wrap: wrap;
  padding-bottom: 4rem;
  max-width: 1000px;
}
ul.links li {
  list-style: none;
  padding: 2rem ;
}

ul.links li a img {
  list-style: none;
  filter: saturate(0%);
  transition: all 0.5s 0s ease;
  width: 100%;
}


ul.links li a:hover img {
  filter: saturate(100%);
}


.mailLinkWrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


@media screen and (min-width:769px) {
  #underContents .nearby .content {
    display: inline-block;
    margin-bottom: 240px;
  }
}

@media screen and (min-width:1280px) {
  .nearby .contentWrap{
    width: 80% ;
  }

  #underContents .nearby .content {
    display: inline-block;
    margin-bottom: 180px;
  }

  #underContents .nearby .content-info-wrap .content-info {
    width: 50%;
    margin-right: 0;
  }
}



@media screen and (max-width:960px) {
  #underContents .locationMap .content-info-wrap {
    padding: 40px 0 0 0 ;
    width: 100%;
    overflow: hidden;
    display: block;
  }
  #underContents .content-info-wrap .content-info.reverse {
    display: block;
    background: transparent;
    position: relative;
    width: 100%;
    z-index: 50;
    margin-top: 0;
    padding: 40px 40px 20px 40px;
    margin-left: 0;
  }


}
