/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  background-color: #fff;
  border-top: 5px solid #61783a;
  z-index: 1000;
}
.header-logo {
  position: absolute;
  top: -9px;
  left: 0px;
}
.header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header #drawer-nav .header-logo {
  position: relative;
  top: 0;
  left: 0;
}
.header-content {
  max-width: 764px;
  width: 100%;
}
.header-info {
  margin-bottom: 15px;
}
.header-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  position: relative;
  letter-spacing: 0.08em;
  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;
  position: relative;
}
.header-tel .accent {
  font-size: 2rem;
}
.header-tel-txt {
  margin-bottom: 6px;
  margin-left: 9px;
}
.header-tel-txt img {
  display: block;
}
.header .reserve-tel {
  color: #556b2f;
}
.header .reserve-btn {
  border: 1px solid #556b2f;
}
.header .reserve-text {
  color: #556b2f;
}
.header-line {
  margin-right: 29px;
}
.header-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-contact:hover {
  opacity: 0.8;
}
.header .global-nav {
  max-width: 740px;
  width: 100%;
  margin-left: auto;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-list-item a:hover {
  color: #556b2f;
}
.header .main-visual {
  width: 100%;
  height: 400px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 52%;
  max-width: 400px;
  height: 296px;
  z-index: 1;
  overflow: hidden;
  border-radius: 105px 0 0 0;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1820px;
  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;
  z-index: 1;
}
.header .main-visual-textbox img {
  height: 300px;
}
.header .sub-visual {
  width: 100%;
  height: 270px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  max-width: 830px;
  width: 100%;
  height: 380px;
  background-color: #f1efe4;
  z-index: -1;
}
.header .sub-visual-img {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 1160px;
  width: 100%;
  height: 70%;
  z-index: 1;
  border-radius: 135px 0 0 0;
  overflow: hidden;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  width: 95%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 16px;
  z-index: 1;
}
.header .sub-visual-textbox img {
  height: 51px;
}
.header .fix-btn {
  position: fixed;
  right: 25px;
  bottom: 100px;
  z-index: 10;
}
.header .fix-btn:hover {
  opacity: 0.7;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-greeting {
  overflow: hidden;
  background-color: #f1efe4;
  position: relative;
  z-index: 1;
}
.top-greeting::before {
  position: absolute;
  content: "";
  top: 120px;
  left: 0;
  width: 100%;
  height: 459px;
  background-color: #556b2f;
  z-index: -10;
}
.top-greeting::after {
  position: absolute;
  content: "";
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1230px;
  height: 668px;
  background: center/contain no-repeat url(../../images/top/top-greeting-deco-sp.png);
  z-index: -1;
}
.top-greeting-inner {
  position: relative;
  z-index: 1;
}
.top-greeting-inner::before {
  position: absolute;
  content: "";
  top: 43px;
  left: -16px;
  width: 230px;
  height: 57px;
  background: center/contain no-repeat url(../../images/top/top-greeting-en.png);
  z-index: 1;
}
.top-greeting-content {
  max-width: 1010px;
  width: 100%;
  padding: 25px 15px;
  -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 50px 0 0;
  position: relative;
}
.top-greeting-img {
  text-align: center;
  margin-bottom: 10px;
}
.top-greeting-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #ef9da7;
  letter-spacing: 0.12em;
  margin-bottom: 25px;
}
.top-greeting-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

.top-about {
  overflow: hidden;
  background: center/cover no-repeat url(../../images/top/top-about-bg.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 726px;
  height: 30%;
  background-color: #f1efe4;
  z-index: -1;
}
.top-about-inner {
  padding: 50px 0 126px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  left: 10px;
  bottom: 0px;
  width: 87px;
  height: 117px;
  background: center/contain no-repeat url(../../images/top/top-about-illust.png);
  z-index: -1;
}
.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-left: -20px;
  margin-bottom: 30px;
}
.top-about-textbox {
  max-width: 587px;
  width: 100%;
}
.top-about-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.1;
  margin-bottom: 30px;
  letter-spacing: 0.11em;
}
.top-about-title-en {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.22em;
  line-height: 1;
  color: #556b2f;
  margin-bottom: 15px;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: 0.12em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 20px;
}
.top-about .cmn-btn {
  margin-top: 30px;
}

.bg-img {
  width: 100%;
  height: 260px;
}
.bg-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-reason {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.top-reason::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -735px;
  width: 698px;
  height: 1373px;
  background: center/contain no-repeat url(../../images/top/top-reason-bg.png);
  z-index: -1;
}
.top-reason::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 1720px;
  width: 95%;
  height: calc(100% - 267px);
  background-color: #f1efe4;
  border-radius: 160px 0 0 160px;
  z-index: -10;
}
.top-reason-inner {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
.top-reason-inner::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -40px;
  width: 323px;
  height: 48px;
  background: center/contain no-repeat url(../../images/top/top-reason-en.png);
  z-index: -1;
}
.top-reason .cmn-title {
  text-align: left;
  margin-bottom: 50px;
}
.top-reason-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-reason-list-item {
  max-width: 446px;
  width: 100%;
  height: 156px;
  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-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1.8;
  padding-bottom: 20px;
  background: center/cover no-repeat url(../../images/top/top-reason-box-bg.png);
  position: relative;
}
.top-reason-list-item::before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  width: 48px;
  height: 48px;
  background: center/cover no-repeat url(../../images/top/top-reason-no01.png);
}
.top-reason-list-item:nth-child(2)::before {
  background: center/cover no-repeat url(../../images/top/top-reason-no02.png);
}
.top-reason-list-item:nth-child(3)::before {
  background: center/cover no-repeat url(../../images/top/top-reason-no03.png);
}
.top-reason-list-item:nth-child(4)::before {
  background: center/cover no-repeat url(../../images/top/top-reason-no04.png);
}
.top-reason-list-item:nth-child(5)::before {
  background: center/cover no-repeat url(../../images/top/top-reason-no05.png);
}
.top-reason-list-item:nth-child(6)::before {
  background: center/cover no-repeat url(../../images/top/top-reason-no06.png);
}
.top-reason-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-reason .cmn-btn {
  margin: 0 auto;
}

.link-banner {
  position: relative;
  z-index: 1;
}
.link-banner::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 360px;
  background-color: #f1efe4;
  z-index: -1;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 30px;
}
.link-banner-list-item a {
  width: 100%;
  padding-bottom: 69px;
  position: relative;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  max-width: 350px;
  width: 100%;
  height: 301px;
  border-radius: 210px 210px 0 0;
}
.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-textbox {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 440px;
  width: 100%;
  padding: 35px 20px;
  background-color: #fff;
}
.link-banner-textbox::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 58px;
  height: 50px;
  background: center/cover no-repeat url(../../images/top/link-banner-arrow.png);
}
.link-banner .cmn-title {
  text-align: left;
  margin-bottom: 0;
}
.news {
  overflow: hidden;
  background-color: #f1efe4;
  position: relative;
  z-index: 1;
}
.news-inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.news .cmn-title {
  text-align: left;
}
.news-list {
  max-width: 674px;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.news-list::before {
  position: absolute;
  content: "";
  right: -420px;
  bottom: 0;
  width: 1174px;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 124px 0 0 0;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 29px;
  padding-bottom: 29px;
  border-bottom: 1px solid #dbd8ca;
}
.news-list-item a {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.news-list-item a time {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
}
.news-wrap {
  width: 100%;
}
.news-title {
  width: 100%;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  line-height: 1.1;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.news-accent {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  color: #556b2f;
  line-height: 1;
  margin-bottom: 10px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news .cmn-btn {
  position: absolute;
  top: 180px;
  left: 0;
  max-width: 248px;
  height: 70px;
}
.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: #556b2f;
  border: 2px solid #556b2f;
}
.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: #556b2f;
}
.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 #556b2f;
  border-bottom: 1px solid #556b2f;
}
.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 #556b2f;
  border-right: 1px solid #556b2f;
}
.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: #556b2f !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.reserve {
  background: center/cover no-repeat url(../../images/top/reserve-bg.png);
}
.reserve-content {
  padding: 35px 15px;
  background-color: #556b2f;
  border-radius: 70px 70px 0 0;
  position: relative;
}
.reserve-content::before {
  position: absolute;
  content: "";
  right: 15px;
  bottom: -3px;
  width: 50px;
  height: 71px;
  background: center/contain no-repeat url(../../images/top/reserve-illust.png);
}
.reserve-content .cmn-title {
  color: #fff;
}
.reserve-content .cmn-title-en {
  color: #fff;
}
.reserve-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
.reserve-btn {
  max-width: 620px;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  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-family: "Shippori Mincho B1", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #556b2f;
  background-color: #ffffff;
  border-radius: 41px;
  position: relative;
}
.reserve-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 19px;
  background: center/cover no-repeat url(../../images/top/reserve-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.reserve-btn:hover {
  opacity: 0.7;
}
.reserve-info {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.reserve-info .reserve-btn {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  height: 50px;
  border-radius: 25px;
}
.reserve-info .reserve-btn::before {
  content: "";
  right: 21px;
  width: 10px;
  height: 11px;
  background: center/cover no-repeat url(../../images/top/reserve-arrow02.png);
}
.reserve-info .reserve-btn:nth-of-type(3)::before {
  width: 12px;
  height: 13px;
  background: center/cover no-repeat url(../../images/top/reserve-arrow03.png);
}
.reserve-info .reserve-btn:not(:last-of-type) {
  margin-bottom: 25px;
}
.reserve-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  letter-spacing: 0.08em;
  padding-bottom: 28px;
  margin-bottom: 24px;
  position: relative;
}
.reserve-tel .accent {
  font-size: 2rem;
}
.reserve-tel-txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: 6px;
  margin-left: 9px;
  width: 100%;
  text-align: center;
}
.reserve-tel-txt img {
  display: block;
}
.reserve-text {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  margin-bottom: 11px;
}
.reserve-app {
  max-width: 394px;
  width: 100%;
  padding-bottom: 31px;
  background-color: #fff;
  border-radius: 31px;
  overflow: hidden;
}
.reserve-sub-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.12em;
  padding: 14px 0;
  margin-bottom: 22px;
  text-align: center;
  background-color: #f1efe4;
}
.reserve-btn-list {
  padding: 0 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reserve-btn-list-item:not(:last-child) {
  margin-bottom: 15px;
}
.reserve-btn-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*========================================
about
==========================================*/
.recommend {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.recommend::before {
  position: absolute;
  content: "";
  bottom: 58px;
  left: 0;
  width: 305px;
  height: 857px;
  background: center/contain no-repeat url(../../images/about/recommend-bg.png);
  z-index: -1;
}
.recommend-text {
  font-size: 1.7rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}
.recommend-content {
  padding: 40px 10px 25px 10px;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  position: relative;
  z-index: 1;
}
.recommend-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: center/cover no-repeat url(../../images/about/recommend-bottom.png);
  z-index: -1;
}
.recommend-list {
  margin-bottom: 20px;
}
.recommend-list-item {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  -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;
}
.recommend-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background: center/cover no-repeat url(../../images/about/recommend-check.png);
}
.recommend-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.recommend-sub-text {
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.8;
  padding-top: 53px;
  border-top: 1px solid #dbd8ca;
}

.service {
  background-color: #f1efe4;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.service::before {
  position: absolute;
  content: "";
  bottom: 335px;
  right: 0;
  width: 715px;
  height: 1373px;
  background: center/cover no-repeat url(../../images/about/service-bg.png);
}
.service-inner .cmn-title {
  margin-bottom: 60px;
}
.service-list {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.service-list-item {
  max-width: 330px;
  width: 100%;
}
.service-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.service-img {
  margin-bottom: 18px;
}
.service-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-align: center;
  color: #556b2f;
  margin-bottom: 15px;
}
.service-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.service-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.service-map {
  margin-bottom: 20px;
}
.service-textbox {
  max-width: 540px;
  width: 100%;
  margin-left: auto;
}
.service-sub-title {
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
  color: #556b2f;
  padding-bottom: 17px;
  margin-bottom: 17px;
  border-bottom: 1px solid #556b2f;
}

.question-list-item {
  padding: 20px 15px 15px 15px;
  background-color: #fff;
}
.question-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.question-list-title {
  font-size: 1.9rem;
  font-weight: 400;
  -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: 25px;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/about/Q.png);
}
.question-textbox {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  -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;
}
.question-textbox::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background: center/cover no-repeat url(../../images/about/A.png);
}
.question-body img {
  max-width: 100%;
}

.intro {
  overflow: hidden;
  background-color: #f1efe4;
  position: relative;
  z-index: 1;
}
.intro::before {
  position: absolute;
  content: "";
  top: -149px;
  left: 0;
  width: 698px;
  height: 1373px;
  background: center/contain no-repeat url(../../images/top/top-reason-bg.png);
  z-index: -1;
}
.intro-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.intro-img {
  margin-bottom: 20px;
}
.intro-textbox {
  max-width: 540px;
  width: 100%;
}
.intro-text {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
}
.intro-text:not(:last-of-type) {
  margin-bottom: 37px;
}

.info-table {
  width: 100%;
  margin-bottom: 30px;
}
.info-table tr {
  border-top: 1px solid #dbd8ca;
}
.info-table tr:last-of-type {
  border-bottom: 1px solid #dbd8ca;
}
.info-table tr th {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  padding: 25px 0 0 0;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.7rem;
  font-weight: 400;
  padding: 25px 0;
  vertical-align: middle;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
reason
==========================================*/
.reason {
  background: left top -220px/720px 1373px no-repeat url(../../images/reason/reason-bg-l-t.png), right bottom 210px/604px 1373px no-repeat url(../../images/reason/reason-bg-r-b.png);
  position: relative;
  z-index: 1;
}
.reason::before {
  position: absolute;
  content: "";
  right: 0;
  top: 1066px;
  max-width: 720px;
  width: 100%;
  height: 840px;
  background-color: #f1efe4;
  border-radius: 300px 0 0 300px;
  z-index: -10;
}
.reason::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 90px;
  max-width: 720px;
  width: 100%;
  height: 840px;
  background-color: #f1efe4;
  border-radius: 0 300px 300px 0;
  z-index: -10;
}
.reason-inner .cmn-title {
  line-height: 1.8;
}
.reason-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.reason-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.reason-img {
  margin-bottom: 20px;
}
.reason-textbox {
  max-width: 500px;
  width: 100%;
}
.reason-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #556b2f;
  margin-bottom: 26px;
}
.reason-text {
  font-size: 1.6rem;
  line-height: 2;
}
.reason-btn {
  max-width: 350px;
  width: 100%;
  height: 70px;
  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-family: "Shippori Mincho B1", serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #fff;
  margin-top: 50px;
  background-color: #556b2f;
  border-radius: 35px;
  position: relative;
}
.reason-btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 19px;
  background: center/cover no-repeat url(../../images/reason/reason-insta.png);
}
.reason-btn:hover {
  opacity: 0.7;
}

/*========================================
menu
==========================================*/
.menu-content:not(:last-of-type) {
  margin-bottom: 40px;
}
.menu-title {
  font-family: "Shippori Mincho B1", serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
  background: center/cover no-repeat url(../../images/menu/menu-title-bg.png);
  text-align: center;
  margin-bottom: 25px;
}
.menu-img {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
}
.menu-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-text {
  font-size: 1.7rem;
  font-weight: 400;
  color: #556b2f;
  margin-bottom: 30px;
}
.menu-list-item {
  padding: 20px 0;
  border-top: 1px solid #dbd8ca;
}
.menu-list-item:last-child {
  border-bottom: 1px solid #dbd8ca;
}
.menu-flex {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.menu-name {
  width: 70%;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
}
.menu-price {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}
.menu-sub-text {
  font-size: 1.5rem;
  font-weight: 400;
  color: #556b2f;
  margin-top: 13px;
  padding-left: 15px;
}

/*========================================
gallery
==========================================*/
.gallery-list {
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gallery-list-item {
  max-width: 330px;
  width: 100%;
}
.gallery-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.gallery-img {
  max-width: 330px;
  width: 100%;
  height: 250px;
  margin-bottom: 22px;
}
.gallery-img img {
  width: 100%;
  height: 100%;
}
.gallery-body {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.gallery-body img {
  max-width: 100%;
}
.gallery-detail-content {
  padding: 30px;
  background-color: #fff;
}
.gallery-detail-img-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 35px;
}
.gallery-detail-img-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 15px;
}
.gallery-detail-img-list-item {
  width: 200px;
  height: 200px;
}
.gallery-detail-img-list-item:not(:last-child) {
  margin-right: 20px;
}
.gallery-detail-img-list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-detail-body {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.8;
}
.gallery-detail-body img {
  max-width: 100%;
}

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

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #556b2f;
  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 #556b2f;
}
.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 #556b2f;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #556b2f;
  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 #556b2f;
  border-right: 1px solid #556b2f;
  -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-inner {
  padding: 50px 0 0 0;
}
.footer-logo {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  max-width: 180px;
  margin-bottom: 30px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  text-align: center;
  margin-bottom: 40px;
}
.footer-nav {
  background-color: #f1efe4;
}
.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;
  padding: 20px 0;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-right: 13px;
}
.footer-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}
.footer-nav-list-item a:hover {
  color: #556b2f;
}
.footer-bottom {
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.08em;
  padding: 20px 0;
  text-align: center;
}