@charset "utf-8";
#headerSection.mice {
  height: 695px !important;
  background-image: url(/fukuoka/mice/images/bg-mice.jpg) !important;
  background-position: center -100px;
}
#contentsWrap {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.titleArea {
  display: inline-block;
  font-family: 'Raleway', sans-serif;
  position: absolute;
  top: 544px;
  left: 10px;
}
.mice-title {
  width: 272px;
  height: 47px;
}
#mice {
  line-height: 1.6;
  margin-bottom: 150px;
}
#mice h2 {
  text-align: center;
  font-size: 170%;
  padding: 80px 0;
}
#mice h2 + p {
  text-align: center;
}
#mice table.details {
  margin: 50px 0;
}
#mice table.details th, #mice .details td {
  border: 1px solid #999;
  padding: 10px 15px;
}
#mice table.details th {
  background: #ddd;
}
#mice .entry div {
  margin-top: 100px;
}
#mice .entry div h3 {
  font-size: 150%;
  margin: 50px 0;
  padding-left: 20px;
  border-left: 10px solid #ccc;
}
#mice .entry div ul {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  padding: 50px 0 30px;
}
#mice .entry div ul li img {
  width: 380px;
}
#mice .entry div .more {
  float: right;
}
#mice .entry div .more a {
  display: block;
  font-size: 110%;
  margin: 0;
  line-height: 1.5;
  color: #000;
  height: auto;
}
#mice .entry div .more a::before {
  content: '\2192';
  padding-right: 5px;
  display: block;
  float: left;
}
#mice .entry .layoutbtn {
  font-weight: normal;
  display: inline-block;
  margin-right: 30px;
}
#mice .entry .layoutbtn span {
  font-size: 16px;
  display: block;
  padding: 0 5px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  border-radius: 3px;
}
/****************************************************************************************************************/
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5) {
  #headerSection.mice {
    background-image: url(/fukuoka/mice/images/_bg-mice.jpg) !important;
    background-position: center top;
  }
  .titleArea {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    position: absolute;
    top: 550px;
    left: 20px;
  }
  #mice {
    padding: 0 3%;
  }
  #mice h2 {
    text-align: center;
    font-size: 170%;
    padding: 80px 0 30px;
  }
  #mice h2 + p {
    text-align: left;
  }
  #mice .entry .details {
    margin-top: 0;
  }
  dl dt {
    font-weight: bold;
    margin: 30px 0 10px;
    padding: 0 0 0 10px;
    border-left: 15px solid #333;
    line-height: 1;
  }
  #mice .details dl dd ul {
    padding: 0;
  }
  #mice .entry div {
    margin-top: 100px;
  }
  #mice .entry div h3 {
    font-size: 150%;
    margin: 0 0 30px;
    padding-left: 20px;
    border-left: 10px solid #ccc;
  }
  #mice .entry div ul {
    display: block;
    width: 100%;
    padding: 50px 0 30px;
  }
  #mice .entry div ul li img {
    width: 100%;
  }
}