@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box; }

article, header, footer, aside, figure, figcaption, nav, section {
  display: block; }

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

ol, ul {
  list-style: none;
  list-style-type: none; }

.mainTitle {
  font-size: 12px;
  font-weight: 400;
  color: #FFF;
  padding: 5px;
  background-color: #333; }

/*.logo {
	padding: 10px;
	margin: 0 0 15px;
	border-bottom: solid 1px #CCC;
}*/
#header {
  margin-bottom: 0; }

.wrapper {
  width: 1000px;
  margin: 0 auto; }

.mainImage {
  position: relative;
  background-color: #333; }
  .mainImage .slider div {
    width: 1000px;
    margin: 0 auto; }
  .mainImage .entryTitle {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    font-size: 48px;
    font-weight: 700;
    text-align: center; }

.lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 10px 0 30px; }

.contentsWrap .contentsList {
  font-size: 0; }
  .contentsWrap .contentsList li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px 0;
    width: 320px; }
    .contentsWrap .contentsList li:nth-child(3n) {
      margin-right: 0; }

.serviceWrap {
  text-decoration: none;
  color: #333; }
  .serviceWrap:hover .title {
    color: #C00;
    text-decoration: underline; }

.thumbnail {
  margin: 0 0 5px; }

.text .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2; }
  .text .title .caption {
    font-size: 13px; }
.text .description {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #666;
  margin: 10px 0 0; }

/*左右の矢印の色を変える*/
.slick-prev:before,
.slick-next:before {
  color: #000; }

.masterNavi {
  width: 100%;
  margin: 0 auto;
  color: #333;
  border-bottom: solid 1px #CCC; }
  .masterNavi a {
    color: inherit;
    text-decoration: none; }
  .masterNavi .masterNaviInner {
    display: table;
    width: 100%;
    background-color: #FFF;
    color: #333 !important;
    font-size: 13px;
    font-weight: 700; }
    .masterNavi .masterNaviInner .masterNaviList {
      display: table-cell;
      position: relative;
      width: calc( 100% / 8 );
      width: -webkit-calc( 100% / 8 ); }
      .masterNavi .masterNaviInner .masterNaviList:hover .SecondLevel {
        visibility: visible;
        opacity: 1; }
      .masterNavi .masterNaviInner .masterNaviList:not(:nth-child(1)) .parent::after {
        display: inline-block;
        content: '';
        margin: 0 0 3px 8px;
        width: 5px;
        height: 5px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg); }
      .masterNavi .masterNaviInner .masterNaviList .parent {
        display: block;
        text-align: center;
        padding: 10px;
        height: 30px; }
        .masterNavi .masterNaviInner .masterNaviList .parent:hover {
          background-color: #284282;
          color: #FFF; }
  .masterNavi .masterNaviList:hover {
    background-color: #284282;
    color: #FFF;
    -webkit-transition: .2s ease;
    transition: .2s ease; }
  .masterNavi .SecondLevel {
    width: 240px;
    font-weight: 400;
    position: absolute;
    z-index: 100;
    top: 30px;
    left: 0;
    right: 0;
    background-color: #333;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    visibility: hidden;
    opacity: 0; }
    .masterNavi .SecondLevel ul {
      position: relative; }
    .masterNavi .SecondLevel .child {
      display: block;
      text-align: left;
      color: #FFF;
      padding: 12px 10px;
      position: relative; }
      .masterNavi .SecondLevel .child:hover {
        background-color: #666; }
      .masterNavi .SecondLevel .child::after {
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        content: '';
        width: 5px;
        height: 5px;
        margin-top: -4px;
        border-top: 1px solid #CCC;
        border-right: 1px solid #CCC;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }

/*********************************/
/* フッター */
/*********************************/
.flex {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.wrap {
  -js-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.justify-between {
  -js-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.flex-start {
  -js-align-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-align-content: flex-start;
  align-content: flex-start; }

.row {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

footer {
  display: block;
  width: 100%;
  background: #EFEFEF;
  margin: 40px auto 0px;
  border-top: solid 10px #DDD; }
  footer a {
    color: #333; }
  footer .footer-inner {
    padding: 20px 0 50px;
    width: 1000px;
    margin: 0 auto; }
    footer .footer-inner div {
      width: 13%; }
    footer .footer-inner .h3 {
      font-size: 12px;
      line-height: 1.6;
      font-weight: 700; }
    footer .footer-inner ul {
      margin: 0 0 1em 0; }
      footer .footer-inner ul li {
        font-size: 11px;
        line-height: 1.6; }
  footer .copyright {
    background: #555;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 1.3;
    padding: 20px 0; }
  footer .logo {
    text-align: center;
    padding: 20px 0;
    margin: 0;
    background: #FFF;
    border-bottom: none; }
    footer .logo img:hover {
      animation: shake 0.2s linear infinite;
      -webkit-animation: shake 0.2s linear infinite; }

.siteInfo .cat ul li a {
  margin: 0 0 5px 0; }
