@charset "UTF-8";
/* veriable */
/* 全体 */
/* line 12, G:/xampp/htdocs/daisan/css/home.sass */
body {
  background-color: #e6e6e6; }

/* ビルボード */
/* line 16, G:/xampp/htdocs/daisan/css/home.sass */
.billbord {
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  /* line 23, G:/xampp/htdocs/daisan/css/home.sass */
  .billbord h2 {
    position: absolute;
    font-family: "Yu Mincho","游明朝", "游明朝体", YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
    font-size: 60px;
    line-height: 1em;
    color: #fff;
    top: calc( ( ( 100% - 170px - 1em ) / 2 ) + 170px);
    top: -webkit-calc( ( ( 100% - 170px - 1em ) / 2 ) + 170px);
    right: calc( ( ( 100% - 1100px) / 2 ) + 120px);
    right: -webkit-calc( ( ( 100% - 1100px) / 2 ) + 120px);
    z-index: 2; }
    @media (max-width: 767px) {
      /* line 23, G:/xampp/htdocs/daisan/css/home.sass */
      .billbord h2 {
        top: 50%;
        right: 0;
        width: 100%;
        text-align: center;
        font-size: 30px; } }
  /* line 40, G:/xampp/htdocs/daisan/css/home.sass */
  .billbord .slider {
    width: 100%;
    height: 100%; }
    /* line 43, G:/xampp/htdocs/daisan/css/home.sass */
    .billbord .slider .imagebox {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; 
    }
    .billbord .slider .imagebox03 {
      background-position: top center;
    }

    @media (max-width: 767px) {
      .billbord .slider .imagebox01 {
        background-position: center left 18%;
      }
      .billbord .slider .imagebox03 {
        background-position: center left -60%;
      }
    } 

/* リンクボタン */
/* line 50, G:/xampp/htdocs/daisan/css/home.sass */
.top_links {
  margin: 25px auto;
  padding: 0 5px; }
  @media (min-width: 1101px) {
    /* line 50, G:/xampp/htdocs/daisan/css/home.sass */
    .top_links {
      width: 1100px; } }
  @media (max-width: 1100px) {
    /* line 50, G:/xampp/htdocs/daisan/css/home.sass */
    .top_links {
      width: 100%; } }
  @media (max-width: 960px) {
    /* line 50, G:/xampp/htdocs/daisan/css/home.sass */
    .top_links {
      width: 960px; } }
  @media (max-width: 767px) {
    /* line 50, G:/xampp/htdocs/daisan/css/home.sass */
    .top_links {
      margin: 0;
      padding: 0;
      width: 100%; } }
  /* line 63, G:/xampp/htdocs/daisan/css/home.sass */
  .top_links li {
    background-color: #fff;
    vertical-align: top;
    position: relative; }
    @media (min-width: 768px) {
      /* line 63, G:/xampp/htdocs/daisan/css/home.sass */
      .top_links li {
        display: table;
        width: calc(50% - 55px);
        margin: 25px;
        float: left;
        height: 263px; } }
    @media (max-width: 767px) {
      /* line 63, G:/xampp/htdocs/daisan/css/home.sass */
      .top_links li {
        width: 100%; } }
    /* line 75, G:/xampp/htdocs/daisan/css/home.sass */
    .top_links li a {
      text-decoration: none;
      width: 100%; }
      @media (min-width: 768px) {
        /* line 75, G:/xampp/htdocs/daisan/css/home.sass */
        .top_links li a {
          display: table-row; } }
      @media (max-width: 767px) {
        /* line 75, G:/xampp/htdocs/daisan/css/home.sass */
        .top_links li a {
          display: block; } }
      /* line 82, G:/xampp/htdocs/daisan/css/home.sass */
      .top_links li a .picture_space {
        height: 100%;
        background-position: center;
        background-size: cover; }
        @media (min-width: 768px) {
          /* line 82, G:/xampp/htdocs/daisan/css/home.sass */
          .top_links li a .picture_space {
            display: table-cell;
            width: 50%; } }
        @media (max-width: 767px) {
          /* line 82, G:/xampp/htdocs/daisan/css/home.sass */
          .top_links li a .picture_space {
            width: 100%;
            display: block;
            height: 263px; } }
      /* line 93, G:/xampp/htdocs/daisan/css/home.sass */
      .top_links li a .white_space {
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        line-height: 21px; }
        @media (min-width: 768px) {
          /* line 93, G:/xampp/htdocs/daisan/css/home.sass */
          .top_links li a .white_space {
            display: table-cell;
            width: 50%; } }
        @media (max-width: 767px) {
          /* line 93, G:/xampp/htdocs/daisan/css/home.sass */
          .top_links li a .white_space {
            display: inline-block;
            width: 100%;
            padding: 30px 0; } }
        /* line 105, G:/xampp/htdocs/daisan/css/home.sass */
        .top_links li a .white_space .border_box {
          display: inline-block;
          border: solid 1px #323232;
          color: #323232;
          font-size: 10px;
          line-height: 22px;
          width: 77px;
          margin-bottom: 20px; }
        /* line 113, G:/xampp/htdocs/daisan/css/home.sass */
        .top_links li a .white_space b {
          display: inline-block;
          font-size: 19px;
          line-height: 1em;
          color: #323232;
          letter-spacing: 5px;
          margin-bottom: 26px; }
    /* line 120, G:/xampp/htdocs/daisan/css/home.sass */
    .top_links li .special {
      position: absolute;
      z-index: 2;
      display: inline-block;
      width: 90px;
      height: 90px;
      background-color: #0abcce;
      color: #fff;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      border-radius: 50%;
      box-sizing: border-box;
      padding-top: 20px; }
      @media (min-width: 768px) {
        /* line 120, G:/xampp/htdocs/daisan/css/home.sass */
        .top_links li .special {
          top: -30px;
          right: -30px; } }
      @media (max-width: 767px) {
        /* line 120, G:/xampp/htdocs/daisan/css/home.sass */
        .top_links li .special {
          top: -45px;
          right: 5%; } }

/* line 141, G:/xampp/htdocs/daisan/css/home.sass */
.top_links:after {
  content: "";
  display: table;
  clear: both; }

/*# sourceMappingURL=home.css.map */