@charset "UTF-8";

*{
  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
} 

.oz-block-fullWide{
}

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

.oz-block-fullWide__inner{
  margin: 0 auto 0;
  max-width: 900px;
  /*max-width: 1100px;*/
  padding: 0 20px;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.oz-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) {
  .oz-block-fullWide{
    padding: 16% 0% 13.33333% 0%;
  }

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

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

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

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

  .oz-block-fullWide__inner p{
      /*font-size: 2.93333vw;*/
      margin-bottom: 5%;
      }
  .wp-block-image .alignright{
    margin:auto;
    }
    
  .oz-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;
}