/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1750px;
  width: 97%;
  height: 145px;
  padding: 0 0px;
  z-index: 10;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 680px;
  width: 100%;
}
.header-info {
  margin-bottom: 24px;
}
.header-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
  padding-bottom: 23px;
  margin-right: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header .global-nav {
  max-width: 680px;
  width: 100%;
  margin-left: auto;
}
.header .global-nav-list {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:not(:last-child) {
  padding-right: 26px;
  margin-right: 25px;
  position: relative;
}
.header .global-nav-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 20px;
  background: center/cover no-repeat url(../../images/common/nav-border.png);
}
.header .global-nav-list-item a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
}
.header .global-nav-list-item a.current {
  opacity: 0.7;
}
.header .global-nav-list-item a:hover {
  opacity: 0.7;
}
.header .main-visual {
  width: 100%;
  height: 920px;
  background: center/1920px 920px repeat url(../../images/common/header-bg.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 437px;
  width: 90px;
  height: 175px;
  background: center/cover no-repeat url(../../images/common/header-bg-l.png);
  z-index: -1;
}
.header .main-visual::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 218px;
  height: 423px;
  background: center/cover no-repeat url(../../images/common/header-bg-r-b.png);
  z-index: -1;
}
.header .main-visual-img {
  position: absolute;
  left: 63px;
  bottom: 30px;
  z-index: 1;
  overflow: hidden;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1620px;
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 194px;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  margin-bottom: 70px;
  padding-top: 176px;
  padding-bottom: 64px;
  background: center/1920px 920px repeat url(../../images/common/header-bg.png);
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -46px;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/about/header-bg-bottom.png);
  z-index: -1;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 71px;
  width: 192px;
  height: 341px;
  background: center/cover no-repeat url(../../images/about/sub-visual-bg-r.png);
  z-index: -1;
}
.header .sub-visual-img {
  max-width: 1772px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.header .sub-visual-img::before {
  position: absolute;
  content: "";
  top: 11px;
  left: -70px;
  width: 141px;
  height: 190px;
  background: center/cover no-repeat url(../../images/about/sub-visual-bg-l.png);
  z-index: 1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1620px;
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  z-index: 1;
}
.header .fix-contact {
  position: fixed;
  right: 30px;
  bottom: 204px;
  width: 75px;
  height: 270px;
  z-index: 1000;
  -webkit-box-shadow: 10px 10px 0 0 #ccddb6;
          box-shadow: 10px 10px 0 0 #ccddb6;
  border-radius: 10px;
}
.header .fix-contact:hover {
  opacity: 0.8;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .page-top {
  position: fixed;
  right: 30px;
  bottom: 88px;
  z-index: 1000;
}
.header .page-top:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-about {
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-top.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding: 155px 0 172px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: -313px;
  bottom: -93px;
  width: 284px;
  height: 282px;
  background: center/cover no-repeat url(../../images/top/top-about-deco.png);
  z-index: -1;
}
.top-about .cmn-title {
  font-size: 5rem;
}
.top-about .cmn-title .accent {
  display: inline-block;
  margin-right: 12px;
}
.top-about-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-about-img {
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.top-about-img::before {
  position: absolute;
  content: "";
  top: -107px;
  right: -83px;
  width: 185px;
  height: 179px;
  background: center/cover no-repeat url(../../images/top/top-about-img-deco.png);
}
@media (max-width: 1475px) {
  .top-about-img {
    margin-right: -16px;
  }
}
.top-about-textbox {
  max-width: 540px;
  width: 100%;
}
.top-about-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 50px;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 27px;
}

.top-service {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/top-service-bg.png);
}
.top-service-inner {
  max-width: 1380px;
  padding-bottom: 112px;
}
.top-service .cmn-title {
  margin-bottom: 140px;
}
.top-service-content {
  max-width: 1380px;
  width: 100%;
  background: center/100px 100px repeat url(../../images/common/cmn-pattern.png);
  position: relative;
  border-radius: 50px;
}
.top-service-content::before {
  position: absolute;
  content: "";
  right: -28px;
  bottom: -1px;
  width: 288px;
  height: 144px;
  background: center/contain no-repeat url(../../images/top/top-service-illust01.png);
}
.top-service-content:not(:last-of-type) {
  margin-bottom: 173px;
}
.top-service-content:nth-of-type(2)::before {
  right: auto;
  left: -93px;
  bottom: -22px;
  width: 220px;
  height: 212px;
  background: center/contain no-repeat url(../../images/top/top-service-illust02.png);
}
.top-service-content:nth-of-type(2) .top-service-content-inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.top-service-content:nth-of-type(2) .top-service-img {
  margin-left: auto;
  margin-right: -340px;
}
.top-service-content:nth-of-type(2) .top-service-textbox {
  max-width: 330px;
}
.top-service-content:nth-of-type(2) .top-service-check {
  font-size: 1.8rem;
  font-weight: 900;
}
.top-service-content:nth-of-type(2) .top-service-check:not(:last-of-type) {
  margin-bottom: 18px;
}
.top-service-content:nth-of-type(2) .top-service-sub-content {
  padding: 28px 30px;
  border-radius: 15px;
}
.top-service-content-inner {
  max-width: 1080px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 110px 0;
}
.top-service-title {
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top-service-img {
  margin-left: -340px;
}
.top-service-textbox {
  max-width: 515px;
  width: 100%;
}
.top-service-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 37px;
}
.top-service-sub-content {
  padding: 38px 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.top-service-sub-content.no01::before {
  position: absolute;
  content: "";
  right: 41px;
  bottom: 0;
  width: 121px;
  height: 109px;
  background: center/contain no-repeat url(../../images/top/top-service-no01.png);
}
.top-service-sub-content.no01 .top-service-check::before {
  width: 20px;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-check02.png);
}
.top-service-sub-content.no02::before {
  position: absolute;
  content: "";
  right: 41px;
  bottom: 0;
  width: 141px;
  height: 109px;
  background: center/contain no-repeat url(../../images/top/top-service-no02.png);
}
.top-service-sub-content.no02 .top-service-check::before {
  width: 20px;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-check03.png);
}
.top-service-sub-content.no03::before {
  position: absolute;
  content: "";
  right: 41px;
  bottom: 0;
  width: 143px;
  height: 109px;
  background: center/contain no-repeat url(../../images/top/top-service-no03.png);
}
.top-service-sub-content.no03 .top-service-check::before {
  width: 20px;
  height: 20px;
  background: center/cover no-repeat url(../../images/top/top-service-check04.png);
}
.top-service-check {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service-check::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  background: center/cover no-repeat url(../../images/top/top-service-check01.png);
}
.top-service-check:not(:last-of-type) {
  margin-bottom: 21px;
}
.top-service .cmn-btn {
  margin-top: 42px;
}
.top-service-list-item {
  position: relative;
  z-index: 1;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 29px;
}
.top-service-list-item:nth-child(1)::before {
  position: absolute;
  content: "";
  right: -449px;
  bottom: -29px;
  width: 502px;
  height: 132px;
  background: center/cover no-repeat url(../../images/top/top-service-shape01.png);
  z-index: -1;
}
.top-service-list-item:nth-child(2)::before {
  position: absolute;
  content: "";
  right: -201px;
  bottom: 91px;
  width: 241px;
  height: 69px;
  background: center/cover no-repeat url(../../images/top/top-service-shape02.png);
  z-index: -1;
}
.top-service-list-item:nth-child(2) .top-service-list-title {
  background-color: #c5a949;
}
.top-service-list-item:nth-child(3)::before {
  position: absolute;
  content: "";
  right: -194px;
  bottom: 85px;
  width: 222px;
  height: 111px;
  background: center/cover no-repeat url(../../images/top/top-service-shape03.png);
  z-index: -1;
}
.top-service-list-item:nth-child(3) .top-service-list-title {
  background-color: #745422;
}
.top-service-list-title {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 13px 0;
  text-align: center;
  background-color: #84b361;
  border-radius: 10px 10px 0 0;
}

.top-works {
  background: center/cover no-repeat url(../../images/top/top-works-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-works::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/top-works-bg-top.png);
  z-index: -1;
}
.top-works-inner {
  padding: 198px 0 110px 0;
  position: relative;
  z-index: 1;
}
.top-works-inner::before {
  position: absolute;
  content: "";
  top: 267px;
  left: -100px;
  width: 200px;
  height: 194px;
  background: center/cover no-repeat url(../../images/top/top-works-bg-l-t.png);
  z-index: -1;
}
.top-works-inner::after {
  position: absolute;
  content: "";
  right: -100px;
  bottom: 188px;
  width: 215px;
  height: 208px;
  background: center/cover no-repeat url(../../images/top/top-works-bg-r-b.png);
  z-index: -1;
}
.top-works-list {
  margin-bottom: 60px;
}
.top-works-list-item {
  width: 100%;
  padding: 70px;
  background: center/cover no-repeat url(../../images/case/case-box-bg.png);
  border-radius: 50px;
}
.top-works-list-item:not(:last-child) {
  margin-bottom: 60px;
}
.top-works-list-item .cmn-btn {
  max-width: 230px;
  height: 65px;
  margin: 0 auto;
  color: #fff;
  background-color: #442800;
}
.top-works-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.top-works-tag-list-item {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 12px 18px;
  margin-bottom: 10px;
  background-color: #c5a949;
  border-radius: 6px;
}
.top-works-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.top-works-title {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 5px;
  margin-bottom: 30px;
  padding-left: 27px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  position: relative;
}
.top-works-title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 33px;
  background: center/cover no-repeat url(../../images/top/top-works-title-border.png);
}
.top-works-flex {
  margin-bottom: 38px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.top-works-flex::before {
  position: absolute;
  content: "";
  left: 273px;
  bottom: 3px;
  width: 147px;
  height: 76px;
  background: center/cover no-repeat url(../../images/top/top-works-arrow.png);
}
.top-works-before {
  max-width: 370px;
  width: 100%;
  height: 300px;
  border-radius: 20px;
  border: 7px solid #fff;
  overflow: hidden;
  position: relative;
}
.top-works-before::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 120px;
  height: 50px;
  background: center/cover no-repeat url(../../images/top/top-works-before.png);
}
.top-works-before img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works-after {
  max-width: 500px;
  width: 100%;
  height: 400px;
  border-radius: 30px;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
}
.top-works-after::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 130px;
  height: 55px;
  background: center/cover no-repeat url(../../images/top/top-works-after.png);
}
.top-works-after img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-works-body {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  margin-bottom: 27px;
}
.top-works-body img {
  max-width: 100%;
}
.top-works .cmn-btn {
  margin: 0 auto;
  color: #fff;
  background-color: #442800;
}

#top .top-works-list-item {
  background: #fbf8f4;
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/about/reserve-bg.png);
}
.reserve-inner {
  padding: 123px 0 96px 0;
  position: relative;
  z-index: 1;
}
.reserve-inner::before {
  position: absolute;
  content: "";
  right: -137px;
  bottom: 95px;
  width: 155px;
  height: 255px;
  background: center/cover no-repeat url(../../images/top/reserve-illust.png);
  z-index: -1;
}
.reserve-content {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.reserve-img {
  margin-left: -130px;
}
.reserve-textbox {
  max-width: 540px;
  width: 100%;
}
.reserve-textbox .cmn-title {
  margin-bottom: 50px;
}
.reserve-tel {
  max-width: 480px;
  width: 100%;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 39px 65px 39px;
  background-color: #ffffff;
  border-radius: 13px;
  position: relative;
}
.reserve-tel::before {
  content: "";
  width: 45px;
  height: 45px;
  margin-right: 14px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
}
.reserve-tel-txt img {
  display: block;
  margin: 0 auto;
}
.reserve-contact {
  max-width: 480px;
  width: 100%;
  height: 85px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 74px;
  background: center/cover no-repeat url(../../images/top/reserve-contact-bg.png);
  border-radius: 10px;
  position: relative;
}
.reserve-contact::before {
  content: "";
  width: 30px;
  height: 27px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/top/reserve-mail-icon.png);
}
.reserve-contact::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: center/cover no-repeat url(../../images/top/reserve-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-contact:hover {
  opacity: 0.8;
}
.reserve-contact:hover::after {
  right: 21px;
}

.news {
  background: center/1920px 530px repeat url(../../images/top/news-bg.png);
  position: relative;
  z-index: 1;
}
.news::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 392px;
  background: center/cover no-repeat url(../../images/top/news-bg-bottom.png);
  z-index: -1;
}
.news-inner {
  padding: 99px 0 88px 0;
  position: relative;
}
.news-inner::before {
  position: absolute;
  content: "";
  top: 238px;
  left: 83px;
  width: 110px;
  height: 101px;
  background: center/cover no-repeat url(../../images/top/news-illust.png);
}
.news .cmn-title {
  max-width: 280px;
  width: 100%;
  text-align: center;
}
.news-content {
  min-height: 430px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-right {
  max-width: 677px;
  width: 100%;
}
.news-list {
  width: 100%;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 29px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  padding-bottom: 33px;
  position: relative;
}
.news-list-item a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: center/cover no-repeat url(../../images/top/news-border.png);
}
.news-list-item a:hover .news-title {
  color: #f4bb07;
}
.news-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 9px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  margin-right: 18px;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  padding: 6px 8px;
  background-color: #c5a949;
  border-radius: 4px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 7px;
}
.news .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 88px;
  max-width: 275px;
  height: 75px;
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #84b361;
  border: 2px solid #84b361;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #84b361;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 30px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-title {
  font-size: 2.5rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #84b361;
  border-bottom: 1px solid #84b361;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news-detail .paginated-link .prev-link {
  width: 187px;
  text-align: center;
  margin-right: 5px;
}
.news-detail .paginated-link .back-link {
  padding: 0 20px;
  border-left: 1px solid #84b361;
  border-right: 1px solid #84b361;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #84b361 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

#top .reserve {
  background: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top .reserve::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-top.png);
}
#top .reserve::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-bottom.png);
}
#top .reserve-inner {
  padding-bottom: 186px;
}
#top .reserve-inner::before {
  bottom: 185px;
}

#news .news {
  background: none;
}
#news .news-inner::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#news .cmn-title {
  margin: 0 auto;
  margin-bottom: 50px;
}

/*========================================
about
==========================================*/
.about {
  position: relative;
}
.about::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-bottom.png);
}
.about-inner {
  padding-top: 50px;
  padding-bottom: 170px;
  position: relative;
  z-index: 1;
}
.about-inner::before {
  position: absolute;
  content: "";
  left: -100px;
  bottom: 28px;
  width: 148px;
  height: 144px;
  background: center/cover no-repeat url(../../images/about/about-bg-l-b.png);
}
.about-inner::after {
  position: absolute;
  content: "";
  right: -100px;
  bottom: 31px;
  width: 210px;
  height: 137px;
  background: center/cover no-repeat url(../../images/about/about-bg-r-b.png);
}
.about-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  color: #84b361;
  margin-bottom: 40px;
  text-align: center;
}
.about-text {
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
  line-height: 2.5;
}

.worry {
  background: center/cover no-repeat url(../../images/about/worry-bg.png);
  position: relative;
  z-index: 1;
}
.worry::before {
  position: absolute;
  content: "";
  bottom: 91px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 500px;
  height: 268px;
  background: center/cover no-repeat url(../../images/about/worry-illust.png);
}
.worry::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 73px;
  height: 166px;
  background: center/cover no-repeat url(../../images/about/worry-arrow.png);
}
.worry-inner {
  padding: 96px 0 388px 0;
}
.worry .cmn-title {
  font-size: 5rem;
}
.worry .cmn-title .accent {
  display: inline-block;
  margin-left: 10px;
  margin-right: 12px;
}
.worry-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.worry-list-item {
  max-width: 530px;
  width: 100%;
  padding: 19px 22px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  background-color: #fff;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 7px;
  margin-bottom: 20px;
}
.worry-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 26px;
  height: 26px;
  margin-right: 13px;
  background: center/cover no-repeat url(../../images/about/worry-check.png);
}
.worry-list-item .accent {
  font-weight: 900;
  color: #84b361;
}
.worry-list-item:nth-child(1) {
  max-width: 640px;
}
.worry-list-item:nth-child(even) {
  margin-right: 20px;
}

.merit {
  position: relative;
}
.merit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/about/merit-bg-bottom.png);
}
.merit::after {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/top-works-bg-top.png);
  z-index: -1;
}
.merit-inner {
  padding: 194px 0 170px 0;
}
.merit-inner .cmn-title .accent {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.merit-inner .cmn-title .accent::before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 304px;
  height: 54px;
  background: center/cover no-repeat url(../../images/about/cmn-title-accent.png);
  z-index: -1;
}
.merit-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.1;
  text-align: center;
  margin-bottom: 59px;
}
.merit-list {
  position: relative;
  z-index: 1;
}
.merit-list::before {
  position: absolute;
  content: "";
  top: -79px;
  left: -100px;
  width: 200px;
  height: 193px;
  background: center/contain no-repeat url(../../images/about/merit-bg-l-t.png);
  z-index: -1;
}
.merit-list::after {
  position: absolute;
  content: "";
  right: -100px;
  bottom: -116px;
  width: 200px;
  height: 194px;
  background: center/contain no-repeat url(../../images/about/merit-bg-r-b.png);
  z-index: -1;
}
.merit-list-item {
  max-width: 510px;
  width: 100%;
  padding: 40px 45px;
  background: center/cover no-repeat url(../../images/about/merit-box-bg.png);
  border-radius: 30px;
  position: relative;
}
.merit-list-item::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: center/cover no-repeat url(../../images/about/meirt-no01.png);
}
.merit-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/about/meirt-no02.png);
}
.merit-list-item:nth-child(2) .merit-sub-content::before {
  width: 197px;
  height: 168px;
  background: center/cover no-repeat url(../../images/reform/merit-icon02.png);
}
.merit-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/about/meirt-no03.png);
}
.merit-list-item:nth-child(3) .merit-sub-content::before {
  width: 141px;
  height: 163px;
  background: center/cover no-repeat url(../../images/reform/merit-icon03.png);
}
.merit-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../../images/about/meirt-no04.png);
}
.merit-list-item:nth-child(4) .merit-sub-content::before {
  width: 286px;
  height: 171px;
  background: center/cover no-repeat url(../../images/reform/merit-icon04.png);
}
.merit-list-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 60px;
}
.merit-img {
  margin-bottom: 37px;
}
.merit-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-align: center;
}
.merit-title .accent {
  color: #84b361;
}
.merit-sub-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.1;
  text-align: left;
}
.merit-sub-content {
  min-height: 190px;
  padding: 28px 30px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.merit-sub-content::before {
  position: absolute;
  content: "";
  right: 20px;
  bottom: 0;
  width: 205px;
  height: 165px;
  background: center/cover no-repeat url(../../images/reform/merit-icon01.png);
  z-index: -1;
}
.merit-sub-content-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2;
}
.merit-check {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.merit-check::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../../images/reform/merit-check.png);
}
.merit-check:not(:last-of-type) {
  margin-bottom: 18px;
}

.flow {
  background: center/cover no-repeat url(../../images/top/top-works-bg.png);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.flow-inner {
  padding-bottom: 110px;
  position: relative;
  z-index: 1;
}
.flow-inner::before {
  position: absolute;
  content: "";
  bottom: 45px;
  left: -100px;
  width: 199px;
  height: 194px;
  background: center/cover no-repeat url(../../images/about/flow-bg-l-b.png);
  z-index: -1;
}
.flow-inner::after {
  position: absolute;
  content: "";
  top: 222px;
  right: -100px;
  width: 215px;
  height: 208px;
  background: center/cover no-repeat url(../../images/about/flow-bg-r-t.png);
  z-index: -1;
}
.flow-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: number 0;
}
.flow-list-item {
  max-width: 320px;
  width: 100%;
  padding: 55px 20px 34px 20px;
  background: center/cover no-repeat url(../../images/about/flow-box-bg.png);
  position: relative;
  border-radius: 20px;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: -28px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 55px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #84b361;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-increment: number 1;
  content: "0" counter(number);
  border-radius: 50%;
}
.flow-list-item:not(:nth-child(3n))::after {
  position: absolute;
  content: "";
  top: 50%;
  right: -43px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
  height: 29px;
  background: center/cover no-repeat url(../../images/about/flow-arrow.png);
}
.flow-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 70px;
}
.flow-img {
  margin: 0 auto;
  margin-bottom: 23px;
  text-align: center;
}
.flow-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}

.link-banner {
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/about/link-banner-bg-top.png);
}
.link-banner::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/about/link-banner-bg-bottom.png);
}
.link-banner-inner {
  padding: 164px 0;
}
.link-banner-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 100px 60px 120px;
  background: center/cover no-repeat url(../../images/about/link-banner-box-bg.png);
  border-radius: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.link-banner-textbox {
  max-width: 264px;
  width: 100%;
}
.link-banner-title {
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 60px;
}
.link-banner .cmn-btn {
  max-width: 250px;
  height: 65px;
  background: center/cover no-repeat url(../../images/about/link-banner-btn-bg.png);
}

/*========================================
reform
==========================================*/
#reform .about-inner::before {
  bottom: 194px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1284px;
  height: 141px;
  background: center/cover no-repeat url(../../images/reform/reform-illust.png);
}
#reform .about-inner::after {
  display: none;
}
#reform .link-banner {
  background: center/cover no-repeat url(../../images/reform/link-banner-bg.png);
}
#reform .link-banner-inner {
  padding: 105px 0 155px 0;
}
#reform .link-banner::before {
  display: none;
}

/*========================================
case
==========================================*/
.case {
  position: relative;
}
.case::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-bottom.png);
}
.case-tag-wrap {
  padding-bottom: 26px;
  margin-bottom: 68px;
  position: relative;
}
.case-tag-wrap::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../../images/case/case-tag-border.png);
}
.case-tag-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
  color: #84b361;
  margin-bottom: 28px;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.case-tag-title::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  margin-right: 29px;
  background: center/cover no-repeat url(../../images/case/case-title-border.png);
}
.case-tag-title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  margin-left: 29px;
  background: center/cover no-repeat url(../../images/case/case-title-border.png);
}
.case-tag-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.case-tag-list-item:not(:last-child) {
  margin-right: 10px;
}
.case-tag-list-item a {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 12px 18px;
  margin-bottom: 10px;
  background-color: #c5a949;
  border-radius: 6px;
}

/*========================================
info
==========================================*/
.greeting {
  overflow: hidden;
  position: relative;
}
.greeting::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-bottom.png);
}
.greeting-inner {
  padding-bottom: 165px;
  position: relative;
}
.greeting-inner::before {
  position: absolute;
  content: "";
  left: -205px;
  bottom: 26px;
  width: 288px;
  height: 144px;
  background: center/cover no-repeat url(../../images/info/greeting-bg-l-b.png);
}
.greeting-inner::after {
  position: absolute;
  content: "";
  right: -196px;
  bottom: 669px;
  width: 185px;
  height: 179px;
  background: center/cover no-repeat url(../../images/info/greeting-bg-r-t.png);
  z-index: -1;
}
.greeting-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-img {
  margin-right: -100px;
}
.greeting-textbox {
  max-width: 557px;
  width: 100%;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 2.2;
}

.info {
  background: center/cover no-repeat url(../../images/info/info-bg.png);
  position: relative;
}
.info-inner {
  padding: 103px 0;
  position: relative;
  z-index: 1;
}
.info-inner::before {
  position: absolute;
  content: "";
  top: 180px;
  right: -100px;
  width: 200px;
  height: 194px;
  background: center/contain no-repeat url(../../images/info/info-bg-r-t.png);
  z-index: -1;
}
.info-inner::after {
  position: absolute;
  content: "";
  right: -130px;
  bottom: 41px;
  width: 215px;
  height: 208px;
  background: center/contain no-repeat url(../../images/info/info-bg-l-b.png);
  z-index: -1;
}
.info-inner .cmn-title .accent {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.info-inner .cmn-title .accent::before {
  position: absolute;
  content: "";
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 304px;
  height: 54px;
  background: center/cover no-repeat url(../../images/about/cmn-title-accent.png);
  z-index: -1;
}
.info-table {
  margin-bottom: 60px;
  border-radius: 10px;
  overflow: hidden;
}
.info-table tr {
  display: block;
}
.info-table tr:not(:last-of-type) th {
  border-bottom: 2px solid #fff;
}
.info-table tr:not(:last-of-type) td {
  border-bottom: 2px solid #84b361;
}
.info-table tr th {
  width: 350px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  padding: 31px 50px;
  background-color: #84b361;
  vertical-align: middle;
}
.info-table tr td {
  width: 730px;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 20px 50px;
  background-color: #fff;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 360px;
  border-radius: 30px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.sub-reserve {
  position: relative;
}
.sub-reserve::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/reserve-bg-bottom.png);
}
.sub-reserve-text {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
.sub-reserve-tel {
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 40px 39px 65px 39px;
  background-color: #ffffff;
  border-radius: 13px;
  position: relative;
}
.sub-reserve-tel::before {
  content: "";
  width: 45px;
  height: 45px;
  margin-right: 14px;
  background: center/cover no-repeat url(../../images/top/reserve-tel-icon.png);
}
.sub-reserve-tel-txt {
  position: absolute;
  left: 0;
  bottom: 33px;
  width: 100%;
}
.sub-reserve-tel-txt img {
  display: block;
  margin: 0 auto;
}

.contact {
  background: center/cover no-repeat url(../../images/info/info-bg.png);
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #84b361;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #84b361;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #84b361;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #84b361;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #84b361;
}
.privacy-text {
  font-weight: 500;
}
.privacy-list {
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list-item {
  width: 48%;
  border-bottom: 1px solid #84b361;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #84b361;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #84b361;
  border-right: 1px solid #84b361;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background: center/cover no-repeat url(../../images/top/footer-bg.png);
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  top: -2px;
  left: 0;
  width: 100%;
  height: 47px;
  background: center/cover no-repeat url(../../images/top/footer-bg-top.png);
}
.footer-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 164px 0 88px 0;
}
.footer-logo {
  margin-bottom: 37px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 300px;
  width: 100%;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  position: relative;
  letter-spacing: 0.05em;
  padding-bottom: 23px;
  margin-bottom: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background: center/cover no-repeat url(../../images/top/footer-icon.png);
}
.footer-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-right {
  max-width: 450px;
  width: 100%;
}
.footer-nav {
  padding: 42px 45px;
  margin-bottom: 45px;
  background: center/100px 100px repeat url(../../images/common/cmn-pattern.png);
  border-radius: 20px;
}
.footer-nav-list {
  width: 100%;
  height: 200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 27px;
}
.footer-nav-list-item a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer-nav-list-item a::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background-color: #84b361;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  color: #84b361;
}
.footer-bottom {
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  color: #fff;
}

#news .footer::before {
  background: center/cover no-repeat url(../../images/top/footer-bg-top02.png);
}

#site .footer::before {
  background: center/cover no-repeat url(../../images/top/footer-bg-top02.png);
}

#privacy .footer::before {
  background: center/cover no-repeat url(../../images/top/footer-bg-top02.png);
}

#notfound .footer::before {
  background: center/cover no-repeat url(../../images/top/footer-bg-top02.png);
}