﻿body, .txt_color_nomal {
    color: white;
}

header, .fat-nav ul{
background-image: url(./Dup/img/back.png);
    background-size: 200px;
 background-color: #d43612;
background-repeat:y-repeat;
}

header {
    background-image: url(./Dup/img/back.jpg);
    background-size: 590px;
    background-color: #d43612;
    background-repeat: repeat-y;
    background-position: bottom;
}

body {
        background-color: #2f140a;
font-size: 16px;
}

.txt_color1 {
    color: #e8d7c7;
}

.bg_color4 {
    background-color: #bb3a13;
    background-color: #d43612;
}

.txt_color3 {
    color: #f37b41;
}

.border_color1 {
    border-color: #928075;
}

header .border_color1 {
    border-color: #160a0a;
}

#main_menu .txt_color3, header .txt_color3{
color:white;
}

.jp{
display:none;
transition:all 5s ease-out;
}

#main_menu li a:hover .jp{
display:inline-block;
transition:all 5s ease-out;
}

#main_menu li a:hover .en{
display:none;
transition:all 5s ease-out;
}

.button:hover:after {
    box-shadow: inset 0 0 0 15em rgba(0,0,0,1);
}

footer .button:hover:after, .more .button:hover:after {
    box-shadow: inset 0 0 0 15em rgb(202, 77, 16);
}

.bg_color3 {
    background-color: #ecdfd1;
}

 .date {
    color: black;
}

.main_box{
    background-image: url(./Dup/img/right.png);
    background-size: 39%;
    background-repeat: no-repeat;
    background-position: bottom right;
}


#cms_3-e .cate_title{
color:black;
}
/*---------------cms titleの------------------*/

.cms_title {
    position: relative;
    padding-left: 0;
    box-sizing: border-box;
display:inline-block;
}

.cms_title:before {
    width: 140px;
    background-color: #e8d7c7;
    left: 140%;
}

#page_title .page_box {
    padding-left: 20px;
    display: inline-block;
}

#page_title .page_box::before {
    width: 180px;
    left: 120%;
background-color: #e8d7c7;
}

#cms_6-c .cate_box{
background-color: transparent !important;
border:1px white solid;
}

/*---------------cms titleの------------------*/


#cms_5-c .box_txt1::before {
    color: rgba(255,255,255,1);
}

#page9 p a {
    background-color: #cc3513;
}

.linkStyle{
color: #f37b41;
}

/*-------------20201225 start Xmas--------------*/

#main_menu .txt_color3, header .txt_color3 {
    margin-bottom: 13px;
}

/*-------------20201225 end Xmas--------------*/


@media all and (-ms-high-contrast: none){
  #contact_tel a{
padding-bottom:20px;
}

.pc_box .contact_bt a {
    padding: 13px 0 14px;
}

}


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#page_title{
overflow:hidden;
}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
 #contact_tel a{
font-size:18px;
}



}
