<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* pc 
-------------------------------------*/

/* common 
-------------------------------------*/

	
dl{
	text-align:left;
    margin: 10px 0 40px 0;
}

dl dt{
	font-size:18px;
	font-size:1.8rem;
	line-height:160%;
	font-weight: normal;
	margin:0 0 0 0;
}

dl dd{
	font-size:14px;
	font-size:1.4rem;
	line-height:160%;
	margin:5px 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h5{
	font-size:30px;
	font-size:3.0rem;
	color: #fff;
    background-color: #004386;
	padding:5px;
	margin:0 0 40px 0;
	line-height:1;
	text-align:left;
    box-sizing: border-box;
}
h5 span{
	font-size:16px;
	font-size:1.6rem;
    margin: 0 0 0 10px;
}

/*AMENITY--------------------------*/
#contbox_amenity_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}

#contbox_amenity_01 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	overflow:hidden;
}
#contbox_amenity_01 .inner .item{
    width: 30%;
    height: auto;
}


/* sp 
-------------------------------------*/

@media only screen and (max-width: 767px) {
    
/* common 
-------------------------------------*/



h5{
	font-size:20px;
	font-size:2.0rem;
}
h5 span{
    display: block;
	font-size:12px;
	font-size:1.2rem;
    margin: 0 0 0 0;
}

/*AMENITY--------------------------*/
#contbox_amenity_01 {
	width:100%;
}
#contbox_amenity_01 .inner .item{
    width: 49%;
}

}</pre></body></html>