
@charset "UTF-8";


@media screen and (min-width:1024px){


    #all{
        background-image: url(http://hakumonsai.weblike.jp/2023/test/kazuki/participant/img/ssakura.jpg);
        background-attachment: fixed;
        background-size: 100%;
        overflow-x: hidden;
    }
    
    .cover{
        background-color: #ffffffcc;
        margin: 3% 10%;
        padding: 3% 0;
        font-weight: 500;
    }
    
    .title{
        /*border: 2px solid #86b3e0;*/
        width: 80%;
        margin: auto;
        padding: 4px;
    }
    
    .title h6{
        margin: 0px;
        font-size: 25px;
        border-bottom: solid 3px #c7ddd8;
        color: #996264;
    }
    
    .title p{
        margin: 0;
        color: #996264;
        font-size: 18px;
        padding-top: 1px;
    }
    
    .wrap{
        display: flex;
        justify-content: space-around;
        width: 45%;
        margin: auto;
    }
    
    .btn01{
        display: flex;
        justify-content: space-around;
        width: 75%;
        margin: auto;
    }
    
    /*btn-top*/
    
    a.btn-shadow {
      margin-bottom: 12px;
      padding: 0;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.5;
      position: relative;
      display: inline-block;
      padding: 1rem 0;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center;
      vertical-align: middle;
      text-decoration: none;
      letter-spacing: 0.1em;
      color: #000;
      border-radius: 0.5rem;
    }
    
    a.btn-shadow span {
      position: relative;
      display: inline-block;
      padding: 20px;
      color: #000;
      border: 2px solid #000;
      border-radius: 6px;
      background: #fff;
      box-shadow:0 5px 0  #00e53d;
      transition: .3s;
    }
    a.btn-shadow span:hover {
        box-shadow: none;  /* 影の設定 */
        animation: buttonAnime 1s ease;  /* アニメーション設定 */
        transform: translateY(5px);
        color: #86b3e0;
        }
        
        .tab-wrap {
            display: flex;
            flex-wrap: wrap;
            margin:20px 10%;
            line-height: 1.8rem;
          }
          .tab-wrap:after {
            content: '';
            width: 100%;
            height: 3px;
            background: #f29c9f;
            display: block;
            order: -1;
          }
          .tab-label {
            color: White;
            background: LightGray;
            font-weight: bold;
            text-shadow: 0 -1px 0 rgba(0,0,0,.2);
            white-space: nowrap;
            text-align: center;
            padding: 10px .5em;
            order: -1;
            position: relative;
            z-index: 1;
            cursor: pointer;
            border-radius: 5px 5px 0 0;
            flex: 1;
          }
          .tab-label:not(:last-of-type) {
            margin-right: 5px;
          }
          .tab-content {
            width: 100%;
            height: 0;
            overflow: hidden;
            opacity: 0;
            font-size: 16px;
            border-radius: 0 0 15px 15px;
          }
          .tab-content h6{
              margin: 0;
              font-size: 20px;
              border-bottom: solid 3px #c7ddd8;
          }
          .tab-content p{
              margin: 0;
              padding: 8px 0;
          }
          .tab-content a{
            color: #00e53d;
            text-decoration: underline;
        }
          .tab-content a:hover{
              font-weight: bold;
          }
    
          /* アクティブなタブ */
          .tab-switch:checked+.tab-label {
            background: #f29c9f;
          }
          .tab-switch:checked+.tab-label+.tab-content {
            height: auto;
            overflow: auto;
            padding: 25px 15px 15px;
            opacity: 1;
            transition: .5s opacity;
            box-shadow: 0 0 3px rgba(0,0,0,.2);
          }
          /* ラジオボタン非表示 */
          .tab-switch {
            display: none;
          }
    
          /*contents margin padding*/
          .date01,.must,.mail{
            padding: 20px 0;
          }
    
          .date01 ul{
            margin: 0;
          }
    
          .date,.mail,.detail{
            padding: 10px 0;
          }
    
          .detail03 span{
            font-weight: bold;
            text-decoration: underline;
          }
    
        iframe{
            margin: 3% 10%;
            width: 80%;
          }





  



}