@charset "UTF-8";
/*目次---------------------------------------
common_wrap
search_form
ad_area
Breadcrumb
サイトマップパーツ
-------------------------------------------*/
/*-------------------------------------------
  common_wrap
-------------------------------------------*/
.c_wrap {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c_wrap {
    padding: 0 4%;
  }
}

.c_wrap-p_top {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c_wrap-p_top {
    padding: 4rem 4% 0;
  }
}

#wrap {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  #wrap {
    padding: 0 4%;
  }
  #wrap.page_wrap {
    padding: 10rem 4% 0;
  }
}

.wrap_inner {
  display: flex;
  justify-content: space-between;
  max-width: 120rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrap_inner {
    display: block;
  }
}

#main_content,
.main_content {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #main_content,
  .main_content {
    width: 100%;
  }
}

.inner {
  max-width: 120rem;
  margin: 0 auto;
}

.inner02 {
  max-width: 100rem;
  margin: 0 auto;
}

.inner03 {
  width: 80rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .inner03 {
    width: 92%;
  }
}

.c_lead {
  text-align: center;
  margin: 5rem auto;
}

/*-------------------------------------------
  common
-------------------------------------------*/
.reviews_detail {
  border: solid 1rem #f8f6f2;
  display: flex;
  justify-content: space-between;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
}
.reviews_detail .review_item {
  width: 50%;
  text-align: center;
  padding: 0.4rem 0;
}
.reviews_detail .review_item span {
  color: #bd0a0a;
  font-family: "Oswald", sans-serif;
  font-size: 3.5rem;
  line-height: 1.2;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .reviews_detail .review_item span {
    font-size: 3.2rem;
  }
}
.reviews_detail .review_item:last-of-type {
  border-left: dotted 2px #f8f6f2;
}

.c_box {
  background: #f8f6f2;
  margin: 1rem 0 0;
  padding: 1.5rem;
}

.area_child_list {
  display: none;
}
.area_child_list .parent {
  margin-bottom: 1rem;
}
.area_child_list .parent a {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
  padding: 0 0.4rem 0.2rem;
  display: inline-block;
  border-bottom: solid 2px #c0ae8c;
}

/*-------------------------------------------
  search_form
-------------------------------------------*/
.is-form-style.is-form-style-3 label {
  width: 25.5rem !important;
  border-radius: 10rem;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 767px) {
  .is-form-style {
    text-align: center;
    margin: 0 auto 2.5rem;
  }
}

.is-form-style.is-form-style-3 input.is-search-input {
  border-radius: 10rem 0 0 10rem;
  padding: 0.8rem 1.5rem;
}
.is-form-style.is-form-style-3 input.is-search-input::placeholder {
  color: #bcbcbc !important;
}

.is-form-style .is-search-submit:focus,
.is-form-style .is-search-submit:hover,
.is-form-style .is-search-submit,
.is-form-style .is-search-icon {
  border-radius: 0 10rem 10rem 0;
}

.is-form-style button.is-search-submit {
  width: 4.5rem;
}

/*-------------------------------------------
  ad_area
-------------------------------------------*/
.ad_area {
  margin: 0 auto 6rem;
  max-width: 91rem;
}
@media screen and (max-width: 767px) {
  .ad_area {
    margin: 4rem auto 4rem;
  }
}
.ad_area ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .ad_area ul {
    display: block;
  }
}
.ad_area li {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .ad_area li {
    width: 100%;
  }
  .ad_area li:nth-of-type(n+2) {
    display: none;
  }
}
.ad_area li img {
  width: 100%;
}

/*  Page - Breadcrumb - List
-------------------------------------------*/
.breadcrumb_list {
  background: #f8f6f2;
  color: #c0ae8c;
  font-size: 1.2rem;
  margin-bottom: 6rem;
  padding: 1.4rem 2rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list {
    margin: 0 0 4rem;
    display: none;
  }
}
.breadcrumb_list.sp_breadcrumb {
  display: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list.sp_breadcrumb {
    font-size: 1rem;
    display: block;
    margin: 6rem 0 0;
  }
}
.breadcrumb_list ol {
  max-width: 120rem;
  margin: 0 auto;
  line-height: 1.4;
}
.breadcrumb_list ol li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  position: relative;
}
.breadcrumb_list ol li::after {
  content: "";
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  width: 8px;
  height: 8px;
  background: url("../img/arrow_07.png") no-repeat center;
  background-size: contain;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .breadcrumb_list ol li::after {
    width: 6px;
    height: 6px;
  }
}
.breadcrumb_list ol li:last-child::after {
  display: none;
}
.breadcrumb_list ol li:first-child a {
  color: #7f725c;
  font-weight: bold;
}

/* サイトマップパーツ */
.sitemap-box {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .sitemap-box {
    margin-bottom: 4rem;
  }
}
.sitemap-box .large-list {
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sitemap-box .large-list {
    font-size: 1.4rem;
  }
}
.sitemap-box .child_box {
  margin-top: 1.6rem;
}
.sitemap-box li {
  display: inline-block;
  margin-top: 1rem;
  margin-right: 2.5rem;
  font-size: 1.2rem;
}
.sitemap-box li a {
  background: url(../img/arrow_07.png) no-repeat left center;
  display: block;
  padding: 0 0 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .sitemap-box li a {
    margin-right: 0;
  }
}/*# sourceMappingURL=layout.css.map */