/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
.c-child-intro {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/location/bg.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/location/bg.png);
  background-size: cover;
}
@media print, screen and (max-width: 1023.9px) {
  .c-child-intro {
    background-image: none;
  }
}

.bg-area {
  padding-top: 100px;
  padding-bottom: 160px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/location/bg2.jpg);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/location/bg2.jpg);
  background-size: cover;
  color: #796a56;
}
@media print, screen and (max-width: 1023.9px) {
  .bg-area {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #000;
  }
}

.section-title {
  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;
  gap: 20px;
  font-size: 24px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title {
    font-size: 16px;
    margin-bottom: 15px;
    gap: 10px;
  }
}
.section-title::before, .section-title::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  content: "";
  height: 24px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url(../img/location/bar.png);
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url(../img/location/bar.png);
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
}
@media print, screen and (max-width: 1023.9px) {
  .section-title::before, .section-title::after {
    height: 16px;
    background-size: auto 70%;
  }
}

.row {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-grid-columns: 1fr 80px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .row {
    gap: 40px;
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.row.-gap_narrow {
  gap: 20px;
}
@media print, screen and (max-width: 1023.9px) {
  .row.-sp-rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.shop figure {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.shop + .shop {
  margin-top: 30px;
}

.shop__name {
  font-size: 18px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop__name {
    font-size: 14px;
  }
}
.shop__name span {
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop__name span {
    font-size: 12px;
  }
}

.shop__text {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .shop__text {
    font-size: 10px;
  }
}

.shop-list {
  margin-top: 30px;
}

.mall-text {
  font-size: 14px;
  line-height: 1.8;
}
@media print, screen and (max-width: 1023.9px) {
  .mall-text {
    font-size: 12px;
  }
}

.sakura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .sakura {
    margin-top: 20px;
  }
}

.hos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .hos-row {
    margin-top: 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}

.hos {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hos__name {
  text-align: center;
  margin-top: 5px;
  font-size: 22px;
}
@media print, screen and (max-width: 1023.9px) {
  .hos__name {
    font-size: 14px;
    margin-top: 10px;
  }
}

.hos__distance {
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}
@media print, screen and (max-width: 1023.9px) {
  .hos__distance {
    font-size: 12px;
  }
}

.lifeinfo {
  margin-top: 150px;
}
@media print, screen and (max-width: 1023.9px) {
  .lifeinfo {
    margin-top: 100px;
  }
}

.lifeinfo__heading {
  font-size: 30px;
  letter-spacing: 6px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .lifeinfo__heading {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.lifeinfo__heading span {
  display: block;
  font-size: 20px;
  letter-spacing: 2px;
}
@media print, screen and (max-width: 1023.9px) {
  .lifeinfo__heading span {
    font-size: 14px;
  }
}

.tab-area {
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-area {
    margin-top: 30px;
  }
}

.tab-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-list {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
}

.tab {
  cursor: pointer;
  color: #fff;
  background-color: #000;
  padding-block: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.2em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  border: none;
}
@media print, screen and (max-width: 1023.9px) {
  .tab {
    font-size: 11px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}
.tab.-current {
  background-color: #796a56;
}

.spot-list-row {
  counter-reset: list;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list-row {
    margin-top: 30px;
    gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.spot-list li {
  position: relative;
  padding-left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
  font-size: 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list li {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 12px;
    padding-left: 30px;
  }
}
.spot-list li::before {
  content: counter(list);
  counter-increment: list;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  background-color: #796a56;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  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;
}
@media print, screen and (max-width: 1023.9px) {
  .spot-list li::before {
    font-size: 12px;
    width: 20px;
    height: 20px;
  }
}
.spot-list li + li {
  margin-top: 15px;
}

.tab-content {
  display: none;
  margin-top: 80px;
}
@media print, screen and (max-width: 1023.9px) {
  .tab-content {
    margin-top: 20px;
  }
}
.tab-content.-current {
  display: block;
}

@media print, screen and (max-width: 1023.9px) {
  .mall {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}

@media print, screen and (max-width: 1023.9px) {
  .img_wide_sp {
    margin-inline: -6%;
  }
}

.space_btm01 {
  margin-bottom: 4em;
}
@media print, screen and (max-width: 1023.9px) {
  .space_btm01 {
    margin-bottom: 2em;
  }
}

.box01 {
  max-width: 800px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 6em;
}
@media print, screen and (max-width: 1023.9px) {
  .box01 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.5em;
  }
}

.c-copy.c-01 {
  margin-top: 2em;
}
@media print, screen and (max-width: 1023.9px) {
  .c-copy.c-01 {
    margin-top: 2.5em;
  }
}

.fig01 {
  padding-top: 0.3em;
  margin-bottom: -2.3em;
  text-align: right;
}

.mapTab {
  max-width: 1240px;
  margin: 40px auto 15px;
}
@media print, screen and (max-width: 1023.9px) {
  .mapTab {
    margin-bottom: 10px;
    padding: 0 0px;
  }
}
.mapTab .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 1023.9px) {
  .mapTab .tab-list {
    margin-bottom: 10px;
  }
}
.mapTab .tab-list li {
  width: 15.6%;
  background: #000;
  border: 1px solid #000;
  color: #FFF;
  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;
  height: 54px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 1023.9px) {
  .mapTab .tab-list li {
    width: 48.6%;
    height: 45px;
    margin-bottom: 3px;
    font-size: 3vw;
  }
}
.mapTab .tab-list li {
  cursor: pointer;
}
.mapTab .tab-list li.on, .mapTab .tab-list li:hover {
  background: #4d4335;
  color: #FFF;
}