@charset "utf-8";

/* TOPヘッダー */
header {
	height: 60px;
	background-image: url(../imgs/common/bg_repeat2.gif);
	background-image: url(../imgs/common/bg_repeat.gif);
	background-position: center;
}
.header {
	border-top: 10px solid #010101;
	height: 50px;
}
.header .wrapper2 {
}

.header .wrapper {
	position: relative;
}
.header h1 {
	float: left;
	padding: 7px 0 6px 0;
}
.header .tagline {
	margin: 7px 0 0 86px;
	float:left;
}
.header h2 {
	position: absolute;
	left: 430px;
	top: 38px;
}

/* 言語選択 */

.header .lang_box {
	float: right;
}
.lang_box .accordion {
	width: 210px;
	background-color: #f1eff0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding-left: 20px;
	background-image: url('/assets/imgs/common/bg_lang.gif');
	background-repeat:no-repeat;
	background-position: right center;
	cursor: pointer;
	position: relative;
}
.lang_box .choice_lang,
.lang_box .language-chooser {
	display: none;
	position: absolute;
}
.lang_box .choice_lang li,
.lang_box .language-chooser li {
	width: 230px;
	background-color: #f1eff0;
	line-height: 50px;
	font-size: 18px;
}
.lang_box .language-chooser li.active {
	display: none;
}
.lang_box .choice_lang li a,
.lang_box .language-chooser li a {
	display: block;
	text-decoration: none;
	color: #000000;
	padding-left: 20px;
}
.lang_box .choice_lang li a:hover,
.lang_box .language-chooser li a:hover {
	background-color: #1e90ff;
	color: #FFFFFF;
}





.map_area {
	margin-bottom: 40px;
	background-image: url(../imgs/home/bg_map2.gif);
	background-image: url(../imgs/home/bg_map.gif);
	background-position: center;
	background-repeat: repeat-x;
}


.recommended_modelcourse_head h2 {
	text-align: center;
	background-color: #f1eff0;
	border-bottom: 5px solid #010101;
}
.recommended_modelcourse_head h2 img {
	margin-top: -21px;
}
.recommended_modelcourse {
	background-image: url(../imgs/common/bg_repeat2.gif);
	background-image: url(../imgs/common/bg_repeat.gif);
	background-position: center;
	overflow: hidden;
	padding: 30px 0;
	margin-bottom: 50px;
}
.recommended_modelcourse .wrapper {
}

.recommended_modelcourse #slide ul {
	width: 1024px;
}
.recommended_modelcourse #slide ul li {
	max-width: 250px;
	float: left;
	margin:3px;
	background-color: #FFFFFF;
}
.recommended_modelcourse #slide ul li a:hover {
	opacity: 0.8;
}
.recommended_modelcourse #slide ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
}
.recommended_modelcourse #slide ul li a span {
	display: block;
	padding: 0.5em;
}

.information {
	overflow: hidden;
}
.information .wrapper {
}
.information h2 {
	position: relative;
	left: -40px;
/*	margin-bottom: -44px;*/
}

.information {
	margin-bottom: 60px;
}
.information .info_wrapper {
	margin-top: -44px;
	position: relative;
	z-index: 2;
}
.information .info_table {
	width: 750px;
	float: left;
}
.information .info_table table {
	width: 100%;
	background-color: #f8f5ee;
	padding: 8px 34px 0px 34px;
	vertical-align: middle;
}
.information .info_table table tr th {
	width: 100px;
	border-top: 1px dotted #aca9a2;
	vertical-align: top;
	padding: 20px 0;
	position: relative;
}
.information .info_table table tr th .area {
	width: 140px;
	color: #FFFFFF;
	background-color: #fd9711;
	display: block;
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #f1efef;
	border-radius: 5px;
}
.information .info_table table tr th .new {
	position: absolute;
	right: -10px;
	top: 8px;
}
.information .info_table table tr td {
	padding: 20px;
	border-top: 1px dotted #aca9a2;
	vertical-align: top;
	font-size: 14px;
}
.information .info_table table tr:first-child th,
.information .info_table table tr:first-child td {
	border-top: none;
}
.information .info_table table tr td a {
	display: inline-block;
	padding-top: 10px;
	color: #000000;
	font-size: 16px;
	line-height: 23px;
}
.information .info_table table tr td a:hover {
	text-decoration: none;
}

.information .banner_area {
	width: 256px;
	float: right;
}
.information .banner_area ul li {
	margin-bottom: 15px;
}
.information .banner_area ul li a:hover {
	opacity: 0.8;
}

/* スマホ対応 */
.map_area_sp {
	display: none;
}



@media screen and (max-width: 640px) {
header,
.header {
	height: auto;
}
.header .tagline {
	margin: 0;
	float: none;
}





.header.desktop,
.map_area,
.recommended_modelcourse_head,
.recommended_modelcourse {
	display: none;
}
.map_area_sp {
	display: block;
}
.information .wrapper {
	margin: 0 20px;
	width: auto;
}
.information .info_table {
	width: 100%;
}

.information .info_table table tr th {
	display: block;
	width: 178px;
	width: 100%;
	padding-bottom: 0;
}
.information .info_table table tr td {
	display: block;
}
.information .info_table table tr th .area {
	width: 178px;
	padding: 10px 0;
}
.information .info_table table tr th .new {
	right: auto;
	left: 148px;
	top: 0px;
}
.information .info_table table tr td {
	border:none;
}
.information .banner_area {
	width: 100%;
}
.information .banner_area ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	margin-bottom: 0;
}












}