﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #ff9100; 
    --color2: #fffdf3; 
    --color3: #258c34; 
    --color4: #ffe088; 
    --black: #151a1e; 
	--linkStyle:#ea8000;
	--en:"Jost", 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;
}
.en , #page_title .title_box p ,.more a, .cms_title_inner p ,.top_info_title p ,#top_contact_box .txt_box p ,#page10 .txt .font_6dw{
    font-family: var(--en);
}

/*フォント*/
body, .font_2dw, .font_100per{
    font-size: 18px;
}

.font_4dw{
    font-size: 16px;
}
.font_6dw{
    font-size: 14px;
}

/*電話削除*/
.tel_bt{
    display: none !important;
}

/*load*/
#loading_logo {
    max-width: 300px;
}

/*header*/
#header #logo .width_70per{
    width: 90% !important;
}
.sns_links .width_20{
    width: 40px;
}
#logo {
    width: 200px;
    height: 200px;
}

/*footer*/

#footer::before {
    background: var(--color1);
}
.footer_box #logo2{
    max-width: 250px !important;
}
.footer_box .font_2dw{
    font-size: 14px;
}
#fix_bnr {
    bottom: 10px;
    right: 110px;
    z-index: 10;
    width: 40%;
    max-width: 350px;
    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){
    
        #logo {
        width: auto;
        height: 95px;
        }
/*header*/
#fix_menu .flex_space-between_tb{
    justify-content: flex-start;
}
/*fix_bnr*/
#fix_bnr {
        right: 70px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
        /*header*/
        .tb_sns_wrap .sns_links_tb li {
        width: 35px;
    }
        #logo {
        height: 78px;
    }
    /*load*/
    #loading_logo {
        width: 50%;
    }
/*footer*/
    .footer_box #logo2 {
            width: 100% !important;
        max-width: 150px !important;
    }
    .foot_sns.tb_sns_wrap .sns_links_tb li {
        width: 35px;
    }
    /*fix_bnr*/
#fix_bnr {
        right: 0;
        left: 0;
        width: 65%;
}
}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#main_img{
    height:87vh;
    min-height: 700px;
    background-color: var(--color2);
    padding-top: 0;
    overflow: hidden;
    min-width: 1200px;
    background-image: url('/Files/img/mainbg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#main_img div:nth-child(1){
        width: 30%;
        top: 20px;
        left: 8%;
        mix-blend-mode: color-dodge;
}
#main_img div:nth-child(2){
       width: 30%;
        top: 20px;
        right: 8%;
    mix-blend-mode: color-dodge;

}
#main_img div:nth-child(3){
        width: 57%;
        max-width: 800px;
        left: 50%;
    transform: translate(-50%, 0);
    bottom: 5%;
}
@media screen and (max-width: 1366px){
    #main_img div:nth-child(3){
        bottom: 10%;
    }
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#main_img{
    min-width: auto;
}

#main_img div:nth-child(1) {
        width: 45%;
        top: 17%;
    left: 3%;
}
#main_img div:nth-child(2) {
     width: 45%;
        top: 17%;
    right: 3%;
}
#main_img div:nth-child(3) {
    width: 87%;
        bottom: 5%;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img div:nth-child(1) {
        width: 49%;
        top: 17%;
    left: 1%;
}
#main_img div:nth-child(2) {
     width: 49%;
        top: 17%;
    right: 1%;
}
#main_img div:nth-child(3) {
        width: 95%;
    bottom: 15%;
}

}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#top_contents1 .item1{
    bottom: 0;
    width: 100%;
}
#top_contents1 {
    padding: 150px 0 235px;
}
#top_contents1 .title h2{
    font-size: 50px;
}
#top_contents2 .title h2{
    font-size: 40px;
    color: var(--color1);
}
#top_contents2 .con_box .text_box {
    width: 58%;
}

#top_cms{
        padding: 0 10%;
}

.top_cms_box{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#top_cms{
        padding-top: 170px;
    padding-bottom: 100px;
}
#top_cms .more.mg_t-100px{
    margin-top: 70px;
}
.top_cms_title{
    margin-bottom: 50px;
}

    .con_box .text_box ,#top_contents2 .con_box:nth-of-type(2) .img_box {
    border-radius: 20px 0 0 20px;
}
.con_box .img_box,#top_contents2 .con_box:nth-of-type(2) .text_box {
        border-radius: 0 20px 20px 0;
}


.link_type2 .cate_box a {
    border-radius: 10px;
}

.more a{
    border-radius: 50px;
}
/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
    #top_contents1 {
            padding: 100px 0 120px;
    }
    
.top_cms_box{
    max-width: auto;
}
    #top_contents2 .con_box .text_box {
        width: 80%;
    }


.con_box .img_box,#top_contents2 .con_box:nth-of-type(2) .img_box  {
       border-radius: 20px 20px 0 0;
}
.con_box .text_box,#top_contents2 .con_box:nth-of-type(2) .text_box {
        border-radius: 0;
}

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#top_contents1 .title h2 {
    font-size: 34px;
}

#top_contents2 .title h2 {
    font-size: 30px;
}
    #top_contents2 .img_box, #top_contents2 .con_box .text_box {
        width: 85% !important;
    }
    #top_cms{
        padding-top: 70px;
    padding-bottom: 50px;
}
.top_cms_title{
    margin-bottom: 30px;
}
#top_cms .more.mg_t-100px{
    margin-top: 30px;
}
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px 20px;
}

#page_title::before {
    display: none;
}
/*よくある質問*/

#cms_5-f .cate_box .box_txt1, .cms_5-f .cate_box .box_txt1 {
    background-color: rgba(255, 244, 197, 0.3);
}
.cms_5-f .box_wrap{
    border-radius: 10px;
}

/*ブログ*/
.blogListPattern_item .border_color2{
    border-color: var(--color3);
}


/*お問い合わせ*/
#tel_txt .title {
    color: var(--color1) !important;
}
.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: 36px;
}
.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){
    #cms_5-f .cate_box .box_item, .cms_5-f .cate_box .box_item {
        padding-right: 0;
    }
    /*お問い合わせ*/
    .button a {
    font-size: 20px;
}
}


