@charset "utf-8";


#location .contents_mv{
    background-image: url(../img/location/mv_pc.webp);
    position: relative;
}


/* くずはモール kuzuhamall */

.location_wrap{
    padding: 0 0 5%;
    position: relative;
}
.location_wrap.kuzuhamall{
        background: url(../img/common/bg_dot.svg), var(--gra_orange);
        padding-bottom: 30%;
        position: relative;
}
.location_wrap.kuzuhamall .icon{
    position: absolute;
    bottom: 3%; left: 3%;
    width: 18%;
    max-width: 220px;
}
.content_box{
    padding-top: 5%;
}

.kuzuha_main .kuzuha_main_img{
    position: relative;
    object-fit: cover;
}
.kuzuha_main .kuzuha_main_img img{width: 100%;}
.kuzuha_main .kuzuha_main_img img{object-fit: cover;}
.kuzuha_main .kuzuha_main_img_txt{
    position: absolute;
    right: 2%; top: 2%;
    max-width: 568px;
    width: 35%;
}
.kuzuha_min_wrap{
    display: flex;
    justify-content: space-between;
    gap: 0 8px;
}
.kuzuha_min_wrap li{
    flex: 1;
    background: var(--light);
    padding: 16px ;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.kuzuha_min_wrap li img{
    height: 70px;
}
.kuzuha_min_wrap li::before{
    content: '';
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    left: 0; bottom: 0;
}
.kuzuha_min_wrap li:nth-of-type(1):before{
    background-image: url(../../asset/img/location/kuzuha_walk_bg.svg);
    width: 25%;
    height: 100%;
}
.kuzuha_min_wrap li:nth-of-type(2):before{
    background-image: url(../../asset/img/location/kuzuha_car_bg.svg);
    width: 39%;
    height: 100%;
}
.kuzuha_min_wrap li:nth-of-type(3):before{
    background-image: url(../../asset/img/location/kuzuha_bicycle_bg.svg);
        width: 33%;
    height: 100%;
}
.kuzuha_min_wrap li:nth-of-type(4):before{
    background-image: url(../../asset/img/location/.svg);
        width: 45%;
    height: 100%;
}
.taxi{
    display: flex;
    gap: 0 2%;
    align-items: center;
}
.taxi .ttl{
    transform: rotate(0.05deg);
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--orange);
    background: var(--light);
    padding: 8px 24px;
}
.taxi .txt{
    transform: rotate(0.05deg);
    color: var(--light);
    font-weight: 500;
    font-size: 3.2rem;
}
.taxi .txt span{
    font-size: 160%;
    font-weight: 800;
}
.taxi .txt small{
    font-size: 2.4rem;
}


.content_box .note{
    text-align: right;
    color: var(--light);
    font-size: 1.2rem;
    transform: rotate(0.05deg);
    padding-top: 8px;
}


/* kuzuha_contents */

.kuzuha_contents{
    color: var(--light);
}

.kuzuhamall_img{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-top: 5%;
    gap: 0 1%;
}

.kuzuhamall_img .img{
    flex-basis: 75%;
}
.kuzuhamall_img .shop_txt_wrap{
    flex-basis: 24%;
    width: 24%;
    margin-left: auto;
    text-align: right;
}

.shop_txt_wrap .ttl{
    transform: rotate(0.05deg);
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    padding-top: 24px;
}
.shop_txt_wrap .distance{
    transform: rotate(0.05deg);
    font-size: 1.3rem;
    line-height: 1;
    padding-top: 8px;
}
.shop_txt_wrap .txt{
    transform: rotate(0.05deg);
    font-size: 1.6rem;
    line-height: 2;
    padding-top: 8px;
}
.kuzuha_shop_list{
    display: flex;
    justify-content: space-between;
    gap: 0 3%;
    margin-top: 5%;
    flex-wrap: wrap;
}
.kuzuha_shop_list li{
    flex-basis: 48.5%;
}
.kuzuha_shop_list li:nth-child(even){
    padding-top: 5%;
}
.kuzuha_shop_list .txt{
    font-size: 1.6rem;
    padding-top: 8px;
    transform: rotate(0.05deg);
}
.kuzuha_shop_other{
    margin-top: 5%;
}
.kuzuha_shop_other .en_ttl{
    text-align: center;
    font-size: 5.6rem;
    font-weight: 900;
    transform: rotate(0.05deg);
    color: var(--red);
    padding-bottom: 2%;
}
.content-container{
    background: var(--light);
    padding: 4%;
    display: flex;
    justify-content: space-between;
    gap: 0 1%;
}
.content-container + small{
    display: block;
    text-align: right;
    font-size: 1.1rem;
    transform: rotate(0.05deg);
}
.tabcontent{
    flex: 1;
}
.shop_other_ttl{
    transform: rotate(0.05deg);
    color: var(--orange);
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1;
    border-bottom: 1px solid var(--orange);
    padding-bottom: 6px;
}
.shop_other{
    transform: rotate(0.05deg);
    color: var(--dark);
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 2.2;
    margin-top: 4%;
   
}
.shop_other span{
    display: inline-block;
    position: relative;
    padding-right: 6px;
}
.shop_other span::before{
    content: '■';
    display: inline-block;
    font-size: 80%;
    vertical-align: 1px;
}

.location_wrap.blue{
    background: url(../img/common/bg_dot.svg), var(--gra_lblue);
    padding-bottom: 30%;
    padding-top: 15%;
    color: var(--light);
}
.location_wrap.orange{
    background: url(../img/common/bg_dot.svg), var(--gra_lorange);
    padding-bottom: 30%;
    padding-top: 15%;
    color: var(--dark);
}
.location_wrap.medical{
    padding-bottom: 8%;
}
.location_wrap.shopping{
    margin-top: 24%;
    padding-bottom: 5%;
}
.location_main_img{
    max-width: 80%;
    position: relative;
    margin-top: -35%;
}
.location_main_img .icon{
    position: absolute;
    right: 2%;
    top: 4%;
    width: 19%;
}

.location_main_img img{width: 100%;}

.human_icon{
    position: absolute;
}
.human_icon.human_icon1{
   right: -90px;
    bottom: -240px;
    width: 20%;
    max-width: 230px;
}
.human_icon.human_icon2{
    right: 5%;
    bottom: 0;
    max-width: 22%;
}
.human_icon.human_icon3{
   right: -90px;
    bottom: -268px;
    width: 20%;
    max-width: 230px;
}
.human_icon.human_icon4{
   right: -90px;
    bottom: -240px;
    width: 20%;
    max-width: 230px;
}
.human_icon.human_icon5{
   right: 0;
    bottom: 0;
    max-width: 32%;
}
.location_wrap h4{
    margin-top: 3%;
    font-size: 8.8rem;
    line-height: 1;
    font-weight: 900;
    transform: rotate(0.05deg);
}
.location_wrap.blue h4 span{
    color: var(--d_red);
    font-size: 180%;
}
.location_wrap.orange h4 span{
    color: var(--red);
    font-size: 180%;
}
.pickup{color: var(--light);}
.location_wrap.blue .pickup{
    margin-top: 14%;
    background: var(--gra_blue);
    padding: 0 5% 5%;
}
.location_wrap.orange .pickup{
    margin-top: 14%;
    background: var(--gra_orange);
    padding: 0 5% 5%;
}
.pickup h5{
    text-align: center;
    width: fit-content;
    font-size: 4.0rem;
    font-weight: 900;
    line-height: 1;
    padding: 6px 24px;
    background: var(--light);
    margin: auto;
    position: relative;
    top: -26px;
}
.location_wrap.blue .pickup h5{color: var(--blue);}
.location_wrap.orange .pickup h5{color: var(--orange);}
.pickup h5{}
.pickup_box{
    padding-top: 6%;
}
.pickup_txt{
    font-size: 3.2rem;
    font-weight: 700;
    transform: rotate(0.05deg);
}
.pickup_txt span{
    font-weight: 700;
    transform: rotate(0.05deg);
    display: inline-block;
    line-height: 1;
    letter-spacing: 0;
}
.pickup_txt .toho{
    font-size: 140%;
}
.pickup_txt .num{
    font-size: 240%;
}
.pickup_txt .min{
    font-size: 140%;
}
.pickup_txt .distance{
    font-size: 1.6rem;
}
.pickup_single{
    max-width: 800px;
    margin: auto;
}


/* スライダー付shop_list */

.shop_list.shop_slider{
    display: block;
    max-width: 666px;
    margin: auto;
}
.dots-wrap {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center;
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.dots-wrap li {
    width: 10px;
    height: 9px;
    border-radius: 10px;
    margin: 0 5px;
    background: var(--light);
    cursor: pointer;
    flex-basis: 100%;
    min-height: auto;
    padding: 0;
}

@media (hover: hover) {
    .dots-wrap li:hover {
    background: var(--gra_orange2);
}
}
.dots-wrap li.slick-active {
    background: var(--gra_orange2);
}
.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.shop_list{
    display: flex;
    justify-content: space-between;
    gap: 0 1%;
    flex-wrap: wrap;
    position: relative;
}
.shop_list li{
    flex-basis: 49%;
    margin-bottom: 4%;
}
.shop_list .icon{
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 22%;
}
.shop_list .icon img{
    width: 200%;
}
.shop_list.other{
    margin-top: 5%;
}
.shop_list_l{
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 3%;
}
.shop_list_l.res{
    flex-direction: row-reverse;
}
.shop_list_l_img{
    flex-basis: 70%;
}
.shop_list_l_txt_wrap{
    flex-basis: 27%;
    display: flex;
    flex-direction: column-reverse;
}


.coloumn{
    margin-top: 12%;
    background: var(--gra_orange);
    padding: 5%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.coloumn::before{
    content: '';
    background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url(../img/location/column_bg.webp);
    position: absolute;
    background-size: cover;
    background-position: center center;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    filter: blur(3px);
    z-index: -1;
}
.coloumn_img{
    margin-bottom: 2%;
}
.coloumn .en_ttl{
    text-align: center;
    font-size: 5.6rem;
    font-weight: 900;
    transform: rotate(0.05deg);
    color: var(--red);
    padding-bottom: 1%;
}

.coloumn dl{}
.coloumn dt{
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.3;
    transform: rotate(0.05deg);
    text-align: center;
    color: var(--light);
}
.coloumn dd{font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
    transform: rotate(0.05deg);
    padding-top: 3%;
    text-align: center;
    color: var(--dark);
}
.coloumn .note{
    display: block;
    text-align: center;
    color: var(--dark);
    font-size: 1.2rem;
    transform: rotate(0.05deg);
    padding-top: 8px;
}

.coloumn_slider_wrap{
    margin-top: 3%;
}
.coloumn_slider_wrap ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
}
.coloumn_slider_wrap li.point{
    flex-basis: 32%;
    background: var(--gra_orange2);
    margin-top: 48px;
    color: var(--dark);
    position: relative;
    padding: 0 3% 3%;
}
.coloumn .point_mun{
    margin-top: -20px;
    color: var(--light);
    font-size: 2.0rem;
    font-weight: 900;
    transform: rotate(0.05deg);
    line-height: 1;
    background: var(--red);
    width: fit-content;
    padding: 4px 12px;
}
.coloumn .point_mun span{
    font-size: 160%;
}
.coloumn_slider_ttl_wrap{
    padding-top: 9%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: nowrap;
    color: var(--dark);
}
.coloumn_slider_ttl{
        flex-basis: 68%;
        transform: rotate(0.05deg);
        font-size: 1.6rem;
        line-height: 1.3;
        font-weight: 700;
}
.coloumn_slider_img{
        flex-basis: 30%;
    text-align: right;
}
.coloumn_slider_txt{
    margin-top: 16px;
    transform: rotate(0.05deg);
        font-size: 1.3rem;
        font-weight: 500;
        letter-spacing: 1px;
        text-align: justify;
        color: var(--dark);
}

.hospital_distance{
    background: var(--light);
    padding: 3% 6%;
    margin-top: 3%;
}
.hospital_distance .shop_other{
        margin-top: 1%;
}

.medical_txt{
    background: var(--light);
    width: fit-content;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 700;
    transform: rotate(0.05deg);
    color: var(--blue);
    padding: 6px;
    margin-top: 8px;
}

.topics_wrap{
    padding: 5% 0;
    color: var(--light);
}

.topicks{
    margin-top: 3%;
    background: url(../img/common/bg_dot.svg), var(--gra_orange);
    padding: 3% 6%;
}
.topicks .en_ttl {
    text-align: center;
    font-size: 4.8rem;
    font-weight: 900;
    transform: rotate(0.05deg);
    color: var(--dark);
}
.topicks dt{
    font-size: 2.4rem;
    font-weight: 600;
    transform: rotate(0.05deg);
    text-align: center;
}
.topicks dt span{
    display: block;
    margin: auto;
    width: fit-content;
    color: var(--orange);
    background: var(--light);
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 800;
    transform: rotate(0.05deg);
    padding: 6px 16px;
}
.topicks dd{
    font-size: 1.8rem;
    font-weight: 600;
    transform: rotate(0.05deg);
    text-align: center;
    margin-top: 24px;
}


/* lifeinfo
-----------------------------------------------------------------*/
.lifeinfo{
	padding: 100px 0;	
}
.lifeinfo h2{
	text-align: center;
    font-size: 5.6rem;
    font-weight: 900;
    transform: rotate(0.05deg);
    color: var(--dark);
    padding-bottom: 3%;
}
.lifeinfo .nav-area{
	position: relative;
	margin-bottom: 60px;
	padding: 0 30px;
	border: solid var(--dark);
	border-width: 1px 0;
	overflow: hidden;
}
.lifeinfo .nav-area-cont{
	width: 100%;
}
.cat-btn-list.slick-slider,
.cat-btn-list .slick-track{
	position: static;
}
.cat-btn-list .slick-prev,
.cat-btn-list .slick-next{
    top: 0;
    width: 30px;
    height: 60px;
    transform: none;
    background: var(--dark);
		z-index: 100;
}
.cat-btn-list .slick-next{
	left: 0;	
}
.cat-btn-list .slick-prev{
	left: auto;
	right: 0;
}
.cat-btn-list .slick-prev::after,
.cat-btn-list .slick-next::after{
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 13px;
	height: 10px;
	margin: -6px 0 0 -5px;
	content: "";
	background: url(../img/common/ico_arw_w.svg) no-repeat;
	background-size: 100% auto;
}
.cat-btn-list .slick-next::after{
	transform: rotate(180deg);
}
.cat-btn-list{
	width: 1230px;
}
.cat-btn-list p{
	cursor: pointer;
	background: #FAEAD4;
	border-right: 1px solid var(--dark);
	color: var(--dark);
	transition: .3s;	
    transform: rotate(0.05deg);
}
.cat-btn-list p span{transform: rotate(0.05deg);}
.cat-btn-list p strong{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 246px;
	height: 60px;	
}
.cat-btn-list p:hover,
.cat-btn-list p.current{
	background: var(--gra_orange2);
	color: var(--light);
}

/* map ------------------------*/
.gmap_wrap{
	display: flex;
	height: 750px;
	/* height: 655px; */
}
.map-cont + .map-cont{
	display: none;
}
#gmap{
	width: 58%;
	height: 100%;
}
#map{
	width: 58%;
	height: 100%;
}
#gmap img{
	position: relative;
	z-index: 100;
}
#markerArea{
	width: 42%;
	height: 100%;
	padding: 10px 20px;
	overflow: auto;
}
#markerList{
	max-width: 580px;
	margin: 0 auto;
}
#markerArea h3{
	margin-bottom: 20px;
	line-height: 1.2;
    transform: rotate(0.05deg);
}
.marker_list{
	border-top: 2px solid var(--dark);
}
.marker_list li{
	border-bottom: 1px solid var(--dark);
	background: no-repeat left 10px top 6px;
	cursor: pointer;
	transition: .3s;
    transform: rotate(0.05deg);
}
.marker_list li:hover{
	opacity: .7;
}
.marker_list li:last-child{
	display: none !important;
}
.marker_list .flex{
	display: flex;
	align-items: center;
	line-height: 1.2;
	letter-spacing: .05em;
}
.marker_list .flex > div:nth-child(1){
	position: relative;
	width: 64%;
	padding: 12px 0 12px 30px;
}
.marker_list .flex > div:nth-child(1) span{
	position: absolute;
	left: 0;		
	top: 10px;
	display: block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: var(--gra_orange2);
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-size: 1.6rem;
}
.marker_list .flex > div:nth-child(1) small{
	display: block;
	font-size: 1.2rem;
}
.marker_list .flex > div:nth-child(2){
	width: 36%;
	padding: 12px 0;
	font-size: 1.2rem;
}


@media screen and (max-width: 768px) {

    #location .contents_mv{
    background-image: url(../img/location/mv_sp.webp);
}


/* くずはモール kuzuhamall */

.location_wrap{
    padding: 0 0 10%;
    position: relative;
}
.location_wrap.kuzuhamall{
    padding-bottom: 50%;
}
.location_wrap.kuzuhamall .icon{
    width: 28%;
}
.content_box{
    padding-top: 10%;
}

.kuzuha_main .kuzuha_main_img_txt{
    right: 2%; top: 2%;
    max-width: 100%;
    width: 64%;
}
.kuzuha_min_wrap{
    display: flex;
    justify-content: space-between;
    gap: 4px;
    flex-wrap: wrap;
}
.kuzuha_min_wrap li{
    flex: unset;
    background: var(--light);
    padding: 12px ;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.kuzuha_min_wrap li:nth-of-type(1),
.kuzuha_min_wrap li:nth-of-type(4){
    flex-basis: 100%;
}
.kuzuha_min_wrap li:nth-of-type(2),
.kuzuha_min_wrap li:nth-of-type(3){
    flex-basis: 49.3%;
}
.kuzuha_min_wrap li:nth-of-type(1) img{height: 57px;}
.kuzuha_min_wrap li:nth-of-type(4) img{height: 57px;}
.kuzuha_min_wrap li img{
    height: 100%;
}

.kuzuha_min_wrap li:nth-of-type(1):before{
    width: 18%;
}
.kuzuha_min_wrap li:nth-of-type(2):before{
    width: 67%;
}
.kuzuha_min_wrap li:nth-of-type(3):before{
        width: 67%;
}
.kuzuha_min_wrap li:nth-of-type(4):before{
        width: 28%;
}
.taxi{
    display: flex;
    gap: 0 2%;
    align-items: center;
    margin-top: 3%;
}
.taxi .ttl{
    transform: rotate(0.05deg);
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    color: var(--orange);
    background: var(--light);
    padding: 6px 12px;
}
.taxi .txt{
    transform: rotate(0.05deg);
    color: var(--light);
    font-weight: 500;
    font-size: 2.4rem;
}
.taxi .txt span{
    font-size: 130%;
    font-weight: 800;
}
.taxi .txt small{
    font-size: 1.6rem;
}


.content_box .note{
    font-size: 0.9rem;
}


/* kuzuha_contents */

.kuzuhamall_img{
    display: block;
    margin-top: 10%;
    gap: 0 1%;
}

.kuzuhamall_img .shop_txt_wrap{
    width: 100%;
    margin-left: unset;
    text-align: left;
}

.shop_txt_wrap .ttl{
    font-size: 1.6rem;
    padding-top: 16px;
}
.shop_txt_wrap .distance{
    font-size: 1.1rem;
    padding-top: 8px;
}
.shop_txt_wrap .txt{
    font-size: 1.2rem;
    line-height: 1.8;
    text-align: justify;
}
.kuzuha_shop_list{
    display: block;
    margin-top: 10%;
    flex-wrap: wrap;
}
.kuzuha_shop_list li{
    transform: scale(.9);
    
}
.kuzuha_shop_list li:nth-child(even){
    padding-top: 0;
    margin-left: calc((-100vw - -100%) / 2);
    transform-origin: top left;
}
.kuzuha_shop_list li:nth-child(odd){
    margin-right: calc((-100vw - -100%) / 2);
    transform-origin: top right;
}
.kuzuha_shop_list .txt{
    font-size: 1.4rem;
    padding-top: 8px;
}
.kuzuha_shop_list li:nth-child(even) .txt{
    text-align: right;
}
.kuzuha_shop_other{
    margin-top: 10%;
}
.kuzuha_shop_other .en_ttl{
    font-size: 3.2rem;
    padding-bottom: 4%;
}

.tab-container{
    display: flex;
    justify-content: space-between;
    gap: .5%;
    flex-wrap: wrap;
    margin-bottom: 1%;
}
.tab-container .tab{
    flex-basis: 49.75%;
    text-align: center;
    background: var(--light);
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--orange);
    padding: 12px 8px;
    margin-bottom: .5%;
}
.tab-container .tab.active{
    background: var(--red);
    color: var(--light);
}

.content-container{
    padding: 8% 8%;
    display: block;

}
.shop_other_ttl{
    font-size: 2.8rem;
    text-align: center;
    border-bottom: none;
    padding-bottom: 6px;
}
.shop_other{
    transform: rotate(0.05deg);
    color: var(--dark);
    position: relative;
    font-size: 1.3rem;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 2.2;
    margin-top: 4%;
   
}
.shop_other span{
    display: inline-block;
    position: relative;
    padding-right: 6px;
}
.shop_other span::before{
    content: '■';
    display: inline-block;
    font-size: 80%;
    vertical-align: 1px;
}

.location_wrap.blue{
    padding-bottom: 30%;
    padding-top: 16%;
}
.park.location_wrap.blue{padding-bottom: 45%;}
.location_wrap.orange{
            padding-bottom: 50%;
            padding-top: 16%;
}
.location_wrap.medical{
    padding-bottom: 16%;
    padding-top: 16%;
}
.location_wrap.shopping{
    margin-top: 40%;
}
.location_main_img{
    max-width: 90%;
    position: relative;
        margin-top: -50%;
}
.location_main_img .icon{
    width: 27%;

}

.human_icon{
    position: absolute;
}
.human_icon.human_icon1{
          right: -39px;
        bottom: -112px;
        max-width: 32%;
}
.human_icon.human_icon2{
    right: -10px;
        bottom: 0;
        max-width: 42%;
}
.human_icon.human_icon3{
             right: -24px;
        bottom: -138px;
        max-width: 38%;
}
.human_icon.human_icon4{
    right: -33px;
        bottom: -117px;
        max-width: 33%;
        width: 28%;
}
.human_icon.human_icon5{
   right: 0;
    bottom: 0;
    max-width: 32%;
}
.location_wrap h4{
    margin-top: 12%;
    font-size: 3.8rem;
}
.location_wrap.blue .pickup{
    margin-top: 20%;
    padding: var(--gap);
    margin-left: calc((-100vw - -100%) / 2);
    margin-right: calc((-100vw - -100%) / 2);
}
.location_wrap.orange .pickup{
     margin-top: 20%;
    padding: 0 8% 8%;
    margin-left: calc((-100vw - -100%) / 2);
    margin-right: calc((-100vw - -100%) / 2);
}
.pickup h5{
    font-size: 3.0rem;
    top: -36px;
}
.pickup_box{
    padding-top: 0;
}
.pickup_txt{
    font-size: 2.2rem;
    font-weight: 700;
    transform: rotate(0.05deg);
    display: flex;
    align-items: flex-end;
    line-height: 1.3;
    position: relative;
    width: fit-content;
}
.pickup_txt span{
    display: inline-block;
}
.pickup_txt .toho{
    font-size: 200%;
    padding-left: 8px;
    padding-bottom: 4px;
}
.pickup_txt .num{
    font-size: 340%;
    display: inline-block;
    line-height: 1;
}
.pickup_txt .min{
    font-size: 200%;
    padding-bottom: 4px;
}
.pickup_txt .distance{
    font-size: 1.0rem;
    position: absolute;
    top: 5%; right: 0;

}
.pickup_single{
    max-width: 100%;
    margin: auto;
}


.shop_list{
    margin-top: 3%;
}
.shop_list li{
    flex-basis: 49%;
    margin-bottom: 8%;
}
.shop_list .icon{
    left: 4px;
    bottom: 4px;
    width: 28%;
}
.shop_list.other{
    margin-top: 10%;
}
.shop_list_l{
    margin-top: 10%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0 3%;
    flex-wrap: wrap;
}
.shop_list_l.res{
    flex-direction: row-reverse;
}
.shop_list_l_img{
    flex-basis: 100%;
}
.shop_list_l_txt_wrap{
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction:row;
}
.shop_list_l.res .shop_list_l_txt_wrap{
    flex-direction: row-reverse;
}
.shop_list_l_txt_wrap .shop_txt_wrap{
    flex-basis: 48%;
}
.shop_list_l_img2{
    padding-top: 16px;
    flex-basis: 50%;
}
.education .shop_list li{
    flex-basis: 100%;
}
.education .shop_list.mini{
    margin-top: 0;
}
.education .shop_list.mini li{
    flex-basis: 48% !important;
}

.coloumn{
    margin-top: 16%;
        padding: 5% 5% 16%;
}
.coloumn_img{
    margin-bottom: 4%;
}
.coloumn .en_ttl{
    font-size: 3.2rem;
    padding-bottom: 3%;
}

.coloumn dl{}
.coloumn dt{
    font-size: 2.4rem;
}
.coloumn dd{
    font-size: 1.2rem;
    padding-top: 6%;
}
.coloumn .note{
    font-size: 1.0rem;
}

.coloumn_slider_wrap{
		width: 106%;
    margin-top: 2%;
    position: relative;
		overflow: scroll;
		padding-bottom: 15px;
}
.coloumn_slider_wrap ul{
    flex-wrap: initial;
		width: 2520px;
		gap: 5px;
		margin-right: 20px;
}
.coloumn_slider_wrap li.point{
    flex-basis: initial;
		width: calc((100% - 40px)/9);
    margin-top: 48px;
    color: var(--dark);
    position: relative;
    padding: 0 25px 20px;
    min-height: 300px;
}
.point05 .coloumn_slider_img img,
.point06 .coloumn_slider_img img{width: 54px;}

.pinch_out{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    width: 120px;
}

.coloumn .point_mun{
    margin-top: -20px;
    color: var(--light);
    font-size: 2.0rem;
    font-weight: 900;
    transform: rotate(0.05deg);
    line-height: 1;
    width: fit-content;
    padding: 4px 12px;
}
.coloumn .point_mun span{
    font-size: 160%;
}
.coloumn_slider_ttl_wrap{
    padding-top: 9%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.coloumn_slider_ttl{
        flex-basis: 76%;
        transform: rotate(0.05deg);
        font-size: 1.8rem;
        line-height: 1.3;
        font-weight: 700;
        color: var(--dark);
}
.coloumn_slider_img{
        flex-basis: 23%;
    text-align: right;
}
.coloumn_slider_txt{
        font-size: 1.3rem;
         color: var(--dark);
}

.hospital_distance{
    padding: 6% 8%;
    margin-top: 6%;
}
.hospital_distance .shop_other{
        margin-top: 2%;
        line-height: 1.5;
}
.hospital_distance .shop_other_ttl{
    font-size: 1.6rem;
    text-align: left;
    padding-bottom: 3px;
}
.hospital_distance .shop_other span{
    font-size: 1.1rem;
    letter-spacing: .5px;
}

.medical_txt{
    width: fit-content;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: 700;
    transform: rotate(0.05deg);
    padding: 3px 6px;
    margin-top: 8px;
}
.topics_wrap{
    padding: 10% 0 0;
}
.topicks{
    margin-top: 3%;
    padding: 6% 6%;
}
.topicks .en_ttl {
        font-size: 3.2rem;
        padding-bottom: 4%;
}
.topicks dt{
    font-size: 1.2rem;
}
.topicks dt span{
    font-size: 2.0rem;
}
.topicks dd{
    font-size: 1.3rem;
    font-weight: 600;
    transform: rotate(0.05deg);
    text-align: center;
    margin-top: 24px;
}
.medical .shop_slider .slick-slide{
	/* min-height: 510px; */
	min-height: 440px;
}



    
/* lifeinfo
-----------------------------------------------------------------*/
	.lifeinfo{
		padding: 50px 0;	
	}
	.lifeinfo h2{
		margin-bottom: 24px;
                font-size: 3.2rem;
	}
	.lifeinfo .nav-area{
		position: relative;
		margin-bottom: 30px;
	}
	.cat-btn-list{
		width: 120%;
	}
	.cat-btn-list p strong{
		width: 100%;
		height: 50px;
	}
  .cat-btn-list p strong .ttl-en04{
    font-size: 1.4rem;
  }


/* map ------------------------*/
	.gmap_wrap{
		display: block;
		height: auto;
	}
	#gmap{
		width: 100%;
		height: 100vw;
	}
	#map{
		width: 100%;
		height: 100vw;
	}
	#markerArea{
		margin-top: 20px;
		width: 100%;
		overflow: visible;
	}
	#markerArea h3{
		margin-bottom: 10px;
	}
	.marker_list li{
		background-position: left top 4px;
		font-size: 13px;
	}
	.marker_list li:hover{
		opacity: 1;
	}
	.marker_list .flex{
		justify-content: space-between;
        gap: 0 2%;
	}
	.marker_list .flex > div:nth-child(1){
		width: auto;
		padding: 12px 0 12px 30px;
        flex-basis: 68%;
	}
	.marker_list .flex > div:nth-child(2){
		width: auto;
		/* padding: 12px 0 12px 10px; */
		padding: 12px 0 12px;
        flex-basis: 30%;
	}
    .marker_list .flex > div:nth-child(2) span{
        display: inline-block;
    }
  .marker_list .flex > div:nth-child(1) small{
	  display: inline;
	  font-size: 13px;
  }
	
	#locationIframe01{ height: 1200px;}
	#locationIframe02{ height: 1030px;}
	#locationIframe03{ height: 1400px;}
	#locationIframe04{ height: 700px;}
	#locationIframe05{ height: 1000px;}
	#locationIframe06{ height: 1400px;}	
}








