@charset "UTF-8";
@-webkit-keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes example {
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?54209444");
  src: url("../font/fontello.eot?54209444#iefix") format("embedded-opentype"), url("../font/fontello.woff2?54209444") format("woff2"), url("../font/fontello.woff?54209444") format("woff"), url("../font/fontello.ttf?54209444") format("truetype"), url("../font/fontello.svg?54209444#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?54209444#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-nav01-1:before {
  content: '\e809';
}

/* '' */
.icon-nav02:before {
  content: '\e80a';
}

/* '' */
.icon-nav03:before {
  content: '\e80b';
}

/* '' */
.icon-nav04:before {
  content: '\e80c';
}

/* '' */
.icon-arrow01:before {
  content: '\e80d';
}

/* '' */
.icon-arrow02:before {
  content: '\e80e';
}

/* '' */
.icon-nav01:before {
  content: '\e810';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
/* ==========================================================================
   トップページ用スタイル
   ========================================================================== */
/* parts */
@media screen and (min-width: 768px) {
  #header {
    display: none;
  }

  #news {
    padding-bottom: 70px;
  }

  #pick_up {
    border-top: 1px solid #d10000;
    border-bottom: none;
    padding-bottom: 0;
  }

  .header_area {
    background: #fff;
    position: fixed;
    min-width: 1200px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    box-shadow: 0px 0px 0 transparent;
    transition: box-shadow .3s ease;
  }
  .header_area.sc {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  }
  .header_area img {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .header_area .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 95px;
  }
  .header_area .inner #header_logo {
    width: calc(275 / 1200 * 100vw);
    max-width: 275px;
    margin-left: 25px;
    margin-bottom: 0;
  }
  .header_area .inner nav {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .header_area .inner nav > div {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  .header_area .inner nav > div.header_list02 {
    padding: 0 20px 0 0;
  }
  .header_area .inner nav > div.header_list01 {
    padding: 15px 20px 0 0;
  }
  .header_area .inner nav > div ul {
    display: flex;
    position: relative;
  }
  .header_area .inner nav > div ul.target_menu li {
    font-size: 1.2rem;
    margin-right: 8px;
  }
  .header_area .inner nav > div ul.target_menu li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  .header_area .inner nav > div ul.target_menu li a::before {
    content: "\f105";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    color: #d10000;
  }
  .header_area .inner nav > div ul.target_menu li a:hover {
    text-decoration: none;
    color: #d10000;
  }
  .header_area .inner nav > div ul.target_menu::after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ddd;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .header_area .inner nav > div ul.other_menu li {
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .header_area .inner nav > div ul.other_menu li:first-child {
    font-size: 1rem;
  }
  .header_area .inner nav > div ul.other_menu li:first-child a::before {
    width: 3.5em;
    line-height: 2.7em;
  }
  .header_area .inner nav > div ul.other_menu li a {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #000;
  }
  .header_area .inner nav > div ul.other_menu li a span {
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
    width: 0;
  }
  .header_area .inner nav > div ul.other_menu li a:hover {
    text-decoration: none;
    color: #d10000;
  }
  .header_area .inner nav > div ul.main_menu {
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .header_area .inner nav > div ul.main_menu li {
    font-size: 1.4rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
  }
  .header_area .inner nav > div ul.main_menu li:first-child {
    margin-left: 0;
  }
  .header_area .inner nav > div ul.main_menu li a {
    color: #000;
  }
  .header_area .inner nav > div ul.main_menu li a::before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #d10000;
    transition: width .3s ease;
  }
  .header_area .inner nav > div ul.main_menu li a:hover {
    text-decoration: none;
    color: #d10000;
  }
  .header_area .inner nav > div ul.main_menu li a:hover::before {
    width: 100%;
  }
  .header_area .inner nav > div ul.main_menu li a.on {
    text-decoration: none;
  }
  .header_area .inner nav > div ul.main_menu li a.on::before {
    width: 100%;
  }

  #mainvisual {
    position: relative;
    overflow: hidden !important;
    padding-top: 95px;
    height: auto !important;
    min-width: 1040px;
  }
  #mainvisual:after {
    display: none;
  }
  #mainvisual .slide {
    height: 500px;
    position: relative;
    width: 1040px;
    margin: 0 auto;
  }
  #mainvisual .slick-track {
    height: 500px;
  }
  #mainvisual .slick-list {
    overflow: inherit;
    position: static;
  }
  #mainvisual .slick-dots {
    bottom: 0px;
    display: flex !important;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 10px;
    padding-bottom: 20px;
  }
  #mainvisual .slick-dots li {
    width: 40px;
    height: 10px;
  }
  #mainvisual .slick-dots li button {
    width: 40px;
    height: 10px;
  }
  #mainvisual .slick-dots li button:before {
    background: #ddd;
    text-indent: -9999px;
    width: 40px;
    height: 10px;
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slick-dots .slick-active button:before {
    background: #E46E6E;
    text-indent: -9999px;
    width: 40px;
    height: 10px;
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slide_inner img {
    opacity: 0;
  }
  #mainvisual .slide_inner .slick-track img {
    opacity: 1;
  }
  #mainvisual .slick-slide {
    background-size: cover;
    background-position: center center;
  }
  #mainvisual .slick-slide .inner {
    display: flex;
    width: 1160px;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
    align-items: center;
    min-height: 100%;
  }
  #mainvisual .slick-slide .inner.position_C {
    justify-content: center;
  }
  #mainvisual .slick-slide .inner.position_L {
    justify-content: flex-start;
  }
  #mainvisual .slick-slide .inner.position_R {
    justify-content: flex-end;
  }
  #mainvisual .slick-prev,
  #mainvisual .slick-next {
    background: url(../../../img/mainvisual_bg.png) repeat left top;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 0;
    right: -100%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    transform: none;
  }
  #mainvisual .slick-prev:before {
    content: "\e80e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    right: 0;
  }
  #mainvisual .slick-next:before {
    content: "\e80d";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    left: 0;
  }
  #mainvisual .slick-prev:before,
  #mainvisual .slick-next:before {
    position: absolute;
    display: block;
    font-size: 20px;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    border-radius: 0;
    opacity: .75;
    color: #d10000;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
  }
  #mainvisual .slick-prev {
    top: 0;
    left: -100%;
  }
  #mainvisual .slick-next {
    top: 0;
    right: -100%;
  }

  #important {
    width: 1040px;
    margin: 50px auto 0;
  }
  #important table {
    border: 1px solid #d10000;
    box-sizing: border-box;
    width: 100%;
  }
  #important table th {
    color: #d10000;
    border-right: 1px solid #d10000;
    width: 175px;
    vertical-align: middle;
    padding: 15px;
    text-align: center;
  }
  #important table td {
    padding: 10px 20px 15px;
  }
  #important table td ul li {
    margin-top: 5px;
  }
  #important table td ul li a {
    display: flex;
    align-items: center;
  }
  #important table td ul li a p {
    margin: 0 20px 0 0;
    width: 6em;
  }

  #news {
    margin: 50px auto 0;
  }
  #news .news_list {
    margin-top: 30px;
    /*dd{
        font-size: 1.4rem;
        &.date{
            font-size: 1.2rem !important;
        }
    }*/
  }
}
@media screen and (min-width: 768px) and (max-width: 1210px) {
  #mainvisual .slick-prev:before {
    content: "\e80e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    right: -50px;
  }
  #mainvisual .slick-next:before {
    content: "\e80d";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    left: -50px;
  }
  #mainvisual .slick-prev:before,
  #mainvisual .slick-next:before {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header_area {
    display: none;
  }

  body.top #content {
    margin-top: calc(30 / 375 * 100vw) !important;
  }

  body.top #pick_up {
    border-top: 1px solid #d10000;
    border-bottom: none;
    padding-bottom: 0;
  }

  #mainvisual {
    box-shadow: 0px 1px 0 rgba(0, 0, 0, 0.15);
    /* Dots */
  }
  #mainvisual img {
    width: auto;
    max-width: 100%;
  }
  #mainvisual .slick-dotted.slick-slider {
    margin-bottom: 45px;
    height: 100%;
  }
  #mainvisual .slick-dots {
    bottom: 0px;
    display: flex !important;
    justify-content: center;
    box-sizing: border-box;
    padding-right: 10px;
    align-items: center;
    height: calc(30 / 375 * 100vw);
  }
  #mainvisual .slick-dots li {
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
  }
  #mainvisual .slick-dots li button {
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
  }
  #mainvisual .slick-dots li button:before {
    background: #ddd;
    text-indent: -9999px;
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slick-dots .slick-active button:before {
    background: #E46E6E;
    text-indent: -9999px;
    width: calc(25 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
    border-radius: 0%;
    opacity: 1;
  }
  #mainvisual .slick-slide {
    background-size: cover;
    background-position: center center;
  }
  #mainvisual .slick-slide .inner {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    min-height: 100%;
  }
  #mainvisual .slick-slide .inner img {
    width: 100%;
  }
  #mainvisual .slick-slide .inner.position_C {
    justify-content: center;
  }
  #mainvisual .slick-slide .inner.position_L {
    justify-content: flex-start;
  }
  #mainvisual .slick-slide .inner.position_R {
    justify-content: flex-end;
  }
  #mainvisual .slide_inner img {
    opacity: 0;
  }
  #mainvisual .slide_inner .slick-track img {
    opacity: 1;
  }
  #mainvisual .slick-prev:before {
    content: "\e80e";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    right: 0;
  }
  #mainvisual .slick-next:before {
    content: "\e80d";
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    left: 0;
  }
  #mainvisual .slick-prev,
  #mainvisual .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    display: block;
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    padding: 0;
    transform: translate(0, 0);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
  }
  #mainvisual .slick-prev:before,
  #mainvisual .slick-next:before {
    display: block;
    font-size: calc(10 / 375 * 100vw);
    width: calc(30 / 375 * 100vw);
    height: calc(30 / 375 * 100vw);
    text-align: center;
    line-height: calc(30 / 375 * 100vw);
    border-radius: 0;
    opacity: .75;
    color: #d10000;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #important {
    margin-top: 8%;
    margin-left: 5%;
    margin-right: 5%;
  }
  #important table {
    border: 1px solid #d10000;
    box-sizing: border-box;
    width: 100%;
  }
  #important table th {
    display: block;
    color: #d10000;
    border-bottom: 1px solid #d10000;
    font-size: 1.4rem;
    padding: 2%;
    text-align: center;
  }
  #important table td {
    display: block;
    padding: 1% 3% 2%;
  }
  #important table td ul li {
    margin-top: 1%;
    font-size: 1.2rem;
  }
  #important table td ul li a {
    display: flex;
  }
  #important table td ul li a p {
    margin: 0 2% 0 0;
    width: 6em;
    flex-shrink: 0;
  }

  body.top #news {
    padding-bottom: 8%;
  }
  body.top #news h2 {
    font-size: 1px;
  }
  body.top #news .news_list {
    margin-top: 5%;
    /*dd{
        margin-top: 0;
    }
    a{
        font-size: 1.3rem;
    }*/
  }
}
