  @charset "utf-8";
  @media screen and (max-width:700px) {
    /*== ブレークポイント =============================================================================*/
    html {
      font-size: 4.2vw;
    }

    body{
        overflow-x: hidden;
        width: 100%;
        min-width: auto;
    }

    /*共通マージン設定*/
    .mb1x1 {
      margin-bottom: 2.5rem !important;
    }
    .mb1x2 {
      margin-bottom: 1.8rem !important;
    }
    .mb1x3 {
      margin-bottom: 1rem !important;
    }
    .mb1x4 {
      margin-bottom: 0.5rem !important;
    }
    .mb1x5 {
      margin-bottom: 1.5rem !important;
    }
    .pb1x1 {
      padding-bottom: 1rem !important;
    }
    .pt1x1 {
      padding-top: 3.2rem !important;
    }
      
      
    .pc {
      display: none;
    }
    .sp {
      display: inherit;
    } 
    br.sp {
      display: inline;
    }
    
	  

    .header {
      width: 100%;
    }
    .header img{
      width: 93vw;
      margin: auto;
    }
      
    .doga iframe{
        width: 93%;
        height: 240px;
    }
    .doga video{
        width: 93%;
        height: 240px;
    } 
      
    .main {
      width: 100%;
    }
    .ctttl {
      width: 93vw;
    }
   .ctttl p{
      font-size: 4.8vw;
      line-height: 7.5vw;
      padding: 10px 0 8px;
      margin-bottom: 0.2em;
  }
.setttl {
      width: 93vw;
}
.setttl p{
      font-size: 4.2vw;
      line-height: 7.0vw;
      padding: 8px 0 6px;
      margin-bottom: 0.2em;
}
.howsttl {
      width: 93vw;
}
.howsttl p{
      font-size: 4.2vw;
      line-height: 7.0vw;
      padding: 8px 0 6px;
      margin-bottom: 0.2em;
}
.onlinettl {
      width: 93vw;
}
.onlinettl p{
      font-size: 4.8vw;
      line-height: 7.5vw;
      border: solid 3px #d87142;/*線色*/
      padding: 0.5em;/*文字周りの余白*/
      border-radius: 0.5em;/*角丸*/
}
      
    .yatomi{
        font-size: 1rem;
        line-height: 1.6em;
        text-align: justify;
        padding: 0 3.5vw;
    }
    .event1{
    }
    .event1 img{
        width: 93vw;
    }
      
    hr {
      width: 97vw;
    }


    .about02 {
      width: 100vw;
      padding: 0;
      text-align: center;
    }
    .about02 .flexbox01{
      display: block;
    }

    .about02 .flexbox01 .itembox{
      width: 100%;
      margin: 0;
    }
    .about02 .itembox img{
        width: 93vw;
        margin-bottom: 0.6rem;
    }
    .about02 .flexbox01 .itemtxt{
        width: 93vw;
        margin: 1rem auto 0;
    }
    .itemtxt .itembig{
        font-size: 1.2rem;
        margin-bottom: 0.8rem;
        padding-bottom: 0.4rem;
        border-bottom: 2px dotted #60322D;
    }
    .itemtxt .itemsmall{
        font-size: 1rem;
        margin-bottom: 0.8rem;
    }
    .itemtxt .textbig{
        font-size: 1.1rem;
    }
      
    .about02 .flexbox02{
        width: 93vw;
    }

    .about02 .flexbox02 > div{
        width: 32%;
    }



      
      
      
      
	  
    /*== ブレークポイント =============================================================================*/
  }