.umeda .note,
.nakazakicho .note{
  letter-spacing: .1rem;
  font-size: clamp(1.2rem, 0.95vw, 1.6rem);
}


.umeda-bg-01 .inner{
  padding: 120px 0;
}
.umeda-bg-01{
  background: url(../img/location/umeda/umeda-bg01.webp) no-repeat center center / cover;
  position: relative;
  z-index: 1;
}
.umeda-bg-02{
  background: url(../img/location/umeda/umeda-bg02.webp) no-repeat center center / cover;
  margin-top: -40px;
}
.umeda-bg-03{
  background: url(../img/location/umeda/umeda-bg03.webp) no-repeat center center / cover;
  margin-top: -30px;
  padding-top: 30px;
}
.general-section .inner.inner-spot{
  padding-bottom: 0;
}
.umeda-bg-04{
  background-color: #3A6B7C;
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
}
.umeda-bg-04 .link-block{
  background: #fff url(../img/location/umeda/link-block-bg-umeda.webp) no-repeat center center;
  background-size: cover;
}
.umeda-bg-04 .more-title{
  color: #333;
}
.umeda-bg-04 .more-title-sub{
  color: #333;
}
.location-content .loc-slide-section.grandgreen{
  margin-bottom: 80px;
}
.spot-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 100px 0 60px;
}
.spot-item{
  width: 50%;
}
.spot-item:last-child{
  padding: 0 40px;
}
.spot-title{
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
.spot-lead{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.spot-lists{
  border-bottom: 1px solid #333;
}
.spot-lists-title{
  font-size: 24px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spot-lists-title:before,
.spot-lists-title:after {
  border-top: 1px solid black;
  content: "";
  width: 166px; 
}
.spot-lists-title:before {
  margin-right: 10px; 
}
.spot-lists-title:after {
  margin-left: 10px; 
}

.spot-list{
  font-size: 20px;
  margin-bottom: 20px;
  padding: 0 60px;
}
.spot-list span{
  color: #81385F;
}
.spot-note{
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 30px;
  padding: 0 60px;
}
@media screen and (max-width: 767px) {
  .umeda .section-title,
  .nakazakicho .section-title {
    font-size: 4.6rem;
  }
  /* .umeda-top-img{
    width: 90%;
    margin: 0 auto;
  } */
  .umeda-bg-01{
    background: url(../img/location/umeda/umeda-bg01-sp.webp) no-repeat center center / cover;
  }
  .umeda-bg-02{
    background: url(../img/location/umeda/umeda-bg02-sp.webp) no-repeat center center / cover;
  }
  .umeda-bg-03{
    background: url(../img/location/umeda/umeda-bg03-sp.webp) no-repeat center center / cover;
  }
  #area03 .inner.inner-middle{
    width: 100%;
  }
  .umeda-bg-04{
    background-color: #3A6B7C;
    margin-top: -50px;
    padding-bottom: 50px;
    position: relative;
  }
  .umeda-bg-04 .link-block{
    background: #fff url(../img/location/umeda/link-block-bg-umeda-sp.webp) no-repeat center center;
    background-size: cover;
  }
  .spot-flex{
    flex-wrap: wrap-reverse;
    padding: 80px 0 20px;
    gap: 40px;
    width: 90%;
    margin: 0 auto;
  }
  .spot-item{
    width: 100%;
  }
  .spot-item:last-child{
    padding: 0;
  }
  .spot-title{
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .spot-lead{
    font-size: 1.2rem;
    margin-bottom: 40px;
  }
  .spot-lists-title{
    font-size: 2rem;
  }
  .spot-lists-title:before,
  .spot-lists-title:after {
    width: 62px; 
  }
  .spot-list{
    font-size: 1.6rem;
    padding: 0 20px;
  }
  .spot-note{
    font-size: 14px;
    padding: 0 20px;
  }
}

.location-bg-01 .inner{
  padding: 120px 0;
}
.nakazaki-flex-wrap{
  position: relative;
}
.nakazaki-flex{
  display: flex;
  flex-wrap: wrap;
}
.nakazaki-flex-item{
  width: 50%;
}
.img-circle{
  position: absolute;
  top: -24%;
  right: 12%;
  width: 20%;
  max-width: 180px;
  animation: rotateAnimation 20s linear infinite;
}
@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.is-purple{
  color: #806D83;
}
.general-section .inner.inner-mid{
  max-width: 1000px;
}
.location-bg-01{
  background: url(../img/location/nakazakicho/nakazakicho-bg01.webp) no-repeat center center / cover;
}
.location-bg-02{
  background: url(../img/location/nakazakicho/nakazakicho-bg02.webp) no-repeat center center / cover;
}
.location-bg-03{
  background: url(../img/location/nakazakicho/life-block-bg.webp) no-repeat center center / cover;
}
.location-bg-04{
  background-color: #8E5272;
  margin-top: -50px;
  padding-bottom: 50px;
  position: relative;
}
.general-section .inner-middle {
    padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .umeda .section-title,
  .nakazakicho .section-title {
    font-size: 4.6rem;
  }
  .nakazaki-flex-item{
    width: 100%;
  }
  .img-circle{
    top: -12%;
    right: 5%;
    width: 28%;
    max-width: 160px;
  }
    .location-bg-01{
      background: url(../img/location/nakazakicho/nakazakicho-bg01-sp.webp) no-repeat center center / cover;
    }
    .location-bg-02{
      background: url(../img/location/nakazakicho/nakazakicho-bg02-sp.webp) no-repeat center center / cover;
    }
    .location-bg-03{
      background: url(../img/location/nakazakicho/life-block-bg-sp.webp) no-repeat center center / cover;
    }
    .general-section .inner-middle {
        padding: 60px 0;
    }
    .area02-mv{
      margin: 0 auto;
    }
}

.loc-slide-section {
    padding: 60px 0 120px;
    margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 787px) {
  .loc-slide-section{
    margin-right: calc(50% - 80vw);
    overflow: hidden;
  }
}
.loc-slide-wrap .slick-list{
  margin-bottom: 20px;
}
.loc-slide-wrap .slick-dots{
  bottom: -48px;
}
@media screen and (max-width: 767px){
.loc-slide-wrap .slick-dots{
    bottom: -34px;
  }
}
.loc-slide-wrap .slick-track{
  display: flex !important;
  align-items: stretch;
}
.loc-slide-arrow{
  cursor: pointer;
  height: 50px;
  width: 50px;
  display: grid;
  place-items: center;
  padding: 15px;
  background: #C0A877;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px){
	.loc-slide-arrow{
		position: absolute;
		bottom: -52px;
		width: 40px;
    height: 40px
	}
}

.loc-slide-slide.slick-slide img{
  transform: scale(.84) translateX(-10px);
  transition: 0.4s ease-out;
  transform-origin: right bottom;
}
.loc-slide-slide.slick-slide.slick-current img{
  transform: scale(1);
  transform-origin: right bottom;
}
.loc-slide-slide.slick-slide p{
  opacity: 0;
}
.loc-slide-slide.slick-slide.slick-current p{
  opacity: 1;
  transition: 0.4s ease-out;
}
.loc-slide-slide .img-wrapper{
	margin-bottom: 20px;
}
.loc-slide-copy{
	font-size: 2rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px){
	.loc-slide-copy{
		font-size: 1.6rem;
	}
}
.loc-slide-note{
	font-size: 1.4rem;
	line-height: 1.4;
}
@media screen and (max-width: 767px){
	.loc-slide-note{
		font-size: 1.2rem;
	}
}

#area02 .primary-heading{
  margin-bottom: 10px;
}
.slide-wrap + .slide-wrap{
  padding-top: 70px;
}
.slick-dotted.loc-container-02{
	margin: 50px auto;
}

@media screen and (max-width: 767px){
	#area02 .inner.inner-middle{
    width: 100%;
	}
	.loc-container-02{
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		gap: 0;
	}
}
.loc-container-02 .slick-dots{
  bottom: -32px;
}
.loc-container-02 .slick-dots:nth-child(2){
  display: none;
}
.loc-container-02 .slick-dots li{
	width: auto;
	height: auto;
	opacity: .5;
}
.loc-container-02 .slick-dots li.slick-active{
	opacity: 1;
  z-index: 5;
}
.loc-container-02 .slick-dots li button{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #806D83;
	cursor: pointer;
}
.loc-container-02 .slick-dots li button:before{
	content: none;
}
.loc-container-02 .img-wrapper{
	margin: 0 15px;
}
@media screen and (max-width: 767px){
	.slick-dotted.loc-container-02{
		margin: 25px auto;
	}
	.loc-container-02 .slick-dots{
		margin-top: 15px;
	}
  .loc-container-02 .slick-dots li button{
    width: 8px;
    height: 8px;
    padding: 4px;
  }
  .loc-container-02 .img-wrapper{
    margin: 0 10px;
  }
}

#area03 {
  position: relative;
  z-index: 1;
}
#area03 .location-content{
  padding: 120px 0;
}
.box-items{
  background: #fff;
  border: 1px solid #B2AC7B;
  border-radius: 15px;
  margin-top: 80px;
}
.box-items:first-child{
  margin-top: 100px;
}
.box-flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 60px 50px;
}
.box-item:first-child{
  width: calc(50% - 100px);
}
.box-item:last-child{
  width: calc(50% - 40px);
}
.slick-dotted.slick-slider.box-item:last-child{
  margin-bottom: 0;
}
.box-title{
  font-size: 3.4rem;
  line-height: 1.2;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #B2AC7B;
}
.box-lead{
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: .1rem;
}
.box-slide .slick-dots{
  bottom: -30px;
  right: calc(50% + 50px);
}

.box-slide .slick-dots li{
	width: auto;
	height: auto;
	opacity: .5;
}
.box-slide .slick-dots li.slick-active{
	opacity: 1;
  z-index: 5;
}
.box-slide .slick-dots li button{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #B2AC7B;
	cursor: pointer;
}
.box-slide .slick-dots li button:before{
	content: none;
}
.box-item .img-wrapper .caption.has-bg{
  right: 14px;
}
.more-text{
  font-size: 2.2rem;
  letter-spacing: .1rem;
  margin: 50px auto 40px;
}
.link-block{
  background: #fff url(../img/location/nakazakicho/link-block-bg.webp) no-repeat center center;
  background-size: cover;
  max-width: 800px;
  margin: 0 auto;
}
.more-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.more-flex-item:first-child{
  width: 55%;
}
.more-flex-item:last-child{
  width: 45%;
  padding: 32px 0;
}
.more-lead{
  font-size: 1.6rem;
  letter-spacing: .1rem;
  margin-bottom: 20px;
}
.more-title{
  font-size: 4.4rem;
  letter-spacing: .1rem;
  margin-bottom: 20px;
  color: #81385F;
}
.more-title-sub{
  font-size: 1.8rem;
  letter-spacing: .1rem;
  margin-bottom: 30px;
  color: #81385F;
}
.more-flex .more-btn{
  margin: 0 auto;
  height: 50px;
}
.life-text{
  margin-top: 60px;
}
.loc-container .slick-dots{
  text-align: left;
  margin-left: 60px;
}
.loc-container .slick-dots li{
	width: auto;
	height: auto;
	opacity: .5;
  margin: 0;
}
.loc-container .slick-dots li.slick-active{
	opacity: 1;
  z-index: 5;
}
.loc-container .slick-dots li button {
    width: 60px;
    height: 2px;
    background: #707070;
    cursor: pointer;
    padding: 0;
}
.loc-container .slick-dots li button:before{
	content: none;
}
@media screen and (max-width: 767px) {
  .umeda .is-round,
  .nakazakicho .is-round{
    border-radius: 7px;
  }
  #area03 .location-content{
    padding: 60px 0;
  }
  .box-flex{
    padding: 50px 36px 80px;
  }
  .box-items{
    margin-top: 40px;
  }
  .box-item:first-child,
  .box-item:last-child{
    width: 100%;
  }
  .box-title{
    font-size: 1.8rem;
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  .box-lead{
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .box-slide .slick-dots{
    right: unset;
    bottom: -45px;
  }
  .box-slide .slick-dots li button{
    padding: 4px;
  }
  .link-block{
    background: #fff url(../img/location/nakazakicho/link-block-bg-sp.webp) no-repeat center center;
    background-size: cover;
  }
  .more-flex-item:first-child,
  .more-flex-item:last-child{
    width: 100%;
  }
  .more-lead{
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .more-title{
    font-size: 4.2rem;
    margin-bottom: 12px;
  }
  .more-title-sub{
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
  .more-flex .more-btn{
    height: 40px;
  }
  .loc-container .slick-dots li button {
      width: 34px;
  }
}







/* CONTENTSãƒ–ãƒ­ãƒƒã‚¯ */
.under-contents-section .inner {
    position: relative;
}
.contents-bg {
    max-width: 170px;
    position: absolute;
    top: 100px;
    right: -100px;
}
.contents-lists {
    margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
    .contents-lists {
        margin: 40px auto 0;
    }
}
.contents-list {
    position: relative;
}
.contents-list::after {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    content: '';
    background: url(../img/common/arrow-pink.svg) no-repeat center center #fff;
    background-size: 16px auto;
    color: #bc8fa7;
    border-radius: 50%;
    bottom: 8%;
    right: 4%;
    position: absolute;
}
.contents-list-name {
    font-size: 3rem;
    position: absolute;
    top: 8%;
    left: 4%;
    font-style: italic;
    color: #fff;
}
.contents-list-name-sub {
    margin-top: 10px;
    font-size: 1.6rem;
    display: block;
    font-style: normal;
}
.contents-list .img-wrapper .caption {
    bottom: 4%;
    left: 4%;
    right: auto;
}