@charset "UTF-8";
@import url(./common.css);
/*==================================================================*/
/* style css　*/
/*==================================================================*/
/* ヘッダー
---------------------------------------------------------------------------- */
header {
  background: url("../common_img/bg_nav02.jpg") no-repeat 50% 100%;
  background-size: cover;
  min-height: auto;
  position: static;
  margin: auto;
}
header .header-in {
  padding: 0.25em;
}
header .header-in .logo {
  padding-top: 0.25em;
}
header .header-in .logo img {
  width: 250px;
}
header .header-in ul {
  padding-top: 1em;
}

.read {
  padding: 0 1em;
  margin-bottom: 2em;
}

.business-block {
  padding: 4em;
  background: url("/business/image/bg_business.jpg") no-repeat 100% 50%;
  background-size: cover;
  /* clear hack */
}
.business-block h2 {
  margin-bottom: 1em;
  font-size: 2.2em;
  text-align: center;
  font-weight: bold;
}
.business-block .box {
  padding: 3em 1.5em;
  position: relative;
  border-bottom: 1px solid white;
}
.business-block .box h3 {
  margin-bottom: 1.5em;
  font-size: 2em;
}
.business-block .box h3 img {
  vertical-align: bottom;
  margin-right: 0.5em;
}
.business-block .box ul {
  margin-bottom: 1em;
}
.business-block .box ul li {
  margin-bottom: 0.5em;
  list-style-type: disc;
  margin-left: 1em;
}
.business-block .box p.h-box {
  margin-bottom: 1em;
}
.business-block .box .h-box {
  min-height: 83px;
}
.business-block .box p.photo {
  position: absolute;
  top: -80px;
  right: -50px;
}
.business-block .box .l-block {
  width: 45%;
  float: left;
}
.business-block .box .r-block {
  border-left: 1px solid white;
  width: 50%;
  padding-left: 5%;
  float: right;
}
.business-block .box:last-child {
  border: none;
}
.business-block .box {
  zoom: 1;
}
.business-block .box:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.kodawari {
  padding: 4em 0 8em 0;
  background: url("/business/image/bg_natural_stone.jpg") no-repeat 100% 100%;
  background-size: 80%;
}
.kodawari h2 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2.2em;
  font-weight: bold;
}
.kodawari h2 span {
  font-size: 0.6em;
  font-weight: normal;
  display: block;
}
.kodawari p {
  line-height: 1.8em;
}
