@charset "UTF-8";

/*完全予約制*/
#reserve + .contents_box01 .inner_item_img img,
#location +  .contents_box01 .inner_item_img img  {
    box-shadow: 8px 8px 0px 1px rgb(255, 255, 255);
}

#reserve_btn + .contents_btn01 a span{
    font-weight: bold;
}
#reserve + .contents_box01 .heading.block_header_2 .h {
    border-bottom: none;
}

@media screen and (max-width: 600px){
    .contents_box01 .inner_item_img{
        width: 90%;
        margin: 0 auto 20px;
    }
    #reserve + .contents_box01 .inner_item_txt .heading{
        margin-bottom: 0px;
    }
}

/*サービス ボックスエリア*/
#lesson + .hp {
    border-top: 5px solid #fff;
}
#lesson + .hp .heading.block_header_6 .h {
    color: #fff !important;
}
#lesson + .hp .heading.block_header_6 .h::before{
    background:  #fff !important;
}

/*1個目*/
#lesson_1 + .composite_box01.block_images_14 .inner_item:nth-of-type(1),
#lesson_2 + .composite_box01.block_images_14 .inner_item:nth-of-type(1) {
    border: 8px double #BF0D3E;
    border-radius: 10px;
}
@media screen and (max-width: 600px){
    #lesson_1 + .composite_box01.block_images_14 .inner_item:nth-of-type(1),
    #lesson_2 + .composite_box01.block_images_14 .inner_item:nth-of-type(1) {
            width: 100% !important;
    }
}
/*２個目*/
#lesson_1 + .composite_box01.block_images_14 .inner_item:nth-of-type(2),
#lesson_2 + .composite_box01.block_images_14 .inner_item:nth-of-type(2) {
    border: 8px double #fcda01;
    border-radius: 10px;
}
#lesson_1 + .composite_box01.block_images_14 .heading.block_header_4 .h:nth-of-type(2){
    color: #d7333a !important;
}
@media screen and (max-width: 600px){
    #lesson_1 + .composite_box01.block_images_14 .inner_item:nth-of-type(2),
    #lesson_2 + .composite_box01.block_images_14 .inner_item:nth-of-type(2) {
        width: 100% !important;
        margin-left: 0 !important;
    }
}

/*３個目*/
#lesson_1 + .composite_box01.block_images_14 .inner_item:nth-of-type(3),
#lesson_2 + .composite_box01.block_images_14 .inner_item:nth-of-type(3) {
    border: 8px double #004aae;
    border-radius: 10px;
}
@media screen and (max-width: 600px){
    #lesson_1 + .composite_box01.block_images_14 .inner_item:nth-of-type(3),
    #lesson_2 + .composite_box01.block_images_14 .inner_item:nth-of-type(3) {
        width: 100% !important;
}
}

#schedule + .composite_box01.block_images_7 .inner_item_txt{
    background: rgba(1, 32, 104, 0.6);
}
#schedule +.composite_box01.block_images_7 .inner_item{
    margin-bottom: 10px !important;
}

/*お知らせ一覧*/
#top_news + .block_news_1 .content_wrapper {
}

#top_news + .block_news_1 {
    border-top: 5px solid #fff;
}
#top_news + .block_news_1 .contents_btn01 a {
    background: #fff;
}
#top_news + .block_news_1 .contents_btn01 a:hover {
    opacity: 0.6;
}
#top_news + .block_news_1 .contents_btn01 a span{
    color: #5f3db5;
}
