﻿.font_big{
    font-size: 1.35rem;
    font-weight: 500;
    letter-spacing: 0em;
}
/* スマホ */
@media screen and (max-width: 667px){
    .font_big{ font-size: 1.2rem;}
}
/*---------------------------------------------
 テンプレート ・CMS・下層ページ 
--------------------------------------------*/
header .logo{    margin-right: auto;}
#contents{position:relative;padding-top: 0px;}
#contents .bg{
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-image: url(./Dup/img/bg2.jpg);
    background-repeat: repeat-y;
    background-size: contain;
}
.highlight_1{
    color: #ffbb23;
    /*color: #ff9166;*/
}
.fukidashi{
    display: block;
    text-align: center;
    margin: 10px auto 50px;
    width: 60%;
    padding: 10px;
    border-radius: 15px;
    background-color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
}
.dec1{
    width: 60px;
    bottom: -31px;
    left: 11%;
}
.dec2{
    width: 60px;
    bottom: -31px;
    right: 11%;
}
.dec3{
    width: 10%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.t_cms_img1{
    margin: 0 auto 30px;
    display: block;
    width: 70%;
}
.t_cms_txt4{
    background-color: #fff;
    background: url(./Dup/img/bg.jpg);
    background-size: cover;
    width: 60%;
    margin: 0 auto 50px;
    padding: 38px 3%;
    line-height: 2.1;
    box-shadow: 5px 5px 20px rgba(227, 204, 152, 0.6);
}
.t_cms_txt3{
    text-align:center;
    font-size: 2.3rem;
    padding: 100px 5px 5px;
    border-bottom: 3px dashed #ffd523;
    width: 60%;
    margin: 0 auto 60px;
}

#contents .box h3{
    font-size: 2rem;
    background-color: #fff;
    padding: 5px 5px;
    border-bottom: 3px dashed #ffd523;
}

.t_cms_img2 .img-container:before{background: #ffbb23;}
.img-container:before{background: #69c742;}
.img-container.active:before{    transform: translateX(101%);}


.box_shop_link a{
    margin-top: 80px;
    display: block;
    background-color: #fff;
        background: linear-gradient(30deg, #fdf5f1 0%, white 60%);
    border-radius: 15px;
    padding: 10px 5% 30px;
    text-align: center;
    color: #5c4512;
    transition: all 0.8s;
}
.box_shop_link a:hover{
    opacity: 1;
}
.box_shop_link a h2{
    font-size: 2.3rem;
    line-height: 1.7;
    border-bottom: 3px dashed #ffd523;
    color: #ff9166;
    font-weight: bold;
}
.box_shop_link a p{
    margin: 20px 0 15px;
}
.box_shop_link a span{
    padding: 5px;
    border-bottom: 2px solid;
    transition: all 0.8s;
}
.box_shop_link a span i{
    transition: all 0.8s;
    transform: translateX(-3px);
    
}
.box_shop_link a span:hover i {
    transform: translateX(5px);
}

.other .box:hover{background-color: #ffbb23;}
.other .box figure{opacity: 0.3;}


footer{background-color: #519500;}

.all_page:before{    width: 100%;}
.cate_list li{width: 30%;margin-right: 2%;}
.cate_list li a{text-align: left;}

#cms_2-f .cate_title{text-align: left;}
#cms_2-f #cate0 .cate_title h3{width: 210px;}
#cms_2-f #cate1 .cate_title h3{width: 260px;}
#cms_2-h .shop_link a{
    background-color: #ffbb23;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    
    transition: all 0.8s;
}
#cms_2-h .shop_link a:hover{
    opacity: 0.7;
}
#cms_2-h .cate_txt2{border-top: 2px solid;}

/* タブレット */
@media screen and (max-width: 768px){
    #contents .bg{background-image: url(./Dup/img/bg2_sp.jpg);}
    .t_cms_txt3{width: 90%;}
    .fukidashi{width: 80%;}
    .t_cms_txt4{width: 80%;}
    .box_shop_link a{    padding: 10px 3% 30px;}
    
    .link_type1 > div{margin-bottom: 30px;}
    
    #contents .box figure{width: 90%;}
    #contents .box .txt_wrap{width: 90%; padding: 0;}
    
    .cate_list li{width: 48%;}
    #cms_2-f .cate_title{text-align: center;}
    #cms_2-f #cate0 .cate_title h3,#cms_2-f #cate1 .cate_title h3{width: 100%;}
}
/* スマホ */
@media screen and (max-width: 667px){
    .dec3{
        width: 25%;
        top: 12%;
    }
    
    .t_cms_img1{width: 95%;}
    .t_cms_txt3{
        width: 90%;
        letter-spacing: 0em;
        font-size: 2rem;
        line-height: 1.7;
    }
    .fukidashi{
        width: 90%;
        font-size: 1.1rem;
        letter-spacing: 0.03em;
    }
    .t_cms_txt4{width: 90%;}
    
    .other .box_title{width: 290px;}
    
    #contents .box h3{font-size: 1.7rem;}
    
    .box_shop_link a h2{font-size: 1.8rem; letter-spacing: 0em;}
    .box_shop_link a span{letter-spacing: 0em;}
    
    #page_title p{
        text-shadow: 0px 2px 3px #ffb20e;
        letter-spacing: 0.07em;
    }
    #page_title .img-container::after{background-color: rgba(255, 213, 35, 0.4);}
    .cate_list li{width: 100%;margin-right: 0;}
    .cate_list li a{
        padding: 10px 0;
        letter-spacing: 0em;
        text-align: left;
    }
}
/* 閉じるボタン付き追従バナー */
.fix_banner{
	max-width: 200px;
	position: fixed;
	bottom: 10px;
	right: 90px;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	bottom: 100px;
    right: 180px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	/*border: solid 2px #004b9b;*/
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: #959595;
	height: 2px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close {opacity: 0;z-index: -1;
}
.fix_banner.close2{opacity: 0;z-index: -1;}

@media  screen and (max-width: 768px){
.fix_banner{max-width: 200px;}
.fix_banner .close_bt{}
}

@media  screen and (max-width: 667px){
.fix_banner{max-width: 150px;}
.fix_banner .close_bt{
	width: 25px;
	height: 25px;
	bottom: 70px;
	right: 132px;
}
.fix_banner .close_bt span{
	width: 25px;
	height: 25px;
}
}
/* 閉じるボタン付き追従バナー end */

/* お客様の声 ------------------------- */
.v_type1 .triangle {
    display: block;
    border: #ffbb23 solid 3px;
    border-radius: 15px;
}
.v_type1 .triangle:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    border-style: solid;
    border-color: #FFF transparent;
    border-width: 13px 13px 0 0;
    bottom: -13px;
    left: 50%;
    margin-left: -8.5px;
}
.v_type1 .triangle:after {
    content: '';
    position: absolute;
    display: block;
    z-index: 0;
    border-style: solid;
    border-color: #ffbb23 transparent;
    border-width: 17px 18px 0 0;
    bottom: -19px;
    left: 50%;
    margin-left: -11px;
}


/* お知らせ ------------------------------------- */
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}


/* こだわりの商品 --------------------------------- */
.link_type1 .link_top .link_title {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
    border: 2px solid #ffbb23;
    border-radius: 15px;
}
.link_type1 .link_top a:hover{
    background-color: #fff9df;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}

.link_type1 .shop_link a{
    background-color: #ffbb23;
    color: #fff;
    display: block;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 5px;
    
    transition: all 0.8s;
}
.link_type1 .shop_link a:hover{
    opacity: 0.7;
}

@media screen and (max-width: 667px){}

/* --------------------------------------------
 メインイメージ 
---------------------------------------------*/
.main_wrap{margin-top: 95vh;}
.main_img_wrap {
    overflow: hidden;
    height: 95vh;
    z-index: 1;
}
.main_img_wrap > img{
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
        width: auto;
    height: 100%;
}
.main_img_wrap .catchc{
    position: fixed;
    bottom: 13%;
    left: 3%;
    z-index: 2;
    width: 55%;;
    
animation-name: fadeInAnime;
animation-duration: 2.3s; /* アニメーション時間 */
animation-delay: 2s; /* 〇秒後に変化 */
animation-fill-mode:forwards;
opacity: 0;
filter: blur(10px);
}

@keyframes fadeInAnime{
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@media screen and (min-width: 1530px){
    .main_img_wrap > img{
        width: 100%;
        height: auto;
    }
}
/* タブレット */
@media screen and (max-width: 768px){
    .main_wrap{margin-top: 42vh;}
    .main_img_wrap{height: 42vh; overflow: hidden;}
    .main_img_wrap  > img{top: 50%;}
    .main_img_wrap .catchc{bottom: 63%;}
}
/* スマホ */
@media screen and (max-width: 667px){
    .main_img_wrap{height: 590px;max-height: 80vh;}
    .main_wrap{margin-top: 590px;}
    .main_img_wrap .catchc{width: 85%; bottom: 30%; left: 5%;}
}


/*--------------------------------------------
 全体 
----------------------------------------------*/
body{
    letter-spacing: 0.05em;
    line-height: 2;
}
body, .txt_color_nomal{color: #5c4512;}

.t_cms_txt4{font-family: 'Zen Kurenaido', sans-serif;}

.linkStyle{
	color: #ffd523;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color: #ffd523;
	opacity: 0.7;
	text-decoration: none;
}


.txt_color1,.hvr_txt_color1:hover{color: #69c742;} 
.txt_color2,.hvr_txt_color2:hover{color: #fff5cd;} 
.txt_color3,.hvr_txt_color3:hover{color: #ffbb23;} 
/*.txt_color4,.hvr_txt_color4:hover{color: #eae4df;} */
/*.txt_color5,.hvr_txt_color5:hover{color: #f2ede7;}*/ 

.bg_color1,.hvr_bg_color1:hover{background-color: #ffd523;}
.bg_color2,.hvr_bg_color2:hover{background-color: #fff5cd;}
.bg_color3,.hvr_bg_color3:hover{background-color: #ffbb23;} 
.bg_color4,.hvr_bg_color4:hover{background-color: #fff7d5;} 
/*.bg_color5,.hvr_bg_color5:hover{background-color: #f2ede7;}*/ 

.border_color1,.hvr_border_color1:hover{border-color: #ffd523;}
.border_color2,.hvr_border_color2:hover{border-color: #fff5cd;}
.border_color3,.hvr_border_color3:hover{border-color: #ffbb23;}
.border_color4,.hvr_border_color4:hover{border-color: #ffeea7;}
/*.border_color5,.hvr_border_color5:hover{border-color: #f2ede7;}*/