@charset "UTF-8";

/* =============================================================================
 Reset
============================================================================= */
/* ========== ▼ YUI (Revised) ▼ ========== */
/*
YUI 3.16.0 (build 76f0e08)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#5a5a5a;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:top;
	font-size: 10px;
}
sub {
	vertical-align:bottom;
	font-size: 10px;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%; /*to enable resizing for IE*/
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* ========== ▲ YUI (Revised) ▲ ========== */

/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 100%;
}
body {
	width: 100%;
	min-width: 1200px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-size: 0.75em;
	line-height: 1.5;
	position: relative;
}

/* =============================================================================
 Base
============================================================================= */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
    *zoom: 1;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.arrow{
	position: relative;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
}
.arrow:before,
.arrow:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/* gotop */
.gotop {
	padding: 10px 0;
	width: 50px;
	height: 30px;
	z-index: 99999999;
	position: fixed;
	bottom: 77px;
	right: 60px;
	opacity: 1;
	background: #707129;
	color: #fff;
	cursor: pointer;
	text-align: center;
}
.gotop i {
	display: block;
	font-size: 30px;
}
.gotop:hover {
	text-decoration: none;
	opacity: 0.7;
}

.sp {
	display: none;
}
.pc {
	display: block;
}

@media only screen and (max-width: 599px) {
	.gotop {
		bottom: 5%;
		right: 2%;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
sideAc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.sideAc .acTitle {
	display: block;
	position: relative;
	padding: 6% 0;
	font-weight: bold;
	cursor: pointer;
}
.sideAc .acContent {
	display: none;
	text-align: left;
}

.sideAc .acTitle h3 {
	margin-bottom: 0;
}

.sideAc.yakuzen .acTitle h4 {
	padding: 0;
	color: #715d4c;
}
.sideAc.yakuzen .navInnerLabel.acTitle {
	padding-bottom: 0;
}
.sideAc .acTitle .acArrow {
	display: block;
	position: absolute;
	top: 17px;
	right: 0;
	color: #715d4c;
}
.sideAc.yakuzen .acTitle .acArrow i {
	font-weight: bold;
}

.sideAc .acTitle .ti-angle-down {
	display: block;
	font-weight: bold;
}
.sideAc .acTitle .ti-angle-up {
	display: none;
}
.sideAc .acTitle.active .ti-angle-down {
	display: none;
}
.sideAc .acTitle.active .ti-angle-up {
	display: block;
	font-weight: bold;
}

.facebookPage {
	text-align: center;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
	height: 70px;
}
.headerLogoWrap {
	/*display: inline-block;*/
	float: left;
	padding: 7px 0;
	width: 38%;
	height: 56px;
	background: #fff;
	text-align: right;
}
.headerLogoWrap .inner {
	display: inline-block;
	width: 380px;
	line-height: 1;
	text-align: left;
}
.headerLogoWrap .inner h1 img {
	vertical-align: middle;
}
.headerLogoWrap .inner h1 a:hover {
	text-decoration: none;
}
.headerLogoWrap .inner h1 a:hover img {
	opacity: 0.7;
}

.searchWrap {
	float: left;
	width: 237px;
}
.searchWrap .inner {
	padding: 20px 0 0 20px;
}
.searchWrap .inner dl.search2{
	position:relative;
	background-color:#fff;
	border:1px solid #aaa;
}
.searchWrap .inner dl.search2 dt{
	padding:3px;
}
.searchWrap .inner dl.search2 dt input{
	padding-left: 36px;
	height:30px;
	line-height:30px;
	background:none;
	border:none;
}
.searchWrap .inner dl.search2 dd{
	position:absolute;
	top:0;
	left:0;
}
.searchWrap .inner dl.search2 dd button{
	display:block;
	padding:6px;
	background:none;
	border:none;
}
 .searchWrap .inner dl.search2 dd button span{
	display:block;
	width:30px;
	height:30px;
	font-size: 25px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
googleカスタム検索
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.searches {
	position: relative;
}
.searches input[type="text"] {
	padding: 2% 2% 2% 16%;
	width: 175px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px solid #bbbbbb;
}
.searches input[type="submit"] {
	display: inline-block;
	padding: 9px 30px 10px 30px;
	margin-left: 200px;
	font-size: 13px;
	color: #FFF;
	background: #999;
	border-radius: 3px;
	cursor: pointer;
}
.searches input[type="image"] {
	position: absolute;
	top: 8px;
    left: 10px;
	width: 7.5%;
}
.searches input[type="submit"]:hover {
}


.snsIcon {
	float: left;
	margin-left: 15px;
	padding: 20px 0 0 0;
}
.snsIcon ul li {
	display: inline-block;
	margin: 0 7px;
	line-height: 1;
}
.snsIcon ul li.twitterIcon a:hover {
	background: #33ccff;
}
.snsIcon ul li.facebookIcon a:hover {
	background: #3b5998;
}
.snsIcon ul li.lineIcon a:hover {
	background: #00C402;
}
.snsIcon ul li a span {
	color: #707129;
}
.snsIcon ul li a:hover {
	text-decoration: none;
}
.snsIcon ul li a:hover span {
	color: #fff;
}
.snsIcon ul li .linkCircle {
	display: block;
	padding: 5px 5px 2px 5px;
	background: #fff;
	border-radius: 50%;
	font-size: 25px;
}
.snsIcon ul li .linkSquare {
	display: block;
	padding: 5px 5px 1px 5px;
	background: #fff;
	border-radius: 5px;
	font-size: 25px;
}

@media only screen and (max-width: 599px) {
	header {
		height: auto;
	}
	header {
		height: auto;
	}
	.headerLogoWrap {
		width: 100%;
		padding: 0;
	}
	.headerLogoWrap .inner {
		width: 100%;
		text-align: center;
	}
	.headerLogoWrap .inner h1 img {
		width: auto;
	}
	.searchWrap,
	.snsIcon {
		display: none;
	}
}

header .menu ul.link li {
	/*width: auto;*/
	margin: 1em 0;
}
header .menu ul.link li:before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #b8b894;
}
header .menu ul.link li a {
	width: auto;
	height: auto;
	font-size: 14px;
	text-align: left;
}
header .menu ul.link li a:hover {
	text-decoration: underline
}
header .menu ul.link li a .image {
	margin-bottom: 5px;
	float: none;
}
header .menu ul.link li a:hover .image {
	opacity: 0.7;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––
megamenu.js STYLE STARTS HERE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Screen style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.menu-container {
	position: relative;
	/*width: 80%;*/
	margin: 0 auto;
}
.menu-mobile-wrap {
	display: none;
}
.menu-mobile {
	display: none;
	padding: 20px;
}
/*.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}*/
.menu-dropdown-icon:before {
	content: "\e64b";
	font-family: "themify";
	display: none;
	cursor: pointer;
	float: right;
	padding: 1.5em 0;
	color: #fff;
}
.menu-dropdown-icon.on:before {
	content: "\e648";
}

.menu {
	position: fixed;
	width: 100%;
	min-width: 1200px;
	height: 70px;
	background: #707129;
	z-index: 999999;
}

.menu > ul {
	/*display: inline-block;*/
	float: left;
	/*width:  500px;*/
	list-style: none;
	padding: 0;
	/*position: relative;*/
	/* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
	box-sizing: border-box;
	/*clear: both;*/
}
.menu > ul:before,
.menu > ul:after {
	content: "";
	display: table;
}
.menu > ul:after {
	clear: both;
}
.menu > ul > li {
	float: left;
	background: #707129;
	border-right: 1px solid #535424;
	padding: 0;
	margin: 0;
}
.menu > ul > li a {
	text-decoration: none;
	display: table-cell;
	width: 120px;
	height: 80px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
}
.menu > ul > li .notLink {
	text-decoration: none;
	display: table-cell;
	width: 120px;
	height: 70px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}
.menu > ul > li:hover {
	background: #595b31;
	color: #fff;
}
.menu > ul > li > div {
	display: none;
	width: 100%;
	background: #595b31;
	padding: 20px;
	position: absolute;
	z-index: 999999;
	left: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}
.menu > ul > li > div:before,
.menu > ul > li > div:after {
	content: "";
	display: table;
}
.menu > ul > li > div:after {
	clear: both;
}
.menu > ul > li > div > ul {
	margin: 0 auto;
	width: 1000px;
}
.menu > ul > li > div > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}
.menu > ul > li > div > ul > li a {
	
}
.menu > ul > li > div > ul > li > ul {
	
}
.menu > ul > li > div > ul > li > ul:before,
.menu > ul > li > div > ul > li > ul:after {
	content: "";
	display: table;
}
.menu > ul > li > div > ul > li > ul:after {
	clear: both;
}
.menu > ul > li > div > ul > li > ul > li {
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	font-size: .8em;
}
.menu > ul > li > div > ul > li > ul > li a {
	border: 0;
}
/* .menu > ul > li > div.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}*/
.menu > ul > li > div.normal-sub > ul > li {
	width: 100%;
}
.menu > ul > li > div.normal-sub > ul > li a {
	border: 0;
	padding: 1em 0;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 599px) {
	.menu-container {
		width: 100%;
		height: 50px;
	}
	.menu-mobile-wrap {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
	}
	.menu-mobile {
		display: block;
	}
	.menu-dropdown-icon:before {
		display: block;
		width: 96%;
		position: absolute;
		text-align: right;
	}
	  /* ハンバーガーメニュー */
	.menu-mobile,
	.menu-mobile span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.menu-mobile {
		position: relative;
		float: right;
		width: 60px;
		height: 63px;
		padding: 2%;
		background: #707229;
	}
	.menu-mobile span {
		position: absolute;
		left: 9px;
		width: 70%;
		height: 5px;
		background-color: #fff;
	}
	.menu-mobile span:nth-of-type(1) {
		top: 9px;
	}
	.menu-mobile span:nth-of-type(2) {
		top: 29px;
	}
	.menu-mobile span:nth-of-type(3) {
		bottom: 9px;
	}
	.menu-mobile.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	.menu-mobile.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-mobile.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.menu {
		width: 100%;
		height: auto;
		background: none;
	}
	.menu > ul {
		display: none;
		transition: .7s;
	}
	.menu > ul > li {
		float: none;
		display: block;
	}
	.menu > ul > li a {
		padding: 1.2em 0;
		width: 100%;
		height: auto;
		display: block;
	}
	.menu > ul > li .notLink {
		padding: 1.2em 0;
		width: 100%;
		height: auto;
		display: block;
		cursor: pointer;
	}
	.menu > ul > li:hover {
		background: #707129;
	}
	.menu .menu-dropdown-icon.on a {
		background: #595b31;
	}
	.menu ul.list li a {
		text-align: left;
	}
	.menu > ul > li > div {
		position: relative;
	}
	.menu > ul > li > div.normal-sub {
		width: 100%;
	}
	.menu > ul > li > div > ul {
		width: 100%;
	}
	.menu > ul > li > div > ul > li {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.menu > ul > li > div > ul > li:first-child {
		margin: 0;
	}
	.menu > ul > li > div > ul > li > ul {
		position: relative;
	}
	.menu > ul > li > div > ul > li > ul > li {
		float: none;
	}
	.menu .show-on-mobile {
		display: block;
		width: 100%;
		animation: show 1s easeOutCubic 1s;
	}
	 @keyframes show{
		from{
			opacity: 0;
		}
		to{
			opacity: 1;
		}
	}
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
	padding: 40px 0 0 0;
	background: #707129;
}
footer a {
	color: #fff;
}
footer nav {
	margin: 0 auto;
	width: 1000px;
	color: #fff;
}
footer nav ul li {
	float: left;
}
footer nav ul li.firstLinkWrap,
footer nav ul li.linkWrap {
	margin-left: 4.9%;
	width: 158px;
}
footer nav ul li.firstLinkWrap li {
	float: none;
	padding: 3em 0 0.4em 0;
	border-bottom: 1px solid #b8b894;
	font-size: 14px;
}
footer nav ul li.firstLinkWrap li:first-child {
	padding-top: 0;
}
footer nav ul li.linkWrap:first-child {
	margin-left: 0;
}
footer nav ul li.linkWrap h2 {
	border-bottom: 1px solid #b8b894;
	margin-bottom: 0.6em;
	padding-bottom: 0.4em;
	font-size: 14px;
}
footer nav ul li.linkWrap .link li {
	float: none;
	margin: 0.4em 0;
}
footer nav ul li.linkWrap .link li:before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #b8b894;
}
footer .copyright {
	padding: 50px 0 30px 0;
	color: #fff;
	text-align: center;
}

footer .site_info {
    text-align: center;
    margin-top: 50px;
}

footer .site_info ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

footer .site_info ul li + li {
    border-left: 1px solid #fff;
}

footer .site_info ul li a {
    padding: 0 20px;
    line-height: 1.8;
    /*font-size: 1.2rem;*/
    display: block;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
main
–––––––––––––––––––––––––––––––––––––––––––––––––– */
main {
	
}
/* PCの既存ページ用に背景画像を設定 */
main .pageWrapWrapper {
	padding-top: 20px;
	background: url(../images/common/bg.jpg);
}

main .topicpath {
	font-size: 11px !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
pageUtility
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pageUtility .social .sbtnList {
	display: table;
}
.pageUtility .social .sbtnList li {
	display: table-cell !important;
	text-align: center;
	vertical-align: top;
}
.pageUtility .social .sbtnList .fb_iframe_widget span {
	vertical-align: top !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
pageUtilityのデザイン変更
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pageUtility {}
.pageUtility .social {
	position: static !important;
	margin-right: 0 !important;
}
.pageUtility .sbtnList {
	width: 100%;
}
.pageUtility .sbtnList li {
	width: 30% !important;
}
.pageUtility .sbtnList li a {
	display: block;
	padding: 5px 0;
	width: 100%;
	background: #d3d3d3;
	color: #fff;
	line-height: 1;
}
.pageUtility .sbtnList li a:hover {
	text-decoration: none;
}
.pageUtility .sbtnList .sbtn.line a:hover {
	background: #00C402;
}
.pageUtility .sbtnList .sbtn.fb a:hover {
	background: #3b5998;
}
.pageUtility .sbtnList .sbtn.tw a:hover {
	background: #33ccff;
}
.pageUtility .sbtnList li .icon-line {
	font-size: 18px;
	vertical-align: bottom;
}
.pageUtility .sbtnList li .ti-facebook {
	font-size: 18px;
	vertical-align: bottom;
}
.pageUtility .sbtnList li .facebook-count {
	font-size: 10px;
}
.pageUtility .sbtnList li .ti-twitter-alt {
	font-size: 18px;
	vertical-align: bottom;
}

.pageUtility .pager {
	margin-bottom: 10px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
subArea
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#subArea .categoryWrap {
	margin-bottom: 10%;
	padding-top: 5%;
}
#subArea .categoryWrap dl dt {
	padding-bottom: 3%;
	border-bottom: 1px solid #60431d;
}
#subArea .categoryWrap dl dt .title {
	margin: 0;
	padding: 0;
	width: auto;
	height: auto;
	background: none;
	border: none;
	text-align: center;
}
#subArea .categoryWrap dl dd {
	padding-top: 3%;
}
#subArea .categoryWrap dl dd ul li {
    padding: 2% 0 2% 16px;
}
#subArea .categoryWrap dl dd ul li:before {
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #60431d;
}
#subArea .categoryWrap dl dd ul li a {
	color: #5a5a5a;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
gototop
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gototop {
	display: none !important;
}





