
main h1{
  padding: 64px 0;
  margin: 0 auto;
  font-size: 36px;
  font-weight: bold;
  display: block;
  text-align: center;  
}
main h2{
  line-height: 130%;
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 36px 0;
  text-align: center;  
  padding: 0;
}
.navipage_.bottom_{
  margin-bottom: 100px;
}
.pane-contents .kaigyo-navi-lists{
  max-width: 1400px;
  min-width: calc(1200px - 40px);
  margin: 0 auto 100px;
}
main .pane-contents{
  padding: 0 20px;
}


.kaigyo-navi-lists.cell4 .kaigyo-navi-items .kaigyo-navi-item .kaigyo-navi-categorys {
  margin-top: 16px;
}

.kaigyo-navi-lists.cell3 .kaigyo-navi-items .kaigyo-navi-item{
  max-width: 320px;
  width: calc((100% / 4) - 30px);
  position: relative;
}


.navipage_.bottom_{
  display: none;
}
.navipage_.bottom_.navipage_static_ {
  display: block;
}
.error{
  text-align: center;
  width: 100%;
  margin: 0 0 100px;
}



/*-----ルーム一覧-----*/
.room-outer .room-main{
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 100px 0 0;
  background: none;

}
.room-outer .room-list ul{
  gap: 40px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.room-outer .room-list li{
  width: calc((100% / 4) - 30px);
}
.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;
}
.room-items-list .pickup{
  display: none;
}
.room-date{
  margin: 0 0 0 auto;
}
.room-outer .room-list figure{
  margin-bottom: 10px;
}
.room-list .room-icons{
  margin: 0 0 8px;
  width: 80%;
  flex-wrap: wrap;
}
.room-outer .room-list img{
  max-width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.room-icons{
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.room-icon2{
  background: #FDD02E;
}
.room-icon3{
  background: #FF859D;
}
.room-icon4{
  background: #7BBB5C;
}
.room-icon5{
  background: #396DB6;
}
.room-icon6{
  background: #CF4640;
}
.room-icon{
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 3px;
  padding: 6px;
  line-height: 1;
}
.room-list .room-icons .room-icon{
  flex-shrink: 0;
}
.room-communitytag{
  display: none;
}
.room-name {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.room-outer .room-comment {
  margin-bottom: 6px;
  color: #000000;
}
.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-outer .room-main{
  padding-top: 0;
}
#talkroom-header.room-top-header{
  padding-left: 75px;
  background: url(../img/community/talkroomicon.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;
}

/*-----ルーム一覧-----*/


.kaigyo-navi-lists.cell3 .kaigyo-navi-items .kaigyo-navi-item figure.pattern1{
  align-items: unset;
  flex-direction: unset;  
  width: unset;
  max-width: 100%;
  max-height: 100%; 
  overflow: unset;
  height: 215px;
}
.kaigyo-navi-lists.cell3 .kaigyo-navi-items .kaigyo-navi-item figure.pattern1 a{
  display: flex;
}