@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;
}

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;
}

/* 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: 14px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#main {
  font-size: 14px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  height: auto;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 769px) {
  .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: 769px) {
  .spTabH {
    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;
}

.tableDl {
  display: table;
}
.tableDl dt, .tableDl dd {
  display: table-cell;
  vertical-align: top;
}

/* 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: 14px;
}
.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: 14px;
}
.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;
}

body {
  background-color: #fff8e5;
  background-image: url(../img/back_ground.png);
  background-position: top -120px center;
  background-repeat: repeat-x;
  position: relative;
}
body#home {
  background-position: top -120px center;
}

.innerWrap {
  margin: 0 auto;
  width: 870px;
}
#main .innerWrap .brade {
  text-align: right;
  font-size: 14px;
  padding: 10px 0;
  color: #604a3c;
}
.innerWrap .brade a {
  text-decoration: underline;
  color: #604a3c;
}
.innerWrap .brade a:hover {
  text-decoration: none;
}

#header {
	background-image: url(../img/gnav_back.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 25px 0 70px 0;
}
#header .logo {
  float: left;
  width: 300px;
}
#header .headerRight {
  float: right;
  width: 206px;
}
#header .headerRight .tel {
  margin-bottom: 10px;
}
#header #glovalNav {
  margin-top: 30px;
}
#header #glovalNav ul li {
  float: left;
  width: 20%;
  height: 50px;
}
#header #glovalNav ul li a {
  box-sizing: border-box;
  border-left: 1px dotted #7e6b5c;
  width: 100%;
  text-align: center;
  padding: 7px 0;
  vertical-align: middle;
  display: inline-block;
}
#header #glovalNav ul li a.active {
  background-image: url(../img/nav/hover.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#header #glovalNav ul li a:hover {
  background-image: url(../img/nav/hover.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#header #glovalNav ul li:last-child a {
  border-right: 1px dotted #7e6b5c;
}
#header #glovalNav ul li:last-child a:hover {
  background-image: url(../img/nav/hover02.png);
  background-position: center center;
  background-repeat: no-repeat;
}
#header #glovalNav ul li:last-child a.active {
  background-image: url(../img/nav/hover02.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#menu {
  position: fixed;
  top: 50px;
  right: 10px;
  z-index: 10000;
  display: none;
}

#colorbox {
  width: 960px;
}

#inline_content {
  padding: 20px;
}
#inline_content .menuTitle {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 906px;
}
#inline_content ul {
  width: 906px;
  padding-left: 5px;
}
#inline_content ul li {
  float: left;
  margin: 10px 8px;
}
#inline_content ul li.sitemap {
  margin-right: 80px;
}

#fortop {
  position: fixed;
  bottom: 50px;
  right: 10px;
}

#footer {
  background-image: url(../img/footer_back.png);
  background-position: top center;
  background-repeat: repeat-x;
  color: #fff;
  padding: 68px 0 40px 0;
}
#footer .menu {
  text-align: right;
  width: 570px;
  float: right;
  line-height: 150%;
  font-size: 12px;
}
#footer .menu a {
  color: #fff;
}
#footer .menu a:hover {
  text-decoration: underline;
}
#footer .copy {
  text-align: left;
  float: left;
  padding-top: 15px;
  font-size: 10px;
  width: 305px;
}
