﻿.bg_color1 {
    background-color: #0f2f4c;
    background-image: url(./Dup/img/back.jpg);
}

.border_color1 {
    border-color: #3d77c5;
}

.bg_color3 {
    background-color: #600f3f;
}

#cms_5-a h4, #cms_5-a p{
color:black;
}

.txt_color2 {
    color: #9fd8f3;
}

/*----------以下ビデオ-------------*/

#video{
height:100vh;
}

#main_img{
min-width:1280px;
}

#cms_1-e .date{
background-color:black;
color:white;
}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

#video {
    height: 80vh;
}

#main_img {
    min-width: auto;
}

.video{
width:auto !important;
}

#pc_nav {
  display:none;
}

.scroll_d{
display:none;
}


#contents1{
padding-top:50px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#main_img{
min-width:100%;
}

header h1 img{
max-width: 70px !important;
}



header.height80vh_sp {
    height: 37vh !important;
}

#video {
    height: 35vh;
}

.video{
width:100% !important;
}

header {
    height: 0vh !important;
}

}
