@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=M+PLUS+1p:700|Noto+Sans+JP|Noto+Serif+JP|Open+Sans";
@import "https://fonts.googleapis.com/css?family=EB+Garamond";
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

/******************************************************

 EFFECT
 
******************************************************/
.effect {
  transition: 1s; }

.effect {
  opacity: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 1s ease-in; }

.effect.scrollin {
  opacity: 1; }

.effect2 {
  opacity: 0;
  transform: translate(0, 50px);
  -webkit-transition: all 0.8s ease;
  transition: all 1s ease-in; }

.effect2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

/******************************************************

 BASE
 
******************************************************/
.pcLink {
  display: inline-block !important;
  line-height: 0 !important; }
  @media screen and (max-width: 768px) {
    .pcLink {
      display: none !important; } }

.spLink {
  display: none !important;
  line-height: 0 !important; }
  @media screen and (max-width: 768px) {
    .spLink {
      display: inline-block !important; } }

body {
  font-family: "游ゴシック Medium","YuGothic","YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif"; }
  @media screen and (max-width: 768px) {
    body {
      padding-bottom: 0px; } }

#ptop {
  padding-top: 100px; }
  @media screen and (max-width: 1000px) {
    #ptop {
      padding-top: 80px; } }

p {
  line-height: 180%;
  color: #000; }

.caption {
  font-size: 10px;
  line-height: 140%; }

.imgauto img {
  width: 100%;
  height: auto; }

.aw {
  display: inline-block; }

/******************************************************

 header
 
******************************************************/
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: white; }
  @media screen and (max-width: 768px) {
    header {
      height: auto; } }

.head-up {
  transform: translateY(0%);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.head-down {
  transform: translateY(-110%);
  transition: 0.6s cubic-bezier(0.4, 0, 0.2, 1); }

.headBody {
  width: 100%;
  max-width: 1400px;
  height: 55px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 500px) {
    .headBody {
      height: 45px; } }
  .headBody h1 {
    position: absolute;
    left: 5%;
    top: 7px; }
    .headBody h1 img {
      width: 265px;
      height: auto; }
    @media screen and (max-width: 1110px) {
      .headBody h1 {
        left: 5%;
        top: 12px; }
        .headBody h1 img {
          width: 200px;
          height: auto; } }
    @media screen and (max-width: 1000px) {
      .headBody h1 {
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%); }
        .headBody h1 img {
          width: 220px;
          height: auto; } }

/******************************************************

 gnav
 
******************************************************/
.gnav {
  width: 100%;
  background: url("../images/common/nav_bg.jpg") center center;
  background-size: 1260px 395px; }
  @media screen and (max-width: 1000px) {
    .gnav {
      height: auto; } }
  .gnav ul {
    font-size: 0px;
    margin: auto;
    max-width: 1280px;
    text-align: center; }
    .gnav ul li {
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
      position: relative;
      width: 11.111111111%; }
      .gnav ul li .new {
        position: absolute;
        top: 0;
        right: 0;
        background: #ce2020;
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        padding: 0 5px;
        font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif"; }
      .gnav ul li::after {
        content: "";
        width: 1px;
        height: 50%;
        position: absolute;
        right: 0;
        top: 50%;
        background: rgba(255, 255, 255, 0.4);
        transform: translateY(-50%); }
      .gnav ul li:first-child::before {
        content: "";
        width: 1px;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        background: rgba(255, 255, 255, 0.4);
        transform: translateY(-50%); }
      @media screen and (min-width: 1000px) {
        .gnav ul li.map, .gnav ul li.outline, .gnav ul li.movie, .gnav ul li.online, .gnav ul li.request, .gnav ul li.reserve {
          display: none; } }
      .gnav ul li a, .gnav ul li p {
        display: block;
        position: relative;
        color: #fff;
        height: 47px;
        text-decoration: none;
        overflow: hidden; }
        .gnav ul li a .en, .gnav ul li p .en {
          position: absolute;
          font-size: 15px;
          line-height: 100%;
          white-space: nowrap;
          color: #fff !important;
          top: 50%;
          left: 50%;
          font-family: 'EB Garamond', serif;
          font-feature-settings: "palt";
          letter-spacing: 0.025em;
          transform: rotate(0.001deg);
          transform: translateX(-50%) translateY(-50%);
          z-index: 3; }
        .gnav ul li a .kana, .gnav ul li p .kana {
          position: absolute;
          font-size: 14px;
          line-height: 100%;
          white-space: nowrap;
          color: #fff !important;
          font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
          font-feature-settings: "palt";
          letter-spacing: 0.025em;
          transform: rotate(0.001deg);
          transform: translateX(-50%) translateY(-50%);
          white-space: nowrap;
          top: 100%;
          left: 50%;
          opacity: 0;
          z-index: 4; }
        .gnav ul li a::after, .gnav ul li p::after {
          content: "";
          position: absolute;
          z-index: 0;
          top: 6px;
          right: 5px;
          bottom: 6px;
          left: 5px;
          background: rgba(0, 0, 0, 0);
          border-radius: 6px;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .gnav ul li a.current .en, .gnav ul li p.current .en {
          top: -100%;
          opacity: 0; }
        .gnav ul li a.current .kana, .gnav ul li p.current .kana {
          top: 50%;
          opacity: 1; }
        .gnav ul li a.current::after, .gnav ul li p.current::after {
          background: rgba(0, 0, 0, 0.4); }
        .gnav ul li a.soon, .gnav ul li p.soon {
          opacity: 0.3; }
      .gnav ul li:hover a {
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        .gnav ul li:hover a .en {
          top: -100%;
          opacity: 0;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .gnav ul li:hover a .kana {
          top: 50%;
          opacity: 1;
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        .gnav ul li:hover a::after {
          background: rgba(0, 0, 0, 0.4); }
      .gnav ul li .pull {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        top: 47px;
        width: 100%;
        box-sizing: border-box;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: rgba(0, 0, 0, 0.6);
        padding: 5px; }
        @media screen and (max-width: 1000px) {
          .gnav ul li .pull {
            display: none; } }
        .gnav ul li .pull li {
          width: 100% !important; }
          .gnav ul li .pull li a {
            height: 40px; }
            .gnav ul li .pull li a .txt {
              font-size: 13px !important;
              position: absolute;
              z-index: 5;
              top: 50%;
              left: 50%;
              white-space: nowrap;
              font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
              font-feature-settings: "palt";
              letter-spacing: 0.025em;
              transform: rotate(0.001deg);
              transform: translateX(-50%) translateY(-50%); }
            .gnav ul li .pull li a::after {
              top: 3px;
              bottom: 3px;
              left: 3px;
              right: 3px;
              background: rgba(0, 0, 0, 0.9);
              border: 1px solid rgba(255, 255, 255, 0.2); }
            .gnav ul li .pull li a:hover::after {
              background: #ab9a5b;
              -webkit-transition: all 0.2s linear;
              transition: all 0.2s linear; }
          .gnav ul li .pull li::after, .gnav ul li .pull li::before {
            display: none; }
      .gnav ul li:hover .pull {
        visibility: visible;
        opacity: 1; }
    @media screen and (max-width: 1000px) {
      .gnav ul {
        text-align: left;
        background: #000; }
        .gnav ul li {
          width: 50%;
          border-bottom: 1px solid #222;
          border-right: 1px solid #222;
          /**&:nth-child(2n+1){
              border-right: none;
          }**/
          margin: 0;
          /**&.top{
              width: 100%;
              border-right: none;
          }**/ }
          .gnav ul li::after {
            display: none; }
          .gnav ul li:nth-child(2n) {
            border-right: none; }
          .gnav ul li:first-child::before {
            display: none; }
          .gnav ul li a, .gnav ul li p {
            width: 100%;
            height: 56px; }
          .gnav ul li a:hover, .gnav ul li a.current {
            background: #333; }
          .gnav ul li.map, .gnav ul li.outline {
            display: inline-block; }
          .gnav ul li.movie, .gnav ul li.online, .gnav ul li.request, .gnav ul li.reserve {
            background: #7e7349;
            width: 50%; }
            .gnav ul li.movie a:hover, .gnav ul li.movie a.current, .gnav ul li.online a:hover, .gnav ul li.online a.current, .gnav ul li.request a:hover, .gnav ul li.request a.current, .gnav ul li.reserve a:hover, .gnav ul li.reserve a.current {
              background: #ab9a5b;
              color: #fff; }
          .gnav ul li.movie {
            background: #2b5979; }
            .gnav ul li.movie a:hover, .gnav ul li.movie a.current {
              background: #3b86b9; }
          .gnav ul li.online {
            background: #6c2a5a; }
            .gnav ul li.online a:hover, .gnav ul li.online a.current {
              background: #974c82; }
          .gnav ul li.reserve {
            display: none;
            background: #900e17; }
            .gnav ul li.reserve a:hover, .gnav ul li.reserve a.current {
              background: #b1343d; } }

.hnav {
  position: absolute;
  right: 5%;
  top: 6px; }
  @media screen and (max-width: 1000px) {
    .hnav {
      display: none; } }
  .hnav ul {
    font-size: 0px;
    text-align: right; }
    .hnav ul li {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: middle;
      margin-right: 25px;
      /**&.map{
          a{
              text-align: center!important;
              span{
                  .brake{
                      display: none;
                  }
              }
          }
          @media screen and (max-width: 1040px){
              a{
                  span{
                      font-size: 11px;
                      line-height: 140%;
                      .brake{
                          display: inline-block;
                      }
                  }
              }
          }
      }**/ }
      @media screen and (max-width: 1110px) {
        .hnav ul li {
          margin-right: 15px; } }
      .hnav ul li a {
        display: block;
        width: 100%;
        position: relative;
        text-decoration: none; }
        .hnav ul li a span {
          font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
          font-feature-settings: "palt";
          letter-spacing: 0.025em;
          transform: rotate(0.001deg);
          color: #000;
          font-size: 16px;
          white-space: nowrap; }
          @media screen and (max-width: 1110px) {
            .hnav ul li a span {
              font-size: 13px; } }
        .hnav ul li a:hover {
          -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          .hnav ul li a:hover span {
            color: #aaa;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      .hnav ul li.movie, .hnav ul li.online, .hnav ul li.request, .hnav ul li.reserve {
        height: 40px;
        width: 150px;
        margin-right: 0; }
        @media screen and (max-width: 1200px) {
          .hnav ul li.movie, .hnav ul li.online, .hnav ul li.request, .hnav ul li.reserve {
            width: 130px; } }
        .hnav ul li.movie a, .hnav ul li.online a, .hnav ul li.request a, .hnav ul li.reserve a {
          display: block;
          height: 44px;
          width: 100%;
          position: relative;
          box-sizing: border-box;
          background: #7e7349; }
          .hnav ul li.movie a span, .hnav ul li.online a span, .hnav ul li.request a span, .hnav ul li.reserve a span {
            position: absolute;
            font-size: 14px;
            color: #fff;
            top: 50%;
            left: 50%;
            transform: rotate(0.001deg);
            transform: translateX(-50%) translateY(-50%); }
          .hnav ul li.movie a::before, .hnav ul li.online a::before, .hnav ul li.request a::before, .hnav ul li.reserve a::before {
            content: "";
            border: 1px solid rgba(255, 255, 255, 0.3);
            background: #7e7349;
            box-sizing: border-box;
            width: auto;
            height: auto;
            top: 3px;
            right: 3px;
            bottom: 3px;
            left: 3px;
            position: absolute; }
          .hnav ul li.movie a:hover::before, .hnav ul li.online a:hover::before, .hnav ul li.request a:hover::before, .hnav ul li.reserve a:hover::before {
            border: 1px solid rgba(255, 255, 255, 0.6);
            background: #ab9a5b;
            -webkit-transition: all 0.2s linear;
            transition: all 0.2s linear; }
      .hnav ul li.movie a {
        background: #2b5979; }
        .hnav ul li.movie a::before {
          background: #2b5979; }
        .hnav ul li.movie a:hover::before {
          background: #3b86b9; }
      .hnav ul li.request {
        margin-left: 6px; }
      .hnav ul li.reserve {
        display: none;
        margin-left: 6px; }
        .hnav ul li.reserve a {
          background: #900e17; }
          .hnav ul li.reserve a::before {
            background: #900e17; }
          .hnav ul li.reserve a:hover::before {
            background: #b1343d; }
      .hnav ul li.online {
        margin-left: 6px; }
        .hnav ul li.online a {
          background: #6c2a5a; }
          .hnav ul li.online a::before {
            background: #6c2a5a; }
          .hnav ul li.online a:hover::before {
            background: #974c82; }

/******************************************************

 sp
 
******************************************************/
.sp-navi {
  display: none;
  background: #000;
  height: 35px; }
  @media screen and (max-width: 1000px) {
    .sp-navi {
      display: block; } }
  .sp-navi ul {
    font-size: 0; }
    .sp-navi ul li {
      display: inline-block;
      width: 25%;
      width: 33.333333333%;
      box-sizing: border-box;
      border-right: 1px solid #333;
      border-bottom: 1px solid #333;
      /**&.map{
          a{
              text-align: center!important;
              span{
                  font-size: 10px;
                  line-height: 120%;
              }
          }
      }**/ }
      .sp-navi ul li:last-child {
        border-right: none; }
      .sp-navi ul li a, .sp-navi ul li p {
        display: block;
        height: 35px;
        position: relative;
        text-decoration: none;
        width: 100%; }
        .sp-navi ul li a span, .sp-navi ul li p span {
          font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
          font-feature-settings: "palt";
          letter-spacing: 0.025em;
          transform: rotate(0.001deg);
          color: #fff;
          font-size: 13px;
          white-space: nowrap;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); }
      .sp-navi ul li.sp-menu {
        cursor: pointer; }
        .sp-navi ul li.sp-menu span {
          vertical-align: middle; }
          .sp-navi ul li.sp-menu span img {
            margin-right: 7px;
            vertical-align: middle; }
          .sp-navi ul li.sp-menu span b {
            display: inline-block;
            font-weight: lighter;
            vertical-align: middle; }
        .sp-navi ul li.sp-menu.on {
          background-color: #444; }
      .sp-navi ul li.request {
        background: #7e7349; }
      .sp-navi ul li.reserve {
        display: none;
        background: #900e17; }
      .sp-navi ul li.outline {
        display: none; }

@media screen and (max-width: 1000px) {
  .spnav {
    display: none; } }

/******************************************************

 container
 
******************************************************/
.container {
  width: 90%;
  margin: auto;
  max-width: 1080px; }

.note {
  font-size: 10px;
  display: block;
  line-height: 140%;
  text-align: right;
  margin-top: 10px; }
  @media screen and (max-width: 600px) {
    .note {
      font-size: 8px; } }
  @media screen and (max-width: 375px) {
    .note {
      font-size: 7px; } }
  .note.left {
    text-align: left; }
  .note.right {
    text-align: right; }

.img-note {
  position: relative; }
  .img-note img {
    width: 100%;
    height: auto; }
  .img-note .note {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #fff;
    line-height: 140% !important;
    margin-top: 0px; }
    .img-note .note.bl {
      color: #000; }

/******************************************************

 conversion
 
******************************************************/
.caption-aria {
  padding-top: 40px;
  text-align: left;
  margin: auto;
  max-width: 1000px;
  width: 90%;
  box-sizing: border-box;
  font-family: "游ゴシック Medium","YuGothic","YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
  font-size: 10px;
  line-height: 150% !important; }

/******************************************************

 txtlink
 
******************************************************/
.txtlink {
  padding: 15px 0;
  background: #323232; }
  @media screen and (max-width: 768px) {
    .txtlink {
      border-top: 1px solid #222; } }
  .txtlink ul {
    font-size: 0px;
    text-align: center;
    margin: auto;
    font-size: 0; }
    .txtlink ul li {
      display: inline-block;
      font-size: 13px;
      line-height: 120%;
      padding: 10px 15px 10px 15px;
      position: relative;
      margin: 0;
      font-family: "游ゴシック Medium","YuGothic","YuGothicM","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
      font-feature-settings: "palt";
      letter-spacing: 0.025em;
      /**&.map{
          a{
              text-align: center!important;
              span{
                  .brake{
                      display: none;
                  }
              }
          }
      }**/ }
      .txtlink ul li a, .txtlink ul li p {
        text-decoration: none;
        color: #fff;
        display: block; }
        .txtlink ul li a:hover, .txtlink ul li a.current, .txtlink ul li p:hover, .txtlink ul li p.current {
          color: #aaa; }
        .txtlink ul li a.soon, .txtlink ul li p.soon {
          opacity: 0.2; }
      .txtlink ul li.reserve {
        display: none; }
  @media screen and (max-width: 600px) {
    .txtlink {
      padding: 0px 0; }
      .txtlink ul {
        text-align: left; }
        .txtlink ul li {
          box-sizing: border-box;
          padding: 0px;
          border-bottom: 1px solid #222;
          border-right: 1px solid #222;
          width: 50%;
          /**&:nth-child(2n+1){
              border-right: none;
          }**/
          /**&.top{
              width: 100%;
              border-right: none;
          }**/ }
          .txtlink ul li:nth-child(2n) {
            border-right: none; }
          .txtlink ul li a, .txtlink ul li p {
            text-decoration: none;
            color: #fff;
            display: block;
            position: relative;
            height: 45px; }
            .txtlink ul li a:hover, .txtlink ul li a.current, .txtlink ul li p:hover, .txtlink ul li p.current {
              background: #000; }
            .txtlink ul li a span, .txtlink ul li p span {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translateX(-50%) translateY(-50%); }
          .txtlink ul li.map a span {
            white-space: nowrap; }
            .txtlink ul li.map a span .brake {
              display: inline; }
          .txtlink ul li.request {
            background: #7e7349; }
            .txtlink ul li.request a:hover, .txtlink ul li.request a.current {
              background: #ab9a5b;
              color: #fff; }
          .txtlink ul li.reserve {
            display: none;
            background: #900e17; }
            .txtlink ul li.reserve a:hover, .txtlink ul li.reserve a.current {
              background: #b1343d;
              color: #fff; }
          .txtlink ul li.movie {
            background: #2b5979; }
            .txtlink ul li.movie a:hover, .txtlink ul li.movie a.current {
              background: #3b86b9;
              color: #fff; }
          .txtlink ul li.online {
            background: #6c2a5a; }
            .txtlink ul li.online a:hover, .txtlink ul li.online a.current {
              background: #974c82;
              color: #fff; }
          .txtlink ul li.online {
            background: #6c2a5a; }
            .txtlink ul li.online a:hover, .txtlink ul li.online a.current {
              background: #974c82;
              color: #fff; } }

/******************************************************

 foot
 
******************************************************/
#foot-tel {
  background: #fff; }
  #foot-tel ul {
    margin: auto;
    width: 90%;
    font-size: 0;
    text-align: center;
    padding: 20px 0 40px; }
    #foot-tel ul li {
      display: inline-block;
      vertical-align: middle;
      margin: 20px 15px 0;
      text-align: left;
      font-size: 13px;
      line-height: 130%;
      font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
      font-feature-settings: "palt";
      letter-spacing: 0.025em;
      transform: rotate(0.001deg); }
      #foot-tel ul li.tel-num img {
        width: 100%;
        height: auto;
        max-width: 309px; }
      @media screen and (max-width: 600px) {
        #foot-tel ul li {
          text-align: center; } }
      #foot-tel ul li .holiday {
        color: #ce2323; }

.company {
  border-top: 1px solid #ddd;
  padding-bottom: 50px;
  background: #fff; }
  .company ul {
    margin: auto;
    width: 90%;
    font-size: 0;
    text-align: center; }
    .company ul li {
      display: inline-block;
      vertical-align: top;
      margin: 40px 20px 0; }
      .company ul li.club-btn {
        display: block; }
        .company ul li.club-btn img {
          width: 100%;
          height: auto;
          max-width: 320px; }

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100; }
  #pagetop img {
    width: 50px;
    height: auto; }
  @media screen and (max-width: 768px) {
    #pagetop a {
      display: none; } }

.yokoku {
  margin-top: 30px;
  font-size: 10px;
  vertical-align: top; }
  .yokoku::after {
    content: '';
    display: block;
    clear: both; }
  .yokoku .yoko-ttl {
    text-align: center;
    border: 1px solid #ccc;
    padding: 13px;
    box-sizing: border-box;
    width: 100px;
    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; } }

/******************************************************

 conversion
 
******************************************************/
#conversion {
  padding: 50px 0;
  text-align: center; }
  @media screen and (max-width: 500px) {
    #conversion {
      padding: 30px 0; } }
  #conversion .request, #conversion .reserve, #conversion .online {
    display: inline-block;
    margin: 10px;
    width: 90%;
    max-width: 300px; }
    #conversion .request a, #conversion .reserve a, #conversion .online a {
      display: block;
      position: relative;
      width: 100%;
      height: 60px;
      text-decoration: none;
      background: #7e7349;
      margin: auto;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      #conversion .request a:hover, #conversion .reserve a:hover, #conversion .online a:hover {
        background: #ab9a5b; }
      #conversion .request a::before, #conversion .reserve a::before, #conversion .online a::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 5%;
        width: 10px;
        height: 10px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translateY(-50%) rotate(45deg); }
      #conversion .request a::after, #conversion .reserve a::after, #conversion .online a::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px;
        border: 1px solid rgba(255, 255, 255, 0.5); }
      #conversion .request a span, #conversion .reserve a span, #conversion .online a span {
        position: absolute;
        top: 50%;
        left: 50%;
        font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
        font-feature-settings: "palt";
        letter-spacing: 0.025em;
        transform: rotate(0.001deg);
        font-size: 22px;
        white-space: nowrap;
        color: #fff;
        transform: translateX(-50%) translateY(-50%); }
  #conversion .reserve {
    display: none; }
    #conversion .reserve a {
      background: #900e17; }
      #conversion .reserve a:hover {
        background: #b1343d; }
  #conversion .online a {
    background: #6c2a5a; }
    #conversion .online a:hover {
      background: #974c82; }

/******************************************************

 contents
 
******************************************************/
.contents {
  margin: auto;
  max-width: 1000px;
  width: 90%;
  padding: 50px 0 0px; }
  .contents.border {
    border-top: 1px solid #1d384e;
    padding: 40px 0 0px;
    margin-top: 40px; }

/******************************************************

 txt
 
******************************************************/
.mainCopy {
  font-size: 32px;
  line-height: 150%;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  transform: rotate(0.001deg);
  color: #1d384e; }
  .mainCopy.center {
    text-align: center; }
  @media screen and (max-width: 600px) {
    .mainCopy {
      font-size: 24px; } }

.alp {
  text-align: center;
  margin-top: 10px; }

.Copy-L {
  font-size: 28px;
  line-height: 150%;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  transform: rotate(0.001deg);
  color: #1d384e; }
  .Copy-L.center {
    text-align: center; }
  @media screen and (max-width: 600px) {
    .Copy-L {
      font-size: 22px; } }

.midashi {
  font-size: 22px;
  line-height: 150%;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  transform: rotate(0.001deg);
  color: #1d384e; }
  .midashi.center {
    text-align: center; }
  @media screen and (max-width: 600px) {
    .midashi {
      font-size: 18px; } }

.read {
  font-size: 14px;
  line-height: 160%;
  font-family: "游明朝","Yu Mincho","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","HGS明朝E","メイリオ","Meiryo","serif";
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  transform: rotate(0.001deg); }
  .read.center {
    text-align: center; }

/******************************************************

 sp_footFixNav
 
******************************************************/
#sp_footFixNav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 30;
  width: 100%;
  overflow-x: scroll;
  height: 65px;
  display: none; }
  #sp_footFixNav.on {
    display: block; }
  @media screen and (max-width: 768px) {
    #sp_footFixNav {
      display: block; } }
  #sp_footFixNav #sp_footFixNav_box {
    position: relative;
    height: 65px; }
  #sp_footFixNav ul {
    width: 1250px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #323232;
    font-size: 0; }
  #sp_footFixNav li {
    float: left;
    line-height: 1;
    text-align: center;
    display: inline-block; }
    #sp_footFixNav li a, #sp_footFixNav li .soon {
      display: block;
      padding: 25px 15px;
      background: #323232;
      color: #fff;
      font-size: 0.7rem;
      border-left: 1px solid #111; }
    #sp_footFixNav li a {
      text-decoration: none; }
      #sp_footFixNav li a:hover, #sp_footFixNav li a.current {
        background: #111; }
    #sp_footFixNav li .soon {
      opacity: 0.3; }
    #sp_footFixNav li:first-child a {
      border-left: none; }
    #sp_footFixNav li.reserve a {
      border-left: 1px solid #6a0b11;
      background-color: #900e17; }
    #sp_footFixNav li.request a {
      border-left: 1px solid #5e5637;
      background-color: #7e7349; }
    #sp_footFixNav li.reserve {
      display: none; }
