/* コンテンツ部分打ち消し */
.printNav {
	top: 0;
}

/* =========================
index css
========================= */

.bgfull .header,
.header.bg,
.header #inner-header,
.menu-sp {
	background: #00803d;
}
#logo a:hover,
#g_nav .nav li a:hover,
.nav_btn:hover {
	color: #eeeeee;
}
@media only screen and (min-width: 768px) {
	.nav ul {
		background: #666666;
	}
}
/* =========================
GENERAL STYLES
========================= */
.header body,
footer body {
	font-family: Helvetica, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 103%;
	line-height: 1.5;
	color: #545b63;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	background: #f7f7f7;
}
.header {
	max-width: 1000px;
	margin: 0 auto 20px;
}
.header a,
.header a img {
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.header a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.header a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: 0.7;
}

a:link,
a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.entry-content a[target="_blank"]:after {
	font-family: "FontAwesome";
	content: "\f08e";
	font-size: 0.9em;
	margin: 0 3px 0 2px;
}

.entry-content a.no-icon[target="_blank"]:after {
	content: none;
}

/* =========================
HEADER STYLES
========================= */

.header-info {
	position: relative;
	z-index: 0;
}

.header-info a {
	display: block;
	font-size: 0.8em;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background: #f55e5e;
	padding: 0.4em;
}

.header-info a:before {
	font-family: "fontawesome";
	content: "\f101";
	margin-right: 0.3em;
}

.header-info a:hover {
	color: #fff;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

.bgnormal .header-info a {
	max-width: 1166px;
	margin-left: auto;
	margin-right: auto;
}

#custom_header .wrap {
	display: block;
	padding: 8% 2% 7%;
}

#custom_header .wrap .header-text {
	max-width: 680px;
	margin: auto;
}

#custom_header.textright .header-text,
#custom_header.textleft .header-text {
	max-width: 500px;
}

#custom_header.textright .header-text {
	margin-right: 0;
}

#custom_header.textleft .header-text {
	margin-left: 0;
}

#custom_header .en {
	font-size: 2.3em;
	font-weight: normal;
	margin: 0.3em 0;
	line-height: 1;
	letter-spacing: -1px;
}

#custom_header .ja {
	font-size: 0.8em;
	margin: 0;
	line-height: 1.7;
	font-weight: bold;
}

#custom_header .btn-wrap {
	margin: 2.5em 0 0;
}

#custom_header .btn-wrap a {
	padding: 0.8em 1.5em;
	color: #ffffff;
	border-color: rgba(0, 0, 0, 0.05);
	font-size: 0.82em;
	font-weight: bold;
	width: 300px;
	max-width: 90%;
	background: #1bb4d3;
	position: relative;
	text-align: center;
	filter: alpha(opacity=90);
	-ms-filter: "alpha(opacity=90)";
	opacity: 0.9;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

#custom_header .btn-wrap a:hover {
	filter: alpha(opacity=40);
	-ms-filter: "alpha(opacity=40)";
	opacity: 0.4;
}

.home #content {
	margin-top: 1.5em;
}

.home_widget {
	font-size: 0.88em;
	margin: 0 auto 1.9em;
	max-width: 728px;
}

.page-full .home_widget {
	max-width: 100%;
}

.home_widget .widget {
	margin: 0;
}
#inner-header {
	position: relative;
	background: #ffffff;
	padding: 0;
}

.bgfull .header {
	background: #1bb4d3;
	margin-top: 0;
}

.bgfull .header #inner-header {
	background: none;
}

#logo {
	padding: 0 1em;
}

#logo .h1 {
	margin: 0;
	padding: 0;
}

#logo .h1.text {
	font-size: 2em;
}

#logo.fs_s .h1.text {
	font-size: 1.6em;
}

#logo.fs_l .h1.text {
	font-size: 2.4em;
}

#logo a {
	color: #fff;
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.site_description {
	font-size: 10px;
	text-align: center;
	margin: 0;
	padding: 2px;
}

.site_description + .header {
	margin-top: 0;
}

.site_description:empty {
	display: none;
}

#breadcrumb {
	font-size: 0.7em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	background: #ffffff;
	box-shadow: 0 0 1px #dddddd;
	padding: 1em;
}

#breadcrumb ul {
	margin: 0;
}

#breadcrumb li:first-child {
	margin-left: 0;
}

#breadcrumb li {
	float: left;
	margin-left: 0.5em;
}

#breadcrumb li:after {
	content: "/";
	margin-left: 0.5em;
}

#breadcrumb li:last-child::after {
	display: none;
}

#breadcrumb li.bc_homelink a::before {
	font-family: "fontawesome";
	content: "\f015";
	display: inline-block;
	margin-right: 0.3em;
	transform: scale(1.3);
}

#breadcrumb li a {
	color: #666;
	text-decoration: none;
}

#breadcrumb li a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
/* =========================
TABLET & SMALLER LAPTOPS
========================= */
#container {
	overflow: hidden;
}
.sidebarleft #main {
	float: right;
}
.sidebarleft #sidebar1 {
	float: left;
}
.sidebar_none #main {
	max-width: 100%;
	margin: auto;
	float: none;
}
.sidebar_none.home #main,
.sidebar_none.archive #main,
.sidebar_none.search #main {
	width: 1096px;
}
.sidebar_none #main .post-list-magazine .post-list {
	width: 33.3%;
}
.sidebar_none #main .post-list-card .post-list {
	width: 31.3%;
}
.sidebar_none .home_widget {
	max-width: 100%;
}
#logo {
	display: inline-block;
	float: left;
}
#logo .h1 {
	display: table-cell;
	height: 58px;
	vertical-align: middle;
}
#logo a {
	display: inline;
}
@-moz-document url-prefix() {
	#logo .h1.text a {
		position: relative;
		top: -0.2em;
	}
}
#logo .img {
	margin-bottom: 6px;
}
#logo img {
	max-height: 43px;
}
.header.headercenter {
	text-align: center;
}
.header.headercenter #logo {
	float: none;
	display: block;
	margin: 0.2em auto;
}
.header.headercenter #logo .h1 {
	display: inline-block;
	height: auto;
	margin-top: 5px;
}
.header.headercenter #logo a {
	display: block;
}
.header.headercenter #logo img {
	max-height: 90px;
}
.header.headercenter #g_nav {
	float: none;
}
.nav_btn {
	display: none;
}
.nav_btn.search_btn + #g_nav {
	margin-right: 52px;
}
.headercenter .nav_btn.search_btn + #g_nav {
	margin-left: 52px;
}
.nav_btn.search_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	text-decoration: none;
	text-align: center;
	line-height: 1.1;
	padding: 5px 10px;
	height: 58px;
	background: rgba(0, 0, 0, 0.04);
}
.header.headercenter .nav_btn.search_btn {
	background: none;
	bottom: 0;
}
.nav_btn.search_btn:before {
	font-size: 1.5em;
	font-family: "fontawesome";
	content: "\f002";
	width: 100%;
	display: block;
}
.nav_btn.search_btn .text {
	font-size: 0.7em;
}
.header #searchform {
	width: 200px;
	position: relative;
	float: right;
}
.header #searchform #submit {
	display: none;
}
.header #searchform #search {
	-webkit-appearance: none;
	width: 0;
	line-height: 50px;
	position: absolute;
	padding: 0;
	opacity: 0;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
}

/* =========================
NAVIGATION STYLES
========================= */

.nav {
	border-bottom: 0;
}

.nav li a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
}

.nav > li > a {
	padding: 12px 0.7em 6px;
}

.nav li a .gf {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 0.85em;
	font-weight: normal;
	opacity: 0.8;
}

.nav li a .gf:empty {
	display: none;
}

.nav li li {
	text-align: left;
}

.nav li li .gf {
	display: none;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
	padding-left: 15px;
}

/* SP gnavi Scroll Style */
.g_nav-sp {
	position: relative;
	max-width: 1166px;
	margin: 4px auto -4px;
}
.menu-sp {
	padding: 0.5em 0 0.5em 0.5em;
	font-size: 0.7em;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.menu-sp a {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 0.4em 0.9em;
	background: rgba(255, 255, 255, 0.11);
	border-radius: 1em;
}
.menu-sp > ul {
	width: 100%;
	margin: 0;
	display: table;
	overflow-x: scroll;
	white-space: nowrap;
}
.menu-sp > ul:after {
	font-family: "fontawesome";
	font-size: 1.7em;
	content: "\f101";
	color: #fff;
	position: absolute;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	right: 3px;
	margin-top: -2px;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-webkit-animation: blink 1.2s ease-in-out infinite alternate;
	animation: blink 1.2s ease-in-out infinite alternate;
}
.menu-sp ul ul {
	display: none;
}
.menu-sp li {
	display: table-cell;
	padding-right: 0.8em;
}

/* =========================
NAVIGATION STYLES
========================= */
#g_nav,
#g_nav .nav {
	display: inline-block;
	text-align: center;
}
#g_nav {
	float: right;
}
.g_nav-sp {
	display: none;
}
#g_nav {
	font-size: 1.2em;
	text-shadow: 1px 1px 2px black;
}
.nav {
	margin: 0;
	border: 0;
	letter-spacing: -0.4em;
}
.nav li {
	letter-spacing: normal;
}
.nav > li {
	display: inline-block;
	position: relative;
	font-size: 68%;
	text-align: center;
	font-weight: bold;
}
.nav > li > a:after {
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 0;
	height: 1px;
	background: #fff;
	transition: 0.25s ease-out;
	-webkit-transition: 0.25s ease-out;
	-ms-transition: 0.25s ease-out;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
.nav > li > a:hover:after {
	width: 100%;
}
.nav li a {
	border-bottom: 0;
}
.nav ul {
	margin-top: 0;
}
.nav li ul.sub-menu,
.nav li ul.children {
	font-weight: bold;
	margin: 0;
	position: absolute;
	z-index: 999999;
	border-radius: 3px;
}
.nav li ul.sub-menu li,
.nav li ul.children li {
	position: relative;
	z-index: 999999;
	position: relative;
	overflow: hidden;
	height: 0;
	transition: 0.2s;
}
.nav li:hover > ul.sub-menu > li,
.nav li:hover > ul.children > li {
	position: relative;
	z-index: 999999;
	overflow: visible;
	height: 37px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav li ul.sub-menu li a,
.nav li ul.children li a {
	display: block;
	width: 240px;
}
.nav li ul.sub-menu li a:hover,
.nav li ul.children li a:hover {
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	opacity: 0.8;
}
.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
	border-bottom: 0;
}
.nav li ul.sub-menu li ul,
.nav li ul.children li ul {
	top: 0;
	left: 100%;
}

/* footer */

/* フッター：会社情報 */
.footer_shop {
	width: 100%;
	border-collapse: collapse;
}
.footer_shop th,
.footer_shop td {
	padding: 5px;
}
.footer_shop th {
	text-align: left;
	font-weight: bold;
}
.footer_shop td:nth-child(even) {
	text-align: right;
}
.footer_shop tr:nth-child(odd) {
	border: 1px solid #fff;
}
.footer_shop tr:nth-child(odd) {
	border: 1px solid #fff;
}
/* フッターメニュー */
#footer-top {
	max-width: 960px;
	margin: 0 auto;
}
#footer-top a:hover,
#footer a:hover {
	opacity: 0.8;
}
#footer-top li,
#footer-top ul {
	border: none;
	text-decoration: none;
}
.textwidget p {
	text-align: left;
}
.widget {
	margin: 0px;
}
.sub_menu_right li {
	margin-left: 10px;
}
#footer-top .widgettitle span {
	border-bottom: 1px solid white;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.sub_menu_right li {
		margin-bottom: 10px;
	}
}

/* GoogleMapレスポンシブ */
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* フッターバナー */
div#inner-footer {
	padding: 0;
}
.footer_banner {
	text-align: center;
	background: #fff;
}
.footer_banner img {
	width: 80px;
	margin: 5px;
}
.copyright {
	padding: 1.5em;
	text-align: center;
}
.footer_banner img {
	width: 70px;
	margin: 5px;
}

/* フッターメニューのトップページを非表示 */
.footer-links li.menu-item-358 {
	display: none;
}

/* ページトップの調整 */
div#page-top {
	display: none;
}
#page-top a {
	margin-bottom: 170px;
}

.footer_pagetop {
	position: fixed;
	overflow: hidden;
	display: block;
	width: 40px;
	height: 40px;
	padding: 8px;
	right: 10px;
	bottom: 70px;
	z-index: 9999;
	text-align: center;
	padding: 0 auto;
	background-color: rgba(60, 60, 60, 0.5);
	border-radius: 50%;
}
.footer_pagetop a {
	color: #fff;
}

/* =========================
FOOTER STYLES
========================= */

/* Page TOP */

#page-top {
	position: fixed;
	right: 20px;
	bottom: -100px;
	z-index: 99999;
	transition: all 0.2s ease-out;
}
#page-top.pt-active {
	bottom: 10px;
}
#page-top a {
	background-repeat: no-repeat;
	text-decoration: none;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	line-height: 55px;
	background: rgba(51, 51, 51, 0.5);
	padding: 0;
	display: block;
	color: #fff;
}
#page-top a.pt-button::before {
	font-family: "fontawesome";
	content: "\f077";
}

#footer-top .inner {
	background-color: #0e0e0e;
	border-bottom: 1px solid rgba(202, 202, 202, 0.3);
	font-size: 0.9em;
	position: relative;
}

.footer a,
#footer-top a {
	color: #ffff;
	text-decoration: none;
}

.footer a:hover,
#footer-top a:hover {
	text-decoration: underline;
}

.footer a .gf,
#footer-top a .gf {
	display: none;
}

#footer-top .widget {
	margin-top: 2em;
	background: none;
}
#footer-top h4 {
	font-size: 20px;
	font-weight: bold;
}
#footer-top .widgettitle {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 1em 0.2em;
	color: #cacaca;
}

#footer-top .widgettitle span {
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.footer .inner {
	clear: both;
	background-color: #0e0e0e;
	color: #878c94;
}

.bgfull .footer .inner,
.bgfull .footer #footer-top {
	background: none;
}

.footer .copyright .create {
	display: inline-block;
}
.copyright {
	font-size: 13px;
	text-align: center;
	color: #fff;
	background-color: #666666;
}
#inner-footer {
	max-width: 960px;
	margin: 0 auto;
}
/* footer */
.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after,
.widget ul li:before,
.widget ul li:after {
	content: "";
	display: table;
}
.textwidget img {
	width: 100%;
	height: auto;
}
.d-1of3 {
	float: left;
	padding-right: 0.75em;
	width: 33.33%;
	box-sizing: border-box;
}
#footer-top .inner,
.cta-inner {
	background-color: #666666;
	color: #ffffff;
	padding: 35px;
}
#footer-top .widgettitle span {
	border-bottom: 1px solid white;
	text-align: left;
	display: block;
}
.widget ul li {
	margin-bottom: 0.75em;
}
.widget.widget_text img {
	margin-bottom: 0.8em;
}
#footer-top .widget {
	margin-top: 2em;
	background: none;
}
#footer-top .widgettitle {
	padding: 0px;
	/* font-size: 16px; */
	font-size: 15px;
	margin-bottom: 10px;
	color: #ffffff;
}
.footer_shop {
	width: 100%;
	margin-bottom: 20px;
}
#footer-top a {
	color: #f7f7f7;
}
