.block-about {
  background: url("/assets/images/about/about_bg.jpg") no-repeat top center;
  background-size: cover;
  padding-top: 20px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .block-about {
    background: url("/assets/images/about/about_bg_sp.jpg") no-repeat top center;
    background-size: cover;
    padding-top: 27.3333333333vw;
    position: relative;
  }
}
.block-about__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width:768px) {
  .block-about__inner {
    position: relative;
  }
}
@media screen and (max-width: 1080px) {
  .block-about__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-about__inner {
    padding: 0 5.3333333333vw;
  }
}
.block-about__title {
  padding-bottom: 60px;
  margin: 157px 0 65px;
  letter-spacing: 0.06em;
  color: #5c4416;
}
.block-about__title:after {
  background: #5c4416;
}
@media screen and (max-width:767px) {
  .block-about__title {
    padding-bottom: 9.3333333333vw;
    margin: 0 0 6vw;
    font-weight: 500;
    line-height: 1.6;
  }
}
.block-about__lead {
  font-size: 3rem;
  color: #5c4416;
  text-align: center;
  font-weight: 700;
  line-height: 2.1;
  margin-bottom: 33px;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .block-about__lead {
    font-size: 6.9333333333vw;
    margin-bottom: 5.8666666667vw;
    text-align: left;
    line-height: 1.7;
    font-weight: 500;
  }
}
.block-about__txt {
  font-size: 1.8rem;
  color: #5c4416;
  text-align: center;
  font-weight: 500;
  line-height: 2.3;
  margin-bottom: 109px;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 5;
}
.block-about__txt span {
  margin-top: 22px;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .block-about__txt span {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .block-about__txt {
    font-size: 4.5333333333vw;
    margin-bottom: 23.0666666667vw;
    text-align: left;
    line-height: 1.9;
  }
}
.block-about__deco1 {
  width: 74px;
  height: 70px;
  position: absolute;
  top: 103px;
  left: -160px;
}
@media screen and (max-width: 1220px) {
  .block-about__deco1 {
    left: -45px;
  }
}
@media screen and (max-width:767px) {
  .block-about__deco1 {
    width: 30.2666666667vw;
    height: 31.3333333333vw;
    top: 4.6666666667vw;
    left: 0vw;
  }
}
.block-about__deco1 img {
  width: 74px;
}
@media screen and (max-width:767px) {
  .block-about__deco1 img {
    width: 30.2666666667vw;
  }
}
.block-about__deco2 {
  width: 265px;
  height: 258px;
  position: absolute;
  top: 368px;
  left: -290px;
}
@media screen and (max-width: 1220px) {
  .block-about__deco2 {
    left: -200px;
  }
}
@media screen and (max-width: 820px) {
  .block-about__deco2 {
    left: -240px;
  }
}
@media screen and (max-width:767px) {
  .block-about__deco2 {
    width: 32.9333333333vw;
    height: 30.9333333333vw;
    top: 194.6666666667vw;
    left: initial;
    right: 0;
  }
}
.block-about__deco2 img {
  width: 265px;
}
@media screen and (max-width:767px) {
  .block-about__deco2 img {
    width: 32.9333333333vw;
  }
}
.block-about__deco3 {
  width: 334px;
  height: 350px;
  position: absolute;
  top: 550px;
  right: -252px;
}
@media screen and (max-width:767px) {
  .block-about__deco3 {
    width: 29.3333333333vw;
    height: 40.2666666667vw;
    top: initial;
    left: 0vw;
    bottom: 6.6666666667vw;
  }
}
.block-about__deco3 img {
  width: 334px;
}
@media screen and (max-width:767px) {
  .block-about__deco3 img {
    width: 29.3333333333vw;
  }
}

.box-info {
  background: #fff;
  width: 100%;
  max-width: 920px;
  min-height: 360px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 120px;
}
@media screen and (max-width:767px) {
  .box-info {
    max-width: 89.3333333333vw;
    min-height: 172.8vw;
    margin: 0 auto 24vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 10vw;
  }
}
.box-info:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #d0c4ac;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .box-info:before {
    width: calc(100% - 5.3333vw);
    height: calc(100% - 5.3333vw);
    border: 0.2666666667vw solid #d0c4ac;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
  }
}
.box-info__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30.434%;
  max-width: 280px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .box-info__logo {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.box-info__logo img {
  width: 177px;
  margin-top: 16px;
}
@media screen and (max-width:767px) {
  .box-info__logo img {
    width: 67.6vw;
    margin: 12vw 0 0 0;
  }
}
.box-info__txt {
  width: 69%;
  font-size: 1.5rem;
  color: #222;
  line-height: 2;
  padding-right: 55px;
  position: relative;
  z-index: 2;
}
.box-info__txt span {
  display: inline-block;
  margin-top: 15px;
}
@media screen and (max-width:767px) {
  .box-info__txt span {
    margin-top: 2vw;
  }
}
@media screen and (max-width:767px) {
  .box-info__txt {
    font-size: 4vw;
    width: 100%;
    padding: 7.7333333333vw 8vw 0;
    line-height: 1.9;
  }
}

.block-feature {
  padding: 120px 0 20px;
  background: #fff;
}
@media screen and (max-width:767px) {
  .block-feature {
    padding: 16vw 0 4vw;
  }
}
.block-feature__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .block-feature__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-feature__inner {
    padding: 0 0;
  }
}
.block-feature__title {
  padding-bottom: 40px;
  margin: 0 0 100px;
}
@media screen and (max-width:767px) {
  .block-feature__title {
    line-height: 1.6;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.p-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 100px;
}
@media screen and (max-width:767px) {
  .p-point {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5.3333333333vw;
  }
}
.p-point--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:767px) {
  .p-point--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-point--reverse .p-point__content {
  padding: 67px 70px 70px 0;
  margin: 0 -170px 0 0;
}
@media screen and (max-width: 980px) {
  .p-point--reverse .p-point__content {
    margin-right: -90px;
    padding-right: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-point--reverse .p-point__content {
    margin: -10.6666666667vw 0 0;
    padding: 8vw 5.3333333333vw;
  }
}
@media screen and (max-width:767px) {
  .p-point--reverse .p-point__thumb {
    margin: 0 -10.6666666667vw 0 0;
  }
}
.p-point__thumb {
  width: 65%;
  max-width: 700px;
  height: 510px;
}
@media screen and (max-width:767px) {
  .p-point__thumb {
    width: 89.3333333333vw;
    max-width: 100%;
    height: 65.0666666667vw;
    margin-left: -10.6666666667vw;
  }
}
.p-point__thumb img {
  width: 100%;
  max-width: 700px;
  height: 510px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width:767px) {
  .p-point__thumb img {
    width: 89.3333333333vw;
    max-width: 100%;
    height: 65.0666666667vw;
  }
}
.p-point__content {
  width: 51%;
  max-width: 550px;
  height: 450px;
  margin-left: -170px;
  background: #fff;
  z-index: 4;
  position: relative;
  padding: 67px 0 70px 70px;
}
@media screen and (max-width: 980px) {
  .p-point__content {
    margin-left: -90px;
    padding-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-point__content {
    width: calc(100% - 10.66666vw);
    max-width: 100%;
    height: auto;
    margin: -10.6666666667vw 0 0;
    padding: 7.3333333333vw 5.3333333333vw;
  }
}
.p-point__number {
  font-size: 1.8rem;
  font-weight: 500;
  color: #a1895a;
  line-height: 1;
  margin-bottom: 13px;
  letter-spacing: 0.05em;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .p-point__number {
    font-size: 5.3333333333vw;
    margin-bottom: 2vw;
  }
}
.p-point__title {
  font-size: 3rem;
  color: #222;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-point__title .u-sm-min {
    display: none;
  }
}
@media screen and (max-width:767px) {
  .p-point__title {
    font-size: 6.6666666667vw;
    margin-bottom: 4.6666666667vw;
    line-height: 1.6;
  }
}
.p-point__txt {
  font-size: 1.6rem;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.9;
}
@media screen and (max-width:767px) {
  .p-point__txt {
    font-size: 4.2666666667vw;
    line-height: 2.1;
  }
}
.p-point__btn {
  border-color: #a1895a;
  color: #a1895a;
  margin-top: 33px;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .p-point__btn {
    margin: 9.3333333333vw 0 2.6666666667vw;
  }
}
.p-point__btn:after {
  border-color: #a1895a;
}
@media screen and (max-width: 820px) {
  .p-point__btn.c-btn-01--blank:after {
    right: 7px;
  }
}
@media screen and (max-width:767px) {
  .p-point__btn.c-btn-01--blank {
    height: 18.6666666667vw;
    line-height: 1.4;
  }
  .p-point__btn.c-btn-01--blank:after {
    right: 13.3333333333vw;
  }
}

.block-view {
  background: #fef8eb;
  max-width: 1500px;
  margin: 0 auto;
  width: 100%;
  padding: 120px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .block-view {
    padding: 16vw 0 20vw;
  }
}
.block-view__title {
  padding-bottom: 40px;
  margin: 0 0 80px;
}
@media screen and (max-width:767px) {
  .block-view__title {
    line-height: 1.6;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}
.block-view__content {
  max-width: 980px;
  width: 100%;
}
.block-view__content .ricoh-theta-tour-image {
  position: relative;
  padding-bottom: 49%;
  width: 100% !important;
  height: auto !important;
}
@media screen and (max-width:767px) {
  .block-view__content .ricoh-theta-tour-image {
    padding-bottom: 56%;
  }
}
.block-view__content iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1080px) {
  .block-view__content {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-view__content {
    padding: 0 5.3333333333vw;
  }
}

.block-facilitie {
  padding: 115px 0 12px;
}
@media screen and (max-width:767px) {
  .block-facilitie {
    padding: 19.3333333333vw 0 1.6vw;
  }
}
.block-facilitie__title {
  margin: 0 0 100px;
  padding-bottom: 42px;
}
@media screen and (max-width:767px) {
  .block-facilitie__title {
    padding-bottom: 8vw;
    margin-bottom: 10.6666666667vw;
  }
}
.block-facilitie__title:after {
  width: 60px;
}
@media screen and (max-width:767px) {
  .block-facilitie__title:after {
    width: 16vw;
  }
}
.block-facilitie__inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .block-facilitie__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width:767px) {
  .block-facilitie__inner {
    padding: 0 5.3333333333vw;
  }
}

.facilitie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
}
@media screen and (max-width:767px) {
  .facilitie {
    margin-bottom: 20vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width:767px) {
  .facilitie:last-child {
    margin-bottom: 14.6666666667vw;
  }
}
.facilitie__img {
  width: 330px;
}
@media screen and (max-width:767px) {
  .facilitie__img {
    width: 100%;
    margin-bottom: 7.3333333333vw;
  }
}
.facilitie__content {
  width: calc(100% - 330px);
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .facilitie__content {
    width: 100%;
    padding: 0;
  }
}
.facilitie__title {
  font-size: 2.8rem;
  font-weight: 500;
  color: #222;
  margin-bottom: 22px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width:767px) {
  .facilitie__title {
    font-size: 6.1333333333vw;
    margin-bottom: 6.4vw;
  }
}
.facilitie__txt {
  font-size: 1.6rem;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media screen and (max-width:767px) {
  .facilitie__txt {
    font-size: 4.2666666667vw;
    margin-bottom: 5.7333333333vw;
    line-height: 1.7;
    padding: 0;
  }
}
.facilitie__address {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .facilitie__address {
    max-width: 100%;
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.facilitie__address img {
  width: 18px;
  margin-right: 10px;
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  .facilitie__address img {
    width: 4.9333333333vw;
    margin-right: 2.6666666667vw;
    margin-top: 0.6666666667vw;
  }
}
.facilitie__address p {
  line-height: 1.9;
  letter-spacing: 0.08em;
  display: inline-block;
}
@media screen and (max-width:767px) {
  .facilitie__address p {
    line-height: 1.7;
  }
}
.facilitie__address a {
  letter-spacing: 0.08em;
}
@media print, screen and (min-width:768px) {
  .facilitie__address a:hover {
    text-decoration: underline;
  }
}
.facilitie__address--mail {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.facilitie__address--mail img {
  width: 21px;
  margin-top: 3px;
}
@media screen and (max-width:767px) {
  .facilitie__address--mail img {
    width: 5.6vw;
    margin-top: 0.2666666667vw;
  }
}
.facilitie__address--full {
  max-width: 100%;
}
.facilitie__phone {
  pointer-events: none;
}
@media screen and (max-width:767px) {
  .facilitie__phone {
    pointer-events: visible;
  }
}
.facilitie__btn {
  max-width: 150px;
  height: 40px;
  font-size: 1.5rem;
  border-color: #a1895a;
  color: #a1895a;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 28px;
  float: right;
  margin-top: -48px;
}
@media screen and (max-width: 960px) {
  .facilitie__btn {
    float: none;
    margin-top: 25px;
  }
}
@media screen and (max-width:767px) {
  .facilitie__btn {
    max-width: 100%;
    height: 13.3333333333vw;
    margin-top: 10.6666666667vw;
    font-size: 4vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
.facilitie__btn:after {
  right: 14px;
  border-color: #a1895a;
  width: 17px;
}
@media screen and (max-width:767px) {
  .facilitie__btn:after {
    width: 4.5333333333vw;
    right: 27.3333333333vw;
    height: 3.4666666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .facilitie__btn:hover:after {
    right: 14px;
  }
}