@charset "utf-8";

/*==========================================================
	寮について
==========================================================*/

/*==========================================================
	コンテンツエリア
==========================================================*/
.contents_area{
	width: 100%; height: 100%;
	margin: 1px auto;
}

.contents_area ul{
	width: 100%;
	text-align: center;
}

.contents_area li{
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 0px;
}
.contents_area li img {
}

.contents_area li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.conts_textbox {
	position: absolute;
	top: 0px;
	line-height: 2.0rem;
	font-size: 1.0rem;
	text-align: center;;
}

.conts_textbox .en {
	font-size: 2.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}

.conts_textbox .ja {
	font-size: 1.5em;
	letter-spacing: 0.03em;
}

.conts_textbox .com {
	display: inline-block;
	margin: 1% 0px 1%;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.contents_area li.margin_btm0 {
	margin-bottom: 0px;
}

/* コンテンツヘッダー */
.conts_head   {
	top: 40%;
	left: 0px; right: 0px;
	margin: 0px auto 0px;
	color: #FFFFFF;
}


/*==========================================================
	タイプ別お部屋サンプル
==========================================================*/
.sample   {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 6.25% 0;
	color: #FFFFFF;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	background-color: #563779;
}

.conts_textbox.sample .ja {
	display: inline-block;
	margin: 1.5% 0 1.5%;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.conts_textbox.sample .com {
	display: inline-block;
	width: 89.5%;
	margin: 0 auto 4%;
	padding: 3.125% 0;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	border: 0px solid #FFFFFF;
}

/*==========================================================
	タイプ別お部屋サンプル - ワンルームタイプ
==========================================================*/
.type1   {
	width: 100%;
	padding: 6.25% 3.125%;
	background-image: url('../img/apartment/1r_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.type1 .conts_textbox {
	position: relative;
	margin: 0px;
	padding: 6.25% 3.125%;
	color: #333333;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	background-color: rgba(255,255,255,0.6);
	vertical-align: top;
}

.type1 .conts_textbox .en {
	font-size: 4.0em;
	font-weight: 300;
	letter-spacing: 0.01em;
	font-family: 'Lato', sans-serif;
}
.type1 .conts_textbox .ja {
	display: inline-block;
	margin: 1.5% 0 3.125%;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.type1 .conts_textbox .sub {
	display: inline-block;
	width: 55%;
	text-align: left;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 0.01em;
}

.type1 .conts_textbox .com {
	display: inline-block;
	width: 60%;
	margin: 0 auto 4%;
	padding: 3.125% 0;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	border: 1px solid #333333;
}
.type1 .conts_textbox .icon_room {
	width: 32%;
	margin-right: 3.125%;
	float: left;
}

/*==========================================================
	タイプ別お部屋サンプル - 1DKタイプ
==========================================================*/
.type2   {
	width: 100%;
	padding: 6.25% 3.125%;
	background-image: url('../img/apartment/1dk_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.type2 .conts_textbox {
	position: relative;
	margin: 0px;
	padding: 6.25% 3.125%;
	color: #333333;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	background-color: rgba(255,255,255,0.6);
	vertical-align: top;
}

.type2 .conts_textbox .en {
	font-size: 4.0em;
	font-weight: 300;
	letter-spacing: 0.01em;
	font-family: 'Lato', sans-serif;
}
.type2 .conts_textbox .ja {
	display: inline-block;
	margin: 1.5% 0 3.125%;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.type2 .conts_textbox .sub {
	display: inline-block;
	width: 55%;
	text-align: left;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 0.01em;
}

.type2 .conts_textbox .com {
	display: inline-block;
	width: 60%;
	margin: 0 auto 4%;
	padding: 3.125% 0;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	border: 1px solid #333333;
}
.type2 .conts_textbox .icon_room {
	width: 32%;
	margin-right: 3.125%;
	float: left;
}

/*==========================================================
	タイプ別お部屋サンプル - 2DKタイプ
==========================================================*/
.type3   {
	width: 100%;
	padding: 6.25% 3.125%;
	background-image: url('../img/apartment/2dk_2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.type3 .conts_textbox {
	position: relative;
	margin: 0px;
	padding: 6.25% 3.125%;
	color: #333333;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	background-color: rgba(255,255,255,0.6);
	vertical-align: top;
}

.type3 .conts_textbox .en {
	font-size: 4.0em;
	font-weight: 300;
	letter-spacing: 0.01em;
	font-family: 'Lato', sans-serif;
}
.type3 .conts_textbox .ja {
	display: inline-block;
	margin: 1.5% 0 3.125%;
	font-size: 1.6em;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}
.type3 .conts_textbox .sub {
	display: inline-block;
	width: 55%;
	text-align: left;
	font-size: 1.4em;
	font-weight: 300;
	letter-spacing: 0.01em;
}

.type3 .conts_textbox .com {
	display: inline-block;
	width: 60%;
	margin: 0 auto 4%;
	padding: 3.125% 0;
	text-align: center;
	font-size: 1.3em;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	border: 1px solid #333333;
}
.type3 .conts_textbox .icon_room {
	width: 32%;
	margin-right: 3.125%;
	float: left;
}









/*==========================================================
	MEDIA QUERIES (smartphone)
==========================================================*/
@media screen and (min-width: 321px) and (max-width: 640px){

.type1 .conts_textbox .com,
.type2 .conts_textbox .com,
.type3 .conts_textbox .com {
	font-size: 1.6em;
}

.type1 .conts_textbox .sub,
.type2 .conts_textbox .sub,
.type3 .conts_textbox .sub {
	font-size: 1.5em;
	margin-bottom: 5%;
}



}/* (min-width: 321px) and (max-width: 640px) */


