@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.5; /* add-links */
    /*left: -25px;*/
    /*font-size: 1.6rem;*/
    font-size: 1em;
    letter-spacing: .1em;
}    

/*.oz-block-fullWide__inner .is-style-section_ttl.-org{*/
.is-style-section_ttl.-org{
    margin-bottom: 5%;
    font-weight: 900;
    text-align: center;
    font-size: 50px;
    color: #3c3c3c;
    font-family: 'Noto Sans JP', sans-serif;
}

/*.oz-block-fullWide__inner .is-style-section_ttl.-org small{*/
.is-style-section_ttl.-org small{
    text-align: center;
    font-size: 14px;
    display: block;
    font-weight: normal;
    font-family: "Hiragino Mincho ProN", YuMincho, "Yu Mincho","serif";    
    color: #ed8086;
}

.oz-block-fullWide__inner .is-style-section_ttl.-org.-white small
{
  color: #fff;
}

.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: 1.625;
    letter-spacing: 0.02em;
    font-size: 1rem;
}

.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;
}

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

.oz-block-fullWide.oz_content h3
{
    margin: 30px 0 35px;
    padding: 15px 0;
    border-top: #b9b9b9 1px solid;
    border-bottom: #b9b9b9 1px solid;
    font-size: 20px;
    position: relative;
}

/*.oz-block-fullWide.oz_content li {
    position: relative;
    padding-left: 15px;
    letter-spacing: -0.75px;
    font-size: 1rem;
}

.oz-block-fullWide.oz_content li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}*/

.oz-block-fullWide.oz_content .ttl02{
  margin: 30px 0 35px;
  padding: 15px 0;
  border-top:#b9b9b9 1px solid;
  border-bottom:#b9b9b9 1px solid;
  font-size: 20px;
  position: relative;
  padding-left: 15px;
  display: flex;
  align-items: center;
}

.oz-block-fullWide.oz_content .ttl02::before{
  content: "";
  height: 22px;
  width: 4px;
  background: var(--color_sub);
  display: inline-block;
  margin-right: 15px;
}

/*._block {
    background: #ffffff;
    margin-bottom: 85px;
    box-shadow: 2px 2px 10px 0 rgba(0 0 0 / 6%);
}
*/
.oz_fillBox {
  padding: 40px 25px;
    background: #fde9ea;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.oz_flowLink{
  display: inline-flex;
  width: 280px;
  height: 50px;
  background:var(--color_sub);
  color:#ffffff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.oz_flowLink a{
  color: #fff;
}

.oz_flowLink02{
    display: inline-block;
    color:#ffffff;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    max-width: 550px;
    width: 100%;
    text-decoration: none;
    margin-top: 40px;
    margin-bottom: 20px;
    border-radius: 100px;
    background: var(--color_sub);
}

.oz_borderBox {
    margin-bottom: 70px;
    border: 1px solid #ed8086;
    padding: 35px 40px;
}

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

  .oz-block-fullWide__inner{
      margin: 0 auto 0%;
      /*max-width: 80%;*/
      max-width:calc(100% - 30px);
      padding: 0;
      left: 0;
  }
  .is-style-section_ttl.-org {
        /*padding: 0 0 30px;*/
        font-size: 2.25rem;
        letter-spacing: 3px;
  }
  .oz-block-fullWide__inner h3{
      font-size: 4.26667vw;
  }

  .oz-block-fullWide__inner p{
    line-height: 24px;
    font-size: 1.07692307692em;
    letter-spacing: 0.02153em;
  }

  .oz-block-fullWide.oz_content li {
    font-size: 0.85rem;
  }

  .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
  } 

  .oz_flowLink02 {
      font-size: 18px;
      max-width: 290px;
  }

  .oz_fillBox {
      font-size: 14px;
      line-height: 24px;
      padding: 25px;
  }  

  .oz_borderBox {
      margin-bottom: 40px;
      padding: 15px 20px;
      font-size: 14px;
  }
}


