﻿@font-face {
font-family: "gennei";
  src: url("./Dup/default/gennei.ttf") format("ttf"),url("./Dup/default/gennei.eot") format("eot"),url("./Dup/default/gennei.woff") format("woff"),url("./Dup/default/gennei.woff2") format("woff2");
}
@font-face {
font-family: "birdsrg";
  src: url("./Dup/default/birdsrg.ttf") format("ttf"),url("./Dup/default/birdsrg.eot") format("eot"),url("./Dup/default/birdsrg.woff") format("woff"),url("./Dup/default/birdsrg.woff2") format("woff2");
}
.font1{font-family: "gennei","sans-serif";}
.font2{font-family: "birdsrg","sans-serif";}
.under{text-decoration: underline;}
/*--------------------------自動リンク--------------------------*/
.linkStyle{color: #000; text-decoration: underline;font-weight: bold;}
.txt_color_nomal .linkStyle{color: #000;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block; margin-bottom: 20px;}
}

/* color */
body,.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #000} /* メインカラー */
.txt_color2{color: #333333} /* サブカラー */
.txt_color3{color: #000000} /* アクセントカラー1 */
.txt_color4{color: #e6e6e6} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #ffffff} /* メインカラー */
.bg_color2{background-color: #333333} /* サブカラー */
.bg_color3{background-color: #000000} /* アクセントカラー1 */
.bg_color4{background-color: #e6e6e6} /* アクセントカラー2 */
.bg_color5{background-color: #f3f3f3}
.bg_color_clear{background-color: transparent!important}

/* border-color ※!important */
.border_color1{border-color: #ffffff}
.border_color2{border-color: #333333}
.border_color3{border-color: #000000}
.border_color4{border-color: #e6e6e6}

.hvr_txt_color1:hover{color: #000} 


#contents h3,#contents figure{margin-bottom: 30px!important;}
#main_left #left_link{top: 60%;width: 60%!important;}
#page_title figure.mg_b-20px{margin-bottom: 0;}
#left_bar div{z-index: 1;}

/*--------------------------------
全体
--------------------------------*/
#link .txt_color1{color: #fff;}
#footer_txt.txt_white,#footer_txt a{color: #333333}
#footer_txt h3{font-family: "gennei","sans-serif";}
/*--------------------------------
TOP
--------------------------------*/
#contents h3{word-break: break-all;}
/*--------------------------------
下層
--------------------------------*/
#page_title{position: relative;}
#page_title:before{
content: "";
display: block;
background-color: #000;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
opacity: 0.7;
} 
#page_title figure,#page_title h2{position: relative;}
.cate_list a{background-color: #000!important;}
#link_bt.links_bt{bottom: 100%;}

#cms_4-b .cate_box{margin: 0 auto;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
#cms_2-c .cate_txt2 a,#cms_4-b .cate_txt2 a{padding-bottom: 5px;}
}

/*タブレット以上（769px以上）
--------------------------------------------------------------------------*/
@media  screen and (min-width: 769px){
#main_right header, #page_title{ padding-right: 0; }
#main_right main #page_container{ padding-right: 5%; }
#page_title{padding-left: 0;}
#main_img{
width: 100%!important;
height: 100%!important;
}
}
@media  screen and (max-width: 1200px){
#main_img{
width: 100%!important;
height: auto!important;
}
}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
header #top_header .tel_bt a, header #top_header .intro_bt a{background-color: #ccc;}
#top_link{ margin-top: 0; margin-bottom: 50px; }
#main_menu .swiper-container{padding-top: 5px;}

#intro .txt_white{color: #000;}

#main_img{
width: 100%!important;
height: 100%!important;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#top_link .links_bt{ width: 60%!important;}
}