/*
    SHOPページ用 CSS
*/
@charset 'utf-8';

/* shop Section */
#shopSect #pageTitleSect {
    background: #000;
    width: 1000px;
    min-height: 775px;
    padding: 0 5px;
}

#shopSect #pageTitleSect .heading {
    color: #fff;
}

#shopSect #pageTitleSect .heading .title {
    font-size: 50px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 60px;
    margin: 20px 0;
}
#shopSect #pageTitleSect .heading .subtitle {
    font-size: 28px;
    margin: 0 auto 20px;
}

#shopSect #pageTitleSect .heading p.lead {
    padding: 0;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 26px;
}

#shopSect #pageTitleSect .heading p.desc {
    padding: 0;
    margin: 0 auto 25px;
    font-size: 14px;
    line-height: 26px;
}

.shopVisual {
    width: 990px;
    height: 416px;
}

.shopthumbs {
    width: 990px;
    height: 80px;
}

.shopthumbs ul,
.shopthumbs li {
    padding: 0;
    margin: 0;
}

.shopthumbs ul {
    width: 990px;
    margin: 0 auto;
    list-style: none;
}

.shopthumbs li {
    height: 80px;
    padding: 0;
    margin: 0px;
    margin-right: 5px;
    float: left;
    text-align: center;
    cursor: pointer;
}

.shopthumbs li:last-child {
    margin-right: 0px;
}

.shopthumbs li img {
    width: 194px;
    height: 80px;
    opacity: 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter: alpha(opacity=80);
}

.shopthumbs li.active img {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
    filter: alpha(opacity=100);
}

.shopthumbs li:hover img {
    opacity: 0.9;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
}

.banner-item {
    width: 990px;
    height: 241px;
    padding: 0;
    margin: 0 auto 40px;
    -moz-box-shadow: 7px 5px 7px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 7px 5px 7px rgba(0, 0, 0, .3);
    box-shadow: 7px 5px 7px rgba(0, 0, 0, .3);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#bbbbbb')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=7, Direction=135, Color='#bbbbbb');
}

.grand-menu {
    width: 990px;
    margin: 0 auto 40px;
}

/* access Section */
#accessSect {
/*
	height: 780px;
*/
	margin-bottom:30px;
}

#accessSect .sectInner {
    width: 880px;
/*
    height: 415px;
*/
    margin: 0 auto;
}

#accessSect .sectInner .map {
    float: right;
    width: 410px;
    height: 410px;
}

#accessSect .sectInner .info {
    float: left;
    width: 470px;
/*
    height: 410px;
*/
    padding-right: 20px;
}

#accessSect .sectInner .info .access-head {
    height: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
}

#accessSect .sectInner .info .access-head h4 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    background: #fff;
    float: left;
    padding-right: 10px;
}

#accessSect .sectInner .info .access-body {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    background: #fff;
    padding: 5px 5px 15px 0;
}

#accessSect .sectInner .info .access-body.phone{
    margin: 0;
    font-size:35px;
    line-height: 35px;
    background: #fff;
}
#accessSect .sectInner .info .access-body.phone.red{
	color: red;
	font-size: 42px;
	line-height: 45px;
}
/* #accessSect  */.access__note{
    color: #b51515;
    font-size: 12px;
	border: 1px solid #b51515;
	margin: 15px auto;
	padding: 10px 15px;
}
.--s {
    max-width: 600px;
    text-align: center;
    line-height: 1.4;
}

#accessSect .access__note p{
    line-height: 1.4;
    margin: 0;
}


#wineDispenserSect .sectInner.dispenser {
    margin: 0 auto;
    width: 445px;
}
#wineDispenserSect .dispenser-desc {
    font-size:14px;
    line-height: 26px;
}
#wineDispenserSect .sectInner.dispenser .menu-col-full {
    margin: 20px 0;
}
#wineDispenserSect .dispenser .menu-item{
    margin-top:35px;
    margin-bottom:35px;
}
#wineDispenserSect .dispenser .menu-item .name{border-bottom: 1px solid #aaa;
font-size: 18px;
line-height: 35px;
margin: 0;}
#wineDispenserSect .dispenser .menu-item .price{
    font-size: 14px;
    line-height: 26px;
    margin:0;
}


/* sandwich Section */
#sandwichSect .sandwich-info .info {
	text-align: center;
	    font-size: 14px;
    line-height: 26px;
	}


/* cafe time */
#cafeTimeSect .sectInner.cafetime .menu-item {
    width: 710px;
    margin: 70px 140px 50px;
}

#cafeTimeSect .sectInner.cafetime .menu-item .menu-col-left {
    float: left;
    width: 271px;
}

#cafeTimeSect .sectInner.cafetime .menu-item .menu-col-right {
    float: left;
    width: 435px;
}

#cafeTimeSect .sectInner.cafetime .menu-item .menu-col-right .cafetime-tit{
    margin:0;
    font-size:18px;
    line-height:26px;
    margin-bottom:35px;
}
#cafeTimeSect .sectInner.cafetime .menu-item .menu-col-right .cafetime-subtit{
    margin:0;
    font-size:14px;
    line-height:24px;
    margin-bottom:45px;
}
#cafeTimeSect .sectInner.cafetime .menu-item .menu-col-right .cafetime-price{
    margin:0;
    font-size:14px;
    line-height:40px;
    border-bottom:1px solid #aaa;
    margin-bottom:10px;
}
#cafeTimeSect .sectInner.cafetime .menu-item .menu-col-right .cafetime-desc{
    margin: 0;
    font-size: 12px;
    line-height: 24px;
}
#cafeTimeSect .sectInner.cafetime .link{
	text-align: center;
	font-size: 24px;
}
#cafeTimeSect .sectInner.cafetime .link a{
	color: #000;
}