/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 100;
}
.header-logo {
  position: absolute;
  top: 0;
  left: 0;
  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: 940px;
  width: 100%;
  margin-left: auto;
}
.header-map:hover {
  opacity: 0.8;
}
.header-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding-top: 6px;
  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: 36px;
  height: 35px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  max-width: 775px;
  width: 100%;
}
.header .global-nav-list-item {
  text-align: center;
}
.header .global-nav-list-item a {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2c724e;
  text-align: center;
}
.header .global-nav-list-item a .accent {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: #0b1d14;
  margin-bottom: 10px;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .global-nav-list-item.current a {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 950px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  top: 97px;
  left: 42px;
  width: 485px;
  height: 691px;
  background: center/cover no-repeat url(../images/common/main-visual-deco.png);
  z-index: -1;
}
.header .main-visual-textbox {
  max-width: 1280px;
  width: 100%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 262px;
}
.header .fix-banner {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  color: white;
  background-color: #659a62;
  z-index: 100;
}
.header .fix-banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 712px;
  height: 100%;
  background: center/cover no-repeat url(../images/common/fix-banner-bg-l.png);
  z-index: -1;
}
.header .fix-banner-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .fix-banner-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
.header .fix-banner-title .accent {
  display: block;
  font-family: "Cardo", serif;
  font-size: 3.8rem;
  line-height: 1;
  margin-bottom: 10px;
}
.header .fix-banner-line {
  max-width: 270px;
  width: 100%;
  height: 55px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #0b1d14;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.header .fix-banner-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/common/fix-btn-line-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .fix-banner-line:hover {
  opacity: 0.8;
}
.header .fix-banner-address {
  max-width: 170px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
}
.header .fix-banner-address .accent {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 4px 0;
  color: #0b1d14;
  margin-bottom: 4px;
  text-align: center;
  background-color: #fff;
}
.header .sub-visual {
  width: 100%;
  height: 420px;
}
.header .sub-visual-textbox {
  max-width: 1280px;
  width: 100%;
  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: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
  padding-bottom: 125px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -87px;
  width: 222px;
  height: 371px;
  background: center/cover no-repeat url(../images/about/sub-visual-deco.png);
  z-index: -1;
}
#top .header-inner {
  position: absolute;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-campaign-wrap {
  min-height: 670px;
  padding: 54px 0;
  color: #fff;
  background: center/cover no-repeat url(../images/top/top-campaign-bg.png);
  outline: 1px solid #858585;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
  outline-offset: -8px;
  position: relative;
}
.top-campaign-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: left top/32px 32px no-repeat url(../images/top/top-campaign-l-t.png), left bottom/32px 32px no-repeat url(../images/top/top-campaign-l-b.png), right top/32px 32px no-repeat url(../images/top/top-campaign-r-t.png), right bottom/32px 32px no-repeat url(../images/top/top-campaign-r-b.png);
}
.top-campaign-title {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: center;
  margin-bottom: 40px;
}
.top-campaign-title .accent {
  display: block;
  font-family: "Cardo", serif;
  font-size: 8rem;
  margin-bottom: 17px;
}
.top-campaign-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-campaign-sub-content {
  max-width: 420px;
  width: 100%;
  min-height: 410px;
  padding: 33px 0;
  text-align: center;
  border: 1px solid #fff;
  position: relative;
}
.top-campaign-sub-content::before {
  position: absolute;
  content: "";
  right: 7px;
  bottom: -16px;
  width: 95px;
  height: 170px;
  background: center/cover no-repeat url(../images/top/top-campaign-deco01.png);
}
.top-campaign-sub-content:nth-of-type(2)::before {
  right: 0;
  bottom: -17px;
  width: 191px;
  height: 118px;
  background: center/cover no-repeat url(../images/top/top-campaign-deco02.png);
}
.top-campaign-sub-content:not(:last-of-type) {
  margin-right: 60px;
}
.top-campaign-sub-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.7;
  margin-bottom: 20px;
  padding-bottom: 47px;
  position: relative;
}
.top-campaign-sub-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 28px;
  background-color: #fff;
}
.top-campaign-sub-title .accent {
  font-size: 3rem;
  line-height: 1;
}
.top-campaign-text {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
.top-campaign-text:not(:last-of-type) {
  margin-bottom: 38px;
  position: relative;
}
.top-campaign-text:not(:last-of-type)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -24px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 17px;
  height: 8px;
  background: center/cover no-repeat url(../images/top/or.png);
}

.top-about {
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  right: 44px;
  bottom: 258px;
  width: 502px;
  height: 399px;
  background: center/cover no-repeat url(../images/top/top-about-deco03.png);
}
.top-about-inner {
  padding: 130px 0 120px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: -55px;
  left: -362px;
  width: 515px;
  height: 737px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
  z-index: 1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  left: 256px;
  bottom: 280px;
  width: 233px;
  height: 465px;
  background: center/cover no-repeat url(../images/top/top-about-deco02.png);
  z-index: 1;
}
.top-about-content {
  margin-bottom: 107px;
}
.top-about-img {
  margin-left: -100px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
  position: relative;
}
.top-about-img::before {
  position: absolute;
  content: "";
  left: -84px;
  bottom: -283px;
  width: 332px;
  height: 226px;
  background: center/cover no-repeat url(../images/top/top-about-img02.png);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
}
.top-about-textbox {
  max-width: 536px;
  width: 100%;
  color: #fff;
}
.top-about-title {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about-title::before {
  content: "";
  width: 65px;
  height: 27px;
  margin-bottom: 34px;
  background: center/cover no-repeat url(../images/top/top-about-title-deco.png);
}
.top-about-title .accent {
  display: block;
  font-family: "Cardo", serif;
  font-size: 9rem;
  margin-bottom: 17px;
}
.top-about-title .ruby {
  display: inline-block;
  position: relative;
}
.top-about-title .ruby::before {
  position: absolute;
  content: "";
  top: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 56px;
  height: 11px;
  background: center/cover no-repeat url(../images/top/top-about-ruby.png);
}
.top-about-text {
  line-height: 2.5;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 40px;
  position: relative;
}
.top-about-sub-content {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
  margin-right: -100px;
}
.top-about-sub-img {
  margin-bottom: 20px;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
  position: relative;
}
.top-about-sub-title {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #2c724e;
  letter-spacing: 0.15em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-about-sub-title::after {
  content: "";
  width: 258px;
  height: 1px;
  margin-left: 15px;
  background: center/cover no-repeat url(../images/top/top-about-line.png);
}

.movie {
  position: relative;
  z-index: 1;
}
.movie::before {
  position: absolute;
  content: "";
  top: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 180px);
  height: 361px;
  background: center/cover no-repeat url(../images/top/movie-bg.png);
  z-index: -1;
}
.movie-inner {
  max-width: 900px;
  padding: 32px 0;
}
.movie-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
  margin-bottom: 45px;
}
.movie-title .accent {
  display: block;
  font-family: "Cardo", serif;
  font-size: 8rem;
  margin-bottom: 17px;
}
.movie-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  height: 506px;
  overflow: hidden;
}
.movie-content iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.top-plan-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-plan-list-item {
  max-width: 518px;
  width: 100%;
  margin-bottom: 40px;
}
.top-plan-list-item a {
  width: 100%;
  height: 100%;
  background: left top/115px 115px no-repeat url(../images/top/top-plan-deco.png);
  border: 2px solid #659a62;
}
.top-plan-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-plan-wrap {
  width: 100%;
  padding: 40px 40px 28px 40px;
}
.top-plan-img {
  max-width: 440px;
  width: 100%;
  height: 272px;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-plan-title {
  font-size: 2rem;
  color: #2c724e;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
.top-plan-price {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: right;
}
.top-plan-more {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
  color: #fff;
  padding: 14px 43px 20px 0;
  background: center/cover no-repeat url(../images/top/top-plan-more-bg.png);
  position: relative;
}
.top-plan-more::before {
  position: absolute;
  content: "";
  right: 23px;
  bottom: 13px;
  width: 71px;
  height: 7px;
  background: center/cover no-repeat url(../images/top/top-plan-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-plan-more:hover::before {
  right: 17px;
}

.top-rental {
  background: center/cover no-repeat url(../images/top/top-rental-bg.png);
}
.top-rental-text {
  line-height: 2.1;
  text-align: center;
  margin-bottom: 25px;
}
.top-rental-content {
  text-align: right;
  padding-right: 20px;
  margin-bottom: 55px;
}
.top-rental-sub-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 55px 158px;
  background-color: #fff;
  border: 6px solid #659a62;
  outline: 1px solid #659a62;
  outline-offset: -16px;
  position: relative;
}
.top-rental-sub-content::before {
  position: absolute;
  content: "";
  right: 61px;
  bottom: 57px;
  width: 32px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-rental-etc.png);
}
.top-rental-sub-title {
  font-family: "Cardo", serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 47px;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-rental-sub-title::before {
  content: "";
  width: 36px;
  height: 2px;
  margin-right: 35px;
  background-color: #000000;
}
.top-rental-sub-title::after {
  content: "";
  width: 36px;
  height: 2px;
  margin-left: 35px;
  background-color: #000000;
}
.top-rental-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-rental-list-item {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-rental-list-item::before {
  content: "";
  width: 40px;
  height: 39px;
  margin-right: 7px;
  background: center/cover no-repeat url(../images/top/top-rental-icon.png);
}
.top-rental-list-item .accent {
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  color: #2c724e;
  margin-top: 4px;
}
.top-rental-list-item:nth-child(1) {
  margin-left: 158px;
  margin-right: 50px;
}
.top-rental-list-item:nth-child(2) {
  margin-right: 10px;
}
.top-rental-list-item:nth-child(3) {
  margin-right: 51px;
}
.top-rental-list-item:nth-child(4) {
  margin-right: 49px;
}
.top-rental-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 30px;
}

.top-feature-inner {
  max-width: 1140px;
}
.top-feature-inner .cmn-title {
  text-align: center;
}
.top-feature-inner .cmn-title .accent {
  margin-bottom: 24px;
}
.top-feature-inner .cmn-title .ruby {
  display: inline-block;
  position: relative;
}
.top-feature-inner .cmn-title .ruby::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 2px;
  width: 47px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/top-feature-ruby.png);
}
.top-feature-list {
  counter-reset: number 0;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top-feature-list-item {
  max-width: 380px;
  width: 100%;
  padding: 76px 29px 35px 29px;
  position: relative;
}
.top-feature-list-item:not(:nth-last-child(-n+3))::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 26px);
  height: 1px;
  background-color: #dee5d5;
}
.top-feature-list-item:not(:nth-child(3n))::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 30px);
  background-color: #dee5d5;
}
.top-feature-icon {
  max-width: 320px;
  width: 100%;
  height: 166px;
  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;
  margin-bottom: 7px;
  position: relative;
}
.top-feature-icon::before {
  position: absolute;
  content: "";
  top: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Cardo", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #2c724e;
  counter-increment: number 1;
  content: "0" counter(number);
}
.top-feature-title {
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0.15em;
  color: #2c724e;
  margin-bottom: 24px;
}
.top-feature-title span {
  display: block;
}
.top-feature-title span:not(:last-of-type) {
  margin-bottom: 14px;
}
.top-feature-text {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.15em;
}
.top-feature-text:not(:last-of-type) {
  margin-bottom: 15px;
}

.notice {
  background: center/cover no-repeat url(../images/top/notice-bg.png);
}
.notice-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 44px;
  background-color: #fff;
  border: 6px solid #659a62;
  outline: 1px solid #659a62;
  outline-offset: -16px;
  position: relative;
}
.notice-list-item {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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;
}
.notice-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 36px;
  height: 35px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/top/notice-icon.png);
}
.notice-list-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.2);
}
.notice-text {
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
.notice-text:not(:last-of-type) {
  margin-bottom: 15px;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
}
.link-banner-inner {
  max-width: none;
}
.link-banner-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.link-banner-list-item {
  max-width: 450px;
  width: 100%;
  height: 570px;
}
@media (max-width: 1535px) {
  .link-banner-list-item {
    max-width: 400px;
    height: 510px;
  }
}
.link-banner-list-item:nth-child(2) {
  margin-top: 40px;
}
.link-banner-list-item:nth-child(2) a {
  background: center/cover no-repeat url(../images/top/link-banner-img02.png);
}
.link-banner-list-item:nth-child(3) {
  margin-top: 80px;
}
.link-banner-list-item:nth-child(3) a {
  background: center/cover no-repeat url(../images/top/link-banner-img03.png);
}
.link-banner-list-item:not(:last-child) {
  margin-right: 78px;
}
@media (max-width: 1535px) {
  .link-banner-list-item:not(:last-child) {
    margin-right: 33px;
  }
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  padding: 50px 0 0 40px;
  background: center/cover no-repeat url(../images/top/link-banner-img01.png);
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.18);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.link-banner-title {
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-banner-title .accent {
  display: block;
  font-family: "Cardo", serif;
  font-size: 6rem;
  margin-bottom: 24px;
}

.access {
  background: center/cover no-repeat url(../images/top/access-bg.png);
}
.access-inner .cmn-title {
  margin-bottom: 22px;
}
.access-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.access-img {
  margin-left: 17px;
}
.access-textbox {
  max-width: 550px;
  width: 100%;
}
.access-table {
  width: 100%;
}
.access-table tr th {
  width: 150px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  background-color: #659a62;
  border-bottom: 1px solid #dae2d0;
  vertical-align: middle;
}
.access-table tr td {
  padding: 15px 20px;
  border-bottom: 1px solid #b6bbaf;
  vertical-align: middle;
}
.access-tel-txt img {
  display: block;
}
.access-map {
  width: 100%;
  height: 450px;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.guide-inner {
  position: relative;
  z-index: 1;
}
.guide-inner::before {
  position: absolute;
  content: "";
  top: 53px;
  left: -100px;
  width: 299px;
  height: 328px;
  background: center/cover no-repeat url(../images/top/guide-deco.png);
  z-index: -1;
}
.guide-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.guide-list-item {
  max-width: 320px;
  width: 100%;
}
.guide-list-item:not(:nth-last-child(-n+3)) {
  margin-bottom: 50px;
}
.guide-img {
  margin-bottom: 14px;
}
.guide-title {
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 13px;
}
.guide-title .accent {
  display: block;
  font-size: 1.4rem;
  color: #2c724e;
  margin-top: 5px;
}
.guide-title .s-font {
  font-size: 1.2rem;
}
.guide-textbox {
  padding-left: 9px;
  border-left: 2px solid #2c724e;
}
.guide-text {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.15em;
}
.guide-text span {
  display: block;
  line-height: 1;
}
.guide-text span:not(:last-of-type) {
  margin-bottom: 7px;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-inner {
  max-width: 1280px;
  padding-top: 174px;
}
.reserve-inner .cmn-title {
  position: absolute;
  top: -85px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  color: #fff;
}
.reserve-inner .cmn-title .accent {
  color: #0b1d14;
}
.reserve-content {
  padding: 122px 100px 60px 100px;
  text-align: center;
  background: center/cover no-repeat url(../images/top/reserve-box-bg.png);
  position: relative;
}
.reserve-text {
  color: #fff;
  line-height: 1.7;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.reserve-flex {
  color: #fff;
}
.reserve-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.08em;
  padding-top: 10px;
  padding-bottom: 25px;
  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;
}
.reserve-tel::before {
  content: "";
  width: 37px;
  height: 37px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-tel-time {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.8rem;
  width: 100%;
  font-weight: 400;
  color: #fff;
}
.reserve-map:hover {
  opacity: 0.6;
}
.reserve-line {
  max-width: 270px;
  width: 100%;
  height: 55px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #0b1d14 !important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
.reserve-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/common/fix-btn-line-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-line:hover {
  opacity: 0.8;
}
.reserve-address {
  max-width: 170px;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.09em;
  text-align: center;
}
.reserve-address .accent {
  display: block;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  padding: 4px 0;
  color: #0b1d14;
  margin-bottom: 4px;
  text-align: center;
  background-color: #fff;
}

.news {
  background: center/1920px 568px repeat url(../images/top/cmn-pattern.png);
}
.news-inner {
  position: relative;
}
.news-section-title {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-bottom: 34px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.news-section-title .accent {
  display: block;
  font-family: "Cardo", serif;
  font-size: 8rem;
  letter-spacing: 0.15em;
  margin-right: 30px;
  margin-bottom: -11px;
}
.news-list {
  width: 100%;
  -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;
}
.news-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 15px;
}
.news-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.news-visual {
  width: 100%;
  height: 176px;
  margin-bottom: 15px;
  overflow: hidden;
}
.news-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news time {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: right;
  line-height: 1;
  margin-bottom: 8px;
  letter-spacing: 0.05em;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  padding: 4px 12px;
  background-color: #659a62;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
}
.news .more-btn {
  position: absolute;
  top: 139px;
  right: 0;
}
.news .more-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.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: #659a62;
  border: 2px solid #659a62;
}
.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: #659a62;
}
.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 #659a62;
  border-bottom: 1px solid #659a62;
}
.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 #659a62;
  border-right: 1px solid #659a62;
}
.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: #659a62 !important;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

/*========================================
about
==========================================*/
.about {
  background: top 17px left 55px/461px 657px no-repeat url(../images/about/about-bg-l-t.png), top 1698px right/496px 399px no-repeat url(../images/about/about-bg-r.png), bottom 902px left 120px/261px 489px no-repeat url(../images/about/about-bg-l-b.png);
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1102px;
  background: center/cover no-repeat url(../images/about/about-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  padding: 40px 0 110px 0;
}
.about-inner .cmn-title {
  font-size: 2rem;
  text-align: center;
}
.about-inner .cmn-title .accent {
  font-size: 7rem;
}
.about-inner .cmn-title .ruby {
  display: inline-block;
  position: relative;
}
.about-inner .cmn-title .ruby::before {
  position: absolute;
  content: "";
  top: -15px;
  left: 0px;
  width: 47px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/top-feature-ruby.png);
}
.about-video {
  max-width: 287px;
  width: 100%;
  height: 510px;
  margin: 0 auto 73px auto;
}
.about-video video {
  width: 100%;
  height: 100%;
}
.about-content:nth-of-type(2) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no01.png);
}
.about-content:nth-of-type(3) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no02.png);
}
.about-content:nth-of-type(4) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no03.png);
}
.about-content:nth-of-type(5) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no04.png);
}
.about-content:nth-of-type(6) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no05.png);
}
.about-content:nth-of-type(7) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no06.png);
}
.about-content:nth-of-type(8) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no07.png);
}
.about-content:nth-of-type(9) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no08.png);
}
.about-content:nth-of-type(10) .about-title::before {
  background: center/cover no-repeat url(../images/about/about-no09.png);
}
.about-content:nth-of-type(10) .about-list {
  margin-top: 65px;
}
.about-content:nth-of-type(10) .about-list-item {
  max-width: 250px;
}
.about-content:nth-of-type(10) .about-list-item:nth-last-child(-n+2) .about-list-title {
  position: relative;
}
.about-content:nth-of-type(10) .about-list-item:nth-last-child(-n+2) .about-list-title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 133px;
  height: 32px;
  background: center/contain no-repeat url(../images/about/about-name.png);
}
.about-content:nth-of-type(10) .about-img {
  position: relative;
}
.about-content:nth-of-type(10) .about-img::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -46px;
  width: 544px;
  height: 28px;
  background: center/contain no-repeat url(../images/about/about-img-txt.png);
}
.about-content:nth-of-type(odd) .about-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.about-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.about-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-textbox {
  max-width: 557px;
  width: 100%;
}
.about-title {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  color: #2c724e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dee5d5;
}
.about-title::before {
  content: "";
  width: 60px;
  height: 22px;
  margin-bottom: 7px;
  background: center/cover no-repeat url(../images/about/about-no01.png);
}
.about-text {
  font-size: 1.6rem;
  line-height: 1.18;
  letter-spacing: 0.03em;
}
.about-text:not(:last-of-type) {
  margin-bottom: 11px;
}
.about-list {
  margin-top: 45px;
}
.about-list-item {
  max-width: 320px;
  width: 100%;
}
.about-list-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.03em;
  padding-left: 8px;
  border-left: 2px solid #2c724e;
}
.about-list-title .accent {
  display: block;
  font-size: 1.4rem;
  font-weight: 300;
  color: #2c724e;
  margin-top: 4px;
}
.about-sub-img {
  margin-bottom: 14px;
}
.about-btn {
  max-width: 250px;
  width: 100%;
  height: 70px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff !important;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
  background-color: #659a62;
  position: relative;
}
.about-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 5px;
  background: center/cover no-repeat url(../images/about/about-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.about-btn:hover {
  opacity: 0.8;
}
.about-btn:hover::before {
  right: 2px;
}

/*========================================
plan
==========================================*/
.plan {
  position: relative;
  z-index: 1;
}
.plan::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 55px;
  width: 461px;
  height: 657px;
  background: center/cover no-repeat url(../images/plan/plan-bg-l-t.png);
  z-index: -1;
}
.plan-list-item {
  width: 100%;
}
.plan-list-item:not(:last-child) {
  margin-bottom: 54px;
}
.plan-list-item a {
  width: 100%;
  height: 100%;
  background: left top/115px 115px no-repeat url(../images/top/top-plan-deco.png), #fff;
  border: 2px solid #659a62;
}
.plan-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.plan-wrap {
  width: 100%;
  padding: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plan-img {
  max-width: 440px;
  width: 100%;
  height: 272px;
  overflow: hidden;
}
.plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-textbox {
  max-width: 520px;
  width: 100%;
}
.plan-title {
  font-size: 2rem;
  color: #2c724e;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dee5d5;
}
.plan-price {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: right;
  margin-bottom: 16px;
}
.plan-text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.plan-more {
  width: 100%;
  font-size: 1.5rem;
  line-height: 1;
  text-align: right;
  color: #fff;
  padding: 14px 43px 20px 0;
  background: center/cover no-repeat url(../images/top/top-plan-more-bg.png);
  position: relative;
}
.plan-more::before {
  position: absolute;
  content: "";
  right: 23px;
  bottom: 13px;
  width: 71px;
  height: 7px;
  background: center/cover no-repeat url(../images/top/top-plan-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.plan-more:hover::before {
  right: 17px;
}
.plan-detail {
  position: relative;
  z-index: 1;
}
.plan-detail::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 55px;
  width: 461px;
  height: 657px;
  background: center/cover no-repeat url(../images/plan/plan-bg-l-t.png);
  z-index: -1;
}
.plan-detail-img {
  max-width: 655px;
  width: 100%;
  height: 405px;
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
}
.plan-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-detail-title {
  font-size: 2.4rem;
  color: #2c724e;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #dee5d5;
}
.plan-detail-price {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: right;
  margin-bottom: 15px;
}
.plan-detail-text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.plan-detail-sub-content {
  margin-bottom: 20px;
}
.plan-detail-sub-title {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #fff;
  padding: 14px 20px;
  background: center/cover no-repeat url(../images/plan/plan-detail-sub-title-bg.png);
}
.plan-detail-list {
  margin-top: 15px;
}
.plan-detail-list-item {
  max-width: 337px;
  width: 100%;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin-bottom: 15px;
}
.plan-detail-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 33px;
  height: 32px;
  margin-right: 4px;
  background: center/cover no-repeat url(../images/plan/plan-detail-icon.png);
}
.plan-detail-text-list {
  width: 100%;
}
.plan-detail-text-list-item {
  width: 100%;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.15em;
  padding: 14px 20px;
  background: center/cover no-repeat url(../images/plan/plan-detail-sub-text-bg.png);
}
.plan-detail-text-list-item:not(:last-child) {
  margin-bottom: 1px;
}
.plan-detail-body {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.plan-detail-body img {
  max-width: 100%;
}

/*========================================
flow
==========================================*/
.flow {
  position: relative;
  z-index: 1;
}
.flow::before {
  position: absolute;
  content: "";
  top: 21px;
  left: 55px;
  width: 461px;
  height: 657px;
  background: center/cover no-repeat url(../images/plan/plan-bg-l-t.png);
  z-index: -1;
}
.flow::after {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 599px;
  width: 496px;
  height: 399px;
  background: center/cover no-repeat url(../images/flow/flow-bg-r-b.png);
  z-index: -1;
}
.flow-list-item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 80px;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 224px;
  bottom: -55px;
  width: 35px;
  height: 32px;
  background: center/cover no-repeat url(../images/flow/flow-arrow.png);
}
.flow-list-item:nth-child(2) .flow-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no02.png);
}
.flow-list-item:nth-child(3) .flow-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no03.png);
}
.flow-list-item:nth-child(4) .flow-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no04.png);
}
.flow-list-item:nth-child(5) .flow-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no05.png);
}
.flow-list-item:nth-child(6) .flow-title::before {
  background: center/cover no-repeat url(../images/flow/flow-no06.png);
}
.flow-textbox {
  max-width: 554px;
  width: 100%;
}
.flow-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.15em;
  color: #2c724e;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 14px;
  margin-bottom: 18px;
  border-bottom: 1px solid #dee5d5;
}
.flow-title::before {
  content: "";
  width: 94px;
  height: 22px;
  margin-bottom: 7px;
  background: center/cover no-repeat url(../images/flow/flow-no01.png);
}
.flow-text {
  font-size: 1.6rem;
  line-height: 1.18;
  letter-spacing: 0.03em;
}
.flow-text:not(:last-of-type) {
  margin-bottom: 11px;
}
.flow-text .accent {
  display: inline-block;
  font-weight: 600;
  color: #2c724e;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.flow-text .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 8px;
  background-color: #dee5d5;
  z-index: -1;
}
.flow-sub-textbox:not(:last-of-type) {
  margin-bottom: 28px;
}
.flow-sub-text {
  font-size: 1.4rem;
  line-height: 1.18;
  letter-spacing: 0.03em;
}
.flow-sub-text:not(:last-of-type) {
  margin-bottom: 7px;
}

/*========================================
gallery
==========================================*/
.gallery-tag-list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}
.gallery-tag-list-item {
  max-width: 250px;
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
}
.gallery-tag-list-item a {
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  color: #fff !important;
  text-align: center;
  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;
  background-color: #659a62;
  position: relative;
}
.gallery-tag-list-item a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 5px;
  background: center/cover no-repeat url(../images/about/about-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery-tag-list-item a:hover {
  opacity: 0.8;
}
.gallery-tag-list-item a:hover::before {
  right: 2px;
}
.gallery-tag-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.gallery-list-item {
  max-width: 250px;
  width: 100%;
  height: 250px;
  margin-bottom: 27px;
  position: relative;
}
.gallery-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.gallery-list-item:hover .gallery-accent {
  opacity: 1;
}
.gallery-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.gallery-img {
  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;
  width: 100%;
  height: 100%;
}
.gallery-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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;
  opacity: 0;
  background-color: rgba(25, 25, 25, 0.2);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.gallery-accent-tag {
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
}
.gallery-accent-tag:not(:last-child) {
  margin-bottom: 10px;
}

/*========================================
contact
==========================================*/
/*========================================
contact
==========================================*/
.contact-text {
  text-align: center;
  margin-bottom: 25px;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #659a62;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #659a62;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #659a62;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 25px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #659a62;
  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 #659a62;
}
.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 #659a62;
}
.site-list-item a {
  width: 100%;
  padding: 20px 0 20px 10px;
  color: #659a62;
  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 #659a62;
  border-right: 1px solid #659a62;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #377a52 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  margin-bottom: 100px;
}
.footer-inner {
  padding: 29px 0 49px 0;
  text-align: center;
}
.footer-logo {
  display: block;
  margin-bottom: -21px;
}
.footer-content {
  font-family: "Noto Sans JP", sans-serif;
  padding: 40px 0;
  margin-bottom: 55px;
  border: 6px solid #659a62;
}
.footer-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-flex:not(:last-of-type) {
  margin-bottom: 25px;
}
.footer-address {
  letter-spacing: 0.12em;
  line-height: 1;
  margin-right: 30px;
}
.footer-map:hover {
  opacity: 0.7;
}
.footer-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.footer-text:not(:last-of-type) {
  margin-right: 45px;
}
.footer-tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 6px;
  margin-right: 30px;
  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: 29px;
  height: 29px;
  margin-right: 6px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-line {
  max-width: 270px;
  width: 100%;
  height: 55px;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #0b1d14;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  border: 1px solid #d2d8ca;
}
.footer-line::before {
  content: "";
  width: 29px;
  height: 29px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/common/fix-btn-line-icon.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-line:hover {
  opacity: 0.8;
}
.footer-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 69px;
  border-bottom: 1px solid #d2d8ca;
  padding-bottom: 6px;
}
.footer-btn::after {
  content: "";
  width: 17px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../images/top/footer-btn-deco.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-btn:hover::after {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
.footer-wechat {
  max-width: 147px;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-right: 68px;
  text-align: center;
}
.footer-wechat .accent {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  padding: 4px 0;
  color: #fff;
  margin-bottom: 4px;
  text-align: center;
  background-color: #659a62;
}
.footer-insta:hover {
  opacity: 0.7;
}
.footer-nav {
  width: 100%;
}
.footer-nav-list-item {
  text-align: center;
}
.footer-nav-list-item a {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #2c724e;
  text-align: center;
}
.footer-nav-list-item a .accent {
  display: block;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #0b1d14;
  margin-bottom: 10px;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-nav-list-item.current a {
  opacity: 0.6;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.12em;
  padding: 6px 0;
  background-color: #0b1d14;
  text-align: center;
}