@charset "UTF-8";
@import url(reset.css);
/******************************************************

 BASE
 
******************************************************/
body {
  font-family: "游ゴシック Medium","YuGothic,YuGothicM","Hiragino Kaku Gothic ProN","メイリオ","Meiryo",sans-serif;
  -webkit-font-smoothing: antialiased;
  /*font-feature-settings : "palt";*/
  font-weight: 300; }
  @media screen and (max-width: 600px) {
    body {
      /*padding-top: 55px;*/
      padding-bottom: 50px; } }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

.cf::after {
  content: "";
  display: block;
  clear: both; }

.note {
  font-size: 10px;
  line-height: 120%; }

.imgauto img {
  width: 100%;
  height: auto; }

.aw {
  display: inline-block; }

.att_color {
  color: #cc0000; }

.txt_c {
  text-align: center; }

/******************************************************

 EFFECT
 
******************************************************/
.ef {
  opacity: 0;
  transform: translate(0px, 30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.ef.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.effect {
  opacity: 0;
  transform: translate(50px, 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.effect.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.effect2 {
  opacity: 0;
  transform: translate(-50px, 0);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.effect2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/******************************************************

 header
 
******************************************************/
h1 {
  font-size: 0 !important; }

header {
  border-bottom: 1px solid #ddd; }

.headBody {
  width: 100%;
  max-width: 1280px;
  height: 70px;
  margin: auto;
  position: relative;
  border-bottom: 1px solid #eeeeee; }
  @media screen and (max-width: 600px) {
    .headBody {
      height: 55px;
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1100;
      background: #fff;
      border-bottom: 1px solid #ddd; } }
  .headBody h2 {
    position: absolute;
    left: 12px;
    top: 12px; }
    @media screen and (max-width: 600px) {
      .headBody h2 {
        top: 8px;
        left: 20px; }
        .headBody h2 img {
          width: auto;
          height: 42px; } }
  .headBody .hnav {
    position: absolute;
    right: 0px;
    top: 0px; }
    @media screen and (max-width: 600px) {
      .headBody .hnav {
        display: none; } }
    .headBody .hnav ul {
      font-size: 0px;
      text-align: right; }
      .headBody .hnav ul li {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px; }
        .headBody .hnav ul li:last-child {
          margin-right: 0; }
        .headBody .hnav ul li.subnav {
          text-align: left;
          margin-top: 4px; }
          .headBody .hnav ul li.subnav a {
            margin: 7px; }
        .headBody .hnav ul li a {
          display: block;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .headBody .hnav ul li a:hover {
            opacity: 0.6; }
        .headBody .hnav ul li.request {
          width: 175px;
          margin-right: 1px; }
          .headBody .hnav ul li.request a {
            display: block;
            position: relative;
            background-color: #af8d1c;
            width: 100%;
            text-align: center;
            padding: 25px 0 27px; }
        .headBody .hnav ul li.reserved {
          width: 175px; }
          .headBody .hnav ul li.reserved a {
            display: block;
            position: relative;
            background-color: #912626;
            width: 100%;
            text-align: center;
            padding: 25px 0 27px; }

.sp-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 10px;
  display: none; }
  @media screen and (max-width: 600px) {
    .sp-menu {
      display: inline-block; } }

.spnav {
  display: none; }
  @media screen and (max-width: 600px) {
    .spnav {
      position: fixed;
      z-index: 1000;
      left: 0;
      top: 56px;
      width: 100%; } }

/******************************************************

 gnav
 
******************************************************/
.gnav {
  background: #fff; }
  @media screen and (max-width: 600px) {
    .gnav {
      display: none; } }
  .gnav ul {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    text-align: center;
    font-size: 0px;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee; }
    .gnav ul li {
      display: inline-block;
      text-align: center;
      position: relative;
      box-sizing: border-box;
      width: 10%;
      border-right: 1px solid #eeeeee; }
      @media screen and (max-width: 1100px) {
        .gnav ul li {
          width: 20%;
          border-bottom: 1px solid #eeeeee; }
          .gnav ul li:nth-child(6) {
            border-left: 1px solid #eeeeee; } }
      .gnav ul li a, .gnav ul li p {
        display: block;
        position: relative;
        overflow: hidden;
        height: 68px;
        width: 100%;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .gnav ul li a span, .gnav ul li p span {
          text-align: center;
          display: block;
          padding-top: 20px; }
          .gnav ul li a span .nav-on, .gnav ul li p span .nav-on {
            display: none; }
      .gnav ul li a:hover, .gnav ul li a.current {
        background: #00416a; }
        .gnav ul li a:hover span .nav-off, .gnav ul li a.current span .nav-off {
          display: none; }
        .gnav ul li a:hover span .nav-on, .gnav ul li a.current span .nav-on {
          display: inline-block; }
      .gnav ul li .soon {
        opacity: 0.3; }

#sp_footNav {
  display: none;
  width: 100%;
  height: 50px;
  position: fixed;
  bottom: 0px;
  z-index: 1500;
  border-top: 1px solid #ddd;
  background: #fff; }
  #sp_footNav ul {
    font-size: 0px; }
    #sp_footNav ul li {
      display: inline-block;
      width: 25%;
      height: 50px;
      position: relative; }
      #sp_footNav ul li span,
      #sp_footNav ul li a {
        display: block;
        width: 100%;
        height: 50px;
        border-right: 1px solid #ddd; }
        #sp_footNav ul li span img,
        #sp_footNav ul li a img {
          position: absolute;
          left: 50%;
          top: 50%;
          margin-left: -30px;
          margin-top: -19px; }
      #sp_footNav ul li.req {
        background: #af8d1c; }
        #sp_footNav ul li.req a {
          border-right: 0; }
      #sp_footNav ul li.res {
        background: #912626; }
        #sp_footNav ul li.res a {
          border-right: 0; }

.new {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 12px;
  padding: 1px 3px 4px 4px;
  font-size: 10px;
  font-weight: bolder;
  color: #fff;
  background: #bf413a; }

_:-ms-lang(x), .new {
  padding: 3px; }

@media screen and (max-width: 600px) {
  #sp_footNav {
    display: block; } }
/******************************************************

 localNav
 
******************************************************/
.localNav {
  padding: 30px 0;
  max-width: 1000px;
  width: 90%;
  margin: auto; }
  .localNav ul {
    overflow: hidden; }
  .localNav li {
    float: left;
    width: 24.25%;
    margin-right: 1%; }
    .localNav li:last-child {
      margin-right: auto; }
    @media screen and (max-width: 480px) {
      .localNav li {
        width: 100%;
        margin: 0 auto 15px;
        margin-right: auto; } }
    .localNav li a {
      display: block;
      text-align: center;
      width: 100%;
      padding: 16px 0;
      background-color: #eeeeee;
      color: #000;
      font-size: 13px;
      text-decoration: none;
      transition: .2s; }
      .localNav li a:hover, .localNav li a.current {
        background-color: #00416a;
        color: #fff; }

/******************************************************

 container
 
******************************************************/
.pageTitle {
  width: 100%;
  padding: 40px 0 0;
  text-align: center;
  display: block; }
  .pageTitle img {
    width: auto;
    height: 38px; }
  @media screen and (max-width: 600px) {
    .pageTitle img {
      height: 30px; } }
  @media screen and (max-width: 468px) {
    .pageTitle img {
      height: 25px; } }

.rootlink {
  margin: 10px auto 30px;
  max-width: 1280px;
  width: 96%; }
  .rootlink li {
    display: inline-block;
    font-size: 11px; }
    .rootlink li a {
      text-decoration: none;
      color: #000; }
    .rootlink li span {
      display: inline-block;
      margin: 0 10px; }

.contents {
  margin: auto;
  max-width: 960px;
  width: 90%; }

.note {
  font-size: 10px; }
  @media screen and (max-width: 414px) {
    .note {
      font-size: 8px; } }

.img-note {
  position: relative; }
  .img-note img {
    width: 100%;
    height: auto; }
  .img-note .note {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff; }

.mainCap {
  width: 90%;
  max-width: 960px;
  margin: auto;
  padding-bottom: 40px; }
  .mainCap p {
    font-size: 10px;
    line-height: 160%; }
  @media screen and (max-width: 600px) {
    .mainCap {
      padding-bottom: 30px; } }

.ttl4min {
  margin-bottom: 25px; }

.mainCopy {
  margin-bottom: 40px;
  /*font-size: 36px;*/
  text-align: center;
  line-height: 3.0; }
  .mainCopy img {
    margin: 0 4px; }
  @media screen and (max-width: 600px) {
    .mainCopy img {
      height: 28px;
      width: auto; } }
  @media screen and (max-width: 480px) {
    .mainCopy {
      line-height: 1.8; }
      .mainCopy img {
        height: 22px;
        width: auto;
        margin: 0 2px; } }

.subCopy {
  margin-bottom: 15px;
  border-left: 3px solid #af8d1c;
  padding: 3px 0 3px 15px; }
  .subCopy img {
    margin: 3px; }
  @media screen and (max-width: 600px) {
    .subCopy img {
      height: 20px;
      width: auto; } }

.copy-s {
  font-family: "ヒラギノ明朝 ProN", "HiraMinProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .copy-s {
      font-size: 18px; } }

.read {
  font-size: 14px;
  line-height: 2.0; }

/******************************************************

 txtlink
 
******************************************************/
.txtlink {
  background: #fff; }
  .txtlink ul {
    font-size: 0px;
    text-align: center;
    margin: auto;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 0; }
    .txtlink ul li {
      display: inline-block;
      font-size: 12px;
      line-height: 120%;
      padding: 10px 15px 10px 15px;
      position: relative; }
      .txtlink ul li a {
        text-decoration: none;
        color: #000; }
        .txtlink ul li a:hover {
          color: #00416a; }
        .txtlink ul li a.current {
          color: #00416a;
          text-decoration: underline;
          font-weight: bold; }
      .txtlink ul li .soon {
        opacity: 0.3; }
      .txtlink ul li::after {
        position: absolute;
        content: "";
        width: 1px;
        height: 14px;
        background: #ccc;
        left: 0px;
        top: 50%;
        transform: translateY(-50%); }
      .txtlink ul li:first-child::after {
        display: none; }
  @media screen and (max-width: 600px) {
    .txtlink {
      border-top: 1px solid #ddd; }
      .txtlink ul {
        width: 100%;
        padding: 0;
        text-align: left; }
        .txtlink ul li {
          width: 50%;
          margin: 0;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(0, 0, 0, 0.2);
          border-right: 1px solid rgba(0, 0, 0, 0.2);
          padding: 0px; }
          .txtlink ul li:nth-child(2n) {
            border-right: 0; }
          .txtlink ul li a, .txtlink ul li p {
            display: block;
            position: relative;
            overflow: hidden;
            height: 50px;
            width: 100%; }
            .txtlink ul li a span, .txtlink ul li p span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateY(-50%) translateX(-50%);
              white-space: nowrap; }
            .txtlink ul li a.current, .txtlink ul li p.current {
              background-color: #00416a;
              color: #fff; }
          .txtlink ul li::after {
            display: none; } }

/******************************************************

 free
 
******************************************************/
.free {
  padding: 20px 0 10px;
  margin: 10px 0;
  background: #eeeeee; }
  @media screen and (max-width: 600px) {
    .free {
      margin: 0; } }
  .free ul {
    font-size: 0;
    text-align: center;
    width: 90%;
    margin: auto; }
    .free ul li {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      margin: 0 15px 10px;
      font-size: 10px;
      text-align: left; }
      .free ul li .pc {
        display: block;
        max-width: 312px; }
      .free ul li .sp {
        display: none; }
      @media screen and (max-width: 600px) {
        .free ul li .pc {
          display: none; }
        .free ul li .sp {
          display: block;
          width: 100%;
          height: auto;
          max-width: 312px; } }
      @media screen and (max-width: 400px) {
        .free ul li img {
          max-width: 100%;
          height: auto; } }

.complink {
  padding: 20px 0 0px; }
  .complink ul {
    font-size: 0;
    text-align: center;
    width: 90%;
    margin: auto; }
    .complink ul li {
      display: inline-block;
      vertical-align: middle;
      box-sizing: border-box;
      margin: 0 15px 10px; }
      @media screen and (max-width: 320px) {
        .complink ul li {
          margin: 0 auto 10px; } }
      .complink ul li a:hover {
        opacity: 0.5; }

.complogo {
  padding: 10px 0 0px; }
  .complogo ul {
    font-size: 0;
    text-align: center;
    width: 90%;
    margin: auto; }
    .complogo ul li {
      display: inline-block;
      vertical-align: top;
      box-sizing: border-box;
      margin: 0 25px 10px; }
  @media screen and (max-width: 600px) {
    .complogo {
      padding: 20px 0 0px; }
      .complogo ul li {
        margin: 0 25px 20px; }
        .complogo ul li img {
          height: auto; }
        .complogo ul li:first-child img {
          width: 280px; }
        .complogo ul li:nth-child(2) img {
          width: 220px; } }
  @media screen and (max-width: 320px) {
    .complogo ul li {
      margin: 0 auto 20px; } }

/******************************************************

 footer
 
******************************************************/
.copyright {
  text-align: center;
  font-size: 12px;
  padding: 40px 0;
  margin: auto;
  width: 90%; }

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10; }
  @media screen and (max-width: 768px) {
    #pagetop a {
      display: none; } }

.yokoku {
  margin-bottom: 30px;
  font-size: 11px;
  vertical-align: top; }
  .yokoku::after {
    content: '';
    display: block;
    clear: both; }
  .yokoku .yoko-ttl {
    text-align: center;
    border: 1px solid #ccc;
    padding: 8px;
    box-sizing: border-box;
    width: 120px;
    font-size: 12px;
    float: left;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
  @media screen and (max-width: 768px) {
    .yokoku .yoko-ttl {
      float: none;
      display: block;
      margin-bottom: 10px;
      width: 100%;
      padding: 8px; } }

/******************************************************

 information
 
******************************************************/
.information {
  border-top: 2px solid #00416a;
  padding: 50px 0; }
  @media screen and (max-width: 600px) {
    .information {
      padding: 30px 0; } }
  .information .infoBody {
    margin: auto;
    width: 90%;
    max-width: 960px;
    text-align: center; }

.info-outline {
  display: inline-block;
  margin-top: 20px;
  max-width: 640px;
  text-align: left; }

.info-txt {
  margin-top: 20px; }
  .info-txt img {
    margin: 4px 3px; }

.model {
  display: inline-block;
  background: #bf413a;
  margin-top: 20px;
  padding: 0.3em 0.5em; }
  .model a:hover {
    display: inline-block;
    opacity: 0.7; }
  .model h4 {
    display: inline-block;
    margin-top: 0; }

.info-read {
  text-align: center;
  margin-top: 15px;
  font-size: 13px;
  line-height: 160%; }

.bana-btn {
  display: inline-block;
  width: 90%;
  margin: 20px 1%;
  max-width: 320px; }
  @media screen and (max-width: 600px) {
    .bana-btn {
      margin: 20px 0 0; } }
  .bana-btn a {
    display: block;
    width: 100%;
    position: relative;
    padding: 27px 0;
    transition: .2s;
    line-height: 1; }
    .bana-btn a:hover {
      opacity: 0.6; }
  .bana-btn.bana-request a {
    background-color: #af8d1c; }
  .bana-btn.bana-reserved a {
    background-color: #912626; }

.bana-img {
  margin-top: 15px; }
  .bana-img a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .bana-img a:hover {
      opacity: 0.6; }
  .bana-img img {
    width: 100%;
    height: auto;
    max-width: 660px; }

.info_tel_sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .info_tel_sp {
      display: block;
      width: 90%;
      margin: 20px auto; }
      .info_tel_sp img {
        width: 100%;
        height: auto;
        max-width: 320px; } }

.toki {
  color: #AF0024;
  font-size: 14px;
  /*padding-bottom: 40px;*/
  line-height: 180%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .toki {
      padding-bottom: 0px;
      /*padding-top: 40px;*/ } }

.sc .toki {
  margin-top: 2em; }

#map .wrap .toki {
  display: none; }
