@charset "UTF-8";


/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}
/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "돋움","중고딕","중명조",dotum,AppleGothic,Arial,Helvetica,Clean,sans-serif;
	font-size: 14px;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
	color: #111;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td {
	margin: 0;
	padding: 0;
}
input, textarea {
	margin: 0;
	font-size: 100%;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
a, input {
	outline: none;
}
abbr, acronym {
	border: 0;
}

/* !Base Fonts -------------------------------------------------------------- */
a {
	color: #111;
	text-decoration: none;
}
a:visited, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	/* [disabled]text-decoration: underline; */
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}

/* !fontcolor -------------------------------------------------------------- */
.fcred {
	color:#bb310c;
}
.fcbred {
	color:#bb310c;
	font-weight:bold;
}
.fcorange {
	color:#ff0000;
}
.fcbyellow {
	color:#a88a48;
	font-weight:bold;
}

/* !Inline Align ------------------------------------------------------------ */
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}
.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.vab {
	vertical-align: bottom !important;
}
.imgc {
	text-align: center !important;
}
@media screen and (max-width: 959px) {
.imgc img {
	width: 100%;
}
}
/* !Width ------------------------------------------------------------------- */
.wfull {
	width: 99.9% !important;
}
.wmax {
	width: 100% !important;
}
/* !fs ------------------------------------------------------------------- */
.fs12 {font-size:12px !important;}
.fs13 {font-size:13px !important;}
.fs14 {font-size:14px !important;}
.fs15 {font-size:15px !important;}
.fs16 {font-size:16px !important;}
.fs17 {font-size:17px !important;}
.fs18 {font-size:18px !important;}
.fs19 {font-size:19px !important;}
.fs20 {font-size:20px !important;}

/* !Floats ------------------------------------------------------------------ */
.fll {
	float: left;
}
.flr {
	float: right;
}
.ftbox,
.ftboxs {
	overflow: hidden;
	 *zoom: 1;
}

.fllimg,
.fllimgs {
	float: left;
	margin-right: 30px;
}
.flrimg,
.flrimgs {
	float: right;
	margin-left: 30px;
}
@media screen and (max-width: 959px) {
.fllimg,
.flrimg {
	float: none;
	margin-bottom: 30px;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.fllimgs,
.flrimgs {
	float: none;
	display: table-footer-group;
	text-align: center;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.ftboxs {
	display: table-header-group;
}
}
@media screen and (max-width: 767px) {
.fllimg,
.flrimg {
	margin-bottom: 15px;
}
}
/* !Tools ------------------------------------------------------------------- */
.clear {
	clear: both;
}
.block {
	display: block;
}
.hide {
	display: none;
}
.bgn {
	background: none !important;
}
.tdu {
	text-decoration: underline;
}
.tdn {
	text-decoration: none;
}
/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mt55 { margin-top:55px !important;}
.mt60 { margin-top:60px !important;}
.mt65 { margin-top:65px !important;}
.mt70 { margin-top:70px !important;}
.mt75 { margin-top:75px !important;}
.mt80 { margin-top:80px !important;}
.mt85 { margin-top:85px !important;}
.mt90 { margin-top:90px !important;}
.mt95 { margin-top:95px !important;}
.mt100{ margin-top:100px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mr55 { margin-right:55px !important;}
.mr60 { margin-right:60px !important;}
.mr65 { margin-right:65px !important;}
.mr70 { margin-right:70px !important;}
.mr75 { margin-right:75px !important;}
.mr80 { margin-right:80px !important;}
.mr85 { margin-right:85px !important;}
.mr90 { margin-right:90px !important;}
.mr95 { margin-right:95px !important;}
.mr100{ margin-right:100px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.mb55 { margin-bottom:55px !important;}
.mb60 { margin-bottom:60px !important;}
.mb65 { margin-bottom:65px !important;}
.mb70 { margin-bottom:70px !important;}
.mb75 { margin-bottom:75px !important;}
.mb80 { margin-bottom:80px !important;}
.mb85 { margin-bottom:85px !important;}
.mb90 { margin-bottom:90px !important;}
.mb95 { margin-bottom:95px !important;}
.mb100{ margin-bottom:100px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}
.ml55 { margin-left:55px !important;}
.ml60 { margin-left:60px !important;}
.ml65 { margin-left:65px !important;}
.ml70 { margin-left:70px !important;}
.ml75 { margin-left:75px !important;}
.ml80 { margin-left:80px !important;}
.ml85 { margin-left:85px !important;}
.ml90 { margin-left:90px !important;}
.ml95 { margin-left:95px !important;}
.ml100{ margin-left:100px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pt55 { padding-top:55px !important;}
.pt60 { padding-top:60px !important;}
.pt65 { padding-top:65px !important;}
.pt70 { padding-top:70px !important;}
.pt75 { padding-top:75px !important;}
.pt80 { padding-top:80px !important;}
.pt85 { padding-top:85px !important;}
.pt90 { padding-top:90px !important;}
.pt95 { padding-top:95px !important;}
.pt100{ padding-top:100px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pr55 { padding-right:55px !important;}
.pr60 { padding-right:60px !important;}
.pr65 { padding-right:65px !important;}
.pr70 { padding-right:70px !important;}
.pr75 { padding-right:75px !important;}
.pr80 { padding-right:80px !important;}
.pr85 { padding-right:85px !important;}
.pr90 { padding-right:90px !important;}
.pr95 { padding-right:95px !important;}
.pr100{ padding-right:100px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pb55 { padding-bottom:55px !important;}
.pb60 { padding-bottom:60px !important;}
.pb65 { padding-bottom:65px !important;}
.pb70 { padding-bottom:70px !important;}
.pb75 { padding-bottom:75px !important;}
.pb80 { padding-bottom:80px !important;}
.pb85 { padding-bottom:85px !important;}
.pb90 { padding-bottom:90px !important;}
.pb95 { padding-bottom:95px !important;}
.pb100{ padding-bottom:100px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}
.pl55 { padding-left:55px !important;}
.pl60 { padding-left:60px !important;}
.pl65 { padding-left:65px !important;}
.pl70 { padding-left:70px !important;}
.pl75 { padding-left:75px !important;}
.pl80 { padding-left:80px !important;}
.pl85 { padding-left:85px !important;}
.pl90 { padding-left:90px !important;}
.pl95 { padding-left:95px !important;}
.pl100{ padding-left:100px !important;}

@media screen and (max-width: 479px) {
/* !Margin ------------------------------------------------------------------ */
.mt05 { margin-top: 2px !important;}
.mt10 { margin-top: 5px !important;}
.mt15 { margin-top: 7px !important;}
.mt20 { margin-top:10px !important;}
.mt25 { margin-top:13px !important;}
.mt30 { margin-top:15px !important;}
.mt35 { margin-top:17px !important;}
.mt40 { margin-top:20px !important;}
.mt45 { margin-top:23px !important;}
.mt50 { margin-top:25px !important;}
.mt55 { margin-top:27px !important;}
.mt60 { margin-top:30px !important;}
.mt65 { margin-top:33px !important;}
.mt70 { margin-top:35px !important;}
.mt75 { margin-top:37px !important;}
.mt80 { margin-top:40px !important;}
.mt85 { margin-top:42px !important;}
.mt90 { margin-top:45px !important;}
.mt95 { margin-top:47px !important;}
.mt100{ margin-top:50px !important;}

.mr05 { margin-right: 2px !important;}
.mr10 { margin-right: 5px !important;}
.mr15 { margin-right: 7px !important;}
.mr20 { margin-right:10px !important;}
.mr25 { margin-right:13px !important;}
.mr30 { margin-right:15px !important;}
.mr35 { margin-right:17px !important;}
.mr40 { margin-right:20px !important;}
.mr45 { margin-right:23px !important;}
.mr50 { margin-right:25px !important;}
.mr55 { margin-right:27px !important;}
.mr60 { margin-right:30px !important;}
.mr65 { margin-right:33px !important;}
.mr70 { margin-right:35px !important;}
.mr75 { margin-right:37px !important;}
.mr80 { margin-right:40px !important;}
.mr85 { margin-right:42px !important;}
.mr90 { margin-right:45px !important;}
.mr95 { margin-right:47px !important;}
.mr100{ margin-right:50px !important;}

.mb05 { margin-bottom: 2px !important;}
.mb10 { margin-bottom: 5px !important;}
.mb15 { margin-bottom: 7px !important;}
.mb20 { margin-bottom:10px !important;}
.mb25 { margin-bottom:13px !important;}
.mb30 { margin-bottom:15px !important;}
.mb35 { margin-bottom:17px !important;}
.mb40 { margin-bottom:20px !important;}
.mb45 { margin-bottom:23px !important;}
.mb50 { margin-bottom:25px !important;}
.mb55 { margin-bottom:27px !important;}
.mb60 { margin-bottom:30px !important;}
.mb65 { margin-bottom:33px !important;}
.mb70 { margin-bottom:35px !important;}
.mb75 { margin-bottom:37px !important;}
.mb80 { margin-bottom:40px !important;}
.mb85 { margin-bottom:42px !important;}
.mb90 { margin-bottom:45px !important;}
.mb95 { margin-bottom:47px !important;}
.mb100{ margin-bottom:50px !important;}

.ml05 { margin-left: 2px !important;}
.ml10 { margin-left: 5px !important;}
.ml15 { margin-left: 7px !important;}
.ml20 { margin-left:10px !important;}
.ml25 { margin-left:13px !important;}
.ml30 { margin-left:15px !important;}
.ml35 { margin-left:17px !important;}
.ml40 { margin-left:20px !important;}
.ml45 { margin-left:23px !important;}
.ml50 { margin-left:25px !important;}
.ml55 { margin-left:27px !important;}
.ml60 { margin-left:30px !important;}
.ml65 { margin-left:33px !important;}
.ml70 { margin-left:35px !important;}
.ml75 { margin-left:37px !important;}
.ml80 { margin-left:40px !important;}
.ml85 { margin-left:42px !important;}
.ml90 { margin-left:45px !important;}
.ml95 { margin-left:47px !important;}
.ml100{ margin-left:50px !important;}

/* !Padding  ---------------------------------------------------------------- */

.pt05 { padding-top: 3px !important;}
.pt10 { padding-top: 5px !important;}
.pt15 { padding-top: 7px !important;}
.pt20 { padding-top:10px !important;}
.pt25 { padding-top:13px !important;}
.pt30 { padding-top:15px !important;}
.pt35 { padding-top:17px !important;}
.pt40 { padding-top:20px !important;}
.pt45 { padding-top:23px !important;}
.pt50 { padding-top:25px !important;}
.pt55 { padding-top:27px !important;}
.pt60 { padding-top:30px !important;}
.pt65 { padding-top:33px !important;}
.pt70 { padding-top:35px !important;}
.pt75 { padding-top:37px !important;}
.pt80 { padding-top:40px !important;}
.pt85 { padding-top:42px !important;}
.pt90 { padding-top:45px !important;}
.pt95 { padding-top:47px !important;}
.pt100{ padding-top:50px !important;}

.pr05 { padding-right: 3px !important;}
.pr10 { padding-right: 5px !important;}
.pr15 { padding-right: 7px !important;}
.pr20 { padding-right:10px !important;}
.pr25 { padding-right:13px !important;}
.pr30 { padding-right:15px !important;}
.pr35 { padding-right:17px !important;}
.pr40 { padding-right:20px !important;}
.pr45 { padding-right:23px !important;}
.pr50 { padding-right:25px !important;}
.pr55 { padding-right:27px !important;}
.pr60 { padding-right:30px !important;}
.pr65 { padding-right:33px !important;}
.pr70 { padding-right:35px !important;}
.pr75 { padding-right:37px !important;}
.pr80 { padding-right:40px !important;}
.pr85 { padding-right:42px !important;}
.pr90 { padding-right:45px !important;}
.pr95 { padding-right:47px !important;}
.pr100{ padding-right:50px !important;}

.pb05 { padding-bottom: 3px !important;}
.pb10 { padding-bottom: 5px !important;}
.pb15 { padding-bottom: 7px !important;}
.pb20 { padding-bottom:10px !important;}
.pb25 { padding-bottom:13px !important;}
.pb30 { padding-bottom:15px !important;}
.pb35 { padding-bottom:17px !important;}
.pb40 { padding-bottom:20px !important;}
.pb45 { padding-bottom:23px !important;}
.pb50 { padding-bottom:25px !important;}
.pb55 { padding-bottom:27px !important;}
.pb60 { padding-bottom:30px !important;}
.pb65 { padding-bottom:33px !important;}
.pb70 { padding-bottom:35px !important;}
.pb75 { padding-bottom:37px !important;}
.pb80 { padding-bottom:40px !important;}
.pb85 { padding-bottom:42px !important;}
.pb90 { padding-bottom:45px !important;}
.pb95 { padding-bottom:47px !important;}
.pb100{ padding-bottom:50px !important;}

.pl05 { padding-left: 3px !important;}
.pl10 { padding-left: 5px !important;}
.pl15 { padding-left: 7px !important;}
.pl20 { padding-left:10px !important;}
.pl25 { padding-left:13px !important;}
.pl30 { padding-left:15px !important;}
.pl35 { padding-left:17px !important;}
.pl40 { padding-left:20px !important;}
.pl45 { padding-left:23px !important;}
.pl50 { padding-left:25px !important;}
.pl55 { padding-left:27px !important;}
.pl60 { padding-left:30px !important;}
.pl65 { padding-left:33px !important;}
.pl70 { padding-left:35px !important;}
.pl75 { padding-left:37px !important;}
.pl80 { padding-left:40px !important;}
.pl85 { padding-left:42px !important;}
.pl90 { padding-left:45px !important;}
.pl95 { padding-left:47px !important;}
.pl100{ padding-left:50px !important;}
}
/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
	overflow-y: scroll;
}
body {
}
@media print {
html,  html body {
	*zoom: 0.65;
}
}

/* !other
---------------------------------------------------------- */
.op:hover,
.op:hover img,
.op:hover input {
	filter: alpha(opacity=70);
	opacity: 0.8;
}
@media screen and (max-width: 959px) {
.op:hover,
.op:hover img,
.op:hover input {
	filter: alpha(opacity=100);
	opacity: 1;
}
}
.visiblepc {
	display: block !important;
}
.visiblets {
	display: none !important;
}
@media screen and (max-width: 959px) {
.visiblets {
	display: block !important;
}
.visiblepc {
	display: none !important;
}
}

.fixed {
	position: fixed !important;
}

/* !wrapper
---------------------------------------------------------- */
#wrapper {
	min-width: 1000px;
	background:#e9e6d1;
}
@media screen and (max-width: 959px) {
#wrapper {
	min-width: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
}
#wrapper .inner {
	width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 959px) {
#wrapper .inner {
	width:auto;
	margin:auto;
}
}

/* !header
---------------------------------------------------------- */
#header {
	width:100%;
	background:#f0eee2;
}

#headerin {
	width:1000px;
	height:183px;
	margin:0 auto;
	position:relative;
}
#headerin a:hover {
	text-decoration:none;
}
#headerlogo {
	position:absolute;
	left:370px;
	top:0;
	z-index:2;
	background:url(/kr/common/img/bg_logo.png) center 0 no-repeat;
	padding-top:35px;
}
#headerlang {
	position:absolute;
	left:0;
	top:50px;
	z-index:2;
}
.group #headerlang {
	position:absolute;
	right:0;
	left:auto;
	top:125px;
	z-index:2;
}
#headerlang li {
	float:left;
}
#headerlang li+li {
	margin-left:10px;
}
#headerlang li a {
	display:block;
	background:#f3f1e8;
	border:1px #ccc3b2 solid;
	padding:2px 10px;
}
#headermail {
	position:absolute;
	right:0;
	top:50px;
	z-index:2;
}
#headermail a {
	display:block;
	background:#f3f1e8;
	border:1px #ccc3b2 solid;
	padding:2px 40px;
}
#headermail a i {
	color:#a88a48;
	margin-right:5px;
}
#headernavi {
	position:absolute;
	left:0;
	bottom:20px;
	z-index:2;
}
.group #headernavi {
	position:absolute;
	left:0;
	bottom:auto;
	top:115px;
	z-index:2;
}
#headernavi ul li {
	float:left;
}
#headernavi ul li a {
	display:block;
	padding:0 45px;
	font-size:10px;
	color:#a88a48;
	text-align:center;
	position:relative;
}
#headernavi ul li a:before {
	position:absolute;
	content:"";
	background:#ccc3b2;
	width:1px;
	height:20px;
	left:0;
	top:50%;
	margin-top:-10px;
	z-index:2;
}
#headernavi ul li a span {
	display:block;
	font-size:16px;
	color:#111;
	text-align:center;
}
.group #headernavi ul {
	position:relative;
}
.group #headernavi ul:before {
	position:absolute;
	content:"";
	background:#ccc3b2;
	width:1px;
	height:20px;
	right:0;
	top:50%;
	margin-top:-10px;
	z-index:2;
}
.group #headernavi ul li a {
	font-size:10px;
	padding:3px 50px;
}
#headerin .reservation {
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
}
#headerin .reservation a {
	display:block;
	color:#fff;
	width:160px;
	padding:15px 0;
	font-size:16px;
	text-align:center;
	position:relative;
}
#headerin .reservation .resert {
	font-size:10px;
	text-align:center;
}
#headerin .reservation a:before {
	position:absolute;
	content:"";
	width:154px;
	height:1px;
	left:3px;
	top:2px;
	background:rgba(255,255,255,0.5);
	z-index:2;
}
#headerts {
	display:none;
}

@media screen and (max-width: 959px) {
#headerin {
	display:none;
}
#headerts {
	display:block;
	width:100%;
	padding:0 10px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#headerts .logo {
	height:46px;
	width:auto;
	background:url(/kr/common/img/bg_logo_ts.png) center 0 no-repeat;
	background-size:170px 66px;
	padding-top:20px;
	float:left;
}
#headerts .logo img {
	height:100%;
}
#headerbtn {
	float:right;
	margin-top:20px;
	-webkit-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-ms-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-o-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	behavior: url(/kr/PIE.htc);
}
#headerbtn img {
	width:40px;
	height:40px;
}
#headerts .cont {
	margin-top:10px;
	text-align:center;
	font-size:12px;
}
}
/* !menuts
---------------------------------------------------------- */
.menu {
	display: none;
	z-index:100;
}
.menuin {
	display:none;
}
@media screen and (max-width: 959px) {

	#headerbtn{/*20160531追加*/
		position: fixed;
		z-index: 99;
		top: 20px;
		right: 20px;
		float: none;
		margin-top: 0;
	}


.menubg {
	background: rgba(0,0,0, 0.8) none repeat scroll 0 0;
	cursor: pointer;
	display: block;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.menuin {
	width: 100%;
	display:block;
	z-index: 9999;
	color:#f0eee2;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.menuin a:hover {
	text-decoration:none;
}
.menuin .tit {
	background:#261a04;
	text-align:center;
	font-size:18px;
	padding:15px 0;
}
.menuin .menubox {
	padding:10px;
	background:#f0eee2;
}
.menuin .menulang {
	margin-bottom:10px;
	overflow:hidden;
}
.menuin .menulang li {
	width:50%;
	padding-right:5px;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.menuin .menulang li:nth-child(2n) {
	padding-right:0;
	padding-left:5px !important;
}
.menuin .menulang li:nth-child(n+3) {
	margin-top:10px;
}
.menuin .menulang li a {
	border:1px #ccc3b2 solid;
	background:#f3f1e8;
	color:#111;
	text-align:center;
	padding:15px 5px;
	display:block;
	font-size:16px;
}
.menuin .menunavi {
	margin-bottom:10px;
}
.menuin .menunavi li+li {
	margin-top:10px;
}
.menuin .menunavi li a {
	display:block;
	text-align:center;
	font-size:15px;
	padding:15px;
	color:#f0eee2;
	background: -moz-linear-gradient(top, #844c0c, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -webkit-gradient(linear, top, from(#844c0c), color-stop(0.5, #874f0d), color-stop(0.5, #7c4409), to(#844c0c));
	background: -webkit-linear-gradient(top, #844c0c, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -o-linear-gradient(top, #844c0c, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -ms-linear-gradient(top, #844c0c, #874f0d 50%, #7c4409 50%, #844c0c);
	-pie-background: linear-gradient(top, #844c0c, #874f0d 50%, #7c4409 50%, #844c0c);
	behavior: url(/kr/PIE.htc);
	-webkit-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-ms-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-o-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	position:relative;
}
.menuin .menunavi li a i {
	position: absolute;
	background:#261a04;
	left: 0;
	top: 50%;
	margin-top:-8px;
	display: inline-block;
	height: 16px;
	width: 16px;
	line-height:16px;
	font-size:16px;
	text-align:center;
}
.menuin .menureservation {
	margin-bottom:10px;
}
.menuin .menureservation a {
	display:block;
	text-align:center;
	font-size:15px;
	padding:15px;
	color:#f0eee2;
	behavior: url(/kr/PIE.htc);
	-webkit-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-ms-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-o-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	position:relative;
}
.menuin .menureservation a i {
	position: absolute;
	background:#261a04;
	left: 0;
	top: 50%;
	margin-top:-8px;
	display: inline-block;
	height: 16px;
	width: 16px;
	line-height:16px;
	font-size:16px;
	text-align:center;
}
.menuin .close a {
	display:block;
	background:#111;
	text-align:center;
	color:#fff;
	font-size:15px;
	padding:15px;
}
.menuin .close a i {
	margin-right:5px;
}
}
/* !topnav
---------------------------------------------------------- */
.topnav {
	width: 100%;
	height: 62px;
	position: relative;
	background:#201603;
}
#topnav {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 98;
}
#topnav ul {
	background:#201603;
	border-collapse: separate;
	border-spacing: 6px;
	display: table;
	font-size: 85%;
	table-layout: fixed;
	width: 100%;
}
#topnav li {
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 33%;
}
#topnav ul li a {
	color: #f0eee2;
	display: block;
	font-size: 85%;
	padding: 10px 0 5px;
	text-align: center;
	text-decoration: none;
	width: 100%;
	word-break: break-all;
	position:relative;
}
#topnav ul li i {
	display: block;
	font-size: 200%;
}
#topnav ul li i {
	color: #a38241;
}
#topnav ul a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #c6690e 0%, #743d08 3%, #743d08 6%, #8a540f 100%) repeat scroll 0 0;
}
#topnav ul .navbtn i {
	color:#f3daa3;
}

/* !teaser
---------------------------------------------------------- */
#teaser {
	width: 100%;
	height:200px;
	text-align: center;
	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
#teaser {
	height:auto;
	padding:50px 0;
}
}
@media screen and (max-width: 479px) {
#teaser {
	padding:25px 0;
}
}
#teaser h2 {
	width:480px;
	height:200px;
	display:inline-block;
}
@media screen and (max-width: 959px) {
#teaser h2 {
	height:auto;
	width:100%;
	text-align:right;
}
}
#teaser h2 .teaserin {
	display:table-cell;
	width:420px;
	padding:0 30px;
	height:200px;
	text-align:center;
	vertical-align:middle;
	font-size:30px;
	color:#fff;
	line-height:1em;
}
#teaser h2 .teaserin span {
	border-bottom:1px #423928 solid;
	padding-bottom:10px;
	display:block;
}
@media screen and (max-width: 959px) {
#teaser h2 .teaserin {
	display:inline-block;
	width:auto;
	height:auto;
	vertical-align:auto;
	font-size:34px;
	background:url(/kr/common/img/bg_h2_ts.png) 0 center no-repeat;
	padding:20px 20px 20px 40px;
}
#teaser h2 .teaserin span {
	border-bottom:1px #9fa09f solid;
	padding-bottom:15px;
	display:inline-block;
}
}
@media screen and (max-width: 767px) {
#teaser h2 .teaserin {
	font-size:17px;
	padding:10px 10px 10px 30px;
}
#teaser h2 .teaserin span {
	padding-bottom:8px;
}
}

/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
	width:1000px;
	margin:30px auto 0;
}
@media screen and (max-width: 959px) {
#breadcrumb {
	width:auto;
	margin:auto;
	padding:15px 10px 0;
}
}
#breadcrumb .links {
	float:left;
}
@media screen and (max-width: 959px) {
#breadcrumb .links {
	float:none;
}
}
#breadcrumb .links a {
	display: inline-block;
}
#breadcrumb .links a i {
	margin-right:10px;
}
#breadcrumb .links > i {
	margin:0 10px;
	display:inline-block;
	font-size:14px;
	color:#938b6c;
}
#breadcrumb .snsbox {
	float:right;
	display:block;
}
@media screen and (max-width: 959px) {
#breadcrumb .snsbox {
	float:none;
	display:none;
}
}


/* !contents
---------------------------------------------------------- */
#contents {
	width:100%;
	padding:30px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.commonbox {
	padding:0;
}
@media screen and (max-width: 959px) {
#contents {
	padding:15px 0 30px;
}
.commonbox {
	padding:0 10px;
}
}
#contents .contenttop {
	background:#d5d1b7;
	padding:20px 0;
	margin-bottom:20px;
}
@media screen and (max-width: 959px) {
#contents .contenttop {
	background:none;
	padding:0;
	margin-bottom:20px;
}
}
.bggroup {
	background:#fff;
	padding:40px;
}
@media screen and (max-width: 959px) {
.bggroup {
	padding:20px;
}
}

/* !pageTop
---------------------------------------------------------- */
.pagetoppc {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 999;
	outline:none;
	display:block;
}
@media screen and (max-width: 959px) {
.pagetoppc {
	display:none;
}
}


/* !footer
---------------------------------------------------------- */
#footer {
	background:#261a04;
	color:#f0eee2;
}
#footerin {
	width:100%;
	display:block;
}
#footerin .footernavi {
	background:#fff;
	padding:15px 0;
	color:#111;
}
@media screen and (max-width: 959px) {
#footerin .footernavi {
	padding:15px 10px;
}
}
#footerin .footernavi .links {
	float:left;
	display:block;
}
@media screen and (max-width: 959px) {
#footerin .footernavi .links {
	float:none;
	display:none;
}
}
#footerin .footernavi .links li {
	float:left;
}
#footerin .footernavi .links li+li {
	border-left:1px #ccc3b2 solid;
}
#footerin .footernavi .links li a {
	color:#201c18;
	font-size:14px;
	padding:3px 20px;
	line-height:1em;
	display:block;
}
.group #footerin .footernavi .links li a {
	font-size:14px;
	padding:0 20px;
}
#footerin .footernavi .links li:first-child a {
	padding-left:0 !important;
}
#footerin .footernavi .snsbox {
	float:right;
}
@media screen and (max-width: 959px) {
#footerin .footernavi .snsbox {
	float:none;
}
}
#footerin .footeraddress {
	background:#201603;
	padding:40px 0;
}
@media screen and (max-width: 959px) {
#footerin .footeraddress {
	padding:20px 10px;
}
}
@media screen and (max-width: 767px) {
#footerin .footeraddress .ftbox img {
	width:160px;
}
}
#footerin .footeraddress .inner {
	position:relative;
}
#footerin .footeraddress .comment {
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	width:240px;
	height:170px;
}
@media screen and (max-width: 959px) {
#footerin .footeraddress .comment {
	display:none;
}
}
#footerin .footeraddress .img {
	float:left;
	margin-right:40px;
}
@media screen and (max-width: 959px) {
#footerin .footeraddress .img {
	margin-right:20px;
}
}
@media screen and (max-width: 479px) {
#footerin .footeraddress .img {
	width:40%;
}
#footerin .footeraddress .img img {
	width:100%;
}
}
#footerin .footeraddress .cont {
	margin-top:25px;
}
@media screen and (max-width: 959px) {
#footerin .footeraddress .cont {
	margin-top:10px;
}
}
#footerin .footeraddress .cont span {
	color:#a88a48;
}
#footerin .footeraddress .cont a {
	color:#f0eee2;
}
#footerin .footerlink {
	width:1000px;
	margin:0 auto;
	padding:30px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footerin .footerlink .footerlang {
	display:none;
}
@media screen and (max-width: 959px) {
#footerin .footerlink {
	width:auto;
	margin:auto;
	padding:20px 10px 15px;
}
#footerin .footerlink .footerlang {
	display:block;
	margin-top:15px;
	text-align:center;
}
#footerin .footerlink .footerlang a {
	display:inline-block;
	padding:0 10px;
	color:#f0eee2;
	font-size:14px;
}
#footerin .footerlink .footerlang a:hover {
	text-decoration:none;
}
#footerin .footerlink .footerlang a+a {
	border-left:1px #ccc3b2 solid;
}
}
@media screen and (max-width: 767px) {
#footerin .footerlink .tac img {
	width:182px;
}
}
#footerin .footerlink ul {
	margin-top:30px;
	text-align: center;
}
#footerin .footerlink ul li {
	width:280px;
	float:left;
	background:#2c1f08;
	border:20px #201603 solid;
	padding-top:20px;
	text-align: left;
}
#footerin .footerlink ul li.center-aligned {
	float: none;
	display: inline-block;
}
.group #footerin .footerlink ul li {
	width:320px;
	float:left;
	background:#201603;
	border:20px #201603 solid;
	padding-top:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.group #footerin .footerlink ul li .tit {
	text-align:center;
	font-size:14px;
	color:#f0eee2;
	padding:20px 0;
	margin-bottom:20px;
	background:#2c1f08;
}
.group #footerin .footerlink ul li .cont {
	font-size:14px;
	color:#f0eee2;
	margin-bottom:20px;
	padding:0;
}
.group #footerin .footerlink ul li .cont span {
	color:#a88a48;
}
.group #footerin .footerlink ul li .cont a {
	text-decoration:underline;
	color:#dad6ba;
}
.group #footerin .footerlink ul li .cont a:hover {
	text-decoration:none;
}
#footerin .footerlink ul li+li {
	margin-left:20px;
}
#footerin .footerlink ul table {
	width:100%;
	margin:20px 0;
}
#footerin .footerlink ul table th,#footerin .footerlink ul table td {
	font-size:14px;
	vertical-align:middle;
	text-align:left;
	padding:10px;
	color:#111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footerin .footerlink ul table .trow {
	padding:1px 10px;
}
#footerin .footerlink ul table th {
	background:#d5d1b7;
	width:40%;
}
#footerin .footerlink ul table td {
	background:#fff;
}
#footerin .footerlink .btn a {
	display:block;
	color:#f0eee2;
	font-size:16px;
	text-align:center;
	padding:13px 5px;
	background: -moz-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -webkit-gradient(linear, top, from(#87500e), color-stop(0.5, #874f0d), color-stop(0.5, #7c4409), to(#844c0c));
	background: -webkit-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -o-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -ms-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	-pie-background: linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	behavior: url(/kr/PIE.htc);
	-webkit-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-ms-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	-o-box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	box-shadow: inset 0 0 7px rgba(255,255,255,0.5);
	position:relative;
}
#footerin .footerlink .btn a i {
	position:absolute;
	font-size:16px;
	color:#cd8f4e;
	right:10px;
	top:18px;
	z-index:2;
}
#footerin .footerlink .btn a:hover {
	text-decoration:none;
}
#footerin .copyright {
	font-size:12px;
	text-align:center;
	border-top:1px #30240d solid;
	padding:20px 0;
}
@media screen and (max-width: 959px) {
#footerin .copyright {
	padding:15px 0 15px;
}
}
#footerin .pagetop {
	display:none;
}
@media screen and (max-width: 959px) {
#footerin .pagetop {
	display:block;
}
#footerin .pagetop a {
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:#463007;
}
#footerin .pagetop a i {
	margin-right:10px;
	padding:10px 5px;
}
#footerin .pagetop a:hover {
	text-decoration:none;
}
}

/* !h(n)eading
---------------------------------------------------------- */
.hdl {
	width:100%;
	background:#f0eee2;
	padding:15px 20px;
	font-size:22px;
	margin-bottom:20px;
	border-top:2px #a88a48 solid;
	-webkit-box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	-moz-box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	-ms-box-shadow:0 2px 2px rgba(44,25,10,0.2);
	-o-box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.hdl:before {
	position:absolute;
	content:"";
	width:330px;
	height:2px;
	left:0;
	top:-2px;
	z-index:2;
}
@media screen and (max-width: 767px) {
.hdl {
	padding:10px;
	font-size:18px;
}
.hdl:before {
	width:40%;
}
}

.hdm {
	font-size:22px;
	margin-bottom:20px;
	border-left:3px #a88a48 solid;
	padding-left:15px;
	position:relative;
}
.hdm:before {
	position:absolute;
	content:"";
	width:3px;
	height:50%;
	left:-3px;
	top:0;
	z-index:2;
}
@media screen and (max-width: 767px) {
.hdm {
	font-size:18px;
}
}

/* !Listing
---------------------------------------------------------- */


/* !Table
---------------------------------------------------------- */
.tableonepc {
	width:100%;
	border-left:1px #cfcfcf solid;
	border-top:1px #cfcfcf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
.tableonepc {
	display:none;
}
}
.tableonepc th,.tableonepc td {
	text-align:center;
	vertical-align:top;
	padding:10px 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tableonepc td {
	border-right:1px #cfcfcf solid;
	border-bottom:1px #cfcfcf solid;
}
.tableonepc th {
	border-right:1px #fff solid;
	background:#d5d1b7;
}
.tableonepc th:last-child {
	border-right:1px #cfcfcf solid;
}

.tableonets {
	display:none;
}
@media screen and (max-width: 959px) {
.tableonets {
	display:table;
	width:100%;
	border-left:1px #cfcfcf solid;
	border-top:1px #cfcfcf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tableonets th,.tableonets td {
	text-align:left;
	vertical-align:top;
	padding:10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tableonets td {
	border-right:1px #cfcfcf solid;
	border-bottom:1px #cfcfcf solid;
}
.tableonets th {
	border-right:1px #cfcfcf solid;
	border-bottom:1px #fff solid;
	background:#d5d1b7;
}
.tableonets tr:last-child th {
	border-bottom:1px #cfcfcf solid;
}
}

.tabletwo {
	display:table;
	width:100%;
	border-left:1px #cfcfcf solid;
	border-top:1px #cfcfcf solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.tabletwo th,.tabletwo td {
	text-align:left;
	vertical-align:top;
	padding:15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 959px) {
.tabletwo th,.tabletwo td {
	padding:10px;
}
}
.tabletwo td {
	border-right:1px #cfcfcf solid;
	border-bottom:1px #cfcfcf solid;
	background:#fff;
}
.tabletwo th {
	border-right:1px #cfcfcf solid;
	border-bottom:1px #fff solid;
	background:#d5d1b7;
	width:20%;
}
@media screen and (max-width: 959px) {
.tabletwo th {
	width:40%;
}
}
.tabletwo tr:last-child th {
	border-bottom:1px #cfcfcf solid;
}


/* !Btn
---------------------------------------------------------- */
.btnone {
	text-align:center;
}
.btnone a {
	display:inline-block;
	width:250px;
	color:#f0eee2;
	font-size:16px;
	text-align:center;
	padding:13px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	background: -moz-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -webkit-gradient(linear, top, from(#87500e), color-stop(0.5, #874f0d), color-stop(0.5, #7c4409), to(#844c0c));
	background: -webkit-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -o-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -ms-linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	-pie-background: linear-gradient(top, #87500e, #874f0d 50%, #7c4409 50%, #844c0c);
	behavior: url(/kr/PIE.htc);
	-webkit-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	-ms-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	position:relative;
}
@media screen and (max-width: 959px) {
.btnone a {
	display:block;
	width:auto;
}
}
.btnone a i {
	position:absolute;
	background:#261a04;
	width:16px;
	height:16px;
	font-size:16px;
	color:#f0eee2;
	left:0;
	top:50%;
	margin-top:-8px;
	z-index:2;
}
.btnone a:hover {
	text-decoration:none;
}

/* !common
---------------------------------------------------------- */
.section+.section {
	margin-top:60px;
}
@media screen and (max-width: 959px) {
.section+.section {
	margin-top:30px;
}
}
.snsbox {
	overflow:hidden;
}
.snsbox li {
	float:left;
}
.snsbox li+li {
	margin-left:10px;
}
.twocol li a {
	width:490px;
}
.threecol li a {
	width:320px;
}
.anchor {
	overflow:hidden;
	margin-bottom:20px;
}
.anchor li {
	float:left;
}
.anchor li+li {
	margin-left:20px;
}
.anchor li a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	color:#fff;
	height:55px;
	line-height:1.2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.anchor li a:hover {
	text-decoration:none;
}
.anchor li a span {
	display:inline-block;
	vertical-align:middle;
}
.anchor li a span+span {
	margin-left:15px;
}
.fourcol li a {
	width:235px;
	font-size:14px !important;
}
.fourcol li a span+span {
	margin-left:5px !important;
}
@media screen and (max-width: 959px) {
.twocol li a {
	width:auto;
}
.threecol li a {
	width:auto;
}
.fourcol li a {
	width:auto;
}
.anchor {
	padding:0 10px;
}
.anchor li {
	float:none;
}
.anchor li+li {
	margin-left:0;
	margin-top:10px;
}
.anchor li a {
	display:block;
	text-align:center;
	font-size:14px;
	height:auto;
	padding:15px 5px;
}
.anchor li a span {
	display:inline;
	vertical-align:middle;
}
.anchor li a span+span {
	margin-left:7px;
}
}
.earbox {
	display:block;
	background:#fff;
	padding:20px;
	margin-top:60px;
	-webkit-box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	-moz-box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	-ms-box-shadow:0 2px 2px rgba(44,25,10,0.2);
	-o-box-shadow: 0 2px 2px rgba(44,25,10,0.2);
	box-shadow: 0 2px 2px rgba(44,25,10,0.2);
}
@media screen and (max-width: 959px) {
.earbox {
	display:none;
}
}
.earbox .earin {
	padding-left:15px;
	font-size:16px;
	overflow:hidden;
}
.earbox .earin .cont {
	line-height:50px;
	float:left;
}
.earbox .earin .btn {
	float:right;
	overflow:hidden;
}
.earbox .earin .btn li {
	float:left;
	width:250px;
	height:50px;
}
.earbox .earin .btn li+li {
	margin-left:10px;
}
.earbox .earin .btn a {
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	padding:13px 15px;
	background: -moz-linear-gradient(top, #a0823c, #a0813b 50%, #967631 50%, #9e7e38);
	background: -webkit-gradient(linear, top, from(#a0823c), color-stop(0.5, #a0813b), color-stop(0.5, #967631), to(#9e7e38));
	background: -webkit-linear-gradient(top, #a0823c, #a0813b 50%, #967631 50%, #9e7e38);
	background: -o-linear-gradient(top, #a0823c, #a0813b 50%, #967631 50%, #9e7e38);
	background: -ms-linear-gradient(top, #a0823c, #a0813b 50%, #967631 50%, #9e7e38);
	-pie-background: linear-gradient(top, #a0823c, #a0813b 50%, #967631 50%, #9e7e38);
	behavior: url(/kr/PIE.htc);
	-webkit-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	-moz-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	-ms-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	-o-box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	box-shadow: inset 0 0 7px rgba(255,255,255,0.4);
	position:relative;
}
.earbox .earin .btn a span {
	background:url(/kr/common/img/ico_mail.png) 0 center no-repeat;
	padding-left:35px;
}
.earbox .earin .btn a i {
	position:absolute;
	background:#80470a;
	width:16px;
	height:16px;
	font-size:16px;
	color:#f0eee2;
	left:0;
	top:50%;
	margin-top:-8px;
	z-index:2;
}
.earbox .earin .btn a:hover {
	text-decoration:none;
}


/* !type
---------------------------------------------------------- */

/* !sh_shiroko */
.shshiroko #header {
	border-bottom:3px #5c95fc solid;
}
.shshiroko .reservation a,.shshiroko .anchor a,.shshiroko .hdl:before,.shshiroko .hdm:before {
	background:#5c95fc;
}
.shshiroko .earbox .earin {
	border-left:3px #5c95fc solid;
}
.shshiroko #headerbtn {
	background: -moz-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -webkit-gradient(linear, top, from(#659bfc), color-stop(0.5, #649bfc), color-stop(0.5, #5891fc), to(#6199fc));
	background: -webkit-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -o-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -ms-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	-pie-background: linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
}
.shshiroko .menureservation a {
	background: -moz-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -webkit-gradient(linear, top, from(#659bfc), color-stop(0.5, #649bfc), color-stop(0.5, #5891fc), to(#6199fc));
	background: -webkit-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -o-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -ms-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	-pie-background: linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
}
.shshiroko .earbox .earin .btn li+li a {
	background: -moz-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -webkit-gradient(linear, top, from(#659bfc), color-stop(0.5, #649bfc), color-stop(0.5, #5891fc), to(#6199fc));
	background: -webkit-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -o-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	background: -ms-linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
	-pie-background: linear-gradient(top, #659bfc, #649bfc 50%, #5891fc 50%, #6199fc);
}
.shshiroko .earbox .earin .btn li+li a i {
	background:#346acd;
}
.shshiroko #topnav ul .navbtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #75c0fd 0%, #5189fb 3%, #5189fb 6%, #689efc 100%) repeat scroll 0 0;
}
.shshiroko #headerin .reservation .resert {
	color:#c1d7ff;
}

/* !sh_kameyama */
.shkameyama #header {
	border-bottom:3px #31461f solid;
}
.shkameyama .reservation a,.shkameyama .anchor a,.shkameyama .hdl:before,.shkameyama .hdm:before {
	background:#31461f;
}
.shkameyama .earbox .earin {
	border-left:3px #31461f solid;
}
.shkameyama #headerbtn {
	background: -moz-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -webkit-gradient(linear, top, from(#3a4f27), color-stop(0.5, #394e26), color-stop(0.5, #2f431d), to(#364b23));
	background: -webkit-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -o-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -ms-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	-pie-background: linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
}
.shkameyama .menureservation a {
	background: -moz-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -webkit-gradient(linear, top, from(#3a4f27), color-stop(0.5, #394e26), color-stop(0.5, #2f431d), to(#364b23));
	background: -webkit-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -o-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -ms-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	-pie-background: linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
}
.shkameyama .earbox .earin .btn li+li a {
	background: -moz-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -webkit-gradient(linear, top, from(#3a4f27), color-stop(0.5, #394e26), color-stop(0.5, #2f431d), to(#364b23));
	background: -webkit-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -o-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	background: -ms-linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
	-pie-background: linear-gradient(top, #3a4f27, #394e26 50%, #2f431d 50%, #364b23);
}
.shkameyama .earbox .earin .btn li+li a i {
	background:#102200;
}
.shkameyama #topnav ul .navbtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #4a692f 0%, #31461f 3%, #31461f 6%, #364b23 100%) repeat scroll 0 0;
}
.shkameyama #headerin .reservation .resert {
	color:#bce39b;
}

/* !ch_suzuka */
.chsuzuka #header {
	border-bottom:3px #db5eb0 solid;
}
.chsuzuka .reservation a,.chsuzuka .anchor a,.chsuzuka .hdl:before,.chsuzuka .hdm:before {
	background:#db5eb0;
}
.chsuzuka .earbox .earin {
	border-left:3px #db5eb0 solid;
}
.chsuzuka #headerbtn {
	background: -moz-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -webkit-gradient(linear, top, from(#dd66b5), color-stop(0.5, #dd66b5), color-stop(0.5, #d95aad), to(#dc63b3));
	background: -webkit-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -o-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -ms-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	-pie-background: linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
}
.chsuzuka .menureservation a {
	background: -moz-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -webkit-gradient(linear, top, from(#dd66b5), color-stop(0.5, #dd66b5), color-stop(0.5, #d95aad), to(#dc63b3));
	background: -webkit-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -o-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -ms-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	-pie-background: linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
}
.chsuzuka .earbox .earin .btn li+li a {
	background: -moz-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -webkit-gradient(linear, top, from(#dd66b5), color-stop(0.5, #dd66b5), color-stop(0.5, #d95aad), to(#dc63b3));
	background: -webkit-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -o-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	background: -ms-linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
	-pie-background: linear-gradient(top, #dd66b5, #dd66b5 50%, #d95aad 50%, #dc63b3);
}
.chsuzuka .earbox .earin .btn li+li a i {
	background:#960062;
}
.chsuzuka #topnav ul .navbtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #eda6d5 0%, #d95aad 3%, #d95aad 6%, #d95aad 100%) repeat scroll 0 0;
}
.chsuzuka #headerin .reservation .resert {
	color:#f4a6d9;
}

/* !sh_suzuka */
.shsuzuka #header {
	border-bottom:3px #d78436 solid;
}
.shsuzuka .reservation a,.shsuzuka .anchor a,.shsuzuka .hdl:before,.shsuzuka .hdm:before {
	background:#d78436;
}
.shsuzuka .earbox .earin {
	border-left:3px #d78436 solid;
}
.shsuzuka #headerbtn {
	background: -moz-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -webkit-gradient(linear, top, from(#da8b3f), color-stop(0.5, #d98a3e), color-stop(0.5, #d58033), to(#d9883b));
	background: -webkit-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -o-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -ms-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	-pie-background: linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
}
.shsuzuka .menureservation a {
	background: -moz-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -webkit-gradient(linear, top, from(#da8b3f), color-stop(0.5, #d98a3e), color-stop(0.5, #d58033), to(#d9883b));
	background: -webkit-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -o-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -ms-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	-pie-background: linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
}
.shsuzuka .earbox .earin .btn li+li a {
	background: -moz-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -webkit-gradient(linear, top, from(#da8b3f), color-stop(0.5, #d98a3e), color-stop(0.5, #d58033), to(#d9883b));
	background: -webkit-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -o-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	background: -ms-linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
	-pie-background: linear-gradient(top, #da8b3f, #d98a3e 50%, #d58033 50%, #d9883b);
}
.shsuzuka .earbox .earin .btn li+li a i {
	background:#80470a;
}
.shsuzuka #topnav ul .navbtn a {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f8c08d 0%, #d58033 3%, #d58033 6%, #d58033 100%) repeat scroll 0 0;
}
.shsuzuka #headerin .reservation .resert {
	color:#ffca98;
}

/* !group */
.group .hdl:before,.group .hdm:before {
	background:#80470a;
}
.group .anchor a {
	background:#bbb591;
	color:#111;
}
.group #headerbtn {
	background: -moz-linear-gradient(top, #874f0d, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -webkit-gradient(linear, top, from(#874f0d), color-stop(0.5, #874f0d), color-stop(0.5, #7c4409), to(#844c0c));
	background: -webkit-linear-gradient(top, #874f0d, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -o-linear-gradient(top, #874f0d, #874f0d 50%, #7c4409 50%, #844c0c);
	background: -ms-linear-gradient(top, #874f0d, #874f0d 50%, #7c4409 50%, #844c0c);
	-pie-background: linear-gradient(top, #874f0d, #874f0d 50%, #7c4409 50%, #844c0c);
}

/* !追加 */
p.provided {
	text-align: right;
	color: #666;
	padding: 5px;
}
p.provided a {
	color: #666;
}
p.provided a:hover {
	text-decoration: underline;
}
p.provided_sp {
	display: none;
}

@media screen and (max-width: 959px) {
	p.provided {
		display: none;
	}
	p.provided_sp {
		display: block;
		text-align: center;
		color: #888;
		font-size: 13px;
		padding: 5px 0 20px 0;
	}
	p.provided_sp a {
		color: #888;
	}
}
