@charset "utf-8";

/*  共通設定
---------------------------------------- */
body {
	background-color: #FFF;
	color: #222;
	font-size: 15px;
	font-family:"Gothic Medium BBB", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}
@media screen and (max-width:640px) {
	body {
		font-size:15px;
		line-height: 140%;
		font-weight: 500;
	}
}

h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
.bold{
	font-family:"Gothic MB101 Bold", sans-serif; /*ゴシックMB101 B*/
}
.serif{
	font-family:"TBUDMincho M", serif; /*TBUD明朝 M*/
}
.serif.bold{
	font-family:"UD Reimin ExtraBold", serif; /*UD黎ミン EB*/
}
.c-05{
	letter-spacing: -0.3em;
}
h1.title {
	width:100%;
	text-align: center;
	color:#1E5609;
	font-family:"UD Reimin ExtraBold", serif; /*UD黎ミン EB*/
	font-family:"TBUDMincho M", serif; /*TBUD明朝 M*/
	font-size:44px;
	padding:45px 0 43px 0;
	line-height: 100%;
	background-image: url("../img/bg_title.png");
	background-repeat: repeat;
	background-size: auto;
}
h2.title {
	clear: both;
	color:#222;
	font-size:36px;
	font-weight: bolder;
	padding-bottom:30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCC;
	font-family:"UD Reimin ExtraBold", serif; /*UD黎ミン EB*/
	font-family:"TBUDMincho M", serif; /*TBUD明朝 M*/
	text-align: center;
}
h3.copy {
	clear: both;
	font-size:32px;
	margin-bottom:28px;
	text-align: center;
	line-height: 160%;
	font-family:"TBUDMincho M", serif; /*TBUD明朝 M*/
	color:#333;
}

@media screen and (max-width:800px) {
	h1.title {
		padding:124px 0 22px 0;
		margin-top: -100px;
		font-size:28px;
	}
	h2.title {
		font-size:26px;
		padding-bottom: 15px;
		margin-bottom: 40px;
		text-align: center;
	}
	h3.copy {
		font-size:17px;
		padding-top:15px;
		padding-bottom: 0;
		margin-bottom:7px;
	}
}

table {
	empty-cells: show;
	border-collapse: collapse;
	border-spacing: 0;
}
table.list {
	border:1px solid #CCC;
	margin: 10px 0 10px 0;
	width:100%;
	font-size:13px;
}
table.list th{
	border:1px solid #CCC;
	text-align: center;
	padding:4px 2px 4px 2px;
	background-color: #EBF5E6;
	background-color: #017770;
	color:#FFF;
}
table.list td{
	border:1px solid #CCC;
	padding:8px 8px 8px 12px;
}
table.list tr:nth-child(odd){
	background-color: #EBF5E6;
	background-color: #F5F5F5;
}

@media screen and (max-width:640px) {
	table.list {
		font-size:12px;
	}
	table.list th{
		padding:3px 2px 2px 4px;
		line-height: 120%;
	}
	table.list td{
		padding:3px 2px 2px 4px;
		line-height: 120%;
	}
}
img {
	border: none;
	vertical-align: bottom;
}
li {
	list-style: none;
}
acronym, abbr {
	cursor: help;
	border-bottom: dotted 1px;
}
a:link, a:visited {
	color: #1795C9;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
legend {
	margin: 0;
	padding: 0;
}
option {
	padding-right: 10px;
}
select {
	box-sizing: border-box;
	padding:4px 8px 10px 8px;
	width:230px;
	margin: 0 30px 0 0;
	border-radius: 2px;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='text'], input[type='password'] {
	box-sizing: border-box;
	padding: 4px 8px 4px 8px;
	width:230px;
	height: 33px;
	margin: 0 30px 0 0;
	border-radius: 2px;
	border: solid 1px #CCC;
	cursor: pointer;
}
input[type='checkbox']{
	cursor: pointer;
	margin-right: 6px;
}
input:focus{
	background:#EBF5E6;
}
label{
	cursor: pointer;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: block;
}
span.sup {
	font-size: 80%;
	font-weight: normal;
}
span.must {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	border-radius: 4px;
	border:1px solid #C00;
	padding:2px 4px 2px 4px;
	line-height: 100%;
	color:#C00;
	margin-left: 8px;
	vertical-align:top;
}
.btn {
	box-sizing: border-box;
	clear: both;
	display: block;
	text-align: center;
	font-size: 22px;
	padding: 13px 15px 16px 5px;
	background-color: #867E00;
	color: #FFF!important;
	width: 80%;
	max-width: 320px;
	min-width: 100px;
	border-radius:2px;
	transition: all 0.6s;
	margin: 0 auto;
	/*
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: center right 7px;
	*/
}
.btn.gray {
	background-color: #999999;
}
.btn:hover {
	text-decoration: none;
	opacity: 0.7;
}
.btn.small {
	margin-bottom:0px;
	width:100%;
	max-width:220px;
	padding:9px 0 12px 0;
	line-height:100%;
	font-size:14px;
}
.over{
	opacity:1;
	transition: all 0.4s;
}
.over:hover{
	opacity: 0.6;
}
.more a:hover{
	text-decoration:none;
}
.underline{
	text-decoration: underline;
}
.red{
	font-style:normal;
	color:#D10508;
}
.green{
	color:#017770;
}
.aleart {
    color: #C00
}
a.zoom{
	display: block;
	position: relative;
}
a.zoom:after{
	display:block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	background-image:url(../img/icon_zoom.png);
	background-repeat: no-repeat;
	background-position: bottom 2px right 2px;
	background-size: 24px auto;
	z-index: 10;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.pc_inline{
	display: inline;
}
.sp_inline{
	display: none;
}
@media screen and (max-width:800px){
	a:hover {
		text-decoration:none;
	}
	.btn{
		box-sizing: border-box;
		padding: 6px 0 9px 0px;
		width: 80%;
		max-width:230px;
		min-width:100px;
		font-size:16px;
		font-weight: bolder;
		border-radius: 2px;
		background-size: 15px auto;
		background-position: center right 8px;
	}
	.btn.small {
		margin-bottom:0px;
		width:100%;
		max-width:220px;
		height: auto;
		padding:7px 0 8px 0;
		line-height:100%;
		font-size:14px;
	}
	a.zoom:after{
		background-position: bottom 0px right 0px;
		background-size: 20px auto;
	}
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.pc_inline{
		display: none;
	}
	.sp_inline{
		display: inline;
	}
}

/* wrapper
---------------------------------------- */
#wrapper{
	padding-top:70px;
	background: #FFF;
	text-align: center;
	position:static;
	width:100%;
	height:100%;
	transition:all 0.5s ease;
	z-index:30;
}
#content{
	width:100%;
	padding:0;
	z-index:30;
}
@media screen and (max-width:1000px) {
	#wrapper{
		padding-top:60px;
	}
}

#side{
	float: left;
	width:20%;
	min-width: 140px;
	margin: 0 auto;
}
#side>ul{
	border-top: 1px dotted #666;
}
#side>ul>li{
	border-bottom: 1px dotted #666;
	/*
	background-image:url(../img/icon_arrow_right_g.png);
	background-repeat: no-repeat;
	background-position: center right 6px;
	background-size: 15px auto;
	*/
	width:100%;
	text-indent: 1px;
	font-size:14px;
	color:#017770;
}
#side>ul>li>a{
	display: block;
	padding:11px 0px 10px 0;
	color:#017770;
	color:#333;
	font-size:13px;
}
#side>ul>li>a span.min,#side>ul>li.now span.min{
	font-size:12px;
}
#side>ul>li.now{
	padding:11px 0 10px 0;
	background-image:none;
	color:#017770;
	font-size:13px;
	/*
	font-weight: bolder;
	color:#999;
	font-weight: bolder;
	background-color: #EBF5E6;
	*/
}
#side>ul>li.off{
	padding:11px 0 10px 0;
	color:#CCC;
}
#side ul li.multi{
	background:none;
	padding-top:11px;
	color:#333;
}
#side ul.sub{
	padding-top:10px;
}
#side ul.sub li{
	border-top: 1px dotted #DDD;
	background-image:url(../img/icon_arrow_right_gray.png);
	background-repeat: no-repeat;
	background-position: center left 2px;
	background-size: 13px auto;
	width:100%;
	font-size:12px;
	line-height: 145%;
}
#side ul.sub li a{
	display: block;
	box-sizing: border-box;
	padding:8px 0px 7px 23px;
	color:#333;
	font-size:12px;
}
#side ul.sub li.now{
	border-top: 1px dotted #DDD;
	background-image:url(../img/icon_arrow_right_g.png);
	background-repeat: no-repeat;
	background-position: center left 2px;
	background-size: 13px auto;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0px 7px 23px;
	color:#017770;
	font-weight: bolder;
	font-size:12px;
}
#side ul.selfeel{
	margin-bottom: 25px;
}
#side a.jisseki{
	display: block;
	margin-bottom: 15px;
}
#side a.contact{
	display: block;
}
@media screen and (max-width:800px) {
	#side{
		float: none;
		width:100%;
		margin:0 0 35px 0;
	}
	#side>ul{
		border-top: none;
	}
	#side>ul>li{
		width:calc(50% - 5px);
		float: left;
	}
	#side>ul>li:nth-child(1){
		border-top:1px dotted #666;
	}
	#side>ul>li:nth-child(2){
		border-top:1px dotted #666;
	}
	#side>ul>li:nth-child(even){
		float: right;
	}
	#side>ul>li>a{
		font-size:13px;
	}
	#side>ul>li.now{
		font-size:13px;
	}
	#side>ul>li>a span.min,#side>ul>li.now span.min{
		display: none;
	}
	#side ul.sub{
		padding-top:10px;
	}
	#side ul.sub li{
		background-position: center left 2px;
		background-size: 8px auto;
	}
	#side ul.sub li a{
		font-size:12px;
		padding:6px 0px 5px 14px;
	}
	#side ul.sub li.now{
		background-size: 8px auto;
		padding:6px 0px 5px 14px;
	}
	#side ul.selfeel{
		margin-bottom: 10px;
	}
	#side ul.selfeel>li{
	}
	#side ul.selfeel>li:nth-child(1){
		display: none;
	}
	#side ul.selfeel>li:nth-child(2){
		float: left;
	}
	#side ul.selfeel>li:nth-child(3){
		float: right;
		border-top:1px dotted #666;
	}
	#side ul.selfeel>li:nth-child(4){
		float: left;
	}
	#side ul.selfeel>li:nth-child(5){
		float: left;
	}
	#side ul.selfeel>li:nth-child(6){
		float: left;
	}
	#side a.jisseki{
		display: none;
	}
	#side a.contact{
		display: none;
	}
}
#main{
	float: right;
	width:calc(80% - 60px);
	margin: 0 auto;
}
#main p.pre{
	width:100%;
	background: #EEE;
	padding:300px 0 300px 0;
	text-align: center;
	color:#999;
}
@media screen and (max-width:800px) {
	#main{
		float: none;
		width:100%;
		margin:0 0 20px 0;
	}
}

#links {
	clear: both;
	width: calc(100% - 20px);
	max-width:1040px;
	margin:0px auto 40px auto;
	padding:0px 0 0 0;
}
#links ul.border{
	border-top:1px solid #DDD;
	padding-top: 20px;
}
#links li{
	display: block;
	float:left;
	box-sizing:border-box;
	margin-bottom:20px;
}
#links li.half{
	width: 49.0384%;
	max-width: 510px;
	margin-right: 1.92307%;
}
#links li.oneThird{
	width: 31.9230%;
	max-width: 332px;
	margin-right: 2.1153%;
}
#links li.quarter{
	width: 23.5576%;
	max-width: 245px;
	margin-right: 1.92307%;
}
#links li.right {
	float: right;
	margin-right: 0;
}
#links li.off {
	opacity: 0.2;
}
#links li a {
	width: 100%;
}
#links li img {
	width: 100%;
}
@media screen and (max-width:640px) {
	#links {
		margin:0px auto 25px auto;
	}
	#links li{
		margin-bottom: 10px;
	}
	#links li.half{
		width: 100%;
		max-width:inherit;
		float: none;
		clear: both;
		margin:0 auto 10px auto;
	}
	#links li.oneThird{
		width: 100%;
		max-width:inherit;
		float: none;
		clear: both;
		margin:0 auto 10px auto;
	}
	#links li.quarter{
		width: 49.0384%;
		max-width:inherit;
		margin-right: 1.92307%;
		margin-bottom: 20px;
	}
	#links li.right {
		margin-right: 0;
	}
	#links ul.border{
		border-top:1px solid #DDD;
		padding-top: 10px;
	}
	#links ul:nth-of-type(2){
		background: #E5E5E5;
		padding:15px 20px 5px 20px;
		border-bottom:1px solid #DDD;
	}
}


/* slideMenu
---------------------------------------- */
#btnMenu{
	display:none;
}
@media screen and (max-width:1000px) {
	#btnMenu{
		display:block;
		box-sizing: border-box;
		width:54px;
		height:60px;
		text-align:center;
		background:#1E5609;
		background:#FFFFFF;
		cursor: pointer;
		z-index: 300;
		border-right:none;
		border-right: 1px solid #DDD;
	}
}
#slideMenu{
	width:240px;
	height:100%;
	text-align:left;
	background:#1E5609;
	z-index: 300;
}
#slideMenu h3{
	text-align: center;
	margin:12px auto 13px auto;;
}
#slideMenu h3 img{
	width:100px;
}
#slideMenu ul.menu{
	width:100%;
	margin-bottom: 15px;
	border-top:1px solid #D2DDCE;
}
#slideMenu ul.menu li{
	border-bottom:1px solid #D2DDCE;
}
#slideMenu ul.menu li a{
	display:block;
	padding:11px 0 11px 18px;
	font-size:16px;
	color:#FFF;
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: center right 10px;
}
#slideMenu ul.menu li a:hover{
	text-decoration: none;
}

#slideMenu ul.othersite{
	width:100%;
	margin-bottom: 25px;
}
#slideMenu ul.othersite li{
}
#slideMenu ul.othersite li a{
	display:inline-block;
	padding:5px 18px 5px 18px;
	font-size:14px;
	color:#FFF;
	color:#D2DDCE;
	background-image:url(../img/icon_arrow_right.png);
	background-repeat: no-repeat;
	background-size: 5px auto;
	background-position: center right 0px;
}
#slideMenu ul.othersite li a:hover{
	text-decoration: none;
}

#slideMenu ul.bnr_area{
	padding:0;
	margin:0 0 25px 20px;
}
#slideMenu ul.bnr_area li{
	display: block;
	float: left;
	width:200px;
	background: #FFF;
	padding: 0;
	border-bottom:none;
	margin-bottom: 15px;
}
#slideMenu ul.bnr_area li a{
	display: block;
	margin: 0;
	padding: 0;
}
#slideMenu ul.bnr_area li a img{
	width:100%;
}


/* header
---------------------------------------- */
header{
    position: fixed;
	width: 100%;
    top: 0px;
    left: 0px;
	background-color: #FFF;
	text-align: center;
	box-shadow: 0px 2px 2px 0px rgba(66,66,66,0.2);
	/* opacity: 0.95; */
	z-index: 200;
	height: 70px;
}
header #logo{
	float: left;
}
header #logo a{
	display: block;
	padding:10px 16px 12px 16px;
}
header #logo a img.pc{
	width:144px;
}
header #logo a img.sp{
	display: none;
}
header #location{
	display: block;
	float: left;
	padding:0;
	margin:24px 0 0 0;
}
header #location img{
	width:140px;
}
header #menu{
	display:block;
	float: left;
	text-align: center;
	width:calc(100% - 176px - 140px - 313px);
	margin:29px 0 0 0;
	font-size:0; /*スペース削除*/
}
header #menu li{
	display:inline-block;
	margin:0 2.5%;
	padding:0;
}
header #menu li a{
	margin:0;
	padding:0;
	font-size:15px;
	line-height: 100%;
	color:#222;
}
header .header_right{
	display: block;
	float: right;
	width:313px;
}
header #tel{
	display: block;
	float: left;
	padding:0;
	margin:0;
}
header #tel img{
	display: block;
	cursor: default;
	padding:10px 18px 10px 18px;
	width: 190px;
}
header #reserved{
	display: block;
	float: right;
	padding:0;
	margin-top:0;
}
header #reserved a{
	padding:0;
	margin-top:0;
}
header #reserved a img{
	width: 86px;
}
header #tel_sp{
	display: none;
}

@media screen and (max-width:1000px){
	header{
		box-shadow: 0px 2px 1px 0px rgba(66,66,66,0.2);
		height: 60px;
	}
	header #logo{
		float: none;
		margin: 0 auto;
	}
	header #logo img.pc{
		display: none;
	}
	header #logo a{
		display: block;
		padding: 8px 0 7px 0;
		width: 200px;
		margin: 0 auto;
	}
	header #logo a img.sp{
		display: block;
		width:200px;
	}
	header #location{
		display: none;
	}
	header #menu{
		display: none;
	}
	header .header_right{
		display: none;
	}
	header #tel_sp{
		position: absolute;
		top:0;
		right: 0;
		display: block;
		width:54px;
		border-left:1px solid #DDD;
	}
	header #tel_sp a{
		display: block;
		width:54px;
		padding:10px 0 10px 0;
		text-align: center;
	}
	header #tel_sp a img{
		width:40px;
	}
}


/* footer
---------------------------------------- */
#footer_links{
	text-align: center;
	background-image: url("../img/bg_title.png");
	background-repeat: repeat;
	background-size: auto;
	padding:35px 0 45px 0;
}
#footer_links p{
	text-align: center;
	font-size:23px;
	margin-bottom: 20px;
}
#footer_links ul{
	box-sizing: border-box;
	width:calc(100% - 100px);
	max-width: 1000px;
	margin: 0 auto;
}
#footer_links ul li{
	display: block;
	float: left;
	width:32%;
	max-width: 320px;
	margin-right: 2%;
}
#footer_links ul li:last-of-type{
	margin-right:0;
}
#footer_links ul li a{
	box-sizing: border-box;
	display: block;
	width:100%;
	max-width: 320px;
	height: 80px;
	padding-top:28px;
	padding-left:30px;
	background-position: center left 24%;
    background-size: 45px auto;
	background-repeat: no-repeat;
	font-size:22px;
}
#footer_links ul li a.price{
	background-image:url("../img/icon_price.png");
}
#footer_links ul li a.contact{
	background-image:url("../img/icon_contact.png");
	padding-left:28px;
	background-position: center left 18%;
}
#footer_links ul li a.reserved{
	background-image:url("../img/icon_reserved.png");
	padding-left:28px;
	background-position: center left 32%;
}

footer{
	display: block;
	width:100%;
	background: #1E5609;
	position: relative;
	clear: both;
	color:#FFF;
}
footer #footer_inc{
	box-sizing: border-box;
	width: calc(100% - 100px);
	max-width: 1000px;
	margin: 0 auto;
	padding:25px 0 20px 0;
}
footer #footer_nav{
	width: 100%;
	text-align: center;
	display: inline-block;
}
footer #footer_nav li{
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
footer #footer_nav li a{
	padding: 0 20px;
	line-height: 100%;
	color:#FFF;
}
footer #footer_nav li:after{
	content: "|";
}
footer #footer_nav li:last-of-type:after{
	content: "";
}
footer #footer_info{
	padding:20px 0 30px 0;
}
footer #footer_info h5{
	text-align: center;
	margin-bottom:10px;
}
footer #footer_info h5 img{
	width:200px;
}
footer #footer_info p.tel{
	text-align: center;
	margin-bottom:1px;
}
footer #footer_info p.tel a{
	cursor: default;
	color:#FFF;
	font-size:22px;
}
footer #footer_info p.tel a:hover{
	text-decoration: none;
}
footer #footer_info p.tel a .head{
	font-size:20px;
	padding-right: 3px;
	font-weight: normal;
}
footer #footer_info p.add{
	text-align: center;
}
footer #footer_info p.fax{
	text-align: center;
}
footer #footer_info p.fax .head{
	font-size:14px;
	padding-right: 3px;
	font-weight: normal;
}
footer #footer_info p.holiday{
	text-align: center;
}
footer #bnr_area{
	margin-bottom: 25px;
}
footer #bnr_area li{
	display: block;
	float: left;
	width:18%;
	max-width: 180px;
	margin-right:2.5%;
	background: #FFF;
}
footer #bnr_area li:last-of-type{
	margin:0;
}
footer #bnr_area li.ttl_othersite{
	display: none;
}
footer #bnr_area li a{
	display: block;
}
footer #bnr_area li img{
	width:100%;
}
footer #sns{
	display: block;
}
footer #sns li{
	display: block;
	float: left;
	margin-right:14px;
}
footer #sns li a img{
	width:43px;
	height:43px;
}
footer small{
	clear: both;
	width:100%;
	text-align: center;
	color:#FFF;
	font-size:13px;
	padding:7px 0 0 0;
	border-top:1px solid #FFF;
}

@media screen and (max-width:1000px){
	#footer_links{
		display: none;
	}
	footer{
	}
	footer #footer_inc{
		width: calc(100% - 40px);
		margin: 0 auto;
		padding:20px 0 70px 0;
	}
	footer #footer_nav{
		display: none;
	}
	footer #footer_info{
		padding:0px 0 30px 0;
	}
	footer #footer_info h5{
		margin-bottom:15px;
	}
	footer #footer_info h5 img{
		width:160px;
	}
	footer #footer_info p.tel{
		text-align: center;
		margin-bottom:1px;
	}
	footer #footer_info p.tel a{
		cursor: default;
		color:#FFF;
		font-size:22px;
	}
	footer #footer_info p.tel a .head{
		font-size:20px;
		padding-right: 3px;
		font-weight: normal;
	}
	footer #footer_info p.add{
		font-size:13px;
		line-height: 110%;
	}
	footer #footer_info p.fax{
		font-size:13px;
	}
	footer #footer_info p.fax .head{
		font-size:13px;
		padding-right: 3px;
	}
	footer #footer_info p.holiday{
		font-size:13px;
	}
	footer #bnr_area{
		margin-bottom: 10px;
	}
	footer #bnr_area li{
		display: block;
		float: left;
		width:48%;
		max-width:inherit;
		margin-right:4%;
		margin-bottom:12px;
		background: #FFF;
	}
	footer #bnr_area li.ttl_othersite{
		display: block;
		background-color:transparent;
	}
	footer #bnr_area li:nth-child(2n){
		margin-right:0;
	}
	footer #bnr_area li:last-of-type{
		margin:0;
	}
	footer small{
		font-size:10px;
		padding:5px 0 0 0;
		border-top:1px solid #D2DDCE;
	}
}


/* sp_bottom_nav
---------------------------------------- */
#sp_bottom_nav{
	display: none;
}
@media screen and (max-width:1000px){
	#sp_bottom_nav{
		box-sizing: border-box;
		display: block;
		position: fixed;
		width:100%;
		bottom:-50px;
		height:50px;
		z-index: 1000;
		transition:all 0.5s ease;
		box-shadow: 0px -2px 1px 0px rgba(66,66,66,0.2);
	}
	#sp_bottom_nav li{
		box-sizing: border-box;
		float:left;
		border-right:1px solid #FFF;
		width: calc(100% / 5);
	}
	#sp_bottom_nav li:last-of-type{
		border-right:none;
	}
	#sp_bottom_nav li a{
		display: block;
		width: 100%;
		height: 50px;
		text-align: center;
		background-color: #227506;
	}
	#sp_bottom_nav li.reserved a{
		background-color: #9A7E00;
	}
	#sp_bottom_nav li.pagetop a{
		background-color: #4F80AE;
	}
	#sp_bottom_nav li a img{
		height: 50px;
	}
}


/* pagetop
---------------------------------------- */
/*
#pagetop{
    position:fixed;
    right:25px;
	bottom:25px;
	z-index: 200;
}
#pagetop a{
	box-sizing: border-box;
	display: block;
	color:#FFF;
    background:#867E00;
    text-align:center;
    text-decoration:none;
	transition:opacity 0.5s ease;
	width:86px;
	height:86px;
	border-radius:60px;
	opacity: 0;
	padding-top:25px;
}
#pagetop a:hover{
	opacity:1!important;
}
#pagetop a img{
	width:30px;
}
*/

#pagetop{
    position:fixed;
    right:25px;
	bottom:-100px;
	z-index: 200;
}
#pagetop a{
	box-sizing: border-box;
	display: block;
	transition:opacity 0.5s ease;
	width:110px;
	height:auto;
	opacity:0.8;
}
#pagetop a:hover{
	opacity:1!important;
}
#pagetop a img{
	width:110px;
}

@media screen and (max-width:800px){
	#pagetop{
		display: none;
	}
}



