@import url("https://use.typekit.net/gcy2lyv.css");
#location .tab {
  max-width: 910px;
  margin-inline: auto;
}
#location .tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#location .tab ul li {
  width: 50%;
  padding: 0 10px;
  border-left: 1px solid #40332E;
}
@media (max-width: 767px) {
  #location .tab ul li {
    padding: 0 6px;
  }
}
#location .tab ul li:last-child {
  border-right: 1px solid #40332E;
}
#location .tab-item {
  cursor: pointer;
  display: block;
  padding: 18px 0;
}
@media (max-width: 767px) {
  #location .tab-item {
    padding: 11px 0 11px;
  }
}
#location .tab-item .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#location .tab-item .en {
  font-family: "adobe-caslon-pro", serif;
  font-size: 12px;
  letter-spacing: 0.4em;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #location .tab-item .en {
    margin-bottom: 7px;
    font-size: 9px;
  }
}
#location .tab-item .ja {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #location .tab-item .ja {
    margin-bottom: 9px;
    font-size: 16px;
  }
}
#location .tab-item .icon {
  width: 21px;
  height: 11px;
  -webkit-animation: fluffy-arrow 1.5s infinite;
          animation: fluffy-arrow 1.5s infinite;
}
@media (max-width: 767px) {
  #location .tab-item .icon {
    width: 14px;
    height: 7px;
  }
}
#location .tab-item.is-active {
  background: #C3B1A6;
  color: #fff;
  pointer-events: none;
}
@media (min-width: 768px) {
  #location .tab-item:hover {
    background: #ECE6DC;
  }
}
#location .tab-item.no-link {
  pointer-events: none;
}
#location .tab-area {
  padding: 120px 0;
}
@media (max-width: 767px) {
  #location .tab-area {
    padding: 43px 20px 43px;
  }
}
#location .tab-area .inner {
  padding-left: 0;
  padding-right: 0;
}
#location .sec.pb-none {
  padding-bottom: 0;
}
#location .cont-space-lg {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  #location .cont-space-lg {
    padding-bottom: 70px;
  }
}
#location .cont-space-lg-ls {
  padding-bottom: 112px;
}
@media (max-width: 767px) {
  #location .cont-space-lg-ls {
    padding-bottom: 55px;
  }
}
#location .cont-space-lg-s {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  #location .cont-space-lg-s {
    padding-bottom: 40px;
  }
}
#location .cont-space-md {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #location .cont-space-md {
    padding-bottom: 30px;
  }
}
#location .cont-space-small {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  #location .cont-space-small {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #location .cont-padding-sp {
    padding: 0 20px;
  }
}
#location .pt-none {
  padding-top: 0;
}
#location .gradationWhite {
  background-size: 100% 250px !important;
  background-image: url(../img/location/bg-grad01.webp) !important;
  background-repeat: no-repeat !important;
  background-color: #fff !important;
}
#location .location-cont-note {
  padding: 10px 0 0;
}
#location .location-cont-note ul {
  padding-top: 0;
}

@-webkit-keyframes fluffy-arrow {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

@keyframes fluffy-arrow {
  0%, 100% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  50% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.location-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .location-cont {
    gap: 4.2%;
  }
}
@media (max-width: 767px) {
  .location-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .location-cont .img-item {
    width: 50%;
    max-width: 620px;
  }
}
@media (max-width: 767px) {
  .location-cont .img-item {
    margin-bottom: 10px;
  }
}
.location-cont .tx-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-cont .ttl {
  color: #978377;
  padding-bottom: 16px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .location-cont .ttl {
    padding-bottom: 12px;
  }
}
.location-cont .ttl:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#978377), color-stop(70%, #978377), to(transparent));
  background: -webkit-linear-gradient(left, #978377 0%, #978377 70%, transparent 100%);
  background: linear-gradient(90deg, #978377 0%, #978377 70%, transparent 100%);
}
.location-cont .ttl .ttl-tx {
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .location-cont .ttl .ttl-tx {
    padding-bottom: 7px;
    font-size: 20px;
  }
}
.location-cont .ttl .small {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.location-cont .tx {
  letter-spacing: 0.1em;
  font-size: 14px;
  line-height: 2;
}
.location-cont .img-item-list {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .location-cont .img-item-list {
    margin-top: 10px;
  }
}
.location-cont .img-item-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1%;
}
@media (max-width: 767px) {
  .location-cont .img-item-list ul {
    gap: 2%;
  }
}
.location-cont .img-item-list ul li {
  width: 47.95%;
}
@media (max-width: 767px) {
  .location-cont .img-item-list ul li {
    width: 49%;
  }
}
.location-cont.type-02 {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .location-cont.type-02 {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .location-cont.type-02.row-revers {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.location-cont.type-02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #BE9461), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #BE9461 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #BE9461 50%, transparent 100%);
  height: 1px;
  width: 100%;
}
.location-cont.type-02 .ttl {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.location-cont.type-02 .ttl::after {
  display: none;
}
.location-cont.type-02 .ttl .ttl-tx {
  padding-bottom: 5px;
}
.location-cont.type-02 .caption {
  font-size: 14px;
  padding: 10px;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  background: #978377;
}
@media (max-width: 767px) {
  .location-cont.type-02 .caption {
    font-size: 12px;
    padding: 5px;
  }
}

.location-list.row-2 ul li {
  width: 48.45%;
}
@media (max-width: 767px) {
  .location-list.row-2 ul li {
    width: 100%;
  }
  .location-list.row-2 ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.location-list.row-2-pc ul li {
  width: 48.45%;
}
@media (min-width: 768px) {
  .location-list.w1920-row3 ul {
    gap: 1%;
  }
}
@media (min-width: 768px) {
  .location-list.w1920-row3 ul li {
    width: 32.6666666667%;
  }
}
.location-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3.1%;
}
.location-list ul.wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media (min-width: 768px) {
  .location-list ul.wrap li:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .location-list ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.location-list ul li {
  width: 31.2666666667%;
}
@media (max-width: 767px) {
  .location-list ul li {
    width: 48.45%;
  }
  .location-list ul li:nth-child(n+3) {
    margin-top: 20px;
  }
}
.floatArea .location-list {
  width: 100%;
  height: 100%;
}
.floatArea .location-list ul {
  height: 100%;
  display: block;
}
.floatArea .location-list ul li {
  width: 100%;
}
@media (max-width: 767px) {
  .floatArea .location-list ul li:nth-child(n+3) {
    margin-top: 0;
  }
}
.location-list .txRight {
  text-align: right;
}
@media (min-width: 768px) {
  .location-list .txRight-pc {
    text-align: right;
  }
}
.location-list .lead {
  padding-top: 10px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.location-list.type-02 .tx-cont .tx {
  padding-bottom: 5px;
}
.location-list.type-02 .tx-cont .small {
  padding-left: 0;
}
.location-list .caption.tag {
  font-size: 14px;
  padding: 10px;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  background: #978377;
  color: #fff;
}

.floatArea {
  overflow: hidden;
}
@media (min-width: 768px) {
  .floatArea {
    padding-bottom: 50px;
  }
}
.floatArea .wrap {
  max-height: 100%;
  aspect-ratio: 1797/1654;
  max-width: 1797px;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .floatArea .wrap {
    aspect-ratio: 390/795;
  }
}
@media (min-width: 768px) {
  .floatArea .item-01 {
    width: 81.8030050083%;
  }
}
.floatArea .item-02 {
  width: 33.1663884252%;
  margin-left: 22.2593210907%;
  margin-top: 1.0882708585%;
}
@media (max-width: 767px) {
  .floatArea .item-02 {
    margin-left: 8.4615384615%;
    margin-top: 44.875%;
    width: 66.6666666667%;
  }
}
.floatArea .item-03 {
  margin-left: 37.9521424597%;
  width: 62.0478575403%;
}
@media (max-width: 767px) {
  .floatArea .item-03 {
    margin-left: 16.6666666667%;
    margin-top: 11.25% !important;
    width: 83.3333333333%;
  }
}
.floatArea .location-listItem .img {
  margin-bottom: 0.6045949214%;
}
@media (max-width: 767px) {
  .floatArea .location-listItem .img {
    margin-bottom: 0.625%;
  }
}
.floatArea .location-listItem .tx-cont .tx {
  line-height: 1;
}
.floatArea .float-tx {
  padding: 50px 0;
  background: rgba(151, 131, 119, 0.66);
  color: #fff;
  width: 32.8324986088%;
  max-width: 590px;
  position: absolute;
  left: 53.4223706177%;
  top: 36.5175332527%;
}
@media (max-width: 767px) {
  .floatArea .float-tx {
    top: 29.25%;
    padding: 15px 0;
    left: 21.7948717949%;
    width: 78.2051282051%;
  }
}
.floatArea .float-tx .tx {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 2;
  width: 83.3333333333%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .floatArea .float-tx .tx {
    font-size: 14px;
  }
}

.location-listItem .img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .location-listItem .img {
    margin-bottom: 5px;
  }
}
.location-listItem .tx-cont .tx {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .location-listItem .tx-cont .tx {
    font-size: 14px;
    line-height: 1.3;
  }
}
.location-listItem .tx-cont .small {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (min-width: 768px) {
  .location-listItem .tx-cont .small {
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  .location-listItem .tx-cont .small {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .location-imgBox.row-revers .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .location-imgBox.boxType-02 .img-list li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.location-imgBox .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .location-imgBox .box {
    gap: 3.1%;
  }
}
@media (max-width: 767px) {
  .location-imgBox .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .location-imgBox .img-item {
    width: 65.625%;
    max-width: 840px;
  }
}
@media (min-width: 768px) {
  .location-imgBox .img-list {
    width: 31.25%;
  }
}
@media (max-width: 767px) {
  .location-imgBox .img-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3.1%;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .location-imgBox .img-list li:nth-child(n+2) {
    margin-top: 46px;
  }
}
.location-imgBox .tx-cont {
  padding-top: 5px;
}
@media (min-width: 768px) {
  .location-imgBox .tx-cont {
    text-align: right;
  }
}
.location-imgBox .tx-cont .tx {
  letter-spacing: 0.06em;
  line-height: 1;
  font-size: 18px;
}
@media (max-width: 767px) {
  .location-imgBox .tx-cont .tx {
    font-size: 16px;
    line-height: 1.3;
  }
}
.location-imgBox .tx-cont .small {
  font-size: 14px;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.location-point {
  background: #F8F4F1;
  padding: 40px 40px;
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .location-point {
    padding: 30px 15px;
  }
}
.location-point .inr {
  max-width: 1000px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .location-point .inr {
    max-width: 325px;
  }
}
.location-point .ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .location-point .ttl {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
.location-point .ttl span {
  padding-bottom: 14px;
  position: relative;
}
.location-point .ttl span::after {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  position: absolute;
  height: 1px;
  width: 147%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(30%, #978377), color-stop(70%, #978377), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #978377 30%, #978377 70%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #978377 30%, #978377 70%, transparent 100%);
}
.location-point .tx {
  font-size: 16px;
  letter-spacing: 0.09em;
  line-height: 25px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .location-point .tx {
    font-size: 14px;
  }
}
.location-point .tx-small {
  letter-spacing: 0.09em;
  font-size: 12px;
}
.location-point .list li:nth-child(n+2) {
  margin-top: 6px;
}
.location-point .list.item-flex li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .location-point .list.item-flex li {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .location-point .list.item-flex li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.location-point .list.item-flex li .list-ttl {
  width: 124px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .location-point .list.item-flex li .list-ttl {
    margin-bottom: 4px;
  }
}
.location-point .list.item-flex li .tx {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.location-point .list-ttl {
  width: 167px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .location-point .list-ttl {
    width: 151px;
  }
}

.location-service {
  background: -webkit-gradient(linear, left top, right top, from(rgba(164, 153, 145, 0.8)), to(rgba(126, 114, 107, 0.8)));
  background: -webkit-linear-gradient(left, rgba(164, 153, 145, 0.8) 0%, rgba(126, 114, 107, 0.8) 100%);
  background: linear-gradient(90deg, rgba(164, 153, 145, 0.8) 0%, rgba(126, 114, 107, 0.8) 100%);
  color: #fff;
  padding: 50px 20px;
}
@media (max-width: 767px) {
  .location-service {
    padding: 30px 17px;
  }
}
.location-service .ttl {
  text-align: center;
  padding-bottom: 40px;
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .location-service .ttl {
    padding-bottom: 20px;
    line-height: 1.3;
  }
}
.location-service .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1000px;
  margin-inline: auto;
  gap: 4.6%;
}
.location-service .list li {
  width: 30.2666666667%;
}
.location-service .list li:nth-child(n+4) {
  margin-top: 35px;
}
@media (max-width: 900px) {
  .location-service .list li {
    width: 47.7%;
  }
  .location-service .list li:nth-child(n+3) {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .location-service .list li {
    width: 100%;
  }
  .location-service .list li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.location-service .list li .list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 3px;
}
@media (min-width: 768px) {
  .location-service .list li .list-ttl {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .location-service .list li .list-ttl {
    gap: 10px;
  }
}
.location-service .list li .list-ttl .tx {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
.location-service .list li .list-ttl .tag {
  font-size: 12px;
  line-height: 18px;
  padding: 0px 3px;
  background: #978377;
  min-width: 100px;
  height: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  .location-service .list li .list-ttl .tag {
    width: 90px;
    margin-top: 1px;
  }
}
.location-service .list li .list-tx {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.location-service .note {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 12px;
  padding: 0;
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.5;
}

.location-life {
  background: -webkit-gradient(linear, left top, right top, from(rgba(164, 153, 145, 0.8)), to(rgba(126, 114, 107, 0.8)));
  background: -webkit-linear-gradient(left, rgba(164, 153, 145, 0.8) 0%, rgba(126, 114, 107, 0.8) 100%);
  background: linear-gradient(90deg, rgba(164, 153, 145, 0.8) 0%, rgba(126, 114, 107, 0.8) 100%);
  padding: 50px 40px;
  color: #fff;
}
@media (max-width: 767px) {
  .location-life {
    padding: 50px 20px;
  }
}
.location-life .page-subttl {
  padding-bottom: 22px;
}
@media (max-width: 767px) {
  .location-life .page-subttl {
    padding-bottom: 15px;
  }
}
.location-life .page-lead {
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .location-life .page-lead {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .location-life .location-list.row-2 ul li:nth-child(n+2) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .location-swiper .swiper {
    padding-bottom: 20px;
  }
}
.location-swiper .swiper .swiper-slide {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.location-swiper .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.location-swiper .swiper .swiper-slide.swiper-slide-active::after {
  opacity: 0;
}
.location-swiper .swiper .swiper-slide-prev,
.location-swiper .swiper .swiper-slide-next,
.location-swiper .swiper .swiper-slide-duplicate-prev,
.location-swiper .swiper .swiper-slide-duplicate-next {
  -webkit-transform: scale(0.85) !important;
          transform: scale(0.85) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .location-swiper .swiper .swiper-slide-prev,
  .location-swiper .swiper .swiper-slide-next,
  .location-swiper .swiper .swiper-slide-duplicate-prev,
  .location-swiper .swiper .swiper-slide-duplicate-next {
    -webkit-transform: scale(0.9) !important;
            transform: scale(0.9) !important;
  }
}
@media (min-width: 768px) {
  .location-swiper .swiper-pagination {
    display: none;
  }
}
@media (max-width: 767px) {
  .location-swiper .swiper-pagination {
    bottom: 0;
  }
}
.location-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #BE9461;
}

.swiper-button-container {
  max-width: 1222px;
  width: 63.6458333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 767px) {
  .swiper-button-container {
    display: none;
  }
}
.swiper-button-container .swiper-button-prev,
.swiper-button-container .swiper-button-next {
  position: static;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: 0;
}

.location-bnr.max700 {
  max-width: 700px;
  margin-inline: auto;
}

.location-floatCont {
  position: relative;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .location-floatCont {
    padding-bottom: 190px;
  }
}
.location-floatCont .float-img {
  max-width: 1100px;
  width: 86%;
}
@media (max-width: 767px) {
  .location-floatCont .float-img {
    width: 95%;
  }
}
.location-floatCont .float-tx {
  background: rgba(128, 74, 74, 0.75);
  color: #fff;
  width: 560px;
  padding: 50px 70px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 767px) {
  .location-floatCont .float-tx {
    padding: 15px;
    width: 90%;
    bottom: calc(50% - 83px);
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.location-floatCont .float-tx .ttl {
  padding-bottom: 13px;
}
@media (max-width: 767px) {
  .location-floatCont .float-tx .ttl {
    padding-bottom: 7px;
  }
}
.location-floatCont .float-tx .ttl .small {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 12px;
}
@media (max-width: 767px) {
  .location-floatCont .float-tx .ttl .small {
    font-size: 14px;
  }
}
.location-floatCont .float-tx .ttl .lg {
  font-size: 26px;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 767px) {
  .location-floatCont .float-tx .ttl .lg {
    font-size: 20px;
  }
}
.location-floatCont .float-tx .tx {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .location-floatCont .float-tx .tx {
    font-size: 14px;
    line-height: 1.75;
  }
}
.location-floatCont.right .float-tx {
  right: 0;
}
.location-floatCont.left .float-img {
  margin-left: auto;
}
.location-floatCont.left .float-tx {
  left: 0;
}

.location-ttl-icon.page-ttl-icon .tx {
  line-height: 70px;
}
@media (max-width: 767px) {
  .location-ttl-icon.page-ttl-icon .tx {
    line-height: 1.5;
  }
}

.location-territory {
  mix-blend-mode: multiply;
}

.territory-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .territory-cont {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}
.territory-cont.row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.territory-cont.row-revers .txBox {
  margin-left: 4.4%;
  margin-right: 0;
}
@media (max-width: 767px) {
  .territory-cont.row-revers .txBox {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .territory-cont.row-revers .main-img {
    margin-left: 0;
  }
}
.territory-cont.row-revers .sub-img ul {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .territory-cont.row-revers .ttl {
    right: 2.5641025641%;
    left: auto;
  }
}
.territory-cont .imgBox {
  width: 72.9%;
}
@media (max-width: 900px) {
  .territory-cont .imgBox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .territory-cont .imgBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .territory-cont .main-img {
    width: 83.3333333333%;
    margin-left: auto;
  }
}
.territory-cont .main-img .caption-cont .caption {
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .territory-cont .main-img .caption-cont .caption.mb-sp-small {
    margin-bottom: 2px;
  }
}
.territory-cont .txBox {
  width: 18.2%;
  margin-right: 4.4%;
}
@media (max-width: 1100px) {
  .territory-cont .txBox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .territory-cont .txBox {
    width: 100%;
    margin-right: 0;
  }
}
.territory-cont .sub-img {
  padding-top: 12px;
}
@media (max-width: 767px) {
  .territory-cont .sub-img {
    padding-top: 42px;
    width: 83.3333333333%;
    margin-inline: auto;
  }
}
.territory-cont .sub-img ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.territory-cont .sub-img ul li {
  max-width: 400px;
}
@media (max-width: 767px) {
  .territory-cont .sub-img ul li {
    max-width: 100%;
  }
}
.territory-cont .sub-img ul li:nth-child(1) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .territory-cont .sub-img ul li:nth-child(1) {
    margin-right: 11px;
  }
}
@media (max-width: 1100px) {
  .territory-cont .sub-img .caption {
    word-wrap: break-word;
  }
}
@media (max-width: 767px) {
  .territory-cont .sub-img .caption {
    word-wrap: normal;
  }
}
.territory-cont .ttl {
  margin-inline: auto;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .territory-cont .ttl {
    margin-bottom: 25px;
    margin-bottom: 0;
    position: absolute;
    left: 2.5641025641%;
  }
}
.territory-cont .ttl.skytree {
  width: 50px;
}
@media (max-width: 767px) {
  .territory-cont .ttl.skytree {
    width: 40px;
    top: -20px;
  }
}
.territory-cont .ttl.minamisenjyu {
  width: 106px;
}
@media (max-width: 767px) {
  .territory-cont .ttl.minamisenjyu {
    width: 45px;
    top: 30px;
  }
}
.territory-cont .ttl.kachikura {
  width: 92px;
}
@media (max-width: 767px) {
  .territory-cont .ttl.kachikura {
    width: 40px;
    top: 20px;
  }
}
.territory-cont .ttl.ueno {
  width: 72px;
}
@media (max-width: 767px) {
  .territory-cont .ttl.ueno {
    width: 47px;
    top: 35px;
  }
}
@media (max-width: 767px) {
  .territory-cont .tx-wrap {
    padding: 30px 20px 0px;
  }
}
.territory-cont .sub-ttl {
  font-size: 20px;
  letter-spacing: 0.06em;
  line-height: 2;
  padding-bottom: 20px;
}
.territory-cont .tx {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .territory-cont .tx {
    padding-bottom: 20px;
  }
}
.territory-cont.bgGreen01 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F0EA), color-stop(7.5%, #F4F0EA), color-stop(7.5%, rgba(223, 239, 236, 0.5)));
  background: -webkit-linear-gradient(#F4F0EA 0%, #F4F0EA 7.5%, rgba(223, 239, 236, 0.5) 7.5%);
  background: linear-gradient(#F4F0EA 0%, #F4F0EA 7.5%, rgba(223, 239, 236, 0.5) 7.5%);
}
@media (max-width: 767px) {
  .territory-cont.bgGreen01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#F4F0EA), color-stop(0.5%, #F4F0EA), color-stop(0.5%, rgba(223, 239, 236, 0.5)));
    background: -webkit-linear-gradient(#F4F0EA 0%, #F4F0EA 0.5%, rgba(223, 239, 236, 0.5) 0.5%);
    background: linear-gradient(#F4F0EA 0%, #F4F0EA 0.5%, rgba(223, 239, 236, 0.5) 0.5%);
  }
}
.territory-cont.bgOrange {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 239, 236, 0.5)), color-stop(7.5%, rgba(223, 239, 236, 0.5)), color-stop(7.5%, rgba(222, 192, 156, 0.45)));
  background: -webkit-linear-gradient(rgba(223, 239, 236, 0.5) 0%, rgba(223, 239, 236, 0.5) 7.5%, rgba(222, 192, 156, 0.45) 7.5%);
  background: linear-gradient(rgba(223, 239, 236, 0.5) 0%, rgba(223, 239, 236, 0.5) 7.5%, rgba(222, 192, 156, 0.45) 7.5%);
}
@media (max-width: 767px) {
  .territory-cont.bgOrange {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 239, 236, 0.5)), color-stop(1.5%, rgba(223, 239, 236, 0.5)), color-stop(1.5%, rgba(222, 192, 156, 0.45)));
    background: -webkit-linear-gradient(rgba(223, 239, 236, 0.5) 0%, rgba(223, 239, 236, 0.5) 1.5%, rgba(222, 192, 156, 0.45) 1.5%);
    background: linear-gradient(rgba(223, 239, 236, 0.5) 0%, rgba(223, 239, 236, 0.5) 1.5%, rgba(222, 192, 156, 0.45) 1.5%);
  }
}
.territory-cont.bgPurple {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 192, 156, 0.45)), color-stop(7.5%, rgba(222, 192, 156, 0.45)), color-stop(7.5%, rgba(206, 190, 218, 0.55)));
  background: -webkit-linear-gradient(rgba(222, 192, 156, 0.45) 0%, rgba(222, 192, 156, 0.45) 7.5%, rgba(206, 190, 218, 0.55) 7.5%);
  background: linear-gradient(rgba(222, 192, 156, 0.45) 0%, rgba(222, 192, 156, 0.45) 7.5%, rgba(206, 190, 218, 0.55) 7.5%);
}
@media (max-width: 767px) {
  .territory-cont.bgPurple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(222, 192, 156, 0.45)), color-stop(1.5%, rgba(222, 192, 156, 0.45)), color-stop(1.5%, rgba(206, 190, 218, 0.55)));
    background: -webkit-linear-gradient(rgba(222, 192, 156, 0.45) 0%, rgba(222, 192, 156, 0.45) 1.5%, rgba(206, 190, 218, 0.55) 1.5%);
    background: linear-gradient(rgba(222, 192, 156, 0.45) 0%, rgba(222, 192, 156, 0.45) 1.5%, rgba(206, 190, 218, 0.55) 1.5%);
  }
}
.territory-cont.bgGreen02 {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 190, 218, 0.55)), color-stop(7.5%, rgba(206, 190, 218, 0.55)), color-stop(7.5%, rgba(155, 187, 177, 0.7)));
  background: -webkit-linear-gradient(rgba(206, 190, 218, 0.55) 0%, rgba(206, 190, 218, 0.55) 7.5%, rgba(155, 187, 177, 0.7) 7.5%);
  background: linear-gradient(rgba(206, 190, 218, 0.55) 0%, rgba(206, 190, 218, 0.55) 7.5%, rgba(155, 187, 177, 0.7) 7.5%);
}
@media (max-width: 767px) {
  .territory-cont.bgGreen02 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(206, 190, 218, 0.55)), color-stop(1.5%, rgba(206, 190, 218, 0.55)), color-stop(1.5%, rgba(155, 187, 177, 0.7)));
    background: -webkit-linear-gradient(rgba(206, 190, 218, 0.55) 0%, rgba(206, 190, 218, 0.55) 1.5%, rgba(155, 187, 177, 0.7) 1.5%);
    background: linear-gradient(rgba(206, 190, 218, 0.55) 0%, rgba(206, 190, 218, 0.55) 1.5%, rgba(155, 187, 177, 0.7) 1.5%);
  }
}

.tab-contArea {
  background: transparent url(../img/location/bg.webp) repeat-y center top/1920px 6092px;
}

.tab-contArea-container {
  position: relative;
  padding-top: 355px;
  background-color: #F4F0EA;
  -webkit-transition: background-color 0.75s linear;
  transition: background-color 0.75s linear;
}
@media (max-width: 767px) {
  .tab-contArea-container {
    padding-top: 156px;
  }
}
.tab-contArea-container .tab-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent !important;
}
.tab-contArea-container .num-02 {
  display: none;
}
.tab-contArea-container.is-change {
  background-color: transparent;
}

.location-spot .ttl {
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
}
.location-spot .ttl.sub {
  font-size: 14px;
  color: #fff;
  padding: 8px 0;
  background: #40332E;
}
@media (max-width: 767px) {
  .location-spot .ttl.sub {
    line-height: 1.8;
  }
}
.location-spot .ttl.main {
  font-size: 18px;
  margin-bottom: 15px;
}
.location-spot .ttl.main span {
  position: relative;
  padding: 24px 0 10px;
}
.location-spot .ttl.main span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #BE9461), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #BE9461 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #BE9461 50%, transparent 100%);
  height: 1px;
  width: 135%;
}
.location-spot .pin {
  max-width: 43px;
  width: 3.9%;
}
@media (max-width: 767px) {
  .location-spot .pin {
    width: 6.8%;
  }
}
.location-spot .body {
  background: #fff;
  padding-bottom: 27px;
}
.location-spot .imgBox {
  max-width: 1100px;
  margin-inline: auto;
  aspect-ratio: 1100/1078;
  position: relative;
}
@media (max-width: 767px) {
  .location-spot .imgBox {
    aspect-ratio: 325/482;
  }
}
.location-spot .imgBox .pin-list {
  position: absolute;
  inset: 0;
}
.location-spot .main-img {
  position: relative;
  z-index: 1;
}
.location-spot .main-img area {
  cursor: pointer;
}
.location-spot .pin-list {
  pointer-events: none;
}
.location-spot .pin-list ul {
  position: relative;
  z-index: 2;
  height: 100%;
}
.location-spot .pin-list ul li {
  position: absolute;
  cursor: pointer;
}
.location-spot .pin-list ul li.pin-num-01 {
  top: 27%;
  left: 60%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-01 {
    top: 24%;
    left: 72%;
  }
}
.location-spot .pin-list ul li.pin-num-02 {
  top: 34%;
  left: 56%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-02 {
    top: 33%;
    left: 66%;
  }
}
.location-spot .pin-list ul li.pin-num-03 {
  top: 40%;
  left: 49%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-03 {
    top: 40%;
    left: 53%;
  }
}
.location-spot .pin-list ul li.pin-num-04 {
  top: 57%;
  left: 36.5%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-04 {
    left: 33.5%;
  }
}
.location-spot .pin-list ul li.pin-num-05 {
  top: 60.5%;
  left: 34%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-05 {
    top: 64%;
    left: 29%;
  }
}
.location-spot .pin-list ul li.pin-num-06 {
  top: 64.5%;
  left: 32%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-06 {
    top: 69%;
    left: 25%;
  }
}
.location-spot .pin-list ul li.pin-num-07 {
  top: 39.5%;
  left: 57.5%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-07 {
    top: 40.5%;
    left: 67.5%;
  }
}
.location-spot .pin-list ul li.pin-num-08 {
  top: 62.5%;
  left: 50%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-08 {
    top: 65.5%;
    left: 55%;
  }
}
.location-spot .pin-list ul li.pin-num-09 {
  top: 68%;
  left: 47%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-09 {
    top: 72%;
    left: 50%;
  }
}
.location-spot .pin-list ul li.pin-num-10 {
  top: 71%;
  left: 44%;
}
@media (max-width: 767px) {
  .location-spot .pin-list ul li.pin-num-10 {
    top: 76.5%;
    left: 45%;
  }
}
.location-spot .pin-list ul li a {
  pointer-events: visible;
  -webkit-animation: fluffy 3s infinite;
          animation: fluffy 3s infinite;
}

.location-spot-caption {
  line-height: 1.5;
  max-width: 1100px;
  margin-inline: auto;
}

@-webkit-keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes fluffy {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
.spot-modal {
  display: none;
  position: fixed;
  top: 122px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .spot-modal {
    top: 0;
  }
}
.spot-modal .bg {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 11;
}
.spot-modal .main {
  position: absolute;
  z-index: 11;
  max-width: 1000px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #F4F0EA;
  padding: 14px 15px;
}
@media (max-width: 1100px) {
  .spot-modal .main {
    width: 95%;
  }
}
.spot-modal .spot-swiper {
  max-width: 850px;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 767px) {
  .spot-modal .spot-swiper {
    padding-bottom: 40px;
  }
}
.spot-modal .spot-swiper .swiper {
  max-width: 750px;
  margin-inline: auto;
}
@media (max-width: 1100px) {
  .spot-modal .spot-swiper .swiper {
    max-width: 700px;
  }
}
.spot-modal .spot-swiper .navigation-container {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.spot-modal .spot-swiper .navigation-container.navigation-tx {
  height: 37px;
  max-width: 900px;
  bottom: 0;
}
.spot-modal .spot-swiper .navigation-container.navigation-arrow {
  top: 54%;
  height: 45px;
}
@media (max-width: 1100px) {
  .spot-modal .spot-swiper .navigation-container.navigation-arrow {
    width: 95%;
    min-width: 725px;
  }
}
@media (max-width: 767px) {
  .spot-modal .spot-swiper .navigation-container.navigation-arrow {
    width: 109.5%;
    max-width: 710px;
  }
}
.spot-modal .spot-swiper .navigation-container .left {
  left: 0;
}
.spot-modal .spot-swiper .navigation-container .right {
  right: 0;
}
.spot-modal .spot-swiper .navigation-container .btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 76px;
}
@media (max-width: 767px) {
  .spot-modal .spot-swiper .navigation-container .btn {
    width: 68px;
  }
}
.spot-modal .spot-swiper .navigation-container .btn.arrow {
  width: 22px;
}
@media (max-width: 1100px) {
  .spot-modal .spot-swiper .navigation-container .btn.arrow {
    width: 11px;
  }
}
.spot-modal .slide-item {
  max-width: 1200px;
  margin-inline: auto;
}
.spot-modal .head {
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .spot-modal .head {
    padding-bottom: 15px;
  }
}
.spot-modal .ttl-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.spot-modal .pin {
  width: 28px;
}
@media (max-width: 767px) {
  .spot-modal .pin {
    width: 23px;
  }
}
.spot-modal .ttl {
  font-size: 22px;
  letter-spacing: 0.06em;
  line-height: 1;
  position: relative;
}
@media (max-width: 900px) {
  .spot-modal .ttl {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .spot-modal .ttl {
    line-height: 1.3;
    text-align: center;
  }
}
.spot-modal .ttl.fz-sp {
  font-size: 18px;
}
.spot-modal .ttl::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #BE9461), to(transparent));
  background: -webkit-linear-gradient(left, transparent 0%, #BE9461 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, #BE9461 50%, transparent 100%);
  height: 1px;
  width: 100%;
  max-width: 290px;
}
.spot-modal .ttl .small {
  font-size: 14px;
}
@media (max-width: 767px) {
  .spot-modal .ttl .small {
    font-size: 12px;
  }
}
@media (max-width: 900px) {
  .spot-modal .ttl .small.sp-db {
    display: block;
    text-align: center;
    line-height: 1.5;
  }
}
.spot-modal .lead {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-align: center;
}
@media (max-width: 767px) {
  .spot-modal .lead {
    text-align: left;
  }
}
.spot-modal .lead .small {
  font-size: 12px;
}
@media (max-width: 767px) {
  .spot-modal .lead .small {
    font-size: 10px;
    display: inline;
  }
}
.spot-modal .spot-modal-close {
  position: absolute;
}
@media (min-width: 768px) {
  .spot-modal .spot-modal-close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  .spot-modal .spot-modal-close {
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.spot-modal-close {
  color: #978377;
  border: 1px solid #978377;
  padding: 10px 15px 6px;
  font-family: "adobe-caslon-pro", serif;
  font-size: 20px;
  letter-spacing: 0.06em;
  background: #fff;
  cursor: pointer;
}
@media (max-width: 767px) {
  .spot-modal-close {
    font-size: 16px;
    padding: 9px 15px 5px;
  }
}

.gourmet-map {
  max-width: 1000px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .asakusa-head .cont-space-lg-s {
    padding-bottom: 55px !important;
  }
}

.liner-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.liner-swiper .swiper-slide {
  width: 33.333%;
}

@media (max-width: 767px) {
  .location-list .caption.tag {
    font-size: 12px;
    padding: 5px;
  }
}

.page-subttl.border-ttl {
  padding-top: 15px;
  margin-bottom: 20px;
  border-top: 1px solid #BE9360;
  border-bottom: 1px solid #BE9360;
}

.territory-cont.bgGreen01 {
  background: #E9EFEC;
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  .territory-cont.bgGreen01 {
    padding-bottom: 70px !important;
  }
}
.territory-cont.bgOrange {
  background: #F6F3ED;
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  .territory-cont.bgOrange {
    padding-bottom: 70px !important;
  }
}
.territory-cont.bgPurple {
  background: #EBE8ED;
  padding-bottom: 180px !important;
}
@media (max-width: 767px) {
  .territory-cont.bgPurple {
    padding-bottom: 70px !important;
  }
}
.territory-cont.bgGreen02 {
  background: #EDF3EC;
}

.territory-cont .main-img {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}
@media (max-width: 767px) {
  .territory-cont .main-img {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}