@charset "UTF-8";
_:-ms-input-placeholder, :root .id-slide {
  z-index: -1;
  transform: rotate(0.0001deg); }

.id {
  overflow-x: hidden; }

.id-slide {
  position: relative;
  /*
  @media screen and (max-width: 374px) {
      .id-slide-cover {position:relative;width:100%;height:auto;padding:15px 0 45px 0;background:rgba(#FCD4DC,0.8);z-index:2;@include Flex;justify-content: center;align-items: center;
          img {width:160px;}
      }
      ul {
          li {width:100%;height:210px;
              a,span {background-position:right center;}
          }
      }
  }
  */ }
@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.1); } }
  .id-slide .slide-animation {
    animation: fadezoom 10s 0s forwards; }
  .id-slide .id-slide-cover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25%;
    min-width: 210px;
    height: 100%;
    background: rgba(252, 212, 220, 0.8);
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    .id-slide .id-slide-cover img {
      max-width: 286px;
      width: 80%; }
  .id-slide ul li {
    height: 80vh;
    max-height: 960px; }
    .id-slide ul li a, .id-slide ul li span {
      display: block;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center center; }
  @media screen and (max-width: 959px) {
    .id-slide ul li {
      height: 60vh; } }
  @media screen and (max-width: 559px) {
    .id-slide .id-slide-cover {
      min-width: auto;
      width: 40%; }
      .id-slide .id-slide-cover img {
        margin-top: -25px; }
    .id-slide ul li {
      height: 300px; } }

.id-banner {
  background: rgba(246, 155, 134, 0.07);
  padding-bottom: 40px; }
  .id-banner ul {
    margin-top: -30px;
    z-index: 3;
    position: relative; }
    .id-banner ul li {
      margin: 0 10px; }
  @media screen and (max-width: 374px) {
    .id-banner ul li img {
      width: 300px; } }

.slick-dots {
  bottom: -40px; }

.slick-dots li button:before {
  font-size: 13px;
  color: #F36747; }

.slick-dots li.slick-active button:before {
  color: #F36747; }

.id-wb, .id-news {
  max-width: 2048px;
  margin: 0 auto; }
  .id-wb .-img, .id-news .-img {
    z-index: 2; }
  .id-wb .-txt, .id-news .-txt {
    padding: 1px; }
    .id-wb .-txt div, .id-news .-txt div {
      text-align: left; }
      .id-wb .-txt div h2, .id-news .-txt div h2 {
        margin: 60px 0 30px 0; }
        .id-wb .-txt div h2::after, .id-news .-txt div h2::after {
          display: block;
          content: '';
          width: 90px;
          height: 5px;
          background-image: url("../img/common/tricolor.png");
          background-size: 100%;
          margin-top: 20px; }
  @media screen and (min-width: 960px), print {
    .id-wb, .id-news {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-box-lines: multiple;
      -moz-box-lines: multiple;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 40px;
      margin-bottom: 40px; }
      .id-wb .-img, .id-news .-img {
        width: 45%;
        min-height: 540px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .id-wb .-txt, .id-news .-txt {
        width: 60%;
        background: rgba(246, 155, 134, 0.07); }
        .id-wb .-txt div, .id-news .-txt div {
          width: 100%;
          max-width: 780px;
          *zoom: 1;
          position: relative; }
          .id-wb .-txt div::before, .id-news .-txt div::before {
            content: " ";
            display: table; }
          .id-wb .-txt div::after, .id-news .-txt div::after {
            content: " ";
            display: table;
            clear: both; } }
  @media screen and (max-width: 959px) {
    .id-wb, .id-news {
      background: rgba(246, 155, 134, 0.07);
      padding: 0 3%; }
      .id-wb .-img, .id-news .-img {
        display: block;
        height: 300px;
        max-width: 720px;
        margin: 0 auto;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; }
      .id-wb .-txt div, .id-news .-txt div {
        max-width: 720px;
        margin: 0 auto; }
        .id-wb .-txt div h2, .id-news .-txt div h2 {
          margin-top: 30px; } }
  @media screen and (max-width: 559px) {
    .id-wb .-img, .id-news .-img {
      height: 240px; } }

.id-wb .-txt div p {
  font-size: 18px;
  line-height: 38px;
  font-weight: bold; }
.id-wb .-txt div figure img {
  max-width: 100%; }
@media screen and (min-width: 960px), print {
  .id-wb {
    flex-flow: row-reverse; }
    .id-wb .-img {
      margin: -20px 0 20px -5%;
      background-position: center top; }
    .id-wb .-txt {
      padding: 0 10% 0 5%; }
      .id-wb .-txt div {
        float: right; }
        .id-wb .-txt div figure {
          position: absolute;
          right: 0px;
          top: 80px;
          width: 50%; }
          .id-wb .-txt div figure img {
            width: 100%; } }
@media screen and (max-width: 1280px) {
  .id-wb .-txt div figure {
    top: 210px;
    width: 60%; } }
@media screen and (max-width: 959px) {
  .id-wb .-txt div {
    position: relative;
    height: 420px; }
    .id-wb .-txt div figure {
      position: absolute;
      right: 0px;
      top: auto;
      bottom: 30px;
      width: 60%;
      text-align: right; } }
@media screen and (max-width: 559px) {
  .id-wb .-txt div {
    height: auto; }
    .id-wb .-txt div figure {
      position: relative;
      right: auto;
      top: auto;
      bottom: auto;
      width: 100%;
      text-align: center;
      margin: 15px auto 30px; }
    .id-wb .-txt div p br {
      display: none; } }

.id-news .-txt div > p {
  margin: 0px;
  text-align: right;
  margin: -60px 0 30px 0; }
  .id-news .-txt div > p a {
    display: inline-block;
    padding: 0.4rem 0.75rem 0.4rem 1rem;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    font-size: 0.9rem;
    box-sizing: content-box; }
    .id-news .-txt div > p a::after {
      content: '･';
      font-family: 'Icons';
      margin: 0 5px;
      font-size: 95%;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .id-news .-txt div > p a:hover {
      color: #808080; }
    .id-news .-txt div > p a:hover::after {
      margin: 0 0 0 10px; }
.id-news .-txt div ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 60px; }
  .id-news .-txt div ul li {
    position: relative;
    padding: 10px 0;
    min-height: 90px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15); }
    .id-news .-txt div ul li figure {
      width: 90px;
      height: 70px;
      overflow: hidden;
      position: absolute;
      left: 0px;
      top: 10px; }
      .id-news .-txt div ul li figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 100%; }
    .id-news .-txt div ul li b {
      font-size: 13px;
      width: 70px;
      line-height: 21px;
      display: inline-block;
      background: #ddd;
      color: #fff;
      text-align: center;
      position: absolute;
      left: 120px;
      top: 10px; }
    .id-news .-txt div ul li time {
      display: inline-block;
      font-size: 13px;
      line-height: 21px;
      position: absolute;
      left: 210px;
      top: 10px; }
    .id-news .-txt div ul li p {
      padding: 27px 0 0 120px;
      font-size: 15px;
      line-height: 21px; }
  .id-news .-txt div ul li.-cate1 b {
    background: #F69B86; }
  .id-news .-txt div ul li.-cate2 b {
    background: #77BFE9; }
  .id-news .-txt div ul li.-cate3 b {
    background: #B8DA9D; }
  .id-news .-txt div ul li.-cate4 b {
    background: #dc5f62; }
@media screen and (min-width: 960px), print {
  .id-news .-img {
    margin: -20px -5% 20px 0;
    background-position: center center; }
  .id-news .-txt {
    padding: 0 5% 0 10%; } }
@media screen and (max-width: 959px) {
  .id-news .-img {
    background-position: center center; } }

.id-img {
  background-image: url("../img/common/foot_image.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  position: relative;
  width: 100%; }
  .id-img::before {
    content: "";
    display: block;
    padding-top: 40%; }
  @media screen and (max-width: 559px) {
    .id-img {
      height: 210px; }
      .id-img::before {
        display: none; } }
