@media screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }
  .img-wrap {
    width: 100%;
  }
}

/* =================================================
 header setting
================================================= */
header {
  width: 100%;
}

header #header-inner {
  max-width: 960px;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
}

header img {
  width: 100%;
  height: auto;
}

header #h-logo a {
  width: 220px;
  display: block;
}

header #h-logo a h1 {
  max-width: 220px;
  height: auto;
  line-height: 1;
  margin: auto;
}

/* =================================================
 hero setting
================================================= */
#hero-wrap {
  width: 100%;
  background-color: #342417;
}

#hero-wrap .bg-image {
  width: 100%;
  height: 250px;
  background: url(../images/hero_img_sp.jpg) no-repeat center center;
  background-size: cover;
  display: block;
}

#hero-wrap #hero-inner {
  width: 100%;
}

#hero-wrap #hero-inner .inner {
  width: 90%;
  margin: auto;
  padding: 1em 0;
  text-align: center;
  color: white;
}

#hero-wrap #hero-inner .inner p {
  font-size: 20px;
  font-size: 6.25vw;
  line-height: 1.4;
}

#hero-wrap #hero-inner .inner p a {
  color: white;
  font-weight: 700;
}

#hero-wrap #hero-inner .inner h2 {
  font-size: 25px;
  font-size: 7.8125vw;
  color: #FFE889;
  margin: 10px 0;
  padding: 10px 0 6px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}


#hero-wrap #hero-inner .inner ul li {
  font-size: 15px;
  font-size: 4.6875vw;
}

#hero-wrap #hero-inner .inner ul li span {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 2px;
}

/* =================================================
 top setting
================================================= */
.read {
  padding: 2.5em 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .read {
    text-align: left;
  }
}

.price {
  font-size: 16px;
  font-size: 5vw;
  margin-top: .25em;
}

.price span {
  font-size: 1.35em;
  color: #E40B20;
  font-weight: 700;
  margin-left: 15px;
  line-height: 1;
}

.price .blc-txt {
  display: inline-block;
  font-size: 13px;
  font-size: 4.0625vw;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-right: 15px;
  padding: 8px 10px 5px;
  background-color: #342417;
}

.price em {
  font-style: normal;
  font-size: .8em;
}

.cv {
  padding: 2em 0;
  background-color: #F2EFE1;
  text-align: center;
}

.cv .flex {
  display: block;
}

.cv .flex > div {
  max-width: 350px;
  width: 100%;
  margin: 1em auto;
}

.cv .flex > div a {
  display: block;
  padding: 10px 0;
  color: white;
  text-align: center;
  font-weight: 700;
}

.cv .flex > div a span {
  display: block;
  font-size: 18px;
  font-size: 5.625vw;
}

.cv .flex > div.cv-tel a {
  background-color: #E40B20;
  line-height: 1.2;
  font-size: 12px;
  font-size: 3.75vw;
}

.cv .flex > div.cv-tel a span {
  font-size: 22px;
  font-size: 6.875vw;
}

.cv .flex > div.cv-tel a:hover {
  background-color: #ff0451;
}

.cv .flex > div.cv-contact a {
  background-color: #342417;
}

.cv .flex > div.cv-contact a:hover {
  background-color: #5D422C;
}

._bgimg {
  background: url(../images/bg_img.jpg) no-repeat center center;
  background-size: cover;
}

._bgimg .whitebox {
  max-width: 920px;
  margin: 0 auto 2em;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 8% 4% 6%;
  text-align: center;
}

._bgimg .whitebox .md-ttl {
  color: #342417;
}

._bgimg .bottom_blc {
  padding: 5% 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: left;
}

._bgimg .bottom_blc p {
  text-align: center;
}

#freerent .whitebox .md-ttl {
  margin-bottom: 0;
}

#freerent .whitebox .md-ttl:nth-of-type(2) {
  margin-top: 1.5em;
}

#feature {
  padding: 4em 0 0;
}

#feature .flex {
  display: block;
}

#feature .flex .blc {
  width: 100%;
  margin-top: 2em;
}

#feature .flex .blc .img-wrap {
  margin-bottom: 1em;
}

#overview {
  padding: 4em 0 0;
}

#access {
  width: 88%;
  margin: 4em auto 2em;
}

/* =================================================
 floating setting
================================================= */
.floating {
  display: none;
  width: 100%;
  background-color: #F2EFE1;
  padding: 10px 5px 10px;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.floating .flex._sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.floating .flex li {
  width: 49%;
}

.floating .flex li:nth-child(odd) {
  margin-right: 2%;
}

.floating .flex li a {
  display: block;
  padding: 9px 18px;
  text-align: center;
  border-radius: 10px;
}

.floating .flex li a img {
  width: 100%;
  height: auto;
}

.floating .flex li:nth-child(odd) {
  background-color: #E40B20;
}

.floating .flex li:nth-child(even) {
  background-color: #342417;
}

/* =================================================
 footer setting
================================================= */
footer {
  color: #888;
  padding-bottom: 80px;
}

footer #copyright {
  padding: 10px 0;
  text-align: center;
}

/*# sourceMappingURL=sourcemaps/sp.css.map */
