@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   common

--------------------------------------------------------------------------------------------------*/


/*reset-------------------------------------------------*/
*, *:before, *:after {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 -o-box-sizing: border-box;
 -ms-box-sizing: border-box;
 box-sizing: border-box;
}

body,div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd {
	margin: 0;
	padding: 0;
}

table {
 border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
	vertical-align: top;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

header,section,article,aside,footer,nav {
 display: block;
}

/*-------------------------------------------------reset*/


@media screen and (min-width: 641px){

/*common-------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	color: #282828;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height: 1.8;
}

a:link {
	color: #282828;
	text-decoration: none;
}

a:visited {
	color: #282828;
}

a:hover, a:active {
	color: #E60019;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

/*common*/
.btnBox {
	padding: 0 0 30px;
	text-align: center;
}

.btnBox .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 200px;
		padding: 8px 0;
		box-shadow: 4px 4px #851717;
		font-weight: bold;
}
.btnBox .button::before,
.btnBox .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBox .button,
.btnBox .button::before,
.btnBox .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBox .button {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #FFFFFF !important;
		border: 1px solid #E60019;
		background-color: #E60019;
}

.btnBox .button:hover {
  color: #E60019 !important;
}

.btnBox .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBox .button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #FFFFFF;
}

/*common*/
.btnBox .button2 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 200px;
		padding: 8px 0;
		box-shadow: 4px 4px #666666;
		font-weight: bold;
		margin: 0 20px 0 0;
}
.btnBox .button2::before,
.btnBox .button2::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBox .button2,
.btnBox .button2::before,
.btnBox .button2::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBox .button2 {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #FFFFFF !important;
		border: 1px solid #909090;
		background-color: #909090;
}

.btnBox .button2:hover {
  color: #909090 !important;
}

.btnBox .button2::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBox .button2:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #FFFFFF;
}

/*common-advantage,recruit*/
.btnBox .button3 {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 400px;
		padding: 16px 0;
		box-shadow: 4px 4px #7A1618;
		font-weight: bold;
		margin: 0;
		font-size: 18px;
}
.btnBox .button3::before,
.btnBox .button3::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBox .button3,
.btnBox .button3::before,
.btnBox .button3::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBox .button3 {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #FFFFFF !important;
		border: 1px solid #E60019;
		background-color: #E60019;
}

.btnBox .button3:hover {
  color: #E60019 !important;
}

.btnBox .button3::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBox .button3:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #FFFFFF;
}


/*bntBox2*/
.btnBox2 {
	padding: 0 0 30px 90px;
}

.btnBox2 .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 200px;
		padding: 8px 0;
		box-shadow: 4px 4px #851717;
		font-weight: bold;
}
.btnBox2 .button::before,
.btnBox2 .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBox2 .button,
.btnBox2 .button::before,
.btnBox2 .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBox2 .button {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #E60019 !important;
		border: 1px solid #FFFFFF;
		background-color: #FFFFFF;
}

.btnBox2 .button:hover {
  color: #FFFFFF !important;
}

.btnBox2 .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBox2 .button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #E60019;
}

.btnBox3 {
	padding: 30px 0;
}

.btnBox3 .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 160px;
		padding: 6px 0;
		box-shadow: 4px 4px #333333;
		font-weight: bold;
}
.btnBox3 .button::before,
.btnBox3 .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBox3 .button,
.btnBox3 .button::before,
.btnBox3 .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBox3 .button {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #525252 !important;
		border: 1px solid #FFFFFF;
		background-color: #FFFFFF;
}

.btnBox3 .button:hover {
  color: #FFFFFF !important;
}

.btnBox3 .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBox3 .button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #666666;
}

.btnBox4 {
	padding: 10px 0 30px;
}

.btnBox4 .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 240px;
		padding: 6px 0;
		box-shadow: 4px 4px #FFFFFF;
		font-weight: bold;
}
.btnBox4 .button::before,
.btnBox4 .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.btnBox4 .button,
.btnBox4 .button::before,
.btnBox4 .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBox4 .button {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #FFFFFF !important;
		border: 1px solid #E60019;
		background-color: #E60019;
}

.btnBox4 .button:hover {
  color: #E60019 !important;
}

.btnBox4 .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBox4 .button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #FFFFFF;
}

/*recruit*/
.btnBoxRec {
	padding: 0 0 30px;
}

.btnBoxRec .button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  outline: none;
		width: 394px;
		/*padding: 22px 0;*/
		padding: 11px 0;
		box-shadow: 4px 4px #7B1516;
		font-weight: bold;
		margin: 0 20px 0 0;
		font-size: 18px;
}
.btnBoxRec .button::before,
.btnBoxRec .button::after {
  position: absolute;
  z-index: -1;
  content: '';
}

.btnBoxRec .button,
.btnBoxRec .button::before,
.btnBoxRec .button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.btnBoxRec .button {
  position: relative;
  z-index: 2;
  overflow: hidden;
		color: #7B1516 !important;
		border: 1px solid #7B1516;
		background-color: #FFFFFF;
}

.btnBoxRec .button:hover {
  color: #FFFFFF !important;
		border: 1px solid #FFFFFF;
}

.btnBoxRec .button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btnBoxRec .button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
		background-color: #7B1516;
}

.arw-r:after {
	content: '\f054';
	padding: 0 0 0 1em;
	font-family: FontAwesome;
	font-size: 13px;
}

.arw-r2:after {
	content: '\f054';
	padding: 0 0 0 2em;
	font-family: FontAwesome;
	font-size: 17px;
}

.arw-l:before {
	content: '\f053';
	padding: 0 1em 0 0;
	font-family: FontAwesome;
	font-size: 13px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pc {
	display: block !important;
}

.sp {
	display: none;
}

/*-------------------------------------------------common*/


/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
 width: 100%;
 height: 97px;
 position: fixed;
 left:0;
 top:0;
 z-index: 100;
	background: url(../image/header_back.png) no-repeat center 0;
}

header {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background-color: #FFFFFF;
}

header h1, header p {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 97px;
	background: url(../image/logo_back.png) no-repeat 100% 0;
}

header h1 a, header p a {
	display: block;
	width: 116px;
	height: 60px;
	margin: 20px 0 0 50px;
	background: url(../image/logo.png) no-repeat 0 0;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}

header .spmenu {
	display: none;
}

header nav {
	position: absolute;
	top: 0;
	left: 240px;
	display: block !important;
}

header nav ul {
 margin: 0;
	padding: 0;
	width: 726px;
	height: 97px;
	list-style: none;
	background: url(../image/navi.png) no-repeat 0 1px;
}

header nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	text-indent: -9999px;
}

header nav ul li a {
	display: block;
	height: 98px;
}

header nav ul li#nav01 a {
	width: 101px;
	margin: 0 7px 0 0;
}

header nav ul li#nav01 a:hover {
	background: url(../image/navi.png) no-repeat 0 -99px;
}

header nav ul li#nav02 a {
	width: 80px;
	margin: 0 8px 0 0;
}

header nav ul li#nav02 a:hover {
	background: url(../image/navi.png) no-repeat -108px -99px;
}

header nav ul li#nav03 a {
	width: 116px;
	margin: 0 8px 0 0;
}

header nav ul li#nav03 a:hover {
	background: url(../image/navi.png) no-repeat -196px -99px;
}

header nav ul li#nav04 a {
	width: 73px;
	margin: 0 8px 0 0;
}

header nav ul li#nav04 a:hover {
	background: url(../image/navi.png) no-repeat -320px -99px;
}

header nav ul li#nav05 a {
	width: 59px;
	margin: 0 9px 0 0;
}

header nav ul li#nav05 a:hover {
	background: url(../image/navi.png) no-repeat -461px -99px;
}

header nav ul li#nav06 a {
	width: 97px;
	margin: 0 9px 0 0;
}

header nav ul li#nav06 a:hover {
	background: url(../image/navi.png) no-repeat -529px -99px;
}

header nav ul li#nav07 a {
	width: 80px;
	margin: 0 11px 0 0;
}

header nav ul li#nav07 a:hover {
	background: url(../image/navi.png) no-repeat -635px -99px;
}

header nav ul li#nav08 a {
	width: 54px;
	margin: 0 6px 0 0;
}

header nav ul li#nav08 a:hover {
	background: url(../image/navi.png) no-repeat -401px -99px;
}


/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#contact {
	position: relative;
	width: 864px;
	height: 347px;
	margin: 0 auto;
}

#contact .mail {
	position: absolute;
	top: 40px;
	left: 0;
	width: 420px;
	height: 267px;
	background: url(../image/contact_mt_back.png) no-repeat 0 0;
}

#contact .mail p {
	padding: 40px 0 30px 120px;
}

#contact .phone {
	position: absolute;
	top: 40px;
	right: 0;
	width: 420px;
	height: 267px;
	background: url(../image/contact_mt_back.png) no-repeat 0 0;
}

#contact .phone p {
	padding: 30px 0 0 53px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 30px 0;
	background-color: #666666;
}

footer {
	width: 940px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}

footer .btnBox3 {
	padding: 20px 0 30px;
}

footer .adr {
	padding: 0 0 20px;
	text-align: center;
	line-height: 1.4;
}

footer .adr p {
	margin: 0 0 10px;
}

footer .adrOkayama {
}

footer ul {
	margin: 0;
	padding: 20px 0 0;
	list-style: none;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border-top: 4px solid #FFFFFF;
}

footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

footer ul li a {
	padding: 0 15px;
	color: #FFFFFF !important;
}

/*------------------------------------------------------------------------------------------------
  pagetop
--------------------------------------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 100;
}

.pagetop a {
	outline: none;
}

.pagetop a img {
	width: 124px;
	height: 78px;
}

}



@media screen and (max-width: 640px){

/*common-------------------------------------------------*/
body {
	position: relative;
 -webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-size: 14px;
 overflow-x: hidden;
}

img {
 max-width: 100%;
 height: auto;
}

a:link {
	color: #282828;
	text-decoration: none;
}

a:visited {
	color: #282828;
}

.clear:after {
 content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.btnBox {
	padding: 0 0 30px;
	text-align: center;	
}

.btnBox a {
	display: block;
}

.btnBox a.button {
	width: 200px;
	margin: 0 auto;
	background-color: #E60019;
	color: #FFFFFF;
	padding: 8px 0;
	text-align: center;
	box-shadow: 4px 4px #851717;
	font-weight: bold;
}

.btnBox a.button2 {
	width: 200px;
	margin: 0 auto 10px;
	background-color: #909090;
	color: #FFFFFF;
	padding: 8px 0;
	text-align: center;
	box-shadow: 4px 4px #666666;
	font-weight: bold;
}

.btnBox a.button3 {
	width: 280px;
	margin: 0 auto;
	background-color: #E60019;
	color: #FFFFFF;
	padding: 16px 0;
	text-align: center;
	box-shadow: 4px 4px #851717;
	font-weight: bold;
	font-size: 20px;
}

.btnBox3 {
	padding: 30px 0;
	text-align: center;	
}

.btnBox3 a {
	display: block;
}

.btnBox3 a.button {
	width: 200px;
	margin: 0;
	background-color: #FFFFFF;
	color: #535353;
	padding: 8px 0;
	text-align: center;
	box-shadow: 4px 4px #333333;
	font-weight: bold;
}

.btnBox4 {
	padding: 30px 0;
	text-align: center;	
}

.btnBox4 a {
	display: block;
}

.btnBox4 a.button {
	width: 260px;
	margin: 0 auto;
	background-color: #E60019;
	color: #FFFFFF;
	padding: 10px 0;
	text-align: center;
	box-shadow: 4px 4px #FFFFFF;
	font-weight: bold;
}

.btnBoxRec {
	padding: 30px 0;
	text-align: center;	
}

.btnBoxRec a {
	display: block;
}

.btnBoxRec a.button {
	margin: 0 4px 10px;
	background-color: #FFFFFF;
	color: #7B1516;
	padding: 20px 0;
	text-align: center;
	box-shadow: 4px 4px #7B1516;
	font-weight: bold;
	border: 1px solid #7B1516;
}


.btnBoxRec .button {
}

.br-sp {
	display: none;
}

.pc {
	display: none;
}

.sp {
	display: block !important;
}

.alignleft,
.alignright,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

.arw-r:after {
	content: '\f054';
	padding: 0 0 0 1em;
	font-family: FontAwesome;
	font-size: 13px;
}

.arw-r2:after {
	content: '\f054';
	padding: 0 0 0 2em;
	font-family: FontAwesome;
	font-size: 17px;
}

.arw-l:before {
	content: '\f053';
	padding: 0 1em 0 0;
	font-family: FontAwesome;
	font-size: 13px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
margin: 0 10px 30px;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*------------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------------*/
#header {
 width: 100%;
	position: fixed;
 left:0;
 top:0;
 z-index: 10;
	background-color: #E60019;
}

header div {
	position: relative;
	width: 100%;
	height: 60px;
}

header div h1, header div p {
	position: absolute;
	top: 18px;
	left: 10px;
}

header h1 a, header p a {
	display: block;
	width: 58px;
	height: 30px;
	background: url(../image/logo.png) no-repeat 0 0;
	background-size: 58px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
}

header div p.spmenu {
	top: 10px !important;
	left: auto !important;
	right: 10px !important;
}

header nav {
	display: none;
	background-color: #E60019;
	border-top: 1px solid #FFF;
}

header nav ul {
 margin: 0;
	padding: 5px;
	list-style: none;
}

header nav ul li {
	margin: 0;
	padding: 0;
}

header nav ul li a {
	display: block;
	padding: 10px;
	color: #E60019 !important;
	border-bottom: 1px dotted #CCCCCC;
	background: url(../image/arrow-03.png) no-repeat #FFFFFF 98% center;
	background-size: 14px;
}

header nav ul li:last-child a {
	border-bottom: none;
}

/*------------------------------------------------------------------------------------------------
  contact
--------------------------------------------------------------------------------------------------*/
#contact {
	margin: 1px 0;
}

#contact div.mail {
	margin: 0 0 1px;
}

#contact div a {
	display: block;
	padding: 16px 10px;
	color: #FFFFFF;
	text-align: center;
	font-size: 16px;
	background-color: #E6001A;
}

#contact div a img {
	margin-right: 10px;
}

#contact div.mail a img {
	width: 30px;
	height: auto;
	vertical-align: -4px;
}

#contact div.phone a img {
	width: 30px;
	height: auto;
	vertical-align: -8px;
}


/*------------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------------*/
#footer {
	padding: 20px 10px;
	background-color: #666666;
}

footer {
	color: #FFFFFF;
}

footer .logo {
	margin: 0 0 -10px;
}

footer .logo img {
	width: 60px;
	height: auto;
}

footer .adr {
	text-align: left;
	line-height: 1.4;
}

footer .adr p {
	margin: 0 0 10px;
}

footer .adr p img {
	height: 18px;
	width: auto;
}

footer .adrOkayama {
	margin: 0 0 24px;
}

footer .adrOsaka {
}

footer ul {
	display: none;
}

/*------------------------------------------------------------------------------------------------
  pagetop
--------------------------------------------------------------------------------------------------*/
.pagetop {
	position: fixed;
	bottom: 5px;
	right: 5px;
	z-index: 100;
}

.pagetop a {
	outline: none;
	display: block;
	cursor: pointer;
}

.pagetop a img {
	width: 90px;
	height: auto;
}


}






