@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 lower common
==================================================================================*/
/*==================================================================================
 location
==================================================================================*/
#location .intro {
  text-align: center;
  color: #fff;
}
#location .intro .sec-tit {
  font-size: 24px;
  line-height: 1.6;
  font-weight: normal;
  padding-bottom: 50px;
}
#location .intro .sec-lead {
  font-size: 15px;
  line-height: 2;
}
#location .sections {
  text-align: center;
  color: #e8e4db;
  padding: 130px 0 80px;
}
#location .sections .tab-btn {
  display: flex;
  margin-bottom: 80px;
}
#location .sections .tab-btn li {
  width: 20%;
}
#location .sections .tab-btn a {
  background: linear-gradient(70deg, rgba(144, 66, 9, 0.15), rgba(190, 179, 162, 0.15));
  color: #fff;
  font-size: 16px;
  padding: 12px 0;
  display: block;
  transition: 0.3s;
}
#location .sections .tab-btn a.current {
  background: linear-gradient(70deg, #904209 30%, #a4744d 70%, #ab8665 90%, #beb3a2 300%);
}
#location .sections .tab-btn a:hover {
  background: linear-gradient(70deg, #904209 30%, #a4744d 70%, #ab8665 90%, #beb3a2 300%);
  opacity: 1;
}
#location .sections .tab-btn.blk a {
  color: #2e2d2e;
}
#location .sections .tab-btn.blk a.current {
  color: #fff;
}
#location .sections .tab-btn.blk a:hover {
  color: #fff;
}
#location .sections .big-tit {
  text-align: left;
  font-size: 75px;
  margin-bottom: 40px;
}
#location .sections .inner-wrap {
  max-width: 1000px;
  margin: auto;
}
#location .sections .inner-wrap .copy-box {
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #904209, #beb3a2) 1;
  padding-left: 40px;
  margin-bottom: 50px;
}
#location .sections .inner-wrap .copy {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 40px;
}
#location .sections .inner-wrap .copy-info {
  text-align: left;
  font-size: 15px;
  line-height: 2;
  padding-bottom: 30px;
}
#location .sections .lists {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
}
#location .sections .lists li {
  width: 32%;
  margin-bottom: 60px;
}
#location .sections .lists .name {
  font-size: 16px;
  margin: 20px auto 6px;
}
#location .sections .lists .min {
  font-size: 12px;
}
#location .sections .lists.two li {
  width: 49%;
  margin-bottom: 60px;
}
#location .shop .texts {
  text-align: left;
  margin: 40px auto 100px;
}
#location .shop .texts .name {
  font-size: 14px;
  margin-bottom: 40px;
}
#location .shop .texts .name span {
  font-size: 24px;
}
#location .shop .texts .txt {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 30px;
}
#location .shop .texts .lead {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
}
#location .shop .texts .info {
  font-size: 12px;
  line-height: 2;
}
#location .public {
  background: url(../imgs/bg01.jpg);
  background-size: cover;
  color: #2e2d2e;
}
#location .public .big-tit {
  color: #b18450;
}
#location .public .inner-wrap {
  max-width: 1000px;
  margin: auto;
}
#location .public .inner-wrap .copy-box {
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #904209, #beb3a2) 1;
  padding-left: 40px;
  margin-bottom: 50px;
}
#location .park {
  background: url(../imgs/bg02.jpg);
  background-size: cover;
  color: #2e2d2e;
}
#location .park .big-tit {
  color: #b18450;
}
#location .park .inner-wrap {
  max-width: 1000px;
  margin: auto;
}
#location .park .inner-wrap .copy-box {
  border-left: 4px solid;
  border-image: linear-gradient(to bottom, #904209, #beb3a2) 1;
  padding-left: 40px;
  margin-bottom: 50px;
}
#location .park .txt {
  font-size: 20px;
  margin: 50px auto;
}
#location .culture .txt {
  font-size: 40px;
  margin: 60px auto;
}
/*==================================================================================
 lower-sp
==================================================================================*/
@media (max-width: 768px) {
  /*==================================================================================
   location
  ==================================================================================*/
  #location .intro {
    text-align: left;
  }
  #location .intro .sec-tit {
    font-size: 22px;
    padding-bottom: 30px;
  }
  #location .sections {
    text-align: center;
    color: #e8e4db;
    padding: 60px 0 20px;
  }
  #location .sections .tab-btn {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #location .sections .tab-btn li {
    width: 50%;
    margin-bottom: 10px;
  }
  #location .sections .tab-btn li:last-child {
    width: 100%;
  }
  #location .sections .tab-btn a {
    padding: 16px 0;
    font-size: 12px;
  }
  #location .sections .big-tit {
    font-size: 30px;
    margin-bottom: 30px;
  }
  #location .sections .inner-wrap {
    max-width: 1000px;
    margin: auto;
  }
  #location .sections .inner-wrap .copy-box {
    padding-left: 15px;
    margin-bottom: 40px;
  }
  #location .sections .inner-wrap .copy {
    font-size: 23px;
    margin-bottom: 30px;
  }
  #location .sections .inner-wrap .copy-info {
    padding-bottom: 0;
  }
  #location .sections .inner-wrap .copy-info br {
    display: none;
  }
  #location .sections .lists {
    flex-wrap: nowrap;
    width: 418vw;
    gap: inherit;
  }
  #location .sections .lists li {
    width: 97vw;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #location .sections .lists .name {
    font-size: 16px;
    margin: 20px auto 6px;
  }
  #location .sections .lists .min {
    font-size: 11px;
  }
  #location .sections .lists.two {
    width: 278vw;
    gap: inherit;
  }
  #location .sections .lists.two li {
    width: 97vw;
    margin-right: 3vw;
    margin-bottom: 0;
  }
  #location .shop .texts {
    margin: 40px auto 50px;
  }
  #location .shop .texts .name {
    line-height: 1.4;
    margin-bottom: 30px;
  }
  #location .public {
    background: url(../imgs/bg01-sp.jpg);
    background-size: cover;
    color: #2e2d2e;
  }
  #location .public .inner-wrap .copy-box {
    padding-left: 15px;
    margin-bottom: 40px;
  }
  #location .medical .lists.two {
    width: 139vw;
  }
  #location .park {
    background: url(../imgs/bg02-sp.jpg);
    background-size: cover;
    color: #2e2d2e;
  }
  #location .park .inner-wrap .copy-box {
    padding-left: 15px;
    margin-bottom: 40px;
  }
  #location .park .txt {
    margin: 30px auto;
  }
  #location .park .lists {
    width: 558vw;
  }
  #location .park .lists.two {
    width: 140vw;
  }
  #location .culture {
    padding: 60px 0 50px;
  }
  #location .culture .lists {
    width: 209vw;
  }
  #location .culture .txt {
    font-size: 30px;
    margin: 60px auto 30px;
  }
}/*# sourceMappingURL=style.css.map */