@charset "UTF-8";
/*32~80px,vw="375~1920"*/
/*32~60px,vw="375~1920"*/
/*22~38px,vw="375~1920"*/
/*18~32px,vw="375~1920"*/
/*18~24px,vw="375~1920"*/
/*18~20px,vw="375~1920"*/
/*16~24px,vw="375~1920"*/
/*14~18px,vw="375~1920"*/
/*14~16px,vw="375~1920"*/
/*12~16px,vw="375~1920"*/
/*12~14px,vw="375~1920"*/
/*50~100px,vw="375~1920"*/
body {
  font-family: YuMincho,'Yu Mincho',serif;
  line-height: 2rem;
  background-color: #ececec;
}

.inner {
  width: 85%;
  max-width: 1640px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

.inner-min {
  width: 75%;
  max-width: 1364px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner-min {
    width: 90%;
  }
}

.top-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: 2rem;
}

.post-none {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title {
  text-align: center;
  line-height: 3rem;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.sect-404-title .title-404 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title .sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}

.site-single {
  margin-top: 8vh;
}

.site-single .sect-single-title {
  margin-top: 1vw;
}

.site-single .sect-single-title .area-single-title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-single .sect-single-title .area-single-title .single-title .single-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.site-single .sect-single-title .area-single-title .post-date {
  padding-top: 1rem;
}

.site-single .sect-single {
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .sect-single .area-single h1 {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h2 {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h3 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul {
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul li:not(:last-child) {
  padding: 0 0 8px;
}

.site-single .back-btn {
  text-align: center;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .back-btn .link {
  color: #000;
}

.site-single .back-btn .link article {
  border: 1px solid #000;
}

.site-single .back-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.site-single .back-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .site-single {
    margin-top: 6vh;
  }
  .site-single .sect-single-title .area-single-title .post-date {
    padding-top: 0.5rem;
  }
}

@media (max-width: 450px) {
  .back-btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/*32~80px,vw="375~1920"*/
/*32~60px,vw="375~1920"*/
/*22~38px,vw="375~1920"*/
/*18~32px,vw="375~1920"*/
/*18~24px,vw="375~1920"*/
/*18~20px,vw="375~1920"*/
/*16~24px,vw="375~1920"*/
/*14~18px,vw="375~1920"*/
/*14~16px,vw="375~1920"*/
/*12~16px,vw="375~1920"*/
/*12~14px,vw="375~1920"*/
/*50~100px,vw="375~1920"*/
body {
  font-family: YuMincho,'Yu Mincho',serif;
  line-height: 2rem;
  background-color: #ececec;
}

.inner {
  width: 85%;
  max-width: 1640px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner {
    width: 90%;
  }
}

.inner-min {
  width: 75%;
  max-width: 1364px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .inner-min {
    width: 90%;
  }
}

.top-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  line-height: 2rem;
}

.post-none {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title {
  text-align: center;
  line-height: 3rem;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.sect-404-title .title-404 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
}

.sect-404-title .sentence {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
}

.site-single {
  margin-top: 8vh;
}

.site-single .sect-single-title {
  margin-top: 1vw;
}

.site-single .sect-single-title .area-single-title {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-single .sect-single-title .area-single-title .single-title .single-sect-title {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
}

.site-single .sect-single-title .area-single-title .post-date {
  padding-top: 1rem;
}

.site-single .sect-single {
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .sect-single .area-single h1 {
  font-size: clamp(1.375rem, 1.132rem + 1.04vw, 2.375rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h2 {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single h3 {
  font-size: clamp(1rem, 0.879rem + 0.52vw, 1.5rem);
  margin-bottom: 1.5rem;
}

.site-single .sect-single .area-single p {
  font-size: clamp(0.875rem, 0.845rem + 0.13vw, 1rem);
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul {
  padding: 0 0 24px;
}

.site-single .sect-single .area-single ul li:not(:last-child) {
  padding: 0 0 8px;
}

.site-single .back-btn {
  text-align: center;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
}

.site-single .back-btn .link {
  color: #000;
}

.site-single .back-btn .link article {
  border: 1px solid #000;
}

.site-single .back-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.site-single .back-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .site-single {
    margin-top: 6vh;
  }
  .site-single .sect-single-title .area-single-title .post-date {
    padding-top: 0.5rem;
  }
}

@media (max-width: 450px) {
  .back-btn {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}

/* その場で */
.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* 下から */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.site-page {
  margin-bottom: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
}

.sect-page-title .area-page-title {
  width: 100%;
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4))), url(../images/top/about-us.png) no-repeat center/cover;
  background: linear-gradient(rgba(0, 0, 0, 0.4)), url(../images/top/about-us.png) no-repeat center/cover;
}

.sect-page-title .area-page-title .page-title .page-sect-title {
  display: inline-block;
  font-size: clamp(2rem, 1.272rem + 3.11vw, 5rem);
  color: #fff;
  text-shadow: 2px 3px 10px rgba(0, 0, 0, 0.85);
}

@media (max-width: 1000px) {
  .sect-page-title .area-page-title {
    height: 25vh;
  }
}

@media (max-width: 600px) {
  .sect-page-title .area-page-title {
    height: 20vh;
  }
}

@media (max-width: 600px) {
  .sect-page-title .area-page-title {
    height: 15vh;
  }
}

.more_btn {
  cursor: pointer;
}

.sect-gallery .area-gallery .tab-wrap .tab {
  height: auto;
  margin: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem) auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect-gallery .area-gallery .tab-wrap .tab li {
  width: clamp(7.5rem, 4.542rem + 12.62vw, 19.688rem);
  /*120~315px,vw="375~1920"*/
  height: clamp(3.125rem, 2.746rem + 1.62vw, 4.688rem);
  /*50~75px,vw="375~1920"*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sect-gallery .area-gallery .tab-wrap .tab li:hover a {
  background-color: #008182;
  border-bottom: 0;
}

.sect-gallery .area-gallery .tab-wrap .tab li:hover a p {
  color: #fff;
}

.sect-gallery .area-gallery .tab-wrap .tab li.active a {
  background-color: #008182;
  border-bottom: 0;
}

.sect-gallery .area-gallery .tab-wrap .tab li.active a p {
  color: #fff;
}

.sect-gallery .area-gallery .tab-wrap .tab li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #707070;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.sect-gallery .area-gallery .tab-wrap .tab li a p {
  font-size: clamp(1.125rem, 0.913rem + 0.91vw, 2rem);
  color: #000;
  letter-spacing: 0;
}

.sect-gallery .area-gallery .tab-wrap .area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
}

.sect-gallery .area-gallery .tab-wrap .area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
          animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media (max-width: 1000px) {
  .sect-gallery .area-gallery .tab-wrap .tab {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sect-gallery .area-gallery .tab-wrap .tab li a p {
    font-size: 16px;
  }
}

@media (max-width: 550px) {
  .sect-gallery .area-gallery .tab-wrap .tab li {
    width: 30%;
  }
  .sect-gallery .area-gallery .tab-wrap .tab li a p {
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .sect-gallery .area-gallery .tab-wrap .tab li a p {
    font-size: 12px;
  }
}

@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.area-ldk {
  width: 100%;
}

.area-ldk .ldk-container {
  width: 75vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25vw 25vw 25vw;
      grid-template-columns: 25vw 25vw 25vw;
  margin: 0 auto;
}

.area-ldk .ldk-container .ldk-item {
  width: 100%;
  height: 25vw;
}

.area-ldk .ldk-container .ldk-item .link {
  width: 100%;
  height: 100%;
  display: block;
}

.area-ldk .ldk-container .ldk-item .link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-ldk .more-btn {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
}

.area-ldk .more-btn .link {
  color: #000;
}

.area-ldk .more-btn .link article {
  border: 1px solid #000;
  background-color: #fff;
}

.area-ldk .more-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.area-ldk .more-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .area-ldk .ldk-container {
    width: 90vw;
    -ms-grid-columns: 30vw 30vw 30vw;
        grid-template-columns: 30vw 30vw 30vw;
  }
  .area-ldk .ldk-container .ldk-item {
    height: 30vw;
  }
}

@media (max-width: 400px) {
  .area-ldk .ldk-container {
    width: 100vw;
    -ms-grid-columns: 33.3vw 33.3vw 33.3vw;
        grid-template-columns: 33.3vw 33.3vw 33.3vw;
  }
  .area-ldk .ldk-container .ldk-item {
    height: 33.3vw;
  }
}

.area-exterior {
  width: 100%;
}

.area-exterior .exterior-container {
  width: 75vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25vw 25vw 25vw;
      grid-template-columns: 25vw 25vw 25vw;
  margin: 0 auto;
}

.area-exterior .exterior-container .exterior-item {
  width: 100%;
  height: 25vw;
}

.area-exterior .exterior-container .exterior-item .link {
  width: 100%;
  height: 100%;
  display: block;
}

.area-exterior .exterior-container .exterior-item .link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-exterior .more-btn {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
}

.area-exterior .more-btn .link {
  color: #000;
}

.area-exterior .more-btn .link article {
  border: 1px solid #000;
  background-color: #fff;
}

.area-exterior .more-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.area-exterior .more-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .area-exterior .exterior-container {
    width: 90vw;
    -ms-grid-columns: 30vw 30vw 30vw;
        grid-template-columns: 30vw 30vw 30vw;
  }
  .area-exterior .exterior-container .exterior-item {
    height: 30vw;
  }
}

@media (max-width: 400px) {
  .area-exterior .exterior-container {
    width: 100vw;
    -ms-grid-columns: 33.3vw 33.3vw 33.3vw;
        grid-template-columns: 33.3vw 33.3vw 33.3vw;
  }
  .area-exterior .exterior-container .exterior-item {
    height: 33.3vw;
  }
}

.area-introspection {
  width: 100%;
}

.area-introspection .introspection-container {
  width: 75vw;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25vw 25vw 25vw;
      grid-template-columns: 25vw 25vw 25vw;
  margin: 0 auto;
}

.area-introspection .introspection-container .introspection-item {
  width: 100%;
  height: 25vw;
}

.area-introspection .introspection-container .introspection-item .link {
  width: 100%;
  height: 100%;
  display: block;
}

.area-introspection .introspection-container .introspection-item .link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.area-introspection .more-btn {
  margin-top: clamp(3.125rem, 2.367rem + 3.24vw, 6.25rem);
  text-align: center;
}

.area-introspection .more-btn .link {
  color: #000;
}

.area-introspection .more-btn .link article {
  border: 1px solid #000;
  background-color: #fff;
}

.area-introspection .more-btn .link article .btn {
  width: clamp(10.625rem, 8.653rem + 8.41vw, 18.75rem);
  /*170~300px,vw="375~1920"*/
  margin: 5px;
  padding: 3px 0;
  border: 1px solid #000;
  text-align: center;
  background-color: #fff;
}

.area-introspection .more-btn .link article .btn span {
  font-size: clamp(0.875rem, 0.814rem + 0.26vw, 1.125rem);
  letter-spacing: 0.1rem;
}

@media (max-width: 600px) {
  .area-introspection .introspection-container {
    width: 90vw;
    -ms-grid-columns: 30vw 30vw 30vw;
        grid-template-columns: 30vw 30vw 30vw;
  }
  .area-introspection .introspection-container .introspection-item {
    height: 30vw;
  }
}

@media (max-width: 400px) {
  .area-introspection .introspection-container {
    width: 100vw;
    -ms-grid-columns: 33.3vw 33.3vw 33.3vw;
        grid-template-columns: 33.3vw 33.3vw 33.3vw;
  }
  .area-introspection .introspection-container .introspection-item {
    height: 33.3vw;
  }
}

/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}
/*# sourceMappingURL=gallery.css.map */