@charset "UTF-8";
/*---------------------------------------------------------------------------*/
.menuArea {
  height: 535px;
  min-width: 980px;
  width: 100%;
}

.menuArea .menuBg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.menuArea .menuBg .menuImg {
  background: #f5f5f5;
  background-size: cover;
  float: right;
  height: 535px;
  width: 50%;
  text-align: center;
  position: relative;
}

.menuArea .menuBg .menuImg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 460px;
  height: 460px;
  margin: auto;
}

.menuArea .menuBg .menuInfo {
  background: #ffffff;
  box-sizing: border-box;
  float: left;
  height: 535px;
  padding: 185px 0 0;
  text-align: center;
  width: 50%;
}

.menuArea .menuBg .menuInfo .contentsTitle {
  letter-spacing: 0.04em;
}

.menuArea .menuBg .menuInfo .contentsTxt {
  margin: 0 auto 53px;
  width: 345px;
}

.menuArea .menuBg .menuInfo .moreBtn {
  margin: 0 auto;
  width: 175px;
}

/*---------------------------------------------------------------------------*/
.spaceArea {
  background: #f8f3e9;
  height: 580px;
  min-width: 980px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.spaceArea .spaceBg {
  margin: 0 auto;
}

.spaceArea .spaceBg .spaceImg {
  background: url(/paulbocuse-hakata/assets/img/top/imgSpace.jpg) center center no-repeat;
  background-size: cover;
  height: 580px;
  width: 50%;
  float: left;
}

.spaceArea .spaceBg .spaceInfo {
  width: 50%;
  padding: 185px 0 0;
  float: left;
  text-align: center;
}

.spaceArea .spaceBg .spaceInfo .contentsTitle {
  margin: 0 0 7px;
  letter-spacing: 0.04em;
}

.spaceArea .spaceBg .spaceInfo .contentsTitleSub {
  color: #363125;
}

.spaceArea .spaceBg .spaceInfo .contentsTitleBar {
  margin: 22px auto 27px;
  width: 32px;
}

.spaceArea .spaceBg .spaceInfo .contentsTxt {
  color: #363125;
  width: 340px;
  margin: 0 auto;
  line-height: 1.8;
}

.spaceArea .spaceBg .spaceInfo .moreBtn a {
  margin: 25px auto 0;
}
