﻿/* フォント */
@font-face {
font-family: "RM1c_med";
  src: url("./Dup/img/RM1c_med.ttf") format("ttf"),url("./Dup/img/RM1c_med.eot") format("eot"),url("./Dup/img/RM1c_med.woff") format("woff"),url("./Dup/img/RM1c_med.woff2") format("woff2");
}
.font_en{ font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;}
.font1{font-family: "RM1c_med","sans-serif";}

/* ヘッダーページタイトル横線 */
#main_menu ul li a::before{background-color: #417da5;}
/* ハンバーガーメニュー */
.hamburger__icon.bg_color1, .hamburger__icon.bg_color1:before, .hamburger__icon.bg_color1:after{background-color: 色;}
.active .hamburger__icon.bg_color1{background-color: transparent;}
.active .hamburger__icon.bg_color1:before,.active .hamburger__icon.bg_color1:after{background-color: 色;}
/* SNSリンク */
.link_box li{margin-right: 3%;}
.link_box li:last-of-type{margin-right: 0;}
/* タイトル横線 */
.cms_title::before,#page_title .page_box::before{background-color: rgba(65,125,165,0.5);}
/* お問い合わせボタン hover */
.button:hover::after{box-shadow: inset 0 0 0 15em #417da5;}
/* フッター電話ボタン */
.foot_tel_bt a{position: relative;z-index: 0;}
/* SNSリンク */
.link_box li{margin-right: 3%;}
.link_box li:last-of-type{margin-right: 0;}

body{
background-image: url(./Dup/img/bg.jpg);
background-size: 50%;
}
footer{background-color: #f7f6f0}
/*--------------------------------
疑似要素に画像
--------------------------------*/
.txt2{position: relative;}
/*リピートなし*/
.txt2:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.txt2:before{
background-image: url(./Dup/img/obj1.png);
width: 50px;
height: 50px;
top:-60px;
left: 50%;
-ms-transform: translate(-50%,0);
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
/*--------------------------------
TOP
--------------------------------*/
#video{ height: 100vh; }
#video video{
width: auto!important;
height: 100%;
top: 50%;
left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.txt1{width: 80%;}
#contents2{background-color: #f7f6f0}
/*--------------------------------
下層
--------------------------------*/
/* カテゴリーリンクボタン hover */
.button2:hover{box-shadow: none;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.tel_bt a,.foot_tel_bt a{padding-bottom: 10px;}
.more a{padding-bottom: 5px;}
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
.hamburger{top: 20px;}
footer .link_box li{max-width: 40px;}
.logo img.width_300-max{max-width: 250px;}

.main_box{padding-top: 60px;}

#video{ height: 40vh; }
#video video{
width: 100%!important;
height: auto;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
body{background-size: 100%;}
.hamburger{top: 18px;}
.logo{text-align: center;}
#logo.width_300-max{max-width: 230px;}
.logo img.width_300-max{max-width: 230px;}

#video{ height: 31vh; }
}

/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #ff9b0a; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #ff9b0a;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #417da5;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #417da5;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------カラー--------------------------*/
body,.txt_color_nomal{color: #4d4d4d;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #417da5} /* メインカラー */
.txt_color2{color: #b9dceb} /* サブカラー */
.txt_color3{color: #ff9b0a} /* アクセントカラー1 */
.txt_color4{color: #ebe1be} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #417da5} /* メインカラー */
.bg_color2{background-color: #b9dceb} /* サブカラー */
.bg_color3{background-color: #ff9b0a} /* アクセントカラー1 */
.bg_color4{background-color: #ebe1be} /* アクセントカラー2 */
.bg_color5{background-color: #e6f0fa}
.bg_color6{background-color: #f7f6f0}
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #417da5}
.border_color2{border-color: #b9dceb}
.border_color3{border-color: #ff9b0a}
.border_color4{border-color: #ebe1be}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #4d4d4d;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #417da5} /* メインカラー */
.hvr_txt_color2:hover{color: #b9dceb} /* サブカラー */
.hvr_txt_color3:hover{color: #ff9b0a} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ebe1be} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #417da5} /* メインカラー */
.hvr_bg_color2:hover{background-color: #b9dceb} /* サブカラー */
.hvr_bg_color3:hover{background-color: #ff9b0a} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ebe1be} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #417da5}
.hvr_border_color2:hover{border-color: #b9dceb}
.hvr_border_color3:hover{border-color: #ff9b0a}
.hvr_border_color4:hover{border-color: #ebe1be}