﻿/*■■ header ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#loading_logo {
    width: 40%;
    max-width: 160px;
}

#header {
    padding-bottom: 0px;
}

#header #logo {
    width: 10%;
    height: 10vw;
}

#header #logo a img {
        width: 100% !important;
}

#header .h_contents .tel_bt .hvr_txt_color3:hover {
        color: var(--color4);
}
#header-nav {
    display: none;
}

.contact_box {
    position: fixed;
    top: 0;
    right: 90px;
    z-index: 999;
}

#fix_menu {
    background-color: var(--color3);
}

#fix_menu::before {
    content: "";
    width: 13vw;
    height: 18vh;
    background-color: var(--color3);
    position: absolute;
    top: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
}

#fix_menu .sns_links li {
    height: 40px;
    width: 40px;
}

/* タブレット */
@media screen and (max-width: 768px){
    #header #logo {
        height: 75px;
    }
    #header, #fix_menu {
        top: 0;
    }
    
    #header #logo a img {
        width: 50% !important;
    }
    
    #fix_menu {
        padding: 39px 0 42px;
    }
    
    #fix_menu::before {
        width: 30vw;
        height: 17vh;
        top: -22%;
        right: -2%;
    }
    
    #fix_menu li {
        height: 45px;
    }
    
    .flex_space-between_tb {
            justify-content: center;
    }
    
    .overlay {
        top: 88px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #loading_logo {
        width: 30%;
        max-width: 140px;
    }
    
    #fix_menu {
        padding: 39px 0 36px;
    }
    
    #fix_menu::before {
        height: 21vh;
    }
    
    .button_container {
        top: -15px;
        bottom: 0px;
    }
    .overlay {
        top: 82px;
    }
}

/* スマホ 320px以下*/
@media screen and (max-width: 667px){
    #fix_menu::before {
        width: 56vw;
        height: 22vh;
    }
}

/*■■ 全体 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.h_contents::after {
    content: "";
    width: 100vw;
    height: 44px;
    background-color: var(--color3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}


/*■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.fv_bg {
    background-color: #a0a0a0;
    width: 100vw;
    height: 100vh;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}

.green {
    background-color: var(--color1);
    width: 20%;
    height: 100vh;
    top: 0%;
    left: 0;
    z-index: 99;
}

.yamada {
    height: 80%;
    width: auto;
    top: -2%;
    left: 10%;
    z-index: 99;
}

.yamada img {
    height: 100%;
    width: auto;
}

.ind {
    height: 70%;
    width: auto;
    top: 26%;
    left: -1%;
    z-index: 99;
}

.ind img {
    height: 100%;
    width: auto;
}

.copy_main {
    width: 35%;
    height: auto;
    top: 11%;
    right: 3%;
    z-index: 2;
}

.copy_sub {
    height: 33%;
    width: auto;
    bottom: 29%;
    left: 12%;
    z-index: 2;
}

.copy_sub img {
    height: auto;
    width: 100%;
}

.fv_yama {
    width: 28%;
    bottom: -1%;
    left: 11%;
    z-index: 99;
}

.fv_b {
    width: 100%;
    bottom: -1px;
    left: 0;
    z-index: 99;
}

#top_contents1 .catch_txt .title h2,#top_contents2 .con_box .title h2 {
    color: #92a97f;
}

#top_contact_box .con_bt a {
    padding-left: 0px;
}

#top_contact_box .inner .btn_box:nth-of-type(2) .font_2dw {
        padding-right: 60px;
}

/* タブレット */
@media screen and (max-width: 768px){
    #main_img {
        padding-top: 75px;
        height: 100vh;
    }
    
    #main_img .swiper-container {
        height: 100%;
    }
    
    #main_img .box_img {
        height: 100%!important;
    }
    
    #main_img .box_img img{
        height: 100%!important;
        object-fit: cover;
    }
    
    .green {
        width: 17%;
    }
    
    .yamada {
        height: 80%;
        top: 10.5%;
        left: 1%;
    }
    
    .copy_main {
        width: 51%;
        top: 15%;
        left: 22%;
        right: auto;
    }
    
    .copy_sub {
        height: 27%;
        bottom: 21%;
        left: 16%;
    }
    
    .fv_yama {
        width: 52%;
        left: 5%;
        bottom: -2%;
    }
    
    #top_contact_box .inner .btn_box:nth-of-type(2) .font_2dw {
        padding-right: 0px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #main_img {
        height: 95vh;
    }
    
    .green {
        width: 24%;
    }
    
    .yamada {
        height: 70%;
        top: 12.5%;
        left: 1%;
    }
    
    .copy_main {
        width: 69%;
        top: 16%;
        left: 28%;
    }
    
    .copy_sub {
        height: 25%;
        bottom: 16%;
        left: 11%;
    }
    
    .fv_yama {
        width: 85%;
        left: -3%;
        bottom: -2%;
    }
    
    #top_contents2 .con_box .title h2 {
        text-align: center;
        text-indent: 0.5em;
    }
}

/* スマホ 320px以下*/
@media screen and (max-width: 320px) {
     .yamada {
        height: 68%;
        top: 15.5%;
        left: 2%;
     }
     
    .copy_main {
        top: 18%;
    }
}

/*■■ cms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page_title .page_title_inner {
    padding: 160px 20px;
}

.cate_list a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cate_list li a {
    padding: 13px 13px;
}

/* タブレット */
@media screen and (max-width: 768px){
    #page_title .page_title_inner {
        padding: 150px 20px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    #page_title .page_title_inner {
        padding: 90px 20px;
    }
    
}


/*■■ footer ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#footer {
    padding-top: 40px;
}
#footer::before {
    background: var(--color1);
}

#footer #logo2 {
    margin-bottom: 0px;
}

#footer p .mg_b-100px{
    margin-bottom: 40px;
}
/* タブレット */
@media screen and (max-width: 768px){
    .tb_sns_wrap .sns_links_tb li {
        margin: 0 3%;
        width: 43px;
    }
}
/* スマホ */
@media screen and (max-width: 667px){
    .tb_sns_wrap .sns_links_tb li {
        height: 43px;
    }
    
    .foot_sns.tb_sns_wrap .sns_links_tb li {
        width: 43px;
    }
    
    #footer #logo2 {
        margin-bottom: 10px;
    }
}