@charset "UTF-8";
/* CSS Document */
.nav-menu a {
  letter-spacing: 0.1rem;
}

a {
  color: #ff9100;
}

#intro-area {
  background-image: url("../img/top-copy.png"), url("../img/top-incho.png"), url("../img/top-back.jpg");
  background-repeat: no-repeat;
  background-position: right 10% center, left bottom 10%, center center;
  background-size: 50vw, 50vw, cover;
  height: 90vh;
  width: 100vw;
}

@media (max-width: 768px) {
  #intro-area {
    background-image: url("../img/sp-top.png"), url("../img/top-back.jpg");
    background-position: center bottom, center center;
    height: 90vh;
    background-size: 100vw, cover;
  }
  #intro h2 {
    font-size: 26px;
    letter-spacing: 0.2rem;
    line-height: 1.5;
  }
  #intro h2 br {
    display: none;
  }
}
.nav-menu li:hover > a,
.nav-menu > .menu-active > a {
  color: #ff9100;
}

.section-header h3 {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  color: #716c6a;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.2rem;
}

.section-header h3 span {
  font-size: 50%;
  margin-bottom: 0.5rem;
  color: #ae9373;
}

.section-header h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #ff9100;
  bottom: 0;
  left: calc(50% - 30px);
}

.section-header-left h3 {
  display: flex;
  flex-direction: column;
  font-size: 23px;
  color: #111;
  text-transform: uppercase;
  text-align: left;
  font-weight: normal;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 0.4rem;
}

.section-header-left h3 span {
  font-size: 70%;
  margin-bottom: 0.5rem;
  color: #ae9373;
}

.section-header-left h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 150px;
  height: 2px;
  background: #ff9100;
  bottom: 0;
  left: 0%;
}

.newslist {
  letter-spacing: 0.1rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

a:hover,
a:active,
a:focus {
  color: #ff9100;
}

a .newslist:hover {
  color: #ff9100;
}

.btn-more {
  border: 1px solid #9f8d60;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  transition: 0.5s;
  margin: 10px;
  background: #fff;
  color: #000;
}

.btn-more:hover {
  color: #fff;
  background: #9f8d60;
}

h4 {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #615b5a;
}

#intro .carousel-item::before {
  background-color: rgba(0, 0, 0, 0);
}

#access {
  background: #f7f5f2;
  padding: 50px 0 50px 0;
}

#news {
  background-color: #f7f5f2;
  padding: 50px 0 50px 0;
}

#profile,
#features,
#price {
  background-color: #fff;
  padding: 50px 0 50px 0;
}

.about-col-typec img {
  margin-bottom: 1.5rem;
}

.about-col-typec h2.title {
  color: #ae9373;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}

.feebox {
  background-color: #fff;
  padding: 1.5rem;
  border: 1px solid #d9d9d9;
}

.hourbox-c {
  padding: 1.5rem;
  border: 1px solid #d9d9d9;
  margin-bottom: 2rem;
  background-color: #fff;
}

.tel {
  font-family: "Lora", "Noto Sans Serif", serif;
  font-size: 1.5rem;
}

.back-to-top {
  background: #ff9100;
}

/* Mobile Nav Styling */
#mobile-nav {
  font-weight: bold;
  background-color: #f7f5f2;
}

#mobile-nav ul li a {
  text-align: left;
  color: #352a22;
  border-bottom: 1px solid #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul li.menu-active a {
  color: #352a22;
}

#mobile-nav ul li a::before {
  content: "\f105";
  font-family: FontAwesome;
  font-weight: 900;
  margin-right: 1rem;
  color: #bda871;
}

#price h4 {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 3rem;
  font-size: 1.3rem;
  border-left: 5px solid #ff9100;
  background-color: #f1eae5;
  color: #835d25;
  padding: 0.5rem 1rem;
}

.infotable {
  letter-spacing: 0.1rem;
  text-align: center;
  width: 100%;
  line-height: 1.8;
  margin-bottom: 1rem;
}
.infotable .infotitle {
  font-weight: bold;
  color: #a8790b;
}
.infotable .infotitle .bgwhite {
  background-color: white;
}
.infotable tr {
  border-bottom: 1px dotted rgb(197, 197, 197);
}
.infotable td {
  padding: 0.6rem;
  vertical-align: middle;
  /* 中央揃え */
}
.infotable td img {
  width: 30px;
}
.infotable td.bold {
  width: 30%;
}

.price {
  font-family: "Heebo", sans-serif;
  font-weight: bold;
  color: #ff9100;
  font-size: 1.2rem;
}/*# sourceMappingURL=hidamari.css.map */