<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@charset "utf-8";
.header02_links li:nth-child(3)::after{
    width: 80%;
}
#loc_value .subhead{
	background: url(../img/location/sub_head.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.pageHeader_location{
	background-image:url(../img/location/sub_head.jpg);
}

.pb_cap{
	height: 0;
}

.fade{
    transform: translateY(-20px);
    opacity: 0;
    transition: 1.5s;
    transition-delay: 0.2s;
}
.fade.is-show{
    transform: translateY(0px);
    opacity: 1;
    transition: 1.5s;
    transition-delay: 0.2s;
}
.fade02{
    transform: translateY(-5px);
    opacity: 0;
    transition: 1.5s;
    transition-delay: 0.2s;
}
.fade02.is-show{
    transform: translateY(0px);
    opacity: 1;
    transition: 1.5s;
}
.fade02.de01.is-show{
    transition-delay: 0.2s;
}
.fade02.de02.is-show{
    transition-delay: 0.4s;
}
.fade02.de03.is-show{
    transition-delay: 0.6s;
}

.fade03{
    opacity: 0;
    transition: 1.5s;
    transition-delay: 0.2s;
}
.fade03.is-show{
    opacity: 1;
    transition: 1.5s;
}
.fade03.de01.is-show{
    transition-delay: 0.2s;
}
.fade03.de02.is-show{
    transition-delay: 0.4s;
}
.fade03.de03.is-show{
    transition-delay: 0.6s;
}


/* content */

/* common */
.ttl_box{
	position: relative;
	margin-top: 50px;
	padding-top: 30px;
	text-align: center;
}

.ttl_box::before{
	content: "";
	width: 1px;
	height: 50px;
	background: #3e3a39;
	position: absolute;
	top: 1px;
	left: 50%;
	transform: translate(-50%, -100%);
}

.ttl{
	font-size: 24px;
	letter-spacing: 0.1em;
	margin-bottom: 26px;
	font-weight: 400;
}
#loc_shop .con02 .ttl{
 color:#b57286;
 margin-bottom: 45px;
}
.ttl_lead{
	font-size: 16px;
	letter-spacing:0.2em;
	margin-bottom: 50px;
	font-weight: 400;
	line-height: 1.75;
}


.loc_btn_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom:150px;
}
.loc_btn{
	width: 32%;
	max-width: 400px;
	opacity:1;
	transition: 0.3s;
	position: relative;
}
.loc_btn::before{
	position: absolute;
	content:"";
	border-radius: 50%;
	width: 30px;
	height: 30px;
	transform:translateY(-50%);
	right: 10px;
	top:50%;
}
.loc_btn_flex .loc_btn:nth-of-type(1)::before{
background:#4d8080 ;
}
.loc_btn_flex .loc_btn:nth-of-type(2)::before{
background:#a58067 ;
}
.loc_btn_flex .loc_btn:nth-of-type(3)::before{
background:#911a48 ;
}
.loc_btn.active::before{
background:#fff!important;
}
.loc_btn_flex .loc_btn.active:nth-of-type(1)::after{
	border-color: transparent transparent #4d8080 transparent;
}
.loc_btn_flex .loc_btn.active:nth-of-type(2)::after{
	border-color: transparent transparent #a58067 transparent;
}
.loc_btn_flex .loc_btn.active:nth-of-type(3)::after{
	border-color: transparent transparent #911a48 transparent;
}

.loc_btn::after{
	position: absolute;
	content:"";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 10px 5px;
	border-color: transparent transparent #fff transparent;
	transform:translateY(-50%) rotate(90deg);
	right: 19px;
	top:50%;
}
.loc_btn:hover{
	opacity:0.5;
	transition: 0.3s;
}

.loc_btn_in{
	background: #fff;
	border-radius: 4px;
	padding: 20px 10px;
	font-size:20px;
	line-height: 1.6;
	letter-spacing: 0.02em;
	display: block;
	text-align: center;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 30%);
}
.loc_btn_flex .loc_btn:nth-of-type(1) .loc_btn_in{
	border: 1px solid #4d8080;
	color: #4d8080;
}
.loc_btn_flex .loc_btn:nth-of-type(2) .loc_btn_in{
	border: 1px solid #a58067;
	color: #a58067;
}
.loc_btn_flex .loc_btn:nth-of-type(3) .loc_btn_in{
	border: 1px solid #911a48;
	color: #911a48;
}

.loc_btn.active .loc_btn_in{
	color: #fff!important;
}
.loc_btn_flex .loc_btn:nth-of-type(1).active .loc_btn_in{
	background-color:#4d8080 ;
}
.loc_btn_flex .loc_btn:nth-of-type(2).active .loc_btn_in{
	background-color:#a58067 ;
}
.loc_btn_flex .loc_btn:nth-of-type(3).active .loc_btn_in{
	background-color:#911a48 ;
}


.loc_btn_flex.loc_btn_flex_bottom{
	margin-bottom: 80px;
}
.w100{
	width:100vw;
	line-height: 0;
}

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

.loc_btn_in{
		padding:10px;
	}	
}
@media(max-width:900px){
	.loc_btn_in{
		padding:20px 10px;
	}
.loc_btn{
	width: 100%;
	max-width: 440px;
	margin:0 auto 30px;
}

}
@media(max-width:767px){
.ttl{
	line-height: 1.6;
	margin-bottom: 20px;
}
.ttl_lead{
	font-size: 14px;
	margin-bottom: 35px;
	letter-spacing: 0.05em;
}
	.loc_btn_in{
		padding: 10px;
		font-size: 18px;
	}
	.loc_btn::before{
		width: 20px;
		height: 20px;
	}
	.loc_btn::after{
		right: 14px;
		border-width: 0 4px 9px 4px;
	}
	.loc_btn_flex.loc_btn_flex_bottom {
		margin-bottom: 40px;
		margin-top: 40px;
	}
}



/* --------------- loc_value --------------- */



#loc_value .con01{
	background: url(../img/location/content_bg01-1.jpg);
	padding-bottom: 100px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.area_map{
	margin-bottom:10px;
}
.area_map img{
	border-radius: 10px;
}
.area_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.area_box .area_box_in{
	text-align:center;
	border-radius:10px;
}
.area_box .area_box_in:nth-of-type(1){
	width: 32.9%;
	max-width: 420px;
	background-color: rgb(244, 195, 57,40%);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.area_box .area_box_in:nth-of-type(1) .area_ttl_top p{
	font-size: 27px;
	margin-bottom:20px;
	padding: 5px;
	background: #911a48;
	color: #fff;
	display: inline-block;
}
.area_box .area_box_in:nth-of-type(1) .area_ttl{
	font-size: 40px;
	border-bottom:1px solid #333333;
	padding-bottom: 15px;
	margin-bottom: 10px;
	line-height: 1;
	margin-right: 10%;
	padding-left: 10%;
}
.area_box .area_box_in:nth-of-type(1) .area_lead{
	font-size:18px;
	line-height:1.6;
	padding: 0 20px;
}
.area_box .area_box_in:nth-of-type(2){
	width: 66.5%;
	max-width: 850px;
}

.area_box02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.area_box02 .area_box02_in{
	width: 49.5%;
	max-width: 420px;
	text-align: center;
	border-radius: 10px;
	padding: 30px 0px 40px 0;
}
.area_box02 .area_box02_in:nth-last-of-type(n + 3){
	margin-bottom:10px;
}
.area_box02 .area_box02_in:nth-of-type(1){
	background: rgb(187 111 169 / 40%);
}
.area_box02 .area_box02_in:nth-of-type(2){
	background:rgb(106 184 67 / 40%);
}
.area_box02 .area_box02_in:nth-of-type(3){
	background:rgb(242 172 197 / 40%);
}
.area_box02 .area_box02_in:nth-of-type(4){
	background:rgb(0 184 238 / 40%);
}
.area_box02_in .area_ttl{
    font-size: 24px;
    border-bottom: 1px solid #333333;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1;
    padding-left: 10%;
    margin-right: 10%;
}
.area_box02 .area_lead{
	font-size: 16px;
	line-height: 1.6;
	padding: 0 20px;
}

.loc_img_flex{
	display: flex;
	justify-content: space-between;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 50px;
}

.area_box03{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.area_box03_in.flex_img{
	width: 22.19%;
	/* width: 284px; */
	max-width: 284px;
}
.area_box03_in.flex_txt{
	width: 77.81%;
	background: #d9e2e0;
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	padding: 0 50px;
}
.area_box04{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.area_box04_in.flex_txt{
	width: 35%;
}
.area_box04_in.flex_txt .area_ttl{
	font-size: 24px;
	letter-spacing:0.02em;
	color:#4d8080;
	border-bottom: 1px solid #4d8080;
	padding-bottom: 15px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.area_box04_in.flex_txt .area_lead{
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
}
.area_box03_in.flex_txt .flex_img{
	max-width: 530px;
	width: 60%;
	margin: 0 auto;
}

.area_box03_in.flex_txt .cap_flex{
	width:100%;
	display:flex;
	flex-wrap: nowrap;
}

.cap_img{
	width:100%;
}
.cap_flex .cap_flex_in:nth-of-type(1){
	margin-right:20px;
	/* width: 10%; */
}
.cap_flex .cap_flex_in:nth-of-type(2){
	display:flex;
	flex-wrap: wrap;
	/* width: 95%; */
	line-height: 1.4;
}
.cap_flex .cap_flex_in p{
	margin-top: 0;
	font-size: 14px;
	text-align: justify;
	white-space: nowrap;
}

.cap_flex .cap_flex_in:nth-of-type(2) p{
	position:relative;
	padding-left: 24px;
	margin-right: 15px;
}
.cap_flex .cap_flex_in p:before{
	position: absolute;
	content:"";
	transform: translateY(-50%);
	left:0;
	top:50%;
	width:20px;
	height:10px;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(1):before{
background:#aac161;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(2):before{
background:#bfcf8d;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(3):before{
background:#e3dd5d;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(4):before{
background:#e4c298;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(5):before{
background:#d6acbb;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(6):before{
background:#db704c;
}
.cap_flex .cap_flex_in:nth-of-type(2) p:nth-of-type(7):before{
background:#9f9abe;
}


/* con02 */
#loc_value .con02{
	background: url(../img/location/content_bg01-2.jpg);
	padding-bottom: 100px;
	padding-top: 60px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ranking_box01{
	margin-bottom:100px;
}
.ranking::after{
	position:absolute;
	content:"";
	transform:translateX(-50%);
	left:50%;
	width: 10px;
	height: 10px;
}
.ranking_ttl{
	margin: 0 auto;
	width: 100%;
	max-width: 682px;
	background: #fff;
	padding: 18px 10px;
	position: relative;
	margin-bottom: 40px;
}
.ranking_box01 .ranking_ttl{
	border-top: 2px solid #881a48;
	border-bottom: 2px solid #881a48;
}
.ranking_box02 .ranking_ttl{
	border-top: 2px solid #4d8081;
	border-bottom: 2px solid #4d8081;
}

.ranking_box01 .ranking_ttl::after{
	position:absolute;
	content:"";
	width: 20px;
	height: 20px;
	background-image: url(../img/location/ranking_ttl_un01.svg);
	background-size: cover;
	background-repeat: no-repeat;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 100%);
}
.ranking_box02 .ranking_ttl::after{
	position:absolute;
	content:"";
	width: 20px;
	height: 20px;
	background-image: url(../img/location/ranking_ttl_un02.svg);
	background-size: cover;
	background-repeat: no-repeat;
	left: 50%;
	bottom: 0px;
	transform: translate(-50%, 100%);
}

.ranking_ttl p{
	text-align: center;
	font-size: 24px;
}
.ranking_box01 .ranking_ttl p{
	color: #881a48;
}
.ranking_box02 .ranking_ttl p{
	color: #4d8081;
}
.ranking_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ranking_box02 .ranking_flex{
	margin-bottom:50px;
}
.ranking_flex_in{
	width: 49%;
	max-width:615px;
}
.ranking_subttl{
	font-size: 30px;
	letter-spacing: 0.06em;
	margin-bottom: 20px;
	font-weight: 500;
}
.ranking_subttl span{
	font-size: 20px;
}
.ranking_list{
	box-shadow: 0px 10px 10px rgb(0 0 0/ 30%);
	margin-bottom: 20px;
}
.ranking_flex_in.flex_img .ranking_img:nth-of-type(1){
	margin-bottom:40px;
}
.ranking_flex_img{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ranking_flex_img_in{
	width:48%;
	max-width:615px;
}
#loc_value .con02 .ranking_box:last-of-type .flex_img{
	margin-bottom:40px;
}

/* con03 */

.con03_mv {
	width: 100%;
	line-height: 0;
	position: relative;
	transform: translateX(0px) translateY(-30px);
}

.con03_mv_img {
	clip-path: url(#mask);
}

.con03_mv_img_sp {
	clip-path: url(#mask_sp);
}

.mv_text_img {
	width: 20%;
	position: absolute;
    bottom: -2.5vw;
    left: 0;
    right: 0;
	margin: 0 auto;
}
.con03_mv_text {
	width: 100%;
}
.con03_wrap {
	max-width: 1440px;
	margin: 0 auto;
	position: relative;
}

#loc_value .con03{
	background: url(../img/location/content_bg04-01.jpg);
	padding-bottom: 60px;
	/* padding-top: 60px; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.con03 .ttl_box::before  {
	position: unset;
}
.green_ttl {
	color: #4b7d7d;
	position: unset;
	padding: 10px 20px 0;
}

.con03_bg {
	position: relative;
	z-index: 1;
}
.con03_box {
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	margin-top: 130px;
	padding: 60px 20px;
	position: relative;
}

.con03_box::after {
	content: '';
	position: absolute;
	top: 2%;
	left: 1.3%;
	background: repeating-linear-gradient(135deg, #949c9a, #949c9a 1px, #c5d5d4 1px, #c5d5d4 5px);
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.box_wrap {
	max-width: 1100px;
	margin: 0 auto;
}

.box_flex {
	display: flex;
	justify-content: space-between;
}

.box_text {
	width: 50%;
}
.box_img01 {
	/* width: 57.5%; */
	width: clamp(0px, 44.2vw, 630px);
	max-width: 630px;
	/* margin-top: -15%;
	margin-right: -16%; */
	position: absolute;
	top: -3vw;
	right: 0;
	z-index: 9;
}

.box_img01_sp {
	display: none;
}

.box_img01 img {
	/* width: clamp(0px, 44.2vw, 630px); */
	width: 100%;
	margin-left: auto;
    display: block;
	border-radius: 15px 0 0 15px;
}

.con03 .ttl {
	font-size: 36px;
}

.con03 .ttl_lead {
	margin-bottom: 0;
}
.box_ttl {
	position: relative;
	/* width: fit-content; */
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.box_ttl:nth-last-child() {
	margin-bottom: 0;
}
.box_ttl_img {
	position: absolute;
	/* top: -89%; */
	bottom: 98%;
	right: 0%;
	width: 11%;
}

.box_ttl_bg {
	/* text-align: center; */
	background-color: #4c9797;
	padding: 10px;
	/* width: fit-content; */
	display: inline-block;
	margin-right: auto;
	margin-bottom: 10px;
	position: relative;
}

.margin_b0 {
	margin-bottom: 0;
}

.box_ttl_bg p {
	font-size: 24px;
	color: #fff;
	letter-spacing: 0.5em;
}

.box_ttl_bg p span {
	font-size: 36px;
	font-weight: 600;
}

.box_lead {
	/* width: 50%; */
    margin: 40px 0 0px;
	line-height: 2;
}

.simulation_img {
	width: 80%;
	margin: 60px auto 0;
}

.simu_img {
	padding-left: 6.5%;
}

.con03_box02 {
	width: 100%;
	border-radius: 30px;
	background-color: #fff;
	margin-top: 150px;
	margin-bottom: 100px;
	padding: 60px 20px;
}

.con03_box02::after {
	content: '';
	position: absolute;
	top: 2%;
	left: 1.3%;
	background: repeating-linear-gradient(135deg, #949c9a, #949c9a 1px, #c5d5d4 1px, #c5d5d4 5px);
	z-index: -1;
	width: 100%;
	height: 100%;
	border-radius: 30px;
}

.con03_box02 .box_text {
	margin-left: auto;
}
.box_img02 {
	/* width: 57.5%; */
	width: clamp(0px, 44.2vw, 630px);
    max-width: 630px;
    position: absolute;
    top: -3vw;
    left: 0;
    z-index: 9;
}

.box_img02 img {
	/* width: clamp(0px, 44.2vw, 630px); */
	width: 100%;
	border-radius: 0 15px 15px 0;
}

.box_img02_sp {
	display: none;
}

.con03_box02 .box_ttl,.con03_box02 .box_lead {
	/* margin-left: 50%; */
}

.con03_box02 .box_ttl_img {
	position: absolute;
	top: -40%;
	right: -28%;
	width: 16%;
}

.con03_box02 .box_ttl_bg p {
	line-height: 1.5;
}

.walk_img_area {
	display: flex;
	justify-content: space-between;
	margin-top: 160px;
}

.walk_img {
	max-width: 350px;
	width: 32%;
}

.walk_img img {

}

.family_time {
	background-image: url(../img/location/family_time.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 150px 0;
	position: relative;
}

.tri_img {
	position: absolute;
	top: -12%;
	max-width: 250px;
	width: 30%;
}
.family_text {
	color: #fff;
	text-align: center;
}

.family_ttl {
	font-size: 24px;
    letter-spacing: 0.1em;
    margin-bottom: 26px;
    font-weight: 400;
	line-height: 1.6;
	margin-bottom: 30px;
}

.family_lead {
	line-height: 1.75;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 1200px) {
.area_box .area_box_in:nth-of-type(1){
	width:100%;
	max-width: unset;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.area_box .area_box_in:nth-of-type(2){
	width:100%;
	max-width: unset;
}
.area_box02 .area_box02_in{
	width: 49.2%;
	max-width: unset;
	padding: 20px 0;
}
.area_box03_in.flex_img{
	width: 42%;
	max-width: unset;
}
.area_box03_in.flex_txt{
	width: 58%;
}
.area_box04{
	flex-wrap:wrap;
}
.area_box04_in.flex_txt{
	width:100%;
	margin-bottom: 40px;
}

.ranking_subttl{
	font-size:28px;
}
.ranking_subttl span{
	font-size: 18px;
	display: block;
	margin-top: 6px;
}

.con03_box {
	margin-top: 100px;
}

.ttl_box {
	margin-top: 30px;
}
.box_ttl_bg p {
	/* font-size: clamp(20px,2.2vw,24px); */
	font-size: 20px;
}

.box_ttl_bg p span {
	font-size: clamp(24px,2vw,30px);
}

.walk_img_area {
	margin-top: 100px;
}
}

@media screen and (max-width: 900px) {
	.con03 .ttl {
		font-size: 30px;
	}
	.box_ttl_bg p {
		/* font-size: clamp(16px, 2vw, 20px); */
		font-size: 16px;
	}
	.box_ttl_bg p span {
		font-size: clamp(20px, 2.2vw, 24px);
	}
	.walk_img_area {
        margin-top: 40px;
    }
	.family_time {
		background-position: 75%;
	}
}

@media screen and (max-width: 767px) {
#loc_value01{
	padding-bottom:80px;
}
.loc_btn_flex{
	margin-bottom:100px;
}

	
	.area_box{
		margin-bottom: 30px;
	}
.area_box .area_box_in:nth-of-type(1) .area_ttl_top p{
	font-size: 22px;
	margin-bottom: 15px;
}
.area_box .area_box_in:nth-of-type(1) .area_ttl{
		font-size: 30px;
		margin-right: 20px;
		padding-left: 20px;
}
.area_box .area_box_in:nth-of-type(1) .area_lead{
	font-size: 16px;
}
.area_box02_in .area_ttl{
	font-size: 20px;
	padding-left: 10px;
	margin-right: 10px;
}

.cap_flex .cap_flex_in:nth-of-type(2){
	flex-wrap:wrap;
}
.cap_flex .cap_flex_in:nth-of-type(2) p{
	width:100%;
	margin-right: 0;
}
.area_box03_in.flex_txt .cap_flex{
	max-width: 530px;
	width: 60%;
	margin:0 auto;
}
.area_box03_in.flex_img{
	width: 100%;
}
.area_box03_in.flex_txt{
	width: 100%;
	padding: 30px 20px;
}
.area_box04_in.flex_txt{
	margin-bottom:30px;
}
.area_box04_in.flex_txt .area_ttl{
	font-size: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#loc_value .con01{
	padding-bottom: 80px;
}
.ranking_ttl{
	padding: 12px 10px;
}
.ranking_ttl p{
	font-size: 20px;
	line-height: 1.4;
}
.ranking_subttl{
	font-size: 22px;
	letter-spacing: 0.02em;
}
.ranking_subttl span{
	display: inline;
	font-size: 14px;
}
.ranking_flex_in{
	width: 100%;
	/* max-width: unset; */
	margin: 0 auto;
}
.ranking_box01{
	margin-bottom: 60px;
}
.ranking_flex .ranking_flex_in:nth-of-type(1){
	margin-bottom: 50px;
}
.ranking_box02 .ranking_flex{
margin-bottom: 30px;
}
.ranking_flex_in.flex_img .ranking_img:nth-of-type(1){
margin-bottom: 30px;	
}
.ranking_flex_img .ranking_flex_img_in:nth-of-type(1){
	order: 2;
}
.ranking_flex_img .ranking_flex_img_in:nth-of-type(2){
	margin-bottom: 30px;

}
.ranking_flex_img_in{
	width:100%;	
}
.con03 .ttl {
	font-size: 24px;
}
.box_img01 {
	margin-right: 0%;
}

.box_lead {
	margin-top: 40px;
	font-size: 13px;
}
.box_ttl_bg p {
	/* font-size: clamp(13px, 1.7vw, 16px); */
	font-size: 13px;
}
.box_ttl_bg p span {
	font-size: clamp(16px, 2.1vw, 20px);
}

}

@media screen and (max-width: 650px) {
.area_box02 .area_box02_in:nth-last-of-type(n + 2){
	margin-bottom:10px;
}
.area_box02 .area_box02_in{
width: 100%;
}
.area_box03_in.flex_txt .flex_img{
	width:100%;
	max-width:unset;
}
.area_box03_in.flex_txt .cap_flex{
	width:100%;
	max-width:unset;
}

.box_img01_sp {
	display: block;
	position: relative;
}

.box_img01_sp img{
	border-radius: 15px;
}
.mv_text_img {
	width: 40%;
	bottom: -5vw;
}

.green_ttl {
	padding: 10px 20px 0;
}

.con03 .ttl_lead .dn650 {
	display: block !important;
}
.con03_box {
	/* padding: 40px 20px; */
	padding: 20px;
	margin-top: 60px;
}

.box_img01 {
	/* top: -3%;
	right: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 70%; */
	display: none;
}
.box_text {
	width: 100%;
	margin-top: 80px;
}
.box_ttl {
	margin: 0 auto;
	flex-direction: column;
}

.box_lead {
	margin-top: 30px;
	font-size: 13px;
}

.simulation_img {
	width: 100%;
	margin-top: 40px;
}

.simu_img {
	padding-left: 0;
}

.con03_box02 {
	margin-top: 60px;
	/* padding: 40px 20px; */
	padding: 20px;
}

.con03_box02::after {
	top: 1%;
}

.box_img02 {
	/* width: 70%;
	top: -2%;
    right: 0;
    left: 50%;
    transform: translateX(-50%); */
	display: none;
}

.box_img02_sp {
	display: block;
	position: relative;
}


.box_img02_sp img {
	border-radius: 15px;
}
.con03_box02 .box_text {
	margin-top: 60px;
}
.con03_box02 .box_lead {
	margin-top: 30px;
}
.walk_img_area {
	margin-top: 40px;
	flex-direction: column;
}
.walk_img {
	width: 70%;
	margin: 0 auto 30px;
}
.margin_b0 {
	margin-bottom: 0;
}

.box_ttl_bg p {
	/* font-size: clamp(14px, 2.1vw, 20px); */
	font-size: 14px;
}

.family_time {
	padding: 60px 20px;
}

.tri_img {
	top: -13%;
	width: 25%;
}

}

/* slick */

.PrimeSeries{
	width: 100%;
	max-width: unset;
	margin: 60px auto 50px;
}
.PrimeSeries p.n{
	text-align:center;
	margin-bottom:10px;
	font-size:15px;
	letter-spacing:3px;
	color:#333333;
}
.PrimeSeries p.n span{
	background:#FFFFFF;
	position:relative;
}
.PrimeSeries p.n span::before{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#333333;
	position:absolute;
	top:50%;
	left:-50px;
	transform:translateY(-50%);
}
.PrimeSeries p.n span::after{
	content:"";
	display:block;
	width:30px;
	height:1px;
	background:#333333;
	position:absolute;
	top:50%;
	right:-50px;
	transform:translateY(-50%);
} 
.PrimeSeries p.b{
	text-align:center;
	margin-bottom:20px;
	font-size:14px;
	letter-spacing:2px;
	color:#333333;
}
.PrimeSeries div.Mb{
	margin-bottom:35px;
}


.PrimeSeries ul li a{
	display:block;
	transition:all 0.5s;
}
.PrimeSeries ul li a img{
	display:block;
	width:100%;
}

.PrimeSeries .loc_slides {
	margin: 0 auto;
}
.PrimeSeries .loc_slides li{
	margin: 0px !important;
	overflow:hidden;
	max-width: 400px !important;
}

/* .slick-prev{
	width:20px !important;
	height:25px !important;
	background:url(fonts/allow_l.png) no-repeat left top !important;
	background-size:20px !important;
	left:-20px !important;
	z-index:2;
}
.slick-next{
	width:20px !important;
	height:25px !important;
	background:url(fonts/allow_r.png) no-repeat left top !important;
	background-size:20px !important;
	right:-20px !important;
	z-index:2;
} */
.Vslides .slick-prev{
	left:-30px !important;
}
.Vslides .slick-next{
	right:-30px !important;
}
.slick-prev::before, .slick-next::before {
	display:none;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: 20px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: 15px;
	z-index: 100;
}
.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #666;
}
</pre></body></html>