/*========================================
mixin
==========================================*/
/*========================================
header
==========================================*/
.header-inner {
  width: 100%;
  height: 120px;
  padding: 0 0 0 40px;
  background: center/310px 310px repeat url(../images/common/cmn-pattern.png);
}
.header-logo a {
  font-family: "Hina Mincho", serif;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-logo a:hover {
  opacity: 0.8;
}
.header-content {
  max-width: 735px;
  width: 100%;
  padding-right: 10px;
}
.header-info {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 19px;
}
.header-tel {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  margin-right: 27px;
  padding-bottom: 18px;
  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: "";
  margin-right: 9px;
  width: 20px;
  height: 20px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-tel-txt img {
  display: block;
}
.header-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 {
  width: 100%;
  padding-right: 10px;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item:nth-child(5) 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .global-nav-list-item:nth-child(5) a::after {
  content: "";
  width: 12px;
  height: 13px;
  margin-left: 10px;
  background: center/cover no-repeat url(../../images/top/footer-nav-icon.png);
}
.header .global-nav-list-item a {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
.header .global-nav-list-item a:hover {
  color: #3e8245;
}
.header .global-nav-list-item a.current {
  color: #3e8245;
}
.header .main-visual {
  width: 100%;
  height: 850px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 20px;
}
.header .main-visual-img {
  text-align: center;
  overflow: hidden;
  margin-left: 41px;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 0;
  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;
  padding-left: 30px;
  padding-bottom: 50px;
  z-index: 1;
}
.header .sub-visual {
  width: 100%;
  height: 640px;
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.header .sub-visual-img {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 1560px;
  width: 90%;
  height: 500px;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1560px;
  width: 90%;
  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: 218px;
  z-index: 1;
}
.header .pagetop {
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 10;
}
.header .pagetop:hover {
  opacity: 0.8;
  bottom: 58px;
}

/*========================================
mixin
==========================================*/
/*========================================
main
==========================================*/
.top-trouble {
  position: relative;
  z-index: 1;
}
.top-trouble::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 487px;
  height: 513px;
  background: center/cover no-repeat url(../images/top/top-trouble-bg-l-t.png);
  z-index: -1;
}
.top-trouble::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 1298px;
  height: 613px;
  background: center/cover no-repeat url(../images/top/top-trouble-bg-r-b.png);
  z-index: -1;
}
.top-trouble-inner {
  padding: 77px 0 139px 0;
}
.top-trouble-list {
  margin-bottom: 190px;
}
.top-trouble-list-item {
  max-width: 306px;
  width: 100%;
  height: 305px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
  padding: 0 35px;
  background: center/cover no-repeat url(../images/top/top-trouble-box.png);
  position: relative;
}
.top-trouble-list-item::before {
  position: absolute;
  content: "";
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/top-trouble-deco.png);
}
.top-trouble-list-title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.66666667;
  text-align: center;
}
.top-trouble-list-title .accent {
  display: inline;
  color: #739537;
}
.top-trouble-sub-title {
  font-size: 3.5rem;
  line-height: 1;
  text-align: center;
  position: relative;
}
.top-trouble-sub-title::before {
  position: absolute;
  content: "";
  top: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 45px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/top-trouble-arrow.png);
}
.top-trouble-sub-title .border {
  display: inline-block;
  padding-bottom: 11px;
  border-bottom: 1px solid #3e8245;
}
.top-trouble-sub-title .accent {
  display: inline-block;
  color: #3e8245;
}

.top-about {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1080px;
  height: 340px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r-t.png);
  z-index: -1;
}
.top-about-inner {
  padding: 620px 0 150px 0;
  position: relative;
  z-index: 1;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 60px;
  left: -300px;
  width: 990px;
  height: 410px;
  background: center/cover no-repeat url(../images/top/top-about-bg-l-t.png);
  z-index: -1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  top: 300px;
  right: -420px;
  width: 630px;
  height: 680px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r.png);
}
.top-about-textbox {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-bottom: 105px;
}
.top-about-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  margin-left: 105px;
  text-align: center;
  position: relative;
}
.top-about-title-en {
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ac8f53;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 25px;
}
.top-about-title-en::before {
  content: "";
  width: 32px;
  height: 23px;
  margin-bottom: 20px;
  background: center/cover no-repeat url(../images/top/cmn-title-deco.png);
}
.top-about-title .accent {
  color: #3e8245;
}
.top-about-text {
  font-size: 1.8rem;
  line-height: 2.22;
}
.top-about-text:not(:last-of-type) {
  margin-left: 40px;
}
.top-service {
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 80px;
  left: 0;
  width: 436px;
  height: 466px;
  background: center/cover no-repeat url(../images/top/top-service-bg-l-t.png);
  z-index: -1;
}
.top-service::after {
  position: absolute;
  content: "";
  top: -767px;
  right: 0;
  width: 878px;
  height: 1097px;
  background: center/cover no-repeat url(../images/top/top-about-bg-r-b.png);
  z-index: -1;
}
.top-service-inner {
  position: relative;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../images/top/top-service-bg-top.png);
}
.top-service-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 95px;
}
.top-service-list-item {
  max-width: 330px;
  width: 100%;
}
.top-service-list-item:nth-child(2) {
  margin-top: 60px;
}
.top-service-list-item:nth-child(3) {
  margin-top: 120px;
}
.top-service-img {
  margin-bottom: 25px;
}
.top-service-text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.222;
  padding: 0 0 0 27px;
  position: relative;
}
.top-service-text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 140px;
  background: center/cover no-repeat url(../images/top/top-service-border.png);
}
.top-service .cmn-btn {
  display: block;
  margin: 0 auto;
}

.bg-img {
  text-align: center;
}

.top-case-inner {
  padding: 120px 0 150px 0;
  position: relative;
}
.top-case .cmn-btn {
  position: absolute;
  top: 180px;
  right: 0;
}
.top-case-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
  margin-bottom: 100px;
  position: relative;
}
.top-case-title-en {
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #ac8f53;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
}
.top-case-title-en::before {
  content: "";
  width: 32px;
  height: 23px;
  margin-right: 20px;
  background: center/cover no-repeat url(../images/top/cmn-title-deco.png);
}
.top-case-title .accent {
  color: #3e8245;
}
.top-case-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-case-list-item {
  max-width: 286px;
  width: 100%;
}
.top-case-list-title {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  padding-bottom: 30px;
  margin-bottom: 29px;
  position: relative;
}
.top-case-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 120px;
  height: 1px;
  background: center/cover no-repeat url(../images/top/top-case-border.png);
}
.top-case-body {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.top-rice {
  overflow: hidden;
  background: center/cover no-repeat url(../images/top/top-rice-bg.png);
}
.top-rice-content {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 100px;
  background: center/cover no-repeat url(../images/top/top-rice-box-bg.png);
  border: 1px solid #d4ceb6;
  position: relative;
  z-index: 1;
}
.top-rice-content::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 481px;
  height: 356px;
  background: center/cover no-repeat url(../images/top/top-rice-img.png);
  z-index: -1;
}
.top-rice-content::after {
  position: absolute;
  content: "";
  top: -21px;
  right: -111px;
  width: 370px;
  height: 168px;
  background: center/cover no-repeat url(../images/top/top-rice-bg-r-t.png);
  z-index: -1;
}
.top-rice-title {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  text-align: left;
  position: relative;
}
.top-rice-title-en {
  font-family: "Marcellus", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #3e8245;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 29px;
}
.top-rice-title-en::before {
  content: "";
  width: 14px;
  height: 19px;
  margin-right: 19px;
  background: center/cover no-repeat url(../images/top/top-rice-deco.png);
}
.top-rice-textbox {
  max-width: 635px;
  width: 100%;
  padding-left: 40px;
  position: relative;
}
.top-rice-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 1px;
  height: 240px;
  background: center/cover no-repeat url(../images/top/top-rice-border.png);
}
.top-rice-text:not(:last-of-type) {
  margin-bottom: 30px;
}
.top-rice-text:nth-of-type(2) {
  margin-bottom: 50px;
}
.top-rice .cmn-btn {
  margin-left: auto;
}

.news {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.news::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 911px;
  height: 648px;
  background: center/cover no-repeat url(../images/top/news-bg-l-t.png);
  z-index: -1;
}
.news-inner {
  padding: 150px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news .top-about-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: 0;
  margin-left: 60px;
}
.news-right {
  max-width: 800px;
  width: 100%;
  min-height: 515px;
}
.news-list {
  width: 100%;
  position: relative;
  z-index: 1;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-list-item:not(:last-child) a {
  padding-bottom: 30px;
  border-bottom: 1px solid #d4ceb6;
}
.news-list-item a {
  width: 100%;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #3e8245;
  text-align: left;
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.news-visual {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  max-width: 130px;
  width: 100%;
  height: 130px;
  margin-right: 40px;
  overflow: hidden;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  max-width: 629px;
  width: 100%;
}
.news-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 23px;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.news-accent-tag {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  padding: 6px 9px;
  background-color: #3e8245;
}
.news-accent-tag:not(:last-child) {
  margin-right: 5px;
}
.news .cmn-btn {
  position: absolute;
  left: 0;
  bottom: 180px;
}
.news .cmn-btn::before {
  width: 221px;
  height: 52px;
  background: center/cover no-repeat url(../../images/top/news-arrow.png);
}
.news-tag-list {
  max-width: 350px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #3f4551;
  border: 2px solid #3f4551;
}
.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: #3f4551;
}
.news-tag-list-item a:hover {
  opacity: 0.7;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-img {
  text-align: center;
  margin-bottom: 35px;
}
.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-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.6rem;
  line-height: 1.4;
  text-align: left;
  color: #3f4551;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(104, 79, 78, 0.2);
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  margin-bottom: 20px;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3f4551;
  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 #3f4551;
  border-right: 1px solid #3f4551;
}
.news-detail .paginated-link .next-link {
  width: 187px;
  text-align: center;
  margin-left: 5px;
}
.news-detail .paginated-link a {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #3f4551 !important;
}
.news-detail .paginated-link a:hover {
  color: #3f4551 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

#news .news-textbox {
  max-width: 930px;
}

.reserve-inner {
  max-width: none;
  padding: 60px 0;
}
.reserve-content {
  max-width: 1680px;
  width: 90%;
  margin: 0 auto;
  background: center/cover no-repeat url(../images/common/reserve-bg.png);
  position: relative;
  z-index: 1;
}
.reserve-content::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 472px;
  height: 421px;
  background: center/cover no-repeat url(../images/top/reserve-bg-l-t.png);
  z-index: -1;
}
.reserve-content::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 828px;
  height: 503px;
  background: center/cover no-repeat url(../images/top/reserve-bg-r-b.png);
  z-index: -1;
}
.reserve-content-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  padding: 107px 0 120px 0;
}
.reserve .cmn-title {
  color: #fff;
  margin-bottom: 80px;
}
.reserve .cmn-title::before {
  background: center/cover no-repeat url(../images/top/reserve-title-deco.png);
}
.reserve .cmn-title-en {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.reserve .cmn-title-en::before {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-right: 26px;
  background-color: #fff;
}
.reserve .cmn-title-en::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 26px;
  background-color: #fff;
}
.reserve-info {
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}
.reserve-tel {
  max-width: 320px;
  width: 100%;
  height: 100px;
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  padding-bottom: 18px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 22px 0;
}
.reserve-tel::before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 9px;
  margin-top: 8px;
  background: center/cover no-repeat url(../images/top/reserve-tel-icon.png);
}
.reserve-tel-txt {
  position: absolute;
  bottom: 23px;
  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;
}
.reserve-line {
  margin-bottom: 0;
}
.reserve-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.reserve-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*========================================
about
==========================================*/
.about {
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  right: 0;
  top: 585px;
  width: 872px;
  height: 1097px;
  background: center/cover no-repeat url(../images/about/about-bg-r-b.png);
  z-index: -1;
}
.about-inner {
  padding-top: 0;
  position: relative;
  z-index: 1;
}
.about-inner::before {
  position: absolute;
  content: "";
  top: 279px;
  left: -420px;
  width: 800px;
  height: 420px;
  background: center/cover no-repeat url(../images/about/about-bg-l-t.png);
  z-index: -1;
}
.about-inner .cmn-title {
  line-height: 1.8;
}
.about-inner .cmn-title-en {
  margin-bottom: 10px;
}
.about-img {
  margin-left: -100px;
}
.about-textbox {
  max-width: 560px;
  width: 100%;
}
.about-text {
  font-size: 1.8rem;
  line-height: 2.22;
}
.about-text:not(:last-of-type) {
  margin-bottom: 38px;
}

.reason {
  background: center/cover no-repeat url(../images/about/reason-bg.png);
  position: relative;
  z-index: 1;
}
.reason::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 436px;
  height: 466px;
  background: center/cover no-repeat url(../images/top/top-service-bg-l-t.png);
  z-index: -1;
}
.reason::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -375px;
  width: 436px;
  height: 466px;
  background: center/cover no-repeat url(../images/about/info-bg-r-t.png);
  z-index: -1;
}
.reason-inner {
  padding: 118px 0;
  position: relative;
}
.reason-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../images/top/top-service-bg-top.png);
}
.reason-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;
}
.reason-content:nth-of-type(2) .reason-title::before {
  background: center/cover no-repeat url(../images/about/reason-no02.png);
}
.reason-content:nth-of-type(3) .reason-title::before {
  background: center/cover no-repeat url(../images/about/reason-no03.png);
}
.reason-content:nth-of-type(4) .reason-title::before {
  background: center/cover no-repeat url(../images/about/reason-no04.png);
}
.reason-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.reason-textbox {
  max-width: 511px;
  width: 100%;
}
.reason-title {
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 19px;
  margin-bottom: 24px;
  position: relative;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.reason-title::before {
  content: "";
  width: 56px;
  height: 56px;
  margin-bottom: 10px;
  background: center/cover no-repeat url(../images/about/reason-no01.png);
}
.reason-title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: center/cover no-repeat url(../images/about/reason-border.png);
}
.reason-text {
  font-size: 1.8rem;
  line-height: 2.22;
}
.reason-text:not(:last-of-type) {
  margin-bottom: 38px;
}

.info-inner {
  padding: 120px 0;
}
.info-table {
  width: 100%;
  margin-bottom: 50px;
}
.info-table tr {
  border-top: 1px solid #d4ceb6;
}
.info-table tr:last-of-type {
  border-bottom: 1px solid #d4ceb6;
}
.info-table tr th {
  width: 340px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  padding: 30px 0 30px 97px;
  vertical-align: middle;
}
.info-table tr td {
  font-size: 1.8rem;
  font-weight: 400;
  padding: 30px 0;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 480px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
service
==========================================*/
.service-inner {
  max-width: 1280px;
}
.service-content:not(:last-of-type) {
  margin-bottom: 100px;
}
.service-textbox {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  margin-top: -58px;
}
.service-title {
  margin-bottom: 27px;
}
.service-sub-title {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  padding: 11px 23px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.15em;
  margin-bottom: 26px;
  background-color: #3e8245;
}
.service-text {
  font-size: 1.8rem;
  line-height: 2.22;
}
.service-text:not(:last-of-type) {
  margin-bottom: 38px;
}

.area {
  margin-bottom: 110px;
  background: center/cover no-repeat url(../images/about/reason-bg.png);
  position: relative;
  z-index: 1;
}
.area::before {
  position: absolute;
  content: "";
  top: -20px;
  left: 0;
  width: 436px;
  height: 466px;
  background: center/cover no-repeat url(../images/top/top-service-bg-l-t.png);
  z-index: -1;
}
.area::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 911px;
  height: 648px;
  background: center/cover no-repeat url(../images/service/area-bg-r-t.png);
  z-index: -1;
}
.area-inner {
  padding: 118px 0;
  position: relative;
}
.area-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../images/top/top-service-bg-top.png);
}
.area-content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.area-img {
  margin-right: 48px;
}
.area-textbox {
  max-width: 540px;
  width: 100%;
}
.area-textbox .top-case-title {
  margin-bottom: 80px;
}
/*========================================
case
==========================================*/
.case-list-item {
  padding: 55px 60px;
  background: center/cover no-repeat url(../images/case/case-box-bg.png);
}
.case-list-item:not(:last-child) {
  margin-bottom: 50px;
}
.case-list-title {
  font-size: 2.5rem;
  letter-spacing: 0.15em;
  padding-bottom: 16px;
  margin-bottom: 23px;
  position: relative;
  z-index: 1;
}
.case-list-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: center/cover no-repeat url(../images/case/case-border.png);
}
.case-body {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.2;
}
.case-body img {
  max-width: 100%;
}

/*========================================
rice
==========================================*/
.rice {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.rice::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 53px;
  width: 436px;
  height: 466px;
  background: center/cover no-repeat url(../images/rice/rice-bg-l-b.png);
  z-index: -1;
}
.rice-inner {
  position: relative;
  z-index: 1;
}
.rice-inner::before {
  position: absolute;
  content: "";
  right: -420px;
  bottom: 244px;
  width: 800px;
  height: 420px;
  background: center/cover no-repeat url(../images/rice/rice-bg-r.png);
  z-index: -1;
}
.rice-inner .cmn-title {
  line-height: 1.8;
}
.rice-inner .cmn-title-en {
  margin-bottom: 10px;
}
.rice-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: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rice-img {
  margin-right: -100px;
}
.rice-textbox {
  max-width: 550px;
  width: 100%;
}
.rice-text {
  font-size: 1.8rem;
  line-height: 2.22;
}
.rice-text:not(:last-of-type) {
  margin-bottom: 38px;
}

.product {
  background: center/cover no-repeat url(../images/about/reason-bg.png);
}
.product-inner {
  padding: 120px 0;
}
.product-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-list-item {
  max-width: 490px;
  width: 100%;
  margin-bottom: 70px;
}
.product-img {
  width: 100%;
  height: 358px;
  margin-bottom: 39px;
}
.product-img img {
  width: 100%;
  height: 100%;
}
.product-title {
  font-size: 2.5rem;
  line-height: 1;
  padding-bottom: 22px;
  margin-bottom: 30px;
  position: relative;
}
.product-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: center/cover no-repeat url(../images/rice/rice-border.png);
}
.product-price {
  font-family: "Hina Mincho", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: right;
}

.flow-inner {
  padding: 120px 0;
}
.flow-inner .cmn-title {
  margin-bottom: 90px;
}
.flow-list {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flow-list-item {
  max-width: 225px;
  width: 100%;
  position: relative;
}
.flow-list-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 31px;
  right: -40px;
  width: 18px;
  height: 22px;
  background: center/cover no-repeat url(../images/rice/flow-arrow.png);
}
.flow-title {
  font-size: 2.1rem;
  line-height: 1;
  color: #3e8245;
  padding-bottom: 20px;
  margin-bottom: 18px;
  border-bottom: 1px solid #d4ceb6;
}
.flow-text {
  line-height: 1.7;
}

.question {
  background: center/cover no-repeat url(../images/about/reason-bg.png);
  position: relative;
  z-index: 1;
}
.question-inner {
  padding: 118px 0;
  position: relative;
}
.question-inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1080px;
  width: 100%;
  height: 6px;
  background: center/cover no-repeat url(../images/top/top-service-bg-top.png);
}
.question-list-item:not(:last-child) {
  margin-bottom: 90px;
}
.question-list-title {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.3;
  letter-spacing: 0;
  -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;
  padding-bottom: 12px;
  margin-bottom: 38px;
  border-bottom: 1px solid #d4ceb6;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 56px;
  height: 56px;
  margin-right: 30px;
  background: center/cover no-repeat url(../images/rice/Q.png);
}
.question-textbox {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  -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: 55px;
  height: 55px;
  margin-right: 30px;
  background: center/cover no-repeat url(../images/rice/A.png);
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #3e8245;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #3e8245;
}
.contact-submits-wrap button {
  color: #fff;
  background-color: #3e8245;
}

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

/*========================================
mixin
==========================================*/
/*========================================
footer
==========================================*/
.footer {
  position: relative;
}
.footer::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 93px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1920px;
  width: 100%;
  height: 5px;
  background: center/cover no-repeat url(../images/top/footer-border.png);
}
.footer-inner {
  padding: 120px 0;
}
.footer-logo {
  font-family: "Hina Mincho", serif;
  font-size: 3.5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-left {
  max-width: 340px;
  width: 100%;
}
.footer-btn {
  margin-bottom: 30px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  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-address::before {
  content: "";
  width: 14px;
  height: 20px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/footer-map-icon.png);
}
.footer-right {
  max-width: 430px;
  width: 100%;
}
.footer-nav {
  width: 100%;
}
.footer-nav-list {
  width: 100%;
  height: 200px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(5n)) {
  margin-bottom: 29px;
}
.footer-nav-list-item:nth-child(5) a::after {
  content: "";
  width: 12px;
  height: 13px;
  margin-left: 13px;
  background: center/cover no-repeat url(../images/top/footer-nav-icon.png);
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  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: 15px;
  height: 1px;
  margin-right: 20px;
  background-color: #d4ceb6;
}
.footer-nav-list-item a:hover {
  color: #3e8245;
}
.footer-nav-list-item a:hover::before {
  background-color: #3e8245;
}
.footer-bottom {
  width: 100%;
}
.footer-bottom-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  text-align: right;
}
.footer-bottom #copyright {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ac8f53;
}