/*#top-page .sec-contents {
  margin-bottom: 5pc
}

#top-page .sec-ttl {
  position: relative;
  padding: 30px 0 0;
  margin-bottom: 50px;
  text-align: center
}

#top-page .sec-ttl .ttl-border:after, #top-page .sec-ttl .ttl-border:before {
  content: '';
  display: block;
  height: 30px;
  width: 1px;
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

#top-page .sec-ttl .ttl-border:before {
  top: 0;
  right: 50%;
  margin-right: -60px
}

#top-page .sec-ttl .ttl-border:after {
  bottom: 0;
  left: 50%;
  margin-left: -60px
}

#top-page .sec-ttl .txt-ttl {
  text-align: center;
  display: inline-block;
  font-size: 36px;
  letter-spacing: 1px;
  background: transparent;
  line-height: 1;
  padding: 10px 0 15px;
  position: relative
}

#top-page .sec-ttl h1 {
  line-height: 44px
}

#top-page .sec-ttl h1 img {
  margin-bottom: 1em;
}

#top-page .sec-ttl .txt-ttl span {
  text-align: center;
  font-size: 1pc;
  font-weight: 400;
  display: block;
  margin-top: 10px
}

#top-page .sec-ttl h2 {
  padding: 0 10%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#top-page #area-concept.section {
  padding-bottom: 0
}

#top-page #area-concept .sec-contents {
  text-align: center
}

#top-page #area-concept .sec-contents h3 {
  font-size: 28px;
  margin-bottom: 20px
}

#top-page #bnr.section {
  margin-bottom: 5pc
}

#top-page #bnr ul {
  display: flex
}

#top-page #bnr li {
  color: #fff;
  text-align: center;
  width: 33.33333%;
  padding: 0 10px
}

#top-page #bnr li img {
  width: 100%
}

#top-page #bnr li span {
  display: block;
  font-size: 14px;
  font-weight: 400
}

#top-page #bnr li a:hover {
  background: rgba(0, 0, 0, .2)
}

#top-page #bnr li.facebook a {
  background: 0
}

#top-page #bnr li.facebook a:hover {
  background: hsla(0, 0%, 100%, .2)
}

#top-page #bnr dl {
  text-align: center;
  margin: 3em auto 1em;
  font-size: 18px;
  font-weight: 700;
  background-color: #ccc;
  display: table;
  padding: 1em
}

@media(max-width:640px) {
  #top-page #bnr ul {
    display: block;
    margin: 0 auto;
    text-align: center
  }
  #top-page #bnr li {
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center
  }
}

@media only screen and (max-width:1050px) {
  #top-page .container {
    padding: 0 2%
  }
  #top-page #area-concept .sec-contents {
    padding: 0 4%
  }
  #top-page #area-concept .sec-contents h3 {
    font-size: 24px;
    text-align: left
  }
  #top-page #area-concept .sec-contents p {
    text-align: left
  }
  @media only screen and (max-width:768px) {
    #top-page .container {
      padding: 0
    }
    #top-page #area-concept.section{
      padding-bottom: 12%
    }
    #top-page #bnr.section .flex-cmn {
      display: block;
      overflow: hidden;
      padding: 0 1%
    }
    #top-page #bnr ul {
      display: block;
      margin: 0 auto;
      text-align: center
    }
    #top-page #bnr li {
      width: 100%;
      padding: 10px;
      margin: auto;
      text-align: center
    }
    #top-page #bnr ul.flex-cmn li {
      background-size: cover
    }
  }
}

@media screen and (min-width:320px) {
  .lnav-inner {
    display: block
  }
  .lnav-inner, .text-block-sq {
    position: relative
  }
  .text-block-sq h4 {
    font-size: 11px;
    letter-spacing: 0
  }
  .text-block-sq h3 span {
    display: none
  }
}

@media screen and (min-width:768px) {
  .lnav-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
    margin-bottom: 20px;
    overflow: hidden
  }
  .text-block-sq {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block
  }
  .text-block-sq h3 span {
    display: inline-block
  }
}
*/

.more_arrow a, .more_arrow .list span {
  display: block;
  border: 1px #000 solid;
  padding: 10px 15px 10px 15px;
  font-family: "brandon-grotesque";
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  letter-spacing: .25em;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out
}

.more_arrow a:hover {
  background: #000;
  color: #fff
}

.more_arrow a span, .more_arrow .list span {
  display: block;
  position: relative
}

.more_arrow a span:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff
}

.arrow {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: all .3s;
  float: right;
}

.photo_layout_text {
  background: #FFF;
  width: 360px;
  position: absolute;
  padding: 30px;
  z-index: 1
}

@media(max-width:1040px) {
  .photo_layout_text {
    position: static
  }
}

.photo_layout_text h2 {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  letter-spacing: .2em;
}

.photo_layout_text p {
  font-size: 13px;
  font-size: .8125rem;
  margin-bottom: 40px;
  letter-spacing: .2em;
  padding-left: 1em;
}

.photo_layout_text ul {
  margin: -10px 0 0 0;
  padding: 20px;
/*   border-top: 1px solid #000;
  border-bottom: 1px solid #000 */
}

.photo_layout {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px
}


@media(max-width:1040px) {
  .photo_layout {
    margin-top: 40px
  }
}

@media(max-width:1040px) {
  .photo_layout .eyecatch {
    width: 100%
  }
  .photo_layout .eyecatch img {
    width: 100%;
    height: auto
  }
}

.photo_layout .photo_layout_2_wrapper {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  height: 960px
}

.photo_layout .photo_layout_2_wrapper2 {
  height: auto
}

@media(max-width:1040px) {
  .photo_layout .photo_layout_2_wrapper {
    width: 100%;
    position: static
  }
}

.photo_layout .photo_layout_2_wrapper .photo {
  position: absolute
}

@media(max-width:1040px) {
  .photo_layout .photo_layout_2_wrapper .photo {
    position: static;
    width: 100%;
    height: auto
  }
}

.photo_layout .photo_layout_2_wrapper .photo1 {
  left: 0;
  top: 50px
}

.photo_layout .photo_layout_2_wrapper .photo_layout_text {
  width: 760px;
  right: 0;
  top: 450px
}

.photo_layout .photo_layout_2_wrapper .photo_layout_text2 {
  width: 600px;
  top: 50px;
  opacity: 0.8;
}

@media(max-width:1040px) {
  .photo_layout .photo_layout_2_wrapper .photo_layout_text {
    width: 100%
  }
}

.photo_layout .photo_layout_2_wrapper .corporate tr {
  width: 100%
}

.photo_layout .photo_layout_2_wrapper .corporate th {
  padding: 0 10px
}

.photo_layout .photo_layout_2_wrapper .corporate td {
  width: 70%;
  text-align: left;
  padding: 0 10px
}

.photo_layout .photo_images {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

@media(max-width:1040px) {
  .photo_layout .photo_images {
    width: 100%
  }
  .photo_layout .photo_images img {
    width: 100%;
    height: 100%
  }
}

.photo_layout .photo_images .photo {
  position: absolute
}

@media(max-width:1040px) {
  .photo_layout .photo_images .photo {
    position: static
  }
}

.photo_layout .photo_images div {
  margin-bottom: 30px
}

@media(max-width:1040px) {
  .photo_layout .photo_images div {
    margin-bottom: 10px
  }
}

.swiper .thumbnail .swiper-slide {
  cursor: pointer;
  opacity: .7;
}

.swiper .thumbnail .swiper-slide-active {
  opacity: 1;
}

.swiper .thumbnail .swiper-wrapper{
  margin-left: calc(-37.5% - 5px);
}

.swiper .thumbnail img {
  width: 100%
}

.slider {
  display:none;
}
.slider.slick-initialized {
  display: block;
}

body .swiper-button-next, body .swiper-button-prev {
  background-image: none;
  top: 40%;
}
.swiper-button-next:before {
    content: "\f054";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    z-index: -1;
    font-size: 20px;
    top: 50%;
}

.swiper-button-prev:before {
    content: "\f053";
    font-family: FontAwesome;
    line-height: 1;
    position: absolute;
    z-index: -1;
    font-size: 20px;
    top: 50%;
}

.accordion h3 {
  font-size: 16px
}

.accordion ul {
  width: 100%;
  padding: 0
}

.accordion li {
  position: relative;
  list-style: none
}

/*ラベル*/
.list label {
  display: block;
  text-decoration: none;
  cursor: pointer;
  padding: 1.5em 1em;
  position: relative;
  transition: all 0.5s;
}

/*チェックは隠す*/
.list input {
    display: none;
}

/*中身を非表示にしておく*/
.list .answer {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 200ms 0s linear;
}

.list .answer dl {
  display: block;
}

.list .answer dl dt, .list .answer dl dd {
  display: inline-block;
}

.list .answer dl dt {
  color: #000;
  font-weight: bold;
}
@media screen and (min-width:768px) {

  .list .answer dl {
    display: flex;
  }

  .list .answer dl dt {
    width: 20%
  }

  .list .answer dl dd {
    width: 80%
  }

}

.quest-check:checked + .answer {
  height: auto;
  font-size: 14px;
  font-size: .8125rem;
  text-align: left;
  padding: 1em .8em 1em 1em;
  color: #555;
  line-height: 1.8;
  opacity: 1;
  border: 1px solid #000;
}
/*20200304部屋数のみ非表示にする*/
.list .answer dl.ada-room-list{
  display: none;
}