﻿/* all page */
/* color */
.txt_color_nomal{color: #111111;}
.txt_white{color: #111111;}
.txt_color1{color: #0e0e0e;} /* メインカラー */
.txt_color2{color: #eeeeee;} /* サブカラー */
.txt_color3{color: #a9453c;} /* アクセントカラー1 */
.txt_color4{color: #f2f2f2} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #fff;} /* メインカラー */
.bg_color2{background-color: #eeeeee;} /* サブカラー */
.bg_color3{background-color: #a9453c;} /* アクセントカラー1 */
.bg_color4{background-color: #f2f2f2} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: 15152b;}
.border_color2{border-color: #e2e2e2;}
.border_color3{border-color: #a9453c;}
.border_color4{border-color: #f2f2f2}

.hvr_bg_color3:hover{background-color: #a9453c;} /* アクセントカラー1 */

.linkStyle{
    color: #333;
    text-decoration: underline;
}
#loader {
    background-color: #ccc;
}

/* top ----------------*/
body .grid-bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body .grid-bg .grid-bg-inner{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	clip-path: inset(0px 0px);
}
body .grid-bg .grid-bg-inner:after {
    content: '';
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #e2e2e2 1px, transparent 0), linear-gradient(#e2e2e2 1px, transparent 0);
    background-position: center center;
    background-size: 30px 30px;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
	z-index: 0;
}
body::before {
    background-color: #c3c3c3;
}
#intro, #contents, #page_title{
	background-image: none !important;
}
#intro::after, #contents::after {
    display: none;
}


/* header */
header {
    border-bottom: 5px solid #a9453c;
	background-color: #fff;
}
header .sns_links li {
    width: 40px;
}
#main_contents #main_menu li::before {
    border: 2px solid #111111;
}
#main_contents #main_menu li::after {
    border-bottom: 1px solid #111111;
}
#main_contents::after {
    display: none;
}
#header h1 a img{
	max-width: 150px;
}


/* main img */
#main_contents #main_img {
    box-shadow: none;
}

/* main */
/* intro */
#intro{
	background-color: #dfdfdf;
}
#intro .more a {
    border: 2px solid #111111;
	padding: 10px;
}
#intro .more a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f0da";
	margin-left: 10px;
}
#intro .more a img{
	display: none;
}
#intro::before{
	content: "";
	background-image: url("./Dup/img/car.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 1200px;
	width: 1200px;
	height: 1000px;
	position: absolute;
	top: -1vw;
	left: -5vw;
}

/* contents */
#contents{
	background-color: #959595;
}
#contents h3,#contents h4,#contents p{
	color: #fff;
}
#contents h3 span {
    border-top: 5px solid #fff;
}
#contents figure {
    box-shadow: none;
	border-radius: 50%;
	border: 3px solid #fff;
}
#contents h4 {
    transform: translateY(-30px);
    border-radius: 30px;
    text-align: center;
    margin: 0 auto;
}
#contents p {
    transform: translateY(-10px);
}

/* topcms */
#top_cms .top_cms_box > .cms_wrap{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}
#top_cms .more a {
    border: 2px solid #111111;
	padding: 10px;
}
#top_cms .more a::after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
    content: "\f0da";
	margin-left: 10px;
}
#top_cms .more a img{
	display: none;
}

/* contents_link */
#contents_link a span {
    font-weight: bold;
}
#contents_link a h4 {
    border: 1px solid #111111;
}
#contents_link a::after {
    background-color: rgba(255,255,255,0.40);
}

/* footer */


/* under page */
#page07, #page08, #page09, #page10 {
    border-top: 1px solid #fff;
    background-color: #fff;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */
#page07 .box {
    border-bottom: 2px solid rgba(0,0,0,0.20);
}
#page07 .box p{
    font-family: "Yu Gothic Medium", YuGothic, "游ゴシック Medium", "游ゴシック体","ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* page8 */
#page08 .tel_box a{
    padding: 0;
}

/* page9 */

/* page10 */
#page10 .grid_4 a span.font_24 {
    text-shadow: none;
}

/* IE */
@media all and (-ms-high-contrast: none){
    body .grid-bg{
        display: none;
    }
    #main_contents #main_menu li a{
        padding-top: 10px;
    }
    .cate_list a{
        padding-bottom: 5px;
    }
    #page_title h2 span{
        padding: 20px 10px 0 10px;
    }
    
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #main_nav #menu_bg span {
        background-image: none !important;
    }
    #menu_bt > div span {
        background-color: #15152b;
    }
    #top_cms .top_cms_title h3 span {
        border-top: none;
        padding: 10px 0px 0px 10px;
    }
    #footer > div div h3{
        font-size: 40px;
    }
    #page10 .grid_4 a span.font_24 {
        letter-spacing: 0.8px;
        font-size: 20px;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #header{
        padding: 10px;
    }
    #header h1 a img {
        max-width: 100px;
    }
    .pager li a:hover{
        background-color: transparent;
    }
    
}

