.map_box{
    margin: 0 auto;
}
.map_box_text_01 p{
    color: #E4E4E4;
}
.map_box_text_02 table{
    width: 100%;
}
.map_box_text_02 table th,
.map_box_text_02 table td{
    padding-bottom: 1rem;
    line-height: 1.7;
}
.map_box_text_02 table th{
    text-align: left;
}
.slide_area{
    width: 100%;
}
.shop_slide li{
    position: relative;
}
.shop_slide li img {
    opacity: .5;
    position: absolute;
    -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
            transform: scale(.5);
    width: 100%;
    height: 100%;
    margin: auto;
    border: solid 1px #ffffff;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s;
    transition: opacity .5s, transform .5s, -webkit-transform .5s;
    -o-object-fit: cover;
       object-fit: cover;
}
.shop_slide .slick-center img{
    opacity: 1;
    bottom: 0;
}
.slick-dots li button::before {
    opacity: 1!important;
    position: absolute!important;
    top: 30px!important;
    width: 6px!important;
    height: 6px!important;
    border: 1px solid!important;
    border-radius: 50%!important;
    color: #707070!important;
    font-size: 0!important;
    line-height: 0!important;
    content: ""!important;
}
.slick-dots li.slick-active button::before {
    opacity: 1!important;
    background-color: #707070;
}

@media screen and (min-width: 768px){
    #map{
        width: 80%;
        margin: 80px auto 0 auto;
    }
    #form_map{
        width: 70%;
        margin: 80px auto 0 auto;
    }
    .map_box{
        width: 100%;
        margin: 0 auto;
        padding-bottom: 0;
        display: flex;
        justify-content: space-evenly;
    }
    .map_box::before {
        position: absolute;
        content: "";
        background: none;
        width: 100%;
        height: 100%;
        z-index: 0;
      }
    .map_box_text{
        width: 45%;
    }
    .map_box_text_01{
        font-size: min(15vw,150px);
        margin-bottom: 30px;
    }
    .shop_map_g_area{
        width: 55%;
        margin-top: 90px;
    }
    .map_box_text_02 table td{
        width: 70%;
    }
    .map_box_text_02 table th{
        width: 30%;
    }
    .map_box_text_02 table td,
    .map_box_text_02 table th{
        font-size: 16px;
    }
    .slide_area{
        margin: 104px 0 215px;
        height: 50vh;
    }
    .slick-dotted.slick-slider {
        height: 50vh;
    }
    .slick-list{
        height: 50vh;
    }
    .shop_slide{
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
    .shop_slide li{
        height: 30vw;
        max-height: 350px;
    }
    .shop_slide .slick-active img {
        bottom: -9vw;
    }
    .shop_slide .slick-center img{
        width: 100%;
        height: 100%;
        transform: scale(1.3);
        bottom: 0;
    }
    .shopinfo .slick-dots li button::before {
        top: 90px !important;
        width: 8px !important;
        height: 8px !important;
    }
}

@media screen and (max-width: 767px){
    #map,
    #form_map{
        width: 80%;
        margin: 80px auto 0 auto;
    }
    .map_box{
        margin: 0 auto;
    }
    .map_box_text{
        width: 100%;
        position: relative;
    }
    .map_box_text_01{
        position: relative;
    }
    .map_box_text_01 p{
        transform: rotate(179deg);
        writing-mode: vertical-lr;
        position: absolute;
        left: -15vw;
        font-size: 24vw;
    }
    .shop_map_g_area{
        width: 100%;
        height: 55vw;
        margin-top: 15vw;
    }
    .map_box_text_02 table{
        width: 75%;
        margin-right: 0;
        margin-left: auto;
    }
    .map_box_text_02 table td{
        width: 65%;
    }
    .map_box_text_02 table th{
        width: 35%;
    }
    .map_box_text_02 table td,
    .map_box_text_02 table th{
        font-size: 3.4vw;
    }
    .slide_area{
        width: 100vw;
        margin: 50px calc(50% - 50vw) 120px;
    }
    .shop_slide{
        width: 100vw;
    }
    .shop_slide li{
        height: 35vw;
    }
    .shop_slide li img{
        bottom: -11vw;
        transform: scale(.4)
    }
    .shop_slide .slick-center img{
        width: 100%;
        height: 100%;
        transform: scale(1.4);
    }
}

/* 分院仕様 */
@media screen and (min-width: 768px){
	#branch_hospital .map_box_text{
		width: 80%;
	}
	#branch_hospital .map_box_text_02_wrap{
		display: flex;
    	justify-content: space-around;
	}
	#branch_hospital .map_box_text_02{
		width: 45%;
	}
	#branch_hospital .map_box_text_02_hospital_name{
		font-size: 20px;
    	margin-bottom: 17px;
	}
}
@media screen and (max-width: 767px){
    #branch_hospital{
        width: 85%;
    }
	#branch_hospital .map_box_text_02_wrap{

	}
	#branch_hospital .map_box_text_02_hospital_name{
		width: 75%;
		font-size: 4.6vw;
        margin-bottom: 4vw;
        margin-right: 0;
        margin-left: auto;
	}
	#branch_hospital .map_box_text_02{
		margin-bottom: 6vw;
	}
}