/* =================================================
 header setting
================================================= */
header {
  width: 100%;
  background-color: white;
}

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

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

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

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

/* =================================================
 nav setting
================================================= */
#global-nav.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
  z-index: 100;
}
nav._pc {
  width: 100%;
  background-color: #342417;
}

nav ul {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

nav ul li {
  margin-left: 5%;
  padding: 12px 0;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}

nav ul li:nth-of-type(1) {
  margin-left: 0;
}

nav ul li a {
  color: white !important;
}

nav ul li a:hover {
  color: #FFE889 !important;
}

/* =================================================
 hero setting
================================================= */
#hero-wrap {
  width: 100%;
  height: 600px;
  background-color: #342417;
  position: relative;
  z-index: 0;
}

#hero-wrap .bg-image {
  width: 50%;
  height: calc(100%);
  background: url(../images/hero_img.jpg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#hero-wrap #hero-inner {
  max-width: 1400px;
  width: 100%;
  margin: auto;
}

#hero-wrap #hero-inner .inner {
  width: 50%;
  text-align: center;
  padding: 0 5%;
  color: white;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#hero-wrap #hero-inner .inner p {
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1.4;
}
#hero-wrap #hero-inner .inner p a {color: white; font-weight: 700;}

#hero-wrap #hero-inner .inner h2 {
  font-size: 13px;
  font-size: 4.0625vw;
  color: #FFE889;
  padding: 15px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  margin: .25em 0;
}

#hero-wrap #hero-inner .inner ul li {
  font-size: 28px;
  font-size: 2.8rem;
}

#hero-wrap #hero-inner .inner ul li span {
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 1400px) {
  #hero-wrap #hero-inner .inner h2 {
    font-size: 50px;
    font-size: 5rem;
  }
}

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

.price {
  font-size: 40px;
  font-size: 4rem;
}

.price span:not(.blc-txt) {
  font-size: 1.25em;
  color: #E40B20;
  font-weight: 700;
  margin-left: 15px;
}

.price .blc-txt {
  display: inline;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  color: white;
  line-height: 1;
  margin-right: 15px;
  padding: 5px 10px 5px;
  background-color: #342417;
}

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

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

.cv .md-ttl {
  margin-bottom: 1em;
}

.cv .flex > div {
  max-width: 350px;
  width: 46%;
  margin: 0 2%;
}

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

.cv .flex > div a span {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}

.cv .flex > div.cv-tel a {
  padding: 20px 0 0;
  background-color: #E40B20;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}

.cv .flex > div.cv-tel a span {
  font-size: 30px;
  font-size: 3rem;
}

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

.cv .flex > div.cv-contact a {
  line-height: 100px;
  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 3em;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5% 1% 4%;
  text-align: center;
}

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

._bgimg .whitebox p:not(.price) {
  font-size: 25px;
  font-size: 2.5rem;
}

._bgimg .bottom_blc {
  padding: 2em 0;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}

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

#feature .flex .blc:nth-child(odd) {
  margin-right: 4%;
}

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

#overview {
  padding: 4em 0;
}

#access {
  margin: 2em 0 4em;
}

/* =================================================
 floating setting
================================================= */
.floating {
  width: 100%;
  padding: 1em 0;
  background-color: #F2EFE1;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.floating ._pc .md-ttl {
  margin-bottom: 1em;
}

.floating ._pc .flex > div {
  max-width: 350px;
  width: 46%;
  margin: 0 2%;
}

.floating ._pc .flex > div a {
  display: block;
  height: 100px;
  color: white;
  text-align: center;
  font-weight: 700;
}

.floating ._pc .flex > div a span {
  display: block;
  font-size: 25px;
  font-size: 2.5rem;
}

.floating ._pc .flex > div.cv-tel a {
  padding: 20px 0 0;
  background-color: #E40B20;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}

.floating ._pc .flex > div.cv-tel a span {
  font-size: 30px;
  font-size: 3rem;
}

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

.floating ._pc .flex > div.cv-contact a {
  line-height: 100px;
  background-color: #342417;
}

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

/* =================================================
 footer setting
================================================= */
footer {
  color: #000;
  padding-bottom: 140px;
}

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

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