main{
  margin-top: 205px;
}

.keycoffeedialy-inner{
  margin: 0 auto;
}

/*-----ヘッダー-----*/
header{
  height: unset;
}
.revico-api-master header{
  position: static;
  width: unset;
  min-width: unset;
  background: unset;
  box-shadow: unset;
  height: unset;
  min-width: 100%;
  background: unset;
}
header{
  box-shadow: unset;
  background: #fff;
}
.header-main{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  min-width: 100%;

}
.header-inner{
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  z-index: 9999;
  min-width: calc(1200px - 40px);
  width: 100%;
}
/*header-menu*/
.header-menu{
  height: 45px;
  background: #005BAC;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-width: calc(1200px - 40px);
  width: 100%;
  margin: 0 auto;
}
.header-menu li{
  color: #fff;
  font-size: 16px;
  margin: 0 20px 0 0;
  padding: 0 10px 0 0;
  position: relative;
  line-height: 1;
  position: relative;
}
.header-menu li a{
  color: #fff;
  font-size: 16px;
  text-decoration: none;

}
.header-menu > li.js-hassubmenu{
  margin-left: 14px;
}
.header-menu li ul{
  position: absolute;
  z-index: 2;
  top: 30px;
  left: 0;
  background: #fff;
  width: 256px;
  padding: 14px 23px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
}
.header-menu li ul li{
  margin: 0 0 14px;
  padding: 0;
}
.header-menu li ul li a{
  color: #333;
  font-size: 16px;
  text-decoration: none;
  padding: 0 16px 0 0;
  line-height: unset;
  background: url(../img/community/hmenu_link.png) right center no-repeat;
}
.header-menu li ul li::after{
    display: none;
}
.header-menu li:first-child span{
  margin-right: 62px;
}
.header-menu li span{
  margin-right: 8px;
  padding: 0 20px 0 0;
  background: url(../img/community/submenu.png) right center no-repeat;
}
.header-menu li::after{
  display: inline-block;
  content: '';
  background: #D3D0C8;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto 0;
}
.header-menu li:last-child{
  margin: 0;
  padding: 0;
}
/*header-menu*/

/*header-mile*/
.header-mile{
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #043560;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  min-width: 100%;
  min-width: calc(1200px - 40px);
  width: 100%;
  box-sizing: border-box;
}
.header-mile p{
  margin-right: 20px;
  padding: 0 66px 0 0;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/community/mile.png) right 27px center no-repeat;
  position: relative;
}
.header-mile p::after{
  display: inline-block;
  content: '';
  background: #D3D0C8;
  width: 1px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0px;
  margin: auto 0;
}
.header-mile a{
  border-radius: 5px;
  height: 33px;
  width: 130px;
  font-size: 12px;
  color: #053560;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  padding: 0 0 0 12px;
  background: #fff url(../img/community/mile_link.png) right 10px center no-repeat;
}
.header-mile a:hover{
  opacity: 0.8;
}
/*header-mile*/
.js-hassubmenu > span:hover{
  cursor: pointer;
  opacity: 0.8;
}
header ul.hnav-form li:first-child{
  width: unset;
  margin-right: 20px;
}
header ul.hnav-form li form{
  width: 272px;
  height: 39px;
  border: 1px solid #005BAC;
  margin-bottom: 0;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
  display: flex;
  position: relative;
}
header ul.hnav03 li input::placeholder{
  color: #7E7E7E;
}
input[name="cmdArticleSearch"]{
  width: 16px;
  height: 16px;
  right: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
input[name="article_data_keyword_filter"]{
  margin: 0;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 90%;
  font-size: 12px;
  color: #333;
  border-radius: 5px;
}
.hnav03{
  margin: 0 12px 0 0;
  gap: 12px;
}
.element-signin--btn a{
  color: #333333;
  padding-bottom: 25px;
  font-size: 12px;
  height: 100px;
  margin: 0;
  box-sizing: border-box;
  background: url(../img/community/login.png) center 30px no-repeat;
  
}
.element-favorite--btn a{
  color: #333333;
  padding-bottom: 25px;
  font-size: 12px;
  height: 100px;
  margin: 0;
  box-sizing: border-box;
  background: url(../img/community/favorite.png) center 34px no-repeat;
}
.element-cart--btn {
  margin: 0 20px 0 0;
}
.element-cart--btn a{
  width: 70px;
  color: #333333;
  background: url(../img/community/cart.png) center 30px no-repeat;
  background-color: unset;
  font-weight: normal;
  padding: 0 0 25px;
}
.element-contact--btn a{
  font-weight: normal;
  padding-bottom: 25px;
  background: #FDD02E url(../img/community/contact.png) center 27px no-repeat;
}
.block-header{
  align-items: center;
}
/*-----ヘッダー-----*/


/*-----メインビジュアル-----*/
.mainvisual{
  background: url(../img/community/mainvisual_bg.png) center top no-repeat;
  background-size: 100% 100%;
  height: 520px;
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 46px 0 0 0 ;
  box-sizing: border-box;
}
.mainvisual-inner{
  width: 916px;
  margin: 0 auto;
  position: relative;
} 
.mainvisual-contents{
  background: rgba(255,255,255,0.54);
  border-radius: 35px;
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 37px 0 21px;
}
.mainvisual-contents h1{
  font-size: 57px;
  font-weight: bold;
  color: #4D3E07;
  margin: 0 0 8px;
  padding: 0;
  line-height: 1;
}
.mainvisual-contents1{
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: start;
  width: 449px;
  height: 49px;
  position: absolute;
  top: -24.5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: url(../img/community/shape.png) no-repeat center center;
}
.mainvisual-contents3{
  font-size: 19px;
  font-weight: bold;
  color: #634F32;
  margin: 0 0 10px;
  font-family: "Roboto Slab", serif;
  font-weight: 900;
  letter-spacing: 3px;  
}
.mainvisual-contents4{
  margin: 0 0 8px;
  text-align: center;
}
.mainvisual-contents5{
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  color: #634F32;
}
.mainvisual-icon1{
  position: absolute;
  left: -190px;
  bottom: 25px;
}
.mainvisual-icon2{
  position: absolute;
  right: -180px;
  bottom: 25px;
}
.mainvisual h1{
  letter-spacing: -0.1em;
  margin-bottom: 18px;
}
.mainvisual .mainvisual-contents + p{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #D22D2D;
  margin-bottom: 16px;
}
.mainvisual a{
  width: 400px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  justify-content: start;
  align-items: center;
  background: #FDD02E url(../img/community/mainvisual_anchor.png) right 26px center no-repeat;
  border-radius: 11px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #583D14;
  padding: 0 0 0 26px;
  box-sizing: border-box;
}
.mainvisual a:hover{
  opacity: 0.8;
}
/*-----メインビジュアル-----*/

/*-----トーク-----*/
.room--top-header{
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 170px 0;  
  margin-bottom: 50px;
  display: flex;
  align-items: end;
  gap: 18px;
}
.room-top-header h1,
.room-top-header h2{
  font-size: 60px;
  font-weight: bold;
  color: #5D2F0C;
  line-height: 1;
}
.room-top-header p{
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}
.room-wrap ul.room-link{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin: 0 0 0 0;
}
.room-wrap ul.room-link li a{
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background: #634F32 url(../img/community/pagelink.png) right 34px center no-repeat;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 64px;
  text-decoration: none;
}
.room-wrap{
  background: #F6EFE5;
}
.room-main{
  box-sizing: border-box;
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  background: rgba(251,247,243,0.6);
  padding: 50px 170px 0 ;
  box-sizing: border-box;
}
.room-item{
  background: #fff;
  padding: 60px 36px;
}
.room-item h3{
  color: #5D2F0C;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  margin-top: 17px;
  padding: 0 0 0 18px;
  margin-bottom: 16px;
  display: flex;
  justify-content: start;
  align-items: center;
}
.room-item .comment{
  display: none;
}
#community_talkroom.room-wrap .comment.community_talkcomment{
  display: block;
}
#community_contentsroom.room-wrap .comment.community_contentsroom{
  display: block;
}
#community_campaignroom.room-wrap .comment.community_campaignroom{
  display: block;
}
#community_talkroom.room-wrap .room-inner-left{
  width: 100%;
}
.room-items-subtitle{
  color: #5D2F0C;
  font-weight: bold;
}
.room-item h3::before{
  position: absolute;
  top: 0;
  left: -5px;
  display: inline-block;
  content: '';
  width: 7px;
  height: 46px;
  background: #E1BE8B;
}
.room-inner{
  display: flex;
  flex-direction: row;
  gap: 68px;
}
.room-inner-left{
  width: 494px;
}
.room-inner-left p{
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-left: 15px;
}
.room-inner-right{
  width: 436px;
  margin-left: auto;
}
.room-inner-right .revico-widget{
  margin-left: auto;
}
.room-inner-right li:nth-child(n+2){
  display: none;
}
.room-inner-right li a{
  text-decoration: none;
  display: block;
}
ul.room-items{
  overflow: hidden;
  margin-top: 40px;
}
ul.room-items li{
  float: left;
  width: calc((100% / 3) - 16px);
  margin-right: 24px;
}
ul.room-items li .pickup{
  display: none;
}
ul.room-items li.room-item2{
  display: none;
}
ul.room-items li:last-child{
  margin-right: 0;
}

ul.room-items li img{
  max-width: 100%;
}
ul.room-items li a{
  text-decoration: none;
}
.room-item > a{
  width: max-content;
  margin-left: auto;
  color: #634F32;
  font-size: 16px;
  margin-top: 40px;
  padding: 0 0 0 28px;  
  display: block;
  text-decoration: none;
  height: 20px;
  line-height: 1;
  background: url(../img/community/morebtn.png) left center no-repeat;
}


ul.room-items li figure img{
  vertical-align: bottom;
}
.room-icons{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.room-header{
  margin-top: 8px;
  margin-bottom: 7px;
  gap: 10px;
}
.room-icon2{
  background: #FDD02E;
}
.room-icon3{
  background: #FF859D;
}
.room-icon4{
  background: #7BBB5C;
}
.room-icon5{
  background: #396DB6;
}
.room-icon6{
  background: #CF4640;
}
.room-icon7{
  background: #808080;
}
.room-icon{
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px;
  line-height: 1;
}
.room-name{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.room-communitytag{
  display: none;
}
.room-comment{
  font-size: 16px;
  margin-top: 4px;
  margin-bottom: 16px;
  color: #000;

}
.room-inner-right img{
  width: 436px;
}
.room-inner-right li{
  position: relative;
}
.pickup{
  position: absolute;
  top: 18px;
  left: -8px;
  width: 131px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 14px;
  background: #FDD02E;
  letter-spacing: 1px;
}


#community_campaignroom .room-main{
  position: relative;
}
#community_campaignroom{
  padding-bottom: 210px;
}
#community_campaignroom .room-main{
  padding-bottom: 100px;
}

div.keycoffeedialy::before{
  display: none!important;
}
.room_icon{
  position: absolute;
  bottom: -140px;
  right: 0;
  display: none;
}
#community_campaignroom .room_icon{
  display: block;
}
/*-----トーク-----*/




/*-----community-brand-----*/
.community-brand{
  background: #FAF6F0;
  padding: 100px 0;
}
.community-brand-main{
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}
.community-brand-main h2{
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #5D2F0C;
}
.community-goods-list,
.block-goods-list{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-direction: row;
  gap: 40px;
  margin-bottom: 64px;
}
.community-goods-list li,
.block-goods-list li {
  width: calc((100%/5) - 40px);
  box-sizing: border-box;
}
.community-goods-list li a,
.block-goods-list li a{
  text-decoration: none;
}
.community-goods-list li figure,
.block-goods-list li figure{
  width: 252px;
  height: 252px;
  margin-bottom: 24px;
  overflow: hidden;
  background: #fff;
}
.block-goods-list-name{
  font-size: 16px;
  color: #333333;
  margin-bottom: 12px;
}
.block-list1-item-price{
  margin-right: 0;
  margin-bottom: 18px;
}
.block-goods-list-cartbtn{
  background: #634F32 url(../img/community/brand_cart.png) no-repeat left 50px center;
  height: 44px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: bold;
}
.block-goods-list-cartbtn:hover{
  opacity: 0.8;
}
.community-goods-list li figure img,
.block-goods-list li figure img{
  width: 100%;
}



/*-----community-brand-----*/

/*-----community-site-----*/
.community-site{
  background: #FAF6F0;
  padding: 100px 0;
}
.community-site-main{
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
}

.community-site-main h2{
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #5D2F0C;
}
.community-site-main ul{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.community-site-main ul li{
  width: calc((100%/6) - 30px);
  box-sizing: border-box;
}
.community-site-main ul li img{
  margin-bottom: 8px;
}
.community-site-main ul li a{ 
  color: #634F32;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}
/*-----community-site-----*/

/*-----keycoffeedialy-----*/
.keycoffeedialy.community-keycoffeedialy{
  background: #F6EFE5;
  margin: 0;
  padding: 100px 0;
}
.keycoffeedialy-main{
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: left;
}
/*-----keycoffeedialy-----*/

/*-----community-link-----*/
.community-link{
  background: #F6EFE5;
  padding: 150px 0 238px;
}
.community-link-main{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: relative;

}
.community-link ul{
  display: flex;
  flex-wrap: wrap;
  gap: 120px;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.community-link ul li a{
  width: 380px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FDD02E url(../img/community/mainvisual_anchor.png) no-repeat right 40px center;
  border-radius: 6px;
  font-size: 19px;
  color: #583D14;
  font-weight: bold;
  text-decoration: none;
}
.community-link ul li a:hover{
  opacity: 0.8;
}
.link_icon1{
  position: absolute;
  bottom: -198px;
  left: -265px;
}
.link_icon2{
  position: absolute;
  top: -110px;
  right: -175px;
}
/*-----community-link-----*/



/*-----ルーム一覧-----*/
.room-items-daily-ok-subtitle{
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    border-radius: 3px;
    padding: 6px;
    line-height: 1;
}
.wrapper_{
  background: #F6EFE5;
}
.room-outer .room-main{
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 100px 0 0;
  background: none;

}
.room-subtitle,
.daily-ok-title{
  width: max-content;
  margin-top: 40px;
  color: #5D2F0C;
  font-size: 18px; 
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 4px solid #E1BE8B; 
}
#community_talkroom ul.room-items{
  margin-top: 20px;
}
.room-outer .room-list ul{
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  margin-bottom: 100px;
}
.room-outer .room-list li{
  width: calc((100% / 3) - 38px);
}
.room-outer .room-list li a{
  text-decoration: none;
}
.room-outer .room-list li .revico-widget{
  width: max-content;
  margin-left: auto;
  margin-top: 6px;
}
.room-header{
  display: flex;
  flex-direction: wrap;
  gap: 0;
}
.room-date{
  margin: 0 0 0 auto;
}
.room-outer .room-list figure{
  margin-bottom: 10px;
  text-align: center;
}
.room-outer .room-list figure img{
  max-width: 100%;
  max-height: 213px;
}
.room-list .room-icons{
  margin: 0 0 0;
  gap: 8px;
  width: 80%;
  flex-wrap: wrap;
}

.room-list .room-icons .room-icon{
  flex-shrink: 0;
}
.room-list .room-icons .room-icon1{
  display: none;
}
.room-date{
  font-weight: bold;
  font-size: 16px;
  color: #8B7F6D;
}
.room-outer .room-comment{
  margin-bottom: 6px;
  color: #000000;
}
.revico-widget{
  width: max-content;
}
.revico-widget .revico-community-talk-post-count-all-count,
.revico-community-talk-post-count-talkroom-reply-count,
.revico-widget .revico-community-talk-post-count-talkroom-count{
  color: #000000;
}
.revico-widget .revico-community-talk-post-count--all-count-separator::after{
  color: #E1BE8B;
  border: solid 1px #E1BE8B;
  height: 17px;
  margin: 3px 12px 0;
}
.revico-widget .revico-community-talk-post-count--talkroom-count-separator::after{
  margin-left: 12px;
}
.revico-widget .revico-community-talk-post-count-talkroom-count{
  padding: 0 0 0 28px;
}
.revico-widget .revico-community-talk-post-count-talkroom-count::before{
  background: url(../img/community/comment1.png) left center no-repeat;
  width: 18px;
  height: 17px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.revico-widget .revico-community-talk-post-count-talkroom-reply-count{
  padding: 0 0 0 28px;
}
.revico-widget .revico-community-talk-post-count-talkroom-reply-count::before{
  background: url(../img/community/reply.png) left center no-repeat;
  width: 18px;
  height: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.revico-widget .revico-community-talk-post-count-all-count{
  padding: 0 0 0 28px;
  
}
.revico-widget .revico-community-talk-post-count-all-count::before{
  background: url(../img/community/comment2.png) left center no-repeat;
  width: 18px;
  height: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.room-top-header{
  width: 100%;
  max-width: 1420px;
  margin: 66px auto 30px auto;  
  box-sizing: border-box;
  padding: 0;
  display: flex;
  align-items: end;
  gap: 13px;
}
.room-top-header div{
  display: flex;
  align-items: end;
  gap: 13px;

}
.room-outer .room-main{
  padding-top: 0;
}
#talkroom-header.room-top-header{
  padding-left: 75px;
  background: url(../img/community/talkroomicon.png) left center no-repeat;
}
#campaignroom-header.room-top-header{
  padding-left: 75px;
  background: url(../img/community/campaiginroomicon.png) left center no-repeat;
}
#contentsroom-header.room-top-header{
  padding-left: 75px;
  background: url(../img/community/contentsroomicon.png) left center no-repeat;
}
.room-top-header p.room-header-count{
  margin: 0 0 0 auto;
  font-size: 26px;
  font-weight: bold;
  color: #2B1606;
}
.room-top-header p.room-header-count span{
  font-size: 18px;
}
.navipage_ center{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.navipage_forward_,
.navipage_reverse_{
  margin-right: 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.navipage_forward_ a,
.navipage_reverse_ a{
  border-radius: 20px;
  width: 80px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #634F32;
  text-decoration: none;
  font-weight: 500;
}
.navipage_ .navipage_now_{
  width: 40px;
  height: 40px;
  background: #634F32;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  margin-right: 10px;
  font-size: 16px;
}
div.navipage_main{
  display: flex;
  flex-direction: row;
}
.navipage_ a:hover{
  opacity: 0.8;
}
.navipage_ center > a{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #634F32;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
  text-decoration: none;
  margin-right: 10px;
}
.navipage_ center > *:last-child{
  margin: 0;
}
.navipage_forward_{
  margin-left: 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.navipage_ div.navipage_main > *:nth-child(n+6){
  display: none;
}
.navipage_ div.navipage_main > *:last-child{
  display: flex;
  margin-right: 0;
}
.navipage_ div.navipage_main > *:nth-child(6){
  display: flex;
  text-indent: -9999px;
  background: none;
}
.navipage_ div.navipage_main > *:nth-child(6)::before{
  display: inline-block;
  content: '・・・';
  text-indent: 0;
  font-weight: normal;
  letter-spacing: -0.4em;
}
.navipage_first_ a{
  line-height: 1;
  padding: 0 0 0 14px;
  background: #fff url(../img/community/navipage_first.png) 20px center no-repeat;
}
.navipage_prev_ a{
  line-height: 1;
  padding: 0 0 0 12px;
  background: #fff url(../img/community/navipage_prev.png) 22px center no-repeat;
}

.navipage_next_ a{
  line-height: 1;
  padding: 0 12px 0 0;
  background: #fff url(../img/community/navipage_next.png) right 22px center no-repeat;
}
.navipage_last_ a{
  line-height: 1;
  padding: 0 14px 0 0;
  background: #fff url(../img/community/navipage_last.png) right 20px center no-repeat;
}

/*-----ルーム一覧-----*/

/*-----Other Room-----*/
.room-outer .navipage_ > * {
  margin-bottom: 100px;
}
.room-outer + div + div{
  background: #FAF6F0;
}
.room-outer + div + div div.community-link{
  background: unset;
}
.otherroom{
  background:#F6EFE5;
  padding-bottom: 100px;
}
.otherroom-main{
  width: 199%;
  max-width: 744px;
  margin: 0 auto;

}
.otherroom-main h2{
  color: #D6CDC1;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  margin-bottom: 37px;
}
.otherroom-main ul{
  display: flex;
  gap: 90px;
  flex-direction: row;
  height: max-content;
  width: max-content;
  margin: 0 auto;
  justify-content: center;
}
.otherroom-main ul li{
  width: calc((100% /2) + 45px);
}
.otherroom-main ul li a{
  color: #634F32;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 94px;
  box-sizing: border-box;
  height: 60px;
  display: flex;
  align-items: center;
  width: max-content;
}
.otherroom-main ul li#otherroom-talkroom a{
  background: url(../img/community/talkroomicon.png) left center no-repeat;
}
.otherroom-main ul li#otherroom-contentsroom a{
  background: url(../img/community/contentsroomicon.png) left center no-repeat;
}
.otherroom-main ul li#otherroom-campaignroom a{
  background: url(../img/community/campaiginroomicon.png) left center no-repeat;
}
.breadcrumb{
  padding-left: 70px;
  box-sizing: border-box;
}
.breadcrumb a{
  color: #634F32;
}
.breadcrumb > span:first-child a{
  background: url(../img/community/home.png) left top no-repeat;
  text-indent: 0;
  width: unset;
  padding-left: 18px;
}
/*-----Other Room-----*/

/*-----community-detail-----*/
.community-detail-mile{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  text-align: center;
  height: 118px;
  margin-top: 30px;
  background: url(../img/community/mile_bg.png) center center no-repeat;
}
.community-detail-mile p{
  font-size: 24px;
  font-weight: bold;
  color: #634F32;
  display: flex;
  flex-direction: row;
  align-items: end;
  text-align: center;
  width: max-content;
  margin: 26px auto 0;
  line-height: 1;
}
.community-detail-mile p img{
  vertical-align: bottom;
}
.community-detail-mile p img.mileicon1{
  margin-right: 6px;
  margin-left: 3px;
}
.community-detail-mile p span.mile-icon{
  position: relative;
  padding-right: 14px;
}
.community-detail-mile p span.mile-s{
  color: #AB9E8A;
  font-size: 17px;
  font-weight: bold;
}
.community-detail-mile p span.mile-icon img{
  position: absolute;
  bottom: 20px;
  right: 0;
}
.community-detail-mile a{
  display: flex;
  justify-content: start;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  color: #634F32;
  border-radius: 12px;
  width: 125px;
  height: 23px;
  text-align: center;
  background: #DCCDB3 url(../img/community/anchor_link.png) no-repeat right 13px center;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  margin: 12px 0 0 0;
  padding: 0 0 0 13px;
  box-sizing: border-box;
  letter-spacing: -0.1em;
}
.community-detail-mile a:hover{
  opacity: 0.8;
}

.community-detail-main{
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 0;
  padding: 30px 0 0 0;
}
.community-detail-main h1{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 12px;
  padding: 0 0 0 23px;
  position: relative;
}
.community-detail-main h1::before{
  display: inline-block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 100%;
  background: #000;
}
.community-detail-header{
  margin: 0 0 0 auto;
  width: max-content;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #8B7F6D;
  line-height: 1;
  gap: 10px;
  margin-bottom: 12px;
}
.community-detail-visual{
  text-align: center;
  margin-bottom: 24px;
}
.community-detail-visual img{
  width: unset;
  height: unset;
  max-width: 100%;
}
.community-backbtn a{
  color: #634F32;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  background: #ECE5DB url(../img/community/mainvisual_anchor.png) no-repeat right 40px center;
  width: 380px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  
}
.community-backbtn a:hover{
  opacity: 0.8;
}
.community-detail-comment{
  text-align: center;
  font-size: 18px;
  color: #000000;
  line-height: 2;
  background: #F6EFE5;
}
.community-detail-main .hacobune-app-container{
  background: #F6EFE5 !important;
}



/*-----community-detail-----*/

div.keycoffeedialy-main{
  flex-direction: column;
}
.keycoffeedialy-title{
  color: #5D2F0C;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 21px;
}
main .keycoffeedialy .hacobune-tag-list {
  display: none;
}
main .keycoffeedialy .hacobune-app-container{
  background: none;
}
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider,
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider{
  width: 40px!important;
  height: 40px!important;
  border-radius: 50%!important;
  background: #F0EFE7;
  padding: 0;
}
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider::before,
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider::before{
  display: none;
}
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-next{
  right: -20px;
}
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-prev{
  left: -20px;
}
main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-next .hacobune-icon-button.icon-slider{
  background: url(../img/community/next.png) center center no-repeat;
}

main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-prev .hacobune-icon-button.icon-slider{
  background: url(../img/community/prev.png) center center no-repeat;
}
main .keycoffeedialy .hacobune-gallery .hacobune-app-container{
  max-width: 1400px;
  background: none;
}
/*
div.keycoffeedialy-main *{
  overflow: visible;
}*/
div.keycoffeedialy-main .hacobune-app-container{
  overflow: visible;
}
div.keycoffeedialy-main{
  overflow: hidden;
}
div.keycoffeedialy-main .hacobune-swiper{
  overflow: hidden;
  margin: 0!important;
}
div.keycoffeedialy-main .hacobune-card-slider-list-item{
  padding: 0 7.5px!important;
}


.keycoffeedialy-morebtn{
  text-align: center;
}
.keycoffeedialy-morebtn a{
  color: #634F32;
  font-size: 16px;
  text-decoration: none;
  background: url(../img/community/revico_morebtn3.png) left center no-repeat;
  padding: 0 0 0 28px;
}
.swiper-button{
  display: none;
}




@media only screen and (max-width: 740px) {
  .swiper-button{
    display: block;
  }
  /*-----ヘッダー-----*/
  .header-menu{
    display: none;
  }
  .hnav-form{
    display: none;
  }
  .header-mile{
    display: none;
  }
  .hnav03{
    display: flex;
    margin-right: 0;
    gap: 0;
  }
  .hnav03 li{
    height: 52px;
  }
  .hnav03 li a{
    height: 52px;
  }
  .hnav03 li a{
    padding: 0;
  }
  .element-search--btn a{
    background: url(../img/community/sb_search.png) center 10px no-repeat;
    background-size: 28px 27px;
  }
  .element-signin--btn a{
    background: url(../img/community/sb_login.png) center top no-repeat;
    background-size: 41px 36px;
  }
  .element-favorite--btn a{
    background: url(../img/community/login.png) center top no-repeat;
    background-size: 41px 36px;
  }
  .element-cart--btn a{
    background: url(../img/community/sb_cart.png) center 2px no-repeat;
    background-size: 40px 35px;
  }
  .element-cart--btn{
    margin-right: 0;
  }
  header{
    height: 76px;
  }
  main{
    margin-top: 76px;
  }
  .element-menu--btn{
    background-color: unset;
    background: url(../img/community/sb_menu.png) center 10px no-repeat;
    background-size: 20px 17px;
    width: 73px;
    height: 47px;
  }
  .element-menu--btn span{
    color: #333333;
    padding: 0;
  }
  .hnav04{
    margin-left: 0;
    width: unset;
  }
  /*-----ヘッダー-----*/

  /*-----メインビジュアル----*/
  .mainvisual{
    height: unset;
    padding-bottom: 63px;
    background: url(../img/community/sb_mainvisual_bg.png) center top no-repeat;
    background-size: 100% 100%;
  }
  .mainvisual-inner{
    width: 100%;
  }
  .mainvisual a{
    width: unset;
  }
  .header-inner{
    height: unset;
    min-width: 100%;
    width: unset;
    align-items: center;
  }
  .mainvisual-icon2{
    display: none;
  }
  .mainvisual-contents{
    margin: 0 16px 16px;
    padding: 29px 0 15px;
    text-align: center;
    border-radius: 10px;
  }
  .mainvisual h1{
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 9px;
  }
  .mainvisual-contents5{
    font-size: 15px;
  }
  .mainvisual-contents3{
    font-size: 12px;
  }
  .mainvisual-contents1{
    font-size: 16px;
    width: 100%;
    height: 39px;
    background: url(../img/community/sb_shape.png) center center no-repeat;
    background-size: auto 39px;
  }
  .mainvisual .mainvisual-contents + p{
    font-size: 13px;
    margin-bottom: 8px;
  }
  .mainvisual a{
    flex-direction: column;
    align-items: center;
    justify-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0 47px;
  }
  .mainvisual-icon1{
    display: none;
  }
  .mainvisual-icon2{
    display: none;
  }
  .mainvisual-sbicon{
    position: absolute;
    bottom: -95px;
    left: 0;
    right: 0;
    margin: 0 4.6px 0 8.4px;
  }
  /*-----メインビジュアル----*/
  .room-wrap ul.room-link{
    flex-direction: column;
    gap: 0;
    justify-content: start;
    margin: 0 39px;
  }
  .room-wrap ul.room-link li a{
    border-radius: 5px;
  }
  /*-----ルーム-----*/
  .room-wrap{
    padding: 60px 0 35px;
  }
  .room-main{
    background: #F6EFE5;
  }
  .room-item{
    padding: 36px 16px;
    border-radius: 22px;
  }
  .room-item h3{
    font-size: 22px;
    margin: 0 0 10px;
    padding: 0 0 0 10px;
  }
  .room-item h3::before{
    height: 30px;
    width: 5px;
  }
  .room-top-header{
    display: none;
  }
  .room-header{
    max-width: 100%;
    padding: 0;
    align-items: start;
    flex-direction: column;
  }
  #community_talkroom.room-wrap .comment.community_talkcomment{
    margin: 0 10px;
    font-size: 13px;
  }
  .swiper-button{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #F0EFE7;
  }
  .swiper-button-prev{
    left: -11px;
    background: #F0EFE7 url(../img/community/sb_prev.png) center center no-repeat;
    background-size: 4px 8px;
  }
  .swiper-button-next{
    right: -11px;
    background: #F0EFE7 url(../img/community/sb_next.png) center center no-repeat;
    background-size: 4px 8px;
  }
  .swiper-button::before,
  .swiper-button::after{
    display: none;
  }
  .swiper{
    overflow: visible;
  }
  .swiper-button-disabled{
    display: none;
  }
  .room-item{
    overflow: hidden;
  }
  .room-item > a{
    width: max-content;
    margin: 24px auto 0;
    display: block;
    color: #634F32;
    font-size: 15px;
    padding: 0 0 0 26px;
    background: url(../img/community/sb_roomitem_link.png) left center no-repeat;
  background-size: 18px 18px;
  }
  ul.room-items{
    overflow: visible;
  }
  ul.room-items li{
    width: 184px;
    margin-right: 12px;
  }
  ul.room-items li .pickup{
    display: none;
  }
  ul.room-items li .revico-widget{
    margin-top: 6px;
    width: 100%;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  }
  ul.room-items li .revico-widget .revico-community-talk-post-count-contents{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px 0;
  }
  ul.room-items li .revico-widget .revico-community-talk-post-count-talkroom-count,
  ul.room-items li .revico-widget .revico-community-talk-post-count-talkroom-reply-count,
  ul.room-items li .revico-widget .revico-community-talk-post-count-all-count{
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    line-height: 1;

  }
  .revico-widget .revico-community-talk-post-count--all-count-separator::after{
    margin: 3px 6px 0;
  }
  .revico-widget .revico-community-talk-post-count--talkroom-count-separator::after{
    margin-left: 6px;
  }
  .room-date{
    font-size: 12px;
    width: auto;
  }
  .room-icons{
    width: 60%;
  }
  .room-icon{
    padding: 6px 6px 5px;
  }
  .room-name{
    font-size: 14px;
  }
  .room-comment{
    font-size: 12px;
  }
  .room-inner{
    gap: 18px;
  }
  #community_talkroom{
    padding-bottom: 0;
  }
  #community_contentsroom{
    padding-top: 25px;
    padding-bottom: 0;
  }
  #community_campaignroom{
    padding-top: 25px;
  }
  #community_campaignroom{
    padding-bottom: 0;
  }
  #community_campaignroom .room-main{
    padding-bottom: 40px;
  }
  ul.room-items + a{
    width: max-content;
    margin: 24px auto 0;
    font-size: 15px;
  }
  #community_campaignroom .room_icon{
    display: none;
  }
  .room-wrap ul.room-link{
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
  }
  .room-wrap ul.room-link li{
    width: calc((100% - 12px) / 2);
  }
  .room-wrap ul.room-link li.line2 a{
    align-items: start;
    padding: 7px 0 0 ;
    font-size: 12px;
    box-sizing: border-box;
  }
  div.room-wrap ul.room-link a{
    width: unset;
    height: 63px;
    font-size: 14px;
    padding: 18px 0 0 0;
    align-items: start;
    background-size: 12px 6px;
    box-sizing: border-box;
    background: #634F32 url(../img/community/pagelink.png) center bottom 10px no-repeat;
  }
  .room-main{
    max-width: 100%;
    padding: 0;
  }
  .room-inner{
    flex-direction: column;
  }
  .room-inner-left{
    width: unset;
  }
  .room-inner-right{
    width: unset;
  }
  .room-inner-right .revico-widget{
    width: max-content;
    margin-left: auto;
  }
  .room_icon{
    display: none;
  }
  .room-wrap{
    margin-top: 0;
  }
  #community_talkroom{
    padding-top: 0;
  }
  .room-outer .room-wrap{
    margin: 0;
    padding: 0;
  }
  .room-outer .room-top-header{
    padding: 0;
    margin: 0 16px;
    gap: 0 3px;
    display: block;
    width: unset;
    max-width: unset;
  }
  .room-outer .room-top-header > div{
    display: flex;
    flex-direction: row;
    max-width: unset;
    justify-content: start;
    align-items: end;
  }
  #talkroom-header.room-top-header{
    background: none;
    padding: 0;
  }
  #talkroom-header.room-top-header h1{

    background: url(../img/community/talkroomicon.png) left center no-repeat;
    background-size: 35px 29px;
    padding: 0 0 0 45px;
  }
  #campaignroom-header.room-top-header{
    background: none;
    padding: 0;
  }
  #campaignroom-header.room-top-header h1{

    background: url(../img/community/talkroomicon.png) left center no-repeat;
    background-size: 35px 29px;
    padding: 0 0 0 45px;
  }  
  #contentsroom-header.room-top-header{
    background: none;
    padding: 0;
  }
  #contentsroom-header.room-top-header h1{

    background: url(../img/community/talkroomicon.png) left center no-repeat;
    background-size: 35px 29px;
    padding: 0 0 0 45px;
  }  
  main .room-top-header p.room-header-count{
    width: max-content;
    margin-left: auto;
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #8B7F6D;
  }
  main .room-top-header p.room-header-count span{
    font-size: 12px;
    color: #8B7F6D;
  }
  .room-outer .room-main{
    max-width: unset;
  }
  main .breadcrumb{
    max-width: unset;
    min-width: unset;
    margin: 0 16px 24px;
    width: unset;
    padding: 11px 0 0 0;
  }
  .room-outer .room-list li{
    width: 50%;
  }
  .room-top-header h1{
    font-size: 30px;
    display: flex;
    flex-direction: row;
  }
  .room-top-header p{
    font-size: 12px;
  }

  .room-outer .room-main{
    margin: 0 16px;
    width: unset;
  }
  .room-outer .room-list ul{
    gap: 10px;
    margin-bottom: 60px;
  }
  .room-outer .room-list ul li{
    width: calc((100% / 2) - 5px);
  }
  .room-outer .room-list figure{
    margin: 0 0 8px;
  }
  .room-outer .room-list figure img{
    vertical-align: bottom;
  }
  .room-outer .room-comment{
    font-size: 13px;
  }
  .otherroom{
    padding-bottom: 60px;
  }
  .otherroom-main h2{
    font-size: 34px;
  }
  .otherroom-main ul{
    padding: 0 56px;
    gap: 18px;
  }
  .otherroom-main ul li{
    width: auto;
    font-size: 24px;
  }
  .keycoffeedialy.community-keycoffeedialy{
    padding: 50px 0;
    margin: 16px 0 0 0;

  }
  .keycoffeedialy-title{
    margin: 0 16px 16px;
    font-size: 20px;
  }
  .hacobune-app-main .hacobune-swiper-slide{
    /*width: 126px!important;*/
  }
  div.keycoffeedialy-main .hacobune-card-slider-list-item{
    padding: 0 10px 0 0!important;
  }
  .hacobune-slider-prev{
    left: 5px;
  }
  .hacobune-slider-next{
    right: 5px;
  }
  .hacobune-app-container-no-font.hacobune-app-container *,
  .hacobune-dialog-mask.hacobune-dialog-rounded *,
  .hacobune-app-container-no-font.hacobune-app-container *,
  .hacobune-dialog-mask.hacobune-dialog-rounded * {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  }
  /*-----ルーム-----*/

  /*-----ブランド・商品の紹介-----*/
  .community-brand{
    padding: 36px 16px;
    overflow: hidden;
  }
  .community-brand-main{
    max-width: 100%;
  }
  .block-goods-list{
    margin-bottom: 0;
    gap: 0;
  }
  .block-goods-list li{
    width: unset;
  }
  .community-brand-main h2{
    font-size: 20px;
    margin-bottom: 13px;
  }
  .block-goods-list li{
    width: 126px;
    margin-right: 16px;
  }
  .block-goods-list li figure{
    width: 126px;
    height: 126px;
  }
  .block-goods-list{
    flex-wrap: nowrap;
  }
  .block-goods-list-name{
    font-size: 12px;
    height: unset;
  }
  .block-goods-list-cartbtn{
    gap: 0;
    padding-left: 26px;
    font-size: 12px;
    background: #634F32 url(../img/community/brand_cart.png) no-repeat left 10px center;
    background-size: 15px auto;
    
  }
  /*-----ブランド・商品の紹介-----*/
  
  /*-----関連サイト-----*/
  .community-site{
    padding: 36px 16px 36px;
  }
  .community-site-main h2{
    font-size: 20px;
    margin: 0 0 14px;
  }
  .community-site-main{
    max-width: unset;
  }
  .community-site-main ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
  }
  .community-site-main ul li{
    width: calc((100%/2) - 8px);
  }
  .community-site-main ul li img{
    margin-bottom: 7px;
  }
  .community-site-main ul li p{
    font-size: 11px;
  }
  .link_icon1{
    display: none;
  }
  .link_icon2{
    display: none;
  }
  /*-----関連サイト-----*/
  .otherroom-main{
    width: unset;
    max-width: unset;
  }
  .otherroom-main ul{
    flex-direction: column;
  }
  .sb_foot_icon{
    position: absolute;
    bottom: -93px;
    left: -21px;
    width: auto;
  }
  .community-link{
    position: relative;
    padding: 30px 52px 43px;
  }
  .community-link ul{
    gap: 20px;
  }
  .community-link ul li{
    width: 100%;
  }
  .community-link ul li a{
    height: 70px;
    width: 100%;
    font-size: 17px;
  }
  div.keycoffeedialy{
    min-height: unset;
  }
  .room-outer + div + div div.community-link{
    background: #F6EFE5;
  }

  /*詳細画面*/
  .community-detail-mile{
    margin: 0 16px;
    flex-direction: column; 
    flex-wrap: nowrap;
    height: unset;
    background: url(../img/community/sb_mile_bg.png) center top no-repeat;
    background-size: 100% 100%;
    height: 147px;
  }
  .community-detail-mile p{
    flex-direction: column;
    width: unset;
    display: block;
    margin: 12px 0 0 0;
  }
  .community-detail-mile p{
    font-size: 21px;
    line-height: 1.2;
  }
  .community-detail-mile p span.mile-s{
    font-size: 17px;
  }
  .community-detail .revico-widget .revico-community-talk-talkroom-count{
    width: 100%;
  }
  .community-detail-mile a{
    font-size: 13px;
  }
  .community-detail-main h1{
    margin: 0 16px 18px;
    font-size: 20px;
  }
  .community-detail-main h1::before{
    width: 5px;
  }
  .community-detail-main .rooom-date{
    font-size: 15px;
    margin-left: auto;
  }
  .community-detail-main .community-detail-header{
    margin: 0 16px 10px;
    width: unset;
  }
  .community-detail-visual figure img{
    vertical-align: bottom;
  }
  .community-detail-visual{
    margin: 0 16px 14px;
  }
  .community-detail-comment{
    font-size: 15px;
  }
  .community-detail-main{
    padding: 30px 0 60px;
    box-sizing: border-box;
  }
  .room-icon1{
    display: none;
  }

  
  /*詳細画面*/
  .navipage_.bottom_{
    margin: 0 16px;
  }
  .community-detail .revico-widget .revico-community-talk-label, .community-detail .revico-widget .revico-community-talk .revico-community-talk-post-media--label, .community-detail .revico-widget .revico-community-talk .revico-community-talk-custom-textarea{
    font-size: 16px;
  }
  .community-info img{
    max-width: 100%;
  }

  main div.keycoffeedialy div.keycoffeedialy-main{
    min-width: unset;
    max-width: unset;
  }
  .hacobune-containers-card-slider[data-v-5b62ae03] .hacobune-slider-container .hacobune-slider-swiper-container {
    margin: 4px -7.5px 0;
  }
  .hacobune-gallery{
    width: 100%!important;
    box-sizing: border-box;
  }
  .hacobune-swiper-wrapper{
    padding: 0 16px 0;
    
  }
  main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-prev{
    left: 5px;
  }
  main .keycoffeedialy .hacobune-containers-card-slider .card-slider-hacobune-slider-next{
    right: 5px;
  }
  div.kiyaku{
    max-width: unset;
    margin: 25px 16px 25px;
    padding: 25px;
    width: unset;
  }
  main div p.keycoffeedialy-title{
    margin: 0 16px 16px;
  }
  main.pane-main .breadcrumb{
    display: block;
  }
  .room-outer .room-list li .revico-widget,
  .room-inner-right .revico-widget{
    width: max-content;
    margin-left: 0;
  }  
}
.wrapper_ main .pane-contents .breadcrumb{
  display: block;
}

.keycoffeedialy-title{
  width: 100%;
  min-width: calc(900px - 40px);
  max-width: 900px;
  margin: 0 auto 16px;
  display: flex;
  justify-content: start;
  align-items: start;
  position: relative;
  z-index: 1; 
  text-align: center;
}
/*
main div.keycoffeedialy-main {
  width: 100%;
  min-width: calc(1200px - 40px);
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  z-index: 1;
}*/
.breadcrumb-item:nth-child(4){
  display: none;
}

.element-menu--btn.active{
  background: url(../img/header/sb/closebtn_b.png) center 10px no-repeat;
  background-size: 15px auto;
  background-color: unset;
  color: #333;
}

.kiyaku{
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  background: rgba(251, 247, 243, 0.6);
  padding: 50px 50px 50px;
  margin-top: 50px;
  box-sizing: border-box;
  line-height: 1.8;
}


.revico-community-talk-post--reviewer-attribute-item:nth-child(1),
.revico-community-talk-post--reviewer-attribute-item:nth-child(2){
  display: block;
}
.revico-community-talk-post--reviewer-attribute-item{
  display: none;
}
.revico-community-talk-reply-details-best-answer-icon {
  display: none;
}
.login_link_ {
  text-align: center;
  margin-top: -20px !important;
  margin-bottom: 10px !important;
}
@media screen and (min-width:768px) {
  .login_link_ a {
    color: #444;
    font-size: 20px !important;
  }
  .login_link_explain_ {
    font-size: 11.2px;
    text-align: center;
  }
  .login_link_explain_ .sp_only {
    display: none !important;
  }
  .snap_url_btn a {
    background: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    margin: 0px auto 20px;
    padding: 12px 0;
    text-align: center;
    text-decoration: none;
    width: 225px;
  }
}
@media screen and (max-width:767px) {
  .login_link_ a {
    color: #444;
    font-size: 15px !important;
  }
  .login_link_explain_ {
    font-size: .8em;
    text-align: center;
  }
  .snap_url_btn a {
    background: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    line-height: 1;
    margin: 0px auto 20px;
    padding: 15px 0;
    text-align: center;
    width: 90%;
    text-decoration:none;
  }
}
