@charset "utf-8";
/* CSS Document */
/* =======================================

	SYSTEM

======================================= */
#system h4{
	color: #ff229d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}
#system .info{
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display:-webkit-flex;/*--- safari（PC）用 ---*/
	display:flex;
	-ms-flex-pack:center;/*--- IE10 ---*/
	-webkit-justify-content:center;/*--- safari（PC）用 ---*/
	justify-content:center;
	text-align: center;
	margin: 50px 0;
}
#system .info li{
	margin: 0 15px;
}
#system .info li a{
	display: block;
    background-color: #FFF;
	color: #ff229d;
	font-size: 18px;
	font-weight: bold;
    width: 250px;
    padding: 15px 40px;
    border: 5px solid #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    transition: all 0.8s ease 0s;
}
#system .info li a:hover{
	transition: all 0.8s ease 0s;
    padding: 15px 20px;	
    border: 5px solid #ff229d;
}
#system .info li a em{
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #ff229d;
}
/* =======================================

	TEL

======================================= */
#system .tel{
	width: 65%;
    border: 4px solid #FF229D;
	color: #FF229D;
	text-align: center;
    margin: 0 auto 50px;
    padding: 20px;
}
#system .tel p{
	font-size: 18px;
}
#system .tel p.about_tel_text1{}
#system .tel p.about_tel_text1 span{
    font-weight: bold;
	margin: 0 20px;
}
#system .tel p.about_tel_text2{
	margin: 10px 0;
}
#system .tel p.about_tel_text2 span{
    font-weight: bold;
	margin: 0 20px;
	font-size: 42px;
}
#system .tel p.about_tel_text2 span:first-child{
	color: #313131;
	font-size: 24px;
}
#system .tel p.about_tel_text3{
	font-size: 15px;
    font-weight: bold;
	color: #313131;
}
/* =======================================

	PRICE

======================================= */
#system #price{
	margin-bottom: 100px;
}
#system #price li{
	margin-bottom: 30px;
}
#system #price li img{}

/* =======================================

	OPTION

======================================= */	
#option{
	text-align: center;
	border: 5px solid #ff229d;
	margin-bottom: 100px;
	padding: 80px 0;
}	
#option h5{
	background-color: #fff2f9;
	color: #ff229d;
    font-size: 25px;
    font-weight: bold;
	width: 300px;
    margin: -92px auto 80px;
}
	
/* =======================================

	ROOM

======================================= */
#room{
    text-align: center;
	margin-bottom: 100px;
}
#room h5{
	color: #ff229d;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#room > p{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
}
#room .room_type{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin: 0 15px;
}
#room .room_image{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
	border: 0px solid #fff;
    transition: all 0.4s ease 0s;
}
#room .room_image:hover{
	border: 8px solid #ff229d;
	transition: all 0.4s ease 0s;
}
#room .room_image img{
    height: 100%;
}
#room .room_name{
	color: #ff229d;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}
