@charset "utf-8";
/*------------------------------------------------------------
	style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body, table, input, textarea, select, option {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.1;
	letter-spacing: 0.02em;
	color: #000;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #aaa;
}
a:active {
	color: #aaa;
}
::selection {
	background: #eee;
}
::-moz-selection {
background: #eee;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
* html .clearfix {
	zoom: 1;
}
*+html .clearfix {
	zoom: 1;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
img {
	-webkit-backface-visibility: hidden
}
a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
	transition:0.5s;
}
a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
	transition:0.5s;
}
/*------------------------------------------------------------
	layout
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
}
#main {
	margin: 0 auto 45px;
}
.spMenu {
	display: none;
}
.spMenuList {
	display: none;
}
li img, dl img {
	display: block;
	vertical-align: baseline;
}
/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
	padding: 23px 0 21px;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #FFF;
	z-index: 1001;
}
#gHeader .hBox {
	margin: 0 100px;
}
#gHeader h1 {
	margin-right: 40px;
	float: left;
}
#gHeader .link {
	float: right;
	margin: -1px 0 0 0;
}
#gHeader .link li {
	float: left;
}
#gHeader .link li:nth-child(2) {
	float: right;
	margin: 0 0 0 10px;
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: 12px;
	float: left;
}
#gNavi li {
	margin-right: 50px;
	float: left;
	font-family: 'Dosis', sans-serif;
}
#gNavi li a {
	display: block;
	font-size: 15px;
	line-height: 1;
}
#gNavi .navi02 {
	margin-right: 48px;
}
#gNavi .navi03 {
	margin-right: 52px;
}
#gNavi .navi04 {
	margin-right: 0;
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	text-align: center;
}
#gFooter .inn {
	background:url(../img/common/footer_bg.jpg) center;
	height:200px;
	padding:67px 0 0;
}
#gFooter .inn img.sp_none {
	display: inline;
}
#gFooter p {
	color: #000;
	line-height:1;
	padding:26px 0;
	font-size: 16px;
	font-family: 'Dosis', sans-serif;
}

.pc_none {
	display: none;
}
.sp_none {
	display: block;
}
 @media all and (min-width: 0px) and (max-width: 766px) {
body {
	min-width: inherit;
	font-size: 12px;
}
#container {
	position: relative;
}
#main {
	margin:0 auto 10%;
}
.spMenu {
	display: block;
	position: fixed;
	right: 10px;
	top: 9px;
	z-index: 1001;
}
.spMenu a {
	padding: 10px;
	display: table;
}
.spMenu a nav {
	position: relative;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width: 40px;
	height: 40px;
	align-items: center;
	flex-direction: column-reverse;
	background: url(../img/common/sp_header_menu.jpg);
	background-size:100%;
	-webkit-box-sizing: initial;
	-moz-box-sizing: initial;
	box-sizing: initial;
}
.spMenu a .handle {
	background-color: #fff;
	height: 2px;
	width: 56%;
	margin: 12% auto;
	transition: all 180ms cubic-bezier(1, 1, 1, 1);
	transition-timing-function: cubic-bezier(1, 1, 1, 1);
	-webkit-transform: perspective(0);
}
.spMenu a .close {
	transform: translateY(.4em) rotate(45deg);
	width: 54%;
	margin: 7% auto;
}
.spMenu a .close:nth-of-type(3) {
	transform: translateY(-.4em) rotate(-45deg);
}
.spMenu a .close:nth-of-type(2) {
	opacity: 0;
}
.spMenuList {
	padding-top: 85px;
	display: block;
	position: fixed;
	right: -108px;
	top: 0;
	height: 100%;
	width: 108px;
	z-index: 1001;
	overflow-y: auto;
	box-sizing: border-box;
	background-color: #fff;
}
.spMenuList li {
	margin-top: 10px;
	text-align: left;
}
.spMenuList li a {
	font-size:10px;
	display: block;
	padding:10px 0 10px 12px;
	font-family: 'Dosis', sans-serif;
	font-weight:bold;
}
.spMenuList img {
	margin: 0 auto;
	display: inline;
}
.spMenuList .menu_sns {
	margin:24px 0 0 34px;
}
.spMenuList .menu_sns a {
	padding:0;
	line-height:1;
}
.spMenuList .menu_sns img {
	width:25px;
	margin:auto;
}
/*------------------------------------------------------------
		header
	------------------------------------------------------------*/
#gHeader {
	display: none;
}
/*------------------------------------------------------------
		gNavi
	------------------------------------------------------------*/
#gNavi {
	display: none;
}
/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter .inn {
	background:url(../img/common/sp_footer_bg.jpg) center;
	background-size:100%;
	height:auto;
	padding:14% 0;
}
#gFooter .inn img.pc_none {
	width:169px;
	display: inline;
}
#gFooter .inn img.sp_none {
	display:none;
}
#gFooter p {
	padding:8% 0;
	font-size: 11px;
}
.pc_none {
	display: block;
}
.sp_none {
	display: none;
}
}
