@charset "utf-8";
/*===================================================
会社概要
===================================================*/
.mainSubTit {
  margin-bottom: 10px;
}

#overview {
  margin: 10px 0;
}

#overview dl {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#overview dl:first-child {
  border-top: 1px solid #ccc;
}
#overview dl:nth-child(even) {
  background-color: #fafafa;
}

#overview dt,
#overview dd {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px;
}

#overview dt {
  clear: both;
  float: left;
  width: 8em;
}

#overview dd {
  margin-left: 8em;
  border-left: 1px solid #ccc;
}

#overview dl span {
  font-size: 80%;
}

/********** 本社地図 **********/
#homsyaBt {
  margin-bottom: 50px;
}

#homsyaBt a {
  box-sizing: border-box;
  display: block;
  width: 80%;
  height: 38px;
  font-size: 18px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  border: 2px solid #e94609;
  border-radius: 19px;
  padding: 10px;
  margin: 0 auto;
}
#homsyaBt a,
#homsyaBt a:visited,
#homsyaBt a:hover {
  color: #e94609;
  text-decoration: none;
}

#homsyaBt a:hover {
  -ms-filter: "alpha( opacity=50 )";
  filter: alpha( opacity=50 );
  opacity: 0.5;
}

@media screen and ( max-width:825px ) {
#homsyaBt a {
  width: 90%;
}
}


/*===================================================
役員
===================================================*/
#officer ul {
  display: table;
  margin: 0 auto 50px 0;
}

#officer li {
  display: table-row;
}

#officer li p {
  display: table-cell;
  font-size: 14px;
  line-height: 1.3;
}
#officer li + li p {
  display: table-cell;
  font-size: 14px;
  line-height: 1;
  padding-top: 10px;
}
#officer li p:first-of-type {
  padding-right: 10px;
}
#officer li p span {
  padding-left: 10px;
}


/*===================================================
店舗紹介
===================================================*/
#storeCopy {
  font-size: 22px;
  line-height: 1.3;
  color: #00633d;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
#storeCopy span {
  display: block;
  margin-left: 30px;
}

@media screen and ( max-width:825px ) {
#storeCopy {
  font-size: 18px;
}
#storeCopy span {
  display: inline;
  margin-left: 0;
}
}

/********** 各店舗紹介 **********/
#storeList {
}

.storeTit {
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  color: #588e35;
  background: url(../ir/images/ir_subbox_tit_bg.png) repeat-x 0 0;
  border-left: 3px solid #588e35;
  padding: 3px 5px;
  margin-bottom: 7px;
}

#storeList dl {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
#storeList dl:last-child {
  margin-bottom: 0;
}

#storeList dt,
#storeList dd {
  display: table-cell;
  vertical-align: top;
}

#storeList dt {
  width: 250px;
}
#storeList dt img {
  width: 100%;
  vertical-align: top;
  border-radius: 3px;
}

#storeList dd {
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10px;
}

@media screen and ( max-width:550px ) {
#storeList dl,
#storeList dt,
#storeList dd {
  display: block;
  width: 100%;
}

#storeList dd {
  padding: 3px 0 0 0;
}
}

/********** 会社案内ダウンロード **********/
#coProfDlTit {
  box-sizing: border-box;
  display: block;
  width: 80%;
  height: 38px;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #00633d;
  border-radius: 19px;
  padding: 10px;
  margin: 30px auto 10px auto;
}

#coProfDlList ul {
  display: table;
  margin: 0 auto;
}

#coProfDlList li {
  display: table-cell;
  border-left: 1px dashed #ccc;
  padding: 0 15px;
}
#coProfDlList li:first-child {
  border: none;
  padding-left: 0;
}
#coProfDlList li:last-child {
  padding-right: 0;
}

#coProfDlList li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-height: 25px;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 32px;
}
#coProfDlList li a:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../ir/images/pdf.gif) no-repeat 0 center;
  margin-top: -12px;
}

@media screen and ( max-width:650px ) {
#coProfDlTit {
  width: 90%;
}

#coProfDlList ul,
#coProfDlList li {
  display: block;
}

#coProfDlList li {
  border-bottom: 1px dashed #ccc !important;
  border-left: none;
  padding: 7px 0 !important;
}
}