body{
    font-family:"Noto Sans Japanese", sans-serif;
    color:#333;
    background:#fff;
 }
 *{
    box-sizing:border-box;
 }
 img{
    max-width:100%;
    height:auto;
    object-fit:cover;
 }

 a{
    transition:0.2s;
 }
 a:hover{
    opacity:0.8;
    transition:0.2s;
 }
 
 .cf::after{
    content:"";
    display:block;
    clear:both;
 }

 @media screen and (max-width:768px){
    html{
        margin-top:0!important;
    }
    body{
        margin-top:60px;
    }
 }
 
/* CSS変数 */
/* ============================================ */

:root {
    --main-bg1-color:;
    --main-bg2-color:;
}


/* ヘッダー */
/* ============================================ */

.header__box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    width:1200px;
    margin:auto;
    padding-top:20px;
    padding-bottom:20px;
}

.header__box__left{
//    width:600px;
    width: 490px;
    display:flex;
    justify-content:space-between;
}
.header__box__left__left{
    width:220px;
}
.header__box__left__right{
    display:flex;
    align-items:center;
    width:220px;
}
.header__box__left__right__form{
    display:flex;
    justify-content:space-between;
    align-items:center;
    border:1px solid #ccc;
    border-radius:30px;
    padding:4px 10px;
    width:200px;
}
.header__box__left__right__form__input{
    font-size:13px;
}
.header__box__left__right__form__submit{
    font-size:13px;
    color:#777777;
}

.header__box__right{
//    width:600px;
    width:700px;
}
.header__box__right__list{
    display:flex;
    justify-content:space-between;
}
.header__box__right__list__items{
    text-align:center;
}
.header__box__right__list__items__link{
    font-size:14px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.header__box__right__list__items__link::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #5c9863;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.header__box__right__list__items__link:hover::after {
    transform: scale(1, 1);
}
.header__box__right__list__items__link.header__box__right__list__items__link__contact::after{
    display:none;
}
.header__box__right__list__items__link__inText{
    display:block;
    font-size:10px;
    color:#5c9863;
}
.header__box__right__list__items__link__contact{
    display:inline-block;
    width:120px;
    height:30px;
    line-height:30px;
    text-align:center;
    background:#5c9863;
    color:#fff;
}

/* パンくずリスト */
/* ============================================ */
/*
.breadcrumb{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.breadcrumb__box{
    width:1200px;
    margin:auto;
}
.breadcrumb__box__list{
    display:flex;
    height:40px;
    line-height:40px;
    padding: 0 20px;
}
.breadcrumb__box__list__items{
    font-size:11px;
    color:#999999;
    margin-right:10px;
}
.breadcrumb__box__list__items__link{

}
*/


.breadcrumbs{
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}
.breadcrumbs__box{
    width:1200px;
    margin:auto;
    overflow-x: scroll;
    white-space: nowrap;
    /* IE, Edge 対応 */
    -ms-overflow-style: none;
    /* Firefox 対応 */
    scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.breadcrumbs__box::-webkit-scrollbar {
    display:none;
}
.breadcrumbs__box__list{
    display:flex;
    align-items: center;
    height:40px;
    line-height:40px;
    padding: 0 20px;
}
.breadcrumbs__box__list > span{
    font-size:11px;
    color:#999999;
    margin-right:10px;
}
@media screen and (max-width:768px){
    .breadcrumbs__box{
        width:100%;
    }
}

/* 下層ページ共通 */
/* ============================================ */

.main__content{
    margin-top:50px
}
@media screen and (max-width:768px){
    .main__content{
        margin-top:20px;
    }
}

/* 1カラム用テンプレート */
.main__content__oneColumn{
    margin: 60px auto;
    width:870px;
}
.contact__form__thanks{
    text-align:center;
}
.contact__form__thanks img{
    margin-left:auto;
    margin-right:auto;
    width:400px;
}
@media screen and (max-width:768px){
    .main__content__oneColumn{
        margin: 20px auto;
        width:90%;
    }
    .contact__form__thanks img{
        width:80%;
    }
}

/* 下層ページページ上サムネイル */
/* ============================================ */

.item__list__thumbnail{
    display:flex;
    align-items:center;
    background:url('../image/page__header__top__img__1.png');
    height:120px;
    background-size:cover;
}
.item__list__thumbnail__box{
    display:flex;
    align-items:center;
    width:1200px;
    margin:auto;
}
.item__list__thumbnail__box__title{
    display:flex;
    align-items:center;
    color:#fff;
}
.item__list__thumbnail__box__title__title{
    display:inline-block;
    font-size:24px;
    font-weight:500;
    margin-right:15px;
}
.item__list__thumbnail__box__title__subTitle{
    display:inline-block;
    font-size:12px;
    font-weight:400;
}

@media screen and (max-width:768px){
    .item__list__thumbnail{
        height:80px;
    }
    .item__list__thumbnail__box{
        padding: 0 20px;
    }
}


/* メインビジュアル */
/* ============================================ */

.mainVisual{
    margin-bottom:150px;
}
.mainVisual__box{

}
.mainVisual__box__list{
    position:relative;
}
.mainVisual__box__list__items{
    position:relative;
}
.mainVisual__box__list__items__content{
    width:1080px;
//    margin:17vw auto auto;
    margin: 27vw auto auto;
    position:absolute;
    left:0;
    right:0;
    top:0;
    width:80%;
}
.mainVisual__box__list__items__content__text{
    line-height:1.8;
    text-shadow:0 0 7px #fff;
}
.mainVisual__box__list__items__1 .mainVisual__box__list__items__content__text{
    color:#fff;
    text-shadow:0 0 7px #000;
}
.mainVisual__box__list__items__2 .mainVisual__box__list__items__content__text{
    color:#fff;
    text-shadow:0 0 7px #000;
}
.mainVisual__box__list__items__3 .mainVisual__box__list__items__content__text{
    display: inline-block;
    background: rgba(255,255,255,0.7);
    padding: 11px;
}
.mainVisual__box__list__items__4 .mainVisual__box__list__items__content__text{
    display: inline-block;
    background: rgba(255,255,255,0.7);
    padding: 11px;
}

.mainVisual__box__list__items__link{

}
.mainVisual__box__list__items__link > img{
    width:100%;
}
.mainVisual__box__list .arrow__left{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    z-index:1;
    margin:auto;
    width:60px;
    height:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,0.8);
}
.mainVisual__box__list .arrow__right{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    z-index:1;
    margin:auto;
    width:60px;
    height:120px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:rgba(255,255,255,0.8);
}

.mainVisual__box__list .slick-dots{
    position:absolute;
    left:0;
    right:0;
    bottom:-60px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.mainVisual__box__list .slick-dots li{
    margin:auto 10px;
}
.mainVisual__box__list .slick-dots li button:before{
	width:10px;
    height:10px;
    background:#aaa;
    font-size:0;
    border-radius:50%;
}
.mainVisual__box__list .slick-dots li.slick-active button:before{
    background:#5c9863;
}

@media screen and (max-width:768px){
    .mainVisual{
        margin-bottom:110px;
    }
    .mainVisual .slick-slide img{
    //    height: 500px;
    }
    .mainVisual__box__list__items__content{
        width:82%;
        margin: 10vw auto auto;
        font-size: 4vw;
    }
    .mainVisual__box__list .arrow__left,
    .mainVisual__box__list .arrow__right{
        width: 30px;
        height: 70px;
    }
    .mainVisual__box__list .slick-dots li{
        margin:0 4px;
    }
}


/* TOPページ　メインコンテンツ */
/* ============================================ */

.content__1{
    position:relative;
    margin-bottom:200px;
}
.content__1__bg{
    position:absolute;
    bottom:30px;
    left:0;
    z-index:-1;
    width:80%;
    height:400px;
    background:#f8f8f3;
}
.content__1__boxWrap{
    width:1200px;
    margin:auto;
}
.content__1__boxWrap__title{
    margin-bottom:60px;
}
.content__1__boxWrap__title__main{
    display:block;
    font-size:21px;
    font-weight:400;
    margin-bottom:6px;
}
.content__1__boxWrap__title__sub{
    display:block;
    font-size:12px;
    color:#777777;
    font-weight:400;
}
.content__1__box{
    display:flex;
    justify-content:space-between;
}
.content__1__box__left{
    width:540px;
}
.content__1__box__left__link{
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
}
.content__1__box__left__top{
    margin-bottom:20px;
    overflow:hidden;
}
.content__1__box__left__top img{
    transition:0.4s all;
}
.content__1__box__left__top img:hover{
    transform:scale(1.1,1.1);
    transition:0.4s all;
}
.content__1__box__left__bottom{

}
.content__1__box__left__bottom__title{
    font-size:15px;
    font-weight:400;
    margin-bottom:10px;
}
.content__1__box__left__bottom__date{
    font-size:13px;
    color:#777777;
}

.content__1__box__right{
    width:600px;
}
.content__1__box__right__list{
    
}
.content__1__box__right__list__items{
    margin-bottom:15px;
}
.content__1__box__right__list__items__link{
    display:flex;
    justify-content:space-between;
}
.content__1__box__right__list__items__left{
    width:220px;
    overflow:hidden;
}
.content__1__box__right__list__items__left img{
    transition:0.4s all;
    height:130px;
}
.content__1__box__right__list__items__left img:hover{
    transform:scale(1.1,1.1);
    transition:0.4s all;
}
.content__1__box__right__list__items__right{
    width:360px;
}
.content__1__box__right__list__items__right__title{
    font-size:14px;
    font-weight:400;
    margin-bottom:10px;
}
.content__1__box__right__list__items__right__date{
    font-size:12px;
    color:#777777;
}

.content__1__box__right__list__nextWrap{
    margin-top:50px;
}
/*.content__1__box__right__list__next{
    display:block;
    width:280px;
    height:46px;
    line-height:46px;
    text-align:center;
    color:#fff;
    background:#5c9863;
    margin:auto;
    position:relative;
    font-size:14px;
}*/
.content__1__box__right__list__next{
    display:block;
    width:280px;
    height:46px;
    line-height:46px;
    text-align:center;
    color:#fff;
    background:#5c9863;
    margin:auto;
    position:relative;
    font-size:14px;
    /**/
    border:1px solid #5c9863;
    background: linear-gradient(to right, #5c9863 50%, #fff 50%);
    background-size: 200% auto;
    transition: .3s;
}
.content__1__box__right__list__next:hover {
    color: #5c9863;
    border:1px solid #5c9863;
    background-position: -100% 0
}
.content__1__box__right__list__next .fa-solid{
    position:absolute;
    font-size:12px;
    top:0;
    bottom:0;
    right:20px;
    margin:auto;
    height:8px;
}

@media screen and (max-width:768px){
    .content__1{
        width:90%;
        margin:auto auto 100px;
    }
    .content__1__box{
        display:block;
    }
    .content__1__box__left{
        width:100%;
        margin-bottom:30px;
    }
    .content__1__box__right{
        width:100%;
    }
    .content__1__box__right__list__items__left{
        width:30%;
    }
    .content__1__box__right__list__items__right{
        width:70%;
        padding-left:5%;
    }
    .content__1__box__right__list__items__left img{
        height:16vw;
    }
}


/**/
.content__2__bg{
    position:absolute;
    top:290px;
    right:0;
    z-index:-1;
    width:87%;
    height:650px;
    background:#f8f8f3;
}
.content__2__box{

}
.content__2__box__list{

}
.content__2__box__list__items{
    float:left;
    width:210px;
    margin-right:37.5px;
    margin-bottom:37.5px;
    overflow:hidden;
	position:relative;	/* 相対位置指定 */
}
.content__2__box__list__items:nth-child(5n){
    margin-right:0;
}
.content__2__box__list__items__link{

}
.content__2__box__list__items__link__caption {
    font-size: 100%;
    text-align: center;
    padding-top: 80px;
    color: #fff;
    width: 90%;
    margin: auto;
}
.content__2__box__list__items__link__mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.6);	/* マスクは半透明 */
	-webkit-transition:	all 0.2s ease;
	transition:		all 0.2s ease;
}
.content__2__box__list__items:hover .content__2__box__list__items__link__mask {
	opacity:		1;	/* マスクを表示する */
}

.content__2__box__list__items__link > img{
    width:100%;
    height:210px;
    border:1px solid #ddd;
}

@media screen and (max-width:768px){
    .content__2__box__list__items{
        width:30%;
        margin-right:5%!important;
    }
    .content__2__box__list__items:nth-child(5n){

    }
    .content__2__box__list__items:nth-child(3n){
        margin-right:0!important;
    }
    .content__2__box__list__items__link > img{
        height:100px;
    }
}

/**/
.tab-group{
display: flex;
justify-content:space-between;
justify-content: center;
width:720px;
margin:auto auto 50px;
}
.tab{
flex-grow: 1;
padding:5px;
text-align:center;
cursor:pointer;
font-size:15px;
color:#c7c7c7;
border-bottom:1px solid #c7c7c7;
margin:0 10px;
}
.panel-group{

}
.panel{
display:none;
}
.tab.is-active{
color:#5c9863;
border-bottom:1px solid #5c9863;
transition: all 0.2s ease-out;
}
.panel.is-show{
display:block;
}

@media screen and (max-width:768px){
    .tab-groupWrap{
        overflow-x:scroll;
        white-space:nowrap;
        /* IE, Edge 対応 */
        -ms-overflow-style: none;
        /* Firefox 対応 */
        scrollbar-width: none;
    }
    /* Chrome, Safari 対応 */
    .tab-groupWrap::-webkit-scrollbar {
        display:none;
   }
    .tab-group{
        margin-bottom:20px;
    }
}

/**/

.content__3__box__content{
    display:flex;
    justify-content:space-between;
}
.content__3__box__content__items{

}
.content__3__box__content__items__1{
    width:300px;
}
.content__3__box__content__items__2{
    width:320px;
}
.content__3__box__content__items__3{
    width:160px;
}
.content__3__box__content__items__4{
    width:180px;
}
.content__3__box__content__items__5{
    width:160px;
}
.content__3__box__content__items:last-child{
    margin-right:0;
}
.content__3__box__content__items a{
    display:block;
}
.content__3__box__content__items a:nth-child(2){
    margin-top:20px;
}
.content__3__box__content__items__link{
    overflow:hidden;
    position:relative;
}
.content__3__box__content__items__link img{
    transition:0.4s all;
}
.content__3__box__content__items__link img:hover{
    transform:scale(1.1,1.1);
    transition:0.4s all;
}
.content__3__box__content__items__inTitle{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 17px;
    color: #fff;
    text-align: center;
    text-shadow:0 0 3px #000;
}

.content__3__box__content__nextWrap{
    display: flex;
    justify-content: center;
    width: 680px;
    margin: 70px auto auto;
}
.content__3__box__content__next{
    display: block;
    width: 280px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #5c9863;
    margin: auto;
    position: relative;
    font-size: 14px;
    /**/
    border:1px solid #5c9863;
    background: linear-gradient(to right, #5c9863 50%, #fff 50%);
    background-size: 200% auto;
    transition: .3s;
}
.content__3__box__content__next:hover {
    color: #5c9863;
    border:1px solid #5c9863;
    background-position: -100% 0
}
.content__3__box__content__next .fa-solid{
    position: absolute;
    font-size: 12px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 8px;
}

@media screen and (max-width:768px){
    .content__3__box__content{
        display:block;
    }
    .content__3__box__content__nextWrap{
        width:100%;
        margin-top:20px;
    }
    .content__3__box__content__next{
        width:46%;
    }
    .content__3__box__content__items__1{
        width:100%;
        margin-bottom:20px;
    }
    .content__3__box__content__items__2{
        width:100%;
        margin-bottom:20px;
    }
    .content__3__box__content__items__3{
        display:flex;
        justify-content:space-between;
        width:100%;
    }
    .content__3__box__content__items a:nth-child(2){
        margin-top:0;
    }
    .content__3__box__content__items__4{
        width:100%;
        margin-bottom:20px;
    }
    .content__3__box__content__items__5{
        display:flex;
        justify-content:space-between;
        width:100%;
        margin-bottom:20px;
    }
    .content__3__box__content__items__link{
        display:inline-block;
        margin-bottom:20px;
    }
    .content__3__box__content__items__link img{
    //    height: 150px;
        height: 40vw;
        width: 100%;
    }
    .content__2__bg{
        top:210px;
    }
}


/**/
.top__company__box{
    display:flex;
    width:100%;
    margin-bottom:180px;
    overflow-x:hidden;
}
.top__company__box__left{
    width:58%;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    height:400px;
    color:#fff;
}
.top__company__box__left__title{
    position:relative;
    font-size:24px;
}
.top__company__box__left__subTitle{
    position:relative;
    font-size:15px;
    margin-top:4px;
}
.top__company__box__left__img{
    width:100%;
    position:absolute;
    top:0;
    left:0;
    height:400px;
}
.top__company__box__right{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
    width:42%;
    background:#eeeeee;
    position:relative;
    height:400px;
}
.top__company__box__right__text{
    display:flex;
    justify-content:center;
    width:420px;
    font-size:20px;
	text-align: center;
}
.top__company__box__right__nextWrap{
    margin-top:60px;
}
.top__company__box__right__next{
    display: block;
    width: 280px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #5c9863;
    margin: auto;
    position: relative;
    font-size: 14px;
    /**/
    border:1px solid #5c9863;
    background: linear-gradient(to right, #5c9863 50%, #fff 50%);
    background-size: 200% auto;
    transition: .3s;
}
.top__company__box__right__next:hover {
    color: #5c9863;
    border:1px solid #5c9863;
    background-position: -100% 0
}
.top__company__box__right__next .fa-solid {
    position: absolute;
    font-size: 12px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    height: 8px;
}



@media screen and (max-width:768px){
    .top__company__box{
        display:block;
        margin-bottom:50px;
        overflow-y: hidden;
    }
    .top__company__box__right__text{
        width:90%;
    }
    .top__company__box__left{
        width:100%;
        height:160px;
    }
    .top__company__box__left__img{
        height:160px;
    }
    .top__company__box__right{
        width:100%;
        height:210px;
    }
    .top__company__box__right__nextWrap{
        margin-top:30px;
    }
}

/**/
.content__4{
    position:relative;
}
.content__4__bg{
    position:absolute;
    top:280px;
    left:0;
    right:0;
    z-index:-1;
    width:990px;
    height:1100px;
    background:#f8f8f3;
    margin:auto;
}
.company__box .content__4__bg{
    top:180px;
}
.content__4__box{
    display:flex;
    justify-content:space-between;
}
.content__4__box__left{
//    width:540px;
    width:500px;
}
.content__4__box__left__title{
    display:flex;
    justify-content:center;
    align-items:center;
    color:#555555;
    font-size:14px;
    margin-bottom:35px;
    font-weight:400;
}
.content__4__box__left__title__icon{
    margin-right:10px;
}
.content__4__box__left__content{
    background:#eeeeee;
    height:570px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.content__4__box__left__content iframe{
    width:100%;
}

.content__4__box__right{
    width:540px;
}
.content__4__box__right__title{

}
.content__4__box__right__content{

}
.content__4__box__right__content__video{
    margin-bottom:30px;
}
.content__4__box__right__content__title{
    font-size:15px;
    font-weight:400;
}

.content__4__box__bottom{
    margin-top:80px;
}
.content__4__box__bottom__img{

}
.content__4__box__bottom__img > img{
    width:100%;
}

@media screen and (max-width:768px){
    .content__4__box{
        display:block;
    }
    .content__4__box__left{
        width:100%;
    }
    .content__4__box__right{
        width:100%;
        margin-top:40px;
    }
    .content__4__bg{
        width:100%;
    }
    .content__4__box__left__content{
        height:440px;
    }
    .content__4__box__left__content iframe{
        height: 440px;
    }
}


/* 取引先一覧 */
/* ============================================ */

.spl__boxWrap{

}
.spl__box{

}
.spl__box__top{
    width:1200px;
    border:1px solid #ddd;
    margin:auto auto 50px;
}
.spl__box__top__box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:15px 25px;
}
.spl__box__top__box__left{

}
.spl__box__top__box__left__icon{
    color:#8e8e8e;
    font-size:19px;
    font-weight:600;
    margin-right:20px;
}
.spl__box__top__box__left__linkWrap{

}
.spl__box__top__box__left__link{
    display:inline-block;
    padding:5px 10px;
    background:#5c9863;
    color:#fff;
    border-radius:50px;
    font-size:12px;
    margin-right:6px;
}
.spl__box__top__box__right{

}
.spl__box__top__box__right__link{
    font-size:14px;
    color:#555555;
}
.spl__box__top__box__right__link .fa-solid{
    color:#5c9863;
}

.spl__listWrap{

}
.spl__list__title{
    font-size:19px;
    border-bottom:1px solid #ddd;
    width:1200px;
    padding-bottom:10px;
    margin:auto auto 30px;
}
.spl__list{
    width:1200px;
    margin:auto;
}
.spl__list__items{
    float:left;
    width:280px;
    height: 250px;
    margin-right:26.666666px;
    margin-bottom:26.666666px;
    border:1px solid #ddd;
    position:relative;
}
.spl__list__items:nth-child(4n){
    margin-right:0;
}
.spl__list__items__box{
    padding:20px 25px;
}
.spl__list__items__box__cat{
    margin-bottom:5px;
}
.spl__list__items__box__cat a{
    color: #fff;
    font-size: 10px;
    background: #5c9863;
    display: inline-block;
    padding: 1px 4px;
}
.spl__list__items__box__title{
    font-size:16px;
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px solid #ddd;
    font-weight:500;
}
.spl__list__items__box__text{
    font-size:15px;
    color:#777777;
    margin-bottom:5px;
}
.spl__list__items__box__tel{
    font-size:15px;
    color:#777777;
    margin-bottom:15px;
}
.spl__list__items__box__linkWrap{
    text-align:right;
    position:absolute;
    right:20px;
    bottom:20px;
}
.spl__list__items__box__link{
    font-size:14px;
    color:#5c9863;
}

@media screen and (max-width:768px){
    .spl__box{
        width: 90%;
        margin: auto;
    }
    .spl__list__items{
        width:48%;
        height: 60vw;
        margin-right:4%;
    }
    .spl__list__items:nth-child(even){
        margin-right:0;
    }
    .spl__list__items__box{
        padding: 15px 14px;
    }
    .spl__list__items__box__title{
        font-size:13px;
    }
    .spl__list__items__box__text{
        font-size:10px;
    }
    .spl__list__items__box__tel{
        font-size:10px;
    }
    .spl__list__items__box__link{
        font-size: 12px;
    }
    .spl__box__top__box{
        display:block;
        padding: 15px 0px;
    }
    .spl__box__top__box__left{
        padding: 0 18px;
    }
    .spl__box__top__box__right{
        border-top: 1px solid #ddd;
        margin-top: 16px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .spl__listWrap{
        margin-bottom:20px;
    }
}


/* フッター */
/* ============================================ */

.footer__box{
    width:1200px;
    margin:160px auto auto;
}
.footer__box__top{
    margin-bottom:30px;
}
.footer__box__top__link{

}
.footer__box__top__link > img{
//    width:320px;
    width:210px;
}
.footer__box__bottom{
    margin-bottom:90px;
}
.footer__box__bottom__list{
    display:flex;
    font-size:14px;
}
.footer__box__bottom__list__items{
    margin-right:20px;
}

.footer__box__copyright{
    width:1200px;
    margin:auto auto 25px;
}
.footer__box__copyright__text{
    font-size:12px;
    color:#777777;
}
.footer__box__bottom__list__items__link{
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.footer__box__bottom__list__items__link::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #5c9863;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.footer__box__bottom__list__items__link:hover::after {
    transform: scale(1, 1);
}
.footer__box__bottom__list__items:last-child .footer__box__bottom__list__items__link::after{
    display:none;
}
.footer__box__bottom__list__items__link__contact{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #5c9863;
    color: #fff;
}

@media screen and (max-width:768px){
    .footer__box{
        margin-top:0;
    }
    .footer__box__top{
        text-align:center;
    }
    .footer__box__top__link > img{
        width:80%;
    }
    .footer__box__bottom{
        margin-bottom:30px;
    }
    .footer__box__bottom__list{
        display:block;
    }
    .footer__box__bottom__list__items{
        margin-right:0;
    }
    .footer__box__bottom__list__items__link{
        display: block;
        height: 50px;
        line-height: 50px;
        border-bottom: 1px solid #ddd;
        padding: 0 20px;
    }
    .footer__box__bottom__list__items__link__contact{
        margin: 30px auto 0;
        width: 80%;
    }
    .footer__box__copyright__text{
        text-align:center;
    }
}


/* 商品一覧ページ */
/* ============================================ */

.item__list__top{
    width:1200px;
    margin:auto auto 60px;
}
.item__list__top__text{
    font-size:15px;
    color:#777777;
    line-height:1.8;
}

.mainContentWrap{
    width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
}
.sidebar{
    width:270px;
}
.mainContent{
    width:870px;
}

@media screen and (max-width:768px){
    .item__list__top{
        width:90%;
        margin-bottom:25px;
    }
    .mainContentWrap{
        width:100%;
        flex-direction:column-reverse;
    }
    .sidebar{
        width:100%;
    }
    .mainContent{
        width:90%;
        margin:auto auto 60px;
    }
    
}


/* サイドバー */
/* ============================================ */

.sidebar-container{
    
}
.sidebar__boxWrap{
    margin-bottom:30px;
}
.sidebar__box{
    border:1px solid #cccccc;
    margin-bottom: 30px;
}
.sidebar__box__title{
    border-bottom:1px solid #cccccc;
    font-size:15px;
    color:#555555;
    padding:10px 20px;
}
.sidebar__box__title .fa-solid{
    margin-right:10px;
    color:#5c9863;
}
.sidebar__box__contentWrap{
    padding:25px 20px;
}
.sidebar__box__list{
    margin-bottom:20px;
}
.sidebar__box__list__items{
    float:left;
    margin-right:7px;
    margin-bottom:5px;
}
.sidebar__box__list__items__link{
    display:inline-block;
    font-size:13px;
    color:#fff;
    font-weight:500;
    background:#5c9863;
    border-radius:50px;
    padding:2px 10px;
}

.sidebar__box__nextWrap{

}
.sidebar__box__next{
    display:block;
    width:100%;
    font-size:14px;
    text-align:center;
    border:1px solid #333;
    height:44px;
    line-height:44px;
    transition:0.3s;
}
.sidebar__box__next:hover{
    transition:0.3s;
    background:#333;
    color:#fff;
}


.sidebar__box__contentWrap__2{

}
.sidebar__box__contentWrap__2__title{
    font-size:13px;
    color:#555555;
    height:40px;
    line-height:40px;
    padding:0 20px;
    border-bottom:1px solid #ccc;
}
.sidebar__box__contentWrap__2__list{

}
.sidebar__box__contentWrap__2__list__items{
    
}
.sidebar__box__contentWrap__2__list__items__link{
    display: block;
    font-size: 13px;
    color: #5c9863;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 0 25px;
    position: relative;
    transition: 0.1s;
    overflow: hidden;
    padding-right: 45px;
}
.sidebar__box__contentWrap__2__list__items:last-child .sidebar__box__contentWrap__2__list__items__link{
//    border-bottom:none;
}
.sidebar__box__contentWrap__2__list__items__link .fa-solid{
    position:absolute;
    top:0;
    bottom:0;
    right:20px;
    height:10px;
    margin:auto;
}
.sidebar__box__contentWrap__2__list__items__link:before{
    content:"";
    display:block;
    width:1px;
    height:18px;
    background:#ddd;
    position:absolute;
    top:0;
    bottom:0;
    right:42px;
    margin:auto;
}
.sidebar__box__contentWrap__2__list__items__link:hover{
    transition:0.1s;
    background:#eee;
}

/**/
.author__meta__box{
    width: 236px;
    margin: 30px auto;
}
.author__meta__box__image{
    width: 70px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ddd;
    overflow: hidden;
    margin-bottom: 20px;
}
.author__meta__box__image img{
    width:100%;
}
.author__meta__box__name{
    margin-bottom: 10px;
}
.author__meta__box__des{
    font-size: 12px;
}
@media screen and (max-width:768px){
    .author__meta__box{
        width:90%;
    }
}


/**/
.item__list__list{

}
.item__list__list__items{
    float:left;
    width:270px;
    height:390px;
    border:1px solid #ccc;
    margin-right:30px;
    margin-bottom:40px;
}
.item__list__list__items:nth-child(3n){
    margin-right:0;
}
.item__list__list__items__link{

}
.item__list__list__items__top{
    border-bottom:1px solid #ccc;
    overflow:hidden;
}
.item__list__list__items__top a > img{
    width:100%;
    height:200px;
    transition:0.4s all;
}
.item__list__list__items__top a > img:hover{
    transform:scale(1.1,1.1);
    transition:0.4s all;
}
.item__list__list__items__bottom{
    padding:16px 15px;
}
.item__list__list__items__bottom__title{
    font-size:15px;
    font-weight:500;
    margin-bottom:7px;
    color:#5c9863;
    transition:0.4s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item__list__list__items__bottom__title:hover{
    opacity:0.7;
    transition:0.4s;
}
.item__list__list__items__bottom__meta{
}
.item__list__list__items__bottom__meta__person{
    display:inline-block;
    font-size:12px;
    color:#888888;
    margin-bottom:9px;
    margin-right:15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.item__list__list__items__bottom__meta__person__title{

}
.item__list__list__items__bottom__meta__person__name{

}
.item__list__list__items__bottom__meta__person__name a:hover{
    text-decoration:underline;
}
.item__list__list__items__bottom__meta__displayFlex{
    display:flex;
    flex-direction: column;
}
.item__list__list__items__bottom__price{
    margin-top:2px;
    font-weight:500;
}


/**/
.pnavi{
    display:flex;
    align-items:center;
    margin:auto auto 70px;
}
.pnavi .page-numbers{
    display:flex;
    justify-content:center;
    align-items:center;
    width:40px;
    height:44px;
    border:1px solid #5c9863;
    margin-right:14px;
    font-size:19px;
    color:#5c9863;
}
.pnavi .page-numbers.current{
    background:#5c9863;
    color:#fff;
}
.pnavi .dots{
    border:none;
}
.pnavi .page-numbers.prev,
.pnavi .page-numbers.next{
    display:none;
}
.nav-links{
    display:flex;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next{
    display:none;
}

@media screen and (max-width:1080px){
    .news__list__box__list{
        width:90%;
    }
    .news__list__box__list__items__text__link{
        display: block;
        line-height: 1.6;
        margin-top: 19px;
    }
    .news__list__box__list__items__date{
        color: #017afe;
        margin-right: 10px;
    }
    .news__list__box__list__items__cat{
        margin-right: 10px;
    }
}


/**/
.list-item{
    opacity: 1;
}
.list-item.is-hidden {
    opacity: 0;
    height: 0;
}
.list-btn {

}
.list-btn.is-btn-hidden{
  display:none;
}
.list-btn button {
    position: relative;
    z-index: 99;
    color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    line-height: 32px;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    margin: auto;
    text-align: center;
    font-size: 13px;
    color: #5c9863;
}

@media screen and (max-width:768px){
    .item__list__list__items{
        width:48%;
        margin-right:4%;
        height: 310px;
    }
    .item__list__list__items:nth-child(3n){
        margin-right:4%;
    }
    .item__list__list__items:nth-child(even){
        margin-right:0;
    }
    .item__list__list__items__top a > img{
        height:120px;
    }
    .item__list__list__items__bottom{
        padding: 9px 10px;
    }
    .item__list__list__items__bottom__title{
        font-size:13px;
        line-height: 1.5;
    }
}



/* 商品詳細ページ */
/* ============================================ */

.product__detail{

}
.product__detail__box{

}

.product__detail__box__top{
    width:1200px;
    margin:auto;
    position:relative;
}
.product__detail__box__top__title{
    color:#444444;
    font-size:25px;
    margin-bottom:5px;
}
.product__detail__box__top__samllText{
    font-size:15px;
    color:#5c9863;
    margin-bottom:30px;
}
.product__detail__box__top__print{
    display:flex;
    align-items:center;
    justify-content:center;
    width:130px;
    height:30px;
    text-align:center;
    border-radius:40px;
    background:#999999;
    color:#fff;
    cursor:pointer;
    font-size:15px;
    position:absolute;
    top:0;
    right:0;
}
.product__detail__box__top__print .fa-solid{
    margin-right:5px;
}

.product__detail__box__top__producer{
    width: 1200px;
    margin: auto auto 20px;
}
.product__detail__box__top__producer__name{
    font-size: 16px;
}
.product__detail__box__top__producer__smallText{
    font-size: 13px;
}
.product__detail__content{
    display:flex;
    justify-content:space-between;
    width:1200px;
    margin:auto;
}
.product__detail__content__left{
    width:560px;
}
.product__detail__content__left__top{
    margin-bottom:20px;
    cursor:pointer;
}
.product__detail__content__left__top__img{
    border:1px solid #ddd;
    height:410px;
}
.product__detail__content__left__list{

}
.product__detail__content__left__list__items{
    float:left;
    width:130px;
    margin-right:13.333333px;
    margin-bottom:13.333333px;
}
.product__detail__content__left__list__items:nth-child(4n){
    margin-right:0;
}
.product__detail__content__left__list__items__link{
    
}
.product__detail__content__left__list__items img{
    width:100%;
    height:96px;
    border:1px solid #ddd;
    cursor:pointer;
}
.product__detail__content__left__top > img{
    width:100%;
}
.product__detail__content__right{
    width:600px;
}

.product__detail__content__right__price{
    color:#444444;
    margin-bottom:20px;
}
.product__detail__content__right__table{
    border-collapse: collapse;
    border-spacing: 0;
    font-size:15px;
}
.product__detail__content__right__table tr{

}
.product__detail__content__right__table tr th{
    width:230px;
    padding: 8px 18px;
    background: #f3f3f3;
    border: solid 1px #ddd;
}
.product__detail__content__right__table tr td{
    width:370px;
    padding: 8px 18px;
    border: solid 1px #ddd;
}


.product__detail__content__mainContent__box{
    width:1200px;
    margin:auto;
}
.product__detail__content__mainContent__box h2{
    display:flex;
    justify-content:space-between;
    align-items:center;
    background:#f0f6f1;
    border-left:8px solid #5c9863;
    font-size:21px;
    padding: 7px 20px;
    margin-top:60px;
    margin-bottom:25px;
    font-weight:500;
}
.pd__btn{
    display: inline-block;
    width: 90px;
    height: 26px;
    line-height: 26px;
    background: #5c9863;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor:pointer;
}
.pd__btn__plus{

}
.product__detail__content__mainContent__box h3{
    font-size:19px;
    font-weight:500;
    border-bottom:3px dotted #dddddd;
    padding-bottom:10px;
    margin-bottom:10px;
    color:#5c9863;
    margin-top:40px;
}
.product__detail__content__mainContent__box p{
    font-size:15px;
    margin-bottom:20px;
}
.product__detail__content__mainContent__box a{
    color:#e48600;
    text-decoration:underline;
}
.product__detail__content__mainContent__box__post{
    display:flex;
    justify-content:space-between;
}
.product__detail__content__mainContent__box__post table{
    width:580px;
}
.product__detail__content__mainContent__box__post table tr{
    border-bottom:1px solid #ddd;
}
.product__detail__content__mainContent__box__post table tr:first-child th{
    border-top:none;
}
.product__detail__content__mainContent__box__post table tr th{
    display:flex;
    align-items:center;
    width:270px;
    padding: 10px 18px;
    color:#5c9863;
}
.product__detail__content__mainContent__box__post table tr td{
    width:310px;
    padding: 10px 18px;
}
.product__detail__content__mainContent__box__post table tr:first-child td{
    border-top:none;
}
.product__detail__content__mainContent__box__post table tr th .table__icon{
    display:inline-block;
    width:8px;
    height:8px;
    background:#5c9863;
    margin-right:10px;
}
@media screen and (max-width:768px){
    .product__detail__box__top{
        width:90%;
    }
    .product__detail__box__top__producer{
        width:90%;
    }
    .product__detail__content{
        display:block;
    }
    .product__detail__content__left{
        width:90%;
        margin:auto;
    }
    .product__detail__content__right{
        width:100%;
    }
    .product__detail__content__right__table{
        width:100%;
    }
    .product__detail__content__right__table tr th{
        display:block;
        width:100%;
    }
    .product__detail__content__right__table tr td{
        display:block;
        width:100%;
    }
    .product__detail__content__mainContent__box{
        width:90%;
    }
    .product__detail__content__mainContent__box__post{
        display:block;
    }
    .product__detail__content__mainContent__box__post table{
        width:100%;
    }
    .product__detail__content__mainContent__box__post table tr{
    }
    .product__detail__content__mainContent__box__post table tr:first-child th{

    }
    .product__detail__content__mainContent__box__post table tr th{
        display:block;
        width:100%;
        padding-left: 0;
    padding-right: 0;
    }
    .product__detail__content__mainContent__box__post table tr td{
        display:block;
        width:100%;
        padding-left: 0;
    padding-right: 0;
    }
    .product__detail__box__top__print{
        position:static;
        margin-bottom:10px;
    }
    .product__detail__content__left__list__items{
        width:22%;
        margin-right:4%;
    }
    .product__detail__content__left__list__items img{
        height: 16vw;
    }
    .product__detail__content__right{
        width:90%;
        margin: 20px auto 0;
    }
}

/**/
.flex__box{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
    margin-bottom:80px;
}
.flex__box__left{
    width:560px;
}
.flex__box__right{
    width:600px;
}
.flex__box__colorBox{
    border:3px dotted #5c9863;
    padding:20px;
}
.flex__box__colorBox p:last-child{
    margin-bottom:0;
}
.flex__box__element{
    position:relative;
}
.flex__box__element > span{
    display:block;
    width:470px;
    height:290px;
    background:#f0f6f1;
    z-index:-1;
    position:absolute;
    bottom:-20px;
    right:-30px;
}
.flex__box__element > img{
    width:580px;
    border:1px solid #ddd;
}
.flex__box__element > p{
    font-size:12px;
    color:#777777;
    margin-top:10px;
}
.display__flex{
    display:flex;
    justify-content:space-between;
}
.display__flex div{
    width:49%;
}

.flex-reverse .flex__box__element > span{
    left:-20px;
}
.gold__color{
    color:#bfab41;
}

@media screen and (max-width:768px){
    .flex__box{
        display:block;
    }
    .flex__box__left{
        display:block;
        width:100%;
        margin-bottom:60px;
    }
    .flex__box__right{
        width:100%;
    }
    .flex__box__element > img{
        width:100%;
    }
}

/**/
.box__dg{
    border:1px solid #ddd;
    width:1000px;
    margin:auto;
}
.box__dg__1{
    margin-top:40px;
}
.box__dg__title{
    text-align:center;
    border-bottom:1px solid #ddd;
    font-size:19px;
    color:#5c9863;
    padding:10px 0;
}
.box__dg__ct{
    
}
.box__dg__ct__box{
    padding:30px;
}
.box__dg__ct__box p{
    margin-bottom:20px;
}
.box__dg__ct__box__el{
    display:flex;
    justify-content:space-between;
    margin-bottom:30px;
}
.box__dg__ct__box__el__left{
    width:500px;
}
.box__dg__ct__box__el__left iframe{
    width:100%;
    height:340px;
}
.box__dg__ct__box__el__left > img{
    width:100%;
}
.box__dg__ct__box__el__left .caption,
.box__dg__ct__box__el__right .caption{
    font-size:12px;
    color:#777;
    margin-top:10px;
}
.box__dg__ct__box__el__left .display__flex,
.box__dg__ct__box__el__right .display__flex{
    margin-bottom:10px;
}
.box__dg__ct__box__el__left .display__flex:last-child,
.box__dg__ct__box__el__right .display__flex:last-child{
    margin-bottom:0;
}
.box__dg__ct__box__el__right{
    width:400px;
}
.box__dg__ct__box__el__right p{
    margin-bottom:20px;
}

@media screen and (max-width:768px){
    .box__dg{
        width:100%;
    }
    .box__dg__ct__box{
        padding: 17px;
    }
    .box__dg__ct__box__el{
        display:block;
    }
    .box__dg__ct__box__el__left{
        width:100%;
    }
    .box__dg__ct__box__el__right{
        width:100%;
    }
    .box__dg__ct__box__el__left iframe{
        height: 190px;
        margin-bottom: 20px;
    }
}


.flex-reverse{
    flex-direction:row-reverse;
}

.banner__detail__box{
    margin:60px 0 60px;
}

.product__detail__video{
    margin-top:110px;
}
.product__detail__video__box{
    margin-bottom:120px;
    position:relative;
}
.product__detail__video__box__bg{
    width:70%;
    height:740px;
    background:#f0f6f1;
    position:absolute;
    top:-37px;
    left:0;
    z-index:-1;
}
.product__detail__video__box__subTitle{
    margin-bottom:20px;
}
.product__detail__video__box__subTitle__smallText{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#5c9863;
    font-size:14px;
}
.product__detail__video__box__subTitle__smallText > img{
    margin-right:6px;
}
.product__detail__video__box__iframe{
    width:910px;
    height:520px;
    margin:auto;
}
.product__detail__video__box__iframe iframe{
    width:910px;
    height:520px;
}
.product__detail__video__box__title{
    width:800px;
    margin:35px auto auto;
    border-left:5px solid #5c9863;
    padding:6px 0 6px 14px;
    font-size:21px;
    color:#444444;
    font-weight:500;
}

.product__detail__slide{
    width:1040px;
    margin:auto auto 120px!important;
    position:relative;
}
.product__detail__slide .arrow__right{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    margin: auto;
    width: 36px;
    height: 36px;
    z-index: 1;
    border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    color:#999;
}
.product__detail__slide .arrow__left{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    margin: auto;
    width: 36px;
    height: 36px;
    z-index: 1;
    border: 1px solid #aaa;
    border-radius: 50%;
    text-align: center;
    color:#999;
}
.product__detail__slide .slick-dots{
    bottom: -50px;
}
.product__detail__slide .slick-dots button:before{
    color:#999;
}
.product__detail__slide .slick-dots .slick-active button:before{
    color:#5c9863;
}
.product__detail__slide__items{
    width:310px;
    cursor:pointer;
}
.product__detail__slide__items__link{
    margin: 0px 16px;
    display: block;
//    background: #eee;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
    position:relative;
}
.product__detail__slide__items__link > img{
    display: block;
    width: auto;
    max-height: 210px;
    max-width: 100%;
    margin:auto;
}
.product__detail__slide__items__capture{
    font-size:13px;
    color:#5c9863;
    margin-top:6px;
    position:absolute;
    bottom:0;
    left:0;
}

.pd__list{

}
.pd__list li{
    position:relative;
    padding-left:24px;
    margin-bottom:10px;
}
.pd__list li:before{
    display:inline-block;
    position:absolute;
    top:5px;
    left:-1px;
    content:"";
    width:16px;
    height:16px;
    background:#5c9863;
    border-radius:50%;
}
.pd__list li a{
    
}

/* 商品詳細コメント部分 */
.product__comment{

}
.product__comment h2,
.product__comment h3,
.product__comment h4,
.product__comment h5,
.product__comment h6{
    font-size: 18px;
    margin-bottom: 12px;
    color: #5c9863;
}

@media screen and (max-width:768px){
    .product__detail__video__box{
        margin-bottom: 60px;
    }
    .product__detail__video__box__iframe{
        width:90%;
        height: 53vw;
    }
    .product__detail__video__box__iframe iframe{
        width:100%;
        height: 210px;
    }
    .product__detail__video__box__title{
        width: 90%;
    }
    .product__detail__slide{
        width:100%;
        margin: auto auto 60px!important;
    }
}


/* ブログTOP */
/* ============================================ */

.blog__list__tab{
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
}
.blog__list__tab__link{
    height:35px;
    font-size:15px;
    display:inline-block;
    padding:0 15px;
    color:#777777;
    border-bottom:1px solid #ccc;
    margin-bottom:-1px;
}
.blog__list__tab__link__active{
    border-bottom:1px solid #5c9863;
    color:#5c9863;
}

.blog__list__list{
    
}
.blog__list__list__items{
    float: left;
    width: 270px;
    height: 370px;
    margin-right: 30px;
    margin-bottom: 40px;
}
.blog__list__list__items:nth-child(3n){
    margin-right:0;
}
.blog__list__list__items__link{

}
.blog__list__list__items__top{
    position:relative;
}
.blog__list__list__items__top__sticky{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #5c9863;
    padding: 6px;
    font-size: 13px;
    color: #fff;
}
.blog__list__list__items__top > img{
    height:200px;
    border:1px solid #ddd;
}
.blog__list__list__items__bottom{
    margin-top:15px;
}
.blog__list__list__items__bottom__title{
    font-size:15px;
    color:#333;
    font-weight:400;
    margin-bottom:15px;
    height: 45px;
    overflow: hidden;
}
.blog__list__list__items__bottom__author{
    display:flex;
    align-items:center;
    margin-bottom:15px;
}
.blog__list__list__items__bottom__author__icon{
    width: 35px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-right: 10px;
}
.blog__list__list__items__bottom__author__title{
    font-size:12px;
    color:#444444;
}
.blog__list__list__items__bottom__meta{

}
.blog__list__list__items__bottom__meta__link{
    display:inline-block;
    font-size:12px;
    color:#5e5e5e;
    background:#ebebeb;
    padding:2px 10px;
    margin-right:10px;
}
.blog__list__list__items__bottom__meta__date{
    font-size:12px;
    color:#777777;
}

/* ページネーション */
.nav-links{
    margin-top:70px;
    margin-bottom:50px;
}
.nav-links .page-numbers{
    display:inline-block;
    width:42px;
    height:42px;
    line-height:42px;
    text-align:center;
    border:1px solid #ddd;
    background:#fff;
    color:#5c9863;
    font-size:14px;
    margin-right:10px;
}
.nav-links .page-numbers.prev,
.nav-links .page-numbers.next{
    width: auto;
    padding: 0 20px;
}
.nav-links .page-numbers.current{
    background:#5c9863;
    color:#fff;
    border:1px solid #5c9863;
}

@media screen and (max-width:768px){
    .blog__list__tab{
        display:flex;
    }
    .blog__list__tab__link{
        font-size: 13px;
        padding:0 9px;
    }
    .blog__list__list__items{
        width:48%;
        margin-right:4%;
        height: 270px;
    }
    .blog__list__list__items:nth-child(3n){
        margin-right:4%;
    }
    .blog__list__list__items:nth-child(even){
        margin-right:0;
    }
    .blog__list__list__items__top > img{
        height:110px;
    }
}


/* ブログ一覧 */
/* ============================================ */

.blog__list__cat{
    margin-bottom:30px;
}
.blog__list__cat__box{
    display:flex;
    align-items:center;
    border:1px solid #ddd;
    padding:10px 20px 5px;
}
.blog__list__cat__box__title{
    display:block;
    width:160px;
    color:#8e8e8e;
    font-size:15px;
}
.blog__list__cat__box__category{
    display:block;
    width:710px;
}
.blog__list__cat__box__category__link{
    font-size:12px;
    color:#fff;
    background:#5c9863;
    display:inline-block;
    padding:4px 10px;
    margin-right:5px;
    margin-bottom:5px;
}

@media screen and (max-width:768px){
    .blog__list__cat__box__category{
        width:auto;
    }
    .blog__list__cat__box__title{
        width: 48%;
    }
}


/* ブログ詳細 */
/* ============================================ */

.blog__post{

}
.blog__post__box{

}
.blog__post__box__title{
    font-size:24px;
    font-weight:500;
    margin-bottom:30px;
}
.blog__post__box__author{
    margin-bottom:20px;
}
.blog__post__box__author__link{
    display:flex;
    align-items:center;
}
.blog__post__box__author__icon{
    width:50px;
    height:50px;
    border-radius:50%;
    overflow:hidden;
    margin-right:10px;
    border:1px solid #ccc;
}
.blog__post__box__author__title{
    font-size:14px;
    color:#444444;
}
.blog__post__box__meta{
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
.blog__post__box__meta__cat{
    border-right:1px solid #ddd;
    padding-right:15px;
    margin-right:20px;
}
.blog__post__box__meta__cat__link{
    display:inline-block;
    color:#5e5e5e;
    background:#ebebeb;
    padding:2px 10px;
    font-size:12px;
    margin-right:10px;
}
.blog__post__box__meta__date{
    color:#777777;
    font-size:12px;
}
.blog__post__box__meta__date__publish{
    margin-right:15px;
}
.blog__post__box__meta__date__modified{

}

.blog__post__box__thumbnail{
    text-align:center;
    margin-bottom:50px;
}
.blog__post__box__thumbnail > img{
    max-width:100%;
}

/* 本文のレイアウト */
.blog__post__content{

}
.blog__post__content p{
    font-size:15px;
    color:#444444;
    margin-bottom:25px;
}
.blog__post__content h2{
    font-size:24px;
    color:#444444;
    border-left:3px solid #5c9863;
    padding-left:20px;
    font-weight:500;
    margin-top:50px;
    margin-bottom:25px;
}
.blog__post__content h3{
    color:#5c9863;
    font-size:19px;
    margin-top:50px;
    margin-bottom:20px;
    font-weight:500;
}
.blog__post__content h4{
    font-size:17px;
    margin-top:50px;
    margin-bottom:20px;
    font-weight:500;
}
.blog__post__content img{
    max-width:100%;
    margin-bottom:30px;
    margin-top:20px;
}
.blog__post__content a{
    color:#e48600;
    text-decoration:underline;
}
.blog__post__content .img__box{
    display:flex;
    justify-content:space-between;
    margin:50px 0;
}
.blog__post__content .color__box{
    border:1px solid #5c9863;
    padding:25px;
}
.blog__post__content .color__box p{
    margin-bottom:15px;
}
.blog__post__content .color__box p:last-child{
    margin-bottom:0;
}
.blog__post__content .img__box div:nth-child(1){
    width:48.5%;
}
.blog__post__content .img__box div:nth-child(2){
    width:48.5%;
}
.blog__post__content .img__box div span{
    color:#777;
    font-size:12px;
    margin-top:30px;
}
.blog__post__content ul{
    border:3px dotted #94c19a;
    padding:26px;
    margin-bottom:25px;
}
.blog__post__content ul li{
    margin-bottom:10px;
    position:relative;
    padding-left:25px;
}
.blog__post__content ul li:last-child{
    margin-bottom:0;
}
.blog__post__content ul li:before{
    position:absolute;
    top:6px;
    left:0;
    content:"";
    width:15px;
    height:15px;
    background:#5c9863;
    border-radius:50%;
    display:block;
}
.blog__post__content ul li a{

}

/**/
.post__author__boxWrap{

}
.post__author__box{
    border:1px solid #ddd;
    padding:30px;
    margin-top:50px;
    margin-bottom:30px;
}
.post__author__box__author{

}
.post__author__box__author__link{

}
.post__author__box__author__icon{

}
.post__author__box__author__title{

}
.post__author__box__author__des{
    font-size:13px;
}

.post__sns__bottom{
    margin-bottom:30px;
}
.post__sns__bottom__box{
    text-align:center;
}
.post__sns__bottom__box__title{
    margin-right:10px;
    font-size:17px;
}
.post__sns__bottom__box__icon{
    margin-right:5px;
}

@media screen and (max-width:768px){
    .blog__post__box__title{
        font-size:21px;
        margin-bottom: 14px;
    }
    .blog__post__box__meta{
        display:block;
    }
    .blog__post__box__meta__cat{
        margin-bottom:14px;
        border-right:none;
        padding-right:0;
        margin-right:0;
    }
    .img__box img{
        margin-bottom:4px;
    }
    .blog__post__content .img__box{
        margin: 20px 0;
    }
}


/* 会社概要 */
/* ============================================ */

.company__box{
    width:1200px;
    margin:auto;
}

.company__box__1{
    display:flex;
    justify-content:space-between;
}
.company__box__1__left{
    width:600px;
}
.company__box__1__title{
    font-size:25px;
    margin-bottom:10px;
}
.company__box__1__subTitle{
    font-size:12px;
    color:#5c9863;
    margin-bottom:36px;
}
.company__box__1__right{
    width:540px;
}
.company__box__1__des{
    color:#444444;
    font-size:15px;
    line-height:2;
}

.company__box__2{
    margin-bottom:70px;
    border-bottom:1px solid #ddd;
    padding-bottom:80px;
}
.company__box__2__title{
    font-size:25px;
    margin-bottom:30px;
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.company__box__2__text{
    color:#444444;
    font-size:15px;
    line-height:1.8;
}


.company__box__3{
    margin-bottom:150px;
}
.company__box__3__box{
    width:960px;
    margin:auto;
}
.company__box__3__box__title{
    text-align:center;
    font-size:25px;
    color:#444444;
    font-weight:500;
    margin-bottom:30px;
}
.company__box__3__box__table{
    width:100%;
}
.company__box__3__box__table tr{
    border-bottom:1px solid #ddd;
}
.company__box__3__box__table tr th{
    padding:20px 0;
    font-weight:500;
}
.company__box__3__box__table tr td{
    padding:20px 0;
}
.company__box__3__box__table__small{
    font-size:13px;
    color:#999999;
    margin-top:4px;
    font-weight:400;
}


.company__box__4{
    margin-bottom:110px;
}
.company__box__4__box{

}
.company__box__4__box__content{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.company__box__4__box__content__left{
    width:800px;
}
.company__box__4__box__content__left__list{
    position:relative;
}
.company__box__4__box__content__left__list:before{
    content: "";
    width: 1px;
    height: 350px;
    background: #5c9863;
    position: absolute;
    top: -37px;
    left: 37px;
    z-index: -1;
}
.company__box__4__box__content__left__list__items{
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
.company__box__4__box__content__left__list__items:last-child{
    margin-bottom:0;
}
.company__box__4__box__content__left__list__items__year{
    display:flex;
    justify-content:center;
    align-items:center;
    width:78px;
    height:78px;
    background:#5c9863;
    color:#fff;
    border-radius:50%;
    font-size:19px;
}
.company__box__4__box__content__left__list__items__month{
    font-size:17px;
    color:#5c9863;
    width:130px;
    border-right:1px solid #ddd;
    margin-right:40px;
    text-align:center;
    text-decoration:underline;
    text-underline-offset: 7px;
}
.company__box__4__box__content__left__list__items__title{
    font-size:17px;
}
.company__box__4__box__content__left__list__items__img{
    width:160px;
}
.company__box__4__box__content__right{
    display:flex;
    justify-content:center;
    align-items:center;
    width:370px;
    height:210px;
//    background:#f0f6f1;
    padding:30px;
}
.company__box__4__box__content__right__text{
    color:#777777;
    font-size:15px;
    line-height:1.8;
}
.company__box__4__box__content__right__list{

}
.company__box__4__box__content__right__list__items{
    width:250px;
    margin-bottom:12px;
}
.company__box__4__box__content__right__list__items:nth-child(1){
}
.company__box__4__box__content__right__list__items:nth-child(2){
//    margin-left: 20px;
}
.company__box__4__box__content__right__list__items:nth-child(3){
//    margin-left: 40px;
}
.company__box__4__box__content__right__list__items__link{

}

.company__box__5{
    margin-bottom:80px;
}
.company__box__5__box{

}
.company__box__5__box__link{

}

@media screen and (max-width:768px){
    .company__box__1{
        display:block;
        width: 90%;
        margin: auto auto 40px;
    }
    .company__box__1__left{
        width:100%;
        margin-bottom: 30px;
    }
    .company__box__1__right{
        width:100%;
    }

    .company__box__2{
        width: 90%;
        margin: auto auto 40px;
        padding-bottom: 10px;
    }
    .company__box__2__text{
        margin-bottom:20px;
    }

    .company__box__3{
        margin-bottom: 50px;
    }
    .company__box__3__box{
        width:90%;
    }

    .company__box__4{
        margin-bottom: 30px;
    }
    .company__box__4__box__content{
        display: block;
        width: 90%;
        margin: auto;
    }
    .company__box__4__box__content__left{
        width:100%;
        margin-bottom:60px;
    }
    .company__box__4__box__content__right{
        width:100%;
    }
    .company__box__4__box__content__left__list__items__year{
        width: 15%;
        font-size: 12px;
        height: 51px;
    }
    .company__box__4__box__content__left__list__items__month{
        width:15%;
        margin-right: 13px;
    }
    .company__box__4__box__content__left__list__items__title{
        width: 60%;
        line-height:1.8;
    }
    .company__box__4__box__content__left__list:before{
        height: 230px;
        position: absolute;
        top: -7px;
        left: 24px;
    }
    .company__box__4__box__content__left__list__items__title{
        font-size: 14px;
    }

    .company__box__4__box__content__right{
        height:auto;
    }
    .company__box__4__box__content__right__list__items{
        width:100%;
    }

    .company__box__5{
        margin-bottom: 40px;
    }
}



/* 生産者情報 */
/* ============================================ */

.producer__boxWrap{

}
.producer__box{
    
}
.producer__box__content{
    display:flex;
    justify-content:space-between;
    width:1200px;
    margin:80px auto 80px;
}
.producer__box__content__left{
    width:550px;
}
.producer__box__content__left__title{
    margin-bottom:40px;
    position:relative;
}
.producer__box__content__left__title__bg{
    width:100px;
    height:70px;
    background:#e7f0e8;
    position:absolute;
    top:-20px;
    left:-50px;
    z-index:-1;
}
.producer__box__content__left__title__text{
    display:flex;
    align-items:center;
}
.producer__box__content__left__title__text__mainTitle{
//    display: block;
//    width: 330px;
    font-size:35px;
    margin-right:20px;
}
.producer__box__content__left__title__text__mainTitle:before{
    display:block;
    content:"";
    width:54px;
    height:1px;
    background:#5c9863;
    position: absolute;
    top: 21px;
    left: -65px;
}
.producer__box__content__left__title__text__subTitle{
    font-size:15px;
    color:#5c9863;
}
.producer__box__content__left__des{
    padding-bottom:30px;
    border-bottom:1px solid #ddd;
    margin-bottom:30px;
    font-size:21px;
    font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.producer__box__content__left__company{
    display:flex;
    align-items:center;
}
.producer__box__content__left__company__left{
    display:flex;
    justify-content:center;
    align-items:center;
    width:90px;
    height:90px;
    border:1px solid #333;
    border-radius:50%;
    position:relative;
    text-align:center;
    margin-right:30px;
}
.producer__box__content__left__company__left:before{
    display:block;
    content:"";
    width:100px;
    height:100px;
    border-radius:50%;
    background:#fff;
    border:1px solid #333;
    position:absolute;
    top:0;
    left:-6px;
    right:0;
    bottom:0;
    margin:auto;
    z-index:-1;
}
.producer__box__content__left__company__left__img{
    width:100%;
    border-radius:50%;
}
.producer__box__content__left__company__right{

}
.producer__box__content__left__company__right__subTitle{
    font-size:12px;
    margin-bottom:6px;
}
.producer__box__content__left__company__right__title{
    display:flex;
    align-items:center;
    font-size:19px;
}
.producer__box__content__left__company__right__title__kana{
    font-size:12px;
    font-weight:400;
    margin-left:10px;
}
.producer__box__content__right{
    width:600px;
}
.producer__box__content__right__box{
    position:relative;
    height:420px;
}
.producer__box__content__right__box__img1{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:1;
    width:310px;
    border:1px solid #ddd;
}
.producer__box__content__right__box__img2{
    display:block;
    position:absolute;
    top:0;
    right:0;
    width:490px;
}

.producer__box__content__topDes{
    width:1200px;
    margin:auto auto 50px;
}

@media screen and (max-width:768px){
    .producer__box__content{
        display:block;
        width:90%;
    }
    .producer__box__content__right{
        width:100%;
    }
    .producer__box__content__right__box{
        height: 71vw;
    }
    .producer__box__content__right__box__img1{
        width:50%;
        left: 0;
    }
    .producer__box__content__right__box__img2{
        width:90%;
    }
    .producer__box__content__left__company {
        margin-bottom: 20px;
    }
    .producer__box__content__left__company__left{
        width: 60px;
        height: 60px;
        margin-right: 20px;
    }
    .producer__box__content__left__company__left:before{
        width: 90%;
        height: 90%;
        left: 2%;
    }
    .producer__box__content__left__company__left__img{
        width: 79%;
    }


    .producer__box__content__left__company__rightProducer{
        width:75%;
        font-size: 17px;
        line-height: 1.6;
    }

    .producer__box__content__left__company__right__title{
        display:block;
    }
    .producer__box__content__left__company__right__title__kana{
        display:block;
        font-size: 10px;
        margin-left: 0;
        margin-top: 5px;
    }

    .producer__box__content__left__title__text__mainTitle{
    //    width:100%;
    }

}


/*
.producer__box__text{
    width:1200px;
    margin:auto;
}
*/


/**/
.producer__boxList{

}
.producer__boxList__box{
    width:1200px;
    margin:auto;
    border-top:1px solid #ddd;
    margin-top:100px;
    padding-top:40px;
}
.producer__boxList__box__title{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:40px;
    font-size:25px;
    font-weight:500;
}
.producer__boxList .item__list__list{

}
.producer__boxList .item__list__list__items{

}

@media (min-width: 769px) {
.producer__boxList .item__list__list__items:nth-child(3n){
  margin-right: 30px;
}
}

.producer__boxList .item__list__list__items:nth-child(4n){
    margin-right: 0;
}

@media screen and (max-width:768px){
    .producer__box__content{
       width:90;
    }
    .producer__box__content__left{
        width:100%;
    }
    .producer__box__content__left{
        width:100%;
    }
    .producer__box__content__topDes{
        width:90%;
        margin:auto auto 20px;
    }

    .producer__boxList .item__list__list{
        width: 90%;
        margin: auto auto 20px;
    }
}



/* スマホ版ハンバーガーメニュー */
/* ============================================ */

.sp__header__wrap {
    position: fixed;
    top: 0;
    z-index: 999999;
    width:100%;
    border-bottom:1px solid #ddd;
  }
  
  .sp__header {
    height: 60px;
    background: #fff;
    position: relative;
  }
  
  .sp__header__top {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .sp__header__top__left {
    width: 23%;
    margin-top: 15px;
    margin-left: 15px;
  }
  
  .sp__header__top__left img {
    width: 100%;
  }
  
  .sp__header__top__right {
    width: 68%;
    text-align: right;
    padding-right: 76px;
    font-size: 11px;
    padding-top: 13px;
    color: #444;
  }

  .sp__header__top__right__box{
    
  }
  
  .hamburger {
    display: block;
    position: absolute;
    z-index: 9999999;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    background: #fff;
    border-left: 1px solid #ddd;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    left: 14px;
    background: #666666;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
  }
  
  .hamburger span:nth-child(1) {
    top: 20px;
  }
  
  .hamburger span:nth-child(2) {
    top: 30px;
  }
  
  .hamburger span:nth-child(3) {
    top: 40px;
  }
  
  .hamburger.sp__gn__active span:nth-child(1) {
    top: 30px;
    left: 14px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  .hamburger.sp__gn__active span:nth-child(2), .hamburger.sp__gn__active span:nth-child(3) {
    top: 30px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  
  .sp__header__menu {
    display:flex;
    position: fixed;
    top: 60px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left:-100%;
    transition:0.3s;
  }

  .sp__header__menu__left{
    width:94%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
  }
  .sp__header__menu__right{
    width:6%;
    height:100%;
    background:transparent;
  }
  
  .sp__header__menu__list__items__link {
    color: #555;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    background: #fff;
    display: block;
    border-bottom: 1px solid #eee;
    position:relative;
    font-size:14px;
    background: #fff;
  }
  .sp__header__menu__list__items__link:before{
    font-family: "Font Awesome 5 Free";
    content: '\f054';
    font-weight: 900;
    position: absolute;
    color: #777;
    top: 0;
    right: 30px;
    font-size: 11px;
  }

  .sp__header__menu__active{
      left:0;
      transition:0.3s;
  }
    
  .sp__header__top__right__search {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    color: #231815;
    text-align: center;
    margin-top: 8px;
  }
  
  .sp__header__slide {
    background: #fff;
  }
  
  .sp__header__slide__list {
    display: flex;
  }
  
  .sp__header__slide__list__items {
    width: 25%;
  }
  
  .sp__header__slide__list__items__link img {
    width: 100%;
  }
  
  .sp__header__top__right__login {
    display: inline-block;
    width: 50px;
    margin-top: 5px;
  }
  
  .sp__header__top__right__login img {
    width: 100%;
  }

  .sp__header__menu__top{

  }
  .sp__header__menu__top__box{
    background:#fff;
  }
  .sp__header__menu__top__box__text{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 5px 28px;
    font-size: 12px;
    color: #aaa;
	 background:#f8f8f8;
  }

  .sp__header__menu__list__items__list{

  }
  .sp__header__menu__list__items__list__items{

  }
  .sp__header__menu__list__items__list__items__link{
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 20px 0 60px;
    display: block;
    background: #222;
    border-bottom: 1px solid #444;
    font-size:14px;
}




/*　 */
/* ============================================ */

.readmore-wrap {
    position: relative;
    margin-bottom: 90px;
}
.readmore-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    width: 170px;
    margin: 0 auto;
    padding: 8px 10px;
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    border-radius: 40px;
}
.readmore-text {
    position: relative;
    overflow: hidden;
    height: 0;
}
.readmore-text__2 {
    height:100px;
}
.readmore-check {
    display: none;
}
.readmore-check:checked + .readmore-btn{
//    display: none;
}
.readmore-check:checked ~ .readmore-text {
    height: auto;
}



/* 絞り込み検索 */
/* ============================================ */

.search__box{
    width:1200px;
    margin:auto;
}
.search__box__table{

}
.search__box__table table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.search__box__table table tr{

}
.search__box__table table tr td{
    padding: 12px;
    background: #e9faf9;
    border: solid 1px #ddd;
}
.search__box__table table tr td label{
    margin: 5px 25px 5px -1px;
    display: inline-block;
    font-size: 15px;
    cursor:pointer;
}
.search__box__table table tr td:nth-child(1){
    width:320px;
    background:#f0f6f1;
    padding-left:20px;
}
.search__box__table table tr td:nth-child(2){
    width:880px;
    background:#fcfcfc;
}
.search__box__table table tr td input{
    background:#fff;
    border:1px solid #ddd;
    padding: 10px;
    margin-right:4px;
}
.search__box__table table tr td input::placeholder{
    color:#ccc;
}
.search__box__table table tr td select{
    border: 1px solid #333;
    padding: 5px 20px;
}
.search__box__table table tr:nth-child(1) td input{
    width:100%;
}
.search__box__table table tr:nth-child(2) td input{
    width:100%;
}
.search__box__table__submit{
    display: block;
    width: 320px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    color: #fff;
    background: #5c9863;
    margin: 40px auto auto;
    position: relative;
    font-size: 17px;
}

.product_price_low_or_high{
    margin-bottom:10px;
    font-size:14px;
}

/**/
.search__form__bottomSubmit__box{
    position:fixed;
    bottom:0;
    left:0;
    z-index:999;
    width:100%;
    height:60px;
    background:rgba(0,0,0,0.6);
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .search__form__bottomSubmit{
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:14px;
    width:300px;
    height:42px;
    background:#5c9863;
    color:#fff;
//    margin:auto;
    transition:0.3s;
  }
  .search__form__bottomSubmit:hover{
    opacity:0.6;
    transition:0.3s;
  }
  .search__form__bottomSubmit__box__text{
    font-size:14px;
    color:#fff;
    margin-right:20px;
  }

@media screen and (max-width:768px){
    .search__box{
        width: 96%;
        margin-bottom:70px;
    }
    .search__box__table table tr td:nth-child(1){
        display:block;
        width:100%;
    }
    .search__box__table table tr td:nth-child(2){
        display:block;
        width:100%;
    }
    .search__box__table table tr td input{
        padding: 12px;
    }
    .search__form__bottomSubmit{
        width:94%;
    }
    .search__form__bottomSubmit__box__text{
        display:none;
    }
    .search__box__table table tr td select{
        width:100%;
    }
}


/* お問い合わせ */
/* ============================================ */

.contact__form{
    width:870px;
}
.contact__form__items{
    margin-bottom: 18px;
}
.contact__form__items__title{
    margin-bottom:7px;
}
.contact__form__items__content{

}
.contact__form__items__content input,
.contact__form__items__content textarea{
    background:#eee;
    padding:10px 12px;
    width:100%;
}
.contact__form__items__content input::placeholder,
.contact__form__items__content textarea::placeholder{
    color:#aaa;
}
.contact__form__items__title{
    border-left: 10px solid #5c9863;
    padding-left: 13px;
    margin-bottom: 12px;
}
.contact__form button{
    display: block;
    /*width: 320px;
    height: 66px;
    line-height: 66px;*/
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #5c9863;
    position: relative;
    font-size: 16px;
    margin:30px 0 auto auto;
}
.contact__form button[name="submitBack"]{
    background: #aaa;
}
.contact__form .error{
    display:block;
    margin-top:5px;
}

@media screen and (max-width:768px){
    .contact__form{
        width:100%;
    }
    .contact__form button{
        margin: 30px auto auto;
    }
}


/* レスポンシブ対応 */
/* ============================================ */


@media screen and (max-width:768px){
    .header__box,
    .breadcrumb__box,
    .item__list__thumbnail__box,
    .content__1__boxWrap,
    .spl__box__top,
    .spl__list__title,
    .spl__list,
    .footer__box,
    .footer__box__copyright,
    .product__detail__content,
    .company__box,
    .producer__boxList__box{
        width:100%;
    }
}



.sp-show{
    display:none;
}
@media screen and (max-width:768px){
    .sp-show{
        display:block;
    }
    .pc-show{
        display:none;
    }
}


/* 投稿本文内の画像の位置 */
.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.alignright{
    float: right;
    margin: 5px 0 20px 30px;
}
.alignleft{
    float: left;
    margin: 5px 30px 20px 0;
}

/**/
.hidden_box label{
    padding: 15px;
    font-weight: bold;
    cursor: pointer;
    background: #AF1E55;
	
		display: inline-block;
		max-width: 100%;
		margin-bottom: 5px;
		font-weight: 700;
		line-height: 24px;
}
.label1{
			 background-color: #cdad96;
		color: #fff;
}
.dropcap.dropcap-colored,
.dropcap.dropcap-colored a,
.highlight.highlight-colored,
.highlight.highlight-colored a{
		 background-color: #cdad96;
		color: #fff;
}
.highlight.highlight-large{
		font-size: 20px;
}
/**/
.colored{
    background-color: #cdad96;
    color: #fff;
    padding: 8px 8px;
    display: inline-block;
    margin-bottom: 8px;
}
/*成城石井*/
.btnseijoisii{
    background-color:#AF1E55;
    color: #fff;
    padding: 8px 8px;
    display: inline-block;
    margin-bottom: 8px;
}
.colored a,
.btnseijoisii a{
	color:#fff;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #aaa;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}

/* 商品詳細ページのスライドのポップアップのレイアウト修正 */
.modal__slider .swiper-wrapper{
	align-items:center;
}

/* 生産者ページボタン */
section {
  max-width: 300px;
  margin: 60px auto;
}
/*=============
a.btn_06
=============*/
a.btn_06 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background: repeating-linear-gradient(45deg, #ffffff, #ffffff 3px, #e7e7e7 3px, #e7e7e7 30px);
  color: #333;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-decoration: none;
  position: relative;
}
a.btn_06 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: -6px;
  transition-duration: 0.2s;
}
a.btn_06:hover span {
  left: -1px;
  top: -1px;
}
/* 生産者ページボタン */
.ai-style-change-1 .flex__box__left {
  width: 580px;
}

.ai-style-change-2 .flex__box__right {
  width: 580px;
}
