@charset "UTF-8";
/* Small Display
-------------------------------------------------- */
@media screen and (max-width: 600px) {
  #mainImg {
    background-color: #000; }
    #mainImg img {
      width: 100%;
      height: auto; }
    #mainImg .mainImgInner .right {
      background-color: rgba(0, 0, 0, 0.8);
      text-align: center;
      padding: 20px;
      position: relative;
      z-index: 2;
      margin-top: -60px; }
      #mainImg .mainImgInner .right p {
        text-align: left;
        color: #fff;
        font-size: 12px;
        margin-top: 10px; }
  #topContents {
    width: 100%;
    background-image: url(../images/home/pickup-bg-2.jpg);
    background-size: cover; }
    #topContents #topContInner {
      width: 100%;
      padding-top: 10px; }
      #topContents #topContInner .sub_catch {
        color: #fff; }
      #topContents #topContInner ul {
        width: 100%; }
        #topContents #topContInner ul li {
          background-repeat: no-repeat;
          background-size: cover;
          width: 100%; }
          #topContents #topContInner ul li h2 {
            border-bottom: 2px solid #c8161e;
            font-size: 16px;
            line-height: 1;
            font-weight: 400;
            height: 25px;
            color: #fff;
            display: inline-block;
            margin-bottom: 5px; }
            #topContents #topContInner ul li h2 span {
              display: inline-block;
              font-size: 10px;
              padding-left: 10px; }
          #topContents #topContInner ul li p {
            font-size: 12px;
            color: #fff;
            width: 80%; }
          #topContents #topContInner ul li a {
            display: block;
            position: relative;
            width: 100%;
            height: 100%;
            padding: 20px; }
            #topContents #topContInner ul li a img {
              width: 100%;
              height: auto; }
          #topContents #topContInner ul li a:after {
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            left: "";
            width: 15px;
            height: 15px;
            margin-top: -12px;
            border: solid #c8161e;
            border-width: 2px 2px 0 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: ""; }
          #topContents #topContInner ul li:nth-of-type(1) {
            background-image: url(../images/home/info2.jpg); }
          #topContents #topContInner ul li:nth-of-type(2) {
            background-image: url(../images/home/info1.jpg); }
          #topContents #topContInner ul li.laser {
            background-image: url(../images/home/info5.jpg); }
          #topContents #topContInner ul li:nth-of-type(3) {
            background-image: url(../images/home/info3.jpg); }
          #topContents #topContInner ul li:nth-of-type(4) {
            background-image: url(../images/home/info4.jpg); }
          #topContents #topContInner ul li:nth-of-type(5) a {
            background-color: #ececec;
            width: 100%;
            padding: 20px; }
            #topContents #topContInner ul li:nth-of-type(5) a img {
              vertical-align: middle;
              display: inline-block;
              width: 50px;
              height: auto;
              margin-right: 10px; }
            #topContents #topContInner ul li:nth-of-type(5) a h2 {
              color: #000;
              height: 28px; }
            #topContents #topContInner ul li:nth-of-type(5) a p {
              color: #000; }
            #topContents #topContInner ul li:nth-of-type(5) a span {
              display: inline-block;
              vertical-align: middle;
              padding-left: 10px;
              font-size: 13px;
              line-height: 1.3; }
  #pickUp {
    width: 90%;
    margin: 0 auto 30px;
    padding-top: 20px; }
    #pickUp h2 {
      font-size: 20px; }
    #pickUp #pickUpMenu .pickUpBox {
      margin-bottom: 20px; }
      #pickUp #pickUpMenu .pickUpBox a {
        display: table;
        width: 100%; }
        #pickUp #pickUpMenu .pickUpBox a .imgArea {
          width: 100px;
          display: table-cell;
          text-align: center;
          overflow: hidden;
          background-repeat: no-repeat; }
          #pickUp #pickUpMenu .pickUpBox a .imgArea img {
            max-width: 100%; }
        #pickUp #pickUpMenu .pickUpBox a .txtArea {
          display: table-cell;
          padding-left: 10px; }
          #pickUp #pickUpMenu .pickUpBox a .txtArea h3 {
            font-size: 16px;
            font-weight: 400;
            line-height: 1;
            padding: 0 0 5px 0; }
          #pickUp #pickUpMenu .pickUpBox a .txtArea p {
            font-size: 12px;
            line-height: 1.5; }
  #info {
    margin: 0 auto 50px;
    width: 90%; }
    #info #news {
      width: 100%; }
      #info #news h2 {
        font-size: 20px;
        line-height: 1;
        color: #c8161e;
        border-bottom: 2px solid #c8161e;
        font-weight: 400;
        padding-bottom: 10px;
        text-align: left; }
        #info #news h2 span {
          font-size: 10px;
          display: inline-block;
          color: #000;
          text-align: left;
          margin-top: 10px; }
      #info #news ul {
        padding-top: 20px; }
        #info #news ul li {
          display: block;
          width: 100%;
          margin-bottom: 20px;
          border-bottom: 1px solid #ccc; }
          #info #news ul li .day {
            display: block;
            color: #999; }
          #info #news ul li a {
            display: block;
            line-height: 1.6;
            position: relative;
            padding-right: 20px;
            padding-bottom: 10px; }
            #info #news ul li a:after {
              display: block;
              position: absolute;
              top: 50%;
              right: 10px;
              left: "";
              width: 7px;
              height: 7px;
              margin-top: -4px;
              border: solid #c8161e;
              border-width: 2px 2px 0 0;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              content: ""; }
      #info #news .more {
        padding-top: 20px; }
        #info #news .more a {
          display: block;
          width: 100%;
          height: 45px;
          border: 1px solid #c4c4c4;
          position: relative;
          margin: 0 auto;
          line-height: 45px;
          text-align: center;
          color: #999; }
          #info #news .more a:after {
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            left: "";
            width: 7px;
            height: 7px;
            margin-top: -4px;
            border: solid #c8161e;
            border-width: 1px 1px 0 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: ""; }
    #info #fb {
      width: 100%;
      padding-top: 30px; }
      #info #fb ._2lqg {
        display: none; }
  h2 {
    color: #c9151e;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    font-size: 30px;
    margin-top: 20px; }
  .sub_catch {
    color: #999999;
    text-align: center;
    font-size: 13px;
    margin-bottom: 20px;
    margin-top: 10px; }
  .pickup_blog {
    margin-bottom: 20px;
    padding-bottom: 30px; }
    .pickup_blog .slide-arrow {
      width: 10px;
      position: absolute;
      top: 75px;
      z-index: 3; }
      .pickup_blog .slide-arrow.prev-arrow {
        left: 5px; }
      .pickup_blog .slide-arrow.next-arrow {
        right: 5px; }
    .pickup_blog button {
      margin: 0;
      padding: 0;
      background: none;
      border: none;
      border-radius: 0;
      outline: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
    .pickup_blog .slick-dots {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      margin-top: 15px; }
      .pickup_blog .slick-dots li {
        display: flex;
        align-items: center;
        margin-right: 15px; }
        .pickup_blog .slick-dots li button {
          text-indent: -9999px;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background-color: #d3cdcd; }
          .pickup_blog .slick-dots li button:before {
            content: none; }
        .pickup_blog .slick-dots li.slick-active button {
          background-color: #ce2c34; }
        .pickup_blog .slick-dots li:last-of-type {
          margin-right: 0; }
    .pickup_blog .pickup_item {
      width: 100%;
      height: auto;
      position: relative;
      overflow: hidden; }
      .pickup_blog .pickup_item a {
        display: block;
        width: 100%;
        height: 170px; }
      .pickup_blog .pickup_item:after {
        content: "";
        background: url(../images/home/pickup_shadow.png) no-repeat bottom;
        background-size: cover;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 2;
        bottom: 0; }
      .pickup_blog .pickup_item .img_area {
        position: relative; }
        .pickup_blog .pickup_item .img_area img {
          width: 100%; }
        .pickup_blog .pickup_item .img_area.new:before {
          content: "NEW";
          color: #fff;
          background-color: #c8161e;
          text-align: center;
          display: inline-block;
          line-height: 1;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 14px;
          padding: 5px 10px 3px;
          min-width: 80px;
          z-index: 3; }
      .pickup_blog .pickup_item .txt_area {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        color: #fff;
        padding: 15px 30px;
        height: 115px; }
        .pickup_blog .pickup_item .txt_area .ymd {
          display: block;
          font-size: 12px;
          line-height: 1;
          margin-bottom: 10px; }
        .pickup_blog .pickup_item .txt_area .article_catch {
          font-size: 13px;
          line-height: 1;
          margin-bottom: 10px; }
        .pickup_blog .pickup_item .txt_area .ttl {
          font-size: 16px;
          line-height: 1.3; }
  .blog_list {
    margin: 0 auto 30px;
    width: 90%; }
    .blog_list li {
      position: relative; }
      .blog_list li:not(:last-of-type) {
        border-bottom: 1px solid #ccc;
        margin-bottom: 20px;
        padding-bottom: 20px; }
      .blog_list li a {
        color: #000;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden; }
    .blog_list .img_area {
      float: left;
      position: relative;
      width: 23%; }
      .blog_list .img_area.new:before {
        content: "NEW";
        color: #fff;
        background-color: #c8161e;
        text-align: center;
        display: inline-block;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 5px 10px;
        font-size: 10px;
        min-width: 40px; }
    .blog_list .txt_area {
      float: right;
      width: 77%;
      padding: 0 15px; }
      .blog_list .txt_area span {
        display: block; }
      .blog_list .txt_area .ymd {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 10px; }
      .blog_list .txt_area .ttl {
        font-weight: bold;
        color: #000;
        line-height: 1.3;
        margin-bottom: 5px;
        font-size: 14px; }
      .blog_list .txt_area .txt {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 12px; } }

/* Large Display
-------------------------------------------------- */
@media print, screen and (min-width: 601px) {
  #mainImg {
    min-width: 100%;
    height: 360px;
    background-image: url(../images/home/main-bg.jpg);
    background-position: center 50%;
    background-size: cover;
    padding: 30px 0 35px; }
    #mainImg .mainImgInner {
      width: 1140px;
      margin: 0 auto;
      overflow: hidden; }
      #mainImg .mainImgInner .left {
        float: left;
        width: 570px; }
      #mainImg .mainImgInner .right {
        float: right;
        width: 570px;
        padding-left: 45px;
        padding-top: 77px; }
        #mainImg .mainImgInner .right p {
          color: #fff;
          font-size: 14px;
          margin-top: 30px; }
  #topContents {
    min-width: 100%;
    background-image: url(../images/home/pickup-bg-2.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
    #topContents #topContInner {
      width: 1140px;
      margin: 0 auto;
      padding-top: 10px;
      padding-bottom: 35px; }
      #topContents #topContInner .sub_catch {
        color: #fff; }
      #topContents #topContInner ul {
        display: flex;
        flex-wrap: wrap;
        width: 1140px;
        height: 420px; }
        #topContents #topContInner ul li {
          background-repeat: no-repeat;
          background-size: cover; }
          #topContents #topContInner ul li .txt {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            /* Safari用 */
            transform: translateY(-50%); }
          #topContents #topContInner ul li h2 {
            border-bottom: 2px solid #c8161e;
            font-size: 20px;
            line-height: 1;
            font-weight: 400;
            height: 30px;
            color: #fff;
            display: inline-block;
            margin-bottom: 10px; }
            #topContents #topContInner ul li h2 span {
              display: inline-block;
              font-size: 14px;
              padding-left: 20px; }
          #topContents #topContInner ul li p {
            color: #fff;
            font-size: 12px;
            width: 360px; }
          #topContents #topContInner ul li a:hover {
            background-color: rgba(255, 255, 255, 0.4); }
          #topContents #topContInner ul li:nth-of-type(1), #topContents #topContInner ul li:nth-of-type(2) {
            width: 570px;
            height: 250px; }
            #topContents #topContInner ul li:nth-of-type(1) a, #topContents #topContInner ul li:nth-of-type(2) a {
              display: block;
              position: relative;
              width: 570px;
              height: 250px;
              padding-left: 30px; }
          #topContents #topContInner ul li:nth-of-type(3), #topContents #topContInner ul li:nth-of-type(4), #topContents #topContInner ul li:nth-of-type(5) {
            width: 380px;
            height: 170px; }
            #topContents #topContInner ul li:nth-of-type(3) a, #topContents #topContInner ul li:nth-of-type(4) a, #topContents #topContInner ul li:nth-of-type(5) a {
              display: block;
              position: relative;
              width: 380px;
              height: 170px;
              padding-left: 30px; }
          #topContents #topContInner ul li:nth-of-type(1) {
            background-image: url(../images/home/info2.jpg); }
          #topContents #topContInner ul li:nth-of-type(2) {
            background-image: url(../images/home/info1.jpg); }
          #topContents #topContInner ul li.laser {
            background-image: url(../images/home/info5.jpg); }
          #topContents #topContInner ul li:nth-of-type(3) {
            background-image: url(../images/home/info3.jpg); }
          #topContents #topContInner ul li:nth-of-type(4) {
            background-image: url(../images/home/info4.jpg); }
          #topContents #topContInner ul li:nth-of-type(5) a {
            background-color: #ececec; }
            #topContents #topContInner ul li:nth-of-type(5) a h2 {
              color: #000;
              font-weight: 400;
              height: 40px; }
            #topContents #topContInner ul li:nth-of-type(5) a p {
              color: #000; }
            #topContents #topContInner ul li:nth-of-type(5) a img {
              vertical-align: middle;
              display: inline-block;
              width: 75px;
              margin-right: 10px; }
            #topContents #topContInner ul li:nth-of-type(5) a span {
              display: inline-block;
              vertical-align: middle;
              padding-left: 10px; }
            #topContents #topContInner ul li:nth-of-type(5) a:hover {
              background-color: #d9d7d7; }
  #pickUp {
    width: 1140px;
    margin: 0 auto 60px;
    padding-top: 50px; }
    #pickUp h2 {
      font-size: 26px;
      margin-top: 0; }
    #pickUp #pickUpMenu {
      display: flex;
      justify-content: space-between; }
      #pickUp #pickUpMenu .pickUpBox a {
        display: block;
        width: 367px; }
        #pickUp #pickUpMenu .pickUpBox a:hover {
          opacity: .7; }
        #pickUp #pickUpMenu .pickUpBox a .imgArea {
          width: 367px;
          height: 150px;
          background-repeat: no-repeat;
          background-size: cover; }
        #pickUp #pickUpMenu .pickUpBox a h3 {
          font-size: 20px;
          font-weight: 400;
          text-align: center;
          line-height: 1;
          padding: 20px 0; }
        #pickUp #pickUpMenu .pickUpBox a p {
          padding: 0 20px;
          font-size: 13px; }
  #info {
    margin: 0 auto 50px;
    width: 1140px;
    display: flex;
    justify-content: space-between; }
    #info #news {
      width: 760px; }
      #info #news h2 {
        font-size: 20px;
        line-height: 1;
        color: #c8161e;
        border-bottom: 2px solid #c8161e;
        font-weight: 400;
        padding-bottom: 10px;
        text-align: left; }
        #info #news h2 span {
          font-size: 14px;
          display: inline-block;
          padding-left: 20px;
          color: #000; }
      #info #news ul {
        padding-top: 20px; }
        #info #news ul li {
          display: table;
          width: 100%;
          margin-bottom: 20px; }
          #info #news ul li .day {
            display: table-cell;
            width: 126px;
            position: relative;
            color: #999;
            padding-left: 15px; }
            #info #news ul li .day:before {
              display: block;
              position: absolute;
              top: 14px;
              right: 10px;
              left: 0;
              width: 7px;
              height: 7px;
              margin-top: -4px;
              border: solid #c8161e;
              border-width: 1px 1px 0 0;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              content: ""; }
          #info #news ul li a {
            display: table-cell;
            line-height: 1.6; }
            #info #news ul li a:hover {
              text-decoration: underline; }
      #info #news .more {
        padding-top: 20px; }
        #info #news .more a {
          display: block;
          width: 225px;
          height: 45px;
          border: 1px solid #c4c4c4;
          position: relative;
          margin: 0 auto;
          line-height: 45px;
          text-align: center;
          color: #000; }
          #info #news .more a:after {
            display: block;
            position: absolute;
            top: 50%;
            right: 10px;
            left: "";
            width: 7px;
            height: 7px;
            margin-top: -4px;
            border: solid #c8161e;
            border-width: 1px 1px 0 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            content: ""; }
          #info #news .more a:hover {
            color: #999; }
    #info #fb {
      width: 343px;
      padding-top: 30px; }
  h2 {
    color: #c9151e;
    text-align: center;
    font-weight: normal;
    line-height: 1.3;
    font-size: 36px;
    margin-top: 30px; }
  .sub_catch {
    color: #999999;
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px; }
  #blog .blog_inner {
    width: 1140px;
    margin: 0 auto;
    padding-bottom: 20px; }
  .pickup_blog {
    display: flex;
    justify-content: center; }
    .pickup_blog .pickup_item {
      width: 366px;
      height: 300px;
      position: relative;
      overflow: hidden;
      margin: 0 21px 20px 0; }
      .pickup_blog .pickup_item:last-of-type {
        margin-right: 0px; }
      .pickup_blog .pickup_item a {
        display: block;
        position: relative;
        z-index: 5;
        width: 366px;
        height: 300px; }
        .pickup_blog .pickup_item a:hover img {
          opacity: .7; }
        .pickup_blog .pickup_item a:after {
          content: "";
          background: url(../images/home/pickup_shadow.png) no-repeat;
          width: 366px;
          height: 179px;
          position: absolute;
          z-index: 2;
          bottom: 0; }
      .pickup_blog .pickup_item .img_area {
        position: relative; }
        .pickup_blog .pickup_item .img_area img {
          width: 100%; }
        .pickup_blog .pickup_item .img_area.new:before {
          content: "NEW";
          color: #fff;
          background-color: #c8161e;
          text-align: center;
          display: inline-block;
          line-height: 1;
          position: absolute;
          top: 0;
          left: 0;
          font-size: 12px;
          padding: 5px 10px;
          min-width: 60px;
          z-index: 3; }
      .pickup_blog .pickup_item .txt_area {
        position: absolute;
        z-index: 3;
        left: 0;
        bottom: 0;
        color: #fff;
        padding: 20px;
        height: 140px; }
        .pickup_blog .pickup_item .txt_area .ymd {
          font-size: 12px; }
        .pickup_blog .pickup_item .txt_area .article_catch {
          font-size: 13px; }
        .pickup_blog .pickup_item .txt_area .ttl {
          font-size: 16px;
          line-height: 1.5; }
  .blog_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .blog_list li {
      position: relative;
      width: calc(50% - 20px);
      margin-bottom: 20px; }
      .blog_list li:nth-of-type(odd) {
        margin-right: 20px; }
      .blog_list li a {
        color: #000;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .blog_list li a:hover {
          opacity: .7; }
    .blog_list .img_area {
      float: left;
      position: relative;
      width: 100px; }
      .blog_list .img_area img {
        width: 100%; }
        .blog_list .img_area img:hover {
          opacity: 1; }
      .blog_list .img_area.new:before {
        content: "NEW";
        color: #fff;
        background-color: #c8161e;
        text-align: center;
        display: inline-block;
        line-height: 1;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        padding: 5px 10px;
        font-size: 12px;
        min-width: 60px; }
    .blog_list .txt_area {
      float: right;
      width: calc(100% - 100px);
      padding: 0 20px; }
      .blog_list .txt_area span {
        display: block; }
      .blog_list .txt_area .ymd {
        font-size: 12px;
        line-height: 1;
        margin-bottom: 10px; }
      .blog_list .txt_area .ttl {
        font-weight: bold;
        color: #000;
        line-height: 1.3;
        font-size: 16px;
        margin-bottom: 10px; }
      .blog_list .txt_area .txt {
        margin-bottom: 0;
        line-height: 1.5;
        font-size: 13px; } }

/* Print CSS
-------------------------------------------------- */

/*# sourceMappingURL=map/home.css.map */
