﻿#contents{
        background-color: #efefef;
}

.bg_color1 {
    background-color: #342b2b;
}

.svg_box, .svg_box2{
    display: none !important;
}

.border_color3 {
    border-color: #d6d5d5;
}

#intro_txt h2{
        font-weight: bold;
    color: black;
    letter-spacing: 0.1em;
    font-size: 24px;
}

.txt_color1 {
    color: #000000;
}

header #header #header_menu li:last-child a span {
    background-color: black;
    color: white;
}

header #header #header_menu li:last-child a span:hover{
    background-color: #c32f35;
}

#fakeloader{
    background-color: #ffffff !important;
}

#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 300px!important;
}

#main_img{
    position: relative;
}

#main_img:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/font.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: 40%;
    pointer-events: none;
    z-index: 2;
}

#page_title {
    background-position: center;
}

.txt_color3 {
    color: #000000;
}

.font_20 {
    font-size: 24px;
}


h2, h3{
    font-weight: bold;
}


#contents .box_wrap{
    padding-top: 60px;
}

#intro_txt h2 span.fadein {
    border: none;
    position: relative;
    display: block;
}

#intro_txt h2, #contents h3{
    position: relative;
}

#contents h3{
    padding-bottom: 20px;
}

#intro_txt h2 span.sen{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #c32f35;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    pointer-events: none;
}

#contents h3 span.sen{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0%;
    background-color: #c32f35;
    pointer-events: none;
    transform-origin: left;
}

#contents h3:first-letter{
    color:#c53338;
}

#cms_3-e .cate_title{
    color:black;
}

#cms_3-e .cate_title:first-letter{
    color:#c53338;
}


/*-------アニメ start-------*/

.fadein{
     opacity: 0;
     transform: translateY(20px);
     transition: 0.7s;
     transition-property: opacity,transform;
}

.fadein.fadetrans{
     opacity: 1;
     transform: none
}

.fadein2{
     transition: 0.7s;
     transition-property: opacity,transform;
     transition-delay: 0.7s;
}

.fadein2.fadetrans{
    animation: sen 0.2s ease-in forwards;
    animation-delay: 0.8s;
}



@keyframes sen {
    0% { }
  100% { width: 200px;}
}

#contents h3 span{
    animation-delay: 0.3s;
}


/*-------アニメ end-------*/


.border_color4 {
    border-color: #dfdfdf;
}

.eye{
    text-align: center;
        margin-top: 60px;
    margin-bottom: 60px;
}

.eye img{
    max-width: 455px;
}

.hvr_txt_color3:hover {
    color: #c32f35;
}

#filter_white{
        background-color: rgba(0,0,0,0.15) !important;
}

#page_title h2 span{
        background-color: rgba(10, 10, 10, 0.25) !important;
        font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.3em;
}

#page_title h2 span:first-letter{}

.bg_color3 {
    background-color: #d6d5d5;
}


.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    background-color: rgb(0, 0, 0) !important;
}

.cate_list li a {
    background-color: #f7f7f7;
}

.txt_color2 {
    color: #ffffff;
}

.hvr_bg_color2:hover {
    background-color: #bfbfbf;
}
.hvr_txt_color1:hover {
    color: #ffffff;
}

#tel_contact{
        margin-bottom: 0;
    border-bottom: none;
}

.hvr_border_color3:hover {
    border-color: #d6d5d5;
}

.linkStyle{color: #bc3339;}

.btn_pare{
        border-left: 1px solid black;
    border-right: 1px solid black;
}

body, .txt_color_nomal {
    color: #282828;
}


#page9 p a{
        background-color: #afafaf;
}

.hvr_border_color3:hover {
    border-color: #c22c32;
}
.hvr_bg_color3:hover {
    background-color: #c1272d;
}


.border_color1 {
    border-color: #525252;
}

#info_title_box span{
    color:#232323;
    display: none;
}

#info_title_box:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(./Dup/img/info.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50% , -50%);
    transform: translate(-50% , -50%);
    background-size: contain;
    pointer-events: none;
}

@media all and (-ms-high-contrast: none){
  
  .cate_list li a {
    padding-bottom: 3px;
}


#page8 #tel_contact2 p a {
    padding: 26px 20px 17px;
}


}




/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){

header #header #header_menu li {
    width: auto;
}

#top_cms{
    margin-top: 80px;
}

}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){

#intro #intro_txt {
        padding-top: 60px;
}

header{
    padding-bottom: 0;
}

#main_img {
    padding-top: 5px;
    margin-top: 60px;
}


#main_img:before{
    background-size: 60%;
}


#copyright{
    text-align: left;
    padding-left: 10px;
}

#page_title h2 span {
    font-size: 21px;
}

.eye {
    padding: 0 20px;
}

}