@charset "utf-8";

#contents {
    background: url("../../image/common/bg.jpg");
}
#contents h2.h2-title{
    background: url("../../shop/image/title.jpg") center center;
    background-size: cover;
}
#shop{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    padding: 60px;
    box-sizing: border-box;
    line-height: 1.8;
}
#shop section{
    margin-bottom: 60px;
}

#shop:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #shop { 
	height: 1px;
	overflow: visible;
}
/**/
#contents p.pic-shop {
    margin-bottom: 60px;
}
#contents p.pic-shop:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
/*\*/
* html #contents p.pic-shop { 
	height: 1px;
	overflow: visible;
}
/**/

#contents p.pic-shop img{
    float: right;
    margin-left: 40px;
}
.open{
    margin-bottom: 60px;
    padding-top: 20px;
}
.open p span{
    color: #c52c23;
    font-weight: bold;
    font-size: 22px;
}
#calendar {
	float: right;
	background: #f9f9f9;
	margin-bottom: 40px;
	width: 400px;
    text-align: center;
}
#contents #calendar p {
    margin-bottom: 0!important;
}
#calendar h3 {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	background: #ecf1f5 url(../../image/bg_cal.png) no-repeat 15px center;
	height: 50px;
	padding-left: 60px;
	margin-bottom: 0px;
}
#calendar dt.holiday {
	background-color: #fdebed;
    border: 1px solid #ccc;
}
#calendar dt.sale {
	background-color: #e0f8de;
    border: 1px solid #ccc;
}
.example{
    font-size: 13px;
    text-align: center;
    line-height: 1;
    padding-bottom: 20px;
}
.example dt{
    display: inline-block;
    width: 12px;
}
.example dd{
    display: inline-block;
    margin-right: 10px;
}

#news-list{
    width: 100%;
    margin: 0 auto 80px;
    font-size: 14px;
}
#news-list table{
    width: 100%;
    margin-bottom: 30px;
}
#news-list th{
    width: 100px;
    padding: 16px 0px 16px 0;
    border-bottom: 1px dotted #4e2f1f;
    font-weight: normal;
}
#news-list th span{
    background: #4e2f1f;
    color: #fff;
    padding: 2px 5px;
    display: block;
}
#news-list td{
    border-bottom: 1px dotted #4e2f1f;
    padding: 16px 8px 16px 12px;
}
#news-list td a{
    color: #c52c23;
}
#news-list td a:hover{
    text-decoration: underline;
}
.route {
    margin-bottom: 30px;
}
.route dt{
    background: #eaae46;
    padding: 5px 10px;
    font-weight: bold;
    color: #4e2f1f;
    margin-bottom: 5px;
    display: inline-block;
}
.route dd{
    margin-bottom: 20px;
}
#photo{
    background: #eee;
    padding: 30px 30px 50px;
}
.bx-pager-item{
    margin-bottom: 10px;
}
.bxslider li{
	text-align: center;
}
.bxslider li img{
	width: 100%;
}
.bx-wrapper .bx-caption span{
	font-size: 16px!important;
}
.notice{
	text-align: center;
	padding: 10px;
	font-size: 10px;
    margin-bottom: 100px;
}

.line-at {
    text-align: center;
}
.line-at p {
    border: 5px solid #00bb00;
    border-radius: 10px;
    margin: 0 auto;
    padding: 15px;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.line-at img{
    height: 36px;
    margin: 0 10px;
}
.map ul{
    margin-bottom: 20px;
}
.map iframe{
    width: 100%;
    height: 600px;
    margin-bottom: 50px;
}