@charset "UTF-8";

/*----------------------------------------------------
  loca
----------------------------------------------------*/
.loca>.l-inner {
  padding-bottom: 150px;
}

.loca {
  padding-bottom: 110px !important;
}

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

.loca .l-inner>.loca-lead {
  color: #aa8753;
}

.loca-top__txt {
  width: 85%;
  font-size: 2rem;
  text-align: center;
  margin: 0 auto 60px auto;
}

.loca-top__txt-box {
  width: 25%;
  margin: 0 auto 30px auto;
}

.loca-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.loca-item {
  width: 24.5%;
}

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

.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;
}

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

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

/*----------------------------------------------------
  park
----------------------------------------------------*/
.park {
  background: #F4F7F4;
  padding: 150px 0;
}

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

.park-loca-item {
  width: 49%;
}

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

.park .loca-item__name,
.shop .loca-item__name {
  font-size: 2.2rem;
  line-height: 1.8;
}

.park .loca-item__name>span,
.shop .loca-item__name>span {
  font-size: 1.4rem;
}

.park .loca-item__txt,
.shop .loca-item__txt {
  font-size: 1.8rem;
}

.loca-item__desc {
  width: 100%;
  margin: 0 auto;
  font-size: 1.5rem;
}

/*----------------------------------------------------
  shop
----------------------------------------------------*/
.shop {
  background: #FDF9FB;
  padding: 150px 0;
}

.loca-shop-lead {
  color: #F2B2D9;
  text-align: center;
}

/*----------------------------------------------------
  other
----------------------------------------------------*/
.other {
  padding-top: 150px;
}

/*----------------------------------------------------
  loc-list
----------------------------------------------------*/
.loc-list {
  width: 100%;
  margin: 0 auto;
}

.loc-list__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.loc-list__inner>dl {
  width: 48%;
  margin-bottom: 40px;
}

.loc-list__inner>dl>dt {
  font-size: 2.4rem;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
}

.loc-list__inner>dl>dt>span {
  margin-left: 10px;
  color: #8b7e77;
}

.loc-list__inner>dl>dd>ul>li {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.loc-list__inner-sub {
  display: flex;
  flex-direction: column;
}

.loc-list__inner-sub>span {
  font-size: 1.2rem;
}

.loc-list__inner>dl>dd>ul>li>span {
  flex-shrink: 0;
}

/*----------------------------------------------------
  map
----------------------------------------------------*/
.map-img {
  width: 100%;
  margin: 0 auto 40px auto;
  border: 2px solid #8d8b8e;
}

.map-loc-code {
  width: 65%;
  margin: 0 auto 60px auto;
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.access {
  background: #F4F7F4;
  margin-bottom: 150px;
}

.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;
}

.route-map {
  width: 65%;
  margin: 0 auto 60px auto;
}

.route-boxWrap {
  width: 85%;
  margin: 0 auto;
}

.route-ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  font-size: 2.2rem;
  color: #fff;
  background: var(--gradient-lgray);
  padding: 10px;
  box-sizing: border-box;
}

.route-ttl>p {
  font-weight: 500;
}

.route-ttl>span {
  margin-left: 10px;
  font-size: 1.4rem;
}

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

.route-box__list {
  display: flex;
}

.route-box__list>li {
  width: calc(100%/3);
  padding: 30px 14px 20px 14px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.bus-route .route-box__list {
  justify-content: center;
}

.route-tab {
  font-size: 1.4rem;
  position: absolute;
  top: 12.5px;
  left: 5.5%;
}

.route-box__main {
  font-size: 1.8rem;
  letter-spacing: 0;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  line-height: 1;
  margin-bottom: 10px;
}

.route-time {
  margin-left: 2.5%;
}

.route-time>span {
  font-size: 2.4rem;
  padding: 0 3px;
  font-weight: 700;
}

.route-box__attention {
  display: flex;
  font-size: 1.3rem;
  line-height: 1.6;
}

.route-box__attention::before {
  display: block;
  content: '※';
  margin-right: 5px;
}

/*----------------------------------------------------
  land
----------------------------------------------------*/
.land {
  margin-bottom: 150px;
  padding-top: 0 !important;
}

.land-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 5%;
  box-sizing: border-box;
}

.land-lead>img {
  width: 120px;
  margin-right: 30px;
}

.land-lead>p {
  color: var(--font-red);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.land-lead>p>img {
  width: 200px;
}

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

.land-inner {
  width: 100%;
  margin-bottom: 100px;
}

.land-inner__lead {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: var(--font-serif);
  margin-bottom: 30px;
  text-align: center;
}

.land-inner__col {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.land-inner__box {
  font-size: 2rem;
  border-bottom: 1px solid #ccc;
}

.land-inner__box:nth-of-type(1) {
  width: 40%;
}

.land-inner__box:nth-of-type(2) {
  width: 57.5%;
}

.land-inner__box-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-serif);
  font-size: 2.8rem;
  padding: 5px 20px;
  color: #3D9DB3;
  border: 1px solid #3D9DB3;
  margin-bottom: 10px;
}

.land-inner__box-inner {
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.land-inner__box-list {
  display: inline-block;
  width: auto;
  margin: 10px auto 14px auto;
  text-align: center;
}

.land-inner__box-list>li {
  width: auto;
  display: flex;
  align-items: baseline;
}

.land-inner__box-list>li>p {
  font-size: 1.8rem;
}

.land-inner__box-list-txt {
  font-size: 2rem;
  margin: 0 auto;
}

.land-inner__box-list>li:not(:last-of-type) {
  margin-right: 20px;
}

.land-inner__box-list>li>span {
  font-weight: 700;
  margin-right: 10px;
}

.land-inner__box-list>li>p>span {
  font-size: 2.8rem;
  line-height: 1;
  font-family: var(--font-serif);
  color: var(--font-red);
}

.land-img {
  width: 70%;
  margin-bottom: 60px;
}

.land-img__attention {
  font-size: 1.2rem;
  text-align: center;
}

.land-btm {
  display: flex;
  justify-content: space-between;
}

.land-btm__img {
  width: 49%;
}

.land-btm__img>p {
  text-align: right;
}

@media screen and (max-width:1280px) {
  .loca-top__txt {
    width: 90%;
  }
}

@media screen and (max-width:1024px) {
  .loc-list__inner {
    flex-direction: column;
  }

  .loc-list__inner>dl {
    width: 100%;
  }

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

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

  /*---access---*/
  .loca-top__txt-box {
    width: 35%;
    margin: 0 auto 30px auto;
  }

  .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;
  }

  .route-boxWrap {
    width: 100%;
  }
}

@media screen and (max-width:896px) {
  .other .l-inner {
    width: 75%;
  }

  .loc-list__inner {
    flex-direction: column;
  }

  .loc-list__inner>dl {
    width: 100%;
  }

  .route-boxWrap {
    width: 85%;
  }

  .route-box__list {
    flex-wrap: wrap;
  }

  .route-box__list>li {
    width: 50%;
  }
}

@media screen and (max-width:786px) {
  .park .loca-top__txt br {
    display: none;
  }

  .loca-shop-lead {
    letter-spacing: 0;
    font-size: 2.8rem;
  }

  .loca-shop-lead>p {
    letter-spacing: 0;

  }

  .park .loca-item,
  .shop .loca-item {
    width: 100%;
  }

  .park .loca-item:nth-of-type(n+2),
  .shop .loca-item:nth-of-type(n+2) {
    margin-top: 20px;
  }

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

  .loca-top__txt-box {
    width: 45%;
    margin: 0 auto 20px auto;
  }

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

  .access-col {
    width: 100%;
  }

  .route-boxWrap {
    width: 87.5%;
  }

  .route-map {
    width: 85%;
  }
}

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

  /*---loca---*/
  .loca-top__txt {
    width: 95%;
    text-align: justify;
  }

  /*---other---*/
  .other .l-inner {
    width: 85%;
  }

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

  .access-route {
    width: 100%;
  }

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

  .route-boxWrap {
    width: 100%;
  }

  .route-box__list>li {
    padding: 20px 14px 14px 14px;
  }
}

@media screen and (max-width:480px) {
  .loca>.l-inner {
    padding-bottom: 80px;
  }

  .shop,
  .park {
    padding: 80px 0;
  }

  .other {
    padding: 80px 0 0 0;
  }

  .map {
    padding-top: 0 !important;
  }

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

  .loca-lead {
    font-size: 1.8rem;
    letter-spacing: 0;
  }

  .loca-shop-lead {
    font-size: 1.8rem;
  }

  .loca-shop-lead br {
    display: none;
  }

  .loca-top__txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

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

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

  .park .loca-item__name,
  .shop .loca-item__name {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }

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

  .park .loca-item__txt,
  .shop .loca-item__txt {
    flex-direction: row;
    font-size: 1.4rem;
  }

  .loca-item__desc {
    font-size: 1.3rem;
    margin-top: 8px;
    color: #7e7e7e
  }

  .loca-item__desc br {
    display: none;
  }

  .loc-list__inner>dl>dt {
    font-size: 1.8rem;
  }

  .loc-list__inner>dl>dd>ul>li {
    flex-direction: column;
    font-weight: 500;
    line-height: 1.6;
  }

  .loc-list__attention {
    font-size: 1.2rem;
  }

  .map-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .map-loc-code {
    width: 85%;
    margin-bottom: 40px;
  }


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


  /*---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;
  }

  .route-box__list>li {
    width: 100%;
  }

  .route-box__list>li:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
  }

  .route-map {
    width: 100%;
  }

  .route-ttl {
    font-size: 1.8rem;
  }

  .access-route__attention {
    text-align: left;
  }
}