@charset "UTF-8";
/*-----------------
reset
-------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.6em; }

a {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out; }
  a:link, a:visited {
    color: #131211;
    text-decoration: none; }
  a:hover, a:active {
    color: #656574;
    text-decoration: underline; }

.inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  *zoom: 1; }
  .inner:before {
    display: inline-table; }
  .inner:after {
    content: "";
    display: block;
    clear: both; }
  .inner table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 600px;
    margin: 0 auto 30px; }
    .inner table th {
      background: #F4F4F6;
      text-align: center;
      padding: 10px;
      width: 50%;
      border-bottom: 10px solid #fff;
      vertical-align: middle; }
    .inner table td {
      padding: 10px;
      width: 50%;
      border-bottom: 10px solid #fff; }

.tleft {
  text-align: left; }

.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.fleft {
  float: left;
  margin-right: 20px; }

.fright {
  float: right;
  margin-left: 20px; }

.cb {
  clear: both; }

.red {
  color: #ff0000 !important; }

.btn01 {
  display: inline-block;
  border: 1px solid #131211;
  border-radius: 3px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 1.6em; }
  .btn01:link, .btn01:visited {
    color: #131211;
    text-decoration: none; }
  .btn01:hover, .btn01:active {
    color: #131211;
    text-decoration: none; }

#header {
  width: auto;
  height: 133px; }
  #header .inner {
    width: 960px; }
    #header .inner h1 {
      font-size: 14px;
      line-height: 1.6em;
      text-align: right;
      padding: 10px 0; }
    #header .inner #logo {
      position: absolute;
      width: 334px;
      height: 95px;
      left: 0;
      top: 45px; }
      #header .inner #logo a {
        display: block;
        width: 334px;
        height: 95px;
        background: url(../img/logo.png) no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        line-height: 0;
        -webkit-transition: inherit;
        transition: inherit; }
    #header .inner #tel {
      position: absolute;
      right: 0;
      top: 75px;
      font-size: 0;
      line-height: 0;
      width: 250px; }
      #header .inner #tel a {
        cursor: default; }
    #header .inner #time {
      position: absolute;
      right: 260px;
      top: 65px;
      font-size: 0;
      line-height: 0;
      width: 280px; }

#mv {
  width: auto;
  height: 391px;
  margin: 0;
  background: url(../img/mv-bg.png) repeat-x center top; }
  #mv div {
    font-size: 0;
    line-height: 0;
    width: 1000px;
    margin: 0 auto;
    padding-top: 50px; }

#navi {
  background: #000;
  text-align: center; }
  #navi #navi-btn {
    display: none; }
  #navi ul {
    padding: 8px 0;
    font-size: 0;
    line-height: 0; }
    #navi ul li {
      display: inline-block;
      font-size: 16px;
      line-height: 1.2em;
      padding: 0 10px;
      border-left: 1px solid #fff; }
      #navi ul li a:link, #navi ul li a:visited {
        color: #fff;
        text-decoration: underline; }
      #navi ul li a:hover, #navi ul li a:active {
        color: #fff;
        text-decoration: none; }

.area .inner {
  border-bottom: 1px solid #009CB1;
  padding-top: 40px;
  padding-bottom: 50px; }

.area h2 {
  text-align: center;
  font-size: 38px;
  line-height: 1.4em;
  font-weight: bold;
  color: #0093B1;
  text-align: center;
  margin-bottom: 30px; }

.area strong {
  color: #b20000;
  font-weight: bold; }

#area01 .tcenter {
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 30px; }

#area01 ul li {
  width: 240px;
  margin-right: 13px;
  float: left; }
  #area01 ul li:last-child {
    margin-right: 0; }
  #area01 ul li div {
    font-size: 0;
    line-height: 0;
    margin-bottom: 10px; }
  #area01 ul li p {
    font-size: 18px;
    line-height: 1.8em; }

#area02 .tcenter {
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 30px; }

#area02 #area02-box01 {
  float: right;
  margin-left: 20px; }

#area02 #area02-box02 {
  zoom: 1;
  overflow: hidden;
  background: #e7f4f8;
  padding: 20px 30px; }
  #area02 #area02-box02 h3 {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 10px; }

#area03 .tcenter {
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 30px; }

#area03 h3 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 30px; }

#area03 .image01 {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px; }

#area03 .image02 {
  font-size: 0;
  line-height: 0;
  *zoom: 1; }
  #area03 .image02:before {
    display: inline-table; }
  #area03 .image02:after {
    content: "";
    display: block;
    clear: both; }
  #area03 .image02 .fleft,
  #area03 .image02 .fright {
    text-align: center; }

#area04 .tcenter {
  font-size: 25px;
  line-height: 1.6em;
  margin-bottom: 30px; }

#area04 h3 {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-bottom: 30px; }

#area04 .image01 {
  text-align: center;
  font-size: 0;
  line-height: 0;
  margin-bottom: 30px; }

#area05 #area05-inner {
  width: 960px;
  margin: 0 auto; }

#area06 p {
  margin-bottom: 1em; }

#area06 #map-wrapper {
  width: 960px;
  margin: 0 auto; }
  #area06 #map-wrapper div {
    font-size: 0;
    line-height: 0; }

#area06 #map {
  width: 640px;
  height: 440px;
  float: left; }

#area07 .inner {
  border-bottom: none; }

.btn-gransleep02 {
  display: block;
  width: 460px;
  height: 75px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  background: url(../img/gransleep-img05.png) no-repeat center bottom;
  border: 2px solid #4b4b4b;
  border-radius: 6px; }

.btn-gransleep02:hover {
  border: 2px solid #009cb1 !important;
  background-color: #d4f6fa !important; }

#footer {
  background: #F4F4F6; }
  #footer .inner {
    padding: 20px 0 20px; }
    #footer .inner #footer-logo {
      padding-top: 25px;
      margin-right: 40px; }
      #footer .inner #footer-logo a {
        display: block;
        width: 190px;
        height: 39px;
        background: url(../img/footer-logo.png) no-repeat;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        -webkit-transition: inherit;
        transition: inherit; }
    #footer .inner #footer-address {
      zoom: 1;
      overflow: hidden;
      float: left; }
    #footer .inner #footer-btn {
      float: right; }
      #footer .inner #footer-btn .btn-gransleep02 {
        display: block;
        width: 368px;
        height: 60px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 auto;
        background: url(../img/gransleep-img05.png) no-repeat center bottom #fff;
        background-size: 338px 53px;
        border: 2px solid #4b4b4b;
        border-radius: 6px; }
  #footer #copyright {
    font-size: 12px;
    line-height: 1.6em;
    padding: 0 0 10px;
    text-align: center; }

#totop {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999; }

@media screen and (max-width: 768px) {
  .inner {
    width: auto; }
  .fleft {
    float: none;
    clear: both;
    margin: 0; }
  .fright {
    float: none;
    clear: both;
    margin: 0; }
  #header {
    height: auto; }
    #header .inner {
      width: auto;
      padding: 10px; }
      #header .inner h1 {
        display: none; }
      #header .inner #logo {
        position: relative;
        width: 167px;
        height: 48px;
        left: auto;
        top: auto;
        float: none;
        margin: 0 auto 10px;
        clear: both; }
        #header .inner #logo a {
          display: block;
          width: 167px;
          height: 48px;
          background-size: 167px 48px; }
      #header .inner #tel {
        position: relative;
        float: right;
        right: auto;
        top: auto;
        width: 48%; }
      #header .inner #time {
        position: relative;
        right: auto;
        top: auto;
        float: left;
        width: 48%; }
  #navi {
    border-bottom: none; }
    #navi #navi-btn {
      display: block;
      width: auto;
      font-size: 14px;
      line-height: 1.5em;
      padding: 8px 10px;
      background: #000 url(../img/btn-menu.png) no-repeat right center;
      background-size: 40px 40px;
      border-bottom: 1px solid #ccc;
      color: #fff; }
      #navi #navi-btn.open {
        background-image: url(../img/btn-menu-close.png) !important; }
    #navi ul {
      display: none;
      width: auto;
      height: auto;
      margin: 0 auto;
      padding: 0; }
      #navi ul li {
        display: block;
        width: auto;
        text-align: center;
        border-left: none;
        padding: 0;
        border-bottom: 1px solid #333; }
        #navi ul li a {
          display: block;
          width: auto;
          line-height: 1.6em;
          background: url(../img/btn-menu.png) no-repeat right center;
          background-size: 40px 40px;
          padding: 15px 10px;
          text-align: left; }
          #navi ul li a:link, #navi ul li a:visited {
            background-color: #000;
            text-decoration: none; }
          #navi ul li a:hover, #navi ul li a:active {
            text-decoration: none; }
  #mv {
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-size: cover; }
    #mv div {
      width: auto;
      padding: 20px 10px 20px; }
  .btn-gransleep02 {
    width: 230px;
    height: 40px;
    margin: 0 auto;
    background-size: 211px 33px; }
  .btn-gransleep02:hover {
    border: 2px solid #009cb1;
    background-color: #d4f6fa; }
  #footer .inner {
    padding: 0 20px; }
    #footer .inner #footer-logo {
      float: none;
      margin: 0 0 10px 0; }
      #footer .inner #footer-logo a {
        width: 85px;
        height: 17px;
        background: url(../img/footer-logo.png) no-repeat;
        background-size: 85px 17px;
        margin: 0 auto 10px; }
      #footer .inner #footer-logo span {
        display: block;
        font-size: 10px;
        line-height: 1.4em; }
    #footer .inner #footer-address {
      text-align: center;
      float: none;
      font-size: 12px;
      line-height: 1.6em;
      margin-bottom: 10px; }
    #footer .inner #footer-btn {
      float: none; }
      #footer .inner #footer-btn .btn-gransleep02 {
        width: 230px;
        height: 40px;
        margin: 0 auto;
        background-size: 211px 33px; }
  #footer #copyright {
    font-size: 10px;
    line-height: 1.4em;
    padding: 10px 0;
    letter-spacing: 0; }
  #area04 table {
    clear: both;
    width: 100%;
    margin-bottom: 0; }
    #area04 table tr {
      display: block; }
    #area04 table th {
      display: block;
      width: auto;
      border-bottom: none;
      clear: both;
      text-align: left; }
    #area04 table td {
      width: auto;
      border-bottom: 10px solid #fff;
      display: block;
      clear: both; }
  #totop {
    bottom: 30px;
    right: 10px;
    width: 40px; }
  .area .inner {
    padding: 20px 15px 30px; }
  .area h2 {
    font-size: 22px;
    line-height: 1.4em;
    margin-bottom: 15px; }
  #area01 .tcenter {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
    text-align: left; }
  #area01 #arae01-box01 {
    margin-right: 10px;
    margin-bottom: 10px; }
  #area01 #arae01-box02 {
    float: right;
    margin-bottom: 10px; }
  #area01 #arae01-box03 {
    margin-right: 10px; }
  #area01 #arae01-box04 {
    float: right; }
  #area01 ul {
    width: 290px;
    margin: 0 auto; }
    #area01 ul li {
      width: 140px;
      margin-right: 0; }
      #area01 ul li div {
        font-size: 0;
        line-height: 0;
        margin-bottom: 10px; }
      #area01 ul li p {
        font-size: 14px;
        line-height: 1.8em; }
  #area02 .tcenter {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
    text-align: left; }
  #area02 #area02-box01 {
    float: none;
    margin-left: 0;
    margin-bottom: 10px; }
  #area02 #area02-box02 {
    padding: 20px; }
    #area02 #area02-box02 h3 {
      font-size: 18px;
      line-height: 1.4em; }
  #area03 .tcenter {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px;
    text-align: left; }
  #area03 h3 {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 30px; }
  #area03 .image01 {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px; }
  #area04 .tcenter {
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 15px; }
  #area04 h3 {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin-bottom: 30px; }
  #area04 .image01 {
    text-align: center;
    font-size: 0;
    line-height: 0;
    margin-bottom: 30px; }
  #area05 #area05-inner {
    width: auto; }
    #area05 #area05-inner .fleft {
      margin-bottom: 10px; }
    #area05 #area05-inner p {
      margin-bottom: 1em; }
  #area06 #map-wrapper {
    width: auto;
    margin: 0 auto; }
    #area06 #map-wrapper div {
      text-align: center;
      margin-bottom: 10px; }
  #area06 #map {
    width: auto;
    height: auto;
    float: none;
    margin-bottom: 10px; }
    #area06 #map iframe {
      width: 100%;
      height: 200px; }
  #area07 .inner {
    border-bottom: none; } }

@media screen and (max-width: 515px) {
  #header {
    height: auto; }
    #header .inner {
      padding: 10px; }
      #header .inner h1 {
        display: none;
        position: relative;
        top: auto;
        left: auto;
        font-size: 10px;
        line-height: 1.6em;
        padding: 10px; }
      #header .inner #logo {
        margin-bottom: 10px; }
      #header .inner #tel {
        position: relative;
        float: none;
        right: auto;
        top: auto;
        width: auto; }
      #header .inner #time {
        position: relative;
        right: auto;
        top: auto;
        float: none;
        width: auto;
        margin-bottom: 10px; } }
