@charset "UTF-8";
/* --------------------------
	会場について
--------------------------- */
.venue .venue-col {
  text-align: center;
  margin-bottom: 185px;
}
@media only screen and (max-width:1024px) {
  .venue .venue-col {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width:767px) {
  .venue .venue-col {
    margin-bottom: 100px;
  }
}
.venue .venue-col .read {
  -webkit-animation: fadeIn 3s forwards;
          animation: fadeIn 3s forwards;
  line-height: 2.2;
  margin-bottom: 75px;
}
@media only screen and (max-width:767px) {
  .venue .venue-col .read {
    line-height: 1.8;
  }
}
@media only screen and (max-width:1024px) {
  .venue .venue-col .read {
    margin-bottom: 55px;
  }
}
.venue .venue-col .venue-item .item {
  max-width: 1080px;
  margin: auto;
  background-image: url(../img/venue/venue_image01_pc.jpg);
  background-size: cover;
  background-position: center;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1ch;
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .venue .venue-col .venue-item .item {
    max-width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .venue .venue-col .venue-item .item {
    min-height: 400px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:767px) {
  .venue .venue-col .venue-item .item {
    min-height: 450px;
    margin-bottom: 30px;
    background-image: url(../img/venue/venue_image01_sp.jpg);
  }
}
.venue .venue-col .venue-item .item:nth-child(2) {
  margin-bottom: 0;
  background-image: url(../img/venue/venue_image02_pc.jpg);
}
@media only screen and (max-width:767px) {
  .venue .venue-col .venue-item .item:nth-child(2) {
    background-image: url(../img/venue/venue_image02_sp.jpg);
  }
}
.venue .venue-col .venue-item .item .inner {
  width: 300px;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width:767px) {
  .venue .venue-col .venue-item .item .inner {
    width: 85%;
    height: auto;
    padding: 50px 0 55px;
  }
}
.venue .venue-col .venue-item .item .inner:before, .venue .venue-col .venue-item .item .inner:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.venue .venue-col .venue-item .item .inner:before {
  top: 10px;
  left: 10px;
  border-top: 1px solid #7db1c6;
  border-left: 1px solid #7db1c6;
}
.venue .venue-col .venue-item .item .inner:after {
  bottom: 10px;
  right: 10px;
  border-bottom: 1px solid #7db1c6;
  border-right: 1px solid #7db1c6;
}
.venue .venue-col .venue-item .item .inner .en {
  margin-bottom: 0 !important;
}
.venue .venue-col .venue-item .item .inner h2 {
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .venue .venue-col .venue-item .item .inner h2 {
    margin-bottom: 10px;
  }
}
.venue .venue-col .venue-item .item .inner .catch {
  margin-bottom: 25px;
}
@media only screen and (max-width:767px) {
  .venue .venue-col .venue-item .item .inner .catch {
    margin-bottom: 20px;
  }
}

/* --------------------------
	会場詳細
--------------------------- */
.venue-detail .mainimage {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-bottom: 100px;
}
@media only screen and (max-width:1024px) {
  .venue-detail .mainimage {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage {
    margin-bottom: 45px;
  }
}
.venue-detail .mainimage .image-col {
  overflow: hidden;
  margin-bottom: 85px;
  -webkit-animation: fadeIn 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
          animation: fadeIn 1.8s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
  width: 100%;
}
@media only screen and (max-width:1024px) {
  .venue-detail .mainimage .image-col {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .image-col {
    margin-bottom: 35px;
  }
}
.venue-detail .mainimage .image-col img {
  width: 100%;
  -webkit-animation: zoom 8s 1;
  animation: zoom 8s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.venue-detail .mainimage .inner {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
}
@media only screen and (max-width:1024px) {
  .venue-detail .mainimage .inner {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .inner {
    display: block;
    padding: 0 20px;
    margin-bottom: 35px;
  }
}
.venue-detail .mainimage .inner .text {
  max-width: 1080px;
  margin: auto;
  width: clac(50%);
}
@media only screen and (max-width:1024px) {
  .venue-detail .mainimage .inner .text {
    max-width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .venue-detail .mainimage .inner .text {
    width: clac(60%);
    padding-left: 30px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .inner .text {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.venue-detail .mainimage .inner .text .read {
  line-height: 2.2;
  text-align: left;
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .inner .text .read {
    line-height: 1.8;
  }
}
.venue-detail .mainimage .inner .text .option {
  background-color: #f4f7f9;
  border: 1px solid #7db1c6;
  padding: 15px 20px;
  margin-top: 30px;
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .inner .text .option {
    padding: 12px 20px 15px;
    margin-top: 20px;
  }
}
.venue-detail .mainimage .inner .text .option h3 {
  font-weight: 700;
}
.venue-detail .mainimage .inner .image {
  overflow: hidden;
  margin-left: auto;
  width: 50%;
}
@media only screen and (max-width:1024px) {
  .venue-detail .mainimage .inner .image {
    width: 40%;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .inner .image {
    width: 100%;
    margin-top: 30px;
  }
}
.venue-detail .mainimage .inner .image img {
  width: 100%;
}
@media only screen and (max-width:767px) {
  .venue-detail .mainimage .inner .image img {
    height: auto;
  }
}
.venue-detail .map {
  text-align: center;
  padding: 90px 110px;
  margin-bottom: 90px;
}
@media only screen and (max-width:1024px) {
  .venue-detail .map {
    padding: 40px 60px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .map {
    padding: 30px 25px;
    margin-bottom: 45px;
  }
}
.venue-detail .map.banquet {
  background-color: #f9f4f6;
}
.venue-detail .map.chapel {
  background-color: #f9f7f4;
}
.venue-detail .map h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP";
  font-size: 23px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media only screen and (max-width:1024px) {
  .venue-detail .map h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .map h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.venue-detail .map h2:before, .venue-detail .map h2:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #d1d4d7;
}
.venue-detail .map h2:before {
  margin-right: 30px;
}
.venue-detail .map h2:after {
  margin-left: 30px;
}
.venue-detail .map .image {
  margin-bottom: 65px;
}
@media only screen and (max-width:1024px) {
  .venue-detail .map .image {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .map .image {
    margin-bottom: 35px;
  }
}
.venue-detail .map ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width:1024px) {
  .venue-detail .map ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.venue-detail .map ul li {
  margin: 0 20px 20px 0;
  width: calc(33.333% - 40px / 3);
}
@media only screen and (max-width:1024px) {
  .venue-detail .map ul li {
    width: 48.5%;
    margin: 0 0 10px;
  }
}
.venue-detail .map ul li:nth-child(3n) {
  margin-right: 0;
}
.venue-detail .map ul li img {
  margin-bottom: 5px;
}
@media only screen and (max-width:767px) {
  .venue-detail .map ul li img {
    margin-bottom: 3px;
  }
}
.venue-detail .other {
  text-align: center;
  margin-bottom: 120px;
}
@media only screen and (max-width:767px) {
  .venue-detail .other {
    margin-bottom: 70px;
  }
}
.venue-detail .other .venue-item .item {
  max-width: 1080px;
  margin: auto;
  background-size: cover;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1ch;
  text-align: center;
}
@media only screen and (max-width:1024px) {
  .venue-detail .other .venue-item .item {
    max-width: 100%;
  }
}
@media only screen and (max-width:1024px) {
  .venue-detail .other .venue-item .item {
    min-height: 280px;
  }
}
@media only screen and (max-width:767px) {
  .venue-detail .other .venue-item .item {
    min-height: 250px;
  }
}
.venue-detail .other .venue-item .item.banquet {
  background-image: url(../img/venue/venue_image01_pc.jpg);
}
@media only screen and (max-width:767px) {
  .venue-detail .other .venue-item .item.banquet {
    background-image: url(../img/venue/venue_image01_sp.jpg);
  }
}
.venue-detail .other .venue-item .item.chapel {
  margin-bottom: 0;
  background-image: url(../img/venue/venue_image02_pc.jpg);
}
@media only screen and (max-width:767px) {
  .venue-detail .other .venue-item .item.chapel {
    background-image: url(../img/venue/venue_image02_sp.jpg);
  }
}
.venue-detail .other .venue-item .item .inner {
  width: 300px;
  height: 200px;
  background-color: rgba(255, 255, 255, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width:767px) {
  .venue-detail .other .venue-item .item .inner {
    width: 80%;
    height: auto;
    padding: 40px 0 45px;
  }
}
.venue-detail .other .venue-item .item .inner:before, .venue-detail .other .venue-item .item .inner:after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.venue-detail .other .venue-item .item .inner:before {
  top: 10px;
  left: 10px;
  border-top: 1px solid #7db1c6;
  border-left: 1px solid #7db1c6;
}
.venue-detail .other .venue-item .item .inner:after {
  bottom: 10px;
  right: 10px;
  border-bottom: 1px solid #7db1c6;
  border-right: 1px solid #7db1c6;
}
.venue-detail .other .venue-item .item .inner .en {
  margin-bottom: 0 !important;
}
.venue-detail .other .venue-item .item .inner h2 {
  margin-bottom: 15px;
}
@media only screen and (max-width:767px) {
  .venue-detail .other .venue-item .item .inner h2 {
    margin-bottom: 10px;
  }
}