/*YUNOYAMA*/
/*******************************************************************************
plan
*******************************************************************************/
.yunoyama_otona{
    margin-left: -1em;
}
/*--1000px以下--------------------------------------------*/
@media screen and (max-width: 1000px)  {
#plan .plan_1day, #plan .plan_2day {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}
#plan [class^="plan_"] span img{
    width: 100%;
    height: auto;
}
}
/*----768px対応----------------------------*/
@media screen and (max-width: 768px)  {
#plan [class^="plan_"] span img{
    width: auto;
    height: 100%;
}
}

