@charset "UTF-8";
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
	line-height: 1;
	background-color: #111;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',"MS PGothic",sans-serif,'リュウミン',;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* HTML5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

.leftgrd{
	background-image: url(../images/left_grd.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 350px;
	position: fixed;
	z-index: 100;
	left: 0px;
	top: 0px;
}
.rightgrd{
	background-image: url(../images/right_grd.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 350px;
	position: fixed;
	z-index: 100;
	right: 0px;
	top: 0px;
}

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
  color: #000;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  color: #000;
  outline: 0px;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0px;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 900px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc( (100% - (20px * 2)) / 3 );
  width: calc( (100% - (20px * 2)) / 3 );
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2), .column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n+1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc( (100% - (25px * 3)) / 4 );
  width: calc( (100% - (25px * 3)) / 4 );
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2), .column4Box li:nth-child(3), .column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n+1) {
  margin-left: 0;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .slidemenu {
    width: 240px;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
body {
  background-image: url(../images/back.jpg);
  background-position: center top;
  background-repeat: no-repeat;
}

/* header */
/*------------------------------------------------*/
#headWrap {
	background-image: url(../images/top01.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 176px;
	position: relative;
}
#headWrap #header {
  text-align: center;
}
#headWrap #pageClose {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 250;
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
}

/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}

/* footer */
/*------------------------------------------------*/
#footWrap {
	background-image: url(../images/under01.png);
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	height: 219px;
	font-size: 10px;
	color: #A0A0A0;
}
#footWrap #footer {
  padding-top: 99px;
  text-align: center;
}
#footWrap #footer p{
	padding-top: 20px;
}

/* LightBox */
/*------------------------------------------------*/
#lb-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: none;
}

#lb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#lb-body {
  width: 980px;
  height: 655px;
  margin: 0 auto;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  z-index: 101;
  display: none;
}
#lb-body #lb-close {
  position: absolute;
  right: 0;
  top: -30px;
  z-index: 5000;
}
#lb-body #lb-prev {
  position: absolute;
  margin: auto 0;
  top: 300px;
  left: -19px;
  z-index: 5000;
}
#lb-body #lb-prev a {
  display: block;
}
#lb-body #lb-next {
  position: absolute;
  margin: auto 0;
  top: 300px;
  right: -19px;
  z-index: 5000;
}
#lb-body #lb-next a {
  display: block;
}
#lb-body #lb-contents {
  height: 500px;
  position: relative;
}
#lb-body #lb-contents .lb-contBox {
  display: none;
  width: 980px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L {
  width: 420px;
  height: 500px;
  float: left;
  overflow: auto;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L .cat {
  padding: 15px 55px;
  background-color: #9b8b17;
	font-family: "リュウミン M-KL";
  color: #fff;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L h2 {
  padding: 20px 50px;
  font-size: 22px;
  font-family: "リュウミン B-KL";
  line-height: 1.4;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L .detail {
  padding: 0 50px 10px;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L .detail p {
	font-size: 13px;
	font-family: "リュウミン B-KL";
	;
	line-height: 1.4;
	text-align: justify;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L .detail .mt15 {
  margin-top: 15px;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_L .detail .border {
  border: 1px solid #a0a0a0;
  padding: 15px;
}
#lb-body #lb-contents .lb-contBox .lb-contBox_R {
  width: 560px;
  height: 500px;
  float: right;
}
#lb-body #lb-contents .lb-contBox.active {
  display: block;
}
#lb-body #lb-nav {
  height: 155px;
  background-color: #eee;
  padding: 24px 30px 25px;
  box-sizing: border-box;
}
#lb-body #lb-nav ul li {
  float: left;
  margin-right: 4px;
}
#lb-body #lb-nav ul li:nth-of-type(3), #lb-body #lb-nav ul li:nth-of-type(4) {
  margin-right: 4px;
}
#lb-body #lb-nav ul li:last-of-type {
  margin-right: 0;
}
#lb-body #lb-nav ul li a {
  display: block;
}
#lb-body #lb-nav ul li a:after {
  content: " ";
  height: 5px;
  background-color: #fff;
  display: block;
  position: relative;
  top: 11px;
}
#lb-body #lb-nav ul li a.active:after {
  background-color: #ac8000;
}
