﻿@charset "UTF-8";

body {
  font-size: 16px !important;
}

.contenIn img {
  width: 100%;
}

/*　レイアウト
---------------------------------------------------------- */
#wrapper {
  /* min-width: 1250px; */
  width: 100%;
  overflow: hidden;
  /* margin-top: 100px; */
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper_s {
  /* width: 1000px; */
  width: 100%;
  margin: 0 auto;
}

.wrapper_ss {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {

  .wrapper,
  .wrapper_s,
  .wrapper_ss {
    width: 100%;
    padding: 0;
  }

  #wrapper {
    /* margin-top: 61px; */
    min-width: inherit;
  }
}

.txtarea40 {
  margin-bottom: 40px;
}

.txtarea80 {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .txtarea80 {
    margin-bottom: 40px;
  }
}

/* top */
.top-lead {
  margin-bottom: 100px;
  background: rgb(91, 74, 42);
  background: linear-gradient(86deg, rgb(91, 74, 42) 0%, rgb(118, 97, 56) 50%, rgb(91, 74, 42) 100%);
}

.top_kome {
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 10px;

}

@media screen and (max-width: 768px) {
  .top-lead {
    margin-bottom: 20px;
  }

  .top_kome {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
  }

}

.slide {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.slide img {
  width: 100%;
}

/* top-letter */
.top-letter,
.access-letter {
  background-image: url("../images/bg01.jpg"), url("../images/bg02.jpg");
  background-position: 0 0, right 0 bottom 0;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {

  .top-letter,
  .access-letter {
    margin-bottom: 50px;
    background-size: 20% auto, 20% auto;
  }
}

.top-letter p,
.access-letter p {
  font-size: 2rem;
  text-align: center;
  line-height: 2;
}

@media screen and (max-width: 768px) {

  .top-letter p,
  .access-letter p {
    font-size: 1.5rem;
  }
}

.access-letter {
  background: none;
}

/* top-kashii */
.top-kashii {
  margin-bottom: 80px;
  background: url("../images/bg03.jpg") top 50px right 0 no-repeat;
}

@media screen and (max-width: 768px) {
  .top-kashii {
    margin-bottom: 30px;
    background-size: contain;
  }
}

.top-kashii__block {
  display: flex;
  gap: 70px;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .top-kashii__block {
    margin-left: 0;
    display: block;
  }
}

.top-kashii__block>div.txt {
  width: 400px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .top-kashii__block>div.txt {
    width: 100%;
  }
}

.top-kashii__block>div.txt h2 {
  text-align: left;
  font-size: 8rem;
}

@media screen and (max-width: 768px) {
  .top-kashii__block>div.txt h2 {
    font-size: 4.5rem;
    margin: 10px 0 0;
  }
}

.top-kashii__block>div.pic {
  width: 100%;
}

.top-kashii__block>div.pic img {
  width: 100%;
}

.top-kashii__block02 {
  text-align: center;
  margin-top: -60px;
}

@media screen and (max-width: 768px) {
  .top-kashii__block02 {
    width: 90%;
    margin: 0 auto;
  }
}

/* top-mapaccess */
.top-mapaccess {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .top-mapaccess {
    margin-bottom: 50px;
  }
}

.top-mapaccess>div {
  text-align: center;
}

/* top-mapdistance */
.top-mapdistance {
  padding-top: 35px;
  margin-bottom: 40px;
  background: url("../images/bg04.jpg") 0 0 no-repeat;
}

@media screen and (max-width: 768px) {
  .top-mapdistance {
    padding-top: 30px;
    margin-bottom: 20px;
    background-size: contain;
  }
}

.top-mapdistance__block {
  display: flex;
  gap: 40px;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  min-width: 100%;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-mapdistance__block {
    min-width: inherit;
    display: block;
    margin-right: 0;
    min-height: inherit;
    margin-bottom: 50px;
  }
}

.top-mapdistance__block>div.txt {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-mapdistance__block>div.txt {
    width: 100%;
    margin-bottom: 30px;
  }
}

.top-mapdistance__block>div.txt>div {
  margin-bottom: 30px;
}

.top-mapdistance__block>div.pic {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top-mapdistance__block>div.pic {
    width: 80%;
    margin: 0 auto;
  }
}

.top-mapdistance__block>div.pic img {
  width: 100%;
}

.top-mapdistance__block02 {
  width: 100%;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .top-mapdistance__block02 {
    width: 92%;
    margin-top: 30px;
  }
}

.top-mapdistance__block02>div {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .top-mapdistance__block02>div {
    margin-bottom: 20px;
  }
}

/* top-map100per */
.top-map100per {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .top-map100per {
    margin-bottom: 50px;
  }
}

.top-map100per img {
  width: 100%;
}

/* top-lifeinfo */
.top-lifeinfo__block {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  gap: 40px;
  font-size: 14px !important;
  margin-bottom: 60px;
}

.top-lifeinfo__block>div {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .top-lifeinfo__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    margin-bottom: 0;
  }
}

.top-lifeinfo__block h3 {
  font-size: 1.8rem;
  border-bottom: 1px solid #c7b880;
  color: #5a4a2a;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: 600;
}

/* @media screen and (max-width: 768px) {
  .top-lifeinfo__block h3 {
    font-size: 1rem;
  }
} */

.top-lifeinfo__block .table_outline {
  width: 100%;
  margin-bottom: 30px;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

.top-lifeinfo__block .table_outline tr th {
  width: 60% !important;
  text-align: left !important;
  padding: 10px 0 !important;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.top-lifeinfo__block .table_outline tr td {
  width: 40% !important;
  padding-bottom: 5px;
  font-size: 14px !important;
  text-align: right !important;
}

/* plan */
.plan-layout {
  text-align: center;
}

.plan-layout p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .plan-layout p {
    font-size: 1.2rem;
  }
}

/* outline */
.table-outline {
  width: 100%;
}

.table-outline tr {
  border-bottom: 1px dotted #ccc;
}

.table-outline th {
  width: 300px;
  padding: 15px 70px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .table-outline th {
    width: 140px;
    padding: 15px;
    font-size: 1.3rem;
  }
}

.table-outline td {
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .table-outline td {
    font-size: 1.3rem;
  }
}

/* location */
.sub-img100per figure img {
  width: 100%;
}

.sub-img100per figure figcaption {
  text-align: right;
  padding: 10px;
  font-size: 1.2rem;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 768px) {
  .sub-img100per figure figcaption {
    font-size: 1.1rem;
  }
}

.bg01 {
  background: #b5a257;
}

.bg02 {
  background: #dad0aa;
  padding: 100px 2% 50px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .bg02 {
    padding: 40px 2% 50px;
  }
}

.location-piclist {
  padding: 40px 10px;
  background: #b5a257;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .location-piclist {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

.location-piclist-block {
  display: flex;
  gap: 30px 20px;
  flex-wrap: wrap;
}

.location-piclist-block>figure {
  width: calc((100% - 20px) / 2);
}

@media screen and (max-width: 768px) {
  .location-piclist-block {
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .location-piclist-block figure {
    width: calc(50% - 5px);
  }
}

.location-piclist-block figure figcaption {
  font-size: 12px !important;
  padding: 5px 0;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

@media screen and (max-width: 768px) {
  /* .location-piclist-block figure figcaption {
    font-size: 1.1rem;
  } */
}

.location-piclist-txt {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .location-piclist-txt {
    padding-top: 20px;
  }
}

.location-lead {
  background: url(../images/location-img-bg.jpg) center 0 no-repeat;
  text-align: center;
  padding-bottom: 130px;
}

.location-lead h2 {
  max-width: 140px;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .location-lead {
    background: url(../images/location-img-bg.jpg) center 10px no-repeat;
    background-size: contain;
    padding-bottom: 30px;
  }

  .location-lead h2 {
    margin: 0 auto 30px;
    width: 180px;
  }
}

.location-loopSlide {
  display: flex;
  width: 100vw;
  height: 300px;
  overflow: hidden;
  margin-bottom: 70px;
  min-width: 1250px;
}

@media screen and (max-width: 768px) {
  .location-loopSlide {
    width: 400vw;
    height: calc(300 / 780 * 100vw);
    margin-bottom: 30px;
    min-width: inherit;
  }
}

.location-loopSlide img {
  width: auto;
  height: 100%;
}

.location-loopSlide img.num01 {
  animation: slide1 60s -30s linear infinite;
}

.location-loopSlide img.num02 {
  animation: slide2 60s linear infinite;
}

@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/* CONCEPT */
.body-concept {
  width: 100% !important;
  margin-bottom: 30px !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  background-color: #e4ddc5;
  box-sizing: border-box;
}

.sec-concept01 {
  margin-bottom: 30px;
}

.sec-concept01 .wrapper_s {
  display: flex;
}

.sec-concept01 .wrapper_s>div:first-child {
  width: 70%;
}

.sec-concept01 .wrapper_s>div:last-child {
  width: 30%;
}

.sec-concept01 .letter {
  font-size: 2.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.sec-concept01 [data-txt] {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .sec-concept01 .wrapper_s {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .sec-concept01 .wrapper_s>div:first-child {
    width: 100%;
    order: 2;
  }

  .sec-concept01 .wrapper_s>div:last-child {
    width: 100%;
    order: 1;
  }

  .sec-concept01 {
    margin-bottom: 10px;
  }

  .sec-concept01 .letter {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
    writing-mode: unset;
    text-align: center;
  }

  .sec-concept01 [data-txt] {
    width: 50%;
  }
}

.sec-concept02 {
  margin-bottom: 30px;
}

.sec-concept02 .wrapper_s {
  display: flex;
}

.sec-concept02 [data-txt] {
  position: relative;
  width: 50%;
  margin-right: 2%;
  z-index: 1;
}

.sec-concept02 [data-txt] p {
  font-size: 1.4rem;
  line-height: 2;
}

.sec-concept02 [data-img] {
  width: 48%;
}

.sec-concept02 [data-img] img {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .sec-concept02 .wrapper_s {
    flex-direction: column;
  }

  .sec-concept02 [data-txt] {
    width: 100%;
    margin-right: 0;
  }

  .sec-concept02 [data-txt] p {
    font-size: 1.4rem;
    line-height: 2.5;
  }

  .sec-concept02 [data-img] {
    width: 100%;
    margin-top: -90px;
    display: flex;
    justify-content: flex-end;
  }

  .sec-concept02 [data-img] img {
    width: 100%;
    text-align: right;
  }
}

.sec-concept03 {
  text-align: center;
}


/* equipment */
.eq-ttl {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .eq-ttl {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

.eq-hero {
  background: #b5a257;
  text-align: center;
  margin-bottom: 75px;
}

/* .eq-hero img {
  margin-top: -75px;
} */

@media screen and (max-width: 768px) {
  .eq-hero {
    padding-bottom: 20px;
    margin-bottom: 50px;
  }

  .eq-hero img {
    margin-top: -30px;
  }

  [data-eq] {
    width: 80%;
  }
}

.block-col01 {
  margin-bottom: 50px;
  text-align: center;
}

.block-col01 figure {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .block-col01 {
    margin-bottom: 30px;
  }

  .block-col01 figure {
    width: 100%;
  }
}

.block-col01 figure figcaption {
  margin-top: 5px;
  text-align: right;
}

.block-col04 {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .block-col04 {
    gap: 40px 4%;
    margin-bottom: 50px;
  }

}

.block-col04 figure {
  width: calc((100% - 20px) / 2);
}

.block-col04 figure.big {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .block-col04 figure {
    width: 48%;
  }

  .block-col04 figure.big {
    width: 100%;
  }
}

.block-col04 figure figcaption {
  padding: 15px 0 13px;
  margin-bottom: 10px;
  border-bottom: 1px solid #c2b686;
  color: #5a4a2a;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  align-items: center;
}

.block-col04 figure p {
  font-size: 1.5rem;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

.eq-attention {
  margin-left: 1.25em;
  text-indent: -1.25em;
  font-size: 1.4rem;
  font-family: 游ゴシック, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", sans-serif;
}

.location-map__block {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 30px 0;
}


@media screen and (max-width: 768px) {
  .block-col04 figure figcaption {
    font-size: 1.3rem;
    padding: 10px 0;
  }


  .block-col04 figure p {
    font-size: 1.3rem;
  }

  .block-col04 figure p {
    font-size: 1.2rem;
  }

  .eq-attention {
    font-size: 1.2rem;
  }

  .location-map__block {
    width: 100%;
    padding: 0 0 30px 0;
  }
}