﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Maru+Gothic&display=swap');

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #abc167; 
    --color2: #fffcee; 
    --color3: #ffac52; 
    --color4: #f0f4ed; 
    --black: #543e27; 
    --normal: #543e27;
    --linkStyle:#6d8440;
    --jp:"Zen Maru Gothic","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
    --en:"Quicksand", sans-serif;
}

.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;
}

.font_serif{
    font-family: var(--jp);
}
.en{
    font-family: var(--en);
}

#contact_bar{
    display: none;
}

.font_13 ,.font_14,.font_14_tb,.font_14_sp {
    font-size: 16px;
}

#page-top.bg_color1{
    background-color: var(--color3);
}

/*header*/
header .font_18 ,.sc_menu .font_18{
    font-family: var(--jp);
}

.tel ,header .font_12,.sc_menu .font_12{
    font-family: var(--en);
}
#header .width_300-max{
    max-width: 260px;
}
/*header .border_do4-l {
    border-left: 2px dotted;
}
header .border_do4-r {
    border-right: 2px dotted;
}*/


/*footer*/
.item1{
    left: -4%;
    bottom: 0;
    width: 30%;
    max-width: 460px;
}

footer #map, footer .d_flex, footer h3 {
    position: relative;
    z-index: 1;
}

/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 100px;
    z-index: 10;
    width: 37%;
    max-width: 330px;
    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){
    /*header*/
#header .width_300-max{
    max-width: 200px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/*header*/
    #menu_wrap .border_do4-b_sp {
        border-bottom: 2px dotted;
    }
    

/*fix_bnr*/
#fix_bnr {
        width: 70%;
        right: auto;
        left: 20px;
    }

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img{
    background-image: url('/Files/img/main_bg.png');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
    max-width: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-width: 1200px;
}

#main_img div:first-child{
            width: 50%;
    max-width: 78vh;
    bottom: 0;
    left: 0;
}
#main_img div:nth-child(2){
    width: 41%;
    max-width: 800px;
    top: 45%;
    left: 55%;
    transform: translate(-50%, -50%);
}
#main_img div:nth-child(3){
    right: -5%;
    bottom: 0;
    width: 30%;
    max-width: 50vh;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-width: auto;
        height: 77vh;
}
#main_img div:first-child {
    left: -9%;
        bottom: -7%;
    width: 68%;
}
#main_img div:nth-child(2) {
    width: 76%;
    top: 20%;
    left: 50%;
}
#main_img div:nth-child(3) {
    width: 42%;
    right: -5%;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img{
            height: 120vw;
    }
    #main_img div:first-child {
                width: 79%;
    }
    #main_img div:nth-child(2) {
        width: 91%;
    }
        #main_img div:nth-child(3) {
        width: 46%;
        right: -7%;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.sp_tel{
    display: none;
}

#top_cms .top_cms_title p{
    font-family: var(--en);
}
#top_cms .top_cms_title h3 ,.cms1_title h3 ,#intro .intro_title ,#contents1 .title{
    font-family: var(--jp);
}
#intro .width_1280-max .font_20{
    font-size: 40px;
}


#contents1_txt .title{
    font-size: 32px;
    color: var(--color1);
}
#contents2 .title{
    font-size: 32px;
}
#contents2 .flex_order2_tb{
    padding-left: 100px;
}

#contents_links h3 {
    transform: translateY(-20px);
    font-size: 20px;
    margin-bottom: 10px;
    font-family: var(--jp);
}

/*video*/
#video .video{
        width: 60%;
    max-width: 800px;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#contents2 .flex_order2_tb {
    padding-left: 50px;
}
#contents_links .square_img{
    width: 80%;
    margin: 0 auto;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
        #contents2 .flex_order2_tb {
            padding-left: 20px;
        }
        #intro .width_1280-max .font_20{
            font-size: 30px;
        }
        #contents1_txt .title {
            font-size: 22px;
        }
        #contents2 .title {
            font-size: 26px;
        }
        #contents_links .square_img{
            width: 70%;
        }
/*video*/
#video .video{
        width: 90%;
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}

#page_title h2{
    font-family: var(--jp);
}
#page_title p{
    font-family: var(--en);
}
#page_title.bg_color1{
    background-color: var(--color3);
}
#page_title .txt_color1{
    color: var(--color3);
}


/*お客様の声*/
.v_type1 .cate .cate_box:last-child{
    margin-bottom: 0;
}
    
}

/*ブログ*/
.blog_list .border_color2 , .blog_wrap .border_color2{
    border-bottom:dotted 1px var(--color1);
}
/*お問い合わせ*/

.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);
    font-size: 30px;
    font-family: var(--jp);
}
.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){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/*お問い合わせ*/
.button a {
    font-size: 20px;
}
}


