@charset "utf-8";

/*=========================================*/
/* 施設紹介 */
/*=========================================*/


/*-- SHISETSU --*/

.shisetsu_list_area{
	margin-bottom: 80px;
	display: flex;
}

.shisetsu_list_area_bg{
	position: relative;
}

.shisetsu_list_area_bg::after{
	position: absolute;
	content: "";
	background: url("../images/miyanokawachi_mascot.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	bottom: 0;
	width: 100%;
    max-width: 110px;
    padding-bottom: 150px;
	z-index: -1;
}

.shisetsu_list{
	width: 80%;
}

.shisetsu_list li{
	padding: 20px 0px 20px 0px;
	display: flex;
	border-bottom: 1px solid rgba(232,209,167,1.00);
}

.shisetsu_list li p{
	line-height: 175%;
}

.shisetsu_list li p:first-of-type{
	width: 200px;
	font-size: 110%;
	font-weight: 500;
}

.shisetsu_list li p:last-of-type{
	font-size: 100%;
}

.icon_area{
	width: 20%;
	padding: 20px 0px 0px 0px;
	text-align: right;
}

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

.shisetsu_list_area{
	margin-bottom: 60px;
}
	
.shisetsu_list_area_bg{
	position: relative;
}

.shisetsu_list_area_bg::after{
	position: absolute;
	content: "";
	background: url("../images/miyanokawachi_mascot.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	bottom: 0;
	width: 100%;
    max-width: 110px;
    padding-bottom: 150px;
	z-index: -1;
}

.shisetsu_list li{
	padding: 15px 0px 15px 0px;
}

.shisetsu_list li p:first-of-type{
	width: 200px;
	font-size: 100%;
}
	
.shisetsu_list li p:last-of-type{
	font-size: 90%;
}
	
.icon_area{
	width: 20%;
	padding: 15px 0px 0px 0px;
	text-align: right;
}
	
.icon_area img{
	max-width: 40px;
}

}

@media all and (max-width:960px), print{

.shisetsu_list_area{
	margin-bottom: 40px;
}
	
.shisetsu_list_area_bg{
	position: relative;
}

.shisetsu_list_area_bg::after{
	position: absolute;
	content: "";
	background: url("../images/miyanokawachi_mascot.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	bottom: 0;
	width: 100%;
    max-width: 100px;
    padding-bottom: 130px;
	z-index: -1;
}
	
.shisetsu_list{
	width: 85%;
}

.shisetsu_list li{
	padding: 10px 0px 10px 0px;
	flex-wrap: wrap;
}

.shisetsu_list li p:first-of-type{
	width: 100%;
	margin-bottom: 5px;
	font-size: 90%;
}
	
.shisetsu_list li p:last-of-type{
	font-size: 80%;
}
	
.icon_area{
	width: 15%;
	padding: 10px 0px 0px 0px;
	text-align: right;
}
	
.icon_area img{
	max-width: 35px;
}

}

@media all and (max-width:640px){

.shisetsu_list_area_bg{
	position: relative;
}

.shisetsu_list_area_bg::after{
	position: absolute;
	content: "";
	background: url("../images/miyanokawachi_mascot.png");
	background-repeat: no-repeat;
	background-size: contain;
	right: 0;
	bottom: 0;
	width: 100%;
    max-width: 75px;
    padding-bottom: 100px;
	z-index: -1;
}

}

/*-- FLOOR MAP --*/

.floormap_area{
	margin-bottom: 80px;
	display: flex;
	flex-direction: row-reverse;
}

.floormap_img{
	width: 80%;
}

.floormap_list_area{
	width: 20%;
	padding-top: 50px;
}

.floormap_list_area ul{
	font-size: 95%;
	line-height: 175%;
}

.floormap_list_area ul li{
	margin-bottom: 5px;
	padding-left: 30px;
	position: relative;
}

.floormap_list_area ul li::before{
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 20px;
}

.floormap_list_area ul li:nth-child(1)::before{
	background: rgba(184,225,247,1.00);
}

.floormap_list_area ul li:nth-child(2)::before,
.floormap_list_area ul li:nth-child(3)::before{
	background: rgba(195,222,178,1.00);
}

.floormap_list_area ul li:nth-child(4)::before{
	background: rgba(234,236,142,1.00);
}

.floormap_list_area ul li:nth-child(5)::before{
	background: rgba(247,209,225,1.00);
}

.floormap_list_area ul li:nth-child(6)::before{
	background: rgba(217,237,241,1.00);
}

.floormap_list_area ul li:nth-child(7)::before{
	background: rgba(250,222,187,1.00);
}

.floormap_list_area ul li:nth-child(8)::before{
	background: rgba(197,198,227,1.00);
}

.floormap_list_area ul li:nth-child(9)::before{
	background: rgba(234,211,169,1.00);
}

.floormap_list_area ul li:nth-child(10)::before{
	background: rgba(209,159,0,1.00);
}

.floormap_list_area ul li:nth-child(11)::before{
	background: rgba(67,167,223,1.00);
}


@media screen and (max-width:1280px){
	
.floormap_area{
	margin-bottom: 60px;
}

.floormap_list_area{
	padding-top: 40px;
}

.floormap_list_area ul{
	font-size: 90%;
}

.floormap_list_area ul li{
	padding-left: 25px;
}

.floormap_list_area ul li::before{
	width: 17px;
	height: 17px;
}
	
}

@media all and (max-width:960px), print{
	
.floormap_area{
	margin-bottom: 40px;
}

.floormap_list_area{
	padding-top: 30px;
}

.floormap_list_area ul{
	font-size: 85%;
}

.floormap_list_area ul li{
	padding-left: 20px;
}

.floormap_list_area ul li::before{
	width: 16px;
	height: 16px;
}
	
}
		
@media all and (max-width:640px){

.floormap_area{
	flex-wrap: wrap;
}

.floormap_img{
	width: 100%;
}

.floormap_list_area{
	width: 100%;
	padding-top: 25px;
}
	
.floormap_list_area ul{
	display: flex;
	flex-wrap: wrap;
}
	
.floormap_list_area ul li{
	width: 49%;
    box-sizing: border-box;
}
	
}	
	