/* reset
=========================================== */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, "メイリオ", 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3',Sans-Serif;
	letter-spacing: 2px;
	color: #717171;
	font-size: 13px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{color: #717171; text-decoration: none;}
a:hover{color: #c9a063;}
p{line-height: 1.6em;}
img{border: 0;}

hr{
	margin: 20px 0;
	padding:0;
	border-width:1px 0 0;
	border-style: solid;
	border-color:#ccc;
}

/* utility
=========================================== */
.inline,
.inline li{display: inline-block;}
.sans{font-family: 'Times New Roman', serif;}
.sp-show{
	display: block;
}
.sp-hide{
	display: none;
}

/* slick
=========================================== */
.slick-dots{
	margin-top: 13px !important;
}
.slick-dots li{
	margin-bottom: 5px;
}

/* clearfix
=========================================== */
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*ﾂ･*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear{clear: both;}

/* global Navi
=========================================== */
#spGlobalHeader{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}
#spGlobalHeader section{
	display: none;
	z-index: 9999;
}
#gNavi ul{
	width: 100%;
	border-top: 1px solid #eee;
}
#gNavi ul.inline li{
	display: block;
}
#gNavi ul li a{
	display: block;
	background: #fff;
	padding:12px 8px;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
}

/*NEWSメニュー*/
#gNavi ul.inline li:first-child span{
	display: block;
	background: #fff;
	padding:12px 8px;
	box-sizing:border-box;
	border-bottom: 1px solid #eee;
	position: relative;
}
#gNavi ul.inline li:first-child span::before{
	content:"";
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right:10px;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #717171;
	border-right: 2px solid #717171;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#gNavi ul.inline li.on span::before{
	border-top: 2px solid #717171;
	border-left: 2px solid #717171;
	border-bottom:0;
	border-right:0;
	margin-top: -4px;
}

#gNavi ul.inline li:first-child a{
	display: inline;
	padding: 0;
	border-bottom: 0;
}
#gNavi ul.inline li ul{
	display: none;
}
#gNavi ul.inline li ul.active{
	display: block;
	border-top: 0;
}
#gNavi ul.inline li:first-child ul li:first-child{
	padding:0;
	border-bottom:0;
	display: inline;
}
#gNavi ul.inline li:first-child ul li a{
	display: block;
	padding:12px 8px 12px 20px;
	border-bottom: 1px solid #eee;
}
#gNavi ul.inline li:first-child em{
	display: block;
	background: #eee;
	padding:12px 8px;
	box-sizing:border-box;
}

/*SNS*/
#hNavi{
	width: 100%;
	background: #fff;
	padding:10px;
	box-sizing:border-box;
}
#hNavi li{
	width: 25px;
	float: left;
	margin-right: 20px;
}
#hNavi li img{
	width: 100%;
	max-width: 100%;
}

/* menuボタン
=========================================== */
#navBtn{
	position: absolute;
	top: -3px;
	left: 0;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	top:10px;
	left: 10px;
	width: 24px;
	height: 33px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #333;
}
.menu-trigger span:nth-of-type(1) {
	top: 12px;
}
.menu-trigger span:nth-of-type(2) {
	top: 20px;
}
.menu-trigger span:nth-of-type(3) {
	top: 28px;
}
.menu-trigger.active{
	top:5px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-3px) rotate(45deg);
	transform: translateY(-3px) rotate(45deg);
}

#spLogo a{
	display: block;
	width: 77%;
	margin: 8px 0 0 50px;
	padding-bottom: 8px;
}
#spLogo img{
	width:100%;
	max-width:100%;
}

/* 共通エリア
=========================================== */
#wrapper{
	padding-top:56px;
}

/* NEWS共通要素
=========================================== */
a.btn-more{
	color: #c9a063;
	font-family: 'Verdana regular';
	font-size: 12px;
}
.add-list {
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #c9a063;
	font-family: 'Times New Roman', serif;
	margin-top: 10px;
}
.add-list span {
	background: url(/assets/images/bg_title.png) no-repeat right center;
	padding-right: 16px;
	font-size: 14px;
}

/*News詳細ページ
=====================*/
.entry-title{
	color: #717171; font-size: 14px; font-weight: 700;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.entry h1{font-size: 16px; color: #313131; margin: 10px 0 6px; line-height: 1.4em;}
.entry-date{font-size: 13px; color: #4d4d4d; margin-bottom: 10px;}
.entry-date a{display:block; color: #c9a063;}
.entry-body{
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: justify;
	font-size: 13px; line-height: 2em;
}
.entry-body a{text-decoration: underline;}
.entry-body a:hover{text-decoration: none;}
.entry-body img{
	width: 100%;
	max-width:100%;
	height:auto;
}
.entry-body p{
	word-wrap: break-word;
	word-break: break-all;
}
/*sns*/
.sns p{color: #717171;font-size: 9px;}
.sns ul{
	width: 225px;
	margin-top: 10px;
}
.sns ul a{
	display: inline-block;
	font-size: 9px;
	color: #000;
	padding-right: 4px;
}

/*コンテンツ共通
=========================================== */
#breadcrumb{
	padding:10px 10px 10px 0;
}

/*pager*/
.pager{font-size: 10px;}
.pager li.prev{background: url(/assets/images/bg_prev.png) no-repeat 0 0; padding: 2px 0 0 16px;}
.pager li.next{background: url(/assets/images/bg_next.png) no-repeat right 0; padding: 2px 16px 0 0;}

/*Categoryメニュー
=====================*/
#spCategory{
	margin-top: 20px;
}
#spCategory li span{
	padding: 10px;
	background:#eee;
	display: block;
}
#spCategory li ul li{
	padding:10px;
	border-bottom: 1px dotted #ccc;
	background: #fff;
}
#spCategory li ul li:last-child{
	border-bottom: 0;
}
#spCategory li ul li a{
	display: block;
	position: relative;
}
#spCategory li ul li a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 4px;
	height: 4px;
	margin-top:-2px;
	border-top: 1px solid #717171;
	border-right: 1px solid #717171;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#spCategory li ul li.active{
	background: #c9a063;
}
#spCategory li ul li.active a{
	color: #fff;
}
#spCategory li ul li.active a::before{
	border-color:#fff;
}

/*footer SNS*/
#spSNS{
	border-top:1px solid #ccc;
	padding-top:20px;
	margin-top: 20px;
}
#top #spSNS{
	border-top:0;
	padding-top:0;
	margin-top:0;
}
#spFooterSNS{
	padding:0 10px;
}
#top #spFooterSNS{
	padding:0;
}

/* footer
=========================================== */
#globalFooter{
	width: 100%;
	background-color: #eeefef;
	border-top: 2px solid #fff;
	padding: 6px 10px;
	box-sizing:border-box;
	overflow: hidden;
}
#globalFooter p{
	display: inline-block;
	vertical-align: top;
}
#globalFooter p img{max-width: 100%;}
#copyright{
	width: 55px;
}
#corporate{
	width:54px;
}
#designer{
	margin-top: -1px;
	width:82px;
	float: right;
}

/*SNS*/
#spSNS{
	width:100%;
	text-align: center;
	margin-bottom: 20px;
}
#spSNS li{
	width:25px;
	margin-right: 15px;
}
#spSNS li:last-child{
	margin-right: 0;
}
#spSNS li img{
	max-width: 100%;
}