@charset "utf-8";
/*
* index.html
*/

/*各コンテンツ 設定*/
.yoga_category,.yoga_event{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*各エリア 設定*/
.yoga_category_area,.yoga_event_area{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

/*yoga_category*/
.yoga_category_area{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.yoga_box,.yoga_box2{
    width: calc(95%/2);
    border: solid 2px #dcdcdc;
    margin: 10px 5px;
    background: #fff;
    position:relative;
}
.yoga_box .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yoga_box:hover{
    border: solid 2px #666;
}
.yoga_box2 .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.yoga_box2:hover{
    border: solid 2px #666;
}
.yoga_images img{
    width: 100%;
}
/*yoga_event*/
.alpeino{
    display: flex;
    padding: 10px;
    background: #fff;
    border: solid 2px #dcdcdc;
    position:relative;
}
.alpeino .box_link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.alpeino:hover{
    border: solid 2px #666;
}
.alpeino_images img{
    width: 100%;
}

/*
* 下層ページ設定
*/

/*各コンテンツ 設定*/
.alpino_schedule,.alpino,.alpino_lunch,.yoga_schedule{
    background: #f5f5f5;
    margin: 30px 0px;
    padding: 10px;
}

/*各エリア 設定*/
.alpeino_schedule_area,.alpino_area,.alpino_lunch_area,.yoga_schedule_area{
    margin: 10px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
}

/*共通設定*/
/*yogaスケジュール*/
.div_table_3column_yoga_schedule{
    margin: 10px 0px;
}

.div_table_width_th{
    background: #f4f4f4;
    display: flex;
    width: 100%;
    justify-content: center;
}

.div_table_width_th p{
    font-weight: bold;
    color: #666;
    text-align: center;
}
.div_table_width_td{
    width: 100%;
    padding: 10px;
}
.div_table_width_td p{
    text-align: center;
}
.schedule_h3{
    padding-bottom: 5px;
    font-weight: bold;
}
/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
}  
/*タブのスタイル*/
.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
.tab_item:hover {
    opacity: 0.75;
}
  
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}
  
/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 10px 40px 0;
    clear: both;
    overflow: hidden;
}
  
  
  /*選択されているタブのコンテンツのみを表示*/
  #month1:checked ~ #month1_content,
  #month2:checked ~ #month2_content,
  #month3:checked ~ #month3_content {
    display: block;
}
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    background-color: #5ab4bd;
    color: #fff;
}

/*
* babytoreyoga.html
*/
.baby_yoga_img{
    text-align: center;
}
.baby_yoga_img img{
    width: 60%;
}

/*
* alpino.html
*/
/*alpino_top 設定*/
.alpino_top p{
    padding: 20px 10px 0px;
}
.span_bold{
    font-weight: bold;
}
/*alpino_schedule 設定*/
.alpino_h3{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    border-bottom: solid 2px #666;
    padding: 10px 0px;
}
.schedule_box{
    margin: 5px;
    display: flex;
    background: #fff;
    padding-top: 10px;
    align-items: center;
    border-bottom: solid 1px #999;
}
.schedule_box:first-of-type{
    margin-top: 23px;
}
.schedule_th{
    width: 80px;
    text-align: center;
    padding: 5px;
}
.schedule_th p{
    font-weight: bold;
    font-size: 16px;
}
.schedule_td{
    flex: 1;
    padding: 5px;
}
.schedule_td p{
    font-weight: bold;
    font-size: 16px;
}
/*alpino 設定*/
.alpino_box{
    display: flex;
}

.alpino_img_right{
    order: 2;
}
.alpino_text_left{
    order: 1;
}

/*alpino_box 設定*/
.alpino_box{
    margin-bottom: 40px;
}

.alpino_box:last-child{
    margin-bottom: 0px;
}

.alpino_img,.alpino_img_right{
    width: 70%;
}
.alpino_img img,.alpino_img_right img{
    width: 100%;
}

.alpino_text{
    margin-left: 30px;
    padding-top: 30px;
}
.alpino_text_left{
    margin-right: 30px;
    padding-top: 50px;
}
.alpino_sub_h3{
    font-size: 22px;
    color: #666;
    border-bottom: solid 3px #666;
    font-weight: bold;
    text-align: center;
}
.alpino_text .alpino_text_p_top{
    padding-top: 20px;
}
.alpino_text_left .alpino_text_p_top{
    padding-top: 20px;
}

/*alpino_lunch設定*/
.alpino_lunch_area{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.lunch_box{
    width: calc(95%/3);
    border: solid 2px #999;
    margin: 10px 3px;
    background: #fff;
    position:relative;
    padding: 10px 0px;
}

.lunch_title_h3{
    font-weight: bold;
    text-align: center;
    padding: 5px 0px;
}
.lunch_image{
    text-align: center;
}
.lunch_image img{
    width: 90%;
}
.lunch_store{
    padding-top: 5px;
}
.lunch_store ul{
    display: flex;
    list-style: none;
    margin: 0px 3px;
}
.lunch_store .food_li{
    width: 50%;
    border: solid 2px #d6cece;
    color: #666;
    font-weight: bold;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;

}
.lunch_store .store_name{
    flex: 1;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}
.lunch_store .store_name a{
    color: #666;
    font-weight: bold;
}
.lunch_store .store_name a:hover{
    color: #999;
}

/*
* レスポンシブデザイン
*/

@media screen and (min-width:480px) and ( max-width:700px){
    /*index.html yoga_category*/
    .yoga_category_area{
        flex-direction: column;
    }
    .yoga_box,.yoga_box2{
        width: 98%;
        display: flex;
        padding: 10px;
    }
    .yoga_text_area{
        width: 50%;
        order: 2;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .yoga_images{
        flex:1;
        order: 1;
    }
    .yoga_box2 .yoga_text_area{
        order: 1;
    }
    .yoga_box2 .yoga_images{
        order: 2;
    }
    .yoga_text .child_category_p{
        padding: 5px 10px 15px;
    }
    /*yoga,babytore,park スケジュール*/
    .tab_content{
        padding: 10px;
    }
    .div_table_area{
        padding: 0px;
    }
    .div_table_width_td{
        padding: 0px;
    }
    /*alpino*/
    .alpino_img,.alpino_img_right{
        display: flex;
        align-items: center;
    }
    .alpino_img,.alpino_img_right{
        padding-top: 20px;
    }
    .alpino_text,.alpino_text_left{
        padding-top: 0px;
    }
    .alpino_lunch_area{
        flex-direction: column;
    }
    .lunch_box{
        width: 98%;
        display: flex;
        padding: 10px;
    }
    .lunch_image{
        width: 200px;
    }
    .lunch_text{
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
    }
    .lunch_store{
        width: 200px;
        margin: 0px auto;
    }
}
@media screen and (max-width: 480px) {
    .yoga_category{
        margin: 10px 0px;
    }
    .yoga_category_area{
        margin: 0px;
    }
    .yoga_box,.yoga_box2{
        width: 100%;
    }

    /*schedule 設定*/
    .alpino_schedule, .alpino, .alpino_lunch, .yoga_schedule{
        margin-top: 10px;
        padding: 0px;
    }

    .alpeino_schedule_area, .alpino_area, .alpino_lunch_area, .yoga_schedule_area{
        margin: 0px;
        padding: 10px 0px;
    }
    .tabs{
        padding-bottom: 10px;
    }
    .tab_content{
        padding: 10px;
        margin: 0px;
    }
    .schedule_th{
        width: 50px;
    }
    .schedule_td p{
        font-size: 14px;
    }

    /*alpino*/
    .alpino_box{
        flex-direction: column;
    }
    .alpino_img{
        margin: 0px auto;
    }
    .alpino_text{
        margin: 0px;
        padding: 0px;
    }
    .alpino_img_right{
        margin: 0px auto;
        order: 1;
    }
    .alpino_text_left{
        margin: 0px;
        padding: 0px;
        order: 2;
    }
    .alpino_lunch_area{
        flex-direction: column;
    }
    .lunch_box{
        width: 100%;
    }
    .lunch_store{
        padding: 0px 10px;
    }
}