@charset "UTF-8";

.ttl>span {
  font-size: 2.8rem;
}

/*----------------------------------------------------
  #fv
----------------------------------------------------*/
.fv {
  width: 100%;
  height: auto;
  margin-top: 140px;
  position: relative;
}

.fv::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 45%;
}


.fv .l-inner {
  max-width: initial !important;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fv-ttl {
  position: absolute;
  z-index: 2;
  width: 50%;
  height: auto;
  /*---
  padding: 40px 30px;
  ---*/
  box-sizing: border-box;
  top: 10.5%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;

  /*---
  border: 1px solid #fff;
  background: rgba(0, 0, 0, .2);
  ---*/
}

.fv-ttl>h2 {
  width: 80%;
  margin: 0 auto;
}

.fv-txt {
  width: 15%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.fv-txt__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.fv-bnr {
  width: 35%;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}

.fv-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fv-img>picture,
.fv-img img {
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}

/*-------
.fv-img::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, .8));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
---------*/

.fv-inner {
  padding-top: 30px;
}

.fv-inner__list {
  width: 100%;
}

.fv-inner__list>ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.fv-inner__list>ul>li {
  width: 16%;
  height: auto;
  padding: 14px 0;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
  text-align: center;
  position: relative;
  backdrop-filter: blur(5px);
}

.fv-inner__list>ul>li>span {
  position: relative;
  z-index: 1;
}

.fv-inner__list>ul>li::before {
  display: block;
  content: '';
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.fv-inner__list>ul>li::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: var(--gradient-grn);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.fv-point {
  width: 100%;
}

.fv-point>ul {
  display: flex;
  list-style: none;
  font-family: var(--font-serif);
  font-size: 2.6rem;
  font-weight: 700;
}

.fv-point>ul>li {
  width: calc(100%/3);
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*----------------------------------------------------
  news
----------------------------------------------------*/

.news .l-inner {
  width: 70%;
  margin: 0 auto;
}

.news-list>dl {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
  padding: 0 10px;
  box-sizing: border-box;
}

.news-list>dl>dt {
  width: 180px;
}

.news-list>dl>dd {
  width: calc(100% - 220px);
}

.news-list__lead {
  font-size: 3.6rem;
}

/*----------------------------------------------------
  concept
----------------------------------------------------*/
.concept {
  padding-top: 0 !important;
}

.concept-lead {
  text-align: center;
}

.concept-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 60px auto;
  position: relative;
}

.concept-img {
  width: 45%;
  position: relative;
}

.concept-col__deco {
  width: 7.5%;
  position: absolute;
  top: 20%;
  right: 2.5%;
  z-index: 1;
}

.concept-inner {
  width: 45%;
  font-size: 2rem;
}

.concept-inner p {
  font-family: var(--font-serif);
}

/*----------------------------------------------------
  plan
----------------------------------------------------*/
.plan {
  background: #F4F7F4;
}

.plan-lead {
  text-align: center;
}

.plan-top__txt {
  margin-bottom: 60px !important;
}

.plan-col {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.plan-box {
  width: 49.5%;
}

.plan-box__img {
  width: 100%;
  position: relative;
}

.plan-box__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

.plan-box__img>img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

/*----------------------------------------------------
  loca
----------------------------------------------------*/

.loca-lead {
  text-align: center;
}

.access-lead {
  text-align: center;
}

.loca-top__txt {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.loca-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}

.loca-item {
  width: 24.5%;
}

.loca-item__img {
  position: relative;
  margin-bottom: 8px;
}

.loca-item__img::after {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 66.7%;
}

.loca-item__img>img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.loca-item__name {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}

.loca-item__name>span {
  font-size: 1.3rem;
}

.loca-item__txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.4rem;
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.access {
  margin-bottom: 60px;
}

.access-colWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.access-col {
  width: 49%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.access-col__img {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.access-col__inner {
  width: 95%;
  margin: 0 auto;
}

.access-route {
  margin-bottom: 30px;
}

.access-route:not(:last-of-type) {
  margin-bottom: 30px;
}

.access-route__main {
  font-size: 2.4rem;
  font-family: var(--font-serif);
  font-weight: 700;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 1.6;
  box-sizing: border-box;
  position: relative;
}

.access-route__main::before {
  display: block;
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: var(--gradient-mistgreen);
}

.font-access-b {
  color: var(--font-red);
}

.access-route__txt-sub {
  font-size: 1.4rem;
}

.access-route__attentionWrap {
  text-align: right;
}

.access-route__attention {
  display: inline-block;
  font-size: 1.2rem;
  box-sizing: border-box;
}

.access-route__attention>p {
  display: flex;
}

.access-route__attention>p {
  margin-bottom: 0 !important;
}

.access-route__attention>p::before {
  display: block;
  content: '※';
  margin-right: 3px;
}

@media screen and (max-width:1280px) {
  .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 57.5%;
  }

  .fv-inner__list {
    width: 100%;
  }

  .news-list>dl>dt {
    width: 130px;
  }

  .news-list>dl>dd {
    width: calc(100% - 130px);
  }
}

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

  /*---fv---*/
  .fv {
    margin-top: 80px;
  }
}

@media screen and (max-width:1024px) {
  .fv .l-inner {
    width: 95% !important;
  }

  .fv-ttl {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    top: 20%;
  }

  .fv-ttl>h2 {
    width: 100%;
  }

  .fv-txt {
    width: 22.5%;
  }

  .fv-inner__list>ul>li {
    font-size: 1.4rem;
  }

  /*---news---*/
  .news-list>dl {
    flex-direction: column;
  }

  .news-list>dl>dt {
    width: 100%;
  }

  .news-list>dl>dd {
    width: 100%;
    line-height: 1.4;
    padding-bottom: 20px;
  }

  /*---concept---*/
  .concept .l-inner {
    width: 70%;
    margin: 0 auto;
  }

  .concept-col {
    flex-direction: column;
    align-items: center;
  }

  .concept-img {
    width: 100%;
    margin-bottom: 40px;
  }

  .concept-inner {
    width: 100%;
  }

  .concept-col__deco {
    width: 10%;
    position: absolute;
    top: 5%;
    right: -1.5%;
  }

  /*---loca---*/
  .loca-item {
    width: 49%;
  }

  .loca-item:nth-of-type(n+3) {
    margin-top: 30px;
  }

  .access-col {
    flex-direction: column;
  }

  .access-col__img {
    width: 100%;
    margin-bottom: 30px;
  }

  .access-route__attention {
    margin: 0 auto;
  }

  .access-route__attention br {
    display: none;
  }
}

@media screen and (max-width:896px) {
  .fv {
    height: auto;
  }

  .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 80%;
  }

  .fv-ttl {
    position: absolute;
    z-index: 2;
    width: 45%;
    height: auto;
    box-sizing: border-box;
    top: 30%;
  }

  .fv-ttl>h2 {
    width: 100%;
  }

  .fv-txt {
    width: 22.5%;
  }

  .fv-inner {
    width: 100%;
  }

  .fv-inner__list>ul>li {
    font-size: 1.3rem;
  }

  .news .l-inner {
    width: 75%;
  }

  /*---concept---*/
  .concept .l-inner {
    width: 75%;
    margin: 0 auto;
  }

  /*---plan---*/
  .plan-col {
    flex-direction: column;
  }

  .plan-box {
    width: 100%;
  }

  .plan-box:not(:last-of-type) {
    margin-bottom: 30px;
  }

}

@media screen and (max-width:787px) {
  .fv-ttl {
    position: absolute;
    z-index: 2;
    width: 50%;
    height: auto;
    box-sizing: border-box;
    top: 30%;
  }


  .news .l-inner {
    width: 80%;
  }

  /*---concept---*/
  .concept .l-inner {
    width: 80%;
    margin: 0 auto;
  }

  /*---plan---*/
  .plan-top__txt {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-top__txt>p {
    text-align: justify;
  }

  .plan-top__txt>p br {
    display: none;
  }

  /*---loca---*/
  .access-colWrap {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .access-col {
    width: 100%;
  }

}

@media screen and (max-width:680px) {
  .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  .fv-inner__list {
    width: 85%;
    margin: 0 auto;
  }

  .fv-inner__list>ul>li {
    width: 33%;
    font-size: 1.4rem;
    padding: 10px 0;
  }

  .fv-inner__list>ul>li:nth-of-type(n+4) {
    margin-top: 2.5px;
  }


  .fv-inner__list>ul>li::before {
    display: block;
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  /*---news---*/

  .news .l-inner {
    width: 85%;
  }

  /*---concept---*/
  .concept .l-inner {
    width: 85%;
    margin: 0 auto;
  }

  /*---plan---*/
  .plan-top__txt {
    width: 95%;
  }


  /*---loca---*/
  .access-col__inner {
    flex-direction: column;
  }

  /*---access---*/
  .access-col__inner {
    flex-direction: column;
  }

  .access-route {
    width: 100%;
  }

  .access-route__main {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (max-width:480px) {
  .ttl>span {
    font-size: 2rem;
  }

  .fv {
    height: auto;
    margin-top: 70px;
  }

  .fv::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 130%;
  }

  .fv .l-inner {
    width: 95% !important;
  }

  .fv-ttl {
    width: 70%;
    top: 35%;
  }

  .fv-bnr {
    width: 60%;
    top: 60%;
  }

  .fv-ttl>h2 {
    width: 100%;
  }

  .fv-txt {
    width: 30%;
    position: absolute;
    top: 0;
    right: -2.5%;
  }


  .fv-inner__list {
    width: 100%;
  }

  .fv-inner__list>ul>li {
    width: 33%;
    font-size: 1.2rem;
    padding: 10px 0;
  }

  .fv-inner__list>ul>li:nth-of-type(n+4) {
    margin-top: 2.5px;
  }


  .fv-inner__list>ul>li::before {
    display: block;
    content: '';
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }

  /*---news---*/
  .news .l-inner {
    width: 90%;
  }

  .news .ttl>span {
    font-size: 2.6rem;
  }

  .news-list>dl {
    font-size: 1.6rem;
  }

  .news-list>dl>dd {
    line-height: 1.6;
  }

  .news-list__lead {
    font-size: 2.2rem;
  }

  /*---concept---*/
  .concept .l-inner {
    width: 90%;
    margin: 0 auto;
  }

  .concept-col__deco {
    width: 14%;
    top: 5%;
    right: 4.5%;
  }

  .concept-inner,
  .concept-list>li {
    font-size: 1.6rem;
  }

  .concept-inner p {
    letter-spacing: 0;
  }

  /*---plan---*/
  .plan-top__txt {
    margin-bottom: 40px !important;
  }

  .plan-top__txt>p .ui--pc {
    display: none;
  }

  /*---loca---*/
  .loca {
    overflow: hidden;
  }

  .loca-top__txt {
    font-size: 1.6rem;
    text-align: justify;
  }

  .loca-list {
    margin-bottom: 60px;
  }

  .loca-item__name {
    font-size: 1.3rem;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .loca-item__txt {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1.6;
    font-size: 1.2rem;
  }

  /*---access---*/
  .access {
    margin-bottom: 80px;
  }

  .loca-top__txt-box {
    width: 60%;
    margin: 0 auto 10px auto;
  }

  .access-route__main {
    font-size: 1.8rem;
    padding-left: 14px;
    display: flex;
    flex-direction: column;
  }

  .access-route__txt {
    line-height: 1.8;
  }
}