﻿@charset "utf-8";


/* 1536 , 1530 × 735 ,1366 *//* 上記画面幅でも崩れていないか確認 */

/* 修正した場合→各項目の一番下に日付をコメントアウトして追記 */




/*■■　ALL　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* color */
.txt_color_nomal, .hvr_txt_color_nomal:hover{color: var(--black);}
:root{
    --color1: #56af4a; 
    --color2: #347f25; 
    --color3: #eef9dc; 
    --color4: #fffeeb; 
    --color5:#513415;
    --color6:#e86368;
    
    --black: #302a24; 
	--linkStyle:#0d7c0f;
}

.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 */
.txt_color5, .hvr_txt_color5:hover{color: var(--color5)} /* アクセントカラー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_color5, .hvr_bg_color5:hover{background-color: var(--color5)} /* アクセントカラー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)}
.border_color5, .hvr_border_color5:hover{border-color: var(--color5)}

.linkStyle{
	color:var(--linkStyle);
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}

.point_no{
    pointer-events: none;
}

body ,.font_2dw, .font_2dw_tb, .font_2dw_sp{
    font-size: 16px;
}

.top .fixbnr,.fixbnr{
    display: none;
}

/*ピンク追加*/
#con_nav .bg_color1 ,#page-top.bg_color1{
    background-color: var(--color6);
}

/*logo*/




/*header*/
#sp_nav ul li a{
    color: var(--linkStyle);
}
#con_nav .con_navbar ul{
    z-index: 2;
}
/*footer*/

.footer_item1{
    width: 45%;
    left: 30px;
    bottom: -20px;
}

/* fix_bnr ----------------------------------------------------------------*/
#fix_bnr {
    bottom: 10px;
    right: 90px;
    z-index: 10;
    width: 23%;
    max-width: 220px;
    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){
/*footer*/
#footer_info .info_txt_wrap{
    background-color:transparent;
}
.footer_item1{
    /*width: 65%;
    left: auto;
    right: 0;
    transform: scaleX(-1);
    opacity: 0.5;*/
    display: none;
}
/*loader*/
    .loader_icon {
        width: 200px;
    }
    
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
#fix_bnr {
    width: 40%;
    left: 10px;
    right: auto;
}

/*footer*/
/*.footer_item1{
    width: 85%;
        bottom: auto;
    top: 22%;
}*/

}



/*■■　FV　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


#mainwrap{
    min-width: 1200px;
    min-height: 660px;
}


#main_img{
     overflow: visible;
}

.main_item div:nth-child(1){
    width: 35%;
    max-width: 600px;
    right: 0;
    bottom: 10vh;
        z-index: 2;
}

.main_item div:nth-child(2){
    width: 28%;
    max-width: 300px;
        right: 30px;
        bottom: 0;
        z-index: 2;
}

.swiper-container {
    clip-path: url(#Mask);
    -webkit-clip-path: url(#Mask);
}
.mainwrap-l {
    width: calc(100% - 360px);
    margin-right: 100px;
}

.overlay-line {
    position: absolute;
    top: 20px;  
    left: 20px; 
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none; 
}

.overlay-line path {
    fill: none;
    stroke: #ffed85;
    stroke-width: 3px;
    vector-effect: non-scaling-stroke;
}

#main_img .swiper-container .swiper-wrapper .swiper-slide {
    width: 100% !important;  
    height: 100% !important; 
}

#main_img .swiper-container .swiper-wrapper .swiper-slide img{
    width: 100%;
    display: block;
}

.scroll{
    color: var(--color2);
    display: none;
}
.scroll::before {
    background: rgba(146, 92, 23, .4);
}
.scroll::after {
    background: var(--color2);
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
#mainwrap{
    min-width: auto;
    min-height: auto;
}
#main_img{
     min-height: auto;
}
.mainwrap-r h1{
    width: 200px;
}
.main_item div:nth-child(1){
    bottom: auto;
    top: 10%;
    width: 77%;
}
.main_item div:nth-child(2){
    width: 40%;
}
.mainwrap-l{
    margin-right: 0;
}
#main_img .swiper-container{
    margin-top: 70px;
}
.overlay-line{
    margin-top: 70px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    #main_img{
        height: 100vw;
    }
.overlay-line {
    top: 10px;  
    left: 10px; 
}
.main_item div:nth-child(1){
    top: 13vh;
    width: 95%;
    right: -10%;
}
.main_item div:nth-child(2){
            width: 50%;
        bottom: -5%;
}
    .mainwrap-r h1 {
        width: 175px;
    }
}



/*■■　TOP　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.head_tel{
    display: none;
}
#mainwrap{
    padding: 0 25px;
}

/*.toppage #con_nav{
    padding-top: 0;
}*/

.con_title{
    font-size: 36px;
    color: var(--color1);
}
.con1_txt_wrap .con_title{
    color: var(--color5);
}
.attach_txt{
    font-size: 70px;
}

.cms_title .font_12up{
    font-size: 30px;
    color: var(--color5);
}

.border_rad20{
    border-radius: 20px;
}

/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){
.attach_txt {
    font-size: 60px;
}
#top_news{
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 50px;
}
}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
    .attach_txt {
    font-size: 40px;
}
.con_title {
    font-size: 26px;
}
.cms_title .font_12up{
    font-size: 24px;
}
    #top_contents1 .con1_img2 div {
                min-width: 210px;
    }
}



/*■■　下層ページ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*カテゴリリンクの飛び先位置を調整する*/
/* --- PC --- */
:root {
--header-height: 90px;
}
/* --- スマートフォン --- */
@media screen and (max-width: 667px){
:root {
--header-height: 90px;
}
}
.big_cate_title,.cate_title {
    font-family: 'Kiwi Maru', serif;
}

/*.cate_list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 10px;
}*/


/*#page_title .title_img {
    height: 400px;
}
*/

/*お問い合わせ*/
#tel_txt .title {
　color: var(--color2) !important;
}


.contact_btn span {
    padding: 20px 10px 20px 30px !important;
}
.contact_btn_wrap .icon {
    left: 20px !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.5;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    border: solid 2px var(--color1);
font-size: 30px;
}
.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);
}


/*サイトマップ*/
.more a::after {
    background-color: var(--color1) !important;
}


/* ---------------------------　タブレット　-------------------------- */
@media screen and (max-width: 768px){

}

/* --------------------------　スマホ　-------------------------- */
@media screen and (max-width: 667px){
/*お問い合わせ*/
.button a {
    font-size: 20px;
}
}