﻿@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: #21a7d6; 
    --color2: #fffcee; 
    --color3: #ff9827; 
    --color4: #ebf8ff;
    --color5:#fff2b0;
    --black: #543e27; 
    --normal: #543e27;
    --linkStyle:#0687ba;
    --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;
}
body{
    background: #fffffa;
}

.font_serif, .jp{
    font-family: var(--jp);
}
.en{
    font-family: var(--en);
}

#contact_bar{
    display: none;
}

.font_13 ,.font_14,.font_14_tb,.font_14_sp,.font_2dw_tb,.font_2dw_sp {
    font-size: 16px;
}

#page-top.bg_color1{
    background-color: var(--color3);
}

/*header*/

header .font_18 ,.sc_menu .font_18{
    font-family: var(--jp);
}
#header{
    padding-bottom: 12px;
}

.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*/


footer #map, footer .d_flex, footer h3 {
    position: relative;
    z-index: 1;
}

/* fix_bnr ---------------------------------------------------------------------------------------------*/
#fix_bnr {
    bottom: -125px;
    right: 100px;
    z-index: 10;
    width: 37%;
    max-width: 300px;
    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;
}
#fix_bnr img {
    animation: gentle-wobble 6s ease-in-out infinite;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    /*header*/
#header .width_300-max{
    max-width: 200px;
}
/*fix_bnr*/
#fix_bnr {
    bottom: -115px;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){

/*header*/
    #menu_wrap .border_do4-b_sp {
        border-bottom: 2px dotted;
    }
    

/*fix_bnr*/
#fix_bnr {
        width: 190px;
        right: auto;
        left: 20px;
        bottom: -78px;
    }

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img{
    background-image: url('/Files/img/mainbg.jpg');
  background-size: cover; 
  background-repeat: no-repeat;
  background-position: center;
  height: 84vh;
    max-width: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    min-width: 1200px;
    margin: 0;
    min-height: 700px;
}
#main_img .slick{
    box-shadow: none;
    border-radius: 0;
}

#main_img .main1{
            width: 50%;
    max-width: 870px;
    bottom: -14%;
    right: -5%;
    animation: gentle-wobble 6s ease-in-out infinite;
    transform-origin: center center;
    z-index: 1;
}
#main_img .main2{
    position: absolute;
    left: -20px;
    bottom: -20px;
    top: auto;
    width: 30%;
    max-width: 600px;
    overflow: visible;
}
#main_img .main2 .slick-list {
    overflow: visible;
}

#main_img .main3{
    width: 37%;
    max-width: 700px;
    min-width: 590px;
    top: 40%;
    left: 42%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

@keyframes gentle-wobble {
    0% {
        transform: rotate(-2deg) translate(0px, 0px);
    }
    25% {
        transform: rotate(1deg) translate(1px, -2px);
    }
    50% {
        transform: rotate(2deg) translate(0px, 0px);
    }
    75% {
        transform: rotate(-1deg) translate(-1px, 2px);
    }
    100% {
        transform: rotate(-2deg) translate(0px, 0px);
    }
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-width: auto;
        height: 80vh;
        min-height:auto;
}
#main_img .main1 {
    width: 68%;
}
#main_img .main2 {
    width: 57%;
    left: -20px;
}
#main_img .main3{
            width: 66%;
            top: 29%;
            left: 50%;
            min-width: auto;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img{
            height: 130vw;
    }
    #main_img .main1 {
                width: 80%;
                bottom: -50px;
                right: -50px;
    }
    #main_img .main2 {
        width: 58%;
        bottom: 70px;
        left: -30px;
    }
        #main_img .main3 {
        width: 80%;
    }
}



/*■■　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 {
    overflow: hidden;
}
#intro .width_1280-max .font_20{
    font-size: 40px;
}
#intro .font_serif{
    color: var(--color5);
}
#intro .width_1280-max{
    position: relative;
    z-index: 2;
}
  #intro .intro_title {
            display: none;
        }
#intro .font_14{
    padding-right: 30px;
    padding-left: 30px;
}

#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);
}

.item1{
    width: 15%;
    max-width: 200px;
    top: -35%;
    left: 50px;
}
.item2{
    width: 13%;
    max-width: 145px;
    right: 20px;
    top: -42%;
}
.item3{
    left: 7%;
    bottom: 8%;
        width: 15%;
    max-width: 250px;
    opacity: 0.5;
     animation: fuwafuwa-anim 2.5s ease-in-out infinite;
}
.item4{
    right: -10px;
    bottom: 26%;
    width: 17%;
    max-width: 240px;
    opacity: 0.5;
    animation: fuwafuwa-anim 3s ease-in-out infinite;
}
@keyframes fuwafuwa-anim {
    0% {
        transform: translateY(0); 
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0); 
    }
}

/*video*/
#video .video{
        width: 60%;
    max-width: 800px;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#contents2 .flex_order2_tb {
    padding-top: 10px;
    padding-left: 50px;
}
#contents2 .title{
    text-align: center;
}
#contents_links .square_img{
    width: 80%;
    margin: 0 auto;
}
   
.item1 {
    width: 20%;
    left: 30px;
}

.item2 {
    width: 16%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
        #contents2 .flex_order2_tb {
            padding-left: 20px;
        }

        #intro .width_1280-max .font_20{
            font-size: 30px;
        }
   
        #intro{
            padding-top: 70px;
        }
        #contents1_txt .title {
            font-size: 22px;
        }
        #contents2 .title {
            font-size: 26px;
        }
        #contents_links .square_img{
            width: 70%;
        }
        .item1 {
            width: 24%;
            top: -19%;
            left: 5px;
        }
        .item2{
            width: 18%;
            top: -10%;
            z-index: 1;
        }
    .item3{
    left: -5px;
    bottom: 20px;
    width: 20%;
        }
/*video*/
#video .video{
        width: 90%;
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 130px;
}
/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 80px;
}
}

.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
}

#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;
}
.contact_btn span {
    padding: 20px 10px 20px 30px !important;
}
}


