@import url(style_org.css);

.inner.detail {
  max-width: 102.4rem;
  padding: 11rem 0 0;
}

@media screen and (max-width: 767px) {
  .inner.detail {
    padding: 5rem 2rem 0;
  }
}

.inner.detail .floormap {
  position: relative;
  margin: -3.8rem 0 0;
}

.inner.detail .floormap .image {
  width: 66.1rem;
  margin: 0 0 0 -.8rem;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .image {
    width: auto;
    margin: 2rem 0 0;
  }
}

.inner.detail .floormap .legend {
  position: static;
}

.inner.detail .floormap .legend .group {
  width: 31.4rem;
  position: absolute;
  right: 0;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .group {
    width: auto;
    position: static;
  }

  .inner.detail .floormap .legend .group+.group {
    margin: 2rem 0 0;
  }
}

.inner.detail .floormap .legend .group .label {
  margin: -.6rem 0 0;
  padding: 0 0 .9rem;
  position: relative;
  color: #bb8d2b;
  font-family: "Cinzel", serif;
  font-size: 2.6rem;
  letter-spacing: .16em;
  line-height: 1.15385;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .group .label {
    margin: 0;
    font-size: 2rem;
  }
}

.inner.detail .floormap .legend .group .label::after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 4.6rem;
  bottom: 0;
  left: 0;
  background: #6a4f25;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .group .label::after {
    right: 0;
  }
}

.inner.detail .floormap .legend .group .list {
  margin: 2rem 0 0;
  color: #fff;
  line-height: 1.42857;
}

.inner.detail .floormap .legend .group .list li {
  margin: 1rem 0 0;
  padding: 0 0 0 3rem;
  position: relative;
}

.inner.detail .floormap .legend .group .list li .num {
  width: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  background: #ad8228;
  text-align: center;
}

.inner.detail .floormap .legend .floor35 {
  top: 25rem;
}

.inner.detail .floormap .legend .floor35 .label::after {
  left: -25.7rem;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .floor35 .label::after {
    left: 0;
  }
}

.inner.detail .floormap .legend .floor02 {
  top: 44rem;
}

.inner.detail .floormap .legend .floor02 .label::after {
  left: -25.7rem;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .floor02 .label::after {
    left: 0;
  }
}

.inner.detail .floormap .legend .floor01 {
  top: 62.7rem;
}

.inner.detail .floormap .legend .floor01 .label::after {
  left: -9.3rem;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .floor01 .label::after {
    left: 0;
  }
}

.inner.detail .floormap .legend .floorb1 {
  top: 91.4rem;
}

.inner.detail .floormap .legend .floorb1 .label::after {
  left: -20.7rem;
}

@media screen and (max-width: 767px) {
  .inner.detail .floormap .legend .floorb1 .label::after {
    left: 0;
  }
}

.inner.detail .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 4.8rem 0 0;
}

@media screen and (max-width: 767px) {
  .inner.detail .feature {
    display: block;
    margin: 5rem 0 0;
  }
}

.inner.detail .feature .item {
  width: 49.6rem;
  margin: 3.2rem 0 0;
}

@media screen and (max-width: 767px) {
  .inner.detail .feature .item {
    width: auto;
  }
}

.inner.detail .feature .item .image {
  position: relative;
}

.inner.detail .feature .item .image figcaption {
  position: absolute;
  right: 1rem;
  bottom: 4rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px;
}

.inner.detail .feature .item .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 43.6rem;
  height: 15.8rem;
  margin: -3rem auto 0;
  padding: 2.8rem 0 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(82, 60, 13, 0.90196)), to(#170000));
  background: -webkit-linear-gradient(top, rgba(82, 60, 13, 0.90196) 0%, #170000 100%);
  background: -o-linear-gradient(top, rgba(82, 60, 13, 0.90196) 0%, #170000 100%);
  background: linear-gradient(to bottom, rgba(82, 60, 13, 0.90196) 0%, #170000 100%);
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inner.detail .feature .item .text {
    width: 90%;
  }
}

.inner.detail .feature .item .text::before {
  content: '';
  display: block;
  width: 100%;
  height: .3rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../imgs/commonspace/cont03_bg.png) 50% 0/cover no-repeat;
}

.inner.detail .feature .item .text .label {
  color: #eec85b;
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  letter-spacing: .16em;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .inner.detail .feature .item .text .label {
    font-size: 2rem;
  }
}

.inner.detail .feature .item .text p {
  padding: 3rem 0 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .inner.detail .feature .item .text p {
    padding: 2rem 0 0;
  }
}

.inner.service {
  max-width: 102.4rem;
  padding: 12rem 0 0;
}

@media screen and (max-width: 767px) {
  .inner.service {
    padding: 5rem 2rem 0;
  }
}

.inner.service .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 6rem 0 0;
}

@media screen and (max-width: 767px) {
  .inner.service .feature {
    display: block;
    margin: 5rem 0 0;
  }
}

.inner.service .feature .item {
  width: 32rem;
}

@media screen and (max-width: 767px) {
  .inner.service .feature .item {
    width: auto;
    margin: 3rem 0 0;
  }
}

.inner.service .feature .item .image {
  position: relative;
}

.inner.service .feature .item .image figcaption {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  text-shadow: black 1px 1px 2px, black -1px 1px 2px, black 1px -1px 2px;
}

.inner.service .feature .item .text {
  margin: 3rem 0 0;
}

.inner.service .feature .item .text .label {
  color: #eec85b;
  font-family: "Cinzel", serif;
  font-size: 2.8rem;
  letter-spacing: .16em;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .inner.service .feature .item .text .label {
    font-size: 2rem;
  }
}

.inner.service .feature .item .text p {
  padding: 2.7rem 0 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .inner.service .feature .item .text p {
    padding: 2rem 0 0;
  }
}

.interview .btNext {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 32rem;
  margin: 8rem auto 0;
  border: none;
  padding: 0;
  position: relative;
  color: #fff;
  font-size: 1.9rem;
  letter-spacing: .07em;
  line-height: 5.6rem;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 1px #bc9e4a;
  box-shadow: inset 0 0 0 1px #bc9e4a;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .interview .btNext {
    width: 80%;
    font-size: 1.6rem;
  }
}

.interview .btNext::after {
  content: '';
  display: block;
  width: 6.6rem;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  background: #bc9e4a;
}

@media screen and (max-width: 767px) {
  .interview .btNext::after {
    width: 4rem;
  }
}

.interview .sec02 .content_box+.content_box {
  display: none;
}

.interview .sec02 .content_box+.content_box .limitedAreaTtl {
  margin-top: 0;
}

.interview .sec02 .content_box_clm.noclm .image_box {
  margin-bottom: 3rem;
}

.interview .sec02 .content_box .inner+.inner {
  margin-top: 12rem;
}

.interview.interview .sec02 .intro_area_frame_ttl {
  width: calc(75.87891% + 40px);
}


[data-color="shadowBlack"] {
  color: #000;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8), 0px 0px 5px rgba(255, 255, 255, .8);
}