.description-title{
	max-width: 100%;
    margin: 91px auto 97px;
    position: relative;
    background-color: #efefef;
    overflow: hidden;
}

.description-title--container {
    display: flex;
    position: relative;
	padding: 118px 0 85px 32px;
    align-items: baseline;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}


.description-title--container > img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 100%;
    margin: auto;
}


.description-title--heading {
    width: 47.6%;
    font-family: "Cormorant Garamond", serif;
    color: #B49A6D;
    position: relative;
}



.description-title--heading h2{
    font-size: .50rem;
    letter-spacing: 0.21em;
    line-height: 1;
    margin-bottom: 12px;
    position: relative;
    color: #000;
}

.description-title--heading h2::before{
	position: absolute;
    content: "";
    height: 4px;
    left: -41px;
    top: 0;
    bottom: 0;
    background-color: #B49A6D;
    margin: auto;
    padding-left: 100vw;
    margin-left: -100vw;
}

.description-title--heading p{
    font-size: .22rem;
}

.description-title > img{
    position: absolute;
    right: -791px;
	top: -141px;
    margin: auto;
    width: 100%;
}

@media screen and (max-width: 1250px){
    .description-title--heading h2 {
        font-size: .50rem;
    }

    .description-title--heading p {
        font-size: .20rem;
    }
}


@media screen and (min-width:801px) and (max-width:1000px) {
    .description-title > img{
        right: -555px;

    }
}

@media screen and (max-width: 800px){


    .description-title--heading{
        width: 100%;
    }

    .description-title{
        margin: 60px auto 60px;
    }

	.description-title--container {
		padding: 95px 0 76px 40px;
	}

    .description-title--container__right{
        margin: 0px auto -37px 72px;
        width: 53%;
        position: relative;
        z-index: -2;
		display: none;
    }

    .description-title--heading p{
        font-size: .12rem;
    }

    .description-title--heading h2{
        font-size: .28rem;
        letter-spacing: 0.14em;
        /* z-index: 3; */
		    margin-bottom: 3px;
			padding-left: 8px;
    }


    .description-title > img{
        right: 0;
        width: 66%;
        top: -49px;
    }

    .description-title--heading::before{
        left: -20px;
        right: initial;
        width: 34%;
        height: 65%;
        top: 7px;
        /* z-index: 1; */
    }

    .description-title--heading h2::before {
    	left: -11px;
    }
	
}


.location-main{
    font-family: 'Noto Serif JP', serif;
}

.location-main img{
    width: 100%;
}

.location-main h3{
    font-size: .30rem;
    position: relative;
    line-height: 1.4;
    padding: 5px 50px;
    display: inline-block;
    font-weight: 500;
    color: #b49a6d;
    line-height: 1;
    margin: 0 auto 46px;
    display: block;
    width: 1200px;
    max-width: 100%;
    text-align: center;
}

.location-main h3::before, 
.location-main h3::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 38%;
    height: 3px;
    display: inline-block;
    background-color: #b49a6d;
}

.location-main h3::before{
    left: 0;
}
.location-main h3::after{
    right: 0;
}

.location-main h4{
	font-size: .30rem;
    position: relative;
    line-height: 1.4;
    font-weight: 500;
	color: #b49a6d;
	text-align: center;
	z-index: 2;
	margin: 0 auto 46px;
    display: block;
    width: 1200px;
    max-width: 100%;
}

.location-main h4::before{
	content: '';
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
	background-color: #b49a6d;
	z-index: 1;
}

.location-main h4::after{
	display:none;
}
.location-main h4 span{
	background-color: #fff;
	padding:0 24px;
	position: relative;
    z-index: 1;
}


/* ちょうどいい、が
進化するまち「与那原」。 */
.location-about__contents {
    display: flex;
    justify-content: space-between;
    width: 1040px;
    max-width: 100%;
    margin: 0 auto 68px;
    padding: 0 20px;
}


.location-about__left p {
    font-size: .36rem;
    writing-mode: vertical-rl;
    line-height: 2;
	font-weight: 500;
}

.location-about__right {
    width: 74.5%;
    margin-top: 20px;
}

.location-about__right p {
    font-size: .16rem;
    line-height: 2.63;
    letter-spacing: -0.05em;
	margin-bottom: 18px;
}

.location-about__right p:last-of-type{
	margin-bottom: 0px;
}

.location-p-center {
    font-size: .21rem;
    text-align: center;
    margin-bottom: 52px;
    padding: 0 20px;
}

/* 広域ロケーション */

.location-wide__contents{
    /* width: 1200px;
    max-width: 100%;
    margin: 0 auto 67px; */
}

.location-map{
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 67px;
}

.location-map a {
    position: absolute;
    width: 40.5%;
    height: 28%;
    right: 3.5%;
    bottom: 26%;
}

.location-map__box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1040px;
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    align-items: flex-start;
}


.location-map__list {
    width: 48%;
    padding: 21px 0;
    border-bottom: solid 1px #B49A6D;
}

.location-map__list:nth-of-type(-n+2){
    border-top: solid 1px #B49A6D;
} 

.location-map__list--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .16rem;
}

.location-map__list--left {
    display: flex;
    align-items: center;
}

.location-map__list--left p {
    letter-spacing: -0.01em;
}

.location-map__list--left img {
    width: 30px;
    margin: 0 18px 0 7px;
}

.location-map__list--right {
    display: flex;
    justify-content: flex-end;
    width: 38%;
}

.location-map__distance {
    /* margin-right: 49px; */
    width: 48%;
}

.location-map__distance + p{
    width: 45%;
}

.location-map__list > img {
    width: 83%;
    margin: 21px auto 9px;
    display: block;
}

.location-wide {
    margin-bottom: 137px;
}

.location-map__container{
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto ;
}

.map-text {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-color: #b49a6d;
    font-size: .21rem;
    padding: 6px 24px;
    z-index: 1;
}

/* 狭域ロケーション */
.location-narrow {
    margin-bottom: 70px;
}

.location-narrow__flex {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 20px;
}

.location-narrow__flex a {
    color: #b49a6d;
    font-size: .18rem;
    text-decoration: none;
    width: 340px;
    max-width: 31%;
    text-align: center;
    border: solid 1px #b49a6d;
    padding: 16px 0;
    margin-bottom: 31px;
    transition: all .3s ease-in-out;
}

.location-narrow__flex a:hover{
    background-color: #b49a6d;
    color: #fff;
    opacity: 1;
}

.location-narrow__link {
    margin-bottom: 61px;
}

.map-list--text-only{
    padding: 0;
}


.map-list--text-only .location-map__list--flex{
    border-bottom: solid 1px #B49A6D;
    padding: 21px 0;
}

.map-list--text-only .location-map__list--flex:last-of-type{
    border-bottom: none;
}

.location-narrow__facility {
    margin-bottom: 93px;
}

.map-list-2line{
    
    margin-bottom: -15px;
}

.map-list-2line .location-map__list--flex{
align-items: flex-end;
}

.map-list-2line .location-map__list--left p{
    white-space: nowrap;
}



/* 医療施設 */
.location-narrow__medical-care {
    margin-bottom: 85px;
}

.location-narrow__medical-care h3::before, 
.location-narrow__medical-care h3::after {
    width: 33%;
}


/* 保育園・幼稚園 */

.location-narrow__preschool {
    margin-bottom: 90px;
}

/* 小学校・中学校・高等学校 */

.location-narrow__school {
    margin-bottom: 90px;
}

.location-narrow__school h3::before, 
.location-narrow__school h3::after {
    width:33%;
}

.location-narrow__school .location-map__distance + p {
    width: 50%;
}


/* 行政機関・金融機関 */

.location-narrow__institution{
    margin-bottom: 90px;
}

.location-narrow__institution .location-map__distance + p {
    width: 50%;
}


/* 公園・海 */
.location-attention{
    width: 768px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.location-narrow__park-sea h3::before, 
.location-narrow__park-sea h3::after {
    width: 43%;
}

.location-attention p {
    font-size: .14rem;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.7;
    font-family: "Noto Sans JP", sans-serif;
}



@media screen and (min-width:801px) and ( max-width:1030px){
    .location-map__list--right {
        flex-direction: column;
    }

    .map-list-2line .location-map__list--left p {
        white-space: initial;
    }


    .location-main h3::before, .location-main h3::after {
        width: 30%;
    }

    .location-narrow__school h3::before, .location-narrow__school h3::after {
        width: 26%;
    }

    .location-map__list--left p {
        letter-spacing: -0.01em;
        width: 72%;
    }

    .location-map__distance,
    .location-map__distance + p,
    .location-narrow__institution .location-map__distance + p,
    .location-narrow__school .location-map__distance + p {
        /* margin-right: 49px; */
        width: 100%;
    }


    .location-map__list--right {
        width: 33%;
    }

}


@media screen and (max-width:800px){

    .location-about__contents {
        flex-direction: column;
        padding: 0 38px;
        margin: 0 auto 123px;
    }

    .location-map__list--left {
        width: 100%;
    }

    .location-about__left p {
        font-size: .21rem;
        width: fit-content;
        margin: 0 auto;
    }

    .location-about__right {
        width: 100%;
        margin-top: 22px;
    }

    .location-about__right p {
        line-height: 2;
        margin-bottom: 18px;
    }



    .location-main h3 {
        font-size: .26rem;
    }

    .location-main h3::before, .location-main h3::after {
        width: 20%;
    }

.location-main h4{
    font-size: .24rem;
}
.location-main h4 span {
    padding: 0 7px;
}

    .location-p-center {
        line-height: 2;
        padding: 0 29px;
        font-size: .18rem;
        margin-bottom: 35px;
        text-align: justify;
    }


    /* 広域ロケーション */

    .location-map{
        overflow-x: scroll;
        margin: 0 auto 55px;
    }

    .location-map div{
        width: 900px;
        position: relative;
    }

    .location-map img{
        width: 900px;
    }

    .location-map a {
        position: absolute;
        width: 40.5%;
        height: 28%;
        right: 3.5%;
        bottom: 26%;
    }
    .map-text {
        font-size: .18rem;
        padding: 4px 18px;
    }

    .location-map__box {
        flex-direction: column;
    }

    .location-map__list {
        width: 90%;
        padding: 20px 0;
        margin: 0 auto;
    }

    .location-map__list > img {
        width: 100%;
        margin: 21px auto 9px;
        display: block;
    }

    .location-map__list--flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .location-map__list--right {
        display: flex;
        justify-content: flex-start;
        width: 100%;
    }

    .location-map__distance {
        width: 85px;
        margin-left: 55px;
    }

    .location-map__list--left img {
        transform: translateY(12px);
    }


    /* 狭域ロケーション */
    .location-wide {
        margin-bottom: 99px;
    }

    .location-narrow__flex {
        padding: 0px 15px;
    }


    .location-narrow__flex a {
        max-width: 47%;
        font-size: .16rem;
        line-height: 1.4;
        align-content: center;
        margin-bottom: 17px;
        padding: 7px 0;
    }

    .location-narrow__link {
        margin-bottom: 55px;
    }

    .location-map__list.map-list--text-only {
        padding: 0;
    }

    /* .map-list--text-only .location-map__list--flex {
        padding: 25px 0;
    } */

    .location-map__list:nth-of-type(2){
        border-top: none;
    }

    .map-list-2line .location-map__list--left p {
        white-space: initial;
        line-height: 1.8;
    }


    .location-narrow__school h3 {
        letter-spacing: -0.08em;
    }



    /* 公園・海 */

    .location-narrow {
        margin-bottom: 80px;
    }


    .location-attention {
        padding: 0px 35px;
    }
	
	
	.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;
	}
	
	.sp_locationnarrow_map_scroll{
		position: relative;
		overflow: auto;
		height: 419px;
		width: 100%;
		pointer-events: none;
		margin-top: -473px;;
	    margin-bottom: 44px;
		z-index: 1111;
		opacity:0.8;
	}
	
	span.scroll-hint-icon:after,
	span.scroll-hint-icon,
	.scroll-hint-icon-wrap.is-active span.scroll-hint-icon:after {
		opacity: 1;
	}
	.location-caution-wrap {
		margin: -20px 0 10px;
		width: fit-content;
	}

}