@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
*{
  font-family: "Zen Antique", serif;
}

.pc_view{display: block!important;}
.sp_view{display: none!important;}

.wid670{
width: 95%;
max-width: 670px;
margin: auto;
}
.wid1080{
  width: 95%;
  max-width: 1080px;
  margin: auto;
}
  html {
      margin: 0;
      padding: 0;
  }

  body {
      margin: 0;
      padding: 0;
  }
  .mv_bg {
      background-image: url(https://hope.nagarerukumoyo-nagoya.com/wp-content/themes/cocoon-child-master/images/mv_bg.jpg);
      background-position: center;
      background-size: cover;
  }
  img.mv_img01 {
      width: 100%;
      max-width: 1200px;
      margin: auto;
      display: block;
  }
  .mv_under img {
      width: 100%;
      position: relative;
  }

  .mv_under {
      position: absolute;
      z-index: 1;
  }
  section#contant01 {
      padding-top: 120px;
      padding-bottom: 0px;}
      section#contant01 {
          position: relative;
          padding-top: 0px;
          padding-bottom: 0px;
          z-index: 2;
      }
      h2.galaxyh２ {
          font-size: 20px;
          color: #000;
          text-align: center;
          text-shadow: 1px 1px 5px rgba(255, 255, 255, 1),1px 1px 5px rgba(255, 255, 255, 1);
      }
      p.topp {
          font-size: 18px;
          line-height: 45px;
          color: #fff;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
      }
      article#page_bg {
          background-image: url(https://hope.nagarerukumoyo-nagoya.com/wp-content/themes/cocoon-child-master/images/bg_img.jpg);
          background-position: bottom;
          background-size: cover;
      }
      section#contant01 iframe {
          width: 100%;
          margin-top: 50px;
          aspect-ratio: 2 / 4;
          height: 380px;
      }
      section#ctaarea a {
          width: 100%;
          display: block;
          filter: drop-shadow(7px 10px 8px rgba(0, 0, 0, 0.3));
  transition: .3s;
      }
      section#ctaarea a img {
          width: 100%;
      }
      section#ctaarea a:hover {
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.3));
          transition : .3s;　/*ふわっとさせる指定*/
      }
      section#ctaarea {
          padding: 50px;
      }
      section#contant02 h2 {
          text-align: center;
          font-size: 45px;
      }
      section#contant02 h2 span.red {
          color: #c1272d;
      }
      .daihyo_mes img {
          width: 100%;
      }
      section#contant03 h2 {
          text-align: center;
          font-size: 45px;
      }
      section#contant03 {
          padding: 50px;
      }
      .schedule_img img {
          width: 100%;
      }
      section#contant04 {
          padding: 50px;
      }

      section#contant04 img {
          width: 100%;
      }
      section#sec_image img {
          width: 100%;
          padding: 0;
          margin: 100px 0 0;
      }
      section#sec_form h2 {
          text-align: center;
          font-size: 45px;
      }

      img.footlogo {
          width: 80px;
          margin: 0 auto 430px;
          display: block;
      }

      footer {
          padding: 20px 0 5px;
          background-image: url(https://hope.nagarerukumoyo-nagoya.com/wp-content/themes/cocoon-child-master/images/footer.png);
          background-size: cover;
          background-position: center;
      }
      footer p {
          text-align: center;
          color: #fff;
          text-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
      }
      address {
          text-align: center;
          font-size: 11px;
          margin-bottom: 15px;
          text-decoration: none;
          color: #fff;
          margin-top: 43px;
          font-style: normal;
          letter-spacing: 2px;
      }

/*----画像をキラッと---*/
.reflection{
  display:inline-block;
  position:relative;
  overflow:hidden;
  }
   
  .reflection:after {
  content:"";
  height:100%;
  width:30px;
  position:absolute;
  top:-180px;
  left:0;
  background-color: #fff;
  opacity:0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
  }
   
  @keyframes reflection {
  0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
  80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
  81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
  100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
  }
/*----画像をキラッと---*/

@media screen and (max-width: 450px) {
  .pc_view{display: none!important;}
  .sp_view{display: block!important;}
  p.topp {
      font-size: 16px;
      line-height: 45px;
      color: #000;
      text-shadow: 1px 1px 5px rgba(255, 255, 255, .6);
  }
  section#contant01 iframe {
      height: 280px;
  }
  section#ctaarea {
      padding: 30px;
  }
  section#contant02 h2 {
      text-align: center;
      font-size: 30px;
  }
  section#contant02 h2 span.smll{
      font-size: 20px;
  }
  .sp_mesarea img {
      margin-bottom: -55px;
  }
  .sp_mesarea {
      background-color: #dcdc;
      border-radius: 20px;
      overflow: hidden;
      padding-bottom: 30px;
  }
  .sp_mesarea h4 {
      padding: 0 20px;
      font-size: 18px;
  }
  .sp_mesarea p {
      padding: 0 20px;
      font-size: 15px;
  }
  section#contant03 h2 {
      text-align: center;
      font-size: 30px;
  }
  section#contant03 {
      padding: 50px 0;
  }
  section#contant04 {
      padding: 50px 0;
  }
  section#contant04 img {
      width: 70%;
      margin: auto;
  }
  section#sec_form h2 {
      text-align: center;
      font-size: 30px;
  }
  footer {
      padding: 20px 0 5px;
      background-image: url(https://hope.nagarerukumoyo-nagoya.com/wp-content/themes/cocoon-child-master/images/mv_img_sp_1.png);}
      section#sec_image img {
          margin: 50px 0;
      }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
