@charset "utf-8";

/*-------------------
    reset
*/
body {
  /*font-family: "リュウミン R-KL", "Ryumin Regular KL", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

/*-------------------
    header
*/

/* .header */
.header {
  padding-bottom: 8.5em;
}

/* .header__logo */
.header__logo {
  background-color: #fff;
}

.header__title {
  margin: 0 auto;
  padding-left: 6px;
  max-width: 1280px;
  line-height: 0;
}

.header__title-img {
  display: inline-block;
  padding: 6px 0;
  width: 115px;
}

/* .header-detail */
.header-detail {
  position: absolute;
  z-index: 9999;
  width: 100%;
  margin: 0 auto;
}

.is-header-fixed {
  position: fixed;
  top: 0;
}

.header-inner {
  background-color: #f9f3e7;
  border-top: 0.5px solid #707070;
}

.header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  color: #707070;
  padding: 21px 0 22px;
}

.header-body__title {
  font-size: 14px;
  color: #707070;
  letter-spacing: -1.48px;
  line-height: 2;
}

.header-nav {
  margin: 0 0 0 auto;
}

.header-nav__list {
  font-size: 0;
}

.header-nav__list .header-nav__item {
  display: inline-block;
  margin-right: 40px;
}

.header-nav__list .header-nav__item:last-of-type {
  margin-right: 0;
}

.header-nav__list .header-nav__link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 7px 0 7px 51px;
  color: #707070;
  font-size: 14px;
}

.header-nav__list .header-nav__link::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 32px;
  width: 30px;
  padding-right: 20px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}

.header-nav__item-map .header-nav__link::before {
  background-image: url(../images/icon_menu-map.png);
  background-position: center;
}

.header-nav__item-outline .header-nav__link::before {
  background-image: url(../images/icon_menu-outline.png);
}

.header-nav__item-catalog .header-nav__link::before,
.header-nav__item-request .header-nav__link::before {
  top: 22%;
  left: 14px;
}

.header-nav__item-catalog .header-nav__link::before {
  background-image: url(../images/icon_menu-catalog.png);
}

.header-nav__item-request .header-nav__link::before {
  background-image: url(../images/icon_menu-request.png);
}

.header-nav .header-nav__form_btn {
  margin-right: 14px;
}

.header-nav__form_btn .header-nav__link {
  color: #fff;
  background-color: #7a633d;
  padding: 18px 13px 17px 74px;
}

/* .header-hamburger */
.header-hamburger {
  display: none;
}

/* .localnav */
.localnav {
  position: relative;
}

.localnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: rgba(101, 80, 55, 0.85);
}

.localnav__list .localnav__item {
  width: 100%;
  text-align: center;
}

.localnav__list .localnav__item:not(:last-of-type) {
  border-right: 2px solid #fff;
}

.localnav__item .localnav__link {
  display: block;
  text-decoration: none;
  line-height: 1.7;
  padding: 7px 0;
  font-size: 12px;
  letter-spacing: -0.5px;
  color: #fff;
}

/*-------------------
    footer
*/

/* .footer */
.footer {
    background-color: #fffaf2;
    position: relative;
  }

/* .footer-nav */
.footer-nav {
  display: none;
}

/* .footer-topcontrol */
.footer-topcontrol {
  position: absolute;
  display: block;
  right: 80px;
  top: -50px;
  height: 50px;
  width: 50px;
  background-color: #7a633d;
}

.footer-topcontrol::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 12px;
  margin-top: -3px;
  margin-left: -6px;
  content: " ";
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* .footer-body */
.footer-body {
  text-align: center;
  margin: 0 auto;
  border-bottom: 1px solid #f1eeea;
}

/* .footer-tel */
.footer-tel {
  padding: 40px 0 20px;
  font-size: 14px;
  color: #3c3c3c;
  border-bottom: 1px solid #f1eeea;
}

.footer-tel__body {
  padding: 8px 0 11px;
  display: table;
  margin: 0 auto;
}

.footer-tel__body .footer-tel__item {
  padding-right: 10px;
  display: table-cell;
  line-height: 1;
  font-size: 22px;
  font-weight: 500;
}

.footer-tel__body .footer-tel__item-img {
  width: 52px;
}

.footer-tel__body .footer-tel__link {
  display: block;
  width: 310px;
}
/*.footer-tel__body .footer-tel__link {
  display: block;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 44px;
  letter-spacing: 0.88px;
}*/
.footer-tel__detail {
  margin-bottom: 15px;
}

.footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
  margin: 0 63px 0 0;
}

.footer-tel__detail .footer-tel__detail-text {
  display: inline-block;
}

/* .footer-company */
.footer-company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-top: 20px;
  max-width: 1040px;
}

.footer-company__list .footer-company__item {
  margin-bottom: 40px;
  margin: 0 50px 40px;
}

.footer-company__list .footer-company__img {
  vertical-align: middle;
  width: 300px;
}
.footer-company__list .footer-company__img.b {
  vertical-align: middle;
  max-width: 282px;
}

.footer-company__title {
  color: #707070;
  font-size: 14px;
  margin-bottom: 20px;
}

/* .footer-menu */
.footer-menu {
  padding: 12px 0 11px;
  background-color: #fff;
  border-bottom: 1px solid #000;
}

.footer-menu__list {
  text-align: center;
  line-height: 0;
}

.footer-menu__list .footer-menu__item {
  display: inline-block;
  line-height: 1;
}

.footer-menu__list .footer-menu__item:not(:first-of-type) {
  margin-left: 66px;
  padding-left: 66px;
  border-left: 1px solid #999;
}

.footer-menu__list .footer-menu__link {
  padding-right: 56px;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 14px;
  background: url(../images/icon_arrow-black.png) no-repeat;
  background-position: right;
  background-size: 8px;
}

/* .footer-copy */
.footer-copy {
  padding: 4px 0;
  font-size: 10px;
  text-align: center;
  color: #ddd;
  background-color: #7a633d;
}

/*-------------------
    SP
*/

@media screen and (max-width: 1023px) {
  /*-------------------
    	header
    */

  /* .header */
  .header {
    padding-bottom: 70px;
  }

  /* .header-inner */
  .header-inner {
    border-bottom: 0.5px solid #707070;
  }

  /* .header-body */
  .header-body {
    width: 100%;
    height: 70px;
    padding: 20px 7px;
  }

  /* .header-nav */
  .header-nav {
    display: none;
  }

  /* .header-hamburger */
  .header-hamburger {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 20px;
    right: 15px;
    border: none;
    height: 32px;
    width: 35px;
  }

  .header-hamburger .header-hamburger__line {
    position: absolute;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 2px;
    background-color: #655037;
    transition: all 0.5s;
  }

  .header-hamburger__line:nth-child(1) {
    top: 0;
  }

  .header-hamburger__line:nth-child(2) {
    top: 13px;
  }

  .header-hamburger__line:nth-child(3) {
    bottom: 0;
  }

  .is-header-active .header-hamburger__line:nth-child(1) {
    transform: translateY(13px) rotate(-45deg);
  }

  .is-header-active .header-hamburger__line:nth-child(2) {
    opacity: 0;
  }

  .is-header-active .header-hamburger__line:nth-child(3) {
    transform: translateY(-13px) rotate(45deg);
  }

  /* .localnav */
  .localnav .localnav__list {
    overflow: hidden;
    max-height: 0;
    flex-wrap: wrap;
    transition: max-height 0.3s ease-in-out;
  }

  .localnav-open .localnav__list {
    max-height: 500px;
    transition: max-height 0.3s ease-in;
  }

  .localnav .localnav__list .localnav__item {
    width: 50%;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  
  .localnav__list .localnav__item:nth-of-type(2n + 1) {
    border-right: 1px solid #fff;
  }
  .localnav__list .localnav__item:last-child {
    border-right: 1px solid #000;
  }

  .localnav__list .localnav__item:nth-last-of-type(2) {
    border-bottom: 1px solid #000;
  }

  .localnav__item .localnav__link {
    padding: 23px 0;
  }

  /*-------------------
        footer
    */

  /* .footer-nav */
  .footer-nav {
    position: fixed;
    display: block;
    z-index: 9999;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: 1px solid #e6e6e6;
  }

  .footer-nav .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    font-size: 12px;
  }

  .footer-nav .footer-nav__item {
    width: 100%;
    height: 100px;
    margin: 0;
  }

  .footer-nav .footer-nav__item:not(:last-of-type) {
    border-right: 1px solid #e6e6e6;
  }

  .footer-nav .footer-nav__link {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #3c3c3c;
    padding: 68px 0 15px 0;
    text-decoration: none;
    background-size: auto 40px;
    background-repeat: no-repeat;
    background-position: center 20px;
  }

  .footer-nav__item-map .footer-nav__link {
    background-image: url(../images/icon_menu-map.png);
    background-color: #fffaf2;
  }

  .footer-nav__item-catalog .footer-nav__link {
    color: #fff;
    background-image: url(../images/icon_menu-catalog.png);
    background-color: #7a633d;
  }

  .footer-nav__item-request .footer-nav__link {
    color: #fff;
    background-image: url(../images/icon_menu-request.png);
    background-color: #7a633d;
  }

  .footer-nav__item-tel .footer-nav__link {
    background-image: url(../images/icon_menu-tel.png);
    background-color: #c9b086;
  }

  /* .footer */
  .footer {
    padding-bottom: 98px;
  }

  /* .footer-topcontrol */
  .footer-topcontrol {
    right: 12px;
  }

  /* .footer-tel */
  .footer-tel {
    padding: 20px 0;
    font-size: 10px;
  }

  .footer-tel__body .footer-tel__item {
    vertical-align: middle;
    padding-right: 4px;
  }

  .footer-tel__body .footer-tel__item:nth-child(2) {
    padding-right: 0;
  }

  .footer-tel__body .footer-tel__item-img {
    width: 45px;
  }

  .footer-tel__body .footer-tel__link {
    width: 260px;
  }

  .footer-tel .footer-tel__detail {
    margin-bottom: 3px;
  }

  .footer-tel__detail .footer-tel__detail-text:not(:last-of-type) {
    margin: 0 24px 0 0;
  }

  /* .footer-company__list */
  .footer-company__list {
    display: block;
    padding-top: 5px;
  }

  .footer-company__list .footer-company__title {
    font-size: 10px;
  }

  .footer-company__list .footer-company__item {
    max-width: 208px;
    margin: 0 auto 20px auto;
  }

  .footer-company__list .footer-company__img {
    width: 100%;
  }

  .footer-company__title {
    margin-bottom: 10px;
  }

  /* .footer-menu */
  .footer-menu {
    padding: 16px 0 20px;
  }

  .footer-menu__list {
    width: 312px;
    margin: 0 auto;
    text-align: left;
  }

  .footer-menu__list .footer-menu__item {
    position: relative;
    display: block;
  }

  .footer-menu__list .footer-menu__item:not(:first-of-type) {
    margin: 20px 0 0 0;
    padding-left: 0;
    border-left: 0;
  }

  .footer-menu__list .footer-menu__item:last-of-type {
    margin-bottom: 0;
  }

  .footer-menu__list .footer-menu__link {
    display: block;
    font-size: 12px;
    padding-right: 0;
  }

  /* .footer-copy */
  .footer-copy {
    padding: 5px 0;
  }
}


/*-------------------
    緊急事態エリア
*/
.header--simple {
  padding-bottom: 0;
  border-bottom: 0.5px solid #707070;
}

/* .important-hidden */
.important-hidden {
  display: none;
}

/* .important */
.important {
  max-width: 1280px;
  margin: 20px auto;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "verdana", sans-serif;
  border: 3px solid #ed2525;
}

/* .important__title */
.important__title {
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #ed2525;
}

/* .important-content */
.important-content {
  margin: 40px auto 0;
  max-width: 1280px;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",
    "Meiryo", "verdana", sans-serif;
  color: #ed2525;
}

.important-content__title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 500;
}

.important-content__title::before {
  display: inline-block;
  vertical-align: bottom;
  content: "";
  width: 36px;
  height: 33px;
  margin-right: 12px;
  background: url(../images/icon_important-red.png) no-repeat;
  background-size: contain;
}

/* .important-info */
.important-info {
  margin: 40px 19px;
  padding: 36px 40px 36px;
  font-size: 16px;
  border: 3px solid #ed2525;
}

.important-info__title {
  text-align: center;
  text-decoration: underline;
  font-size: 24px;
}

/* .important-head */
.important-head {
  margin: 24px 0 0;
}

.important-head__date {
  display: inline-block;
  margin-right: 3px;
}

.important-head__title {
  display: inline-block;
  font-weight: 500;
}

/* .important__link */
.important__link {
  text-decoration: none;
  color: #fff;
}

.important__link::before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 26px;
  height: 32px;
  margin-right: 10px;
  background: url(../images/icon_important-white.png) no-repeat;
  background-size: contain;
}

.important__link::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 10px;
  height: 24px;
  margin-left: 10px;
  background: url(../images/icon_arrow-white.png) no-repeat;
  background-size: contain;
}

/* .important-body */
.important-body:not(:last-of-type) {
  border-bottom: 2px dashed #ed2525;
  padding-bottom: 26px;
}

.important-body__text {
  font-size: 12px;
  margin-top: 16px;
}

.important-body__text:not(:first-of-type) {
  margin-top: 24px;
}

.important-content__back {
  margin-bottom: 40px;
}

.important-content__back-link {
  display: block;
  width: 345px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #303030;
  line-height: 48px;
  color: #303030;
  text-decoration: none;
  background-image: url(../images/icon_important-close.png);
  background-repeat: no-repeat;
  background-position: right 34px center;
  background-size: 16px;
}

.footer-inner {
  border-top: 1px solid #3c3c3c;
}

.footer-copy--white {
  background-color: #fff;
  color: #3c3c3c;
}

/*-------------------
    SP
*/

@media screen and (max-width: 1023px) {
  /* .important */
  .important {
    margin: 0;
  }

  /* .important__title */
  .important__title {
    font-size: 16px;
    padding: 7px 0 6px;
  }

  /* .important__link */
  .important__link::before {
    width: 22px;
    height: 23px;
  }

  /* .important-content__title */
  .important-content__title {
    font-size: 24px;
  }

  .important-content__title::before {
    width: 27px;
    height: 24px;
    margin-right: 10px;
  }

  /* .important-info */
  .important-info {
    margin: 24px 0 32px;
    padding: 24px 15px;
  }

  .important-info:last-of-type {
    margin: 0 0 81px;
  }

  .important-info__title {
    font-size: 16px;
  }

  .important-content__back {
    margin-bottom: 32px;
  }

  /* .important-head */
  .important-head {
    margin-top: 24px;
    font-size: 12px;
  }

  .important-head__date {
    margin-right: 10px;
  }

  /* .important-body__text */
  .important-body__text {
    font-size: 10px;
  }

  .important-body__text:not(:first-of-type) {
    margin-top: 16px;
  }

  .important-body:not(:last-of-type) {
    padding-bottom: 16px;
  }
}

.localnav {
    opacity: 0.9;
}