@charset "UTF-8";
/*----------------------------------------------------------
sec01
------------------------------------------------------------*/
.sec01 {
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    padding-top: 65px;
  }
}
.sec01 .flexs {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1140px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec01 .flexs {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs {
    gap: 35px;
    margin-top: 30px;
    padding-bottom: 65px;
  }
}
.sec01 .flexs .flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  gap: 40px;
  justify-content: space-between;
  margin-inline: auto;
  width: min(100%, 1620px);
}
@media screen and (max-width: 1024px) {
  .sec01 .flexs .flex {
    gap: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .sec01 .flexs .flex__01 {
    flex-direction: column;
  }
}
.sec01 .flexs .flex__02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .sec01 .flexs .flex__02 {
    flex-direction: column;
  }
}
.sec01 .flexs .img {
  aspect-ratio: 540/500;
  border: 3px solid #111;
  width: 47.3%;
}
@media screen and (max-width: 1024px) {
  .sec01 .flexs .img {
    aspect-ratio: 670/500;
    margin-inline: auto;
    margin-top: 15px;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .img {
    border: 2px solid #111;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .img {
    width: 100%;
  }
}
.sec01 .flexs .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec01 .flexs .txts {
  padding-top: 5px;
  width: 47.3%;
}
@media screen and (max-width: 1024px) {
  .sec01 .flexs .txts {
    margin-inline: auto;
    padding-top: 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .txts {
    width: 100%;
  }
}
.sec01 .flexs .txts .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.84;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec01 .flexs .txts .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .txts .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .txts .txt {
    font-size: 12px;
  }
}
.sec01 .flexs .ttls {
  align-items: flex-end;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .sec01 .flexs .ttls {
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .ttls {
    gap: 5px;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .ttls {
    width: 100%;
  }
}
.sec01 .flexs .ttls .num {
  color: #7f785f;
  font-family: "Instrument Serif", serif;
  font-size: 110px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .sec01 .flexs .ttls .num {
    font-size: 90px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .ttls .num {
    font-size: 75px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .ttls .num {
    font-size: 60px;
  }
}
.sec01 .flexs .ttls .num span {
  color: #7f785f !important;
  font-size: 80px;
}
@media screen and (max-width: 1080px) {
  .sec01 .flexs .ttls .num span {
    font-size: 65px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .ttls .num span {
    font-size: 60px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .ttls .num span {
    font-size: 50px;
  }
}
.sec01 .flexs .ttls .ttl {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 31px;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 10px;
}
@media screen and (max-width: 1350px) {
  .sec01 .flexs .ttls .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .sec01 .flexs .ttls .ttl {
    font-size: 27px;
  }
}
@media screen and (max-width: 1080px) {
  .sec01 .flexs .ttls .ttl {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sec01 .flexs .ttls .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .sec01 .flexs .ttls .ttl {
    font-size: 18px;
    padding-bottom: 6px;
  }
}

/* ーーーーーーーーーーーー'sec01 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec01 > .pc {
  display: inline-block;
  max-width: 450px !important;
  width: 100%;
}
body:not(.on) .sec01 > .sp {
  display: inline-block;
  max-width: 200px !important;
  width: 100%;
}
/* ーーーーーーーーーーーー'sec01 サイト表示側'ーーーーーーーーーーーーーー*/
@media screen and (min-width: 1025px) {
  body.on .is-tb {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  body.on .is-pc {
    display: none !important;
  }
}
body.on .sec01 {
  position: relative;
}
body.on .sec01 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec01 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec01 .flexs .img {
  overflow: hidden;
}

/*----------------------------------------------------------
sec02
------------------------------------------------------------*/
.sec02 {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    padding-bottom: 75px;
    padding-top: 65px;
  }
}
.sec02 .flexs {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  max-width: 1140px;
  padding-bottom: 100px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec02 .flexs {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flexs {
    gap: 35px;
    margin-top: 30px;
    padding-bottom: 35px;
  }
}
.sec02 .flexs .flex {
  align-items: flex-start;
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  gap: 40px;
  justify-content: space-between;
  margin-inline: auto;
  width: min(100%, 1620px);
}
@media screen and (max-width: 1024px) {
  .sec02 .flexs .flex {
    gap: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .sec02 .flexs .flex__01 {
    flex-direction: column;
  }
}
.sec02 .flexs .flex__02 {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .sec02 .flexs .flex__02 {
    flex-direction: column;
  }
}
.sec02 .flexs .img {
  aspect-ratio: 540/500;
  border: 3px solid #111;
  width: 47.3%;
}
@media screen and (max-width: 1024px) {
  .sec02 .flexs .img {
    aspect-ratio: 670/500;
    margin-inline: auto;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flexs .img {
    border: 2px solid #111;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flexs .img {
    width: 100%;
  }
}
.sec02 .flexs .img img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.sec02 .flexs .txts {
  padding-top: 40px;
  width: 47.3%;
}
@media screen and (max-width: 1024px) {
  .sec02 .flexs .txts {
    margin-inline: auto;
    padding-top: 14%;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flexs .txts {
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flexs .txts {
    padding-top: 17%;
    width: 100%;
  }
}
.sec02 .flexs .txts .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.84;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 1080px) {
  .sec02 .flexs .txts .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flexs .txts .txt {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flexs .txts .txt {
    font-size: 12px;
  }
}
.sec02 .flexs .ttls {
  display: flex;
}
@media screen and (max-width: 576px) {
  .sec02 .flexs .ttls {
    width: 100%;
  }
}
.sec02 .flexs .ttls img {
  display: block;
}
.sec02 .flexs .ttls .ttl {
  font-family: "Dela Gothic One", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .sec02 .flexs .ttls .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .flexs .ttls .ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .flexs .ttls .ttl {
    font-size: 18px;
  }
}
.sec02 .bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec02 .bottom {
    margin-inline: auto;
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom {
    width: 100%;
  }
}
.sec02 .bottom .ttl {
  background-color: #a1af8e;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 24px;
  padding-bottom: 6px;
  padding-top: 6px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .ttl {
    font-size: 17.5px;
    padding-bottom: 3.5px;
    padding-top: 3.5px;
  }
}
.sec02 .bottom .flex {
  align-items: stretch;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex {
    gap: 5px;
    margin-top: 5px;
  }
}
.sec02 .bottom .flex > div {
  padding: 21px 30px;
  width: calc((100% - 10px * 1) / 2);
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex > div {
    padding: 15px 20px;
    width: 100%;
  }
}
.sec02 .bottom .flex > div:nth-of-type(1), .sec02 .bottom .flex > div:nth-of-type(4), .sec02 .bottom .flex > div:nth-of-type(5) {
  background-color: #d9ded1;
}
.sec02 .bottom .flex > div:nth-of-type(2), .sec02 .bottom .flex > div:nth-of-type(3), .sec02 .bottom .flex > div:nth-of-type(6) {
  background-color: #e4e7e1;
}
.sec02 .bottom .flex .name {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .name {
    font-size: 15px;
  }
}
.sec02 .bottom .flex .name span {
  color: #77895d !important;
  font-family: "Dela Gothic One", sans-serif;
  font-size: 24px;
  margin-right: 4px;
}
@media screen and (max-width: 1080px) {
  .sec02 .bottom .flex .name span {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .name span {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom .flex .name span {
    font-size: 18px;
  }
}
.sec02 .bottom .flex .txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec02 .bottom .flex .txt {
    font-size: 15px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 576px) {
  .sec02 .bottom .flex .txt {
    font-size: 12px;
  }
}

/* ーーーーーーーーーーーー'sec02 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec02 > .pc {
  display: inline-block;
  max-width: 450px !important;
  width: 100%;
}
body:not(.on) .sec02 > .sp {
  display: inline-block;
  max-width: 200px !important;
  width: 100%;
}
body:not(.on) .sec02 .ttls img {
  max-width: 250px !important;
  width: 100%;
}
body:not(.on) .sec02 .txts > .pc {
  display: inline-block;
  max-width: 450px !important;
  width: 100%;
}
body:not(.on) .sec02 .txts > .sp {
  display: inline-block;
  max-width: 200px !important;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec02 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec02 {
  position: relative;
}
body.on .sec02 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec02 .flexs .img {
  overflow: hidden;
}
body.on .sec02 .txts {
  position: relative;
}
body.on .sec02 .txts img {
  left: -40px;
  max-width: 262px;
  position: absolute;
  top: -53px;
  width: 100%;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  body.on .sec02 .txts img {
    left: -30px;
    max-width: 260px;
    top: 9px;
  }
}
@media screen and (max-width: 768px) {
  body.on .sec02 .txts img {
    left: -5%;
    max-width: 382px;
    top: 6%;
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  body.on .sec02 .txts img {
    left: -4%;
    top: 6%;
  }
}

/*----------------------------------------------------------
sec03 Access
------------------------------------------------------------*/
.sec03 {
  padding-bottom: 90px;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding-bottom: 65px;
    padding-top: 70px;
  }
}
.sec03 .map {
  aspect-ratio: 1140/530;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  max-width: 1140px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .sec03 .map {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sec03 .map {
    aspect-ratio: initial;
    margin-top: 40px;
    min-height: 500px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .map {
    min-height: 400px;
  }
}
.sec03 .map iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.sec03 .pd_wrap_side {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sec03 .pd_wrap_side {
    margin-top: 20px;
  }
}
.sec03 .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
.sec03 .txt01 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.666;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec03 .txt01 {
    font-size: 15px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txt01 {
    font-size: 13px;
  }
}
.sec03 .txt {
  color: #222222;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec03 .txt {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 6px;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .txt {
    font-size: 12px;
  }
}
.sec03 .tel {
  position: relative;
  z-index: 1;
}
.sec03 .tel p {
  color: #222222;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .sec03 .tel p {
    font-size: 14px;
    line-height: 1.1;
  }
}
@media screen and (max-width: 576px) {
  .sec03 .tel p {
    font-size: 12px;
  }
}
.sec03 .tel a {
  display: inline-block;
}

/* ーーーーーーーーーーーー'sec02 管理画面側'ーーーーーーーーーーーーーー*/
body:not(.on) .sec03 > .pc {
  display: inline-block;
  max-width: 450px !important;
  width: 100%;
}
body:not(.on) .sec03 > .sp {
  display: inline-block;
  max-width: 200px !important;
  width: 100%;
}

/* ーーーーーーーーーーーー'sec02 サイト表示側'ーーーーーーーーーーーーーー*/
body.on .sec03 {
  position: relative;
}
body.on .sec03 > .pc {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.on .sec03 > .sp {
  -o-object-fit: cover;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
/*# sourceMappingURL=sourcemaps/page.css.map */