﻿.back1:before{
    background-image: url(dup/img/back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -3;
}

.back2:before{
    background-image: url(dup/img/back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -3;
}

footer{
    background-image: url(dup/img/back.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    z-index: -3;
}


@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #92c366} /* メインカラー */
.txt_color2{color: #CDB6BC} /* サブカラー */
.txt_color3{color: #333333} /* アクセントカラー1 */
.txt_color4{color: #ddc0b1} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #ddc0b1} /* メインカラー */
.bg_color2{background-color: #CDB6BC} /* サブカラー */
.bg_color3{background-color: #C45F2C} /* アクセントカラー1 */
.bg_color4{background-color: #ddc0b1} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #ddc0b1}
.border_color2{border-color: #CDB6BC}
.border_color3{border-color: #C45F2C}
.border_color4{border-color: #ddc0b1}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #ddc0b1} /* メインカラー */
.hvr_txt_color2:hover{color: #CDB6BC} /* サブカラー */
.hvr_txt_color3:hover{color: #C45F2C} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ddc0b1} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #ddc0b1} /* メインカラー */
.hvr_bg_color2:hover{background-color: #CDB6BC} /* サブカラー */
.hvr_bg_color3:hover{background-color: #C45F2C} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ddc0b1} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #ddc0b1}
.hvr_border_color2:hover{border-color: #CDB6BC}
.hvr_border_color3:hover{border-color: #C45F2C}
.hvr_border_color4:hover{border-color: #ddc0b1}



.cms_5-a {
    background-color: rgb(255 255 255 / 30%);
} 



.part1{
    vertical-align: bottom;
    width: 40%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 8%;
    background-repeat: no-repeat;
    bottom: 69%;
}




.part2{
    vertical-align: bottom;
    width: 40%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 30%;
    background-repeat: no-repeat;
    bottom: 7%;
}

@media screen and (max-width: 375px){ 
.part2 {
    vertical-align: bottom;
    width: 78%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 12%;
    background-repeat: no-repeat;
    bottom: 7%;
}
    
.part1 {
   display: none;
}
    
}


@media screen and (max-width: 414px){ 
.part2 {
    vertical-align: bottom;
    width: 78%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 12%;
    background-repeat: no-repeat;
    bottom: 7%;
}
    
.part1 {
    display: none;
}
    
}

@media screen and (max-width: 820px){ 
.part1 {
    vertical-align: bottom;
    width: 40%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 8%;
    background-repeat: no-repeat;
    bottom: 81%;
}}

@media screen and (max-width: 768px){
.part1 {
    vertical-align: bottom;
    width: 40%;
    height: auto;
    /* position: relative; */
    position: absolute;
    z-index: 1;
    right: 8%;
    background-repeat: no-repeat;
    bottom: 94%;
}}

ul li{
    font-weight: bold;
}

@media screen and (max-width: 414px){ 
.page_title_box h2{
    font-size: 17px;
}
    
 .tel_box a {
    font-size: 17px;
}
    
}


@media screen and (max-width: 375px){ 
.page_title_box h2{
    font-size: 15px;
}}