@media screen and (max-width:768px) {
    /*== ブレークポイント =============================================================================*/

    /*PC・SPでの非表示の切り替え--------------------------------------------------------*/
    .pc {
        display: none;
    }

    .sp {
        display: inherit;
    }
    br.pc{
        display: none;
    }
    br.sp{
        display: inline;
    }
    
    
    /*ボタン*/
    .anm01:hover{
        opacity: 1.0;
    }
    /*--------------------------------------------------------------------------------*/
    
    
    
    /*共通マージン設定*/
    .mb1x1 {
        margin-bottom: 1rem !important;
    }
    .mb1x05 {
        margin-bottom: 2rem !important;
    }
    .mb1x1_5 {
        margin-bottom: 2rem !important;
    }
    .mb1x2 {
        margin-bottom: 0.5rem !important;
    }
    .mb1x3 {
        margin-bottom: 3.4rem !important;
    }
    .mb1x6 {
        margin-bottom: 2rem !important;
    }
    .mt1x1 {
        margin-top: 1rem !important;
    }
    .pb1x1 {
        padding-bottom: 1rem !important;
    }
    .pb1x2 {
        padding-bottom: 2rem !important;
    }
    .pb1x3 {
        padding-bottom: 1rem !important;
    }

    .pt1x1 {
        padding-top: 1rem !important;
    }
    .pt1x2 {
        padding-top: 2rem !important;
    }
    .pt1x3 {
        padding-top: 1rem !important;
    }

    

    /* 共通 width 設定*/
    .widthsize01{
        width: 95.8vw;
        margin: 0 auto;
    }
    .widthsize02{
        width: 91.6vw;
        margin: 0 auto;
    }

    



    /* 共通文字サイズ設定*/
    html{
        font-size: 4.2vw;
        min-width: auto;
        overflow-x: hidden;
        width: 100%;
    }
    body{
        overflow-x: hidden;
        width: 100%;
        min-width: auto;
    }


  
    .infotext{
        font-size: 1rem;
        line-height: 1.5em;
        text-align: justify;
    }



    .flexbox01{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .flexbox01 > div{
        width:100%;
    }
    
  
    
    /*----------------------------------------------------------------------------*/
    
    
    .main {
        background: #fff;
    }
    .mainbody {
        background: url(" ") #fff;
        width: 100%;
    }
    .mainwrap {
        width: 100%;
        text-align: center;
        margin: auto;
        padding-top: 0 !important; 
        padding-bottom: 0 !important;  
    }
    


    
    .about {
        margin-bottom: 1rem !important;
    }
    .about .flexbox01 {
    }
    .about .btn01 {
        position: relative;
        width: 91.6vw;
        height: 91.6vw;
        margin: 0.8rem auto 0;
    }
    .about .btn01 img {
    }
    .about .btn01 img:nth-of-type(2) {
    }
    .about .btn01:hover img:nth-of-type(2) {
    }

    .about .image01 img {
        width: 91.6vw;
    }

    .about .text02{
        width: 100vw;
        margin: 0 auto;
        text-align: left;
    }
    .itemttl{
        font-size: 1.3rem;
        margin-top: 1rem;
    }
    .itemmds{
        font-size: 1.1rem;
        line-height: 1.4em;
        margin-bottom: 0.6rem;
    }
    .itemtext{
        font-size:  0.9rem;
        line-height: 1.3em;
        margin-bottom: 1rem;
    }
.itemlink{
    font-size: 1rem;
    padding: 0.7em 1em;
    margin: 0.8rem 3.8rem;
    border-radius: 1.2rem;/*角の丸み*/
}

    

    
    /*.about02 {
        margin-bottom: 1.5rem !important;
        margin-top: 1.2em !important;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.32);
        padding: 0.4em 0.4em;
    }
    .about02 .flexbox01 {
        margin: 0 auto;
    } 
     .about02 .image01 {
        width: 100vw;
         text-align: center;
         margin: 0 auto;
    }
     .about02 .image01 img {
        width: 88vw;
    }
     .about02 .image02 img {
        width: 88vw;
    }
*/


    

    
    
    
    /*== ブレークポイント =============================================================================*/    

    }
