﻿@import url('https://fonts.googleapis.com/css?family=Kosugi&display=swap');
body{
	font-family:"Kosugi", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}


.linkStyle{
	color:#;
}
.linkStyle:hover{
	color:#;
	opacity: 0.7;
	transition: all 0.5s;
}


#video{ max-height: 78vh; }
#video video{
    width:100% !important;
    height:auto ;
vertical-align: bottom;
}

/* design */

body, .txt_color_nomal{color:#555;}
/*header{background-image:url(../dup/img/head_bg.png);background-position:center center;background-size:auto 120%;}*/
header.bg_white,#header{background-color:#fffff1;box-shadow:0 5px 10px rgba(0,0,0,0.15);}
#contents h2{color:#f78816;}
.txt_color1{color:#96c111;}


/*　スマホ　*/
@media screen and (max-width: 667px){
#logo{
    width: 55%!important;
}
#sp_nav ul li:last-child a{
    padding-right: 15px;
    padding-left: 15px;
}
}