.location-main {
    margin-top: 93px;
    position: relative;
}
.location-first-view {
	width: 100%;
	margin: 0 auto 83px;
}

.location-first-view--container {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	margin-bottom: 75px;

}

.location-first-view--text {
	width: 121px;
	margin-right: 25px;
}

.location-360view-contents {
	width: calc(100vw - 229px);
}

.location-360view {
	position: relative;
	padding-bottom: 740px;
	margin-bottom: 8px;
	height: 0;
	overflow: hidden;
}

.location-360view iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.location-first-view--notes {
	text-align: right;
	font-size: .11rem;
	margin-right: 9px;
}

.location-first-view--caption p {
	text-align: center;
	font-size: .24rem;
	margin-bottom: 7px;
	letter-spacing: 0.17em;
}

.location-about {
	background-color: #EFEFEF;
	padding: 67px 0 33px;
	margin-bottom: 82px;
}

.location-about .location-about--img__container {
	display: flex;
	justify-content: space-between;
	width: 1366px;
	max-width: 100%;
	margin: 0 auto 34px;
}

.location-about img {
	width: 425px;
	max-width: 32%;
}

.location-about p {
	width: 720px;
	max-width: 100%;
	line-height: 2.3;
	font-size: .16rem;
}


.location-about_text1{
	margin: 0 auto;
	margin-bottom: 37px;
}

.location-about_text2{
	margin: 0 auto;
	margin-bottom: 55px
}

.location-about_text3{
	margin: 0 auto;
	margin-top: 55px;
	margin-bottom: 37px;
}

.location-map--heading {
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.location-map--heading h2 {
	font-size: .56rem;
	font-family: "Cormorant Garamond", serif;
	letter-spacing: 0.1em;
	margin-bottom: -4px;
}

.location-map--heading span {
	color: #B49A6D;
	font-size: .20rem;
	display: block;
	margin-bottom: 40px;
}

.location-map--heading p {
	margin-bottom: 12px;
	letter-spacing: 0.01em;
}

/* .location-map--img {
    margin-bottom: 14px;
} */

.location-map--img img {
	width: 100%;
	display: block;
}

.map-clip {
	position: absolute;
	margin: auto;
	/*background-color: #0d40e663;*/
	clip-path: circle(40%);
	width: 15%;
	padding-bottom: 14%;
}

.omoromachi-clip {
	top: 3.7vw;
	left: 80.4vw;
}

.makishino-clip {
	top: 22vw;
	left: 72.2vw;
	width: 12%;
}

.miebashi-clip {
	top: 17.6vw;
	left: 59.2vw;
	width: 11.5%;
}

.kentyoumae-clip {
	top: 27.2vw;
	left: 52vw;
	width: 10.5%;
	padding-bottom: 13%;
}

.asahibashi-clip {
	left: 42.9vw;
	top: 30.8vw;
	width: 10.5%;
	padding-bottom: 13%;
}

.tsubogawa-clip {
	bottom: -1.1vw;
	left: 45.5vw;
	width: 11.5%;
}

.naha-airport-clip {
	bottom: 1vw;
	left: -5.7vw;
}

.location-map--img__box {}

.location-map--img {
	margin-bottom: 82px;
	position: relative;
}

.location-main h3 {
	text-align: center;
	color: #AC926F;
	position: relative;
	font-size: .24rem;
	margin-bottom: 33px;
	letter-spacing: 0.01em;
}

.location-main h3::before {
	content: "";
	display: block;
	width: 97px;
	height: 1px;
	background-color: #AC926F;
	position: absolute;
	top: 9px;
	bottom: 0;
	left: 18.5%;
	margin: auto;
}

.location-main h3::after {
	content: "";
	display: block;
	width: 97px;
	height: 1px;
	background-color: #AC926F;
	position: absolute;
	top: 9px;
	bottom: 0;
	right: 18.5%;
	margin: auto;
}

.location-explanation {
    margin-bottom: 30px;
    line-height: 2.1;
    font-size: .16rem;
}
.location-container {
    width: 883px;
    max-width: 100%;
    margin: 0 auto 0;
    padding: 66px 20px 58px;
}

.location-back .location-map--heading span {
	margin-bottom: 30px;
}

.local-around {
	padding: 0 20px 50px;
}

.location-back:nth-child(even) {
	background-color: #F2F0E7;
}

.location-img-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.location-img-box>div {
	width: 391px;
	margin-bottom: 29px;
	max-width: 47%;
}

.location-img-box img {
	width: 100%;
	margin-bottom: 6px;
}

.location-img-box p {
	text-align: center;
	font-size: .14rem;
	letter-spacing: -0.0001em;
}
.location-img-box-text p {
    line-height: 2.1;
    font-size: .16rem;
    text-align: justify;
	letter-spacing: .044em;
}
.location-map--fixed {
	background-color: #000;
	color: #B49A6D;
	width: 72px;
	height: 210px;
	position: fixed;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	z-index: 10000;
	writing-mode: vertical-lr;
	cursor: pointer;
	opacity: 0;
	transition: all 0.5s;
}

.fix-opacity {
	opacity: 1;
}

.fix-opacity.location-map--fixed {
	opacity: 1;
}

.location-map--fixed p {
	text-align: center;
	margin-left: 26px;
}

.fixed.location-map--fixed {
	opacity: 1;
}

.map-arrow-left {
	display: block;
}

.map-arrow-left::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 7px;
	left: 7px;
	right: 0;
	bottom: 50px;
	margin: auto;
	border-bottom: solid 1.5px;
	border-right: solid 1.5px;
	transform: skew(-45deg) scale(-1, 1);
	transition: .2s;
}

.location-map--fixed-btn.side-open .map-arrow-left::after {
	transform: skew(45deg) scale(1, 1);
	left: 0px;
}


.location-map--appear {
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	z-index: 10;
	transform: translate(100%);
	transition: all 1.2s;
	width: 100%;
	z-index: 1000;
	overflow: hidden;
}

.location-map--appear img {
	/* height: 100vh; */
	/* width: 89%;
    margin: auto;
    display: block; */
}

.location-map--fixed-btn.side-open .location-map--appear {
	transform: translate(0);
}

.slide-map-clip {
	/*background-color: #80f95c64;*/
	clip-path: circle(40%);
	position: absolute;
	margin: auto;
	width: 14.5%;
	padding-bottom: 15%;

}

.slide-naha-airport-clip {
	left: -5.6vw;
	bottom: 3.1vw;
}

.slide-tsubogawa-clip {
	left: 46vw;
	bottom: 0.9vw;
	width: 10.5%;
}

.slide-asahibashi-clip {
	left: 42.9vw;
	bottom: 15.1vw;
	width: 10.7%;
	padding-bottom: 13%;
}

.slide-kentyoumae-clip {
	left: 52vw;
	bottom: 18.6vw;
	width: 10.8%;
	padding-bottom: 13%;
}

.slide-miebashi-clip {
	top: 15vw;
	left: 59.7vw;
	width: 10.8%;
}

.slide-makishino-clip {
	left: 73.2vw;
	top: 19.3vw;
	width: 10.5%;
}

.slide-omoromachi-clip {
	left: 80.9vw;
	top: 1vw;
}

.location-map--appear__box {
	position: relative;
	/* height: 100vh; */
	width: 100vw;

	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.map-btn--back__color {
	transition: all .5s;
	background-color: #000000b0;
	height: 100vh;
	width: 100vw;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.map-back--opacity {
	opacity: 1;
	z-index: 100;
}

.location-caution {
    font-size: .13rem;
    text-align: center;
    margin-top: 6px;
    padding: 0 20px;
    width: fit-content;
}
.location-caution-wrap {
    margin: 36px auto 0;
    width: fit-content;
}
.location-map--img .map-sp-img {
	display: none;
}

.location-map--scroll__btn {
	display: none;
}

@media screen and (min-width:801px) and (max-width:1000px) {
	.location-caution {
		text-align: justify;
	}
}

@media screen and (max-width: 800px) {

	.location-main {
        margin-top: 63px;
	}

	.location-first-view--text {
		width: 86%;
		margin-right: 0;
		margin: 0 auto;
	}

	.location-360view-contents {
		/* width: calc(100vw - 229px); */
		width: 100%;
	}

	.location-360view {
		padding-bottom: 422px;
		margin-bottom: 5px;
	}

	.location-first-view--notes {
		text-align: justify;
		margin-right: 0;
		padding: 0 37px;
		text-indent: -1em;
		/* padding-left: 1em; */
		line-height: 1.7;
		margin-bottom: 27px;
	}

	.location-first-view--caption {
		writing-mode: vertical-rl;
		width: fit-content;
		margin: 0 auto;
		line-height: 2.2;
	}

	.location-first-view {
		margin: 0 auto 50px;
	}


	.location-first-view--container {
		margin-bottom: 17px;
		flex-direction: column-reverse;
	}

	.location-first-view--caption p {
		text-align: initial;
		font-size: .16rem;
		letter-spacing: 0.2em;
	}

/*
	.location-sp--entry,
	.location-sp--gallery {
		text-decoration: none;
		font-size: .13rem;
		width: 50%;
		text-align: center;
		display: inline-block;
		letter-spacing: -0.1em;
	}

	.location-sp--gallery {
		background-color: #B3996D;
	}

	.location-sp--entry {
		color: #B3996D;
		background-color: #000;
	}
*/
	.location-sp--gallery:hover,
	.location-sp--entry:hover {
		opacity: 1;
	}

	.location-sp--gallery-entry {
		display: flex;
		position: fixed;
		bottom: 0;
		z-index: 1;
		width: 100%;
		opacity: 0;
		transition: .4s;
		pointer-events: none;
	}

	.fixed-btn {
		opacity: 1;
		pointer-events: initial;
	}

	.location-about {
		padding: 35px 0 28px;
		margin-bottom: 38px;
	}

	.location-about p {
		font-size: .14rem;
		line-height: 2.16;
		padding: 0 40px;
		letter-spacing: -0.001em;
	    margin-bottom: 25px;
	}
	
	.location-about_text1{
		margin-bottom: 25px;
	}
	.location-about_text3{
	    margin-top: 25px;
	}
	.location-about .location-about--img__container {
		display: none;
	}

	.location-sp--slick .slick-slide {
		margin: 0 10px;
	}

	.location-sp--slick .slick-slide img {
		display: block;
		width: 233px;
		max-width: 100%;
		/* width: 100%;
		height: 100%;
		object-fit: cover; */
	}

	.slick-dotted.slick-slider {
		overflow-x: hidden;
		overflow-y: hidden;
		margin-bottom: 15px !important;
	}


	.location-map--heading h2 {
		font-size: .28rem;
		margin-bottom: 2px;
	}

	.location-map--heading span {
		font-size: .13rem;
		margin-bottom: 22px;
	}

	.location-map--heading {
		padding: 0 43px;
        margin: 0 auto 25px;
	}

	.location-map--heading p {
		font-size: .14rem;
		line-height: 1.7;
	}

	.location-map--img img {
		width: 991px;
		margin: 0 auto;
		display: block;
	}

	.location-map--img {
		overflow: scroll;
		height: 614px;
		margin-bottom: 52px;
	}

	.location-map--img .map-sp-img {
		display: block;
	}

	.location-map--img .map-pc-img {
		display: none;
	}

	.location-back .location-map--heading {
		margin: 0 auto 20px;
	}

	.location-main h3 {
		font-size: .16rem;
		margin-bottom: 22px;
		width: 75%;
		margin: 0 auto 12px;
	}

	.location-main h3::before {
		width: 30px;
		left: -36px;
		top: 0;
	}

	.location-main h3::after {
		width: 30px;
		right: -36px;
		top: 0;
	}

	.location-img-box>div {
		max-width: 100%;
		width: 100%;
		margin-bottom: 28px;
	}

	.location-explanation {
		font-size: .14rem;
		line-height: 2.1;
		margin-bottom: 29px;
	}

	.location-container.local-around {
		padding: 0 43px 26px;
	}

	.location-container {
        padding: 45px 43px 26px;
	}

	.location-img-box p {
		font-size: .14rem;
		line-height: 1.5;
		width: calc(100% + 50px);
        margin-left: -25px;
	}
	.location-img-box-text p {
		font-size: .14rem;
		line-height: 2.1;
		margin-bottom: 29px;
		width: 100%;
		margin: 0;
	}
	.location-img-box img {
		margin-bottom: -1px;
	}

	.naha-airport-around:last-of-type .location-img-box {
		margin-bottom: 0;
	}

	.location-caution {
		font-size: .14rem;
		margin-bottom: 0px;
		padding: 0 42px;
		text-indent: -1em;
		line-height: 1.7;
		text-align: justify;
	}


	#naha-airport-location {
		padding-bottom: 28px;

	}

	.location-map--scroll__btn {
		position: fixed;
        top: auto;
        bottom: 60px;
		right: 0;
		margin: auto;
		color: #B49A6D;
		padding: 50px 10px 20px;
		background-color: #000;
		z-index: 100;
		text-decoration: none;
		writing-mode: vertical-lr;
		display: inline-table;
		font-size: .12rem;
		opacity: 0;
	}

	.location-map--scroll__btn.fix-opacity {
		opacity: 1;
	}

	.location-map--scroll__btn span {
		position: relative;
		top: -33px;
		left: 8px;
		right: 0;
		margin: auto;
		width: 100%;
		display: block;
		height: 100%;
	}

	.location-map--scroll__btn span::after {
		position: absolute;
		content: "";
		width: 7px;
		height: 28px;
		border-left: 1px solid #B39765;
		border-bottom: 1.5px solid #B39765;
		transform: skewY(229deg) scale(1, -1);
	}
	.omoromachi-clip {
		top: 62px;
		left: 825px;
		width: 150px;
		padding-bottom: 150px;
	}

	.makishino-clip {
		top: 262px;
		left: 736px;
		width: 130px;
		padding-bottom: 130px;
	}

	.miebashi-clip {
		top: 226px;
		left: 588px;
		width: 150px;
		padding-bottom: 111px;
	}

	.kentyoumae-clip {
		top: 315px;
		left: 523px;
		width: 122px;
		padding-bottom: 122px;
	}

	.asahibashi-clip {
		left: 429px;
		top: 351px;
		width: 122px;
		padding-bottom: 122px;
	}

	.tsubogawa-clip {
		bottom: 1px;
		left: 454px;
		width: 134px;
		padding-bottom: 130px;
	}

	.naha-airport-clip {
		bottom: 13px;
		left: -64px;
		width: 150px;
		padding-bottom: 150px;
	}
	.sp_location_map_scroll{
		position: relative;
		overflow: auto;
		height: 614px;
		width: 100%;
		pointer-events: none;
		margin-top: -667px;
	    margin-bottom: 44px;
		z-index: 1111;
		opacity:0.8;
	}
	.scroll-hint-icon:after,
	.scroll-hint-icon,
	.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
		opacity: 1;
	}
	.location-caution-wrap {
		margin: -20px 0 10px;
		width: fit-content;
	}
	
}