﻿#logo img{
    width: 100% !important;
    
}

#video{
height:90vh;
}

#logo{
margin-top: 30px;
}

.all_header #logo {
    width: 15%!important;
 margin-top: 0px;
}



.is-show #logo{
width: 15%!important;
 margin-top: 0px;
}

#contents .back_color2::after {
    background-color: rgba(13,80,114,0.1);
}

#contents h2 {
    color: white;
}

#top_cms .cms_title .title_box {
    background-color: rgba(255,255,255,0.2);
}

#page_title .back_color2 {
    background-color: rgba(255,255,255,0.15);
}

#cms_2-c .cate_box{
padding:2% 0;
}

#page8 p a.hvr_txt_color1:hover{
color:white;
}

#main_img{
min-width:1280px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#logo{
margin-top: 0px;
}

#video{
height:40vh;
}


#main_img{
min-width:auto;
}

}

@media screen and (max-width: 667px){
.all_header #logo {
    width: 30%!important;
}

#cms_2-c .cate_box{
padding:5% 0;
}

#video{
height:30vh;
}

.is-show #logo {
    width: 30%!important;
    margin-top: 0px;
}

#intro{
margin:0;
}

}