@charset "utf-8";

/* Wrap
----------------------------------------------------------- */
.wrapper {
	width: 1000px;
	min-width: 1000px;
	margin: 0 auto;
	text-align: left;
}



/* HEADER
----------------------------------------------------------- */
header {
	min-width: 1060px;
	border-top: #08AC55 solid 6px;
}

header .wrapper {
	position: relative;
	height: 88px;
	padding-top: 32px;
}

#headLink01 {
	position: absolute;
	top: 76px;
	right: 0;
}

#headLink01 li {
	float: left;
}

#reserve {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9998;
	width: 1000px;
	margin-left: -500px;
	text-align: right;
}


/* gnav
--------------------------------- */
#gnav {
	width: 100%;
	background: #08AC55 url(../img/common/bg_gnav.jpg) top center no-repeat;
}

#gnav ul {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
}

#gnav li {
	float: left;
	width: 116px;
}

#gnav li:nth-child(1) {
	width: 72px;
}

#gnav li a {
	display: block;
	height: 70px;
	overflow: hidden;
	position: relative;

}

#gnav li a img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

#gnav li.active a img,
#gnav li a:hover img {
	top: -70px;

}

/* content
--------------------------------- */
#contentWrap {
	background: url(../img/common/bg_common2.jpg);
}

#contentBox {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}

.content_left {
	width: 268px;
	margin-left: 4px;
	float: left;
	margin-bottom: 50px;
}

#reserveBox {
	margin-bottom: 30px;
}

#reserveBox .flyer{
	margin-left: -4px;
	margin-bottom: 5px;
	text-align: center;
}
#reserveBox .flyer li a{
	display: block;
}

.reserve_content {
	width: 224px;
	padding: 25px 18px 15px 18px;
	margin-left: 4px;
	background-color: #FFFFFF;
	text-align: center;
	-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
	-webkit-box-shadow: 0 0 7px 0 #C8C8C8;
	-moz-box-shadow: 0 0 7px 0 #C8C8C8;
	box-shadow: 0 0 7px 0 #C8C8C8;
}

.reserve_content .btn_kumin {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: #000000 1px dotted;
}

.reserve_content .btn_ippan {
	padding-bottom: 15px;
	border-bottom: #000000 1px dotted;
}

.btnBox {
	padding: 5px 0 0 0;
}

.content_right {
	width: 690px;
	float: right;
	margin-bottom: 50px;
}

#news dl {
	padding: 12px;
	border-bottom: dotted 1px #CCCCCC;
}

#news dl dt {
	width: 180px;
	/*float: left;*/
	background: url(../img/common/ico_link_black.png) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 5px;
}

#news dl dd {
	padding-left: 10px;
}

#news .blogcat_event dt,
#news .newscat_event dt {
	background-image: url(../img/common/ico_link_black.png) ,url(../img/common/ico_event.gif) ;
	background-repeat: no-repeat,no-repeat ;
	background-position: left center,right center;
}

#news .blogcat_cuisine dt,
#news .newscat_cuisine dt {
	background-image: url(../img/common/ico_link_black.png) ,url(../img/common/ico_cuisine.gif) ;
	background-repeat: no-repeat,no-repeat ;
	background-position: left center,right center;
}

#news .blogcat_act dt,
#news .newscat_act dt {
	background-image: url(../img/common/ico_link_black.png) ,url(../img/common/ico_act.gif) ;
	background-repeat: no-repeat,no-repeat ;
	background-position: left center,right center;
}

#news .blogcat_facility dt,
#news .newscat_facility dt {
	background-image: url(../img/common/ico_link_black.png) ,url(../img/common/ico_facility.gif) ;
	background-repeat: no-repeat,no-repeat ;
	background-position: left center,right center;
}

.bnrBox {
	text-align: center;
}
.bnrBox img {
	margin-bottom: 5px;
}



/* content（top除く）
--------------------------------- */

#maincontents {
}

#maincontents h1 {
	width: 690px;
	height: 100px;
	position: relative;
	margin-bottom: 30px;
}

#maincontents h1 .balloon {
	position: absolute;
	right: 5px;
	bottom: 1px;
}

#maincontents section {
	margin-bottom: 50px;
	clear: both;
}

h2 {
	font-size: 200%;
	color: #828282;
	font-weight: bold;
	border-bottom: #D4CAB6 solid 1px;
	padding-left: 15px;
	margin-bottom: 20px;
}

h3 {
	font-size: 140%;
	color: #B5A486;
	font-weight: bold;
	margin-bottom: 10px;
}

#maincontents article {
	width: 660px;
	margin-left: 15px;
	font-size: 120% ;
}

.point {
	background: #FFFFFF;
	width: 598px;
	padding: 25px 30px;
	clear: both;
	border: #ECE8E1 solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
	border-radius: 10px;
}

.point .lead {
	font-size: 130%;
	font-weight: bold;
	color: #B5A486;
	margin-bottom: 5px;
}

.point_s {
	background: #FFFFFF;
	width: 618px;
	padding: 15px 20px;
	clear: both;
	border: #D4CBB7 solid 1px;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
	border-radius: 10px;
}

.point_s .lead {
	font-size: 120%;
	font-weight: bold;
	color: #B5A486;
}

.sideNav {
	padding-left: 30px;
	margin-bottom: 30px;
}



/* footer
--------------------------------- */

footer {
	width: 100%;
	clear:both;
	background: #FFFFFF url(../img/common/bg_grada.png) repeat-x top;
	font-size: 110%;
}

#footer_nav {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background: url(../img/common/bg_footer.png) no-repeat left bottom;
	padding-top: 60px;
	padding-bottom: 60px;

}

#footer_nav ul {
	float: left;
	left: 50%;
	position: relative;
}

#footer_nav li {
	float: left;
	left: -50%;
	position: relative;
}

#footer_nav li a {
	display: block;
	background: url(../img/common/ico_link_green.png) no-repeat left center;
	padding: 0 15px 0 18px;
	color: #666 !important;
}

#footer_nav li a:hover {
	color: #666 !important;
}

.toTop {
	position: absolute;
	right: 0;
	top: 45px;
	width: 56px;
	height: 56px;
}

#imprint {
	width: 100%;
	background: #08AC55;
	color: #FFFFFF;
}

#imprint .imprint_content {
	width: 1000px;
	margin: 0 auto;
	padding: 40px 0;
}

.add {
	padding-left: 22px;
	padding-top: 6px;
}

.manager {
	clear: both;
	padding-top: 15px;
	border-top: #FFFFFF dotted 1px;
}

.manager a {
	color: #FFFFFF !important;
}

.manager a:hover {
	color: #FFFFFF !important;
}


/* snsbtn */
.content_left .snsbtn {
    text-align: center;
    margin-top: 15px;
}

.content_left .snsbtn li {
    border: 1px solid #878787;
    width: 260px;
    margin: 0 auto;
}

.content_left .snsbtn a {
    display: block;
    padding: 15px 0;
}

/* icon_flex */
.icon_flex{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.icon_flex li.firstChild{
	margin-right: 10px;	
}
.icon_flex li img{
	width: 40px;
	image-rendering: -webkit-optimize-contrast;
}