@charset "UTF-8";
/****************************************

目次 
1.ベース
2.トップページ

*****************************************/
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap");
/****************************************


1.ベース


*****************************************/
section.venue {
  text-align: inherit; }

.venueInner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap; }
  @media all and (max-width: 1024px) {
    .venueInner {
      width: calc( 100% - 60px ); } }

#venuAareaSaitama .venueInner {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px 60px; }

.spBr {
  display: none; }
  @media all and (max-width: 768px) {
    .spBr {
      display: block; } }

@media all and (max-width: 768px) {
  .pcBr {
    display: none; } }

.pc {
  display: block; }
  @media all and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media all and (max-width: 768px) {
    .sp {
      display: block; } }

/**********************
トップメニューボタン
***********************/
.venueBtnWrap {
  position: absolute;
  top: 463px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center; }
  @media all and (min-width: 1340px) {
    .venueBtnWrap {
      top: 58%; } }
  @media all and (max-width: 768px) {
    .venueBtnWrap {
      height: auto;
      display: block;
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translateX(-50%);
      padding-top: 0; } }

.venueBtn {
  margin-right: 40px;
  position: relative; }
  @media all and (max-width: 768px) {
    .venueBtn {
      margin-right: 0;
      margin-bottom: 20px; } }

.venueBtn:last-child {
  margin-right: 0; }

.venueBtn a {
  font-family: "Anton", sans-serif !important;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: 2.4px;
  border: 3px solid #FFFFFF;
  padding: 0px 65px 0px 15px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.8s;
  display: inline-block; }
  @media all and (max-width: 768px) {
    .venueBtn a {
      font-size: 24px;
      padding: 0px 42px 0px 15px; } }

@media all and (max-width: 768px) {
  .venueBtn:nth-child(1) a {
    padding: 0px 93px 0px 15px; } }

@media all and (max-width: 768px) {
  .venueBtn:nth-child(3) a {
    padding: 0px 64px 0px 15px; } }

.venueBtn a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  content: "";
  width: 13px;
  height: 13px;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.8s; }
  @media all and (max-width: 768px) {
    .venueBtn a::after {
      width: 10px;
      height: 10px;
      right: 23px; } }

.venueBtn a:hover {
  color: #000000;
  background: rgba(255, 255, 255, 0.6); }

.venueBtn a:hover::after {
  border-top: 2px solid #000000;
  border-right: 2px solid #000000; }

/**********************
エリアbackground
***********************/
.venuAarea {
  padding-top: 200px;
  padding-bottom: 200px; }
  @media all and (max-width: 768px) {
    .venuAarea {
      padding-top: 100px;
      padding-bottom: 30px; } }

.venuArea.venuBlack {
  background: #000000;
  padding-top: 200px;
  padding-bottom: 200px; }
  @media all and (max-width: 768px) {
    .venuArea.venuBlack {
      padding-top: 100px;
      padding-bottom: 30px; } }

/**********************
エリアタイトル
***********************/
.venueTit {
  text-align: center;
  margin-bottom: 40px; }

.venuBlack .venueTit h2 {
  font-family: 'Anton', sans-serif;
  font-size: 60px;
  letter-spacing: 2px;
  line-height: 1.1;
  border-bottom: 6px solid #000000;
  display: inline-block; }
  @media all and (max-width: 768px) {
    .venuBlack .venueTit h2 {
      font-size: 44px; } }

.venuWhite .venueTit h2 {
  font-family: 'Anton', sans-serif;
  font-size: 84px;
  color: #FFFFFF;
  letter-spacing: 2px;
  line-height: 1.1;
  border-bottom: 6px solid #FFFFFF;
  display: inline-block; }
  @media all and (max-width: 768px) {
    .venuWhite .venueTit h2 {
      font-size: 44px; } }

/**********************
エリアボックス
***********************/
.venueInner a {
  width: calc( ( 100% - 180px ) / 4 );
  margin-right: 60px;
  margin-bottom: 60px;
  display: block; }
  @media all and (max-width: 1024px) {
    .venueInner a {
      width: calc( ( 100% - 30px ) / 2 );
      margin-right: 30px; } }

.venueInner a:nth-child(4n) {
  margin-right: 0; }

@media all and (max-width: 1024px) {
  .venueInner a:nth-child(2n) {
    margin-right: 0; } }

#venuAareaSaitama .venueInner a:nth-child(1) {
  margin-right: 0; }

.venueBox {
  border-bottom: 2px solid #000000;
  transition: all 0.8s; }
  .venueBox .venueBoxTxtWrap {
    margin-bottom: 40px; }
    @media all and (max-width: 768px) {
      .venueBox .venueBoxTxtWrap {
        margin-bottom: 30px; } }
  .venueBox .venueImg {
    width: 100%;
    margin-bottom: 45px;
    overflow: hidden; }
    @media all and (max-width: 768px) {
      .venueBox .venueImg {
        margin-bottom: 30px; } }
  .venueBox .venueImg img {
    width: 100%;
    transition: 1s all; }
  .venueBox .venueEnTit {
    font-family: 'Fjalla One', sans-serif;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: 1.5px; }
    @media all and (max-width: 768px) {
      .venueBox .venueEnTit {
        font-size: 20px;
        letter-spacing: 1px;
        line-height: 1.1; } }
  .venueBox .venueEnSubTit {
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      .venueBox .venueEnSubTit {
        font-size: 12px; } }
  .venueBox .venueJaTit {
    font-weight: bold;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      .venueBox .venueJaTit {
        font-size: 12px; } }
  .venueBox .venueLocation {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    margin-bottom: 40px;
    letter-spacing: 2px;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      .venueBox .venueLocation {
        font-size: 12px;
        margin-bottom: 30px;
        margin-top: 3px; } }
  .venueBox .venueType {
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: normal;
    margin-bottom: 8px;
    letter-spacing: 2px;
    font-size: 14px; }
    @media all and (max-width: 768px) {
      .venueBox .venueType {
        font-size: 10px;
        margin-bottom: 8px; } }
  .venueBox .venueDescription {
    line-height: 1.8;
    font-family: 'Open Sans Condensed', sans-serif; }
    @media all and (max-width: 768px) {
      .venueBox .venueDescription {
        font-size: 10px;
        font-weight: normal; } }

.venueBox:hover .venueImg img {
  transform: scale(1.2, 1.2);
  transition: 1s all; }

.venuWhite .venueBox {
  border-bottom: 2px solid #FFFFFF;
  display: inline-block; }
  .venuWhite .venueBox .venueEnTit {
    color: #FFFFFF; }
  .venuWhite .venueBox .venueJaTit {
    color: #FFFFFF; }
  .venuWhite .venueBox .venueEnSubTit {
    color: #FFFFFF; }
  .venuWhite .venueBox .venueLocation {
    color: #FFFFFF; }
  .venuWhite .venueBox .venueType {
    color: #FFFFFF; }
  .venuWhite .venueBox .venueDescription {
    color: #FFFFFF; }

/**********************
inview
***********************/
.inview {
  transition: all 3000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: transform,opacity;
  opacity: 0; }
  .inview.left {
    transform: translateX(-30px); }
  .inview.right {
    transform: translateX(30px); }
  .inview.bottom {
    transform: translateY(20px); }
  .inview.delay {
    transition-delay: 250ms; }
  .inview.action {
    opacity: 1;
    transform: translate(0px); }

/****************************************


2.トップページ


*****************************************/
.venue .venueTop {
  width: 100%;
  height: calc( 100vh - 60px );
  background-image: url(https://weddingcircus.jp/wp/wp-content/themes/weddingcircus/weddingcircus_venue/img/venueTopImg.png);
  background-color: #111;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  margin-bottom: 160px;
  margin-top: 60px;
  position: relative; }
  @media all and (max-width: 768px) {
    .venue .venueTop {
      background-image: url("https://weddingcircus.jp/wp/wp-content/themes/weddingcircus/weddingcircus_venue/img/venueTopImgSp.jpg");
      background-position: center top;
      background-size: contain;
      margin-bottom: 60px; } }
.venue .weddingFair {
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: all 0.8s; }
  @media all and (max-width: 768px) {
    .venue .weddingFair {
      width: 100%;
      height: auto;
      position: fixed;
      bottom: 0;
      right: 0; } }
.venue .weddingFair img {
  max-width: 100%;
  height: auto; }
.venue .weddingFair:hover {
  opacity: 0.8; }
.venue .venueConcept.venueInner {
  display: inline; }
  @media all and (max-width: 1024px) {
    .venue .venueConcept.venueInner {
      display: block; } }
.venue .venueConcept {
  text-align: center; }
.venue .venueConcept p {
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 1px; }
  @media all and (max-width: 768px) {
    .venue .venueConcept p {
      font-size: 11px; } }
.venue .venueConcept span {
  font-size: 32px;
  font-weight: bold !important; }
  @media all and (max-width: 768px) {
    .venue .venueConcept span {
      font-size: 18px; } }
.venue .venueConcept span.small {
  font-size: 10px; }

#wpfront-scroll-top-container {
  bottom: 120px !important; }
  @media all and (max-width: 768px) {
    #wpfront-scroll-top-container {
      bottom: 85px !important; } }

/*# sourceMappingURL=style.css.map */
