@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;
}


/*==========================================================
	補足
==========================================================*/
.conts_info   {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 6.25% 0;
	color: #FFFFFF;
	text-align: center;
	word-wrap: break-word;
	white-space: normal;
	background-color: #607F9A;
}


/*==========================================================
	情報１
==========================================================*/
.infobox   {
	width: 100%;
	padding: 6.25% 3.125%;
	background-repeat: no-repeat;
	background-size: cover;
}

.infobox .conts_textbox {
	position: relative;
	margin: 0px;
	padding: 0 3.125% 4%;
	color: #333333;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
	border-bottom: 1px solid #333333;
}
.infobox.info8 .conts_textbox{
	border-bottom: 0px solid #333333;
}

.infobox .conts_textbox .en {
	display: inline-block;
	font-size: 1.4em;
	color: #607F9A;
	font-weight: 300;
	letter-spacing: 0.1em;
	font-family: 'Lato', sans-serif;
}
.infobox .conts_textbox .ja {
	display: block;
	margin: 1.5% 0 1.5%;
	padding-bottom: 2%;
	font-size: 2.0em;
	font-weight: bold;
	letter-spacing: 0.3em;
	line-height: 1.4em;
	border-bottom: 0px solid #333333;
}

.infobox .conts_textbox .com {
	display: inline;
	margin: 0 ;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: 0.01em;
	line-height: 1.4em;
}



/*==========================================================
	各infobox背景
==========================================================*/
.info1 .thumb,
.info3 .thumb,
.info5 .thumb,
.info7 .thumb {
	float: left;
	margin: 0 3% 0 0;
	width: 132px; height: auto;
}
.info2 .thumb,
.info4 .thumb,
.info6 .thumb,
.info8 .thumb {
	float: right;
	margin: 0 0 0 3%;
	width: 132px; height: auto;
}




/*==========================================================
	MEDIA QUERIES (smartphone)
==========================================================*/
@media screen and (min-width: 321px) and (max-width: 640px){

.infobox .conts_textbox .com {
	font-size: 1.6em;
}




}/* (min-width: 321px) and (max-width: 640px) */


