@charset "UTF-8";
/* media query */
nav.navStd ul li.room a {
  background-color: #fff;
  color: #964B6E;
}

.introArea {
  text-align: center;
  margin: 60px 25px;
}
.introArea p.copy {
  font-size: 1.7em;
  line-height: 140%;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .introArea p.copy {
    font-size: 1.5em;
  }
}
.introArea p + p {
  font-size: 1.1em;
  line-height: 250%;
  letter-spacing: 1px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .introArea p + p {
    font-size: 1em;
    margin-bottom: 30px;
    text-align: left;
  }
}

.anchorArea {
  max-width: 1200px;
  margin: 0 auto;
}
@media all and (max-width: 1200px) {
  .anchorArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  .anchorArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
.anchorArea ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 668px) {
  .anchorArea ul {
    display: block;
  }
}
.anchorArea ul li {
  padding-right: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 2px;
  }
}
.anchorArea ul li a {
  position: relative;
  display: block;
  font-size: 1.1em;
}
@media screen and (max-width: 800px) {
  .anchorArea ul li a {
    font-size: 100%;
  }
}
.anchorArea ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/arrow_down_black.svg);
  top: calc(50% - 3px);
  right: -20px;
  width: 8px;
  height: 5px;
  transition: 0.5s;
}
.anchorArea ul li a:hover::after {
  top: 50%;
}
.anchorArea ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 668px) {
  .anchorArea ul li:last-child {
    margin-bottom: 0;
  }
}

.typeArea ul.roomImage {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 95%;
  margin: 20px auto 0;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage {
    display: block;
    margin: 60px auto 0;
  }
}
.typeArea ul.roomImage > li {
  width: 49%;
  margin: 50px 0;
}
@media screen and (max-width: 800px) {
  .typeArea ul.roomImage > li {
    width: 100%;
    margin: 50px 0 60px;
  }
}
.typeArea ul.roomImage > li div.image {
  position: relative;
}
.typeArea ul.roomImage > li div.image h4 {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #eee;
  color: #222;
  width: 100%;
  max-width: 200px;
  padding: 7px 10px 10px;
  font-size: 1.1em;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li div.image h4 {
    line-height: 170%;
  }
}
.typeArea ul.roomImage > li div.image h4::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 99%;
  height: 99%;
  display: block;
  border: 1px solid #999;
}
.typeArea ul.roomImage > li div.image h4 span.en {
  display: block;
  position: relative;
  font-size: 70%;
  margin-top: 10px;
}
.typeArea ul.roomImage > li div.image h4 span.en::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  height: 1px;
  background-color: #666;
}
.typeArea ul.roomImage > li div.image h4 span.small {
  font-size: 90%;
}
.typeArea ul.roomImage > li div.image h4 span.moresmall {
  font-size: 80%;
}
.typeArea ul.roomImage > li div.image .fadeSlick p {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li div.image .fadeSlick p {
    height: 250px;
  }
}
.typeArea ul.roomImage > li div.image .fadeSlick p.hover {
  transition: 0.3s;
}
.typeArea ul.roomImage > li div.image .fadeSlick p.hover:hover {
  transform: scale(1.03);
  transition: 0.3s;
}
.typeArea ul.roomImage > li div.image .fadeSlick p span.caption {
  position: absolute;
  color: #fff;
  bottom: 3px;
  right: 10px;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li div.image .fadeSlick p span.caption {
    font-size: 0.9em;
  }
}
.typeArea ul.roomImage > li div.image .fadeSlick p span.caption.black {
  color: #222;
}
.typeArea ul.roomImage > li div.image .fadeSlick a {
  display: block;
  width: 100%;
  height: 100%;
}
.typeArea ul.roomImage > li div.image .fadeSlick.dotnone .slick-dots {
  display: none;
}
.typeArea ul.roomImage > li div.text {
  margin-top: 20px;
}
.typeArea ul.roomImage > li div.text p.roomtype {
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li div.text p.roomtype {
    font-size: 1em;
  }
}
.typeArea ul.roomImage > li div.text p.roomtype span {
  margin: 0 10px;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li div.text p.roomtype span {
    margin: 0 5px;
  }
}
.typeArea ul.roomImage > li div.text p.roomtype a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
}
.typeArea ul.roomImage > li div.text p.roomtype a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.typeArea ul.roomImage > li div.text p.roomtype a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .typeArea ul.roomImage > li div.text p.roomtype a {
    padding: 10px 35px 10px 15px;
  }
}
.typeArea ul.roomImage > li div.text p.roomtype a:hover::after {
  right: 15px;
}
.typeArea ul.roomImage > li div.text p.roomtype a.pdf {
  text-decoration: underline;
  color: #CB4B4B;
  border: none;
  font-size: 1em;
  padding: 0;
}
.typeArea ul.roomImage > li div.text p.roomtype a.pdf::after {
  content: none;
}
.typeArea ul.roomImage > li div.text p.roomtype a.pdf:hover {
  background: none;
  opacity: 0.7;
}
.typeArea ul.roomImage > li div.text p.roomtype a.black {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  background-color: #222;
  color: #fff;
  padding: 15px 40px 15px 25px;
}
.typeArea ul.roomImage > li div.text p.roomtype a.black::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.typeArea ul.roomImage > li div.text p.roomtype a.black:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .typeArea ul.roomImage > li div.text p.roomtype a.black {
    padding: 10px 35px 10px 15px;
  }
}
.typeArea ul.roomImage > li div.text p.roomtype a.black:hover::after {
  right: 15px;
}
.typeArea ul.roomImage > li div.text p.roomtype.flex a {
  margin: auto 10px 10px;
}
.typeArea ul.roomImage > li:nth-child(4n+2) div.image h4, .typeArea ul.roomImage > li:nth-child(4n+3) div.image h4 {
  background: #222;
  color: #fff;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li:nth-child(4n+2) div.image h4, .typeArea ul.roomImage > li:nth-child(4n+3) div.image h4 {
    background: #eee;
    color: #222;
  }
  .typeArea ul.roomImage > li:nth-child(4n+2) div.image h4::after, .typeArea ul.roomImage > li:nth-child(4n+3) div.image h4::after {
    border: 1px solid #999;
  }
}
.typeArea ul.roomImage > li:nth-child(4n+2) div.image h4::after, .typeArea ul.roomImage > li:nth-child(4n+3) div.image h4::after {
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 668px) {
  .typeArea ul.roomImage > li:nth-child(even) div.image h4 {
    background: #222;
    color: #fff;
  }
}
.typeArea ul.notice {
  font-size: 95%;
  margin-top: 20px;
}
@media screen and (max-width: 668px) {
  .typeArea ul.notice {
    font-size: 90%;
  }
}
.typeArea ul.about {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 668px) {
  .typeArea ul.about {
    text-align: left;
  }
}
.typeArea .link {
  margin-top: 20px;
}
.typeArea .link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ddd;
  line-height: 150%;
  font-size: 14px;
  color: #222;
  padding: 15px 40px 15px 25px;
}
.typeArea .link a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  content: "";
  display: block;
  width: 5px;
  height: 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 5px auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.239%22%20viewBox%3D%220%200%205%208.239%22%3E%20%3Cpath%20id%3D%22chevron-right-solid%22%20d%3D%22M32.362%2C42.1%2C28.7%2C45.764a.453.453%2C0%2C0%2C1-.64%2C0l-.428-.428a.453.453%2C0%2C0%2C1%2C0-.64l2.906-2.92-2.906-2.92a.453.453%2C0%2C0%2C1%2C0-.64l.428-.428a.453.453%2C0%2C0%2C1%2C.64%2C0l3.667%2C3.667A.453.453%2C0%2C0%2C1%2C32.362%2C42.1Z%22%20transform%3D%22translate(-27.495%20-37.657)%22%20fill%3D%22%23ddd%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  transition: 0.5s;
}
.typeArea .link a:hover {
  background-color: #3E577E;
  color: #fff;
  border: 1px solid #3E577E;
}
@media screen and (max-width: 960px) {
  .typeArea .link a {
    padding: 10px 35px 10px 15px;
  }
}
.typeArea .link a:hover::after {
  right: 15px;
}
.typeArea .link a::after {
  top: calc(50% - 3px);
  width: 9px;
  height: 5px;
  background-image: url(../../common/images/arrow_down_gray.svg);
}
.typeArea .link a:hover::after {
  top: 50%;
  right: 20px;
  background-image: url(../../common/images/arrow_down_white.svg);
}

#roomDetail {
  display: block;
}
#roomDetail > div {
  position: absolute;
  width: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 668px) {
  #roomDetail > div {
    top: 50px;
    transform: translateY(0);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #roomDetail > div {
    top: 100px;
  }
}
#roomDetail > div > section {
  max-width: 1000px;
  margin: 0 auto;
}
#roomDetail > div > section > h5 {
  margin: 0 0 20px;
  font-size: 1.5em;
  text-align: center;
}
#roomDetail > div > section > div.spScroll {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #roomDetail > div > section > div.spScroll {
    overflow-x: scroll;
  }
}
#roomDetail > div > section > div.spScroll > table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #roomDetail > div > section > div.spScroll > table {
    width: 900px;
  }
}
#roomDetail > div > section > div.spScroll > table th,
#roomDetail > div > section > div.spScroll > table td {
  border: 1px solid #fff;
  padding: 15px 5px;
  vertical-align: middle;
  text-align: center;
}
#roomDetail > div > section > div.spScroll > table th {
  background-color: rgba(255, 255, 255, 0.3);
}
#roomDetail > div > section > ul li {
  text-indent: -1em;
  padding-left: 1em;
}

.specArea {
  margin-bottom: 50px;
}
.specArea .bihin .rental {
  background: url(../../../common/images/bg_gray.png);
  padding: 20px;
  margin-top: 20px;
}
.specArea .bihin .rental p {
  font-size: 1.3em;
}
.specArea .price ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 668px) {
  .specArea .price ul {
    display: block;
  }
}
.specArea .price ul li {
  width: 48%;
}
@media screen and (max-width: 668px) {
  .specArea .price ul li {
    width: 100%;
  }
}
@media screen and (max-width: 668px) {
  .specArea .price ul li:nth-child(2) {
    margin-top: 30px;
  }
}
.specArea .price ul li table th.cancel {
  background: #ededed;
}
.specArea .price ul li .pdf {
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 668px) {
  .specArea .price ul li .pdf {
    text-align: right;
  }
}
.specArea .price ul li .pdf a {
  text-decoration: underline;
}
.specArea .price ul.notice {
  display: block;
  margin-top: 30px;
}
.specArea .price ul.notice li {
  width: 100%;
}
.specArea ul.item li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.specArea ul.item li span.circle {
  position: relative;
  padding-left: 1em;
}
.specArea ul.item li span.circle::before {
  position: absolute;
  content: "●";
  font-weight: bold;
  font-size: 90%;
  color: #3E577E;
}
@media screen and (max-width: 668px) {
  .specArea ul.item li span.circle::before {
    font-size: 120%;
    text-indent: -1em;
  }
}
.specArea ul.item li a {
  text-decoration: underline;
  color: #CB4B4B;
}
.specArea ul.item li a:hover {
  opacity: 0.7;
}

.mutual {
  display: flex;
  justify-content: center;
  text-align: left;
}
@media screen and (max-width: 668px) {
  .mutual {
    justify-content: left;
  }
}
.mutual::before {
  content: "相互利用｜";
  white-space: nowrap;
}
.mutual span {
  display: inline-block;
  text-align: left;
}

.mutual_modal {
  display: flex;
}

@media (max-width: 800px) {
  .pc_disp {
    display: none;
  }
}

@media (min-width: 800px) {
  .sp_disp {
    display: none;
  }
}

.mutual3 {
  display: flex;
  justify-content: left;
  text-align: left;
  padding-left: 14px;
}
.mutual3::before {
  content: "相互利用｜";
  white-space: nowrap;
}
.mutual3 span {
  display: inline-block;
  text-align: left;
}