  @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: 3.6rem !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: 97vw;
      margin: auto;
    }
      
    .doga iframe{
        width: 90%;
        height: 240px;
    }
      
    .main {
      width: 100%;
    }
    .ctttl {
      width: 97vw;
    }
   .ctttl p{
      font-size: 6.3vw;
      line-height: 7.5vw;
      padding: 12px 0 10px;
      margin-bottom: 0.2em;
  }

    hr {
      width: 97vw;
    }


    .about02 {
      width: 100vw;
      padding: 0;
    }
     .about02 .flexbox01{
        display: block;
    }
    .about02 .flexbox01>div{
        width: 100%;
        padding: 0.2rem 0;
    }

    .about02 .flexbox01 .icon{
        display: flex;
        justify-content: space-around;
    }
    .about02 .flexbox01 .icon div{
        width: 32%;
        padding: 0;
    }
    .about02 .flexbox01 .icon img{
        width: 100%;
        margin-bottom: 0.8rem;
    }



    .minchottl {
      margin: 5px 10px;
      font-size: 2.6rem;
      line-height: 1em;
      border-bottom: solid 2px #b39886;
    }
    .minchotext {
      margin: 0 10px 10px;
      font-size: 1.4rem;
      line-height: 1em;
      font-family: 'Noto Serif JP', serif;
    }

	  
	  
    /*== ブレークポイント =============================================================================*/
  }