/* -----------------------------------『共通設定』-----------------------------------*/
h3{
    font-size: 20px;
    margin-bottom: 20px;    
}

.lococo{
    background-image: url('lococo.png');
    background-repeat: repeat-x;
    
    top: 0;

}

#google{
    text-align: center;
}

@media(min-width: 900px){
/* google map */
#google img{
    width: 40%;
    float: left;
    }
    #google div{
        display: inline;
            
                }
}



    #google div{
display: flex;
justify-content: center;
flex-wrap: wrap;
    
        }


#map_movie{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
        .youtube {
            margin-top: 10px;
            margin-bottom: 50px;
            width: 75%; /* 必要に応じて親要素の幅を指定してください */
            max-width: 780px;
            height: min(450px, 38vw);
            /* background-color: rgba(255, 247, 233, 0.5);  */
          }
          .youtube iframe {
            width: 100%;
            height: 100%;
            box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
            border-radius: 10px;
          }


/* 道順 */
#guide .item{
    width:90vw;
    max-width: 1000px;
    background-color: #FFF7E9;

    border-radius: 10px;
    
    

    margin-bottom:40px;

    background-color: #FFF7E9;


    padding-top: 30px;



    font-size: 24px;

    line-height: 1.8; /* 1.5倍の行間を指定 */
    letter-spacing: 5px; /* 2pxの文字間を指定 */

    content: "";
    display: table;
    clear: both;


}
#google div{
    margin-bottom: 10px;
}

#map_zoom_rogo{
    width: 90%;
    float: left;
    margin-bottom: 20px;

    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}







#recommend h3{
    font-size: 20px;
    font-weight: bold;
    color:#FF55C5;
    text-align: center;
    font-weight: bold;
    margin:20px;
    
}



/* -----------------------------------『PC中用設定』-----------------------------------*/
@media(min-width: 600px){


    #guide .item{
        width:90vw;
        max-width: 1000px;
        background-color: #FFF7E9;
    
        border-radius: 10px;
        
        
        margin: 0px auto; /* 上下の余白を10px、左右の余白を自動的に調整して中央寄せ*/
        margin-bottom:40px;
    
        background-color: #FFF7E9;
    
        padding: 20px;
        padding-top: 30px;
    
    
    
        font-size: 16px;
    
        line-height: 1.8; /* 1.5倍の行間を指定 */
        letter-spacing: 5px; /* 2pxの文字間を指定 */
    
        content: "";
        display: table;
        clear: both;
    
    
    }
    #guide .item img{
        width: 40%;
        float: right;

    }









}
/* -----------------------------------『スマホ用設定』-----------------------------------*/
  @media(max-width: 600px){



    #map_movie{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0px;
        padding-bottom: 0px;

    }
            .youtube {
                margin-top: 10px;
                margin-bottom: 20px;
                width: 82%; /* 必要に応じて親要素の幅を指定してください */
                height: min(470px, 39vw);
                /* background-color: rgba(255, 247, 233, 0.5);  */
              }
              .youtube iframe {
                width: 100%;
                height: 100%;
                box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
                border-radius: 10px;
              }





    #guide{margin:0;
        padding: 0;


    }
    #guide .item{
        width:87vw;
        max-width: 1000px;
        background-color: #FFF7E9;
    
        border-radius: 10px;
        
        

        margin-bottom:40px;
    
        background-color: #FFF7E9;
    
        padding: 8px;
        padding-top: 30px;
    
    
    
        font-size: 16px;
    
        line-height: 1.8; /* 1.5倍の行間を指定 */
        letter-spacing: 5px; /* 2pxの文字間を指定 */
    
        content: "";
        display: table;
        clear: both;
    
    
    }
    #guide .item img{
        width: 100%;
        float: none;

    }
    
    #recommend h3{
        font-size: 20px;
        font-weight: bold;
        color:#FF55C5;
        text-align: center;
        font-weight: bold;
        margin:20px;
        
    }
       



}
