@charset "utf-8";
/*コンテンツ*/

#header_content {
	position: fixed;
	width: 100%;
	height: 50px;
	color: #fff;
	top: 0;
	left: 0;
	z-index: 180;
	padding: 0;
	background: linear-gradient(-30deg, #feefb4, #c7ad68);
}

#header_content .follow {
	position: fixed;
	top: 0;
}

#header_content a {
	color: #FFF;
	text-decoration: none;
}

#header_content ul {
	width: 100%;
	list-style: none;
	margin: 0 auto;
	text-decoration: none;
}

#header_content_li_0 {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 2em;
	height: 50px;
	width: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

#header_content_li_0 li:nth-child(even) {}

#header_content_li_0 li:hover {}

#header_content_li_1 {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
	;
	font-weight: bold;
	font-size: 1.5em;
	height: 50px;
	width: 230px;
	text-align: left;
	vertical-align: middle;
	line-height: 50px;
}

/*フッター*/

#footer-menu {
	position: fixed;
	width: 100%;
	height: 50px;
	background-color: #004d54;
	bottom: 0;
	left: 0;
	z-index: 190;
	padding: 0;
	opacity: 0.90;
}

#footer-menu ul {
	display: flex;
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
}

#footer-menu li {
	display: block;
	float: left;
	padding: 0px 0;
	background-color: #004d54;
	height: 50px;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}

#footer-menu li:nth-child(even) {
	background-color: #006e78;
}

#footer-menu li a {
	display: block;
	color: #EEE;
}

#footer-menu li a:hover {}

#footer-menu li .pagetop {
	bottom: 30px;
	right: 15px;
}

/*ドロワーメニュー*/

#wrapper {
	width: 100%;
	overflow-x: hidden;
	z-index: 150;
}

#footer_space {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #c7ad68;
	background: linear-gradient(to bottom, #c7ad68, #ffffff);
}

#head_space {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #c7ad68;
	background: linear-gradient(to bottom, #ffffff, #c7ad68);
}

#nav {
	position: fixed;
	z-index: 200;
	right: 0;
	top: 0;
	width: 250px;
	height: 100%;
	background-color: #004d54;
	transition: .5s transform ease-in-out;
	transform: translateX(250px);
	-webkit-overflow-scrolling: touch;
	opacity: 0.90;
}

#nav-inner {
	position: fixed;
	box-sizing: border-box;
	padding: 20px;
	height: 100%;
	color: #fff;
	overflow-y: auto;
}

#nav-inner ul {
	width: 100%;
	overflow: hidden;
	list-style: none;
	margin: 0 auto;
}

#nav-inner a {
	color: #FFF;
}

.sp_sidebar_mozi_li1 {
	font-size: 16px;
	color: #aaa;
	padding: 4px;
	margin: 0px;
	line-height: 1.4em;
}

.sp_sidebar_mozi_li2 {
	font-size: 14px;
	color: #aaa;
	padding: 2px;
	margin: 0px;
	line-height: 1.4em;
}

#nav-btn {
	position: fixed;
	right: 4px;
	top: 4px;
	z-index: 210;
	transition: .5s transform ease-in-out;
	transform: translateX(0);
	height: 40px;
	width: 90px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	background: linear-gradient(-135deg, #c7ad68, #feefb4);
	color: #FFF;
	border: solid 1px #fff4c8;/*線*/
	border-radius: 6px;
	cursor: pointer;
	cursor: hand;
}

#nav-btn_p {
	display: block;
	float: left;
	padding: 0px 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 40px;
	font-weight: bold;
}

#nav-btn:hover {}

#nav-btn:before {
	font-size: 25px;
}

.nav-open {
	position: fixed;
	left: 0;
}

.nav-open:after {
	content: '';
	display: block;
	position: fixed;
	z-index: 199;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}

.nav-open #nav {
	transform: translateX(0);
}

.nav-open #nav-btn {
	transform: translateX(-250px);
}

.nav-open #nav-btn:before {}

/*--いいね!ボタン--*/

#fb_content {
	position: relative;
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	padding: 0;
}

#fb_content_li_0 {
	display: block;
	float: left;
	padding: 0px;
	font-size: 2em;
	width: 100px;
	text-align: left;
	vertical-align: top;
	line-height: 50px;
}

#fb_content_li_1 {
	display: block;
	float: left;
	padding: 0px;
	font-size: 1.5em;
	width: 210px;
	text-align: left;
	vertical-align: top;
	line-height: 50px;
}