﻿
/* color */
body, .txt_color_nomal{color: #212121;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #603813} /* メインカラー */
.txt_color2{color: #efebe7} /* サブカラー */
.txt_color3{color: #a89d73} /* アクセントカラー1 */
.txt_color4{color: #E4E2D5} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #6ad4fd} /* メインカラー */
.bg_color2{background-color: #efebe7} /* サブカラー */
.bg_color3{background-color: #ffcb02} /* アクセントカラー1 */
.bg_color4{background-color: #E4E2D5} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #f3ab08}
.border_color2{border-color: #efebe7}
.border_color3{border-color: #007aff}
.border_color4{border-color: #E4E2D5}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #212121;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #0273ff} /* メインカラー */
.hvr_txt_color2:hover{color: #efebe7} /* サブカラー */
.hvr_txt_color3:hover{color: #a89d73} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #E4E2D5} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #007aff} /* メインカラー */
.hvr_bg_color2:hover{background-color: #efebe7} /* サブカラー */
.hvr_bg_color3:hover{background-color: #a89d73} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #E4E2D5} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #007aff}
.hvr_border_color2:hover{border-color: #efebe7}
.hvr_border_color3:hover{border-color: #a89d73}
.hvr_border_color4:hover{border-color: #E4E2D5}


.sample{
    vertical-align: bottom;
    width: 31%;
    height: auto;
    position: absolute;
    z-index: 5;
    LEFT: 11%;
    BOTTOM: 3%;
    top: 50%;
}

.sample2{
    vertical-align: bottom;
    width: 31%;
    height: auto;
    position: absolute;
    z-index: 5;
    LEFT: 72%;
    BOTTOM: 3%;
    top: 0%;
}

.bg_color4 {
    background-color: #cce2ff;
}

#contents3{
    background-color: #d6e5cf;
}

#contents3 h3 {
    color: #603813;
}
#contents3 p{
    color: #603813;
}

body{font-weight: bold;}


.width_200-max{
    width: 100%;
    max-width: 300px;
}











@media screen and (max-width: 375px){
.sample {
    vertical-align: bottom;
    width: 31%;
    height: auto;
    position: absolute;
    z-index: 5;
    LEFT: 0%;
    BOTTOM: 3%;
    top: 31%;
}


.sample2 {
    vertical-align: bottom;
    width: 28%;
    height: auto;
    position: absolute;
    z-index: 5;
    LEFT: 71%;
    BOTTOM: 80%;
    top: 116px;
}
    
    
.hamburger {
    top: 8px;
    right: 11px;
}
    
}


/*----スマフォロゴ------*/
@media screen and (max-width: 667px){
#logo{display: none;}
.hamburger {
    top: 8px;
    right: 11px;
}
     }
 
 /*----------*/
 
 
 @media screen and (max-width: 414px){
.sample {
    vertical-align: bottom;
    width: 31%;
    height: auto;
    position: absolute;
    z-index: 5;
    LEFT: 0%;
    BOTTOM: 3%;
    top: 25%;
}


.sample2 {
    vertical-align: bottom;
    width: 28%;
    height: auto;
    position: absolute;
    z-index: 5;
    LEFT: 71%;
    BOTTOM: 80%;
    top: 116px;
}
    
 
    
}


.tel_bt a{
    color: #007aff;
}

#main_menu ul li a{
    color: #2e3846;
    font-size: 18px;
}


.button::after{
    color: #007aff;
}

@media screen and (max-width: 667px){
.width_200-max_sp {
    width: 100%;
    max-width: 215px;
}}