@charset "UTF-8";
/* CSS Document */

/* 1.0 Base
------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

html {
  overflow-x: hidden;
}

ul,ol {
	list-style-type: none;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

a{
  color: #9f2a2a;
  text-decoration: underline;
}

a:hover{
  text-decoration: underline;
}

a img {
  border: none;
  text-decoration: none;
}

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

a:hover img.noover {
  opacity: 1!important;
  filter: none!important;
}

input[type=image]:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}


/* 2.0 Main
------------------------------------------------------------------------- */
body {
  width:100%;
  height:100%;
  background-color: #fff;
  font-family:  "メイリオ",Meiryo,Arial,Verdana,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 14px;
  line-height: 2.2;
  -webkit-text-size-adjust: 100%;
}

.block {
  margin: 0 auto;
  width: 980px;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* 3.0 Header
------------------------------------------------------------------------- */
#header {
  border-top: 15px solid #631f88;
  background: url(../img/bg_header.jpg) repeat-x center 0;
  top: 0;
  width: 100%;
  height: 111px;
  overflow: auto;
}

#header_inner {
  margin: 0 auto;
  width: 980px;
  text-align: center;
}

#header h1{
  padding-top: 28px;
}

/* 3.1 Navi
------------------------------------------------------------------------- */
#navi {
  background-color: rgba(255,255,255,0.95);
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eeffffff,EndColorStr=#eeffffff);
   -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#eeffffff,EndColorStr=#eeffffff)";
  border-bottom: 1px solid #f7f7f7;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
  display: none;
  position: fixed;
}

#navi:not(:target){
    filter: none;
    -ms-filter: none;
}

#navi_inner {
  margin: 0 auto;
  width: 980px;
}

#navi ul.logo_mark {
  float: left;
  margin-right: 150px;
  padding-top: 10px;
}

#navi ul.navi_menu li{
  float: left;
  margin-left: 50px;
  padding-top: 14px;
}

#navi ul.navi_menu li a{
  color: #631f88;
  text-decoration: none;
}

#navi ul.navi_menu li a:hover{
  text-decoration: underline;
}

/* 4.0 Main_Bn
------------------------------------------------------------------------- */
#main_bn {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

#main_bn_inner {
  margin: 0 auto;
  width: 980px;
}

#main_bn h2{
  float: right;
  padding-top: 2px;
}

#main_bn ul{
  margin-left: 20px;
  width: 345px;
  padding-top: 60px;
}

#main_bn ul li.mark{
  margin-bottom: 40px;
  height: 160px;
  text-align: center;
}

#main_bn ul li.title{
  height: 31px;
  margin-bottom: 30px;
}

/* 5.0 Slide
------------------------------------------------------------------------- */
#slide {
  clear: both;
  overflow-x: hidden;
}

#slide_area {
  position: relative;
  clear: both;
  width: 10000px;
  overflow: auto;
}

#slide_area .slide_list {
  float:left;
}

/* 6.0 Business
------------------------------------------------------------------------- */
#business {
  background: url(../img/bg_business.jpg) no-repeat #631f88 left bottom;
  clear: both;
  overflow: hidden;
  text-align: center;
  color: #fff;
}

#business h3{
  margin-bottom: 30px;
}

#business p{
  margin-bottom: 30px;
}

#business .shop_info{
  background: #fff;
  padding: 25px 25px 25px 35px;
  text-align: left;
  color: #111;
  clear: both;
  overflow: auto;
  margin-bottom: 30px;
  margin-left: 90px;
  margin-right: 90px;
}

#business .shop_left{
  float: left;
  width: 355px;
}

#business .shop_left dl {
  margin-bottom: 10px;
  overflow: auto;
}

#business .shop_left dl dt{
  float: left;
  margin-right: 20px;
}

#business .shop_left dl dd{
  padding-top: 10px;
  font-size: 20px;
  font-weight: 800;
}

#business .shop_left p{
  clear: both;
  line-height: 1.8;
  margin-bottom: 18px;
}

#business .shop_center{
  float: left;
  padding-top: 80px;
}

#business .shop_right{
  width: 200px;
  height: 205px;
  float: right;
}


/* 7.0 Company
------------------------------------------------------------------------- */
#company {
  clear: both;
  overflow: hidden;
}

#company h3{
  margin-bottom: 50px;
}

#company .company_photo{
  float: left;
}

#company .company_photo dl dt{
  margin-bottom: 20px;
}

#company .company_info{
  float: right;
  margin-bottom: 80px;
}

#company .company_info h4{
  margin-bottom: 70px;
  margin-left: 110px;
}

#company .company_info table{
  line-height: 3.2;
  font-size: 13px;
}

#company .company_info table th{
  text-align: right;
  color: #631f88;
  font-weight: 800;
  border-right: 3px solid #631f88;
  padding-right: 20px;
  vertical-align: top;
}

#company .company_info table td{
  padding-left: 20px;
}

/* 7.0 Recuruit
------------------------------------------------------------------------- */
#recruit {
  clear: both;
  background: url(../img/bg_recruit.jpg) no-repeat #c93d4c center 0;
  height: 688px;
  overflow: hidden;
}

.recruit_inner {
  background: url(../img/img_recruit_bg.png) no-repeat right bottom;
  background-size: 50%;
  height: 628px;

}

.recruit_inner_right {
  float: right;
}

.recruit_inner_right h3{
  margin-bottom: 300px;
}

.recruit_inner_right h4{
  text-align: right;
}

#recruit_copy {
  clear: both;
  background: #bc303e;
  text-align: center;
}

#recruit_copy h5{
  padding: 40px;
}

/* 8.0 Group
------------------------------------------------------------------------- */
#group {
  clear: both;
  overflow: hidden;
  text-align: center;
}

#group h3{
  margin-bottom: 30px;
}

#group p{
  font-size: 16px;
  margin-bottom: 50px;
}

#group ul{
  width: 790px;
  margin-left: 90px;
  margin-bottom: 50px;
  overflow: auto;
}

#group ul li.left{
  float: left;
  margin-right: 20px;
  padding-top: 10px;
}

#group ul li.left-last{
  float: left;
  padding-top: 10px;
}

/* footer
------------------------------------------------------------------------- */
#footer {
  clear: both;
  text-align: center;
  overflow: hidden;
  background: #e3e1e2;
  padding: 50px;
  border-bottom: 15px solid #631f88;
}

#footer h6{
  margin-bottom: 50px;
}

#footer p{
  font-size: 11px;
}