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

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

	. contents
	
------------------------------------------------------------ */

#headerImg {
  margin-bottom: 35px;
  position: relative;
}

.header-img__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#wrap {
  width: 930px;
  margin: 0 auto;
  overflow: hidden;
}

#wrap .shopInfo {
  width: 635px;
  float: left;
}

#wrap .shopInfo h2 {
  margin-bottom: 1.5em;
}

#wrap .shopInfo dl {
  display: block;
  width: 355px;
  float: left;
  padding-top: 20px;
}

#wrap .shopInfo dt {
  display: block;
  margin-bottom: 2em;
}

#wrap .shopInfo dt img {
  vertical-align: middle;
}

#wrap .shopInfo img.map {
  float: right;
}

#concept {
  padding-top: 75px !important;
  text-align: center;
}

#concept .ttl_area {
  text-align: center;
  margin: 40px 0 15px;
}

#concept ul {
  display: flex;
  max-width: 800px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  margin: 0 auto;
}

#company .inner {
  width: 1600px !important;
  margin-left: -800px !important;
  background: url(../img/company/company_bg.gif) no-repeat right top;
  padding-top: 125px;
}

#company .inner #companyWrap {
  width: 930px;
  margin: 0 auto;
  padding-top: 150px;
}

#company .inner #companyWrap img.companyName {
  float: left;
  margin: 120px 0 0 75px;
}

#company .inner #companyWrap dl.message {
  width: 512px;
  float: right;
  margin-bottom: 50px;
}

#company .inner #companyWrap dl.message dt {
  margin-bottom: 55px;
}

#company .inner #companyWrap div.profile {
  width: 512px;
  float: right;
  margin-bottom: 75px;
}

#company .inner #companyWrap div.profile dt {
  width: 112px;
  float: left;
  border-bottom: #cccccc 1px solid;
  padding: 0 0 0.3em 1em;
  margin-bottom: 20px;
}

#company .inner #companyWrap div.profile dd {
  width: 400px;
  float: right;
  border-bottom: #cccccc 1px solid;
  padding: 0 0 0.3em 1em;
  margin-bottom: 20px;
}

#company .inner #companyWrap div.recruit {
  width: 512px;
  float: right;
}

#company .inner #companyWrap div.recruit dt {
  width: 112px;
  float: left;
  border-bottom: #cccccc 1px solid;
  padding: 0 0 0.3em 1em;
  margin-bottom: 20px;
}

#company .inner #companyWrap div.recruit dd {
  width: 400px;
  float: right;
  border-bottom: #cccccc 1px solid;
  padding: 0 0 0.3em 1em;
  margin-bottom: 20px;
}

#company .inner #companyWrap div.recruit h3 {
  margin-bottom: 25px;
}

#company .inner #companyWrap div.recruit h4 {
  display: block;
  width: 100%;
  border: #333 1px solid;
  padding: 5px 15px 3px;
  margin-bottom: 15px;
  text-align: left;
  font-size: 134%;
}

#company .inner #companyWrap div.recruit table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 10px 0 5px 5px;
  margin-bottom: 55px;
}

#company .inner #companyWrap div.recruit table th {
  width: 112px;
  border-bottom: #CCC 1px solid;
  font-weight: normal;
  text-align: left;
  padding: 13px 0 10px 10px;
}

#company .inner #companyWrap div.recruit table td {
  border-bottom: #CCC 1px solid;
  padding: 13px 0 10px 10px;
}
