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

	ナビゲーション

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

/*------------------------------------------------------
	PC用設定 992px以上
------------------------------------------------------*/

/*ナビゲーション*/
.navG {
	position: relative;
	width: 100%;

}

.navGheader{
	position: absolute;
	width: 100%;
	z-index: 40;
	background-color:#000;
	color:#fff;
	overflow:hidden;
}

.navGheaderLeft{
	float:left;
	 font-family: 'Roboto Condensed', sans-serif;
	 font-size:13px;
	 font-style:italic;
	padding-top:3px;
	
}
.navGheaderLeft{
	padding-left:20px;
}

.navGheaderLeft a{
	color:#fff;
}

.navGheaderLeft a span:before{
	content:'<';
	padding-right:3px;
}
.navGheaderLeft a:hover{
	color:#aaa;
}

.navGheaderRight{
	float:right;
	overflow:hidden;
}
.navGheaderRight li{
	float:left;
	border-left:#999 1px solid;

}
.navGheaderRight li a{
	color:#fff;
	width:300px;
	display:inline-block;
	text-align:center;
	background-color:#000;
	 font-family: 'Roboto Condensed', sans-serif;
	 font-size:18px;
	 font-weight:700;
	 letter-spacing:0.2em;
}


.navGheaderRight li a:hover{
	background-color:#666;
}





.navG-inner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:115px;

	z-index: 30;
	border-bottom:#eee 1px solid;
	background-color:#fff;
	
}
.navG.fixed .navG-inner {
	position: fixed;
	background-color:#fff;
	z-index: 11;
	opacity:1;

}

.navG-main {

	overflow:hidden;
}



.navG-main-inner {
	width:100%;
	margin:0px auto;
	padding-top:25px;
	overflow:hidden;

}

/*サイトナビ*/
.siteNavBox{
	float:right;
	margin-top:30px;
	
}

.siteNavBox li{
	display:inline-block;
 	font-family: 'Roboto Condensed', sans-serif;
	 font-size:25px;
	 font-weight:bold;
	 font-style:italic;
	 margin-right:40px;

}


.siteNavBox li a{

}

.siteNavBox li a span{

}


.siteNavBox li a:hover span{
}



/*------------------------------------------------------
　 サイトロゴ
------------------------------------------------------*/
.siteLogoBox{
	float:left;
	margin-top:0px;
	z-index: 15;
}
.siteLogo{
	text-align:center;
}
.siteLogo a{
	width:400px;
	background-color:#333;
	display:block;

}
.siteLogo a:hover{
	background-color:#000;
}

/*ロゴ*/

.neilSiteLogo{
	width:130px;
	display:inline-block;
	padding:20px 0;
	text-align:center;
}

.penthouseSiteLogo{
    width:260px;
    display:inline-block;
    padding:32px 0;
    text-align:center;
}

.gaestSiteLogo{
    width:121px;
    display:inline-block;
    padding:20px 0;
    text-align:center;
}

.neilSiteLogo img{
	width:100%;
}

.penthouseSiteLogo img{
      width:100%;   
}

.gaestSiteLogo img{
      width:100%;   
}

/*サイト問い合わせボタン*/
.siteHeadContact{

}

.siteHeadContact a{
	position: fixed;
	z-index: 14;
	top:10px;
	right:20px;
	color:#fff;
}


/*991px以下*/
@media (max-width:991px) {
	.siteHeadContact{
	display:none;
	}
}



/*------------------------------------------------------
	スマホ・タブレット用ナビ
------------------------------------------------------*/


#navSP li{
	font-weight:300;
 	font-family: 'Roboto Condensed', sans-serif;
	 font-size:22px;
	 font-weight:bold;
	 font-style:italic;
	
}
.navbar-header{

}

.spLogo a{
	margin-left:0px;
	width:200px;
	display:block;
	background-color:#333;
	text-align:center;
}

.neilSpSiteLogo{
	width:80px;
	display:inline-block;
	text-align:center;
	margin:15px 0;
}

.neilSpSiteLogo img{
	width:100%;
}

.penthouseSpSiteLogo{
    width:155px;
    display:inline-block;
    text-align:center;
    margin:20px 0;
}

.penthouseSpSiteLogo img{
    width:100%;
}

.gaestSpSiteLogo{
	width:80px;
	display:inline-block;
	text-align:center;
	margin:15px 0;
}

.gaestSpSiteLogo img{
	width:100%;
}

/*店舗*/

.shopNav{
	background-color:#000;
	overflow:hidden;
}

.shopNav li a{
	color:#fff;
	font-style:normal;
	letter-spacing:0.1em;
	width:50%;
	float:left;
	text-align:center;
	display:block;
	padding:10px 0;

}

.shopNav li:last-child a{
	border-left:#fff 1px solid;
}

.shopNav li a:hover{
	background-color:#666;
}



/*------------------------------------------------------
	bootstrap内 基本設定
------------------------------------------------------*/

/*ナビゲーションバー全体*/
.navbar-inverse {
  background-color:#fff;
}

/*ハンバーガーメニュー*/

.navbar-inverse .navbar-nav > li > a {
  color: #333;
    

}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color:#000;
}

.navbar-inverse .navbar-toggle {
  border:none;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color:#fff;
  border:none;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #000;
}

.navbar-inverse .navbar-toggle:hover .icon-bar,
.navbar-inverse .navbar-toggle:focus .icon-bar {
 background-color: #fff;
}

.hamburger--collapse{
	padding-top:0px;
	margin-top:20px;
}



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

	サイト全体

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

/*992px以上*/
@media (min-width:992px) {
	#siteAll{
	padding-top:100px;
	}
}


/*991px以下*/
@media (max-width:991px) {
	#siteAll{
	padding-top:60px;
	}
}


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

	コンテンツ囲み

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

/*各コンテンツ囲み*/
.contentIn{
    overflow:hidden;
}


/*メニューバーに隠れる対応*/
    .anchorContent:before{
      display: block;
      content: " ";
      margin-top: -130px;
      height: 130px;
      visibility:hidden;
        
      }


/*991px以下*/
@media (max-width:991px) {
    .anchorContent:before{
      display: block;
      content: " ";
      margin-top: -60px;
      height: 60px;
      visibility:hidden;
      }

}

/*992px以上*/
@media (min-width:992px) {
    .contentIn{
    width:940px;
    margin:0px auto;
    padding:40px 0;
    }
}

/*991px以下*/
@media (max-width:991px) {
    .contentIn{
    width:90%;
    margin:0px auto;
    padding:30px 0;
    }
}



/*グレー背景*/
.grayBack{
    background-color: #fafafa;
}

.gray333Back{
    background-color: #333;
}

.blackBack{
    background-color: #000;
    color:#fff;
}



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

	共通部分

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


.padding20{
	padding:20px 0 !important;
}

.paddingNone{
	padding:0px 0px;
}

.paddingBottomNone{
    padding-bottom: 0px;
}

.paddingTopNone{
    padding-top: 0px;
}

/*中ページタイトル*/



/*991px以下*/
@media (max-width:991px) {

}






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

中ページ

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

.mainimage {
    width:100%;
}
.mainimage img{
    width:100%;
}

/*リード文*/

.pageLeadBox {
    overflow: hidden;
    margin:0px auto;
}
.pageLeadBox h1{
    float:left;

}

.neilLead{
    width:75%;

}
.neilLead h1{
    width:40%;
    padding-right:10%;
    padding:10px 0;
}

.penthouseLead{
    width:95%;
    margin:20px auto;
}

.penthouseLead h1{
    width:43%;
    padding-right:10%;
    padding:10px 0;
}

.penthouselLead h1 img{
    width:290px;
}

.gaestLead{
    width:70%;
    margin:20px auto;
}

.gaestLead h1{
    width:30%;
    padding-right:10%;
    padding:10px 0;
}

.gaestLead h1 img{
    width:100px;
}

.pageLead {
    float:left;
    border-left: #ccc 1px solid;
    padding-left:10%;
    line-height:1.8;
}

.neilLead > .pageLead{
    width:60%;
}

.penthouseLead > .pageLead{
    width:57%;
}

.gaestLead > .pageLead{
    width:65%;
}



.pageLeadBox br {
}

/*991px以下*/
@media (max-width:991px) {
    .pageLeadBox {
        width:100%;
        margin-bottom: 0px;
    }
    .pageLeadBox h1{
    float:none;
    width:100%;
    text-align:center;
    padding-right:0%;
    }
    .neilLead h1 span{
        display: inline-block;
        width:150px;
    }
    
    .penthouseLead h1 span{
        display: inline-block;
        width:250px;
    }
    
    .gaestLead h1 span{
        display: inline-block;
        width:150px;
    }
    
    h1 span img{
        width:100%; 
    }
    
    

    
    .pageLead {  
        padding-left:0%;
        border-left: none;

        margin:20px auto;
        float:none;
        border-top:#ccc 1px solid;
        padding-top:20px;
    }
    
    .pageLeadBox br {
    display: none;
    }
}

/*650px以下*/
@media (max-width:650px) {
    .pageLead {  
        width:85% !important;   
    }
    
}

/*480px以下*/
@media (max-width:480px) {
    .penthouseLead h1 span{
     width:180px;   
    }
    
}


/*-----------------------------

ページタイトル

-----------------------------*/

.titleBox{
    
}

.pageTitle{
    text-align: center;

}
.pageTitle span{
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:26px;
    font-style:italic;
    font-weight:700;
    }

.pageTitle small{
     display: inline-block;
    font-weight: bold;
    font-size:14px;
    border-top:#000 3px solid;
    color:#000;

    margin-top:10px;
    padding:10px 20px;
}

.pageTitle002{
    color:#fff;
}
.pageTitle002 small{
    width:100%;
    display:block;
    border-top:#fff 1px solid !important;
    color:#fff;
}
.pageTitle002BR{
     color:#000;   
}

.pageTitle002BR small{
    width:100%;
    display:block;
    border-top:#000 1px solid !important;
    color:#000;
}

.pageTitleWH small{
    border-top:#fff 3px solid !important;
    color:#fff;

}



/*-----------------------------

会場案内

-----------------------------*/

.aboutDetailBox {
    overflow:hidden;
    margin-top:20px;
}
.aboutDetail {
    width:30%;
    margin:25px 1.5%;
    float:left;
}
.aboutDetail dt {
}
.aboutDetail dt img {
    width:100%;
}
.aboutDetail dd {
}
.aboutTxt {
}
.aboutTxt li {
}
.aboutTxt li strong {
    font-weight: bold;
    font-size:16px;
    padding:15px 0;
    display: inline-block;
}


/*650px以下*/
@media (max-width:650px) {
    .aboutDetail {
    width:46%;
        margin:15px 2%;
    }
}

/*450px以下*/
@media (max-width:450px) {
    .aboutDetail {
        width:95%;
        margin:15px 10px;
    }
}


/*-----------------------------

レイアウト例

-----------------------------*/
.layoutBox {
    margin-top:40px;
}

/*940px以下*/
@media (max-width:940px) {
    .layoutBox img {
    	width:100%;
        margin-top:15px;
    }
}




/*-----------------------------

設備

-----------------------------*/

.facilitiesBox{
    
    border:#ddd 7px solid;
    padding:30px 30px;
    margin-top:40px;
    overflow: hidden;
}

.facilitiesDetail{
    width:410px;
    margin:20px auto 0;
}

.facilitiesTxt{
    border-top:#ddd 1px solid;
    margin-top:15px;
    padding-top:15px;
}

.facilitiesTable th{
     width:150px;   
}

@media (max-width:550px) {
    .facilitiesDetail{
     width:90%;   
    }
    .facilitiesTable{
        width:100%;
    }
    .facilitiesTable th{
     display:block;
        width:100%;
    }
    .facilitiesTable td{
        display:block;
        width:100%;
        padding-left:1em;
        padding-bottom:10px;
    }
}



/*-----------------------------

アクセス

-----------------------------*/
.accessBack{
    background-color:#fafafa;
}
.accessBox{
    margin-top:25px;
    overflow: hidden;
}

.accessBoxLeft{
    width:48%;
    float:left;
}

.accessTable {
    width: 100%;

}
.accessTable tr {
}
.accessTable th {
    vertical-align:top;
    border-bottom: #666 1px dotted;
    font-weight:bold;
    padding:10px 0;
}
.accessTable th span{
    border:#000 1px solid;
    text-align:center;
    width:100px;
    display: inline-block;
}
.accessTable td {
    vertical-align: middle;
    border-bottom: #666 1px dotted;
    padding:10px 10px;
}


.accessBoxRight{
    width:48%;
    float:right;
    height:370px;
    
}

.linkHotelCitio{
    margin-top:25px;
}

.linkHotelCitio a{
    background-color:#231d0f;
    color:#fff;
    width:100%;
    display: inline-block;
    text-align: center;
    padding:15px 0;
}

.linkHotelCitio a:hover{
     background-color:#aaa;   
}

.linkHotelCitio a span{
     position:relative;
    top:-8px;
    padding-left:15px;
}


/*850px以下*/
@media (max-width:850px) {
    .accessBox{
        margin-top:0px;
    }
    .accessBoxLeft{
     float: none;
        width:100%;
        margin-bottom: 30px;
    }
    .accessTable th {
     width:120px;   
    }
    
    .accessBoxRight{
        width:100%;
        float: none;
    }
}

/*450px以下*/
@media (max-width:450px) {
    .linkHotelCitio span{
        display: none;
    }
    .accessBox{
        margin-top:0px;
    }
}



/*-----------------------------

プラン

-----------------------------*/

/*背景*/

.planBack{
    background:url(img/planBack.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; 
    
    padding:10% 0;
}

/*コンテンツ*/

.planContBack{
    position:relative;
    z-index: 10;
    background-color:#fff;
    
    width:600px;
    margin: 0px auto;
    opacity:0.9;
    padding:40px 40px;

}

.planTxt{
    margin:30px 0;
    text-align: center;
}

.planLink a{
    border:#000 4px solid;
    text-align: center;
    padding:10px 15px;
    font-weight: bold;
    font-size:18px;
    display: inline-block;
    width:100%;
}

.planLink a:after{
     content:'＞';
    padding-left:5px;
}

.planLink a:hover{
     background-color:#000;
    color:#fff;
}

/*700px以下*/
@media (max-width:700px) {
    .planContBack{
     width:85%;
        padding:40px 40px;
    }
    .planTxt{
     text-align:left;   
    }
    .planTxt br{
        display: none;
    }
    
    .planLink a{
     font-size:15px;
        line-height:1.3;
    }
}

/*400px以上*/
@media (min-width:400px) {
    .planLink br{
     display: none; 
    }
}


/*-----------------------------

予約

-----------------------------*/

.reservTxt{
text-align: center;
}

.reservTxt dt{ 
    margin:20px 0 10px;
}

.reservTxt dd{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:60px;
    font-style:italic;
    font-weight: 700;
}

/*450px以下*/
@media (max-width:400px) {
    
    .reservTxt{
     width:90%;
        margin:0px auto;
    }
    .reservTxt dd{
     font-size:40px;   
    }
    
    .reservTxt dt{ 
        text-align:left;
        font-size:13px;
    }
}


/*-----------------------------

ページ下イメージ

-----------------------------*/
.wideImg{
    
}

.wideImg img{
    width:100%;
}

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

	フッター

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

.fb-like{
	margin:10px 10px;
}
.fbLikePc{
	float:left;
}


/*870px以下*/
@media (max-width:870px) {
    .footerNavPC{
    display: none;
    }
}

/*871px以上*/
@media (min-width:871px) {
    .footerNavSPBox{
     display: none;   
    }
}

.footerNavSPBox{
    background-color:#000;
    color:#fff;
}

.footerNavSP li a{
     border-bottom:#666 1px solid;
    font-family: 'Roboto Condensed', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#fff;
    display: block;
    padding:5px 10px;
    letter-spacing: 0.1em;
}

.footerNavSP li a:hover{
     background-color:#666;   
}

.footerNavSP li.footerNavBackHome a{
    font-weight:normal !important;
    font-style:italic;
    font-size:14px;
    letter-spacing: 0em;
}
.footerNavSP li.footerNavBackHome a:before{
    content:'<';
    padding-right:3px;
}

.footerCopy{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:14px;
    font-weight:300;
    font-style:italic;
    padding-left:10px;
}
/*====================================================================

プランページ

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

/*-----------------------------

プラン

-----------------------------*/

.planPageLead{
    width:65%;
    margin:30px auto;
}

.planNav{
    overflow:hidden;
}

.planNav li a{
    width:30%;
    margin:5px 1%;
    border:#000 2px solid;
    text-align: center;
    display: inline-block;
    font-weight:bold;
    float: left;
    padding:2px 0;
}
.planNav li a span:after{
    content: "＞";
    padding-left:5px;
}

.planNav li a:hover{
    background-color:#000;
    color:#fff;
}

/*500px以下*/
@media (max-width:500px) {
    .planPageLead{
        width:85%;     
    }
    
    .planNav li a{
     width:98%;   
    }
    
}

.partyBox{
    width:650px;
    margin:0px auto;
}
.partyBoxIn{
     overflow:hidden;
    margin-top:30px;
}

.partyLeft{
    float:left;
    width:45%;
}
.partyRight{
    float:right;
    width:45%;
}
.partyDetail{
    margin-bottom: 20px;
}

.partyDetail dt{
    text-align: center;
    margin-bottom: 15px;
}
.partyDetail dt span{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
    font-style:italic;
    font-weight:700;
    
    padding-right:20px;
}

.partyDetail dd{
    font-weight:bold;
}

.partyDetail dd strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:30px;
    font-style:italic;
    font-weight:700;
    padding-right: 10px;
}

.partyDetail dd small{
     display:block;
    font-weight: normal;
    margin-top: 10px;
}

.partyDetailWH dt{
    color:#fff;
    border:#aaa 1px solid;
}
.partyDetailBR dt{
    color:#000;
    border:#000 1px solid;
}


.partyList{

}
.partyList li{
    line-height: 1.8;
    font-weight:bold;
}

.partyList li:before{
    content:'・';
    padding-right:3px;
}

.partyList li span{
     width:130px;
    display: inline-block;
}

.partyList li strong{
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
    font-style:italic;
    font-weight:700;
    padding-right: 5px;
}

.partyImg img{
    width:100%;
}

/*700px以下*/
@media (max-width:700px) {
    .partyBox{
    width:100%;
    margin:0px auto;
    }

    .partyLeft{
        float:none;
        width:100%;
    }
    .partyRight{
        float:none;
        width:100%;
    }
    
    .partyImg{
     width:50%;
        margin:10px auto;
    }
}

/*-----------------------------

予約

-----------------------------*/

.reservationIn{
    
}
.reservTxtWH a{
    color:#fff;   
}
.reservTxtWH a:hover{
    color:#aaa;   
}
/*-----------------------------

コース

-----------------------------*/


.courseBack{
    background:url(img/courseBack.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; 
    position: relative;
    padding:10% 0;
}

.courseBack:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color:#fff;
    opacity:0.7;
}

/*コンテンツ部分*/

.courseContBack{
    position:relative;
    z-index: 5;
    background-color:#fff;

    width:470px;
    margin: 0px auto;
    padding:50px 50px;

}

.courseList{
    font-weight:bold;
    margin:30px 0;
    overflow: hidden;
}
.courseList li{
    display: inline-block;
    margin-bottom:10px;
    margin-left:1.3em;
    text-indent:-1.30em;
}

.courseList li:before{
 content:"・";
    padding-right:0.3em;
}


/*700px以下*/
@media (max-width:700px) {
    .courseContBack{
     width:90%;   
    }
}


/*-----------------------------

ドリンク

-----------------------------*/


.drinkBack{
    background:url(img/drinkBack.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover; 
    position: relative;
    padding:10% 0;
}


/*コンテンツ部分*/

.drinkContBack{
    position:relative;
    z-index: 5;
    background-color:#fff;

    width:800px;
    margin: 0px auto;
    padding:50px 50px;
    opacity:0.9;

}

.drinkIn{
    width:580px;
    margin:30px auto 0;
}

.drinkList {
}
.drinkList dt {
    margin-bottom: 10px;
}
.drinkList dt span {
    font-family: 'Roboto Condensed', sans-serif;
    font-size:20px;
    font-style:italic;
    font-weight:700;
    width:130px;
    display: inline-block;
}
.drinkList dt small {
    font-weight:bold;
}
.drinkList dd {
    margin-bottom:20px;
    line-height:1.6;
}

.drinkTxt{
    border:#000 1px solid;
    padding:5px 15px;
}

/*870px以下*/
@media (max-width:870px) {
    .drinkContBack{
     width:85%; 
        padding:40px 40px;
    }
    
    .drinkIn{
     width:100%;   
    }
}

/*650px以下*/
@media (max-width:650px) {
    .drinkList dt span {
     font-size:16px;  
        width:90px;
    }
}

/*-----------------------------

店舗リンク

-----------------------------*/

.shopBnr{
    overflow:hidden;
    width:80%;
    margin:0px auto;
    
}

.shopBnr li{
}

.shopBnr li img{
     width: 100%;   
}
.shopBnr li.penthouse{
    width:260px;
    position: relative;
    top:12px;
    float:left;
}

.shopBnr li.neil{
    width:130px;
    float:right;
}

/*650px以下*/
@media (max-width:650px) {
    .shopBnr{
        
    }
    .shopBnr li.penthouse{
     float:none;
        top:0px;
        width:200px;
        margin:0 auto 20px;
    }
    .shopBnr li.neil{
        float:none;
        width:100px;
        margin:0px auto;
    }
}


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

    共通　クリア

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

.borderNone{
    border-top:none !important;
    border-bottom: none !important;
    border-left:none !important;
    border-right:none !important;
}

.paddingTopNone{
    padding-top:0px !important;
}
.paddingBottomNone{
    padding-bottom:0px !important;
}

.marginTopNone{
    margin-top:0px !important;
}
.marginBottomNone{
    margin-bottom:0px !important;
}

.colorWhite{
    color:#fff !important;
}



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

    トップページ

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

.indexBody{
background-color:#000;
color:#fff;
height:100%;
}

.indexShopLogo{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height:100px;;
  
 text-align:center;
}

.indexShopLogo li{
	display:inline-block;
}


.indexShopLogo li.penthouse{
	position:relative;
	top:-15px;
	margin-right:8%;
}

.indexShopLogo li.neil{
	margin-right:8%;
}

.indexShopLogo li.gaest{
	width:160px;
}

.indexShopLogo li img{
	width:100%;
}

.indexFooter{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1%;
  margin: 0 auto;
  width:100%;
  height:30px;;
text-align:center;

    font-family: 'Roboto Condensed', sans-serif;
    font-size:13px;
    font-weight:bold;
    font-style:italic;
}


/*1000px以下*/
@media (max-width:1000px) {
    .indexShopLogo li{
    display:block;

    }
    .indexShopLogo li.penthouse{
    margin-right:0;
    width:220px;
       margin:0px auto 30px;
    }
    .indexShopLogo li.neil{
    margin-left:0;
    width:120px;
          margin:30px auto 0;
    }
    .indexShopLogo li.gaest{
    margin-left:0;
    width:120px;
          margin:40px auto 0;
    }
}