@charset "utf-8";
/* PLACE CSS Document */

section {
  padding-bottom: 4.6rem;
}
section h2 {
  margin: 0 auto 2em;
}
/* slider */
#navi {
  width: 100%;
}
#navi li {
  float: left;
  list-style-type: none;
}
#navi li img {
  border: 3px solid white;
}
#navi {
  overflow: hidden;
}
#navi .pageWrap {
  width: 350%;
}
#navi .pageWrap .page {
  position: relative;
  float: left;
  width: 1000px;
}
#navi p {
  clear: both;
  text-align: center;
}
#navi .hall-next {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  width: 40px;
  height: 40px;
  line-height: 0;
  cursor: pointer;
}
#navi .hall-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  margin: auto 0;
  width: 40px;
  height: 40px;
  line-height: 0;
  cursor: pointer;
}
/* 20181002_A.Nakasone add*/
#hall-slider {
  max-width: 1300px;
  width:80%;
  height: auto;
  text-align:center;
  margin: 0 auto;
}
/* 20181002_A.Nakasone add*/

#hall-slider li {
  position: relative;
//  overflow: hidden;
}
/*#hall-slider li::before {
  display: block;
  padding-top: 40%;
  width: 100%;
  height: 0;
  content: "";
}*/
/*#hall-slider li img {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  width: auto;
  height: auto;
  min-width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}*/
.hall-slider__desc {
  margin-top: 3%;
  text-align: center;
}
#hall-slider__nav, #hall-slider__nav1, #hall-slider__nav2 {
  margin: 3% auto;
  width: 100%;
  max-width: 820px;
}
#hall-slider__nav li, #hall-slider__nav1 li, #hall-slider__nav2 li {
  position: relative;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 2%;
  padding-top: 14.8%;
  width: 14.8% !important;
  height: 0;
  cursor: pointer;
  transition: opacity .2s linear;
}
#hall-slider__nav li:nth-child(6n), #hall-slider__nav1 li:nth-child(6n), #hall-slider__nav2 li:nth-child(6n) {
  margin-right: 0;
}
/*#hall-slider__nav li::before, #hall-slider__nav1 li::before, #hall-slider__nav2 li::before {
  display: block;
  padding-top: 50%;
  width: 100%;
  height: 0;
  content: "";
}*/
#hall-slider__nav li img, #hall-slider__nav1 li img, #hall-slider__nav2 li img {
  position: absolute;
  top: 50%;
  left: 50%;
  visibility: hidden;
  margin: 0;
  width: auto;
  height: 100%;
/*  height: auto;*/
  min-width: 100%;
  max-width: 180%;
  max-height: 80%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hall-slick-track {
  width: initial !important;
}
.slick-prev, .slick-next {
  width: 50px;
  height: 100%;
  background-color: rgba(0,0,0,.5) !important;
  color: transparent;
}

.slick-prev:before, .slick-next:before {
  display: block;
  width: 40px;
  height: 40px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  opacity: .75;
}
.slick-prev {
  left: 0 !important;
}
.slick-next {
  right: 0 !important;
}
.slick-prev:before {
  background-image: url(../img/hall_arrow_prev.png);
}
.slick-next:before {
  background-image: url(../img/hall_arrow_next.png);
}
/*** hall MV_PC ***/
.hall-mv {
  position: relative;
/* 20181002 A.nakasone wrote*/
  height: 100%;
  /* 20181002 A.nakasone wrote*/
}
.hall-main__logo {
  position: absolute;
  right: 0;
  bottom: -59px;
  left: 0;
  margin: 0 auto;
  width: 20.2%;
  max-width: 202px;
  text-align: center;
}
.hall-top {
  margin-top: 5rem;
}
.hall__subttl {
  position: relative;
  margin: .5em auto 1em;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: .75rem;
  line-height: 1.4;
}
.hall__subttl span {
  font-size: .75rem;
}
.hall__inner {
  margin: 0 auto;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  max-width: 900px;
}
.hall__desc-txt {
  margin-top: 1em;
  text-align: center;
}
.hall__sectop-txt {
  margin-bottom: 20px;
  text-align: center;
}

.hall-price__lists-img {
  position: relative;
  overflow: hidden;
  width: 100%;
}
/*.hall-price__lists-img::before {
  display: block;
  padding-top: 47%;
  width: 100%;
  height: 0;
  content: "";
}
*/
.hall-price__lists-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hall-price__lists-txtbox {
  padding: 1em;
  width: 100%;
}
.hall-price__lists-ttl {
  margin: 0 0 1rem;
  text-decoration: underline;
  font-weight: 700;
  font-size: 1.125rem;
}
.hall-price__lists-txt {
  font-size: .75rem;
}
.hall__table {
  width: 100%;
}
.hall__table tr {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
.hall__table tr:first-child {
  border-top: 1px solid #000;
}
.hall__table th {
  padding-left: 20px;
  width: 10em;
  text-align: left;
  font-weight: 600;
}

/* メニュー_PC */
.hall-menu__ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hall-menu__ul:first-of-type {
  margin-top: 3.2rem;
}
.hall-menu__ul li {
  position: relative;
  overflow: hidden;
  margin-right: 1.466rem;
  margin-bottom: 1.466rem;
  width: -webkit-calc(33% - 1.466rem);
  width: calc(33% - 1.466rem);
  transition: all .3s linear;
}
.hall-menu__ul li::before,
.hall-menu__ul li::after {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: 200%;
  background: #000;
  content: "";
  opacity: .4;
  -webkit-transition: all .55s ease-in-out;
  transition: all .55s ease-in-out;
}
.hall-menu__ul li::before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(150%);
  transform: skew(-45deg) translateX(150%);
}
.hall-menu__ul li::after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-150%);
  transform: skew(-45deg) translateX(-150%);
}
.hall-menu__ul li a {
  display: block;
  padding-top: 100%;
  width: 100%;
  height: 0;
  content: "";
}
.hall-menu__ul li a > img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  max-width: 200%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hall-menu__ul li:nth-child(3n) {
  margin-right: 0;
}
.hall-menu__li-ttl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  width: 79.6%;
  height: 79.6%;
  border: 2px solid #a1a1a1;
  color: #fff;
  text-align: center;
}
.hall-menu__li-ttl::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5%;
  z-index: -1;
  display: block;
  margin: auto;
  width: 110%;
  height: 110%;
  background: rgba(0,0,0,.6);
  content: "";
}
.hall-menu__li-ttl img {
  filter: drop-shadow(2px 2px 2px #333);
}
.hall-menu__li-ttl p {
  padding-top: 1em;
  text-shadow: 1px 1px 1px #333;
}

/* アクセス_PC */
.hall__access {
  padding-bottom: .5em;
}
.location-map {
  margin-bottom: 2em;
  text-align: center;
}
.hall-movitem {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.hall-movitem iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.hall-movitem img {
  cursor: pointer;
}

/*** 結婚式レポート_PC ***/
.hall-report__imgwrap {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hall-report__imgwrap::before,
.hall-report__imgwrap::after {
  position: absolute;
  z-index: 1;
  width: 200%;
  height: 200%;
  background-color: #000;
  content: "";
  opacity: .5;
  -webkit-transition: all .55s ease-in-out;
  transition: all .55s ease-in-out;
}
.hall-report__imgwrap::before {
  right: 0;
  bottom: 0;
  -webkit-transform: skew(-45deg) translateX(50%);
  transform: skew(-45deg) translateX(50%);
}
.hall-report__imgwrap::after {
  top: 0;
  left: 0;
  -webkit-transform: skew(-45deg) translateX(-50%);
  transform: skew(-45deg) translateX(-50%);
}
.hall-report__ul {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-pack: justify;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.hall-report__ul li {
  position: relative;
  flex-shrink: 0;
  margin-right: 4.45%;
  width: 47.2%;
  text-align: center;
}
.hall-report__ul li:last-child {
  margin-right: 0;
}
.hall-report__ul li a {
  width: 100%;
}
.hall-report__img {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
}
.hall-report__img::before {
  display: block;
  padding-top: 47.06%;
  width: 100%;
  height: 0;
  content: "";
}
.hall-report__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 120%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.hall-report__imgwrap figcaption {
  width: 100%;
  opacity: 0;
}
.hall-report__li-ttl {
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 2;
  margin: 0 auto;
  padding: 0 1.5em;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
}
.hall-report__li-txt {
  position: absolute;
  top: 60%;
  left: 0;
  z-index: 2;
  padding: 0 2em;
  color: #fff;
  text-align: left;
  font-size: .75rem;
}


/*** お客様の声_PC ***/
.hall-voice__list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 1em;
}
.hall-voice__list li {
  flex-shrink: 0;
  margin-bottom: 2em;
  width: 48%;
  background: url(../../img/pickup_bg.png) left top repeat;
}
.hall-voice__inner {
  margin: 5px;
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  background-color: #fff;
}
.hall-voice__head {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align:center;
  align-items:center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  padding: 1rem 1rem 0;
}
.hall-voice__list-ttl {
  margin-bottom: .5rem;
  border-bottom: 1px solid #595957;
  color: #595957;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
}
.hall-voice__thum-img {
  width: 100%;
}
.hall-voice__thum-img a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 33.3333%;
  overflow: hidden;
}
.hall-voice__thum-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 120%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hall-voice__day {
  margin-bottom: .5rem;
}
.hall-voice__thum-txt {
  margin-top: 0;
  padding: 0 1rem 1rem;
  width: 100%;
  font-size: .9rem;
}

/*
===== hall_hover ==========================================
*/
@media screen and (min-width:641px) {
  #hall-slider__nav li:hover, #hall-slider__nav1 li:hover, #hall-slider__nav2 li:hover {
    opacity: .65;
  }
  .slick-prev:hover, .slick-next:hover {
    background-color: rgba(0,0,0,.5);
  }

  .hall-menu__ul li:hover::before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
  }
  .hall-menu__ul li:hover::after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
  }
  .hall-menu__li-ttl img:hover {
    opacity: 1;
  }
  .hall-menu__ul li:hover {
    transition: all .3s linear;
  }
  .hall-menu__ul li:hover .hall-menu__li-ttl img {
    filter: none;
  }
  .hall-menu__ul li:hover .hall-menu__li-ttl p {
    text-shadow: none;
  }

  .btn-reviewList:hover {
    background-color: #74cfc6;
  }
  .btn-reviewList a:hover {
    color: #fff;
  }

  .hall-report__imgwrap:hover:after {
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
  }
  .hall-report__imgwrap:hover:before {
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
  }
  .hall-report__imgwrap:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }
  .hall-report__img:hover::before {
    background-color: rgba(0,0,0,.5);
  }
}

/*
===== hall_TAB ==========================================
*/
@media screen and (max-width:960px) {
  #navi .pageWrap {
    width: 306%;
  }
  #navi .pageWrap .page {
    width: 33%;
  }
  #hall-slider__nav, #hall-slider__nav1, #hall-slider__nav2 {
    margin: 3% auto;
    width: 90%;
  }
  #navi .hall-next {
    right: 0;
    width: 4%;
    height: 11.8%;
    min-width: 30px;
    min-height: 30px;
  }
  #navi .hall-prev {
    left: 0;
    width: 4%;
    height: 11.8%;
    min-width: 30px;
    min-height: 30px;
  }
  .hall-voice__list-ttl {
    font-size: 1rem;
  }
}

/*
===== hall_SP ==========================================
*/
@media screen and (max-width:640px) {
  section h2 {
    margin: 0 auto 1.5em;
  }
  #navi .pageWrap .page {
    width: 33%;
  }
  #hall-slider__nav li, #hall-slider__nav1 li, #hall-slider__nav2 li {
    padding-top: 23%;
    width: 23% !important;
    height: 0;
  }
  #hall-slider__nav li:nth-child(6n), #hall-slider__nav1 li:nth-child(6n), #hall-slider__nav2 li:nth-child(6n) {
    margin-right: 2%;
  }
  #hall-slider__nav li:nth-child(4n), #hall-slider__nav1 li:nth-child(4n), #hall-slider__nav2 li:nth-child(4n) {
    margin-right: 0;
  }
  #navi .hall-next {
    height: 7.8%;
  }
  #navi .hall-prev {
    height: 7.8%;
  }
  #hall-slider li::before {
    padding-top: 76.1%;
  }
  #hall-slider li img {
    min-height: 100%;
    max-width: 100%;
  }
  .slick-prev, .slick-next {
    width: 30px;
    height: 100%;
  }
  .slick-prev:before, .slick-next:before {
    width: 25px;
    height: 25px;
  }
  .hall__subttl {
    font-size: .83rem;
  }
  .hall-price__lists-img {
    margin-bottom: 1rem;
    width: 100%;
  }
  .hall-price__lists-txtbox {
    width: 100%;
  }
  .hall-price__lists-txt {
    font-size: .83rem;
  }
  .hall__table th {
    padding-left: 1em;
    width: 9em;
  }
  /* メニュー_SP */
  .hall-menu__ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hall-menu__ul li {
    margin-right: 0;
    width: 100%;
  }
  /*** 結婚式レポート_SP ***/
  .hall-report__ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hall-report__ul li {
    width: 100%;
  }
  .hall-report__ul li + li {
    margin-top: 1rem;
  }
  .hall-report__imgwrap::before {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .hall-report__imgwrap figcaption {
    opacity: 1;
  }
  .hall-report__img {
    width: 100%;
  }
  .hall-report__li-ttl {
    font-size: 1.2em;
  }
  /*** お客様の声_SP ***/
  .hall-voice__list {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 1em auto;
    width: 100%;
  }
  .hall-voice__list li {
    width: 100%;
  }
  .hall-voice__head {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hall-voice__list-ttl {
    font-size: 1rem;
  }
  .hall-voice__day{
    font-size: .8rem;
  }
  .hall-voice__thum-img {
    width: 100%;
  }
  .hall-voice__thum-txt {
    width: 100%;
  }
}/* hall_SP end*/
