@charset "UTF-8";

img {
  max-width: 100%;
}

h1 {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 130%;
  font-weight: bold;
  text-align: center;
  padding-bottom: .5em;
  border-bottom: solid 2px #FF4793;
}

p {
  line-height: 2em;
}

a:hover {
  opacity: 0.8;
}

header {
  text-align: center;
}

.col-md-6 {
  padding: 0;
}

.area {
  text-align: center;
}

.area,
.spot,
.about {
  padding: 0 2em 1em;
  border: 1px solid #ccc;
  margin-bottom: 3em;
}

.about {
  margin-bottom: 0;
}

.access {
  width: 100%;
  padding-top: 160px;
  height: 480px;
  background: url(images/access.jpg) center center / cover no-repeat;
}

.access p {
  text-align: center;
}

.spot h2 {
  text-align: center;
  font-size: 105%;
  color: #ff6699;
  font-weight: bold;
  padding-bottom: 0.5em;
  border-bottom: dashed 1px #ccc;
}

.spot p {
  line-height: 1.5em;
  font-size: 90%;
}

.spot .col-md-3.col-sm-6.col-xs-6 {
  background-color: #fff;
  padding: 0px;
  margin: 1%;
  text-align: center;
}

.spot .col-md-3 {
  width: 22.5%;
}

.row-eq-height {
  display: flex;
  flex-wrap: wrap;
}

.about h2 {
  font-size: 110%;
  font-weight: bold;
}

.about p {
  font-size: 90%;
}

.about>.row>.col-md-4 {
  margin-top: 27px;
}

.aboutimage{
  text-align: center;
}

.aboutimage img {
  max-width: 530px;
}

.top-banner {
  display: block;
  margin: 1.5em 0 0;
}

.recomendcontact {
  margin-left: 0;
  margin-right: 0;
  margin-top: -1px;
}

footer img {
 width: 100%;
}


.contact-tel-inner {
  width: 100%;
  color: #fff;
  font-weight: bold;
  background-color: #ff6699;
  border: double;
  margin: 1em 0;
  padding-top: 1em;
  padding-bottom: 1em;
  border-radius: 10px;
}

.contact-tel-inner:hover {
  color: #fff;
  background-color: #ff6699;
}

.access-btn {
  border-radius: 5px;
  border: none;
}

.spot-list img {
  padding: 0.5em;
  border: 1px solid #ccc;
  width: 100%;
}

.recomendcontact {
  margin: 1.5em 0;
}

.recomendcontact img,
.recommend_btn img {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.recomendcontact .col-md-6 {
  text-align: center;
}

.recommend_btn {
 text-align: center;
}

.recommend {
  padding-left: 2px;
  padding-right: 2px;
}

.cleartext {
  text-indent: -9999px;
  margin-bottom: -200px;
}

.cleartext ul li {
  list-style-type: none;
}

.box-about {
  align-items: center;
  display: flex;
}

.button-voice {
  background: #fe669a;
  border-radius: 6px;
  display: flex;
  font-size: 1.5rem;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 10px 15px 15px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: 100%;
  -moz-text-shadow: 2px 2px 5px #b64c6e;
	-webkit-text-shadow: 2px 2px 5px #b64c6e;
	text-shadow: 2px 2px 5px #b64c6e;
}

.button-voice::before {
  background: url('images/icon_voice.png') no-repeat center / contain;
  content: '';
  display: block;
  flex-shrink: 0;
  filter: drop-shadow(2px 2px 2px #b64c6e);
  margin: -1px -5px 0 0;
  width: 38px;
  height: 38px;
}

.button-voice:hover,
.button-voice:focus {
  color: #fff;
  text-decoration: none;
}

.button-tel {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
    width: 960px;
  }
}

@media (max-width: 992px) {
  .access {
    width: 100%;
    padding-top: 0;
    height: auto;
    background: none;
  }
  .visible-xs.visible-sm {
    margin-bottom: 30px;
  }
  .box-about {
    display: block;
  }
}

@media (max-width: 768px) {
  .spot .col-sm-6 {
    width: 47.5%;
  }
  .access .col-sm-6 {
    margin: 0 5px;
  }
  .aboutimage img {
    width: 70%;
  }
  .voice {
/*     width: 50%; */
    margin: 0 auto 10px !important;
  }
  .recommend_btn img {
    margin: .5em;
    margin: .5em auto;
    display: block;
  }
}

@media (max-width: 480px) {
  .aboutimage img {
    width: 100%;
  }
  .recomendcontact img {
    margin-bottom: 1em;
  }
}


