@charset "utf-8";
@media screen and (max-width: 479px) {
/******************************************************************************

 ■ 	スマートフォン用（479px以下）主なターゲット iPhone/iOS

******************************************************************************/
body 
{	
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

.main
{
	min-width: 0;
	width: 100%;	
}

.inner
{
	width: auto;
}

header
{
	position: fixed;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 999999;
}
header .inner
{
	padding: 0;
	height: auto;
}

header .tab
{
	display: none;
}

header h1
{
	background-position: .5em center !important;
	background-size: 50%;
}

header h1 > a
{
	width: 200px !important;
	height: 64px !important;
}

nav
{
	display: none;
}



/**ここからスマホメニュー**/
a#mBtn
{
	position: absolute;
	right: 0;
	width: 64px;
	height: 64px;
	top: 0;
	background: url(./svg/icon-menu.svg) no-repeat center center;
	background-size: 36px;
	border-left: 1px solid #d8d8d8;
}

#smt-menu
{
	position: absolute;
	overflow: hidden;
	z-Index: 100000;
	top: -400px;
	right: 0;
	width: 100%;
	font-size: 95%;
}
#smt-menu > ul
{
	border-bottom: 2px solid white;
}

#smt-menu > ul > li
{
	background-color: #eee;
	border-top: 1px solid white;
	border-bottom: 1px solid #ccc;
}
#smt-menu > ul > li:hover
{
	background-color: #f6f6f6;
}

#smt-menu > ul > li > a
{
	display: block;
	padding: 1em;
	color: inherit;
	text-shadow: 1px 1px 0 white;
	text-decoration: none;
}
#smt-menu > ul > li > a > span
{
	display: block;
	background: url(./svg/icon-gt-grey.svg) no-repeat right center;
	margin-right: .5em;
	background-size: .75em;
}


/**ここからコンテンツ・エリア**/
#contents
{

}

.content
{
	margin-right: 0;
}

aside
{
	float: none;
}


/**ここからスライダー**/
#main-slider img
{
	width: 100% !important;
}

.bx-controls-direction
{
	display: none;
}

.top-main
{
	padding-top: 0;

}


.content .body
{
	margin: 1em auto !important;
}

.content .body > .inner-frame.info-body
{
	margin: 0;
}
.content .body > .inner-frame.info-title > .title
{
	overflow: hidden;
}

.content .body > .inner-frame.info-title > .title > span
{
	font-size: 75%;
	white-space: nowrap;
	padding-left: 130px;
}

.content .body > .inner-frame.info-body > ul > li > span
{
	position: static;
}
.content .body > .inner-frame.info-body > ul > li > span.info-mark
{
	position: absolute;
	top: .4em;
}
.content .body > .inner-frame.info-body > ul > li > a.info-subject
{
	display: block;
	margin-left: 0;
}
.content .body > .inner-frame.info-body > ul > li > a.info-subject.mark
{
	margin-right: 0;
}


#abouts ul > li
{
	display: block;
	margin: 0 auto;
}

.top-main-2,
.doorplate
{
	display: none;
}

#commons .column.recruit
{
	float: none;
	margin: 1em auto !important;
}

#commons .column.group
{
	float: none;
	margin: 3em auto 1em !important;
}

#commons .column.group ol > li
{
	float: none;
	margin: 5em auto 1em !important;
}


#commons .column.group ol > li:last-child
{
	margin-right: auto;
}

footer h2
{
	float: none;
	margin-bottom: 1em;
	width: auto;
	background-position: center top;
}

footer .site-links
{
	margin-left: 0;
	width: auto;
}
footer .site-links > p
{
	display: none;
}

footer .site-links ul
{
	text-align: center;
}

footer .site-links ul > li
{
	display: inline-block;
	width: auto;
	margin-right: .5em;
	margin-bottom: .5em;
}
footer .site-links ul > li:before
{
	content: '';
	margin: 0;
}
footer .site-links ul > li > a
{
	display: inline-block;
	border-radius: 1em;
	background-color: white;
	padding: .4em 1em;
}
footer .site-links ul > li > a:hover
{
	text-decoration: none;
	background-color: rgba(255,255,255,.5);
}

footer .signature
{
	position:	static;
	margin: 1em 0;
	text-align: center;
	width: auto;
}
footer .signature > .phone
{
	width: auto;
	background-position: center top;
}
footer .copyright
{
	position: static;
}



/*  ここまで **************************************************************** */ }
