@charset "utf-8";
/* CSS Document */
h3{
	color: #ce4186;
	line-height: 1.5;
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
}

h4{
	color: #ce4186;
	font-size: 18px;
	margin-bottom: 10px;
	padding: 0 10px 10px;
	border-bottom: 1px solid #ce4186;
	line-height: 1.5;
}

.main_txt{font-size: 16px; margin-bottom: 60px}
.main_txt span{color: #ce4186;}
.main_txt i{letter-spacing: -5px;}

#contents{
	padding: 0 25px 60px;
	text-align: left;
	line-height: 1.5;
}

#contents img{width: 100%;}

.kome {
    color: #5A5A5A;
    font-size: 12.8px;
    vertical-align: baseline;
}

/*=====================================================================================
***************************************************************************************

　　一覧
		
***************************************************************************************
=====================================================================================*/
.contents_box{margin-bottom: 60px;}
.pink_box{
	color: #ce4186;
    background-color: #f6d3e3;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}
.map_btn{
	display: block;
	float: right;
	color: #FFFFFF;
	background: #ce4186;
	text-decoration: none;
	line-height: 1;
	padding: 10px;
	border-radius: 20px;
	margin: 20px auto 10px;
	font-size: 14px;
}


#contents table{width: 100%; font-size: 14px; line-height: 1.4;}
#contents table , #contents td, #contents th {
	border: 1px solid #ce4186;
	border-collapse: collapse;
	clear: both;
}
#contents td{padding: 10px;}
#contents td:first-child{
	width: 30px; 
	padding: 10px 0; 
	text-align: center; 
	vertical-align: middle;
}
#contents td:last-child{
	width: 40px; 
	padding: 10px 5px 10px 0; 
	text-align: center; 
	vertical-align: middle;
	letter-spacing: -5px;
}
#contents .title td:last-child{letter-spacing: normal;}

.lang-en #contents td:last-child {letter-spacing:normal;}

#contents .table02 td:last-child{
	width: auto; 
	padding: 10px; 
	text-align: left; 
	vertical-align: middle;
	font-size: 15px;
	letter-spacing: normal;
}
#contents .table02 .title td:last-child{text-align: center;font-size: 13px; letter-spacing: normal;}
#contents .table02 p{margin-bottom: 0;}

table .title{color: #ce4186; font-size: 12px; text-align: center;}
table .green span{color: #13ae67;}
table .green b{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: #13ae67;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 auto;
}

table .blue span{color: #036eb8;}
table .blue b{
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	background: #036eb8;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 0 auto;
}

table p{font-size: 14px; font-weight: bold; margin-bottom: 7px;}
table span{display: block;font-size: 16px;}


@media screen and (max-width: 500px){
    #fv {padding: 105px 0 185px!important;}
	.pink_box{font-size: 14px;}
}







