@charset "UTF-8";

/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
	width: 100%;
	margin-bottom: 10px !important;
    overflow: hidden;
}
 
.gallery br {display: none;} /** 自動で挿入される clearfix の余白解除 **/
 
.gallery-item { /** 画像共通のスタイル **/
    float: left;
	margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
    text-align: center;
}
 
.gallery-icon img { 
  
	width: 100%;
	height: auto;
	margin-bottom: 10px !important;
}
 
.gallery-caption { /** キャプション **/
    color: rgb(228, 24, 24);
    font-size: 1px;
    margin: 0 0 1px;
    text-align: center;
}
 
.gallery-columns-1 .gallery-item { /** カラムなし **/
    width: 100%;
    margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
	width: 48%;
	margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
    width: 31.33333%;
	margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
    width: 23%;
    margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
    width: 18%;
    margin: 0 1%;
}
 
@media screen and (max-width: 640px) {
	/* 640px以下用の記述 */
	.gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 48%;
		margin: 0 1%;
	}
	.gallery-columns-5 .gallery-item {
		width: 31.33333%;
		margin: 0 1%;
	}
}


*{
  font-size:13px;
}

a{
  text-decoration: none;
}

.pc-py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}
.pc-py-20 {
  padding-top: 2em!important;
  padding-bottom: 2em!important
}
.pc-py-40 {
  padding-top: 4em!important;
  padding-bottom: 4em!important
}
.pc-py-60 {
  padding-top: 6em!important;
  padding-bottom: 6em!important
}
.pc-py-80 {
  padding-top: 8em!important;
  padding-bottom: 8em!important
} 

.meatup-block-fullWide{
}

.meatup-block-fullWide.-full .meatup-block-fullWide__inner{
  max-width: 100%;
  padding: 0;
}

.meatup-block-fullWide__inner{
  margin: 0 auto 0;
  max-width: 900px;
  padding: 0 20px;
  position: relative;
}

.meatup-block-fullWide__inner{
    position: relative;
    line-height: 1;
    /*left: -25px;*/
    /*font-size: 1.6rem;*/
    font-size: 1em;
    letter-spacing: .1em;
}    

.meatup-block-fullWide__inner .is-style-section_ttl{
    margin-bottom: 5%;
}

.meatup-block-fullWide__inner h3{
    margin-bottom: 1em;
    font-weight: 700;
    /*font-size: 2.6rem;*/
}

.meatup-block-fullWide__inner p{
  margin-bottom: 1em;
    line-height: 2.14286;
    /*font-size: 1.4rem;  */
}

.meatup-block-fullWide__inner .is-style-section_ttl:before{
  position: absolute;
    top: .5em;
    left: -1025px;
    width: 1000px;
    height: 1px;
    background-color: #b0916d;
    content: "";
}

.meatup-block-fullWide.has-bg-img{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.meatup-block-fullWide.has-bg-img::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 0;
    background-color: inherit;
}

.meatup-block-fullWide.-parallax {
    overflow: hidden;
}

.meatup-block-fullWide.-fixbg {
    background-attachment: fixed;
}

/*.meatup-block-fullWide__inner dl {
    margin-bottom: 2.85714%;
    padding-bottom: 2.85714%;
    border-bottom: 1px solid #d3d3d3;
    display: flex;
    line-height: 1.85714;
}

.meatup-block-fullWide__inner dl dt {
    margin-right: .7619%;
    padding-top: .1em;
    width: 17.14286%;
    color: #686868;
    font-size: 1.2rem;
}

.meatup-block-fullWide__inner dl dd {
    width: 82.09524%;
    color: #000;
    font-size: 1.4rem;
}*/

.bg-white{
  background: #fff;
  border-radius: 10px;
  padding: 40px 24px;  
}

@media (max-width: 750px) {
  .meatup-block-fullWide{
    padding: 1% 0% 13.33333% 0%;
  }

  .meatup-block-fullWide__inner{
      margin: 0 auto 0%;
      max-width: 96%;
      padding: 0;
      left: 0;
  }

  .meatup-block-fullWide__inner .is-style-section_ttl{
      left: 0;
      opacity: 1;
  }

  .meatup-block-fullWide__inner .is-style-section_ttl:before{
      left: -1015px;
      font-size: 3.2vw;
  }

  .meatup-block-fullWide__inner h3{
      font-size: 4.26667vw;
  }

  .meatup-block-fullWide__inner p{
      /*font-size: 2.93333vw;*/
      margin-bottom: 5%;
      }
  .wp-block-image .alignright{
    margin:auto;
    }
    
  .meatup-block-fullWide__inner iframe {
      max-width: 100%;
  }

  .wp-block-column.bg-white, .wp-block-column.play-item, .wp-block-column.price-item{
      margin-bottom: 1.75em;
  }

  .sp-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .sp-py-20 {
    padding-top: 2em!important;
    padding-bottom: 2em!important
  }
  .sp-py-40 {
    padding-top: 4em!important;
    padding-bottom: 4em!important
  }
  .sp-py-60 {
    padding-top: 6em!important;
    padding-bottom: 6em!important
  }
  .sp-py-80 {
    padding-top: 8em!important;
    padding-bottom: 8em!important
  } 
}


/* add */

.price-item, .play-item{
  background: #fff;
  border-radius: 10px;
  padding: 40px 24px;
}

.priceTtl{
  /*font-size:3rem;*/
}

.timeTtl{
  /*color:#ff4492;*/
  color:#9b7c53;
  /*font-size:2rem;*/
}

.wp-block-button__link{
    color: initial;
    /*width:250px;*/
    /*font-size: 1.8rem;*/
    letter-spacing: 0.15em;
    line-height: 40px;
    margin: 0 auto 40px;
    /*background-color: transparent;*/
    /*border: 2px solid #b0916d;*/
}  

.c-section-bg--dark-pattern {
  background-image: url("img/bg01.png");
  color: white;
}

.c-section-bg--bright-pattern {
  background-image: url("img/bg02.png");
  color: black;
}


.p-section-title {
  text-align: center;
}
.p-section-title h2 {
  text-align: center;
  font-family: source-han-serif-japanese, sans-serif;
  font-weight: 400;
  color: #9b7c52;
}

.p-phone-number::before {
    content: "\f87b";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #9b7c52;
}

