﻿@charset "utf-8";

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #87d687; 
    --color2: #eff9ed; 
    --color3: #fcfaf5; 
    --color4: #b1e8b1; 
    --black: #423f3f; 
    --color5: #84c971;
    --linkStyle:#69a860;
}

.txt_red, .hvr_txt_red:hover{color: #C12326;}
.txt_gray, .hvr_txt_gray:hover{color: #ccc}
.txt_color1, .hvr_txt_color1:hover{color: var(--color1)} /* メインカラー */
.txt_color2, .hvr_txt_color2:hover{color: var(--color2)} /* サブカラー */
.txt_color3, .hvr_txt_color3:hover{color: var(--color3)} /* アクセントカラー1 */
.txt_color4, .hvr_txt_color4:hover{color: var(--color4)} /* アクセントカラー2 */

/* background-color */
.bg_black, .hvr_bg_black:hover{background-color: var(--black)} /* 黒背景 */
.bg_gray, .hvr_bg_gray:hover{background-color: #ccc}
.bg_color1, .hvr_bg_color1:hover{background-color: var(--color1)} /* メインカラー */
.bg_color2, .hvr_bg_color2:hover{background-color: var(--color2)} /* サブカラー */
.bg_color3, .hvr_bg_color3:hover{background-color: var(--color3)} /* アクセントカラー1 */
.bg_color4, .hvr_bg_color4:hover{background-color: var(--color4)} /* アクセントカラー2 */
.bg_color_clear, .hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.border_black, .hvr_border_black:hover{border-color: var(--black)}
.border_gray, .hvr_border_gray:hover{border-color: #ccc}
.border_color1, .hvr_border_color1:hover{border-color: var(--color1)}
.border_color2, .hvr_border_color2:hover{border-color: var(--color2)}
.border_color3, .hvr_border_color3:hover{border-color: var(--color3)}
.border_color4, .hvr_border_color4:hover{border-color: var(--color4)}


.linkStyle{
	color:var(--color1);
}
.linkStyle:hover{
	color:var(--color1);
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

body,.font_2dw{
    font-size: 16px;
}

#mainwrap ,#wrap{
    min-width: 1200px;
    min-height: 700px;
}

#page-top{
    border-radius: 50px;
}
#page-top::before {
        top: 8px;
}

.head_tel{
    display: none;
}
/*nav*/
.menu_stick.txt_color2 ,#sp_nav .txt_color2{
        color: var(--color1);
}

#sp_nav li a{
    color:#4c413c;
}
#sp_nav .border_color2{
    border-color: var(--color4);
}
/*loading*/
    .loader_icon {
        width: 200px;
    }
/*footer*/
#footer .border_so1-t{
    border:none;
}
#footer_info .footer_tel.border_color2{
    border-color: var(--color4);
}
footer.bg_color3{
        background-color: var(--color2);
}


/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 0;
    right: 100px;
    z-index: 10;
    width: 37%;
    max-width: 220px;
    margin: auto;
    transition: opacity 0.8s, transform 0.8s;
    opacity: 0;
    transform: translateY(20px); 
    pointer-events: none; 
}

.is-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important; 
}

#fix_bnr:hover{
    transform: translateY(0) scale(1.1) !important;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#mainwrap ,#wrap{
    min-width: auto;
}
/*loading*/
    .loader_icon {
        width: 150px;
    }
    
/*footer*/

#footer_info .info_txt_wrap{
    padding:50px 20px;
}

#fix_bnr{
    max-width: 180px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    /*loading*/
    .loader_icon {
        width: 100px;
    }
    /*header*/
        .mainwrap-r h1 {
        width: 110px;
    }
    /*footer*/
    
        .info_txt_wrap {
        margin-bottom: 0px;
    }
    
    
#fix_bnr {
    right: auto;
    left: 20px;
    margin: auto;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#main_img{
    background-image: url('/Files/img/main_bg.jpg');
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: center center;
  min-height: 700px;
}

.main_item1{
    bottom: 0;
    left: 0;
    width: 100vh;
    max-width: 1050px;
}
/*.main_item2{
        top: -6%;
    left: 50%;
    width: 30%;
    max-width: 430px;
    transform: translate(-50%, 0);
    
}*/

.main_item2 {
    top: -6%;
    left: 40%;
    width: 30%;
    z-index: 1;
    max-width: 430px;
    transform: translate(-50%, 0);
}

.main_item3{
    top: -10%;
    right: -20px;
    width: 45%;
    max-width: 700px;
}
.main_item4{
    bottom: 0;
    right: 7%;
    width: 15%;
    max-width: 180px;
}

.main_txt2{
    right: 21%;
    top: 13%;
    width: 10%;
    max-width: 36px;
}

.main_txt{
    right: 25%;
    top: 17%;
    width: 17%;
    max-width: 140px;
}

@media screen and (max-width: 1550px){
    
    .main_item2{
         width: 21.5%;
    }
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    #main_img{
        min-height: auto;
    }
.main_item1{
    width: 78vh;
            left: -5%;
}
.main_item2{
    width: 36%;
    left: auto;
    right: -5%;
    top: 37%;
    transform: translate(0, 0);
}
.main_item3{
        right: -20px;
}
.main_item4{
                 width: 18%; 
}
.main_txt2 {
    right: 33%;
        top: 8%;
        width: 9%;
        max-width: 36px;
}
.main_txt {
        right: 35%;
        top: 11%;
        width: 15%;
        max-width: 100px;
        transform: translate(-50%, 0);
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
        #main_img {
        height: 150vw;
        
        }
            .main_item1 {
                left: -18%;
                width: 142%;
        bottom: -5%;
    }
        .main_item2 {
             top: 42%;
            left: auto;
            right: -5%;
            transform: translate(0, -50%);
            width: 45%;
            }
        .main_item3 {
        right: -22%;
        top: -8%;
        width: 80%;
        max-width: 550px;
        }
        
        .main_item4 {
        width: 25%;
    }
    .main_txt{
        right: auto;
        top: 7%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 26%;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.con_title{
    color: var(--color5);
    font-weight: normal;
}
.cms_title h3{
    font-size: 32px;
    color: var(--color5);
    font-weight: normal;
}

.item1{
    top: -5%;
    right: 12%;
    width: 24%;
    max-width: 250px;
}
.item2{
    top: 19%;
    left: 20px;
    width: 29%;
    max-width: 290px;
    z-index: 1;
}
.item3{
    bottom: -1.5%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 28%;
    max-width: 260px;
}
.item4{
    top: -25%;
    width: 48%;
    left: 40%;
    max-width: 250px;
    transform: translate(-50%, 0);
}

.con3_wrap3.pd_b-100px{
    padding-bottom: 200px;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.con3_wrap3.pd_b-100px {
    padding-bottom: 150px;
}

.item1{
    top: auto;
    bottom: 0;
    right: auto;
    left: 18%;
}
.item2 {
    left: auto;
    right: 5%;
    top: 13%;
}

.item3 {
    bottom: -14px;
}
.item4 {
    left: 56%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
.cms_title p{
    font-size: 26px;
    color: var(--color5);
    font-weight: normal;
}
    .con1_txt_wrap {
        padding-bottom: 40vw;
    }
    .item1 {
        left: 10%;
        width: 36%;
    }
    
    .item2 {
        left: auto;
        right: -7%;
        top: 12vh;
        width: 39%;
    }
    .item3 {
        bottom: -14px;
        width: 47%;
    }
.item4 {
        top: -14vh;
        left: 50%;
    }
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#page_title .title_wrap.width_500-max{
    max-width: 650px;
}
#page_title .title_wrap h2{
    font-weight: normal;
    font-size: 50px;
}

.blogListPattern_item .border_color2{
        border-color: var(--color4);
}

/*お問い合わせ*/

.button a {
    background: var(--color1);
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    padding: 10px 25px 10px 10px;;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
}
.button a:hover {
    background: var(--color2);
    color: var(--color1);
}
.button a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color:var(--color1);
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    #page_title .title_wrap {
    top: 57%;
    }
    #page_title .title_img {
        height: 30vw;
    }
    #page_title .title_wrap h2{
    font-size: 36px;
}
    #page_title .title_wrap .mg_t-20px{
        margin-top: 10px;
    }
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #page_title .title_img {
        height: 200px;
    }
  #page_title .title_wrap h2{
    font-size: 30px;
}
    #page_title .title_wrap {
        margin-top: 0px;
    }
}


