@charset "utf-8";

/* Base
============================================== */
html, body { 
	font-size: 100%; 
	height: 100%;
	padding: 0; 
	margin: 0;
}
.ofh {
	overflow: hidden;
}
body {
	word-break: break-all;
	word-wrap: break-word;
}
#whopper {
	width: 100%;
	background: #fff;
	overflow: hidden;
}
img {
	width: 100%;
	max-width: 100%;
	width /***/:auto;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.pc {
	display: block;
}
.tb {
	display: none;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.tb {
		display: block;
	}
	.pc {
		display: none;
	}
}


/* Link
============================================== */
a {
	color: #3c7ada;
	outline: none;
	text-decoration: none;
}
a:hover,
a:hover img {
	color: #333;
}

@media screen and (max-width: 767px) { /* 767px以下用 */
	a:hover,
	a:hover img {
		color: #3c7ada;
	}
}


/* Clearfix
============================================== */
.clearfix:before, .clearfix:after { 
	content: " "; 
	display: table; 
}
.clearfix:after { 
	clear: both; 
}


/* Font
============================================== */
body {
	font-size: 75%; /* IE */
	font-family: Arial, Helvetica, sans-serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html>/**/body {
	font-size: 12px; /* Except IE */
}
.en {
	font-family: Arial, Helvetica, sans-serif;
}
.jp,
#content h1.jp {
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}


/* Header(pc)
============================================== */
.header {
	width: 100%;
	height: auto;
	background: #fff;
	padding: 5px 10px;
}
.header .title_area {
	max-width: 980px;
	margin: 0 auto 0;
}
.header .title_area h1,
.header .title_area .main_title {
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 600;
	float: left;
	margin: 5px 0 5px 0;
	padding: 0;
}    
.header .title_area h1 a,
.header .title_area .main_title a {
	color: #333;
	text-decoration: none;
	display: block;
}
.header .title_area h1 a:hover,
.header .title_area .main_title a:hover {
	transition: all 220ms;
	transform: translateY(-2px);
}

/* DropDown Menu
---------------------------------------------- */
nav {
	width: 100%;
	height: 100%;
	background: #444;
}
#nav,
#nav ul {
	max-width: 960px;
	font-size: 0;
	line-height: 2.0;
	text-align: center;
	margin: auto;
	padding: 0;
	z-index: 100;
}
#nav a {
	background: #444;
	font-size: 12px;
	color: #f0f0f0;
	display: block;
	padding: 0px 5px;
	text-decoration: none;
}
#nav a:hover {
	background: #555;
}
#nav a.main {
	font-size: 14px;
	padding: 8px 0;
}
#nav li {
	position: relative;
	display: inline-block;
	width: 14.28%;
}
#nav ul {
	width: 100%;
	text-align: left;
	background: #444;
	position: absolute;
	display: none;
}
#nav ul ul {
	top: auto;
}
#nav li ul ul {
	top: 0;
	left: 50px;
	margin-left: 50px;
}
#nav li ul li {
	width: 100%;
}
#nav li ul li a {
	line-height: 1.2;
	padding-top: 7px;
	padding-bottom: 7px;
}
#nav li ul li:first-child a {
	padding-top: 10px;
}
#nav li ul li:last-child a {
	padding-bottom: 10px;
}
#nav li ul {
	border-radius: 0 0 4px 4px;
	overflow: hidden;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul {
	display:block;
}

/* Font Awesome
---------------------------------------------- */
#nav li i.left {
	padding-right: 5px;
}
#nav li i.right {
	color: #f0f0f0;
	padding-left: 5px;
}

/* Position Fixed
---------------------------------------------- */
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
}


/* Header(tb)
============================================== */
header h1,
header .main_title {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	top: 13px;
	left: 50px;
	margin: 0;
	padding: 0;
}    
header h1 a,
header .main_title a {
	color: #333;
	text-decoration: none;
	display: block;
}
header h1 a:hover,
header .main_title a:hover {
	color: #333;
	text-decoration: none;
}
header #home {
	font-family: sans-serif;
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 11px;
	left: 50px;
	display: none;
}

/* F1 Nav
---------------------------------------------- */
header {
	width: 100%;
	height: 42px;
	background: #fff;
	z-index: 11;
}
header div {
	max-width: 1044px;
    height: 42px;
	display: block;
	position: relative;
    margin: auto;   
}
.panel {
	width: 100%;
	height: auto;
	background: #444;
	display: none;
	position: fixed;
	top: 42px;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: auto;
	z-index: 10;
	-ms-overflow-style: none;
}
#nav-toggle {
	width: 30px;
	height: 26px;
	background: none;
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	cursor: pointer;
	transition: all 0.3s ease;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	width: 30px;
	height: 3px;
	background: #333;
	border-radius: 1px;
	display: block;
	position: absolute;
	top: 11px;
	right: 0;
	content: "";
}
#nav-toggle span:before {
	top: -8px;
}
#nav-toggle span:after {
	top: 8px;
	bottom: -8px;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
	transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
	background-color: transparent;
}
#nav-toggle.active span:before,
#nav-toggle.active span:after {
	top: 0;
}
#nav-toggle.active span:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
#nav-toggle.active span:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/* Main Accordion Menu
---------------------------------------------- */
#main_menu ul {
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #5d5d5d;
	display: block;
}
#main_menu ul.accordion { 
	width:100%;   
	margin:0 auto;
}
#main_menu ul.accordion ul { 
	display:none;
}
#main_menu ul.accordion li { 
	background: #444;
	border-top: 1px solid #5d5d5d;
	border-bottom: 1px solid #2a2a2a;
	line-height: 24px;
	display: block;
	margin: 0;
}
#main_menu ul.accordion li a {
	background: 97% center no-repeat; 
	color: #f0f0f0;
	font-size: 14px;
	text-decoration: none; 
	display: block; 
	padding: 10px; 
}
#main_menu ul.accordion li p {
	cursor: pointer;
}
#main_menu ul.accordion li p span { 
	background: url(/img/common/open.png) center right no-repeat;
	color: #f0f0f0;
	font-size: 14px;
	display: block;
	margin-right: 10px; 
	padding: 10px; 
}
#main_menu ul.accordion li p span.open { 
	background: url(/img/common/close.png) center right no-repeat;
}
#main_menu ul.accordion li ul {
	border-bottom: none;
	margin: 0;
}
#main_menu ul.accordion li ul li { 
	background: #444;
	line-height: 16px;
}
#main_menu ul.accordion li ul li a {
	color: #aaa; 
	font-size: 12px;
}
#main_menu ul.accordion li ul li p span{
	background: url(/img/common/open.png) center right no-repeat;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
	color: #f0f0f0;
	font-size: 12px;
	margin-right: 12px;
}
#main_menu ul.accordion li ul li p span.open{
	background: url(/img/common/close.png) center right no-repeat;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px; 
}
#main_menu ul.accordion li ul li:last-child {
	border-bottom: none;
}
#main_menu ul.accordion li ul li ul li { 
	background: #444;
}
#main_menu ul.accordion li ul li ul li a { 
	font-size: 12px;
	color: #f0f0f0;
}
#main_menu ul.accordion li ul li ul li p span {
	background: url(/img/common/open.png) center right no-repeat;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px; 
	font-size: 12px;
	color: #f0f0f0;
	margin-right: 12px;
}
#main_menu ul.accordion li ul li ul li p span.open {
	background: url(/img/common/close.png) center right no-repeat;
	-webkit-background-size: 20px 20px;
	-o-background-size: 20px 20px;
	background-size: 20px 20px;
}
#main_menu ul.accordion li ul li ul li ul li a { 
	font-size: 12px;
	color: #f0f0f0;
}

/* Font Awesome
---------------------------------------------- */
#main_menu ul.accordion i.left {
	padding-right: 5px;
}


/* Footer
============================================== */
footer {
	width: 100%;
	background: #444;
	padding: 15px 10px 15px 10px;
	clear: both;
}
footer .footer {
	max-width: 980px;
	margin: 0 auto 0;
}

/* Menu
---------------------------------------------- */
.menu {
	background: #444;
	font-size: 0;
	float: left;
	margin-top: 9px;
}
.menu li {
	color: #f0f0f0;
	font-size: 12px;
	display: inline-block;
	padding-bottom: 5px;
}
.menu li a {
	color: #f0f0f0;
}
.menu li a:hover {
	color: #ccc;
	text-decoration: none;
}
.menu li span {
	color: #ccc;
	padding: 0 10px 0 10px;
	cursor: default;
}

/* SNS Link
---------------------------------------------- */
.sns_menu {
	font-size: 0;
	float: right;
	padding-right: 20px;
}
.sns_menu li {
	display: inline-block;
	margin-left: 10px;
}
.sns_menu li a {
	width: 28px;
	height: 28px;
	background: #f0f0f0;
	color: #444;
	font-size: 16px;
	text-align: center;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display: block;
}
.sns_menu li a:hover {
	background: #ccc;
}
.sns_menu li a i {
	line-height: 28px;
}
/* トップページ上部 */
.sns_menu.top {
	text-align: right;
	float: none;
	padding-right: 10px;
}
.sns_menu.top li a {
	background: #444;
	color: #f0f0f0;
}
.sns_menu.top li a:hover {
	background: #555;
}

/* Address
---------------------------------------------- */
address {
	color: #999;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	clear: both;
	padding: 50px 0 7px 0;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 979px) { /* 979px以下用 */
	footer {
		padding: 15px 0 15px 0;
	}
	footer .footer {
		width: 96%;
	}
	.menu {
		float: none;
		text-align: center;
		line-height: 20px;
		margin: 0 auto 10px;
	}
	.menu li {
		font-size: 12px;
	}
	.sns_menu {
		float: none;
		text-align: center;
		padding-right: 10px;
	}
}
@media screen and (max-width: 767px) { /* 767px以下用 */
	.menu li a:hover {
		color: #f0f0f0;
	}
	.sns_menu li a:hover {
		background: #f0f0f0;
	}
	.sns_menu.top li a:hover {
		background: #444;
	}
}


/* Pankuzu
============================================== */
.pankuzu {
	width: 100%;
	background: #ddd;
	margin-bottom: 30px;
}
.pankuzu ul {
	max-width: 960px;
	color: #666;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 auto 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pankuzu ul li {
	display: inline;
}
.pankuzu ul li:first-child span {
	text-indent: -9999px;
	display: inline-block;
}
.pankuzu a {
	color: #666;
}
.pankuzu a:hover {
	color: #999;
	text-decoration: none;
}
.pankuzu ul li:last-child a {
	cursor: default;
	pointer-events: none;
}
.pankuzu ul li:last-child a:hover {
	color: #666;
}

/* Font Awesome
---------------------------------------------- */
.pankuzu i.fa-angle-right {
	padding: 0 2px 0 5px;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.pankuzu a:hover {
		color: #666;
	}
}


/* SNS Like Button
============================================== */
.sns_area {
	width: 100%;
	background: #ddd;
	clear: both;
}
.sns_area ul {
	width: 100%;
	max-width: 960px;
	font-size: 0;
	margin: 0 auto 0;
	padding: 10px;
}
.sns_area ul li {
	text-indent: -9999px;
	display: inline-block;
	cursor: pointer;
}
.sns_area ul li.facebook {
	width: 60px;
	height: 20px;
	background: url(/img/common/icon_facebook.png) left top no-repeat;
	background-size: 60px 20px;
	margin-right: 10px;
}
.sns_area ul li.twitter {
	width: 60px;
	height: 20px;
	background: url(/img/common/icon_twitter.png) left top no-repeat;
	background-size: 60px 20px;
	margin-right: 10px;
}
.sns_area ul li.instagram {
	width: 20px;
	height: 20px;
	background: url(/img/common/icon_instagram.png) left top no-repeat;
	background-size: 20px 20px;
	margin-right: 10px;
}
.sns_area ul li.line {
	width: 60px;
	height: 20px;
	background: url(/img/common/icon_line.png) left top no-repeat;
	background-size: 60px 20px;
	display: none;
}
.sns_area ul li:hover {
	opacity: 0.8;
}
.sns_area ul li a {
	height: 20px;
	display: block;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.sns_area ul li.line {
		display: inline-block;
	}
	.sns_area ul {
		width: auto;
		text-align: center;
	}
	.sns_area ul li:hover {
		opacity: 1;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition: none;
	}
}


/* page top button
============================================== */
.page_top {
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url(/img/common/page_top.png) center no-repeat;
	background-size: contain;
	position: fixed;
	right: 10px; 
	bottom: 10px;
	z-index: 3;
	cursor: pointer;
	display: none;
}
.page_top:hover {
	background: url(/img/common/page_top_hover.png) center no-repeat;
	background-size: contain;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.page_top:hover {
		background: url(/img/common/page_top.png) center no-repeat;
		background-size: contain;
	}
}


/* Banner Area
============================================== */
.banner_area ul {
	font-size: 0;
	margin: 0 -1.333333333333333% 1.333333333333333% 0;
	padding: 0 10px;
}
.banner_area ul li {
	width: 33.33333333333333%;
	display: inline-block;
	padding-right: 1.333333333333333%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.banner_area ul li a {
	display: block;
}
.banner_area ul li a img {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.banner_area ul li a img:hover {
	opacity: 0.8;
}
.banner_area_sp {
	display: none;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.banner_area ul {
		margin: 0;
	}
	.banner_area ul li {
		width: 100%;
		padding: 0 0 3% 0;
	}
	.banner_area ul li a img:hover {
		opacity: 1;
	}
	.banner_area_sp {
		width: 100%;
		background: rgba(0, 0, 0, .5);
		position: fixed;
		bottom: 0;
	}
	.banner_area_sp a {
		width: 320px;
		display: block;
		margin: auto;
	}
	.banner_area_sp img {
		display: block;
	}
}


/* Mask Banner
============================================== */
.mask_banner {
	max-width: 707px;
	margin: 0 auto 20px;
}
.mask_banner a {
	display: block;
}
.mask_banner a:hover {
	opacity: 0.8;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.mask_banner {
		padding: 0 10px;
	}
	.mask_banner a:hover {
		opacity: 1;
	}
}


/* Content
============================================== */
#content {
	width: 100%;
	max-width: 980px;
	margin: 0 auto 0;
}


/* Title
============================================== */
#content h1 {
	font-family: 'Ubuntu', sans-serif;
	color: #666;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	margin: 0 10px 16px 10px;
	padding-bottom: 5px;
}
#content h1.jp {
	font-size: 18px;
}

/* Font Awesome
---------------------------------------------- */
#content h1 i {
	padding-right: 5px;
}


/* Error
============================================== */
.error404 {
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 50%, #444444 51%, #444444 100%);
}
.error404 #whopper {
	background: #f0f0f0;
}
.error_page {
	padding: 0 10px 0 10px; 
}
.error_page img {
	width: 100%;
	max-width: 732px;
	height: auto;
	display: block;
	margin: 30px auto 30px;
}

/* Media Query
---------------------------------------------- */
@media screen and (max-width: 767px) { /* 767px以下用 */
	.error_page {
		/* margin-top: 82px;　ヘッダーの高さ分下げる */
	}
}
