@charset "UTF-8";
#key {
  background: url("../img/access/key.jpg") no-repeat center top/cover;
}

.p3 {
  padding: 0 3%;
}

img {
  width: 100%;
}

section #lead {
  padding-bottom: 30px;
}
section .info {
  margin-top: 30px;
  margin-bottom: 30px;
}
section .info dl {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
section .info dl dt {
  width: 26%;
  float: left;
}
section .info dl dd {
  width: 74%;
  float: left;
}
section .info dl dd a {
  font-size: 15px;
  font-weight: bold;
}
section .info dl dd ul li {
  position: relative;
  padding-left: 13px;
}
section .info dl dd ul li:before {
  content: '・';
  position: absolute;
  left: 0;
  top: 0;
}
section .info dl dd .link {
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
section .info dl dd .link span {
  border-bottom: 1px solid #000;
}
section .pc_btn {
  margin-top: 20px;
}
section #floor {
  padding: 30px 0;
}
section #floor .note1 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
}
section #floor .floor_slider {
  margin-top: 30px;
}
section #floor .floor_slider .note {
  font-weight: bold;
}
section #floor .floormap {
  padding-top: 20px;
  padding-bottom: 20px;
}
section #floor .item h3 {
  padding-top: 10px;
}
section #floor .item .ttl {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 15px;
}
section #floor .bx-controls-direction {
  top: 24%;
}
section #floor .bx-wrapper .bx-controls-direction a {
  color: #fff;
  background-color: #000;
  font-family: "fontello";
  font-size: 23px;
  height: 30px;
  line-height: 30px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 31px;
}
section #floor .bx-next::after {
  left: 13px;
}
section #recruit {
  padding: 30px 0;
  position: relative;
  z-index: 0;
}
section #recruit:before {
  content: '';
  width: 100%;
  height: 84px;
  background-image: url("../img/access/bg2.jpg");
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
section #recruit h2 {
  border-top: 8px solid #000;
  padding-top: 20px;
}
section #recruit .info {
  margin-top: 10px;
  margin-bottom: 30px;
}
section #recruit .info dl {
  border-bottom: 1px solid #000;
  padding: 10px 0;
}
section #recruit .info dl dt {
  width: 25%;
  float: left;
}
section #recruit .info dl dd {
  width: 75%;
  float: left;
}
section #recruit .tel_box {
  background-image: url("../img/shared/bg2.jpg");
  padding: 30px 0;
  margin-top: 30px;
  position: relative;
}
section #recruit .tel_box:after {
  content: '';
  width: 100%;
  height: 6px;
  background-image: url("../img/access/line.jpg");
  position: absolute;
  bottom: 0;
  left: 0;
}
section #recruit .tel_box h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
section #recruit .tel_box .tel {
  padding: 10px 10%;
}
section #recruit .tel_box .tel_txt {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}

#pagetop img {
  width: 40px;
}
