/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  padding: 0 15px;
  background-color: #ffffff;
  z-index: 10;
  border-bottom: 2px solid #bbcf7c;
}
.header-logo a {
  max-width: 110px;
  width: 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;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 820px;
  width: 100%;
}
.header-tel {
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 23px;
  position: relative;
}
.header-tel .accent {
  display: inline-block;
  font-size: 2rem;
  color: #bbcf7c;
}
.header-tel-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  max-width: 520px;
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 82px;
  background: center/cover no-repeat url(../images/common/main-visual.png);
}
.header .main-visual-textbox {
  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;
}
.header .main-visual-textbox img {
  height: 350px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 82px;
}
.header .sub-visual-textbox {
  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;
}
.header .sub-visual-textbox img {
  height: 60px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  background: center/cover no-repeat url(../images/top/top-about-bg.png);
  overflow: hidden;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-img {
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}
.top-about-img::before {
  position: absolute;
  content: "";
  right: -29px;
  bottom: -78px;
  width: 221px;
  height: 193px;
  background: center/contain no-repeat url(../images/top/top-about-sub-img.png);
}
.top-about-wrap {
  max-width: 510px;
  width: 100%;
  padding: 25px 0;
  position: relative;
  z-index: 1;
}
.top-about-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100px;
  width: 710px;
  height: 100%;
  background-color: rgba(252, 249, 234, 0.8);
  z-index: -1;
}
.top-about-textbox {
  padding-left: 10px;
  margin-bottom: 20px;
  border-left: 1px solid #7c9235;
}
.top-about-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.top-about-title::first-letter {
  color: #7c9235;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.top-service {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
}
.top-service-inner .cmn-title {
  margin-bottom: 50px;
}
.top-service-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.top-service-list::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 53px;
  width: 100%;
  height: 90%;
  background: center/1280px 480px repeat url(../images/top/top-service-content-bg.png);
  border-radius: 20px;
  overflow: hidden;
}
.top-service-list-item {
  max-width: 250px;
  width: 100%;
  height: 250px;
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.top-service-list-item:last-child {
  margin-right: 0;
}
.top-service-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top-service-list-item a:hover {
  opacity: 0.8;
}
.top-service-list-item a:hover .top-service-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.top-service-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  border-radius: 22px;
}
.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-title {
  position: absolute;
  top: -21px;
  right: 13px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  max-width: 70px;
  width: 100%;
  min-height: 210px;
  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;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.05;
  color: #fff;
  padding-top: 13px;
  padding-bottom: 40px;
  background: center/cover no-repeat url(../images/top/top-service-title-bg.png);
  outline: 1px solid #fff;
  outline-offset: -3px;
}
.top-service-title::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 17px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 11px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/top-service-arrow.png);
}
.top-service-title .s-font {
  font-size: 1.4rem;
}

.link-banner {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
  height: 350px;
}
.link-banner-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  border-radius: 50%;
}
.link-banner-list-item a::before {
  position: absolute;
  content: "";
  bottom: 83px;
  left: 3px;
  width: 360px;
  height: 151px;
  background: center/contain no-repeat url(../images/top/link-banner-deco.png);
}
.link-banner-list-item a:hover {
  opacity: 0.8;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #c5dd78;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
.link-banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-title {
  position: absolute;
  right: -10px;
  bottom: -15px;
  max-width: 265px;
  width: 100%;
  height: 85px;
  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: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  background: center/cover no-repeat url(../images/top/link-banner-btn-bg.png);
}
.link-banner-title::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 16px;
  background: center/cover no-repeat url(../images/top/link-banner-arrow.png);
}

.news {
  background: center/cover no-repeat url(../images/top/news-bg.png);
}
.news-list {
  margin-bottom: 50px;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 19px;
}
.news-list-item a {
  width: 100%;
  padding: 20px 15px;
  background: center/cover no-repeat url(../images/top/news-textbox.png);
  border-radius: 13px;
}
.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.6rem;
  font-weight: 600;
  line-height: 1;
  color: #8aa23f;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 10px;
  background-color: #fff;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-right: 14px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
}
.news-tag-list {
  max-width: 250px;
  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: #7c9235;
  border: 2px solid #7c9235;
}
.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: #7c9235;
}
.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: 10px;
}
.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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  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 #7c9235;
  border-bottom: 1px solid #7c9235;
}
.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;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #7c9235;
  border-right: 1px solid #7c9235;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #7c9235 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-intro {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-intro-bg.png);
}
.top-intro-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-intro-list-item {
  max-width: 324px;
  width: 100%;
  height: 60vw;
  border: 4px solid #e4dbb6;
}
.top-intro-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-intro-list-item iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.top-intro-list-item video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-intro .cmn-btn {
  margin: 0 auto;
}

.reserve {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/reserve-bg.png);
}
.reserve-content {
  padding: 25px 15px 35px 15px;
  text-align: center;
  background-color: rgba(252, 249, 234, 0.88);
  border-radius: 30px;
  border: 2px solid #8aa23f;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: -5px;
  right: -38px;
  width: 115px;
  height: 38px;
  background: center/contain no-repeat url(../images/top/reserve-deco-r-t.png);
}
.reserve-content::after {
  position: absolute;
  content: "";
  left: -45px;
  bottom: -18px;
  width: 110px;
  height: 74px;
  background: center/contain no-repeat url(../images/top/reserve-deco-l-b.png);
}
.reserve-title {
  margin-bottom: 21px;
}
.reserve-title img {
  height: 70px;
}
.reserve-text {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 20px;
}
.reserve-text .accent {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, #dfeabc));
  background: -webkit-linear-gradient(transparent 0%, #dfeabc 0%);
  background: linear-gradient(transparent 0%, #dfeabc 0%);
}
.reserve-tel {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 15px 0 38px 0;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
.reserve-tel .accent {
  display: inline-block;
  font-size: 2rem;
  color: #bbcf7c;
}
.reserve-tel-txt {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.reserve-tel-txt img {
  display: block;
}

#news .news {
  margin-top: -100px;
}

/*========================================
service
==========================================*/
.service {
  margin-top: -50px;
  background: center/cover no-repeat url(../images/service/service-bg.png);
}
.service-wrap {
  margin-top: -50px;
  padding-top: 50px;
}
.service-wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.service-content {
  padding: 25px 15px;
  background-color: #fff;
  border: 8px solid #e4dbb6;
  border-radius: 25px;
}
.service-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  padding: 18px 15px;
  margin-bottom: 42px;
  text-align: center;
  background: center/cover no-repeat url(../images/service/service-title-bg.png);
}
.service-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-img {
  margin-bottom: 20px;
}
.service-textbox {
  max-width: 480px;
  width: 100%;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.1em;
}
.service-text .accent {
  font-size: 1.8rem;
  color: #8aa23f;
}
.service-sub-textbox {
  margin-top: 30px;
  padding: 25px 15px;
  background-color: #fcf9ea;
  border-radius: 15px;
  position: relative;
}
.service-sub-title {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 200px;
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  padding: 11px 0;
  background-color: #7c9235;
}
.service-sub-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.08em;
}

/*========================================
price
==========================================*/
.price {
  margin-top: -50px;
  background-color: #fcf9ea;
}
.price-content:not(:last-of-type) {
  margin-bottom: 50px;
}
.price-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 20px 0;
  background-color: #e4dbb6;
}
.price-list-item {
  background-color: #fff;
  border: 1px solid #e4dbb6;
}
.price-name {
  width: 50%;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 15px 0;
  text-align: center;
  border-right: 1px solid #e4dbb6;
}
.price-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 15px 0;
}

.flow {
  background: center/cover no-repeat url(../images/price/flow-bg.png);
}
.flow-list-item {
  padding: 25px 20px;
  background: center/cover no-repeat url(../images/price/flow-box-bg.png);
  border-radius: 25px;
  position: relative;
}
.flow-list-item::before {
  position: absolute;
  content: "";
  top: -25px;
  left: -20px;
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/price/flow-no01.png);
}
.flow-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../images/price/flow-no02.png);
}
.flow-list-item:not(:last-child) {
  margin-bottom: 40px;
}
.flow-list-item:not(:last-child)::after {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background: center/cover no-repeat url(../images/price/flow-arrow.png);
}
.flow-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flow-img {
  margin-bottom: 20px;
}
.flow-textbox {
  max-width: 485px;
  width: 100%;
}
.flow-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}
.flow-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
}
.flow-text:not(:last-of-type) {
  margin-bottom: 8px;
}
.flow-info {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 25px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 50px;
  position: relative;
}
.flow-info::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  height: 1px;
  background-color: #91a74a;
}
.flow-tel {
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-bottom: 23px;
  margin-bottom: 35px;
  position: relative;
}
.flow-tel .accent {
  display: inline-block;
  font-size: 2rem;
  color: #bbcf7c;
}
.flow-tel-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.flow-tel-txt img {
  display: block;
}
.flow-sub-text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.question-tag-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.question-tag-list-item {
  max-width: 330px;
  width: 100%;
  height: 70px;
  margin-bottom: 25px;
}
.question-tag-list-item a {
  width: 100%;
  height: 100%;
}
.question-wrap {
  margin-top: -50px;
  padding-top: 50px;
}
.question-wrap:not(:last-of-type) {
  margin-bottom: 40px;
}
.question-content {
  padding: 25px 20px;
  background: center/cover no-repeat url(../images/price/question-box-bg.png);
  border-radius: 25px;
}
.question-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  text-align: center;
}
.question-list-item {
  padding: 20px 15px;
  background-color: #fcf9ea;
  border-radius: 15px;
}
.question-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.question-list-title {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  font-size: 1.9rem;
  font-weight: 600;
  color: #8aa23f;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #8aa23f;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 31px;
  margin-right: 12px;
  background: center/contain no-repeat url(../images/price/Q.png);
}
.question-textbox {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.87;
  letter-spacing: 0.1em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -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;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: center/contain no-repeat url(../images/price/A.png);
}

/*========================================
profile
==========================================*/
.greeting {
  margin-top: -50px;
  background: center/cover no-repeat url(../images/profile/greeting-bg.png);
  overflow: hidden;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-img {
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
.greeting-wrap {
  max-width: 510px;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.greeting-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100px;
  width: 700px;
  height: 100%;
  background-color: rgba(252, 249, 234, 0.8);
  z-index: -1;
}
.greeting-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.53;
  color: #7c9235;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.greeting-name {
  display: block;
  max-width: 290px;
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 26px;
  background: center/cover no-repeat url(../images/profile/greeting-name-bg.png);
}
.greeting-text {
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.school {
  overflow: hidden;
  background: center/cover no-repeat url(../images/profile/school-bg.png);
}
.school-content {
  width: 100%;
  position: relative;
}
.school-content:nth-of-type(2) {
  margin-top: 50px;
}
.school-content:nth-of-type(2) a {
  border: 8px solid #da4343;
}
.school-content:nth-of-type(2) a::before {
  background: center/cover no-repeat url(../images/profile/school-arrow02.png);
}
.school-content:nth-of-type(2) a::after {
  top: auto;
  right: auto;
  left: -80px;
  bottom: -13px;
  width: 119px;
  height: 36px;
  background: center/cover no-repeat url(../images/profile/school-deco02.png);
}
.school-content:nth-of-type(2) .school-title {
  color: #da4343;
}
.school-content a {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 8px solid #8aa23f;
  position: relative;
}
.school-content a::before {
  position: absolute;
  content: "";
  right: -8px;
  bottom: -8px;
  width: 60px;
  height: 60px;
  background: center/cover no-repeat url(../images/profile/school-arrow01.png);
}
.school-content a::after {
  position: absolute;
  content: "";
  top: -22px;
  right: -92px;
  width: 178px;
  height: 60px;
  background: center/cover no-repeat url(../images/profile/school-deco01.png);
  z-index: 1;
}
.school-content a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.school-textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 25px 20px;
}
.school-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 25px;
  letter-spacing: 0.1em;
  color: #8aa23f;
}
.school-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.333;
  letter-spacing: 0.1em;
}

.lesson {
  overflow: hidden;
  background: center/cover no-repeat url(../images/profile/lesson-bg.png);
}
.lesson-inner {
  max-width: 400px;
  padding-bottom: 200px;
  position: relative;
}
.lesson-inner::before {
  position: absolute;
  content: "";
  bottom: 10px;
  left: -10px;
  width: 180px;
  height: 180px;
  background: center/cover no-repeat url(../images/profile/lesson-img01.png);
}
.lesson-inner::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: -10px;
  width: 180px;
  height: 180px;
  background: center/cover no-repeat url(../images/profile/lesson-img02.png);
}
.lesson-inner .cmn-title {
  color: #fff;
}
.lesson-inner .cmn-title::first-letter {
  color: #fff;
}
.lesson-text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

#profile .top-service {
  margin-top: 0;
}

/*========================================
info
==========================================*/
.info {
  margin-top: -50px;
  background: center/cover no-repeat url(../images/info/info-bg.png);
}
.info-table {
  width: 100%;
}
.info-table tr {
  border: 1px solid #8aa23f;
}
.info-table tr th {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #8aa23f;
  padding: 20px 15px;
  background-color: #fcf9ea;
  border-bottom: 1px solid #8aa23f;
}
.info-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  padding: 15px;
  background-color: #fff;
  border-left: none;
}
.info-tel-txt {
  display: inline-block;
  margin-left: 5px;
}
.info-tel-txt img {
  display: block;
}

.intro {
  overflow: hidden;
  background: center/cover no-repeat url(../images/info/intro-bg.png);
}
.intro-inner {
  position: relative;
}
.intro-inner::before {
  position: absolute;
  content: "";
  top: 240px;
  left: -100px;
  width: 145px;
  height: 49px;
  background: center/cover no-repeat url(../images/info/intro-deco-l-t.png);
}
.intro-inner .cmn-title {
  color: #fff;
  font-size: 2.1rem;
}
.intro-inner .cmn-title::first-letter {
  color: #fff;
}
.intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-img {
  margin-right: -35px;
  margin-bottom: 30px;
}
.intro-textbox {
  max-width: 470px;
  width: 100%;
}
.intro-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: 0.1em;
  color: #fff;
}
.intro-text:not(:last-of-type) {
  margin-bottom: 20px;
}

.access {
  background: center/cover no-repeat url(../images/info/access-bg.png);
}
.access-content {
  margin-bottom: 50px;
  padding: 25px;
  background: center/cover no-repeat url(../images/info/access-box-bg.png);
  border-radius: 20px;
}
.access-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  background: center/cover no-repeat url(../images/info/access-title-bg.png);
}
.access-text {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
.access-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.access-list-item {
  max-width: 420px;
  width: 100%;
}
.access-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.access-img {
  margin-bottom: 17px;
}
.access-sub-text {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.9;
}
.access-map {
  width: 100%;
  height: 60vw;
  border: 4px solid #e4dbb6;
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #7c9235;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  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;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #7c9235;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #7c9235;
}

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

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #7c9235;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #7c9235;
  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 #7c9235;
  border-right: 1px solid #7c9235;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  padding-bottom: 15px;
  background-color: #8aa23f;
}
.footer-inner {
  padding: 30px 0;
  text-align: center;
}
.footer-logo {
  margin-bottom: 25px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 19px;
}
.footer-address {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0;
  color: #fff;
  margin-bottom: 34px;
}
.footer-tel {
  display: block;
  max-width: 780px;
  width: 100%;
  margin: 0 auto 30px auto;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 15px 0 38px 0;
  background-color: #fff;
  border-radius: 40px;
  position: relative;
}
.footer-tel .accent {
  display: inline-block;
  font-size: 2rem;
  color: #bbcf7c;
}
.footer-tel-txt {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer-tel-txt img {
  display: block;
}
.footer-nav {
  padding: 15px 23px 0 23px;
  border-top: 1px solid #fff;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:not(:last-child) {
  margin-right: 20px;
}
.footer-nav-list-item a {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}