﻿.cke_editable strong,
.template strong{
  font-weight: bold;
}
.cke_editable em,
.template em{
  font-style: italic;
}

.cke_editable blockquote,
.template blockquote{
  font-style: italic;
  background: #eee;
  padding: 10px;
  margin: 20px 0;
}
.cke_editable > ul:not([class]) li,
.template > ul:not([class]) li{
  list-style: disc;
  list-style-position: inside;
}
.cke_editable > ol:not([class]) li,
.template > ol:not([class])  li{
  list-style: decimal;
  list-style-position: inside;
}
.wrapper_ > .pane-contents > .container{
  display: flex;
}
.wrapper_ > .pane-contents > .container > .pane-main{
  width: 100%;
}
main h1 {
  max-width: 1400px;
  min-width: 1200px;
  width: 100%;
  padding: 64px 0;
  margin: 0 auto;
  font-size: 30px;
  font-weight: bold;
  display: block;
}
.element-news-backnumber{
  width: 236px;
  height: 44px;
  box-sizing: border-box;
  border: 1px solid #005CAC;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 40px;
  color: #005BAC;
}
.element-news-backnumber:hover{
  opacity: 0.8;
}

.pane-left-menu + main h2.event_title_{
  display: block;
  width: auto;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 66px;
  line-height: 1;
}
main .breadcrumb{
  display: none;
}
.newscategory{
  display: none;
}
/*商品一覧*/
.formdetail_detail{
  display: flex;
  align-items: center;
  width: 82%;
  min-height: 107px;

}
.formdetail_{
  border-top: 1px solid #EBE9E2;
}
.formdetail_ li .formdetail_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  border-bottom: 1px solid #EBE9E2;
  padding: 25px 0 24px;
}
.formdetail_ li a{
  text-decoration: none;
  color: #333;
}
.formdetail_ li a:hover{
  opacity: 0.8;
}
.formdetail_left{
  width: 160px; 
  margin-right: 38px;
  display: flex;
  align-items: start;
  flex-direction: column;
}
.formdetail_left .formdetail_left_date{
  font-size: 14px;
  color: #736D6D;
  font-family: "Roboto Slab", serif;
  letter-spacing: 1px;
}
.formdetail_left div.formdetail_left_category p{
  font-size: 10px;
  color: #333333;
  border: 1px solid #EBE9E2;
  border-radius: 4px;
  margin-top: 8px;
  padding: 3px 6px 4px;
  background: #FCFBF9;
  width: max-content;
}
.formdetail_center{
  margin-right: 40px;
  width: 65%;
}
.formdetail_center *{
  font-size: 16px;
  color: #333333;
}
.formdetail_img{
  width: 160px;
  text-align: center;
  margin-left: auto;
  height: 107px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.formdetail_img img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}


/*ニュース詳細*/
#news .heading03{
  display: flex;
  align-items: end;
  padding: 0 0 16px;
  margin: 0 0 40px;
  border-bottom: 1px solid #D3D0C8;
}
.heading03_data{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
p.date{
  color: #736D6D;
  font-size: 14px;
  font-family: "Roboto Slab", serif;
  margin-right: 13px;
  letter-spacing: 1px;
}
#news .heading03 div.category{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#news .heading03 div.category p{ 
  background: #FCFBF9;
  border: 1px solid #EBE9E2;
  padding: 2px 6px 3px;
  border-radius: 4px;
  font-size: 10px;
  box-sizing: border-box;
}
#news p.logo102{
  margin-left: auto;
}
#news p.logo102 img{
  vertical-align: bottom;
  height: 65px;
}
.pressrelease_title{
  margin: 0 70px 40px;
  padding: 0 ;
  font-weight: bold;
  font-size: 24px;
  color: #333;
}
.text,
.text p{
  font-size: 16px;
  color: #333;
  margin: 0 0 40px;
  padding: 0 0; 
}
.pressrelease_lead{
  font-size: 16px;
  color: #333;
  margin: 0 70px 40px;
  padding: 0 0;
}
#news .aligncenter{
  text-align: center;
  margin-bottom: 40px;
}
#news .kaigyo-navi-detail .visual img,
#news .mainlogo img{
  max-width: 30%;
  max-height: 200px;
  width: auto;
  height: auto;
  object-fit: contain;
  vertical-align: bottom;
}

#block_of_archive{
  padding-bottom: 20px;
}


/*テンプレート*/
.template{
  margin: 0 70px;
  max-width: 960px;
  color: #333;
}
.template > .onecolumnimgl{
  margin-left: -77px;
  width: calc(100% + 150px);
}
@media only screen and (max-width: 1200px) {
  .template > .onecolumnimgl{
    margin-left: -79px;
  }
}

.margintop40{
  margin-top: 40px;
}
.margintop16{
  margin-top: 16px;
}
.margintop24{
  margin-top: 24px;
}
.marginbottom24{
  margin-bottom: 24px;
}
.marginbottom5{
  margin-bottom: 5px;
}
.marginbottom10{
  margin-bottom: 10px;
}
.marginbottom40{
  margin-bottom: 40px;
}
.paddingbottom5{
  padding-bottom: 5px;
}
.paddingbottom10{
  padding-bottom: 10px;
}
.paddingbottom16{
  padding-bottom: 16px;
}
.paddingbottom20{
  padding-bottom: 20px;
}
.paddingbottom24{
  padding-bottom: 24px;
}
.marginbottom32{
  margin-bottom: 32px;
}
.marginbottom40{
  margin-bottom: 40px;
}
.marginbottom60{
  margin-bottom: 60px;
}
.marginbottom64{
  margin-bottom: 64px;
}
.marginbottom80{
  margin-bottom: 80px;
}
.marginbottom100{
  margin-bottom: 80px;
}
.paddingleft20{
  padding-left: 20px;
}
.fontsize12{
  font-size: 12px;
}
.fontsize14{
  font-size: 14px;
}
.fontsize10{
  font-size: 10px;
}
.fontsize16{
  font-size: 16px;
}
.fontsize18{
  font-size: 18px;
}
.fontsize20{
  font-size: 20px;
}
.fontsize22{
  font-size: 22px;
}
.fontsize24{
  font-size: 24px;
}
.fontweightbold{
  font-weight: bold;
}
.fontweightbold span{
  font-weight: normal;
}
.underline{
  text-decoration: underline;
}
.colorbrown{
  color: #5D2F0C;
}
.hyphen{
  position: relative;
  padding: 0 0 0 20px;
}
.hyphen::before{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 2px;
  background: #5D2F0C;
  content: '';
}
  


.borderbottom{
  border-bottom: 1px solid #5D2F0C;
}
.verticalalignbottom{
  vertical-align: bottom;
}
figcaption{
  text-align: left;
}
.download{
  display: block;
  width: 200px;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border: 1px solid #333333;
  color: #333;
  border-radius: 100px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 25px;
  background: #fff url(../img/news/download.png) right 25px center no-repeat;
}
.download:hover{
  opacity: 0.8;
}
.onecolumnimgs{
  margin: 0 0;
}
figure{
  text-align: center;
}
figure img{
  width: 66.66666666666667%;
  height: auto;
}
.twocolumnimg{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin-bottom: 40px;
}
.twocolumnimg li{
  width: 460px;
  width: calc((100% / 2) - 20px);
}
.disc{
  position: relative;
  padding: 0 0 0 20px;
}
.disc::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
  height: max-content;
  font-size: 14px;
  color: #333;
}
.threecolumnimg{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center; 
}
.threecolumnimg li{
  width: 300px;
  width: calc((100% / 3) - 20px);
}

.fourcolumnimg{
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center; 
}
.fourcolumnimg li{
  width: calc((100% / 4) - 18px);
  text-align: left;
  background-image: none;
}

.fourcolumnimg li .download{
  padding: 0 0 0 25px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-left: 11%;
  margin-right: 11%;
  background: #fff url(../img/news/download.png) right 15px center no-repeat;
  max-width: 200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.fourcolumnimg li .download br{
  display: none;
}
#news .fourcolumnimg li .download{
  line-height: 1;
}
#news .fourcolumnimg li .download span{
  line-height: 1;
}
#news figure img{width:100%}
#news figure.onecolumnimgs img{max-width: 80%;}
@media only screen and (max-width: 1320px) {
  .fourcolumnimg li .download{
    margin-left: 11px;
    margin-right: 11px;
    padding: 0;
    justify-content: center;
    text-align: center;
    width: unset;
    flex-direction: column;
    line-height: 1;
    background-position: right 10px center;
  }
  .fourcolumnimg li .download span:last-of-type{
    margin-top: 3px;
  }
}

.discblue,
.discbrown{
  position: relative;
}
.discblue::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: #005BAC;
}
.discbrown::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  width: 10px;
  height: 10px;
  background: #5D2F0C;
}
h4.discblue::before,
h4.discbrown::before{
  width: 6px;
  height: auto;
}
.leftimgrighttext55{
  display: flex;
  gap: 40px;
}
.leftimgrighttext55 .left{
  width: 46.875%;
  flex-shrink: 0;
}
.leftimgrighttext55 .right{
}
.textalignleft{
  text-align: left;
}

.leftimgrighttext46{
  display: flex;
  gap: 40px;
}
.leftimgrighttext46 .left{
  width: 390px;
  width: 40.625%;
  flex-shrink: 0;  
}
.leftimgrighttext46 .right{
}
.leftimgrighttext37{
  display: flex;
  gap: 40px;
}
.leftimgrighttext37 .left{
  width: 25%;
  flex-shrink: 0;  

}
/*
.leftimgrighttext46 .left{
  width: 240px;
}
.leftimgrighttext46 .right{
  width: 680px;
}
*/
.lefttextrightimgt55{
  display: flex;
  gap: 40px;
}
.lefttextrightimgt55 .right{
  width: 46.875%;
  flex-shrink: 0;  
}
.leftimgrighttext64{
  display: flex;
  gap: 40px;
}
.leftimgrighttext64 .right{
  width: 40.625%;
  flex-shrink: 0;  
}

.leftimgrighttext73{
  display: flex;
  gap: 40px;
}
.leftimgrighttext73 .left{
}
.leftimgrighttext73 .right{
  width: 25%;
  flex-shrink: 0;  
}
.line{
  border-top: 1px solid #D3D0C8;
  border-bottom: 1px solid #D3D0C8;
  padding: 3px 0 2px;
  text-indent: -9999px;
  height: 7px;
  box-sizing: border-box;
}
.line span{
  display: none;
}
.line-top{
  background: url(../img/news/line_top_fb.png) center center no-repeat;
  width: 100%;
  height: 7px;
}
.line-top span{
  display: none;
}
.line-bottom{
  background: url(../img/news/line_bottom_fb.png) center center no-repeat;
  width: 100%;
  height: 7px;
}
.line-bottom span{
  display: none;
}
.goodsdescription.line2{
  padding: 6px 0;
  margin: 0 0 100px;
  display: block;
}
.goodsdescription.line2,
.goodsdescription .line2{
  border-top: 1px solid #D3D0C8;
  border-bottom: 1px solid #D3D0C8;
}
.goodsdescription .line2{
  padding: 40px;
}
.goodsdescription .line2 .main{
  display: flex;
  gap: 40px;
}
.goodsdescription{
  display: flex;
  gap: 40px;
}
.goodsdescription figure{
  /*width: 330px;*/
}
.goodsdescription figure img{
  max-width: 100%;
}
.goodsdescription .left{
  width: 240px;
}
.goodsdescription .left.w330{
  width: 330px;
  flex-shrink: 0;
}
.cell2{
  display: flex;
  flex-wrap: wrap;
}
.cell2 p:last-child{
  margin-left: auto;
}
.bgcolorgray{
  background-color: #FBFBF9;
  padding: 40px;
  display: flex;
  gap: 40px;
 }
 .cke_editable table,
 #news table,
 .template table{
  border-top: 1px solid #D3D0C8;
  width: 100%;
 }
 .cke_editable table th,
 #news th,
 .template th{
  background: #F8F7F3;
  min-width: 180px;
  padding: 18px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #D3D0C8;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
}
.cke_editable table td,
#news td,
.template td{
  box-sizing: border-box;
  padding: 18px 20px;
  border-bottom: 1px solid #D3D0C8;
  max-width: 593px;
}
.cke_editable table td img,
#news td img{
  max-width: 100%;
}
.cke_editable table td a,
#news td a{
  color: #333;
  word-break: break-all;
}
td .twocolumnimg{
  gap: 24px;
  justify-content: start;
}
td .twocolumnimg li{
  width: 300px;
  width: calc((100% / 2) - 24px);
}
.tableimg{
  display: flex;
  gap: 40px;
}
.tableimg .right{
  width: 320px;
}
.pdf{
  position: relative;
  color: #333;
  text-decoration: none;
  display: block;
  width: max-content;
}
.pdf:hover{
  text-decoration: underline;
}
.pdf::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -35px;
  width: 25px;
  height: 30px;
  background: url(../img/news/pdf.jpg) center center no-repeat;
}
.pdf .fileSize span{
  display: none;
}
/*テンプレート*/

.template{
  margin-bottom: 80px;
}

.contact {
  margin: 80px auto 40px;
  padding: 0 70px;
}
.template .contact{
  padding: 0;
}
.contact p:first-child{
  background-color: #F8F7F3;
  padding: 16px 16px 15px 18px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1;
}
.contact p:last-child{
  color: #333333;
  font-size: 16px;
}
.contact a{
  color: #333;
  font-size: 16px;
  text-decoration: underline;
}
.contact a:hover{
  text-decoration: none;
}


.goodslist{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0 80px;
}
.goodslist figure{
  text-align: center;
  margin: 0 0 24px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.goodslist figure img{
  width: 100%;
  vertical-align: bottom;
}
.goodslist li{
  width: calc((100% / 3) -  30px);
}
.kaigyo-navi-detail .goodslist{
  margin-bottom: 100px;
}
.kaigyo-navi-detail .goodslist li{
  width: calc((100% / 3) -  27px);
}
.kaigyo-navi-detail .goodslist li a{
  padding: 0 0 0 30px;
  background: #005BAC 
}
.kaigyo-navi-detail .goodslist.goodslist_no_bk li a{
  background: unset; 
}
.kaigyo-navi-detail .goodslist li a span{
 position: relative;
}
.kaigyo-navi-detail .goodslist li a span::before{
  position: absolute;
  display: inline-block;
  content: '';
  background: #005BAC url(../img/header/fb/cart.png) 0 center no-repeat;
  width: 22px; 
  height: 22px;
  left: -32px;
} 
.goodslist li a{
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  height: 50px;
  border-radius: 100px;
  background: #005BAC;
  background-size: 20px 19px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 17px 0 0 0;
  padding: 0 0 0 30px;
}
.goodslist li a span{
  position: relative;
}
.goodslist li a span::before{
  position: absolute;
  display: inline-block;
  content: '';
  background: #005BAC url(../img/header/fb/cart.png) 0 center no-repeat;
  width: 22px; 
  height: 22px;
  left: -32px;
}
.goodslist li a:hover{
  opacity: 0.8;
}
.goodslist_price{
  font-weight: bold;
  text-align: right;
}
.roboto{
  font-family: "Roboto Slab", serif;
  letter-spacing: 3px;
}

.kaigyo-navi-detail{
  width: 100%;
  margin: 52px auto 0;
}
.kaigyo-navi-detail .template{
  margin-left: 70px;
  margin-right: 70px;
  max-width: 960px;
}
.kaigyo-navi-detail .visual{
  margin: 0 70px 40px;
}
.kaigyo-navi-detail .pressrelease_lead{
  margin: 0 70px 64px;
  padding: 0;
}
.kaigyo-navi-detail .mokuji{
  margin: 64px 0 110px;
}
.profile .main{
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 16px;
}
.profile .main figure{
  width: 200px;
}
.profile .download{
  margin-left: 0;
  margin-right: 0;
}
.waku{
  background: #FBFBF9;
  padding: 40px;
}
.waku li{
  position: relative;
  margin-bottom: 25px;
  padding: 0 0 0 48px;
  font-weight: bold;
}
.waku li:last-child{
  margin: 0;
}
.waku li::before{
  width: 32px;
  height: 32px;
  background: #5D2F0C;
  color: #fff;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-family: "Roboto Slab", serif;  
  font-weight: bold;
}
.waku li:nth-of-type(1)::before{
  content: '1';
}
.waku li:nth-child(2)::before{
  content: '2';
}
.waku li:nth-child(3)::before{
  content: '3';
}
.waku li:nth-child(4)::before{
  content: '4';
}
.waku li:nth-child(5)::before{
  content: '5';
}
.steptitle{
  padding: 0 0 0 66px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.steptitle::before{
  width: 50px;
  height: 50px;
  background: #5D2F0C;
  color: #fff;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  font-family: "Roboto Slab", serif;  
  font-weight: bold;
}
.steptitle1::before{
  content: '1';
}
.steptitle2::before{
  content: '2';
}
.steptitle3::before{
  content: '3';
}
.steptitle4::before{
  content: '4';
}
.steptitle5::before{
  content: '4';
}
.stepdetail li{
  margin-bottom: 40px;
}
.stepdetail li:last-child{
  margin: 0;
}
.stepdetail .main{
  display: flex;
  gap: 40px;
}
.stepdetail .main .face{
  max-width: 390px;
  flex-shrink: 0;
}
.border{
  border: 1px solid #D3D0C8;
  padding: 24px;
}
.profile2 p:nth-child(1){
  border-bottom: 1px solid;
  width: 100%;
  text-align: center;
}
.profile2 .detail{
  width: 75%;
  text-align: center;
}
.titleline{
  position: relative;
}
.titleline span{
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 40px;
}
.titleline::after{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #5D2F0C;
  content: '';
  bottom: 0;
  margin: auto 0;
}
.profile3 .detail{
  width: 75%;
  text-align: left;
}
.profile3 .detail .borderbottom {
  border-bottom: 1px solid #D3D0C8;
}
.template div.keycoffeedialy{
  margin-bottom: 65px;
  height: auto;
}
.template .keycoffeedialy-inner{
  width: auto;
  height: auto;
  margin: 0;
}
.template div.keycoffeedialy::before{
  display: none;
}
.template div.keycoffeedialy-main{
  display: block;
  text-align: center;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.template .keycoffeedialy-detail{
  width: auto;
}
.template div.keycoffeedialy-detail h2{
  justify-content: center;
  width: max-content;
  margin: 0 auto 40px;
}
.template .movie{
  text-align: center;
}
.block-articles{
  position: relative;
}

.block-articles .swiper{
  position: static;
}
.block-articles .swiper-button-prev, .block-articles .swiper-button-next {
  background: #F0EFE7;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-image: none;
}
.block-articles .swiper-button-prev {
  left: -60px;
  background: #F0EFE7 url(../img/top/fb/prev.png) no-repeat center center;
}
.block-articles .swiper-button-next {
  right: -60px;
  background: #F0EFE7 url(../img/top/fb/next.png) no-repeat center center;
}
.block-articles .swiper-button-prev::after, .block-articles .swiper-button-next::after{
  display: none;
} 
.pane-header .swiper-scrollbar{
  display: block;
  margin-bottom: 100px;
}
.pane-header .block-articles .swiper-scrollbar{
  margin-bottom: 1px;
}
.pane-header .block-articles-wrap{
  margin-bottom: 100px;
}
.pane-header .block-articles-wrap{
  margin-bottom: 100px;
}
.pane-header .block-articles-wrap#kaigyo-navi-recommend{
  margin-bottom: 0;
}
.mokuji{
  max-width: 960px;
  width: 100%;
  margin: 0 auto 110px;
  box-sizing: border-box;
}
.mokuji-main {
  padding: 7px 40px 0;
}
.template .mokuji-main h2{
  border: none;
  margin: 0 0 16px;
  padding: 0;
  font-size: 18px;
  
}
.template .mokuji-main h2 a{
  color: #333;
  text-decoration: none;
}
.template .mokuji-main h3 a{
  color: #333;
  text-decoration: none;
}
.template .mokuji-main h4 a{
  color: #333;
  text-decoration: none;
}
.template .mokuji-main h2::before{
  display: none;
}
.template .mokuji-main h3 + h2{
  margin-top: 24px;
}
.template .mokuji-main h3:last-child{
  margin-bottom: 0;
}
.template .mokuji-main h3{
  border: none;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 20px;
}
.template .mokuji-main h3::before{
  display: none;
}
.template .mokuji-main h3::before{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 2px;
  display: inline-block;
  content: '';
  background: #5D2F0C;
}



.template .mokuji-main h4{
  border: none;
  margin: 0 0 10px 20px;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  padding: 0 0 0 20px;
}
.template .mokuji-main h4::before{
  display: none;
}
.template .mokuji-main h4::before{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: 2px;
  display: inline-block;
  content: '';
  background: #5D2F0C;
}

.swiper-button-disabled{
  display: none;
}
#block_of_shop ul.block-category-tree--items.block-category-tree--level-1{
  margin-bottom: 20px;
}
#block_of_shop a.element-news-backnumber{
  margin-bottom: 0;
}

/*
.kaigyo-navi-detail *,
#news *{
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 16px;
  color: #333;
  word-break: break-all;
}*/
.pane-left-menu + main h1.kaigyo-navi-story-title{
  height: unset;
  margin-bottom: 40px;
}
#news .categorys {
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
}
#news .categorys p.category{
  flex-shrink: 0;
  font-size: 10px;
  color: #333;
  line-height: 1;
  padding: 5px 6px 5px 6px;
  box-sizing: border-box;
  border: 1px solid #EBE9E2;
  border-radius: 4px;
  width: max-content;
  height: max-content;
  background: #FCFBF9;
  letter-spacing: 1px;
}
.template h2{
  margin-top: 60px;
}
.template h3{
  margin-top: 40px;
}
.template h4{
  margin-top: 30px;
}
.template img{
  vertical-align: bottom;
  margin-bottom: 40px;
  height: auto;
}
.template figure img,
.template td img{
  margin-bottom: 0;
}
.template .hacobune-univideo .hacobune-app-container{
  width: 60%;
  margin: 0 auto;
  padding: 0;
}
.template .ecbn-visumo-logo,
.template .hacobune-logo .hacobune-logo-image{
  margin: 0 0 0 10px;
}
.template .hacobune-tag-list-item{
  width: max-content!important;
  padding: 0!important;

}
.template .hacobune-tag-item-label{
  font-size: 16px!important;
  color: #333333!important;
  background: #F0EFE7!important;
  border: none!important;
  border-radius: 8px!important;
  padding: 14px 20px!important;
  line-height: 1;
  cursor: pointer;
  color: #333!important;
  width: max-content!important;

  font-family: "Noto Sans JP", sans-serif!important;
  font-optical-sizing: auto!important;
  font-style: normal!important;  
}
.template .hacobune-card-slider-search-post-tag .hacobune-tag-list-item{
  margin: 0!important;
  padding: 0!important;
}
.template .keycoffeedialy-inner .hacobune-app-container .hacobune-tag-list{

  margin: 0 0 28px!important;
  padding: 0!important;
  gap: 10px;
}
.hacobune-tag-item input[type=radio]:checked+.hacobune-tag-item-label,
.template .hacobune-tag-item-current .hacobune-tag-item-label{
  background: #005BAC!important;
  color: #fff!important;
}
.template .hacobune-tag-list,
.template .hacobune-tag-list.hacobune-card-slider-search-post-tag,
.template .hacobune-card-slider-search-post-tag{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 28px!important;
  padding: 0;
  gap: 10px;
}

.template .ecbn-selection-title.vsm-selection-title {
  color: #5D2F0C;
  font-size: 24px;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 900;
  letter-spacing: 3px;

}
.template .ecbn-selection-title.vsm-selection-title img{
  margin-bottom: 0;
  margin-right: 29px;
}
.keycoffeedialy-inner .hacobune-gallery{
  margin: 0 auto;
  width: 90%;
}
div.keycoffeedialy-main{
  display: block;
  min-width: 100%;
  margin: 0 auto;
}
 div.keycoffeedialy-detail{
  width: auto;
  margin: 0;
}
div.keycoffeedialy-detail h2{
  width: max-content;
  align-items: center;
}
div.keycoffeedialy::before{
  display: none;
}

.template > img{
  margin: 0;
}
.template > * img{
  margin-top: 0;
  margin-bottom: 0;
}
.template .ecbn-selection-page-tabs{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item {
  width: max-content;
}
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:hover,
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item.ecbn-selection-page-tabs--active .ecbn-selection-page-tabs--link{
  background: #005BAC!important;
  color: #fff!important;
}
.template .hacobune-card-slider-search-post-tag .hacobune-tag-list-item .hacobune-tag-item-label,
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:link,
.template .ecbn-selection-page-wrapper .ecbn-selection-page-tabs li.ecbn-selection-page-tabs--item a:visited{
  border: none;
  padding: 14px 16px;
  border: none;
  border-radius: 8px;
  background: #F0EFE7;
  font-size: 16px;  
}
.template .ecbn-selection-page-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn,
.template .ecbn-selection-wrapper .ecbn-selection-to-nextpage>a.ecbn-selection-to-nextpage-btn{
  display: none;
}
.space{
  padding-bottom: 40px;
}
.space span{
  display: none;
}

/* mokuji */
.template .mokuji.waku .mokuji-main h4 a strong {
  font-weight: normal !important;
}
.template .mokuji.waku .mokuji-main h4::before {
  display: none;
}


.template-categorys{
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.template-categorys span{
  padding: 6px 12px;
  border: 1px solid #D3D0C8;
  border-radius: 100px;
  box-sizing: border-box;
  line-height: 1;
  font-size: 12px;
  color: #736D6D;
  position: relative;
}
.template-categorys span a{
  text-decoration: none;
  color: #333;
}
.template-categorys span::before{
  content: '# ';
  padding: 0 0 0 0;
}

.community-detail .community-detail-main #news .hacobune-gallery .snap-more {
  display: none !important;
}