﻿@charset "utf-8";
/* CSS Document */
/* color */
.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #537e5c} /* メインカラー */
.txt_color2{color: #caf9c5} /* サブカラー */
.txt_color3{color: #fdb927} /* アクセントカラー1 */
.txt_color4{color: #ffdfa6} /* アクセントカラー2 */
.txt_color5{color: #0d2011} /* アクセントカラー5 */


/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #537e5c} /* メインカラー */
.bg_color2{background-color: #caf9c5} /* サブカラー */
.bg_color3{background-color: #fdb927} /* アクセントカラー1 */
.bg_color4{background-color: #ffdfa6} /* アクセントカラー2 */
.txt_color5{color: #0d2011} /* アクセントカラー5 */

/* border-color ※!important */
.border_color1{border-color: #537e5c}
.border_color2{border-color: #caf9c5}
.border_color3{border-color: #fdb927}
.border_color4{border-color: #ffdfa6}
.txt_color5{color: #0d2011} /* アクセントカラー5 */


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #537e5c} /* メインカラー */
.hvr_txt_color2:hover{color: #caf9c5} /* サブカラー */
.hvr_txt_color3:hover{color: #fdb927} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ffdfa6} /* アクセントカラー2 */
.txt_color5{color: #0d2011} /* アクセントカラー5 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #537e5c} /* メインカラー */
.hvr_bg_color2:hover{background-color: #caf9c5} /* サブカラー */
.hvr_bg_color3:hover{background-color: #fdb927} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ffdfa6} /* アクセントカラー2 */
.txt_color5{color: #0d2011} /* アクセントカラー5 */

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #537e5c}
.hvr_border_color2:hover{border-color: #caf9c5}
.hvr_border_color3:hover{border-color: #fdb927}
.txt_color5{color: #0d2011} /* アクセントカラー5 */

.footer_nav li a{color: #0d2011}



.width_150-max{
    width: 100%;
    max-width: 300px;
}

#contents3 p{
    font-size: 15px;
}

.width_100-max {
    width: 100%;
    max-width: 200px;
}

@media screen and (max-width: 667px){
.footer_bottom{
    padding-bottom: 70px;
}


}


#foot_banner{
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    max-width: 200px;
    z-index: 2;
    bottom: 10px;
    right: 64px;
}

.bnr {
    vertical-align: bottom;
    height: auto;
    width: 248px;
}

#page-tel{
   bottom: 9px;
    PADDING-RIGHT: 55PX;
}


@media screen and (max-width: 667px){
#foot_banner {
    font-size: 16px;
    text-align: center;
    padding-top: 30px;
    box-sizing: border-box;
    max-width: 200px;
    z-index: 2;
    
    right: 108px;
}
#page-tel{
   bottom: 9px;
    PADDING-RIGHT: 55PX;
        bottom: 10px!important;
}
#page-top{
   
        bottom: 10px!important;
}
}
