::selection {
    background: #176800;
    color: white;
}
.contentBodyWrapper a{
	color: #176800;
}


.none_text{display: none;}
.contentHeader {

}

.contentHeader h1{
	text-align: center;
    font-size: 170%;
    margin: 0px;
    padding: 20px 0;
    letter-spacing: 4px;
    margin-bottom: 4%;
}

.contentTitle h1 {
    display: block;
    border-bottom: 1px solid #176800;
    /* border-top: 1px solid #176800; */
    padding: 12px 0px;
    font-size: 230%;
    line-height: 160%;
    text-align: left;
    color: #176803;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 2px;
    margin-top: 40px;
    font-weight: bold;
}




.contentDescription{
    color: #176800;
    padding: 2%;
    margin-bottom: 5%;
    /* border-radius: 20px; */
    margin-top: 0;
    /* line-height: 180%; */
    /* font-weight: bold; */
    /* border: 1px solid #dcdcdc; */
    background-color: #f5f5f5;
}

.contentHeader .date{
	font-size: 85%;
    padding: 0;
    margin-bottom: 30px;
    display: block;
    text-align: right;
}


img.attached_icon {
	margin: 0 1% 0 0;
	max-width: 30px;
	height: auto;
}




#main2 p.date{
	font-size: 80%;
    /* text-align: right; */
    margin-top: 0px;
    margin-bottom: 30px;
    /* padding-top: 5px; */
    /* padding-right: 25px; */
    color: #176800;
}


.contentBody h2 {
    margin: 50px 4px 25px 4px;
    padding: 3px 15px;
    border-left: 12px solid #176800;
    font-size: 200%;
    line-height: 180%;
    font-weight: normal;
}


.contentBody h3 {
	margin: 45px 0 25px 0;
    padding: 5px 5px;
    border-bottom: 1px solid #176800;
    color: #176800;
    font-size: 145%;
}


.contentBody h4 {
	margin: 2em 0 1em;
    /* padding: 0 10px; */
    font-size: 125%;
    background-image: url(../images/h4.png);
    background-repeat: no-repeat;
    background-position: 4px 4px;
    background-size: 22px;
    padding: 0px 0px 0px 32px;
}

.contentBody p,
.contentBody ol,
.contentBody ul {
  margin: 15px 0;
}


.contentBody ul {
    padding: 0.25em;
    list-style-type: none;
}

.contentBody ul li {
	display: block;
    line-height: 140%;
    margin: 20px 0;
    background-image: url(../images/icon.png);
    background-repeat: no-repeat;
    background-position: 2px 0px;
    background-size: 18px;
    padding: 0px 0px 0px 28px;
    text-align: left;
}

.contentBody ul li ul li{
	font-size: 1rem;
	font-weight: normal;
    background-image: url(../images/list2.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 16px;
    padding: 0px 0px 0px 20px;
}
.contentBody ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 8px;
}

.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}

.contentBody ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #eaf55f;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contentBody ol li {
    margin-bottom: 15px;
}


.contentBody ol li:last-child {
    margin-bottom: 0;
}



.contentBody .alignLeft {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}
.contentBody .alignRight {
  float: right;
  margin-left: 25px;
  margin-bottom: 10px;
  margin-top: 0;
}
.contentBody .alignCenter {
  display: block;
  margin: 0 auto;
}
.contentBody em {
}
.contentBody table {
  max-width: 100%;
}
.contentBody table th,
.contentBody table td {
  vertical-align: middle;
  font-size: 100%;
}

.contentBody th {
    background-color: #f0f792;
    font-weight: bold;
}

.contentBody table[border] {
  border: 1px solid #ccc;
}
.contentBody table[border] th,
.contentBody table[border] td {
    padding: 8px 10px;
    border: 1px solid #aaa;
    line-height: 140%;
}
.contentBody table[border] td {
	background-color: #ffffff;
}

.contentBody sup {
  font-size: 0.5em;
  vertical-align: top;
}

.contentBody sub {
  font-size: 0.5em;
  vertical-align: bottom;
}

.contentBody table[border] td ul {
    padding: 0.25em;
    list-style-type: none;
	margin: 0;
}

.contentBody table[border] td ul li {
    margin: 0 0 10px 0;
}


.contentBody table th ul li {
    margin: 12px 20px;

}


.contentBody table img {
    margin: 0;
}

/* Color Definition
================================================== */

.red{
  color: red;
}



	


/* style
================================================== */
.style1 {
	margin: 1px 0;
    padding: 0px;
    border-left: none;
    font-size: 140%;
    background: linear-gradient(transparent 55%, #f0f792 32%);
    font-weight: bold;
    line-height: 180%;
}

.style2 {
	background-color: #ffffff;
    font-size: 150%;
    display: block;
    padding: 1em;
    text-decoration: none;
    color: #176800;
    font-weight: bold;
    border: solid 3px #176800;
    border-radius: 10px;
    transition: .4s;
	margin: 20px 0;
}

/*

.style2 a,.style2 a:visited{
	display: block;
	color: #176800;
	text-decoration: none!important;
}

.style2:hover {
  background: #eaf55f;
  color: white;
}


*/

.style3{
	font-size: 85%;
}

.style4 {
	background-color: #f7613e;
    padding: 5px 10px;
    color: #fff;
    font-size: 90%;
    display: inline-block;
	margin: 20px 0;
}

.style4 a{
	text-decoration: none;
    color: #fff;
}



.style5 {
    font-size: 135%;
    font-weight: bold;
}

.style6 {
	margin: 20px 0;
    position: relative;
    background-color: #eee;
    box-shadow: 0px 0px 0px 5px #eee;
    border: dashed 2px white;
    padding: 2%;
    display: block;
    width: 99%;
    font-size: 120%;

}
.style6 a{
	display: block;
}
.style6:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #b0c600;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}




.mokuji {
	border: 2px solid #000;
    padding: 1% 2%;
    font-weight: bold;
	width: 100%;
    max-width: 500px;
}

.mokuji ol {
    padding-left: 30px;
}



/*サイトマップ
================================================== */

.sitemap {
	margin-left: 0px;

}

.sitemap a{
	}




ul.sitemap-list.sm-depth1-list {
	border-left: none;
    display: flex;
    flex-wrap: wrap;
	padding: 0;
}
	
.sitemap li.sm-depth1-item {
	font-size: 115%;
    margin: 1%;
    font-weight: bold;
    padding: 0px;
    letter-spacing: 2px;
    width: 31.3%;
    background-image: none;
	}
	
.sitemap li.sm-depth1-item a{
	text-decoration: none;
	display: block;
	}

.sitemap li.sm-depth1-item a:hover{
	}

.sitemap li.sm-depth1-item a:focus{
	}
	
.sitemap li.sm-depth1-item::before {
    border-right: none;
    border-bottom: none;
}

span.sitemap-list-item-span.sm-depth1-label {
	padding: 7px 3%;
    display: block;
    margin: 4% 0;
    transition: 0.3s;
    border-left: 10px solid #176800;
    background-color: #f5f5f5;
}
	
ul.sitemap-list.sm-depth2-list {
    font-size: 80%;
    letter-spacing: 1px;
    padding: 0 0 0 3%;
    margin: 40px 1%;
	}

ul.sitemap-list.sm-depth2-list li{
	background-position: 0px 6px;
    background-size: 12px;
    font-weight: normal;
}
	
ul.sitemap-list.sm-depth2-list  a{
}

ul.sitemap-list.sm-depth3-list {
	font-size: 80%;
	letter-spacing: 0;
	padding: 0 15px;
	}
	
ul.sitemap-list.sm-depth3-list li{
    margin: 0;
    padding: 5px;
    font-weight: normal;
    background-image: none;
	}
	
.sitemap li.sm-depth3-item::before {
    border-right: none;
    border-bottom: none;
}
	
ul.sitemap-list.sm-depth4-list {
	font-weight: normal;
	padding: 0 1%;
	margin: 2%;
	}
	
ul.sitemap-list.sm-depth4-list li{
	margin: 0;
	}
	
.sitemap li.sm-depth4-item::before {
    border-right: none;
    border-bottom: none;
}
	
.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.sitemap-list {
    border-left: 1px dotted #7ba0ca;
}
	




/* 幅が 767px以下であれば */
@media  (max-width:767px) {
	
.contentBody p, .contentBody ol, .contentBody ul {
    margin: 8px 0;
}
	
.contentDescription {
        padding: 3% 3%;
    font-size: 85%;
    line-height: 180%;
    margin-bottom: 8%;
}

#breadCrumb {
	padding: 5px 0 8px 0;
    margin-bottom: 25px;
    /* border-bottom: #d9d9d9 1px dotted; */
    font-size: 80%;
	line-height: 180%;
}

#breadCrumb a {
	color: #176800;

}
#breadCrumb a:hover {

}
	

	


.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

p.description {
    color: #176800;
}

	
#main2 p.date {
    font-size: 80%;
    text-align: right;
	margin-top: 0;
}
	
.contentBody ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0 0.5em 33px;
    margin-bottom: 20px;
}
	
.contentHeader {
    background-size: 145%;
}
	
.contentHeader h1 {
    font-size: 170%;
    padding: 8px 0px;
    letter-spacing: 0;
    line-height: 140%;
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 20px;
}
	
.contentBody h2 {
/*    padding: 3px 5px;*/
    font-size: 160%;
    line-height: 140%;
    letter-spacing: 0;
    margin: 50px 0 25px 0;
    border-left: 8px solid #176800;
}
	
.contentBody h3 {
    margin: 35px 0 15px 0;
    padding: 0 5px 8px;
    font-size: 125%;
	line-height: 140%;
}
	
.contentBody h4 {
    margin: 20px 0 15px 0;
    font-size: 100%;
	background-position: 0px 5px;
    background-size: 15px;
    padding: 0px 0px 0px 19px;
}


	
.contentBody ul li {
    background-size: 13px;
    padding-left: 20px;
	background-position: 0px 3px;
}
	

.contentBody table[border] td ul li {
    margin: 8px 0;
}
	
	

.contentBodyWrapper ol {
    counter-reset: number;
    list-style-type: none!important;
    padding: 8px;
}

.contentBodyWrapper ol li {
    position: relative;
    line-height: 1.5em;
    padding: 0.5em 0.5em 0.5em 40px;
    margin-bottom: 20px;
}

.contentBodyWrapper ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #eaf55f;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 22px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


.contentBodyWrapper ol li {
    margin-bottom: 15px;    
	line-height: 180%;
}
	

	
	
	
	
	
		
.style1 {
    font-size: 115%;
	}
	
.style2 {
    font-size: 120%;
    padding: 12px;
}
	
.style4 {
    padding: 8px;
    line-height: 160%;
    font-size: 90%;
}
	
.style6 {
    padding: 5%;
    font-size: 100%;
}
	
	
/*サイトマップ
---------------------------------------------------------------*/
		
.sitemap {
    font-size: 80%;
}
	
.sitemap li.sm-depth1-item {
    font-size: 150%;
    margin: 1%;
    padding: 0px;
    letter-spacing: 1px;
    width: 100%;
}
	
span.sitemap-list-item-span.sm-depth1-label {
}
	
ul.sitemap-list.sm-depth2-list {
    margin: 15px 1%;
}
	
	
	
}


@media (max-width: 768px){


.contentBody .alignRight{
    float: right;
    margin-right: 0px;
    margin-bottom: 30px;
}
	
.contentBody .alignLeft{
    float: left;
    margin-left: 0px;
    margin-bottom: 30px;
}
	
	
.contentBody img.alignLeft,.contentBody img.alignRight {
    width: 50%;
    margin-bottom: 20px;
}
	
	
img.attached_icon{
	width: 20px;
	}

	
}



/* 幅が 480px以下であれば */
@media screen and (max-width: 480px){
	
	
.contentBody img.alignLeft, .contentBody img.alignRight {
    width: 100%;
    padding: 0 50px;
    margin: 0 0 30px 0;
	float: none;
}
	
.contentBody .alignLeft img,.contentBody .alignRight img {
	text-align: center;
}
	
table, tbody, tr, th, td {
	}

	
	
	
	
.box,.box2,.box3{
    padding:10px;
	line-height: 170%;
	font-size: 90%;
}
	
.box img,.box2 img,.box3 img{
	width: 100%;
	text-align: center;
	padding: 0px 90px;
}

	
}



/* ちびっこ広場 */

.contentBody table.chibikko td{
	    vertical-align: top;
}

.contentBody table.chibikko img{
	padding: 0 2%;
}

.top-category_reservation .style10,
.contentBody table.chibikko .style10{
background-color: #000;
    color: #fff;
    font-weight: bold;
    font-size: 130%;
    display: inline-block;
    padding: 6px 10px;
    margin-top: 10px;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}


@media (max-width: 768px){
	
.top-category_reservation .style10,
.contentBody table.chibikko .style10 {
    width: 35px;
    height: 35px;
}
}

@media (max-width: 500px){
.contentBody table.chibikko td {
    padding: 0 6px;
    font-size: 85%;
    line-height: 145%;
}
	
.top-category_reservation .style10,
.contentBody table.chibikko .style10 {
    width: 28px;
    height: 28px;
    padding: 5px 6px;
}
	
}


/*darekanotent
---------------------------------------------------------------*/



.top-category_darekanotent #main2 {
    padding: 0 40px;
}

.top-category_darekanotent .renewal {
    display: none!important;
}

.top-category_darekanotent #content {
    background-color: #3d2117;
	font-family: 'Shippori Mincho B1', serif;
	color: #d8d1b6;
}

.top-category_darekanotent #content a,
.top-category_darekanotent #breadCrumb a:visited,
.top-category_darekanotent #main2{
	color: #d8d1b6;
}

.top-category_darekanotent .top-category_darekanotent img {
    width: 100%;
	background-image: url(../images/who_main.jpg)!important;
    vertical-align: bottom;
}

.top-category_darekanotent .contentBody h2 {
    margin: 25px 4px;
    padding: 3px 0;
    border-left: none;
    text-align: center;
    font-size: 300%;
    line-height: 180%;
    font-weight: normal;
}

.style9{
	font-size: 215%;
    line-height: 190%;
	font-weight: bold;
	font-family: 'Shippori Mincho B1', serif;
}

.style10{
	background-color: #000;
	color: #d8d1b6;
	font-family: 'Shippori Mincho B1', serif;
}

.story_wrap{
	padding: 0 40px 20px 40px;
    border: 1px solid #d8d1b6;
}


.detail_wrap{
	padding: 0 40px 20px 40px;
    border: 1px solid #d8d1b6;
	background-color: #d8d1b6;
	color: #3d2117;
}

.brown_wrap{
	padding: 0 40px 20px 40px;
    border: 1px solid #2d1711;
	background-color: #2d1711;
	margin: 40px 0;
	color: #d8d1b6;
}

.top-category_darekanotent table.detail-tbl{
	text-align: center;
}


.top-category_darekanotent table.detail-tbl h4 {
    margin: 2em 0 1em;
    font-size: 155%;
    background-image:none;
    padding: 0;
	color: #2c5b5a;    
	line-height: 130%;
}

.top-category_darekanotent table.detail-tbl td{
	width: 50%;
    vertical-align: top;
    font-size: 80%;
    letter-spacing: 0;
    line-height: 135%;
    padding: 5px 40px;
}

.top-category_darekanotent .contentBody ol li:before {
    background: #487e64;
    color: #d8d1b6;
}

.top-category_darekanotent .contentBody h3 {
    margin: 45px 0 25px 0;
    padding: 10px 2px;
    border-bottom: 1px solid #845c30;
    color: #d8d1b6;
    font-size: 165%;
}


.top-category_darekanotent .contentBody h4 {
    color: #c3ad57;
    padding: 0;
}

.top-category_darekanotent .style2 {
    background-color: #d8d1b6;
    font-size: 110%;
    padding: 1em 2em;
    color: #3d2117;
    border: solid 3px #9e423b;
    border-radius: 0;
    margin: 20px 0;
}


.top-category_darekanotent .style2 a{
    text-decoration: none;
	display: block;
	color: #3d2117!important;
}


.top-category_darekanotent .style2:hover{
	background-color: #9e423b;

	
}

.top-category_darekanotent .style2 a:hover{
    color: #d8d1b6;
}

.top-category_darekanotent .style4 {
    background-color: #8f1816;
    color: #d8d1b6;
	margin: 3px 0 20px 0;
}

.top-category_darekanotent .style5 {
    font-size: 135%!important;
    font-weight: bold!important;
}

.top-category_darekanotent .contentBody ul li {
    background-image: url("../images/list_icon_who.png");
	line-height: 170%;
}



table.st_tbl{}

table.st_tbl td{}

table.st_tbl td p{
/*	font-size: 90%;*/
}

table.st_tbl ul li {
    margin-bottom: 0;
}

td.st_img{
	text-align: center;
	width: 200px;
}

td.st_img img{
	width: auto;
	height: 220px;
}


table.st_tbl .style5 {
    color: #2c5b5a;
    font-size: 175% !important;
}


@media (max-width: 850px){
.top-category_darekanotent .contentBody {
    font-size: 90%;
}
}

@media (max-width: 760px){
.top-category_darekanotent .contentBody {
    font-size: 100%;
}
	
td.st_img img {
    height: 177px;
}
	
td.st_img {
    width: 170px;
}
	
}
	
@media (max-width: 740px){
.top-category_darekanotent .contentBody h3 {
    margin: 25px 0 25px 0;
	}

img.who_tel{
	width: 100%;
	max-width: 400px;
	}
	
.top-category_darekanotent .contentBody h4 {
    margin: 30px 0 15px 0;
    font-size: 150%;
	}
	
.top-category_darekanotent table.detail-tbl td {
    padding: 5px 20px 15px 20px;
    border: 1px solid;

}
	
.style9 {
    font-size: 200%;
	}
	
}

@media (max-width: 700px){	
	
	
.top-category_darekanotent table.detail-tbl td img{
	max-width: 170px;
	width: 100%;
	}
	
}


@media (max-width: 670px){
	
table.st_tbl td{
	display: block;
	width: 100%;
	}
	
td.st_img {
    text-align: center!important;
    width: 100%!important;
}
	
	
td.st_img img{
	float: none!important;
	}
	
img.arrow{
	width: 100%;
	max-width: 90px;
	}
	
}


@media (max-width: 600px){

.top-category_darekanotent #main2 {
    padding: 0 20px;
}

}

@media (max-width: 530px){
.style9 {
    font-size: 175%;
    line-height: 140%;

	}
	
.detail_wrap,.brown_wrap,.story_wrap {
    padding: 0 20px 20px 20px;
	}
	
}


@media (max-width: 470px){
.top-category_darekanotent table.detail-tbl td img {
    max-width: 120px;
}
	
.top-category_darekanotent table.detail-tbl h4 {
    margin: 1em 0 1em;
    font-size: 130%;
    line-height: 130%;
}
	
.top-category_darekanotent #main2 {
    padding: 0 10px;
}
	
}


@media (max-width: 450px){

.style9 {
    font-size: 155%;
    line-height: 140%;
}
	
.top-category_darekanotent table.detail-tbl td {
    padding: 5px 12px 15px 12px;
}
	
}


@media (max-width: 400px){
.top-category_darekanotent #main2 {
    padding: 0;
}
	
.top-category_darekanotent .contentBody h2 {
    font-size: 240%;
	}
	
.top-category_darekanotent table.detail-tbl td {
    display: block;
    width: 100%;
    border: none;
    padding: 5px 12px 15px 12px;
}
	
.top-category_darekanotent .contentBody h3 {
    margin: 25px 0 0px 0;
}
	
}


@media (max-width: 380px){
.style9 {
    font-size: 145%;
    line-height: 130%;
}
}



/*reservation
---------------------------------------------------------------*/

.top-category_reservation table.yoyaku_btn{}

.top-category_reservation table.yoyaku_btn td{
	padding: 20px;
	vertical-align: bottom;
}


.yoyaku_btn_wrap{
	background-color: #f1f5d1;
	padding: 0px 10px 10px 10px;
}



@media (max-width: 1000px){
.top-category_reservation table.yoyaku_btn2 td{
	padding: 10px;
}
}

@media (max-width: 800px){
.top-category_reservation table.yoyaku_btn2 td{
	padding: 10px;
	display: block;
}
	
.yoyaku_btn_wrap {
    background-color: #f1f5d1;
    padding: 0px 10px 10px 10px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}
	
}


@media (max-width: 700px){
.top-category_reservation table.yoyaku_btn td{
	padding: 10px;
}
}

@media (max-width: 600px){
.top-category_reservation table.yoyaku_btn td{
	padding: 5px;
}
	
.top-category_reservation table.yoyaku_btn2 td{
	padding: 10px;
}
	
.yoyaku_btn_wrap {
    max-width: 400px;
}
	
}


@media (max-width: 500px){
	
.top-category_reservation table.yoyaku_btn td{
	padding: 10px;
	display: block;
}
	
	
.top-category_reservation table.yoyaku_btn td img{
	width: 100%;
	max-width: 250px;
}
	
	
.top-category_reservation table.yoyaku_btn2 td img{
	width: 100%;
	max-width: 100%;
}
	
}

@media (max-width: 767px){

.top-category_reservation .style10 {
    width: 28px;
    height: 28px;
    padding: 2px 6px;
    font-size: 110%;
}
}




.review_wrap {
    padding: 0 40px 20px 40px;
    border: 1px solid #d8d1b6;
    background-color: #fff;
    color: #3d2117;
	font-family: 'Noto Sans JP', sans-serif;
}

.review_wrap h3 {
    margin: 45px 0 25px 0;
    padding: 10px 2px;
    border-bottom: 1px solid #176800;
    color: #176800!important;
    font-size: 165%;
}

@media (max-width: 1000px){
img.rv_title{
	max-width: 300px;
	margin-bottom: 0;
	margin-top: 10px;
}
}

@media (max-width: 670px){
	
.review_wrap {
    padding: 0 20px 20px 20px;
	}
	
img.rv_title{
	max-width: 200px;
}
}



/*clubhouse-menu
---------------------------------------------------------------*/


ul.clubhouse-menu {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.clubhouse-menu li {
    width: 31%;
    margin: 1%!important;
    font-size: 110%;
    font-weight: bold;
    display: block;
    background-color: #176800;
    text-decoration: none;
    /* border: 1px solid #005b4c; */
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px gray;
    padding: 20px;
	background-position: right 15px center;
    background-size: 15px;
}


@media (max-width: 500px){
ul.clubhouse-menu li {
    font-size: 105%;
    padding: 12px 15px;
    background-position: right 12px center;
    background-size: 10px;
}
}

@media (max-width: 430px){
ul.clubhouse-menu li {
    width: 48%;
}
}


ul.clubhouse-menu li a{
	color: #fff;
	text-decoration: none;
}










