﻿@charset "utf-8";
/* CSS Document */
/* color */
.txt_color_nomal{color: #333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #a74022} /* メインカラー */
.txt_color2{color: #ececec} /* サブカラー */
.txt_color3{color: #4a250b} /* アクセントカラー1 */
.txt_color4{color: #fff0e4} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #a74022} /* メインカラー */
.bg_color2{background-color: #161616} /* サブカラー */
.bg_color3{background-color: #4a250b} /* アクセントカラー1 */
.bg_color4{background-color: #fff0e4} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #a74022}
.border_color2{border-color: #ececec}
.border_color3{border-color: #4a250b}
.border_color4{border-color: #fff0e4}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #a74022} /* メインカラー */
.hvr_txt_color2:hover{color: #ececec} /* サブカラー */
.hvr_txt_color3:hover{color: #4a250b} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #fff0e4} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #a74022} /* メインカラー */
.hvr_bg_color2:hover{background-color: #ececec} /* サブカラー */
.hvr_bg_color3:hover{background-color: #4a250b} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #fff0e4} /* アクセントカラー2 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #a74022 }
.hvr_border_color2:hover{border-color: #ececec}
.hvr_border_color3:hover{border-color: #4a250b}
.hvr_border_color4:hover{border-color: #fff0e4}





#contents2::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color:#ffffff00;
    z-index: 1;
}


#contents2 .txt_white {
    color: white;
    font-weight: bold;
}

#contents3{
    background-image: url(dup/img/back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

#contents3 .d_flex {
    background-color: #ffffffa6;
    padding: 17px;
}

#footer h2{
    color: white;
}


#footer p{
    color: white;
}

#contents2 .width_1280-max  {
    background-color: #ffffff57;
}


#contents2 .txt_vertical {
   font-weight: bold;
}

#contents_wrap {
   text-orientation: upright;

}