@charset "UTF-8";
.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}

#key {
  background: url("../img/kakuuti/key.png") no-repeat top center;
}
#key .key-txt {
  position: absolute;
  top: 184px;
  right: calc(50% + 240px);
}

.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.txt-vertical {
  cursor: vertical-text;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  word-wrap: break-word;
}
.txt-vertical .int {
  -webkit-writing-mode: lr-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: lr-tb;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.txt-vertical .txt-latin {
  cursor: vertical-text;
  direction: rtl;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways-right;
  letter-spacing: .25em;
}

body {
  background: url("../img/kakuuti/bg2.jpg");
}

#header .logo_header {
  top: 31px;
  left: 31px;
}

#container {
  color: #fff;
  font-size: 15px;
  line-height: 32px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#container .inner {
  max-width: calc(100% - 60px);
}

#sec1 {
  padding: 124px 0 0;
  background: url("../img/kakuuti/s1_bg.png") no-repeat top left;
}
@media screen and (max-width: 1500px) {
  #sec1 {
    background-position: top center;
  }
}
#sec1 .inner {
  width: 1200px;
}
#sec1 .group-txt {
  margin: 0 auto;
  width: 1000px;
  max-width: 100%;
}
#sec1 .group-txt h2 {
  font-size: 33px;
  line-height: 50px;
  letter-spacing: 0.18em;
  width: 434px;
  margin: 0 0 0 auto;
}
#sec1 .group-txt h2 small {
  font-size: 27px;
}
#sec1 .group-txt .txt {
  margin: 26px 0 0 auto;
  width: 431px;
  letter-spacing: 0.1em;
}
#sec1 .group-banner {
  margin: 100px 0 0;
  position: relative;
  min-height: 652px;
}
#sec1 .group-banner .deco {
  position: absolute;
  top: 90px;
  width: 346px;
  right: calc(50% + 165px);
}
#sec1 .group-banner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sec1 .group-banner .flex .banner {
  width: 100%;
}
#sec1 .group-banner .flex .banner:nth-child(1) {
  margin-top: 227px;
}
#sec1 .group-banner .flex .banner:hover .img::before {
  opacity: 0.7;
}
#sec1 .group-banner .flex .banner a {
  display: block;
  text-decoration: none;
  position: relative;
}
#sec1 .group-banner .flex .banner a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: -29px;
  background: url("../img/kakuuti/s1_arrow.png") no-repeat center bottom/auto 100%;
  height: 74px;
}
#sec1 .group-banner .flex .banner .img {
  height: 424px;
  position: relative;
}
#sec1 .group-banner .flex .banner .img::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec1 .group-banner .flex .banner .img span {
  position: absolute;
  z-index: 2;
  top: 48px;
  right: 106px;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.16em;
  color: #fff;
}
#sec1 .group-banner .flex .banner .img span small {
  font-size: 47px;
}
#sec1 .group-banner .flex .banner + .banner {
  margin-left: -80px;
  position: relative;
  z-index: 2;
}
#sec1 .group-banner .flex .banner + .banner .img span {
  right: auto;
  left: 35px;
  top: 39px;
}
#sec1 .group-banner .txt {
  margin: -133px auto 0;
  width: 1000px;
  max-width: 100%;
}
#sec1 .group-banner .txt span {
  display: block;
  margin: 0 0 0 auto;
  width: 380px;
  letter-spacing: 0.1em;
}

#sec2 {
  position: relative;
  margin: 115px 0 0;
  padding: 57px 0 0;
}
#sec2::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 127px);
  bottom: 49px;
  right: 0;
  background: #a39e99;
  opacity: 0.2;
}
#sec2 .deco {
  position: absolute;
  z-index: 1;
  width: 428px;
  top: -49px;
  left: calc(50% + 221px);
}
#sec2 h2 {
  margin: 0 0 23px calc(50% - 127px);
}
#sec2 h2 span {
  display: inline-block;
  width: 295px;
  text-align: center;
  background: #6c4c30;
  font-weight: bold;
  font-size: 33px;
  line-height: 40px;
  letter-spacing: 0.18em;
}
#sec2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 75px;
  position: relative;
  z-index: 2;
}
#sec2 .flex .s2-slide {
  width: calc(50% + 80px);
  max-width: calc(100% - 450px);
}
#sec2 .flex .s2-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  position: absolute;
  right: -23px;
  bottom: 25px;
}
#sec2 .flex .s2-slide .slick-dots li {
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #a59789;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec2 .flex .s2-slide .slick-dots li button {
  display: none;
}
#sec2 .flex .s2-slide .slick-dots li.slick-active {
  background: #a59789;
}
#sec2 .flex .s2-slide .slick-dots li:hover {
  opacity: 0.8;
}
#sec2 .flex .s2-slide .img {
  height: 522px;
}
#sec2 .flex .group-txt {
  width: 345px;
  margin: 34px 0 0;
}
#sec2 .flex .group-txt h3 {
  font-size: 37px;
  line-height: 49px;
  letter-spacing: 0.18em;
}
#sec2 .flex .group-txt h3 small {
  font-size: 27px;
}
#sec2 .flex .group-txt h3 span {
  display: block;
  padding: 0 0 0 128px;
  position: relative;
  letter-spacing: 0.14em;
  width: 181px;
}
#sec2 .flex .group-txt h3 span:after {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background: #fff;
  width: 100vw;
  min-width: 1000px;
  left: 100%;
}
#sec2 .flex .group-txt .txt {
  margin: 22px 0 0 2px;
  letter-spacing: 0.1em;
}

#sec3 {
  margin: 78px 0 0;
  position: relative;
}
#sec3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../img/kakuuti/bg.jpg");
  height: 363px;
}
#sec3 .inner {
  position: relative;
  z-index: 2;
  width: 1200px;
}
#sec3 .group-title {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 117px 0 99px;
}
#sec3 .group-title h2 {
  width: 492px;
  font-size: 53px;
  line-height: 1.5;
  letter-spacing: 0.18em;
}
#sec3 .group-title .sub-txt {
  margin: 33px 0 0;
  width: 490px;
  letter-spacing: 0.1em;
}
#sec3 dl dt {
  position: relative;
}
#sec3 dl dt::before {
  content: '';
  position: absolute;
  background: url("../img/kakuuti/s3_icon.png") no-repeat top center/100% auto;
  width: 44px;
  height: 28px;
}
#sec3 dl dd {
  color: #bf8e6a;
  font-size: 23px;
  letter-spacing: 0.1em;
}
#sec3 dl dd small {
  font-size: 18px;
}
#sec3 .item1 {
  margin: -241px auto 0;
  width: 1064px;
  max-width: 100%;
}
#sec3 .item1 .img {
  text-align: right;
}
#sec3 .item1 dl {
  margin: 19px 0 0 auto;
  width: 297px;
  position: relative;
  z-index: 4;
}
#sec3 .item1 dl dt {
  font-size: 33px;
  line-height: 40px;
  margin: 0 0 7px;
}
#sec3 .item1 dl dt::before {
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec3 .item2 {
  width: 1000px;
  max-width: 100%;
  margin: -160px auto 0;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 80px;
}
#sec3 .item2 dl {
  margin: 0 0 60px;
}
#sec3 .item2 dl dt {
  font-size: 33px;
  line-height: 40px;
  margin: 0 0 7px;
}
#sec3 .item2 dl dt::before {
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#sec3 .item3 {
  margin: 74px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 50px;
}
#sec3 .item3 .deco {
  position: absolute;
  width: 427px;
  top: -20px;
  right: calc(50% + 319px);
}
#sec3 .item3 .deco2 {
  position: absolute;
  z-index: 2;
  width: 346px;
  bottom: -40px;
  left: calc(50% + 399px);
}
#sec3 .item3 .img {
  width: 721px;
  height: 470px;
  max-width: calc(100% - 380px);
}
#sec3 .item3 dl {
  margin: 134px 0 0;
  width: 310px;
}
#sec3 .item3 dl dt {
  padding: 54px 0 0;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: 0.01em;
  margin: 0 0 34px;
}
#sec3 .item3 dl dt::before {
  width: 100%;
  top: 0;
  left: 0;
  background-size: auto;
  background-image: url("../img/kakuuti/s3_icon2.png");
  height: 34px;
}
#sec3 .item3 dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 18px;
}
#sec3 .item3 dl dd span:last-child {
  text-align: right;
}
#sec3 .flex {
  margin: 77px auto 0;
  width: 1060px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec3 .flex .item4 {
  text-align: center;
}
#sec3 .flex .item4 dl {
  margin: 20px 0 0;
}
#sec3 .flex .item4 dl dt {
  padding: 30px 0 0;
  text-align: center;
  font-size: 33px;
  line-height: 50px;
  margin: 0 0 3px;
}
#sec3 .flex .item4 dl dt::before {
  width: 100%;
  top: 0;
  left: 0;
  background-size: auto;
}
#sec3 .flex .item4 dl dt small{
    font-size: 80%;
}

.bg-parallax {
  min-height: 513px;
  margin: 86px 0 0;
}

.bg-parallax {
  position: relative;
  z-index: 0;
}

.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.bg-parallax .img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
  z-index: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-parallax .img-parallax img {
    height: auto !important;
    -o-object-fit: unset;
    object-fit: unset;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
  }
}
#sec4 {
  padding: 81px 0 83px;
  background: url("../img/kakuuti/bg.jpg");
}
#sec4 h2 {
  text-align: center;
  position: relative;
}
#sec4 h2::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 40px;
  background: #291806;
}
#sec4 h2 span {
  position: relative;
  z-index: 2;
  font-size: 43px;
  line-height: 1.5;
  letter-spacing: 0.18em;
  display: inline-block;
  font-weight: bold;
}
#sec4 .sub-txt {
  text-align: center;
  margin: 23px 0 23px;
  letter-spacing: 0.1em;
}
#sec4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 54px;
}
#sec4 .flex .col {
  width: 420px;
}
#sec4 .flex .col h4 {
  border-top: 1px solid #b09176;
  border-bottom: 1px solid #b09176;
  font-size: 18px;
  line-height: 2;
  padding: 6.5px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 9px;
}
#sec4 .flex .col h4 ~ h4 {
  margin-top: 10px;
}
#sec4 .flex .col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 34px;
  padding: 0 16px;
}
#sec4 .flex .col dl dd {
  text-align: right;
}

#sec5 .set1 {
  padding: 93px 0 0;
  position: relative;
}
#sec5 .set1 .deco {
  position: absolute;
  width: 427px;
  top: 55px;
  left: calc(50% + 266px);
}
#sec5 .set1 h2 {
  width: 104px;
  margin: 0 auto;
  height: 264px;
  text-align: center;
  font-size: 60px;
  line-height: 104px;
  position: relative;
  z-index: 3;
  letter-spacing: 0.1em;
}
#sec5 .set1 h2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid;
  border-right: 1px solid;
}
#sec5 .set1 h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid;
  border-left: 1px solid;
}
#sec5 .set1 .group1 {
  margin: -108px auto 0;
  max-width: calc(100% - 60px);
  width: 1224px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 73px;
  position: relative;
  z-index: 2;
}
#sec5 .set1 .group1 .img {
  width: 714px;
  height: 477px;
  max-width: calc(100% - 430px);
}
#sec5 .set1 .group1 .group-txt {
  margin: 61px 0 0;
  width: 320px;
}
#sec5 .set1 .group1 .group-txt h3 {
  font-size: 27px;
  line-height: 50px;
  letter-spacing: 0.18em;
  margin: 0 0 13px;
}
#sec5 .set1 .group1 .group-txt .txt {
  letter-spacing: 0.1em;
}
#sec5 .set1 .group2 {
  margin: -67px auto 0;
  max-width: calc(100% - 60px);
  width: 1328px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 70px;
}
#sec5 .set1 .group2 .img {
  width: 714px;
  height: 477px;
  max-width: calc(100% - 430px);
}
#sec5 .set1 .group2 .group-txt {
  margin: 130px 0 0;
  width: 337px;
}
#sec5 .set1 .group2 .group-txt h3 {
  font-size: 27px;
  line-height: 50px;
  letter-spacing: 0.18em;
  margin: 0 0 15px;
}
#sec5 .set2 {
  margin: 74px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 116px;
}
#sec5 .set2 .deco {
  position: absolute;
  top: -91px;
  right: calc(50% + 381px);
  width: 253px;
}
#sec5 .set2 .group {
  position: relative;
  width: calc(50% - 36px);
  max-width: calc(100% - 665px);
}
#sec5 .set2 .group .group-img {
  position: relative;
  padding: 479px 0 0;
}
#sec5 .set2 .group .group-img .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 714px;
}
#sec5 .set2 .group .group-img .txt {
  margin: -45px 0 50px auto;
  width: 381px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 57px 0 0 65px;
  position: relative;
  z-index: 2;
  background: url("../img/kakuuti/bg2.jpg");
  letter-spacing: 0.1em;
}
#sec5 .set2 .group dl {
  position: absolute;
  z-index: 3;
  top: 82px;
  right: -334px;
  width: 392px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid;
  padding: 0 0 6px 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 31px;
}
#sec5 .set2 .group dl dt {
  font-size: 43px;
  line-height: 1;
  letter-spacing: 0.1em;
}
#sec5 .set2 .group dl dd {
  font-size: 23px;
  color: #bf8e6a;
  letter-spacing: 0.1em;
}
#sec5 .set2 .group dl dd small {
  font-size: 18px;
}
#sec5 .set2 .group2 {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
#sec5 .set2 .group2 .item {
  position: relative;
}
#sec5 .set2 .group2 .item h3 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 104px;
  font-size: 37px;
  line-height: 50px;
  width: 100px;
  letter-spacing: 0.1em;
}
#sec5 .set2 .group2 .item h3::before {
  content: '';
  position: absolute;
  top: -61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/kakuuti/s5_icon.png") no-repeat top center/100% auto;
  width: 39px;
  height: 40px;
}
#sec5 .set2 .group2 .item + .item h3 {
  width: 50px;
}

#sec6 {
  background: url("../img/kakuuti/bg3.jpg");
  margin: 90px 0 0;
  padding: 0 0 96px;
}
#sec6 .set1 {
  position: relative;
  padding: 138px 0 0;
}
#sec6 .set1 .deco {
  position: absolute;
  top: -24px;
  width: 346px;
  right: calc(50% + 322px);
}
#sec6 .set1 .inner {
  width: 1144px;
}
#sec6 .set1 h2 {
  width: 938px;
  position: absolute;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#sec6 .set1 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#sec6 .set1 .flex .group-img {
  width: 600px;
  max-width: calc(100% - 472px);
  margin: 83px 0 0;
}
#sec6 .set1 .flex .group-img h3 {
  text-align: right;
  position: relative;
}
#sec6 .set1 .flex .group-img h3 span {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 145px;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
#sec6 .set1 .flex .group-img h3 span small {
  font-size: 47px;
}
#sec6 .set1 .flex .group-img h3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 40px;
  background: #6c4c30;
  z-index: -1;
}
#sec6 .set1 .flex .group-img .img {
  height: 434px;
}
#sec6 .set1 .flex .group-txt {
  width: 402px;
}
#sec6 .set1 .flex .group-txt .map {
  margin: 0 0 42px 40px;
}
#sec6 .set1 .flex .group-txt h4 {
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0.1em;
}
#sec6 .set1 .flex .group-txt .txt {
  letter-spacing: 0.1em;
  margin: 26px 0 0 3px;
}
#sec6 .set2 {
  margin: 110px 0 0;
  position: relative;
  padding: 86px 0 62px;
}
#sec6 .set2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(50% + 670px);
  background: #a39e99;
  opacity: 0.2;
}
#sec6 .set2 .inner {
  position: relative;
  z-index: 2;
  width: 1140px;
}
#sec6 .set2 .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#sec6 .set2 .group .group-img {
  width: 600px;
  max-width: calc(100% - 470px);
  margin: 18px 0 0;
}
#sec6 .set2 .group .group-img h3 {
  position: relative;
  margin: 0 0 2px;
}
#sec6 .set2 .group .group-img h3 span {
  text-align: center;
  position: relative;
  z-index: 2;
  width: 145px;
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  display: inline-block;
}
#sec6 .set2 .group .group-img h3 span small {
  font-size: 47px;
}
#sec6 .set2 .group .group-img h3 span::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 40px;
  background: #6c4c30;
  z-index: -1;
}
#sec6 .set2 .group .group-img .img {
  height: 434px;
}
#sec6 .set2 .group .group-img .s6-slide .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  position: static;
  margin: 12px 0 0 6px;
}
#sec6 .set2 .group .group-img .s6-slide .slick-dots li {
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #a59789;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#sec6 .set2 .group .group-img .s6-slide .slick-dots li button {
  display: none;
}
#sec6 .set2 .group .group-img .s6-slide .slick-dots li.slick-active {
  background: #a59789;
}
#sec6 .set2 .group .group-img .s6-slide .slick-dots li:hover {
  opacity: 0.8;
}
#sec6 .set2 .group .group-img .s6-slide .img {
  height: 434px;
}
#sec6 .set2 .group .group-txt {
  width: 402px;
}
#sec6 .set2 .group .group-txt .map {
  margin: 0 0 36px 59px;
}
#sec6 .set2 .group .group-txt h4 {
  font-size: 33px;
  line-height: 45px;
  letter-spacing: 0.1em;
  text-align: center;
}
#sec6 .set2 .group .group-txt .txt {
  letter-spacing: 0.1em;
  margin: 25px 0 0;
}
#sec6 .set2 .group2 {
  width: 1134px;
  max-width: 100%;
  margin: 56px auto 0;
  position: relative;
}
#sec6 .set2 .group2 .img {
  width: calc(50% + 433px);
  height: 605px;
  margin: 0 0 0 auto;
}
#sec6 .set2 .group2 dl {
  position: absolute;
  z-index: 2;
  top: 70px;
  left: 17px;
  background: url("../img/kakuuti/bg2.jpg");
  padding: 43px 30px 47px 52px;
}
#sec6 .set2 .group2 dl dt {
  border-bottom: 1px solid;
  line-height: 55px;
  font-size: 43px;
  letter-spacing: 0.1em;
  padding: 0 0 8px;
}
#sec6 .set2 .group2 dl dt small {
  font-size: 33px;
}
#sec6 .set2 .group2 dl dd {
  margin: 15px 0 0 5px;
  font-size: 23px;
  color: #bf8e6a;
  letter-spacing: 0.2em;
}
#sec6 .set2 .group2 dl dd small {
  font-size: 18px;
}
#sec6 .set2 .group2 .box {
  position: relative;
  z-index: 2;
  margin: -154px 0 0 18px;
  display: inline-block;
  background: url("../img/kakuuti/bg.jpg");
  padding: 25px 59px 32px 48px;
}
#sec6 .set2 .group2 .box .tit {
  font-size: 17px;
  letter-spacing: 0.1em;
}
#sec6 .set2 .group2 .box .tit:nth-of-type(2){
    margin-top: 0.8em;
}
#sec6 .set2 .group2 .box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  margin: 0 4px;
}
#sec6 .set2 .group2 .box .flex li {
  letter-spacing: 0.1em;
}

#sec7 {
  margin: 110px 0 0;
}
#sec7 .inner {
  width: 1200px;
}
#sec7 .group {
  background: url("../img/kakuuti/bg.jpg");
  position: relative;
  z-index: 2;
  padding: 80px 0 57px;
}
#sec7 .group .img {
  position: absolute;
  top: -82px;
  right: calc(50% - 102px);
  width: 630px;
}
#sec7 .group .logo {
  text-align: right;
  margin: 0 auto;
  width: 824px;
}
#sec7 .group h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 94px auto 48px;
  width: 980px;
  gap: 0 28px;
  line-height: 1.5;
}
#sec7 .group h2::before {
  content: '';
  height: 1px;
  background: #fff;
  width: 691px;
}
#sec7 .group h2 span {
  font-size: 43px;
  letter-spacing: 0.1em;
}
#sec7 .group .flex {
  width: 980px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#sec7 .group .flex .col {
  width: 501px;
}
#sec7 .group .flex .col dl {
  border-bottom: 1px solid #b09176;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 25px;
  padding: 0 0 10px;
}
#sec7 .group .flex .col dl dt {
  width: 115px;
}
#sec7 .group .flex .col dl dd {
  width: calc(100% - 115px);
  position: relative;
}
#sec7 .group .flex .col dl dd span {
  font-weight: bold;
  font-size: 24px;
  display: block;
}
#sec7 .group .flex .col dl dd .sub-tel {
  font-size: 14px;
}
#sec7 .group .flex .col dl dd .sub-tel strong {
  font-size: 15px;
}
#sec7 .group .flex .col dl dd .insta {
  position: absolute;
  left: 166px;
  bottom: 6px;
}
#sec7 .group .flex .col dl + dl {
  margin-top: 14px;
}
#sec7 .group .flex .col + .col {
  width: 414px;
}
#sec7 .group .flex .col + .col dl dt {
  width: 108px;
}
#sec7 .group .flex .col + .col dl dd {
  width: calc(100% - 108px);
}
#sec7 .group .box {
  margin: 40px auto 0;
  width: 800px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  text-align: center;
  padding: 34px 0 31px;
}
#sec7 .group .box .tit {
  width: 500px;
  border-bottom: 1px solid;
  font-size: 25px;
  line-height: 1.5;
  margin: 0 auto 21px;
  padding: 0 0 20px;
}
#sec7 .group .box .txt {
  letter-spacing: 0.1em;
}
#sec7 .group #ggmap {
  margin: 68px 0 0;
}
#sec7 .group #ggmap .ggmap {
  height: 550px;
}
#sec7 .group #ggmap .ggmap iframe {
  width: 100%;
  height: 100%;
}
#sec7 .group #ggmap .list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  margin: 40px 0 0;
}
#sec7 .group #ggmap .list-btn li {
  text-align: center;
}
#sec7 .group #ggmap .list-btn li .btn2 {
  margin: 11px 0 0;
}
#sec7 .group #ggmap .list-btn li .btn2 a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 5px;
  letter-spacing: 0.1em;
  color: #fff;
}
#sec7 .group #ggmap .list-btn li .btn2 a:hover {
  text-decoration: none;
}
#sec7 .group #ggmap .list-btn li .btn a {
  cursor: pointer;
}
#sec7 .group #ggmap .list-btn li .btn a:hover {
  opacity: 0.8;
}
#sec7 .group #ggmap .list-btn li .btn .copied:hover {
  cursor: context-menu;
  opacity: 1;
}


#sec5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20;
  background-color: rgba(176,145,118,0.15);
  max-width: 800px;
  margin: 40px auto;
  padding: 40px;
}
#sec5 .flex .col {
  width: 420px;
  
}
#sec5 .flex .col h4 {
  border-top: 1px solid #b09176;
  border-bottom: 1px solid #b09176;
  font-size: 18px;
  line-height: 2;
  padding: 6.5px 0;
  text-align: center;
  font-weight: bold;
  margin-bottom: 9px;
}
#sec5 .flex .col h4 ~ h4 {
  margin-top: 10px;
}
#sec5 .flex .col dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 34px;
  margin: 0 20px;
  border-bottom: 1px solid #7f6a52;
}
#sec5 .flex .col dl + dl{
    margin-top: 14px;
}
#sec5 .flex .col dl dd {
  text-align: right;
}
#sec5 .flex .col dl.lih{
        line-height: 1.6;
}

#sec6 .set2 .group2 dl dt{
  text-align: center;
  line-height: 1.5;
}

#sec6 .set2 .group2 dl dt span{
font-size: 60%;
line-height: 1.3;
}