@charset "utf-8";

body {
	background-color: #dfdfe6;
	background-image: url("../images/background-img.png");
	background-repeat: repeat-y;
	background-position: center;
}
/*=====================================
ヘッダー
=====================================*/
header { 
	height: 120px;
	background-image: url("images/header-bgimg.png");
	background-repeat: repeat-x;
	background-position: top;
}
header #header_box {
	width: 920px;
	margin: 0 auto;
}
header #company {
	width: 390px;
	text-align: left;
	float: left;
}
header #company p {
	display: block;
	width: 390px;
	height: 40px;
	overflow: hidden;
	font-size: 12px;
	position: static;
	margin: 0;
	padding: 15px 0 0 0;
	word-break: break-all;
	hyphens: manual;
}
header #company img#header_logo {
	margin-left: 0;
}
header nav {
	max-width: 520px;
	float: right;
	margin-top: 6px;
}
header nav img {
	float: left;
	margin-left: 7px;
}

/*=====================================
コンテンツBOX
=====================================*/
#ark_contents_box {
	margin-top: 30px;
	border-top: solid 7px #000; 
}
#ark_contents_box p.title_img_mobile {
	display: none;
}
#ark_contents_box img#ark_contents_mainphoto {
	margin: 45px auto 15px;
}
#ark_contents_box p.ark_contents_text {
	display: block;
	max-width: 800px;
	margin: 2em auto;
	font-size: 0.9em;
	line-height: 2em;
	text-align: left;
}
#ark_contents_box #ark_contents_photo_box {
	max-width: 800px;
	margin: 2em auto 0;
}
#ark_contents_box #ark_contents_photo_box img {
	float: left;
	margin: 0 0 10px 10px;
}
#ark_contents_box a.contact_btn {
	display: block;
	margin: 80px auto;
}
#tokuchou {
	 max-width: 800px;
	 margin: 50px auto;
}
#tokuchou #top_point_m {
	display: none;
}

/*=====================================
情報は下記をクリック
=====================================*/
#info {
	max-width: 893px;
	margin: 50px auto;
	text-align: center;
}
#info p {
	margin: 50px auto 18px;
}
#info a.info_button_l {
	display: block;
	color: #FFF;
	font-size: 1px;
	width: 300px;
	height: 59px;
	background: #FFF url("images/top_info_button_l.gif") no-repeat;
	float: left;
	margin-left: 120px;
}
#info a.info_button_l:hover {
	background: #FFF url("images/top_info_button_l.gif") no-repeat 0 -59px;
}
#info a.info_button_r {
	display: block;
	color: #FFF;
	font-size: 1px;
	width: 300px;
	height: 59px;
	background: #FFF url("images/top_info_button_r.gif") no-repeat;
	float: right;
	margin-right: 120px;
}
#info a.info_button_r:hover {
	background: #FFF url("images/top_info_button_r.gif") no-repeat 0 -59px;
}
/*=====================================
アーティスト
=====================================*/
#artist {
	max-width: 893px;
	margin: 40px auto;
	line-height: 0;
}
#artist .artist_box {
	background-color: #FFF;
	max-width: 376px;
	float: left;
	border: solid 8px #FFF;
	margin: 25px;
}
#artist .artist_box a.profile {
	display: block;
	color: #FFF;
	font-size: 1px;
	max-width: 377px;
	height: 29px;
	background: #FFF url("images/top_artist_button.gif") no-repeat;
}

#artist .artist_box a.profile:hover {
	background: #FFF url("images/top_artist_button.gif") no-repeat 0 -29px;
}
/*=====================================
過去の学校実績地図
=====================================*/
#map {
	text-align: left;
	max-width: 982px;
	margin: 0 auto 50px;
}
#map h2 {
	margin-bottom: 10px;
}
/*=====================================
お問い合わせ
=====================================*/
#contact {
	max-width: 982px;
	margin: 0 auto 50px;
	text-align: center;
}
#contact h2 {
	margin-bottom: 30px;
	text-align: left;
}
#contact h3 {
	display: block;
	margin: 0 auto;
}
#contact #contact_form {
	margin: 1em auto;
	font-size: 80%;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}
#contact #contact_form #form_box {
	display: inline-block;
	text-align: left;
	margin: 1em auto;
}
#contact #contact_form #form_box div.input_button {
	text-align: center;
	margin: 1em 0 0;
}
#contact #contact_form #form_box div.input_button input {
	font-size: 125%;
}
#contact #contact_form #form_box p.chushaku {
	color: #F00;
}
#contact p.privacy {
	display: block;
	max-width: 893px;
	text-align: right;
	margin: 0 auto;
	font-size: small;
}

/*=====================================
フッター
=====================================*/
footer {
	background-color: #e7358d;
	border-top: solid 9px black;
	padding: 30px 0;
	color: #FFF;
}
footer #footer_box {
	max-width: 920px;
	margin: 0 auto;
}
footer #recruit {
	float: left;
	margin-bottom: 1em;
}
footer #recruit img {
	border: solid 1px #FFF;
}
footer #nav {
	float: right;
}
footer #nav div.link {
	/* flexbox 使用 */
	display: -webkit-flex; /* Safari */
	display: flex;
	flex-wrap: nowrap;
}
footer #nav div.link a {
	color: #FFF;
	text-decoration: none;
}
footer #nav div.link p {
	display: block;
	margin: 0 ;
	padding: 0 1em;
	border-right: solid 1px #fff;
}
footer #nav div.link p:first-child {
	border-left: solid 1px #fff;
}
footer #nav p a:hover {
	color: #FF0;
}
footer .company_info {
	text-align: right;
	margin-top: 2em;
	
}
footer #copyright {
	margin: 2em auto 0;
	padding: 1em;
	border-top: solid 1px #ee84b9;
	font-size: small;
	font-weight: normal;
	
}
footer.contact-thanks {
	position: fixed;
	bottom: 0;
	width: 100%;
}