@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(/michelangelo/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;
}

/*訪問時モーダル*/
.popup-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index:9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 500px;
  background-color: #fffbe7;
  padding: 30px;
  text-align: center;
  color: #0b522b;
  font-family: "garamond-premier-pro-display",serif;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .popup-content {
    position: absolute;
    top: 37%;
    width: 50%;
    min-width: 650px;
  }
}

.popup-content .content {
  border: 3px solid #0b522b;
  padding:30px 20px; 
}

.popup-content .main_tit {
  font-size: 33px;
  line-height: 1.2;
  font-weight: bold;
}

.popup-content .main_tit .small {
  font-size:23px;
}

.popup-content .txt {
  font-size:23px;
  line-height: 1.4;
  margin: 1.5em 0;
}

.popup-content .box_date {
  font-size: 23px;
  line-height: 1.4;
  border: 2px solid #0b522b;
  padding:20px 0;
  width: 70%;
  margin: 0 auto;
  font-weight: bold;
}

.popup-content .box_date span {
  font-size: 30px;
}

.popup-content .box_date .txt_att {
  font-size: 15px;
}

.popup-content .con {
  font-size: 17px;
  line-height: 1.4;
  margin: 1.5em auto 0;
}

.popup-content .con a {
  color: #0b522b;
}

