@charset "UTF-8";
@charset 'UTF-8';
/* ===================================================
  Base CSS
====================================================== */
body {
	min-width: 1120px;
	min-height: 100vh;
	color: #623023;
	font-weight: normal;
	font-size: 16px;
	line-height: 2;
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
}
body:after {
	opacity: 1;
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 10;
	pointer-events: none;
	-webkit-transition: opacity 0.7s ease;
	transition: opacity 0.7s ease;
}
body.fadein:after {
	opacity: 0;
	-webkit-transition: opacity 2s ease;
	transition: opacity 2s ease;
}
* {
	box-sizing: border-box;
}
a {
	color: #623023;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
a img {
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.75;
}
em {
	font-style: normal;
}
table {
	width: 100%;
	border-collapse: collapse;
}
table th {
	vertical-align: middle;
	font-weight: normal;
	text-align: left;
}
table td {
	vertical-align: middle;
	text-align: left;
}
.container {
	width: 1120px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}
.tel-link:hover {
	text-decoration: none;
}
.gothic {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro','Osaka','Verdana','Helvetica','Arial','ＭＳ Ｐゴシック', sans-serif;
}
.sp {
	display: none !important;
}
.button {
	max-width: 100%;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	width: 300px;
	margin: 0 auto;
	background: url(../../commons/img/button_arrow_white.png) no-repeat right 5px top 20px #a48414;
	color: #ffffff;
	font-size: 16px;
}
.button:hover {
	opacity: 0.75;
}

@media screen and (max-width: 600px) {
	body {
		min-width: 0;
		font-size: 14px;
	}
	.container {
		width: 94%;
		padding: 0;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
}

/* ---------------------------------------------------
  Header
------------------------------------------------------ */
#header_wrap {
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	position: fixed;
	z-index: 2;
	width: 100%;
	height: 70px;
	top: 0;
	left: 0;
	padding-left: 10px;
	background: rgba(0, 0, 0, 0.4);
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
}
#header {
	height: 100%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}
#h_logo {
	position: relative;
}
#h_logo:after {
	content: '';
	background: url(../../commons/img/h_logo_scroll.png) no-repeat center/contain;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
#h_nav ul {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
#h_reserve {
	margin: -10px 25px 0 0;
}
#h_reserve a {
	padding-left: 30px;
	color: #ffffff;
	background: url(../../commons/img/h_reserve.png) no-repeat left/22px;
	position: relative;
}
#h_reserve a:after {
	content: '';
	position: absolute;
	background: url(../../commons/img/h_reserve_scroll.png) no-repeat center/contain;
	width: 22px;
	height: 22px;
	left: 0;
	top: 50%;
	margin-top: -11px;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
#h_reserve a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#h_tel_pc {
	margin-right: 20px;
	text-align: center;
	position: relative;
}
#h_tel_pc:after {
	content: '';
	position: absolute;
	background: url(../../commons/img/h_tel_pc_scroll.png) no-repeat top/contain;
	width: 100%;
	height: 23px;
	left: 0;
	top: 9px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	opacity: 0;
}
#h_tel_pc span {
	color: #ffffff;
	display: block;
	font-size: 12px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}
#h_menu {
	height: 70px;
	width: 78px;
}
#h_menu a {
	color: #ffffff;
	position: relative;
	display: block;
	height: 100%;
	background: #000000;
}
#h_menu a:hover {
	opacity: 0.75;
}
#h_menu a span {
	position: absolute;
	left: 50%;
	height: 2px;
	width: 26px;
	display: block;
	background: #ffffff;
	margin-left: -13px;
}
#h_menu a span:nth-child(1) {
	top: 17px;
}
#h_menu a span:nth-child(2) {
	top: 25px;
}
#h_menu a span:nth-child(3) {
	top: 33px;
}
#h_menu a p {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}
#header_wrap.scroll,
#header_wrap.no_mv {
	background: rgba(255, 255, 255, 0.9);
}
#header_wrap.scroll #h_logo:after,
#header_wrap.no_mv #h_logo:after {
	opacity: 1;
}
#header_wrap.scroll #h_tel_pc:after,
#header_wrap.no_mv #h_tel_pc:after {
	opacity: 1;
}
#header_wrap.scroll #h_tel_pc span,
#header_wrap.no_mv #h_tel_pc span {
	color: #000000;
}
#header_wrap.scroll #h_reserve a,
#header_wrap.no_mv #h_reserve a {
	color: #000000;
}
#header_wrap.scroll #h_reserve a:after,
#header_wrap.no_mv #h_reserve a:after {
	opacity: 1;
}
#header_wrap.scroll #h_menu a,
#header_wrap.no_mv #h_menu a {
	background: #df8580;
}

@media screen and (max-width: 600px) {
	#header_wrap {
		height: 60px;
		background: rgba(0, 0, 0, 0.5);
		min-width: 100%;
	}
	#header {
		display: block;
	}
	#h_logo {
		width: 120px;
		float: left;
		margin-top: 15px;
	}
	#h_reserve {
		margin: 0;
		width: 60px;
		height: 60px;
	}
	#h_reserve a {
		padding: 33px 0 0;
		display: block;
		text-align: center;
		background-position: top 10px center;
		font-size: 12px;
		height: 100%;
	}
	#h_reserve a:after {
		content: none;
	}
	#h_tel_sp {
		margin: 0;
		width: 60px;
		height: 60px;
	}
	#h_tel_sp a {
		padding: 34px 0 0;
		display: block;
		text-align: center;
		font-size: 12px;
		height: 100%;
		background: url(../../commons/img/h_tel_sp.png) no-repeat top 10px center/18px;
		color: #ffffff;
	}
	#h_menu {
		height: 60px;
		width: 60px;
	}
	#h_menu a {
		background: transparent;
	}
	#h_menu a span:nth-child(1) {
		top: 13px;
	}
	#h_menu a span:nth-child(2) {
		top: 22px;
	}
	#h_menu a span:nth-child(3) {
		top: 30px;
	}
	#h_menu a p {
		bottom: 8px;
		font-size: 12px;
	}
	#header_wrap.scroll #h_reserve a,
	#header_wrap.no_mv #h_reserve a {
		background-image: url(../../commons/img/h_reserve_scroll.png);
	}
	#header_wrap.scroll #h_tel_sp a,
	#header_wrap.no_mv #h_tel_sp a {
		color: #000000;
		background-image: url(../../commons/img/h_tel_sp_scroll.png);
	}
}

/* ---------------------------------------------------
  G-nav
------------------------------------------------------ */
#gnav {
	display: none;
	position: fixed;
	top: 0;
	z-index: 3;
	left: 0;
	height: 100%;
	background: #ffffff;
	padding: 130px 3% 100px;
	width: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
#gnav > .container {
	width: auto;
	max-width: 1120px;
}
#gnav_logo {
	display: block;
	margin: 0 auto 50px;
}
#gnav_menu {
	float: left;
	width: 55%;
	display: -webkit-box;
	display: flex;
}
#gnav_menu ul {
	width: 50%;
}
#gnav_menu ul li + li {
	margin-top: 35px;
}
#gnav_menu ul li.sub_pc {
	font-size: 15px;
	margin-top: 15px;
}
#gnav_menu ul li a {
	padding-left: 20px;
	position: relative;
}
#gnav_menu ul li a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 1px;
	background: #623023;
}
#gnav_reserve {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	flex-wrap: wrap;
	float: right;
	width: 45%;
}
#gnav_reserve li:nth-child(1) {
	font-size: 18px;
	margin-bottom: 15px;
	width: 100%;
}
#gnav_reserve li:nth-child(1) a {
	color: #dd6c66;
	border: 1px #dd6c66 solid;
	height: 85px;
	line-height: 85px;
	text-align: center;
	display: block;
}
#gnav_reserve li:nth-child(1) a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#gnav_reserve li:nth-child(1) a span {
	display: inline-block;
	padding-left: 30px;
	background: url(../../commons/img/gnav_reserve.png) no-repeat left;
}
#gnav_reserve li:nth-child(2),
#gnav_reserve li:nth-child(3) {
	width: calc(50% - 5px);
	margin-bottom: 15px;
}
#gnav_reserve li:nth-child(2) a,
#gnav_reserve li:nth-child(3) a {
	border: 1px #e7d5d5 solid;
	height: 50px;
	background: #faeded;
	line-height: 50px;
	text-align: center;
	display: block;
}
#gnav_reserve li:nth-child(2) a:hover,
#gnav_reserve li:nth-child(3) a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#gnav_reserve li:nth-child(2) a span,
#gnav_reserve li:nth-child(3) a span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
#gnav_reserve li:nth-child(2) a span:before,
#gnav_reserve li:nth-child(3) a span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #cd9696;
	margin-top: -5px;
}
#gnav_reserve li:nth-child(4) {
	width: 100%;
	margin-bottom: 35px;
}
#gnav_reserve li:nth-child(4) a {
	border: 1px #dadada solid;
	height: 50px;
	background: #f3f3f3;
	line-height: 50px;
	text-align: center;
	display: block;
}
#gnav_reserve li:nth-child(4) a:hover {
	opacity: 0.75;
	text-decoration: none;
}
#gnav_reserve li:nth-child(4) a span {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}
#gnav_reserve li:nth-child(4) a span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #9e9e9e;
	margin-top: -5px;
}
#gnav_tel {
	text-align: center;
	float: right;
	width: 45%;
}
#gnav_tel h2 {
	margin-bottom: 20px;
}
#gnav_tel p {
	border-top: 1px #623023 solid;
	margin: 20px 0;
	padding-top: 20px;
	font-size: 14px;
}
#gnav_sns {
	float: right;
	width: 45%;
	font-size: 0;
	text-align: right;
}
#gnav_sns li {
	display: inline-block;
}
#gnav_sns li + li {
	margin-left: 15px;
}
#close_top {
	height: 70px;
	width: 78px;
	color: #ffffff;
	position: fixed;
	background: #000000;
	right: 0;
	top: 0;
	z-index: 1;
}
#close_top:hover {
	opacity: 0.4;
}
#close_top span {
	position: absolute;
	left: 50%;
	height: 2px;
	width: 26px;
	display: block;
	background: #ffffff;
	margin-left: -13px;
}
#close_top span:nth-child(1) {
	top: 25px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#close_top span:nth-child(2) {
	top: 25px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#close_top p {
	position: absolute;
	bottom: 13px;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 10px;
	line-height: 1;
}

@media screen and (max-width: 900px) {
	#gnav_menu ul li + li {
		margin-top: 40px;
	}
	#gnav_reserve li:nth-child(1) {
		font-size: 16px;
	}
	#gnav_reserve li:nth-child(1) a {
		height: 70px;
		line-height: 68px;
	}
	#gnav_reserve li:nth-child(2),
	#gnav_reserve li:nth-child(3) {
		width: 100%;
	}
	#gnav_reserve li:nth-child(4) {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 600px) {
	#gnav {
		padding: 60px 3%;
	}
	#gnav:after {
		content: '';
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 60px;
		background: #ffffff;
		border-bottom: 1px #f3f3f3 solid;
	}
	#gnav_logo {
		width: 120px;
		margin: 0;
		position: fixed;
		left: 10px;
		top: 15px;
		z-index: 1;
	}
	#gnav_menu {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	#gnav_menu ul:nth-child(1) {
		width: 106%;
		margin: 0 -3%;
		border-bottom: 1px #f3f3f3 solid;
		margin-bottom: 30px;
	}
	#gnav_menu ul:nth-child(1) li + li {
		margin: 0;
		border-top: 1px #f3f3f3 solid;
	}
	#gnav_menu ul:nth-child(1) li a {
		display: block;
		text-align: center;
		padding: 15px 0;
		font-size: 16px;
	}
	#gnav_menu ul:nth-child(1) li a:before {
		content: none;
	}
	#gnav_menu ul:nth-child(2) {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
	#gnav_menu ul:nth-child(2) li {
		width: 50%;
		margin: 0 0 20px;
	}
	#gnav_menu ul:nth-child(2) li + li {
		margin: 0 0 20px;
	}
	#gnav_menu ul:nth-child(2) li a {
		display: block;
	}
	#gnav_menu ul:nth-child(2) li a:before {
		content: none;
	}
	#gnav_reserve {
		float: none;
		width: 100%;
	}
	#gnav_tel {
		float: none;
		width: 100%;
	}
	#gnav_sns {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	#close_top {
		height: 60px;
		width: 60px;
		z-index: 1;
	}
	#close_top p {
		position: absolute;
		bottom: 8px;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 12px;
		line-height: 1;
	}
	#close_bottom {
		width: 90px;
		margin: 0 auto;
		text-align: center;
		text-decoration: underline;
		padding: 10px 0;
	}
}

/* ---------------------------------------------------
  fixed_nav
------------------------------------------------------ */
#fixed_nav {
	display: none;
}

@media screen and (max-width: 600px) {
	#fixed_nav {
		background: #eeeeee;
		border: 1px #000000 solid;
	}
}

/* ---------------------------------------------------
  Main img, Main title, Breadcrumb
------------------------------------------------------ */
#main_img {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-attachment: fixed !important;
	height: 720px;
	max-height: 100vh;
	position: relative;
	margin-bottom: 70px;
}
#main_img h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	color: #ffffff;
	line-height: 1;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
#main_img h1 em {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto;
	display: inline-block;
	font-size: 40px;
	margin-bottom: 15px;
}
#main_img h1 span {
	font-size: 14px;
	display: block;
}

@media screen and (max-width: 768px) {
	#main_img {
		background-attachment: scroll !important;
	}
}

@media screen and (max-width: 600px) {
	#main_img {
		height: 330px;
		margin-bottom: 30px;
	}
	#main_img h1 {
		top: 55%;
	}
	#main_img h1 em {
		font-size: 26px;
	}
	#main_img h1 span {
		font-size: 12px;
	}
}

/* ---------------------------------------------------
  Slider
------------------------------------------------------ */
.slick-slider .slick-slide img {
	width: 100%;
}
.slick-slider .slick-arrow {
	font-size: 0;
	position: absolute;
	top: 50%;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	z-index: 1;
	margin-top: -30px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.slick-slider .slick-prev {
	left: -70px;
	background: url(../../commons/img/slick_prev1.png) no-repeat center/contain;
}
.slick-slider .slick-next {
	right: -70px;
	background: url(../../commons/img/slick_next1.png) no-repeat center/contain;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
	opacity: 0.75;
}
.slick-slider .slick-dots {
	text-align: center;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	line-height: 1;
}
.slick-slider .slick-dots li {
	display: inline-block;
	vertical-align: middle;
}
.slick-slider .slick-dots li + li {
	margin-left: 15px;
}
.slick-slider .slick-dots li button {
	display: block;
	width: 9px;
	height: 9px;
	background: #d4c3c3;
	border-radius: 50%;
	cursor: pointer;
	font-size: 0;
	border: 0;
	outline: none;
	padding: 0;
}
.slick-slider .slick-dots li.slick-active button {
	background: #dd6c66;
}

@media screen and (max-width: 600px) {
	.slick-slider .slick-arrow {
		width: 26px;
		height: 26px;
		margin-top: -13px;
	}
}

/* ---------------------------------------------------
  Accordion
------------------------------------------------------ */
.acc_tit {
	display: none;
}

@media screen and (max-width: 600px) {
	.acc_tit {
		display: block;
		position: relative;
		text-align: center;
		margin-bottom: 20px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		border: 1px #695a56 solid;
		cursor: pointer;
		color: #ffffff;
	}
	.acc_tit:after {
		content: '';
		width: 8px;
		height: 8px;
		border: none;
		position: absolute;
		top: 50%;
		right: 20px;
		border-right: 2px #ffffff solid;
		border-bottom: 2px #ffffff solid;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		margin-top: -6px;
		opacity: 0.5;
	}
	.acc_tit.active:after {
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
		margin-top: -4px;
	}
}

/* ---------------------------------------------------
  Contents
------------------------------------------------------ */
#contents_wrap {
	padding-bottom: 120px;
}
#contents_wrap.no_mv {
	padding-top: 130px;
}
#contents_wrap h1 {
	text-align: center;
	font-size: 36px;
	background: url(../../commons/img/icon_ttl1.png) no-repeat top;
	padding-top: 10px;
	margin-bottom: 100px;
}
#contents_wrap h1 span {
	display: block;
	font-size: 14px;
}
#contents_wrap h2.lead {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	text-orientation: upright;
	font-size: 24px;
	line-height: 1.8;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-bottom: 40px;
	display: inline-block;
}
#contents_wrap h2.lead span {
	text-combine-upright: all;
	-ms-text-combine-horizontal: all;
}
#contents_wrap h2.lead + p {
	text-align: center;
	margin-bottom: 90px;
}

@media screen and (max-width: 600px) {
	#contents_wrap {
		padding-bottom: 60px;
	}
	#contents_wrap.no_mv {
		padding-top: 100px;
	}
	#contents_wrap h1 {
		font-size: 22px;
		margin-bottom: 40px;
	}
	#contents_wrap h1 span {
		font-size: 12px;
	}
	#contents_wrap h2.lead {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#contents_wrap h2.lead + p {
		margin-bottom: 40px;
	}
}

/* ---------------------------------------------------
  Footer
------------------------------------------------------ */
#breadcrumb {
	font-size: 14px;
	margin-bottom: 20px;
	padding: 0 15px;
}
#breadcrumb li {
	display: inline-block;
	color: #000000;
}
#breadcrumb li:not(:last-child):after {
	content: '>';
	margin: 0 5px;
}
#breadcrumb li a {
	color: #000000;
}
#footer_wrap {
	background: #eeeeee;
	border: 1px #000000 solid;
}
#f_top {
	text-align: center;
	background: #3b2520;
	padding: 80px 0 50px;
}
#f_logo {
	color: #ffffff;
	margin-bottom: 15px;
}
#f_logo p {
	margin-bottom: 10px;
}
#f_address {
	color: #ffffff;
	margin-bottom: 30px;
}
#f_address dt {
	margin-bottom: 1em;
}
#f_address dd {
	font-size: 14px;
}
#f_sns {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
#f_sns li + li {
	margin-left: 20px;
}
#f_bottom {
	background: #291511;
	padding: 65px 0;
}
#f_nav {
	float: left;
	width: 56%;
}
#f_nav ul {
	float: left;
	width: 33.3%;
	font-size: 14px;
}
#f_nav ul li + li {
	margin-top: 20px;
}
#f_nav ul li a {
	background: url(../../commons/img/f_arrow1.png) no-repeat left;
	padding-left: 20px;
	color: #ffffff;
}
#f_reserve {
	float: right;
	width: 44%;
}
#f_reserve h2 {
	border-top: 1px #695a56 solid;
	border-bottom: 1px #695a56 solid;
	text-align: center;
	color: #ffffff;
	padding: 15px 0;
	margin-bottom: 20px;
}
#f_reserve ul {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
#f_reserve ul li:nth-child(1) {
	width: 200px;
	margin-right: auto;
	margin-bottom: 25px;
	line-height: 1;
}
#f_reserve ul li:nth-child(1) p {
	color: #ffffff;
	font-size: 14px;
	text-align: right;
	margin-top: 10px;
}
#f_reserve ul li:nth-child(2) {
	width: 50%;
	margin-bottom: 25px;
}
#f_reserve ul li:nth-child(2) a {
	background: #cd6c67;
	color: #ffffff;
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 17px;
}
#f_reserve ul li:nth-child(2) a:hover {
	text-decoration: none;
	opacity: 0.75;
}
#f_reserve ul li:nth-child(3),
#f_reserve ul li:nth-child(4) {
	margin-right: 40px;
}
#f_reserve ul li:nth-child(3),
#f_reserve ul li:nth-child(4),
#f_reserve ul li:nth-child(5) {
	font-size: 14px;
}
#f_reserve ul li:nth-child(3) a,
#f_reserve ul li:nth-child(4) a,
#f_reserve ul li:nth-child(5) a {
	color: #ffffff;
	background: url(../../commons/img/f_arrow2.png) no-repeat left;
	padding-left: 15px;
}
#copyright {
	margin-top: 60px;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}

@media screen and (max-width: 600px) {
	#breadcrumb {
		font-size: 12px;
		padding: 0 3%;
	}
	#f_top {
		padding: 40px 0;
	}
	#f_logo p {
		font-size: 16px;
	}
	#f_logo img {
		max-width: 200px;
	}
	#f_address dt {
		font-size: 16px;
	}
	#f_bottom {
		padding: 40px 0;
	}
	#f_reserve {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	#f_reserve h2 {
		border: none;
		font-size: 16px;
		padding: 0;
	}
	#f_reserve ul li:nth-child(1) {
		margin: 0 auto 20px;
	}
	#f_reserve ul li:nth-child(1) p {
		text-align: center;
	}
	#f_reserve ul li:nth-child(2) {
		width: 100%;
	}
	#f_reserve ul li:nth-child(3),
	#f_reserve ul li:nth-child(4) {
		padding-right: 10px;
		border-right: 1px #695a56 solid;
		margin-right: 10px;
	}
	#f_reserve ul li:nth-child(3) a,
	#f_reserve ul li:nth-child(4) a,
	#f_reserve ul li:nth-child(5) a {
		background: none;
		padding: 5px 0;
		display: block;
	}
	#f_nav {
		float: none;
		width: 100%;
	}
	#f_nav ul {
		float: none;
		width: 12em;
		margin: 0 auto;
	}
	#f_nav ul + ul {
		margin-top: 20px;
	}
	#copyright {
		margin-top: 25px;
	}
}

/* ---------------------------------------------------
  clear
------------------------------------------------------ */
.clearfix:after,
.container:after {
	content: '';
	display: block;
	clear: both;
}
