@charset "UTF-8";

/* ================================
	共通
================================ */
.mb0{    margin-bottom: 0;}
.mt0{    margin-top: 0;}
.fs12{  font-size: 120%;}

/*	serif
---------------------- */
.serif{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*	hide
---------------------- */
@media ( max-width : 767px ) {
	.sp_hide{   display: none !important;}
}
@media ( min-width : 768px ) {
	.xl_hide{   display: none !important;}
}


.rImg{
    width: 100%;
    height: auto;
}

/* ================================
.newsTWT
================================ */
.newsTWT{
    height: auto;
    max-height: 300px;
}

/* ================================
.hallEvent__contents
================================ */
.hallEvent__contents table{
    width: 200%;
}

/* tablet-pc */
@media (min-width:768px){
    .hallEvent__contents table{
        width: 100%;
    }
}

/* ================================
	modal
================================ */
.overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    
    display: none;
}
.overlay .modal{
    max-width: 800px;
    width: 96%
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.overlay .modal .inner{
    width: 100%;
}
.overlay .modal.youtube .inner{
    padding-top: 56%;
}
.overlay .modal iframe{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.overlay img{
    max-width: 100%;
    height: auto;
}

@media screen and (max-width : 481px){
    .container,
    .inner,
    #footer{
        width: 100% !important;
        min-width: 100% !important;
    }
    .inner{
        padding: 0 1em;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .gr3,
    .gr4,
    .gr5,
    .gr7,
    .gr9{
        float: none;
        margin: 0 0 1em;
        width: 100% !important;
    }
    .rImg{
        width: 100%;
        height: auto;
    }
    #footer .ft-info,
    .ft_logo a,
    #sitemap{
        display: none;
    }
    .ft_logo{
        text-align: center;
        margin: 0 auto;
    }
    .ft_logo img{
        margin: 0 !important;
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }
    #footer p{
        text-align: center;
        margin: 0 auto;
    }
    #footer dl{
        text-align: center;
        margin: 1em 0;
        font-size: 1.6em;
    }
}

/* ================================
	.globalHeader
================================ */
@media screen and (max-width : 481px){
    .globalHeader .inner{
        padding: 0;
    }
    h1.logo{
        padding: 0 0 .5em;
        margin-left: .5em; 
    }
    .sub-link{
        display: none;
    }
    .wrap-globalNav{
        display: none;
    }
    a.menuTrg{
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        top: 3px;
        right: 10px;
    }
    .border{
        display: block;
        width: 80%;
        height: 4px;
        background: #666;
        position: relative;
        top: 50%;
        left: 50%;
        margin: -2px 0 0 -40%;
        border-radius: 3px;
    }
    .border:before,
    .border:after{
        display: block;
        content: "";
        width: 100%;
        height: 4px;
        background: #666;
        position: absolute;
        top: -8px;
        border-radius: 3px;
    }
    .border:after{
        top: 8px;
    }
    .globalNav{
        width: 100%;
        margin: 0;
    }
    .globalNav > li{
        width: 50%;
        height: auto;
        background: #fff;
        border: none;
        margin: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .globalNav > li >a{
        margin: 0 auto;
    }
    .globalNav .sub-menu{
        display: none !important;
    }
}

/* sp */
@media (min-width:482px){
    .wrap-globalNav{
        display: block !important; 
    }

}

/* ================================
    
	banquet

================================ */
.page-banquet{
    padding: 0;
}
.page-banquet.contents{
    background-image: none;
}

/*	h
---------------------- */
.page-ttl{
    padding: 1.5em 0;
    background: #000;
    overflow: hidden;
}
.page-ttl h2{
    line-height: 1;
    margin: 0;
    color: #fff;
    float: left;
}
.page-ttl h3{
    line-height: 1;
    margin: 0;
    padding-left:3em; 
    color: #fff;
    float: left;
    position: relative;
}
.page-ttl h3:before,
.page-ttl h3:after{
    display: block;
    content: "";
    border: 36px solid transparent;
    border-left-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    margin: -26px 0 0 0;
}
.page-ttl h3:after{
    border-left-color: #000;
    left: -1px;
}

h3 img.ttlSprite{
    width: 242px;
    height: 21px;
    overflow: hidden;
    background: url(../imgs/restaurant/ttl.png) no-repeat 0 2px;
} 
.ginga h3 img.ttlSprite{
    background-position: 0 -27px;
} 
.lagoon h3 img.ttlSprite{
    background-position: 0 -56px;
} 
.raconter h3 img.ttlSprite{
    background-position: 0 -85px;
}

@media screen and (max-width : 481px){
    .page-ttl h3:before,
    .page-ttl h3:after{
        display: none;   
    }	
    .page-ttl h2 img{
        max-width: 100%;
        height: auto;
        width /***/: auto;
    }
    .page-ttl h2{
        display: block;
        float: none;
        margin: 0 0 .4em;
    }
    .laputa .page-ttl h2,
    .ginga .page-ttl h2,
    .lagoon .page-ttl h2,
    .raconter .page-ttl h2{
        line-height: 0;
        width: 40%;
    }
    .page-ttl h3{
        float: none;
        padding-left: 0;        
    }
}



/* ================================
	mainPhoto
================================ */
.mainPhoto{
    padding: 1em 0 ;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.mainPhoto--txt{
    width: 100%;
    padding: 2em;
    background: #000;
    color: #fff;
    box-sizing: border-box;
}
.mainPhoto--txt h3{
    margin: 0;
}
.mainPhoto--txt p{
    margin-bottom: 0 0 1em;
}
.mainPhoto--txt dl{
    border-bottom: 1px dotted #fff;    
}
.mainPhoto--txt dt{
    width: 10em;
    float: left;
    border-top: 1px dotted #fff;
}
.mainPhoto--txt dd{
    border-top: 1px dotted #fff;
    
}

@media ( min-width : 481px ) {
    .mainPhoto{
        padding: 30px 0 30px;
    }
    .mainPhoto > .inner{
        background: #000;
    }
    .mainPhoto--figure{
        width: 656px;
        float: right;
    }
    .mainPhoto--txt{
        width: 304px;
        float: left;
    }
    .mainPhoto--txt h3{
        margin: 2em 0;
    }
	
} 

/* ================================
	stay-futureBnr
================================ */
.stay-futureBnr{
    margin: 30px 0 0;   
}
/*
@media ( max-width : 480px ) {
    .stay-futureBnr .gr3{
        float: left;
        width: 33.3333% !important;
    }	
} 
*/
@media ( max-width : 480px ) {
    .stay-futureBnr{
        margin: 20px 0 0;
    }
/*
    .stay-futureBnr .gr3{
        float: left;
        width: 48% !important;
        margin: 0 1% 1%;
    }	
*/
    .stay-futureBnr .gr3{
        margin: 0;
    }
    .stay-futureBnr .gr3 a{
        display: block;
        padding: 5% 10% 0;
        background: #efefef;
    }
    .stay-futureBnr .gr3:last-child a{
        padding-bottom: 5%;
    }
} 

/* ================================
	stayplan
================================ */
.stayplan{
    padding: 1em 0;
}

@media ( min-width : 768px ) {
	.stayplan{
        padding: 20px 0;
    }
} 

/*	h
---------------------- */
.sec-ttl{
    padding: 10px 30px;
    background: #f5f5f5;
    border-left: 3px solid #000;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
}
.sec-ttl > small{
    display: block;
	font-family: Meiryo, "Lucida Grande","Hiragino Kaku Gothic ProN", sans-serif;
}



/*	stayplan--list
---------------------- */
.stayplan--list{
    margin: 0 -12px;
    position: relative;
    overflow: hidden;
}
.stayplan--item{
    background: #fff;
    cursor: pointer;
}
.stayplan--txt{
    padding: .5em .5em;
}

.stayplan--txt h4{
    text-align: center;
    font-size: 16px;
    line-height: 1.3;
}
.stayplan--item p{
    margin: .5em 0;
}

a.btn-detail{
    display: inline-block;
    padding: .3em 1em;
    background: #333;
    color: #fff;
    font-size: 12px;
}

@media ( max-width : 481px ) {
    .stayplan--item{
        padding: 0 1em;
        box-sizing: border-box;
    }
} 

/*	.btn-toPlan
---------------------- */
a.btn-toPlan{
    display: block;
    width: 60%;
    margin: 0 auto 30px;
    padding: 1em 2em;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}

/* btn-pdf
---------------------- */
a.btn-pdf{
    display: block;
    width: 60%;
    margin: .6em auto;
    padding: .8em 1.6em;
    background: #000;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
}

/* ================================
	guestroom--list
================================ */
.guestroom{
    margin-bottom: 30px;
}

/*	guestroom--list
---------------------- */
.guestroom--list{
    margin: 0 -1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.guestroom--item{
    width: 177px;
    margin: 0 1px 13px;
    float: left;
}
.guestroom--list h4{
    margin-top: .3em;
    text-align: center;    
    line-height: 1.3;
}

.guestroom--list h4 small{
    display: block;
    text-align: center; 
    line-height: 1;   
}

@media ( max-width : 481px ) {
    .guestroom--item{
        width: 50%;
        border: 1px solid #fff;
        margin: 0 0 10px;
        float: left;
        box-sizing: border-box;
    }
} 


/* ================================
	banquetInfo
================================ */
.stayInfo{
    margin-bottom: 30px;
}

/*	stayInfo--list
---------------------- */
.stayInfo--list{
    margin: 0 -6px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.stayInfo--item{
    display: table;
    table-layout: fixed;
    width: 50%;
    margin: 0 0 12px;
    background: #f5f5f5;
    border: 6px solid #fff;
    float: left;
    box-sizing: border-box;
}
.stayInfo--item figure,
.stayInfo--item h4{
    display: table-cell;
    vertical-align: middle;
}
.stayInfo--item figure{
    width: 80px;
}
.stayInfo--item h4{
    padding-left: 1em;
    font-size: 14px;
}

@media ( max-width : 481px ) {
    .stayInfo--list{
        margin: 0;
    }
    .stayInfo--list li{
        float: none;
        width: 100%;
    }
    .stayInfo--item{
        margin-bottom: 2px;
        border: 0;
    }
} 


/* ================================
	stayContact
================================ */
.stayContact > .inner{
    padding: 0;
}
.footerContact{
    width: 100%;
    padding-top: 1em;
    background: #000;
    color: #fff;
    box-sizing: border-box;
}
.footerContact--h{
    margin: 0 1em 1em;
    border: 1px solid #ccc;
}
.footerContact--h > small{
    display: block;
    text-align: center;
}
.footerContact--tel{
    padding: 0 14px .5em;
    font-size: 36px;
}
.footerContact--tel > span{
    display: block;
    line-height: 1.3;
}
.footerContact--tel > span > small{
    font-size: 60%;
}
.footerContact--tel__time{
    font-size: 13px;
    display: block;
    text-align: center;    
}
.btn-tel{
    display: inline-block;
    width: 100%;
    padding: 1em;
    background: #b19c60;
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
}
.footerContact--link{
    display: table;
    table-layout: fixed;
    width: 100%;
}
.footerContact--link a{
    display: table-cell;
    width: 50%;
    padding: .5em;
    color: #333;
    background: #f5f5f5;
    text-align: center;
}
.footerContact--link a:not(:first-child){
    border-left: 1px solid #999;
}

@media ( min-width : 481px ) {
.footerContact{
    display: table;
    table-layout: fixed;
    padding: 0;
    margin-bottom: 30px;
    background: #f5f5f5;
}
.footerContact dt,
.footerContact dd{
    display: table-cell;
    vertical-align: middle;
}
.footerContact--h{
    width: 25%;
    padding: 2em 0;
    background: #333;
    color: #fff;
    font-size: 14px;
}
.footerContact--tel{
    color: #333;
    padding-bottom: 0;
}
.footerContact--link{
    width: 25%;
    padding-left: 4%;
    border-left: 1px solid #ccc;
}
.footerContact--link a{
    display: inline-block;
    width: auto;
    padding: .5em;
    color: #333;
    text-align: left;
    -webkit-transition: .4s;
    transition: .4s;
}
.footerContact--link a:not(:first-child){
    border-left: none;
}
.footerContact--link a:hover{
    background: #ddd;
}
} 

/* ================================
	footer_navi
================================ */
@media ( max-width : 481px ) {
	#footer_navi{
    	display: none;
	}
} 


/* ================================
    hallEvent__contents
================================ */
.hallEvent__contents{
    max-height: 400px;
    margin-bottom: 30px;
    overflow-y: scroll;
    border-width: 1px 0;
    border-style: solid;
    border-color: #bbb;
}
/* tablet-pc */
@media (min-width:768px){
    .hallEvent__contents{
        border: none;
    }
    .hallevent .hallEvent__contents{
        max-height: 100%;
    }
}

/* ================================
	btn
================================ */
.btn-hall{
    
}

.btn-organizer{
    display: block;
    padding: .5em 1em;
    margin-bottom: 5%;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    border: 2px solid #000;
}
.btn-organizer > span{
    display: block;
    font-size: 60%;
    color: #666;
}
.note-coinrocker{
    background: #efefef;
    padding: 1em;
    margin-bottom: 5%;
}

.note-coinrocker h4{
    padding-bottom: .5em;
    border-bottom: 1px solid #333;
}
.note-coinrocker dt{
    font-weight: bold;
}

/* ================================
hallContents
================================ */
.hallContents{
    margin-top: 30px;
}
/* ================================
.hallFacilityList
================================ */
.hallFacility__img img{
    width: 100%;    
}
.hallFacility__txt h4{
    margin: .5em 0 0;
    font-size: 18px;
}
.hallFacility__txt p{
    margin: .5em 0 1em;
}
.hallFacility__txt a{
    width: 60%;
    font-size: 12px;
}
.hallFacility__txt a > img{
    width: 16px;
    vertical-align: -.3em;
}

/* ================================
.hallOutlineList
================================ */
.hallOutlineList{
    margin-bottom: 30px;
    font-size: 0;
    border-bottom: 1px solid #ccc;
}
.hallOutlineList dt,
.hallOutlineList dd{
    display: inline-block;
    padding: 1em;
    vertical-align: top;
    border-top: 1px solid #ccc;
    font-size: 14px;
    box-sizing: border-box;
}
.hallOutlineList dt{
    font-weight: bold;
    width: 12%;
}
.hallOutlineList dd{
    width: 87%;
}

/* ================================
hallOrder,hallPrice
================================ */
.hallContents > section +section{
    margin-top: 60px;
}
.tabletitle{
    font-size: 16px;
    margin-bottom: .5em;
}
.tabletitle::before{
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: .5em;
    vertical-align: -.15em;
    background: #000;
}
.hallContents h3 + h4{
    margin-top: 0;
}
.hallContents .tabletitle{
    margin-top: 30px;
}

/* ================================
tab
================================ */
.tabNav{
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}
.tabNav > a{
    display: table-cell;
    text-align: center;
    padding: 1em;
    background: #efefef;
    outline: none;
    position: relative;
}
.tabNav > a:not(:first-child){
    border-left: 1px solid #fff;
}
.tabNav > a.is-active{
    background: #000;
    color: #fff;
}
.tabNav > a.is-active::before{
    display: block;
    content: "";
    width: 1em;
    height: 1em;
    background: #000;
    position: absolute;
    bottom: -.6em;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
}
.tabNav > a:not(.is-active):hover{
    background: #ccc;
}
.tabContents .tabContents__item:not(:first-child){
    display: none;    
}

/* ================================
	
================================ */
a.btn-pdf.sizeM{
    max-width: 320px;
}

.liquid img{
    max-width: 100%;
    height: auto;
}

/* ================================
infoAccess
================================ */
.infoAccess iframe{
    width: 100%;
    height: 400px;
    border: 0;
}
@media (max-width:480px){
    .infoAccess .gr6{
        float: none;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }    
}



/* ================================
	
================================ */
.btn-sub{
    display: inline-block;
    width: 60%;
    margin: 0 10px 10px;
    padding: .4em 1em;
    border: 2px solid #000;
    font-weight: bold;
}
.btn-sub img{
    vertical-align: -.1em;
    padding-left: .3em;
}
/* sp */
@media (min-width:481px){
    
}