/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  height: 100px;
  padding: 0 70px;
  background-color: #f8ffeb;
  border-radius: 0 0 70px 70px;
  z-index: 5;
}
.header-logo a {
  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;
}
.header-logo a:hover {
  opacity: 0.6;
}
.header-content {
  max-width: 660px;
  width: 100%;
}
.header-textbox {
  max-width: 217px;
  width: 100%;
}
.header-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
.header-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.header-tel {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  color: #389a6e !important;
  letter-spacing: 0.08em;
  padding-top: 16px;
  position: relative;
  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;
}
.header-tel::before {
  content: "";
  width: 29px;
  height: 28px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.header-tel-txt img {
  display: block;
}
.header-contact:hover {
  opacity: 0.6;
}
.header .global-nav {
  width: 100%;
  height: 90px;
  background-color: #cfebd3;
}
.header .global-nav-list {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}
.header .global-nav-list-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .global-nav-list-item:last-child a {
  border-right: 1px dashed #57b38a;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #464838 !important;
  letter-spacing: 0;
  text-align: center;
  border-left: 1px dashed #57b38a;
}
.header .global-nav-list-item a:hover {
  opacity: 0.6;
}
.header .main-visual {
  width: 100%;
  height: 900px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
  position: relative;
  z-index: 1;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1410px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 229px;
}
.header .sub-visual {
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
}
.header .sub-visual-textbox {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 145px;
}
.header .page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 100;
}
.header .page-top:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.news {
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
.news-inner {
  padding: 120px 0;
  position: relative;
}
.news-textbox {
  max-width: 795px;
  width: 100%;
}
.news-section-title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
  text-align: left;
  letter-spacing: 0.15em;
  position: relative;
}
.news-section-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -35px;
  width: 46px;
  height: 6px;
  background: center/cover no-repeat url(../images/top/news-border.png);
}
.news-list {
  width: 100%;
  min-height: 315px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 28px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 28px;
  border-bottom: 1px dashed #57b38a;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #57b38a;
  padding: 4px 7px;
  margin-bottom: 5px;
  border: 1px solid #57b38a;
  border-radius: 5px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 9px;
}
.news-accent time {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 25px;
  margin-bottom: 10px;
}
.news-title {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn {
  position: absolute;
  left: 0;
  bottom: 130px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 1px solid #bbbbbb;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news .more-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/news-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover::before {
  right: -50px;
}
.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 40px auto;
  cursor: pointer;
  color: #57b38a;
  border: 2px solid #57b38a;
}
.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: #57b38a;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail {
  background-color: #ffffff;
}
.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 #57b38a;
  border-bottom: 1px solid #57b38a;
}
.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 #57b38a;
  border-right: 1px solid #57b38a;
}
.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;
}
.news-detail .paginated-link a:hover {
  opacity: 0.8;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.top-about-inner {
  padding: 120px 0 240px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 0;
  right: -420px;
  max-width: 1096px;
  width: 100%;
  height: 666px;
  background-color: #cfebd3;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
.top-about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-about-img {
  margin-left: -120px;
}
.top-about-textbox {
  max-width: 521px;
  width: 100%;
}
.top-about-title {
  margin-bottom: 40px;
}
.top-about-text {
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.12em;
}

.top-service {
  background-color: #f8ffeb;
}
.top-service-inner {
  max-width: 1220px;
  width: 100%;
  padding-top: 67px;
}
.top-service-inner .cmn-title {
  margin-bottom: 60px;
}
.top-service-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-service-list-item {
  max-width: 570px;
  width: 100%;
  height: 370px;
  position: relative;
  z-index: 1;
}
.top-service-list-item:nth-child(2) {
  margin-top: 60px;
  margin-bottom: 18px;
}
.top-service-list-item:nth-child(2) .top-service-en {
  color: #ed828b;
}
.top-service-list-item:nth-child(4) {
  margin-top: 70px;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-service-list-item a:hover .top-service-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top-service-list-item a:hover .top-service-textbox::before {
  right: 30px;
}
.top-service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  z-index: -1;
}
.top-service-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 412px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 0 20px 0 20px;
}
.top-service-title {
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1;
  color: #57b38a;
  letter-spacing: 0.1em;
  margin-bottom: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.top-service-title::before {
  content: "";
  width: 50px;
  height: 50px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/top/top-service-arrow.png);
}
.top-service-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}

.top-gallery {
  background-color: #f8ffeb;
  position: relative;
  z-index: 1;
}
.top-gallery::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 338px;
  background: center/cover no-repeat url(../images/top/top-gallery-bg-bottom.png);
  z-index: -1;
}
.top-gallery-inner {
  max-width: none;
  padding: 100px 50px 140px 30px;
}
.top-gallery-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-gallery-list-item {
  max-width: 440px;
  width: 22.9166667%;
}
.top-gallery-list-item:nth-child(odd) {
  margin-top: 50px;
}

.top-access {
  background-color: #fffcf1;
}
.top-access-inner {
  padding: 84px 0 100px 0;
}
.top-access-inner .cmn-title {
  margin-bottom: 60px;
}
.top-access-content {
  margin-bottom: 50px;
}
.top-access-table {
  max-width: 520px;
  width: 100%;
}
.top-access-table tr {
  border-bottom: 1px dashed #389a6e;
}
.top-access-table tr th {
  width: 120px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #389a6e;
  text-align: center;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
}
.top-access-table tr td {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 16px 10px 16px 25px;
}
.top-access-tel-txt img {
  display: block;
}
.top-access-map {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.top-access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.reserve {
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: center/cover no-repeat url(../images/top/reserve-bg-bottom.png);
  z-index: -1;
}
.reserve-content {
  padding: 55px 0;
  background-color: #f8ffeb;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  outline: 4px dotted #57b38a;
  z-index: -1;
  border-radius: 20px;
}
.reserve-title {
  text-align: center;
  margin-bottom: 30px;
}
.reserve-text {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 39px;
}
.reserve-flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 25px;
}
.reserve-textbox {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 18px 0;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 20px;
}
.reserve-sub-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
.reserve-sub-text:not(:last-of-type) {
  margin-right: 45px;
}
.reserve-tel {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1;
  color: #389a6e !important;
  letter-spacing: 0.08em;
  padding-top: 16px;
  margin-right: 70px;
  position: relative;
  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;
}
.reserve-tel::before {
  content: "";
  width: 36px;
  height: 36px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-contact {
  max-width: 382px;
  width: 100%;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #389a6e !important;
  background-color: #f8ffeb;
  border: 2px solid #389a6e;
  border-radius: 35px;
  position: relative;
}
.reserve-contact::before {
  content: "";
  width: 29px;
  height: 20px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/top/reserve-mail-icon.png);
}
.reserve-contact::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background: center/cover no-repeat url(../images/top/reserve-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-contact:hover::after {
  right: 8px;
}

/*========================================
about
==========================================*/
.about {
  background-color: #fffcf1;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.about-inner {
  padding: 143px 0 161px 0;
  position: relative;
  z-index: 1;
}
.about-inner::before {
  position: absolute;
  content: "";
  top: 60px;
  right: -420px;
  max-width: 1096px;
  width: 100%;
  height: 738px;
  background-color: #cfebd3;
  z-index: -1;
  border-radius: 20px 0 0 20px;
}
.about-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.about-img {
  margin-left: -20px;
}
.about-textbox {
  max-width: 521px;
  width: 100%;
}
.about-textbox .cmn-title {
  text-align: left;
  line-height: 1.3;
}
.about-textbox .cmn-title::before {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.about-text {
  font-size: 1.7rem;
  line-height: 1.88;
  letter-spacing: 0.12em;
}
.about-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.about-text .accent {
  font-size: 2rem;
  font-weight: 700;
  color: #389a6e;
}

#design {
  background-color: #f8ffeb;
}
#design::before {
  display: none;
}
#design .about-inner {
  padding: 100px 0;
}
#design .about-inner::before {
  display: none;
}

#budget {
  background-color: #fffcf1;
}
#budget::before {
  display: none;
}
#budget .about-inner {
  padding: 100px 0;
}
#budget .about-inner::before {
  display: none;
}
#budget .about-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: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#period {
  background-color: #f8ffeb;
}
#period::before {
  display: none;
}
#period .about-inner {
  padding: 100px 0;
}
#period .about-inner::before {
  display: none;
}
#period .about-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow {
  background-color: #fffcf1;
}
.flow-list-item {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 320px;
  padding: 40px 38px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -35px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 24px;
  background: center/cover no-repeat url(../images/about/flow-arrow.png);
}
.flow-textbox {
  max-width: 570px;
  width: 100%;
  margin-top: 13px;
}
.flow-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  -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;
  padding-bottom: 20px;
  border-bottom: 1px dashed #57b38a;
}
.flow-no {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #389a6e;
  margin-right: 15px;
}
.flow-no .accent {
  display: inline-block;
  font-size: 3rem;
  margin-left: 5px;
}
.flow-flex {
  margin: 15px 0;
}
.flow-tel {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  color: #389a6e !important;
  letter-spacing: 0.08em;
  padding-top: 16px;
  position: relative;
  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;
}
.flow-tel::before {
  content: "";
  width: 29px;
  height: 28px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.flow-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.flow-tel-txt img {
  display: block;
}
.flow-contact {
  max-width: 280px;
  width: 100%;
  height: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 1.7rem;
  font-weight: 700;
  color: #389a6e !important;
  padding-left: 20px;
  background-color: #f8ffeb;
  border: 2px solid #389a6e;
  border-radius: 35px;
  position: relative;
}
.flow-contact::before {
  content: "";
  width: 20px;
  height: 15px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/about/flow-mail-icon.png);
}
.flow-contact::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background: center/cover no-repeat url(../images/about/flow-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.flow-contact:hover::after {
  right: 8px;
}
.flow-text {
  font-size: 1.7rem;
  line-height: 1.647;
}
.flow-sub-textbox {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flow-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
.flow-sub-text:not(:last-of-type) {
  margin-right: 45px;
}

.intro-inner {
  padding-bottom: 50px;
}
.intro-list {
  -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;
}
.intro-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 50px;
}
.intro-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.intro-list-item a {
  width: 100%;
  height: 100%;
}
.intro-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.intro-img {
  width: 100%;
  height: 188px;
  margin-bottom: 14px;
  border-radius: 14px;
  overflow: hidden;
}
.intro-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #389a6e;
  margin-bottom: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.intro-more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 33px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 6px;
  border-bottom: 1px solid #bbbbbb;
  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: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
.intro-more::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -33px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: center/cover no-repeat url(../images/about/intro-arrow.png);
}
.intro-detail-img {
  max-width: 620px;
  width: 100%;
  height: 466px;
  margin: 0 auto;
  margin-bottom: 28px;
  border-radius: 14px;
  overflow: hidden;
}
.intro-detail-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.intro-detail-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.45;
  color: #389a6e;
  padding-bottom: 18px;
  margin-bottom: 19px;
  border-bottom: 1px dashed #57b38a;
}
.intro-detail-body {
  font-size: 1.7rem;
  line-height: 1.647;
}
.intro-detail-body img {
  max-width: 100%;
}

/*========================================
stone
==========================================*/
.stone {
  background-color: #f8ffeb;
}
.stone-content {
  width: 100%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 320px;
  padding: 40px 38px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
}
.stone-content:not(:last-child) {
  margin-bottom: 34px;
}
.stone-content:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.stone-textbox {
  max-width: 570px;
  width: 100%;
  margin-top: 13px;
}
.stone-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 22px;
  -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;
  padding-bottom: 17px;
  border-bottom: 1px dashed #57b38a;
}
.stone-text {
  font-size: 1.7rem;
  line-height: 1.647;
  margin-bottom: 17px;
}
.stone-sub-textbox {
  padding-bottom: 14px;
  background-color: #cfebd3;
  border-radius: 5px;
  overflow: hidden;
}
.stone-sub-title {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 13px 19px;
  margin-bottom: 13px;
  background-color: #57b38a;
}
.stone-sub-text {
  font-size: 1.7rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: 17px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.stone-sub-text::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  margin-top: 11px;
  background-color: #389a6e;
  border-radius: 50%;
}
.stone-sub-text:not(:last-of-type) {
  margin-bottom: 6px;
}

/*========================================
park
==========================================*/
.bus {
  background-color: #f8ffeb;
}
.bus-inner {
  padding: 20px 0 157px 0;
}
.bus-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 40px;
  background-color: #57b38a;
  border-radius: 20px;
  position: relative;
}
.bus-content::before {
  position: absolute;
  content: "";
  left: 49px;
  bottom: -58px;
  width: 442px;
  height: 142px;
  background: center/cover no-repeat url(../images/park/bus-deco02.png);
}
.bus-textbox {
  max-width: 550px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
}
.bus-sub-textbox {
  max-width: 382px;
  width: 100%;
  text-align: center;
  padding: 24px 31px;
  background-color: #f8ffeb;
  border-radius: 20px;
}
.bus-title {
  font-size: 4.6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}
.bus-btn {
  max-width: 449px;
  width: 100%;
  height: 70px;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 1;
}
.bus-btn::before {
  position: absolute;
  content: "";
  top: -43px;
  right: -54px;
  width: 92px;
  height: 95px;
  background: center/cover no-repeat url(../images/park/bus-deco01.png);
  z-index: -1;
}
.bus-btn-inner {
  width: 100%;
  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;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #389a6e !important;
  background-color: #f8ffeb;
  border: 2px solid #389a6e;
  border-radius: 35px;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bus-btn-inner::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 8px;
  background: center/cover no-repeat url(../images/top/reserve-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.bus-btn-inner:hover {
  opacity: 0.6;
}
.bus-sub-title {
  font-size: 3.8rem;
  font-weight: 700;
  color: #57b38a;
  letter-spacing: 0.12em;
  line-height: 1.18;
  margin-bottom: 20px;
}
.bus-text {
  font-size: 1.8rem;
  margin-bottom: 22px;
  letter-spacing: 0.12em;
}
.bus-text .accent {
  font-weight: 700;
  color: #389a6e;
}
.bus-sub-btn:hover {
  opacity: 0.6;
}

.guide {
  background-color: #fffcf1;
}
.guide-flex {
  margin-bottom: 45px;
}
.guide-notice {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 25px;
}
.guide-list {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
  margin-bottom: 25px;
}
.guide-list-item:not(:last-child) {
  margin-bottom: 26px;
  padding-bottom: 17px;
  border-bottom: 1px dashed #57b38a;
}
.guide-list-title {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #389a6e;
  padding-left: 6px;
  margin-bottom: 8px;
  border-left: 2px solid #389a6e;
}
.guide-text {
  font-size: 1.7rem;
}
.guide-text .accent {
  position: relative;
  z-index: 1;
}
.guide-text .accent::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101%;
  height: 8px;
  background-color: #cfebd3;
  z-index: -1;
}
.guide-sub-notice {
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 104px;
}
.guide-sub-flex {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.guide-content {
  max-width: 530px;
  width: 100%;
  padding: 45px 38px 37px 38px;
  background-color: #cfebd3;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.guide-content::before {
  position: absolute;
  content: "";
  top: -62px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 132px;
  height: 132px;
  background: center/cover no-repeat url(../images/park/guide-icon01.png);
  z-index: -1;
}
.guide-content:nth-of-type(2)::before {
  background: center/cover no-repeat url(../images/park/guide-icon02.png);
}
.guide-sub-title {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: 16px;
  color: #389a6e;
}
.guide-sub-text {
  font-size: 1.8rem;
}
.guide-sub-text .accent {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(30%, #fff));
  background: -webkit-linear-gradient(transparent 60%, #fff 30%);
  background: linear-gradient(transparent 60%, #fff 30%);
  position: relative;
  z-index: 1;
}

.service-title {
  padding: 74px 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #57b38a;
}
.service {
  background-color: #f8ffeb;
}
.service-notice {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 50px;
}
.service-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.service-list-item {
  max-width: 520px;
  width: 100%;
  padding: 35px;
  margin-bottom: 22px;
  background-color: #fff;
  border-radius: 20px;
}
.service-list-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 18px;
  margin-bottom: 19px;
  border-bottom: 1px dashed #57b38a;
}
.service-img {
  margin-bottom: 20px;
}

.support {
  background-color: #fffcf1;
}
.support-textbox {
  padding: 30px 15px;
  text-align: center;
  background-color: #fff;
  border-radius: 30px;
}
.support-text {
  font-size: 1.7rem;
  line-height: 1.88;
}
.support-text:not(:last-of-type) {
  margin-bottom: 31px;
}
.support-text.accent {
  font-size: 2rem;
  font-weight: 700;
  color: #57b38a;
}
.support-text .border {
  position: relative;
  z-index: 1;
}
.support-text .border::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 101%;
  height: 8px;
  background-color: #cfebd3;
  z-index: -1;
}

.case {
  background-color: #f8ffeb;
}
.case-inner {
  padding-bottom: 60px;
}
.case-list {
  -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;
}
.case-list-item {
  max-width: 250px;
  width: 100%;
  margin-bottom: 50px;
}
.case-list-item:not(:nth-child(4n)) {
  margin-right: 26px;
}
.case-img {
  width: 100%;
  height: 188px;
  border-radius: 14px;
  overflow: hidden;
}
.case-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
info
==========================================*/
.info {
  background-color: #fffcf1;
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 162px;
  background: center/cover no-repeat url(../images/top/top-about-bg-bottom.png);
  z-index: -1;
}
.info-inner {
  padding: 70px 0 100px 0;
}
.info-table {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 60px auto;
}
.info-table tr {
  border-bottom: 1px dashed #389a6e;
}
.info-table tr th {
  width: 120px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  color: #389a6e;
  text-align: center;
  padding: 18px 0;
  text-align: center;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 16px 10px 16px 25px;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.license {
  background-color: #f8ffeb;
}
.license-inner {
  padding-top: 58px;
}
.license-list {
  padding: 0 65px;
}
/*========================================
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: #57b38a;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #57b38a;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #57b38a;
}

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

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  background-color: #cfebd3;
}
.footer-inner {
  padding: 75px 0;
}
.footer-logo {
  margin-bottom: 40px;
}
.footer-logo:hover {
  opacity: 0.6;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  margin-bottom: 40px;
}
.footer-content {
  max-width: 385px;
  width: 100%;
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1;
  color: #389a6e !important;
  letter-spacing: 0.08em;
  padding-top: 16px;
  margin-bottom: 36px;
  position: relative;
  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-tel::before {
  content: "";
  width: 29px;
  height: 28px;
  margin-right: 9px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  right: 0;
  top: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-textbox {
  margin-bottom: 55px;
}
.footer-text {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-text:not(:last-of-type) {
  margin-bottom: 12px;
}
.footer-right {
  max-width: 525px;
  width: 100%;
}
.footer-nav {
  width: 100%;
  margin-bottom: 54px;
}
.footer-nav-list {
  width: 100%;
  height: 260px;
  -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-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 45px;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  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: 6px;
  height: 6px;
  margin-right: 10px;
  background-color: #389a6e;
  border-radius: 50%;
}
.footer-nav-list-item a:hover {
  opacity: 0.6;
}
.footer-insta {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.footer-insta:hover {
  opacity: 0.6;
}
.footer-bottom #copyright {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #464838;
  letter-spacing: 0.12em;
  line-height: 1;
}
.footer-bottom #copyright a {
  color: #464838 !important;
}