﻿
/* ---------------------- color */
/* メインカラー */
.txt_color1{color: #EF9665} 
.bg_color1{background-color: #EF9665} 
.border_color1{border-color: #EF9665}
.hvr_txt_color1:hover{color: #EF9665} 
.hvr_bg_color1:hover{background-color: #EF9665} 
.hvr_border_color1:hover{border-color: #EF9665}

/* サブカラー */
.txt_color2{color: #FDF7E6} 
.bg_color2{background-color: #FDF7E6} 
.border_color2{border-color: #FDF7E6}
.hvr_txt_color2:hover{color: #FDF7E6} 
.hvr_bg_color2:hover{background-color: #FDF7E6} 
.hvr_border_color2:hover{border-color: #FDF7E6}

/* アクセントカラー */
.txt_color3{color: #84BF91} 
.bg_color3{background-color: #84BF91} 
.border_color3{border-color: #84BF91}
.hvr_txt_color3:hover{color: #84BF91} 
.hvr_bg_color3:hover{background-color: #84BF91} 
.hvr_border_color3:hover{border-color: #84BF91}


.txt_color3{color: #6ca779} 
.bg_color3{background-color: #6ca779} 
.border_color3{border-color: #6ca779}
.hvr_txt_color3:hover{color: #6ca779} 
.hvr_bg_color3:hover{background-color: #6ca779} 
.hvr_border_color3:hover{border-color: #6ca779}

/* アクセントカラー2 */
.txt_color4{color: #C5E4CA} 
.bg_color4{background-color: #C5E4CA} 
.border_color4{border-color: #C5E4CA}
.hvr_txt_color4:hover{color: #C5E4CA} 
.hvr_bg_color4:hover{background-color: #C5E4CA} 
.hvr_border_color4:hover{border-color: #C5E4CA}

body, .more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span {
    background-color: #fffdf6;
}
/* ---------------------- common */
body {
    overflow: hidden;
    font-family: 'Poppins',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.font_serif {
    font-family: 'Poppins',"Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*txtanim*/
.eachTextAnime {
    position: relative;
}

.eachTextAnime span{
    transition: transform 0.2s ease-in, opacity 0.1s ease-in;
    margin: 0 0.1em 0 0;
    /*transform: translate3d(0, 1em, 0);*/
    opacity: 0;
}
.eachTextAnime.appeartext span{
    /*animation:text_anime_on 1s ease-out forwards;*/
    /*transform: translate3d(0, 0, 0);*/
    opacity: 1;
    display: inline-block;
    animation: anm1 2s;
}
@keyframes anm1{
    0%{
        font-size: 120%;
    }
    40%{
        font-size: 140%;
    }
    100%{
        font-size: 100%;
    }
}

/* --- automatic link --- */
.linkStyle{color: #6ca779}

.linkStyle:hover{
    text-decoration: underline;
}

/* ---------------------- header */
#header h1 img {
    max-width: 200px;
}
.head_btn{
    padding-left: 10px;
}
.btn_review {
    color: #fff;
    background-color: #6ca779;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    padding: 18px 15px 16px;
    border-bottom: 5px solid #498355;
}
.btn_review .fas {
    margin-left: 6px;
}
.btn_quotation {
    color: #fff;
    background-color: #EF9665;
    font-weight: 700;
    border-radius: 5px;
    padding: 5px 10px 3px;
    text-align: center;
    display: block;
    line-height: 1.5;
    border-bottom: 5px solid #c76e3e;
}
.btn_quotation_tel{
    display: block;
    font-size: 80%;
    letter-spacing: 1.5px;
}
.btn_quotation_tel .fas {
    margin-right: 5px;
}
.btn_quotation:hover .btn_quotation_tel{
    transform: translateY(0px);
}
.btn_review, .btn_quotation {
    transition: 0.3s;
    position: relative;
}

.btn_review:hover, .btn_quotation:hover{
    transform: translateY(3px);
    border-width: 2px;
}
/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#main_img {
    position: relative;
}
#main_img::before{
    content:'';
    display: block;
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 230px;
    background-image:url('Dup/img/catchcopy.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
    animation: anm2 2s ease-out 1s;
}
@keyframes anm2{
    0%{
        transform: translate(-50%,-50%) scale(0.5);
    }
    50%{
        transform: translate(-50%,-50%) scale(1.3);
    }
    100%{
        transform: translate(-50%,-50%) scale(1.0);
    }
}
video{
    display: block;
        border-radius: 20px;
}
#contents2 figure {
    border-radius: 20px 0 0 20px;
}
#intro::before{
    content:'';
    display: block;
    position: absolute;
    background-image:url('Dup/img/en_orange.png');
    background-position: center bottom;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 120%;
    height: 122px;
    top: -85px;
    left: 50%;
    transform: translateX(-50%);
}
#intro::after{
    background-color: transparent;
}
#intro .intro_title {
    height: 50px;
    top: -10px;
    color: #EF9665;
    background-color: #fffbf5;
    border-radius: 50px;
}
#intro p, 
#contents1_txt p,
#contents2 p{
    font-size: 16px;
}
#intro h3,
#contents1_txt h3,
#contents2 h3{
    font-size: 24px;
    font-weight: 700;
}
#contents1_txt{
    position: relative;
}
#contents1_txt::before,
#contents1_txt::after{
    content:'';
    display: block;
    position: absolute;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}
#contents1_txt::before{
    background-image:url('Dup/img/maru2.png');
    bottom: 20px;
    left: 50px;
    width: 150px;
    height: 230px;
}
#contents1_txt::after{
    background-image:url('Dup/img/maru1.png');
    top: 57px;
    right: 60px;
    width: 140px;
    height: 230px;
}

#banner_price {
    background-color: #ef9665;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 12px 30px;
    border-radius: 7px;
    position: relative;
    left: 50%;
    top: -25px;
    transform: translateX(-50%);
    display: inline-block;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}
#banner_price .fa-chevron-circle-right {
    margin-left: 5px;
}

#banner_price:hover{
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) scale(1.2);
}
#intro p, 
#contents1_txt p {
    width: 90%;
    max-width: 600px;
}
#contents1 #contents1_txt {
    padding: 50px 50px 70px;
}
#contents_links h3 {
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}
/* --- more --- */
.more a {
    border-width: 2px;
    border-radius: 5px;
    font-weight: 700;
}
/* -------------------------- sub ------------------------- */
.cate_title {
    font-weight: 700;
}
.box_title1 {
    font-weight: 700;
}
/* ---------------------- cms1 */
#cms_1-a .date {
    width: 150px;
    border: none;
    background-color: #fff;
    border: 2px solid #6ca779;
    color: #6ca779;
    font-weight: 700;
    border-radius: 30px;
}
.cms_1-a .date {
    width: 100px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #6ca779;
    color: #6ca779;
    font-size: 12px;
    font-weight: 700;
    border-radius: 30px;
    margin-top: 10px;
}
.cms_1-a .cate_box {
    border-color: #c5e4ca;
}
#cms_1-a .box_txt1 {
    line-height: 1.7;
}
/* ---------------------- cms2 */
#cms_6-b .cate_box .box_txt2,
.cms_6-b .cate_box .box_txt2 {
    background-color: #fff;
}
#cms_6-b .cate_box, 
#cms_6-b .cate_box .box_txt1, 
#cms_6-b .cate_box .box_txt2 {
    border-color: #ffc8a9;
}
#cms_6-b .box_txt1,
.cms_6-b .box_txt1{
    font-weight: 700;
    font-size: 18px;
}

#cms_6-b .cate_box:first-of-type,
.cms_6-b .cate_box:first-of-type {
    border-top: 2px solid #ffc8a9;
    border-radius: 7px 7px 0 0;
}
#cms_6-b .cate_box:last-child,
.cms_6-b .cate_box:last-child {
    border-radius: 0 0 7px 7px;
}
.cms_6-b .cate_box, 
.cms_6-b .cate_box .box_txt1, 
.cms_6-b .cate_box .box_txt2{
    border-color: #ffc8a9;
}
.cms_2-a .cate_box {
    align-items: center;
}

#cms_6-b .cate_box:first-child .box_txt1,
.cms_6-b .cate_box:first-child .box_txt1 {
    border-radius: 5px 0 0 0;
}
#cms_6-b .cate_box:last-child .box_txt1,
.cms_6-b .cate_box:last-child .box_txt1 {
    border-radius: 0 0 0 5px;
}
#cms_6-b .cate_box:first-child .box_txt2,
.cms_6-b .cate_box:first-child .box_txt2 {
    border-radius: 0 5px 0 0;
}
#cms_6-b .cate_box:last-child .box_txt2,
.cms_6-b .cate_box:last-child .box_txt2 {
    border-radius: 0 0 5px 0;
}
#cms_6-b .box_txt1, 
.cms_6-b .box_txt1 {
    text-align: center;
}
#cms_6-b .box_txt2, 
.cms_6-b .box_txt2{
    padding: 15px 20px;
    line-height: 1.7;
}
/* ---------------------- cms3 */
#cms_3-c .cate_title {
    border-bottom: 2px solid #EF9665;
}
.cms_3-c .box_title1 {
    color: #6ca779;
}
/* ---------------------- cms4 */
#cms_2-a .cate_title{
    border-top: none;
    padding: 5px;
    display: block;
}
#cms_2-a .box_txt1,
.cms_2-a .box_txt1{
    line-height: 1.7;
}
#cms_2-a #cate2 .cate_box {
    padding-bottom: 20px;
    margin-top: 40px;
}
#cms_2-a #cate2 .box_txt1 {
    padding-bottom: 0;
}
/* ---------------------- cms5 */
#cms_4-c .cate_title {
    border-top: none;
    border-bottom: none;
    background-color: #6ca779;
    color: white;
    border-radius: 3px;
    padding: 5px;
    text-align: center;
}
#cms_4-c .cate_box {
    width: 50%!important;
    display: flex;
    flex-wrap: nowrap;
}
#cms_4-c .cate_box figure {
    width: 50%;
}
.cms_4-c .cate_box {
    width: calc(100% / 3 * 1)!important;
    display: flex;
    flex-wrap: nowrap;
}
.cms_4-c .cate_box figure {
    width: 50%;
}
/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


/* ----------------------------------------------------------------------------------------------------------------------------
IE
--------------------------------------------------------- */
@media all and (-ms-high-contrast: none){
/* ---------------------- common */
/*@media all and (-ms-high-contrast:none)*/
#contact_bar p, #tel_contact .tel p {
    padding-top: 5px!important;
}

/* ---------------------- header */
.sc_menu  ul{
    padding-left: 0px!important;
    padding-right: 0px!important;
}
header nav ul{
    padding-left: 0px;
    padding-right: 0px;
}

/* ---------------------- nav */

/* ---------------------- footer */
.footer_link li a{
    margin-left: 10px!important;
}


/* -------------------------- top ------------------------- */
#main_img::before{
    animation: none;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */


}

/* ---------------------------------------------------------------------------------------------------------------------------- 
タブレット　
--------------------------------------------------------- */
@media screen and (max-width: 768px){
/* ---------------------- common */
 .linkStyle{
    text-decoration: underline;
}
 
 /* ---------------------- header */
#head_btn_box,
#sc_btn_box{
    display: flex;
    gap: 10px;
}
#head_btn_box {
    margin-left: auto;
    margin-right: 25px;
}
#sc_btn_box.sc_menu{
    border:none;
    box-shadow: none;
    right: 115px;
    top: 25px;
}
.btn_quotation p {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* ---------------------- nav */

/* ---------------------- footer */



/* -------------------------- top ------------------------- */
#main_img::before {
    top: 70%;
    height: 190px;
}

#contents1_txt p{
    position: relative;
    z-index: 2;
}
#contents1_txt::before, #contents1_txt::after {
    z-index: 0;
    opacity: 0.3;
}
#contents1_txt::before {
    bottom: 20px;
    left: 33px;
}
@keyframes anm2{
    0%{
        transform: translate(-50%,-50%) scale(0.5);
    }
    50%{
        transform: translate(-50%,-50%) scale(1.2);
    }
    100%{
        transform: translate(-50%,-50%) scale(1.0);
    }
}
#intro::before {
    width: 110%;
    height: 88px;
    top: -82px;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */

/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */
.cms_4-c .cate_box {
    width: 50%!important;
}
/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

 
}

/* ----------------------------------------------------------------------------------------------------------------------------
スマホ　
--------------------------------------------------------- */
@media screen and (max-width: 667px){
/* ---------------------- common */
#sc_btn_box{
    transition: all 0.3s;
}
#sc_btn_box.sc_menu {
    right: auto;
    left: 0;
    top: auto;
    bottom: 0;
}
#sc_btn_box.sc_menu .btn_review,
#sc_btn_box.sc_menu .btn_quotation{
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.sc_menu {
    transform: translateY(0px);
    opacity: 0;
}
.sc_menu.sc{
    opacity: 1;
}

#sc_btn_box.hide_btn{
    display: none;
    
}

@keyframes anm1{
    0%{
        font-size: 102%;
    }
    40%{
        font-size: 110%;
    }
    100%{
        font-size: 100%;
    }
}

@keyframes anm2{
    0%{
        transform: translate(-50%,-50%) scale(0.5);
    }
    50%{
        transform: translate(-50%,-50%) scale(1.15);
    }
    100%{
        transform: translate(-50%,-50%) scale(1.0);
    }
}
/* ---------------------- header */
#header h1 img {
    max-width: 120px;
}
#head_btn_box {
    display: none;
}

/* ---------------------- nav */
.sc_menu {
    z-index: 99;
}
.menu_bt {
    z-index: 1000;
}
/* ---------------------- footer */

#contact_bar .tel {
    margin-bottom: 0;
}

/* -------------------------- top ------------------------- */
#intro::before {
    height: 52px;
    top: -44px;
}
#intro h3, #contents1_txt h3, #contents2 h3 {
    font-size: 20px;
    letter-spacing: 0px;
}
#intro p, #contents1_txt p, #contents2 p {
    font-size: 14px;
}
#contents1 {
    margin-bottom: 0px;
}
#contents1 #contents1_txt {
    padding: 50px 10px 70px;
}
#contents1_txt::after {
    top: 57px;
    right: 15px;
}
#contents2 figure {
    border-radius: 10px;
    margin: 50px 20px 0;
}
/* --- more --- */

/* -------------------------- sub ------------------------- */

/* ---------------------- cms1 */

/* ---------------------- cms2 */
.cms_4-c .cate_box {
    width: 100%!important;
}
/* ---------------------- cms3 */

/* ---------------------- cms4 */

/* ---------------------- cms5 */

/* ---------------------- info */

/* ---------------------- contact */

/* ---------------------- privacy policy */

/* ---------------------- sitemap */

    
}

/* ---2022/07/20修正 ------------------------- */
#map {display:none;}