@charset 'utf-8';

/* 
    basics 
*/

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    background:#000;
    padding-top: 200px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}
.cf:after,
.cf:before {
  content: "";
  display: table;
  clear: both;
}
.container {
    width: 1040px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
/* 
    wrapper 
*/

#wrapper {
    position: relative;
    width: 100%;
    min-width: 1040px;
    z-index: 1;
    background:#fff;
}
#wrapper.fixed {
    padding-top: 200px;
}

/* 
    header 
*/

#header {
    background: black;
    color: #fff;
    width: 100%;
    min-width: 1040px;
    height: 200px;
    z-index: 1000;
    position: fixed;
    top:0;
    left:0;
    right:0;
}

#header .logo-box {
    width: 100%;
    height: 140px;
}

#header .logo-box a,
#header .logo-box a img {
    display: block;
    width: 260px;
    height: 140px;
    margin: 0 auto;
}

#header .logo--style{
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
}
#header .logo--style a{
    display: block;
}
#header .logo--style p{
    font-size: 14px;
    margin: 5px 0 0;
}
#header #menu {
    height: 60px;
}

#header #menu ul,
#header #menu li {
    padding: 0;
    margin: 0;
}

#header #menu ul {
    width: 996px;
    margin: 0 auto;
    list-style: none;
}

#header #menu li {
    width: 199px;
    height: 60px;
    padding: 20px 0;
    margin: 0px;
    float: left;

    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#header #menu li:hover {
    background: #333;
}
#header.fixed #menu li:hover{
    background: #000;
}
#header #menu li a {
    display: block;
    width: 100%;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    height: 20px;
	text-align: center;
}
#header #menu li a img{
	margin: 0 auto; 
}

#header #menu li:first-child a {
    border-left: 2px solid #fff;
}

#header #menu li:last-child a {
    border-right: 2px solid #fff;
}

#header #menu li.has-sub ul {
    display: none;
    
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);

    width: 165px;
    padding: 0;
    margin: 0;
    margin-top: 200px;
}

#header #menu li.has-sub ul:after {
    content: "";
    display: table;
    clear: both;
}

#header #menu li.has-sub:hover ul {
    display: block;
    
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);

    margin-top: 20px;
}

#header #menu li.has-sub ul li {
    height: 33px;
    padding: 0;
    background: rgba(0, 0, 0, .5);
    border-bottom: 1px dotted #fff;
}

#header #menu li.has-sub ul li a {
    display: block;
    height: 32px;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

#header #menu li.has-sub ul li a:hover {
    background: rgba(255, 255, 255, .3);
}

#header #menu li.has-sub ul li a {
    border: none;
}

#header #menu li.has-sub ul li a img {
    padding-top: 6px;
    height:26px;
}

.newShopBnr.pc {
	display: none;
}

/* 
    footer 
*/

#footer {
    position: relative;
    background: black;
    color: #fff;
    width: 100%;
    height: 180px;
    min-width: 1040px;
    z-index: 1000;
    padding: 10px;
}

#footer #footerMenu {
    height: 60px;
}

#footer #footerMenu ul,
#footer #footerMenu li {
    padding: 0;
    margin: 0;
}

#footer #footerMenu ul {
    width: 996px;
    margin: 0 auto;
    list-style: none;
}

#footer #footerMenu li {
    width: 166px;
    height: 60px;
    margin: 0px;
    float: left;
}

#footer #footerMenu li:hover {
    background: #333;
}

#footer #footerMenu li a {
    display: block;
    width: 100%;
    height: 60px;
    padding: 20px 0;
}

#footer .logo-box {
    width: 100%;
    height: 115px;
    margin: 10px 0 20px;
}

#footer .logo-box a,
#footer .logo-box a img {
    display: block;
    width: 128px;
    height: 115px;
    margin: 0 auto;
}

#footer .copy {
    text-align: center;
    font-size: 12px;
}


/*
    heading
*/

.heading {
    text-align: center;
}

.heading h2.title {
    padding: 0;
    margin: 50px 0 25px;
    font-size: 65px;
    line-height: 65px;
    font-weight: 100;
    letter-spacing: 4px;
}

.heading p.lead {
    padding: 0;
    margin: 0 0 45px;
    line-height:26px;
}

.sep {padding: 100px 0 0;
}

.btn-reservation {
    padding: 20px 0 50px;
    text-align: center;
    height: 176px;
    
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.btn-reservation:hover{
    
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}
.btn-reservation-side {
    z-index: 1;
    position: fixed;
    top: 50%;
    right: 0;
    width: 83px;
    height: 220px;
    margin-top: -110px;
    
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-reservation-side:hover {
    
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}

.btn-back-top {
    z-index: 1;
    position: fixed;
    bottom: 190px;
    right: 0px;
    width: 55px;
    height: 55px;
    background: url(/common/img/btn-back-top.png) no-repeat;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn-back-top:hover {
    
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}

#linksSect {
    padding: 20px 0 50px;
    text-align: center;
    height: 276px;
    max-height: 1040px;
}

#linksSect ul {
    list-style: none;
    height: 59px;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}
#linksSect .linksSect--btm{
    margin-top: 30px;
}
#linksSect li {
    display: inline-block;
    margin: 0;
    margin-right: 65px;
    padding: 0;
    width: 290px;
    height: 59px;
}

#linksSect li:last-child {
    margin: 0;
}

#linksSect ul li a {
    display: block;
}
.tax-box{
    width:740px;
    margin:0 auto;
    font-size:12px;
    text-align:right;
}
.note{
    font-size:12px;
	text-align: center;
	}
.balloon {
	position: relative;
	display: inline-block;
	padding: 0 15px 0 15px;
	width: auto;
	color: #F6F6F6;
	line-height: 2;
	text-align: center;
	background: #b51515;
	font-size: 12px;
	left: -5px;
}
.balloon:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 0;
	margin-left: 0;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 0;
	border-color: transparent #b51515 transparent transparent;
	z-index: 0;
}
.balloon span {
	background: #fae469;
	border: 1px solid #b51515;
	padding: 5px.5em;
	color: #b51515;
	margin-left: 5px;
	font-weight: bold;
	}
/* news詳細　*/
.news-container{
    max-width:700px;
}
.news-container .news-title{
    color: #769752;
    text-align: center;
}
.news-container .news-date{
    color: #769752;
    text-align: center;
    width:100%;
    display:block;
    margin-bottom:15px;
}
.news-container .news-desc{
    padding:15px;
}
.news-container img{
    margin-top:15px;
    margin-bottom:15px;
    display: block;
    max-width: 100%!important;
    height: auto!important;
}


/*
    btn
*/

.btn--event{
    text-align:center;
    margin:40px auto;
}

.btn--event a{
    color:#000;
    display: block;
    width:320px;
    height:60px;
    border: 2px solid #BB8732;
    text-decoration: none;
    line-height: 54px;
    margin: 0 auto;
    transition: all .2s ease-in-out;
}
.btn--event a:hover{
    opacity: 0.9;
}