@charset "UTF-8";
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; }

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; }

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

 BASE
 
******************************************************/
body {
  background: #fff;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300; }

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

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: 160%; }

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

.aw {
  display: inline-block; }

sup {
  font-size: 8px;
  vertical-align: top; }

a {
  text-decoration: none; }
  
.error h1 {
font-size: 24px;
text-align: center;
font-weight: bold;
margin: 4rem 0 2rem;
}  
.error p {
line-height: 1.8em;
text-align: center;
margin-bottom: 4rem;
}
.error .back {
display: block;
padding: 1rem 0;
text-align: center;
margin: 0 auto 20rem;
border: solid 1px #ccc;
border-radius: 40px;
width: 40%;
color: #333;
}
.error .back:hover {
background: #eee;
}

 @media screen and (max-width: 768px) {
 .error h1 {
 font-size: 18px;
 }
 .error p {
line-height: 1.8em;
padding: 0 1rem;
}
 }
/******************************************************

 DRAWER
 
******************************************************/
header {
  display: none; }
  @media screen and (max-width: 768px) {
    header {
      display: block; } }

.drawer-nav {
  background: #fde3b7; }
  .drawer-nav .drawer-menu {
    padding: 0 15px 15px 15px; }
    .drawer-nav .drawer-menu li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
      .drawer-nav .drawer-menu li a, .drawer-nav .drawer-menu li .soon {
        display: block;
        text-align: center;
        text-decoration: none;
        font-size: 15px;
        color: #000;
        line-height: 100%;
        padding: 20px 10px;
        position: relative;
        font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
        font-weight: 300; }
        .drawer-nav .drawer-menu li a span, .drawer-nav .drawer-menu li .soon span {
          position: relative;
          z-index: 5; }
        .drawer-nav .drawer-menu li a::after, .drawer-nav .drawer-menu li .soon::after {
          content: "";
          position: absolute;
          bottom: 0;
          z-index: 0;
          left: 0%;
          height: 10%;
          width: 100%;
          background: rgba(0, 0, 0, 0.3);
          opacity: 0;
          -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease; }
        .drawer-nav .drawer-menu li a:hover::after, .drawer-nav .drawer-menu li .soon:hover::after {
          opacity: 1; }
        .drawer-nav .drawer-menu li a.current::after, .drawer-nav .drawer-menu li .soon.current::after {
          opacity: 1; }
      .drawer-nav .drawer-menu li .soon {
        color: #888; }
        .drawer-nav .drawer-menu li .soon::after {
          display: none; }

.drawer-overlay {
  background-color: rgba(255, 255, 255, 0.8); }

.drawer-hamburger {
  top: 0;
  margin: 0;
  padding: 0;
  height: 50px;
  width: 50px; }

.drawer-hamburger-icon {
  margin-top: 0px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 30px;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000; }

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

 header
 
******************************************************/
@media screen and (max-width: 768px) {
  main {
    padding-top: 50px; } }

.head {
  background: #fff;
  width: 100%; }
  .head .headBody {
    text-align: center;
    width: 90%;
    margin: auto;
    padding: 40px 0 20px; }
    .head .headBody h1 {
      display: inline-block; }
  @media screen and (max-width: 768px) {
    .head {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100; }
      .head .headBody {
        height: 30px;
        padding: 10px 0 10px; }
        .head .headBody h1 {
          display: inline-block; }
          .head .headBody h1 img {
            height: 30px;
            width: auto; } }

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

 gnav
 
******************************************************/
.gnav {
  width: 100%; }
  @media screen and (max-width: 768px) {
    .gnav {
      display: none; } }
  .gnav ul {
    font-size: 0px;
    margin: auto;
    max-width: 1280px;
    text-align: center;
    padding-bottom: 15px; }
    .gnav ul li {
      display: inline-block;
      text-align: center;
      box-sizing: border-box;
      position: relative; }
      .gnav ul li::after {
        content: "";
        width: 1px;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        background: rgba(0, 0, 0, 0.4);
        transform: translateY(-50%) rotate(25deg); }
      .gnav ul li:first-child::after {
        display: none; }
      .gnav ul li.rentalspace {
        display: none; }
      .gnav ul li a, .gnav ul li .soon {
        display: block;
        position: relative;
        text-decoration: none;
        padding: 10px 50px; }
        .gnav ul li a .en, .gnav ul li .soon .en {
          font-size: 18px;
          line-height: 100%;
          white-space: nowrap;
          color: #000 !important;
          position: relative;
          font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          -webkit-font-smoothing: antialiased;
          font-feature-settings: "palt";
          font-weight: 300;
          -webkit-font-smoothing: antialiased;
          font-feature-settings: "palt";
          transform: rotate(0.001deg); }
        .gnav ul li a.soon, .gnav ul li .soon.soon {
          opacity: 0.3; }
      .gnav ul li a .en::after {
        content: "";
        height: 5px;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        z-index: -1; }
      .gnav ul li a:hover .en::after, .gnav ul li a.current .en::after {
        width: 100%; }
      .gnav ul li .pull {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        z-index: 1;
        top: 38px;
        width: 100%;
        box-sizing: border-box;
        -webkit-transition: all 0.2s linear;
        transition: all 0.2s linear;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid white;
        padding: 5px 10px;
        border-radius: 5px;
        box-shadow: 2px 2px 4px gray; }
        @media screen and (max-width: 768px) {
          .gnav ul li .pull {
            display: none; } }
        .gnav ul li .pull li {
          width: 100% !important;
          border-top: 1px solid #ddd;
          display: block; }
          .gnav ul li .pull li:first-child {
            border-top: none; }
          .gnav ul li .pull li a, .gnav ul li .pull li .soon {
            padding: 10px 0px !important;
            display: block; }
            .gnav ul li .pull li a .txt, .gnav ul li .pull li .soon .txt {
              font-size: 11px;
              white-space: nowrap;
              color: #000;
              line-height: 200%;
              font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
              -webkit-font-smoothing: antialiased;
              font-feature-settings: "palt";
              font-weight: 300;
              -webkit-font-smoothing: antialiased;
              font-feature-settings: "palt";
              transform: rotate(0.001deg); }
          .gnav ul li .pull li::after, .gnav ul li .pull li::before {
            display: none; }
          .gnav ul li .pull li .soon {
            opacity: 0.3; }
      .gnav ul li:hover .pull {
        visibility: visible;
        opacity: 1; }

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

 mainBox
 
******************************************************/
.mainBox {
  position: relative; }
  .mainBox .slidemain {
    line-height: 0 !important; }
    .mainBox .slidemain .photo {
      position: relative; }
      .mainBox .slidemain .photo:before {
        content: "";
        display: block;
        padding-top: 700px; }
        @media screen and (max-width: 1200px) {
          .mainBox .slidemain .photo:before {
            padding-top: 54%; } }
        @media screen and (max-width: 600px) {
          .mainBox .slidemain .photo:before {
            padding-top: 68%; } }
      .mainBox .slidemain .photo .inner {
        position: absolute;
        background-size: cover !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
  .mainBox .my-dots01 {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translateX(-50%); }
    .mainBox .my-dots01 li {
      display: inline-block;
      text-indent: -9999px;
      width: 14px;
      height: 14px;
      background: #fff;
      cursor: pointer;
      margin: 5px 10px;
      border-radius: 14px;
      border: 1px solid #fff; }
      .mainBox .my-dots01 li.slick-active {
        background: #888; }
  .mainBox .slick-next,
  .mainBox .slick-prev {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 100px;
    top: 50%;
    text-indent: -9999px; }
    .mainBox .slick-next:hover,
    .mainBox .slick-prev:hover {
      opacity: 0.6; }
    @media screen and (max-width: 600px) {
      .mainBox .slick-next,
      .mainBox .slick-prev {
        width: 25px;
        height: 50px; } }
  .mainBox .slick-next {
    right: 5%;
    background: url("../images/common/sllide-next@2x.png");
    background-size: cover; }
  .mainBox .slick-prev {
    left: 5%;
    background: url("../images/common/sllide-prev@2x.png");
    background-size: cover; }
  .mainBox .mainCopy {
    position: absolute;
    width: 80%;
    left: 50%;
    top: 50%;
    z-index: 10;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    transform: rotate(0.001deg);
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 46px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.5rem; }
    @media screen and (max-width: 600px) {
      .mainBox .mainCopy {
        font-size: 28px; } }

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

 event-list
 
******************************************************/
.event-list {
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
  max-height: 160px;
  overflow-y: scroll; }
  .event-list ul li {
    margin: 15px 0;
    box-sizing: border-box;
    padding-left: 25px;
    position: relative;
    line-height: 160%;
    font-size: 16px; }
    .event-list ul li::before {
      content: "";
      background: #999;
      width: 8px;
      height: 8px;
      position: absolute;
      top: 8px;
      left: 5px;
      border-radius: 10px; }
    .event-list ul li a {
      color: #222;
      text-decoration: underline; }
  .event-list::-webkit-scrollbar {
    width: 10px; }
  .event-list::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777; }
  .event-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none; }
  @media screen and (max-width: 600px) {
    .event-list ul li {
      font-size: 13px; }
      .event-list ul li::before {
        top: 5px; } }

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

 contents
 
******************************************************/
.contents {
  margin: auto;
  max-width: 1000px;
  width: 90%; }

.ttl-en {
  font-size: 22px;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  transform: rotate(0.001deg); }

.more-btn {
  border: 1px solid #f5a000;
  box-sizing: border-box;
  margin: auto;
  width: 80%;
  height: 40px;
  max-width: 200px;
  position: relative;
  display: block;
  background: #fff;
  border-radius: 40px;
  color: #000;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  .more-btn .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    transform: rotate(0.001deg);
    transform: translateX(-50%) translateY(-50%); }
  .more-btn:hover {
    background: #f5a000;
    color: #fff; }

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

 footer-contact
 
******************************************************/
#footer-contact {
  background: #fde3b7;
  text-align: center;
  padding: 40px 0; }
  #footer-contact .ttl-en {
    margin-bottom: 40px; }
  #footer-contact .name {
    font-size: 15px;
    width: 90%;
    display: inline-block; }
    #footer-contact .name b {
      display: inline-block;
      font-size: 22px;
      font-weight: lighter; }
  #footer-contact ul {
    font-size: 0; }
    #footer-contact ul li {
      display: inline-block;
      margin: 20px 10px 0 10px;
      font-size: 16px; }
  #footer-contact .more-btn {
    margin-top: 40px; }
  @media screen and (max-width: 600px) {
    #footer-contact .ttl-en {
      margin-bottom: 25px; }
    #footer-contact ul {
      margin-top: 20px; }
      #footer-contact ul li {
        display: block;
        margin: 10px 10px 0 10px;
        font-size: 14px; }
    #footer-contact .more-btn {
      margin-top: 30px; } }

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

 footer
 
******************************************************/
footer {
  background: #eae9e3;
  padding: 40px 0;
  text-align: center; }
  footer .name {
    font-size: 20px;
    width: 90%;
    display: inline-block; }
    footer .name a {
      color: #000;
      text-decoration: none; }
  footer .copyright {
    text-align: center;
    padding: 0px 20px;
    font-size: 11px; }
  @media screen and (max-width: 600px) {
    footer .name {
      font-size: 17px; } }
  footer .txt-nav {
    margin: auto;
    width: 90%;
    margin-top: 15px;
    margin-bottom: 30px; }
    footer .txt-nav ul {
      text-align: center; }
      footer .txt-nav ul li {
        display: inline-block;
        box-sizing: border-box;
        position: relative; }
        footer .txt-nav ul li::after {
          content: "";
          width: 1px;
          height: 50%;
          position: absolute;
          left: 0;
          top: 50%;
          background: rgba(0, 0, 0, 0.4);
          transform: translateY(-50%) rotate(25deg); }
        footer .txt-nav ul li:first-child::after {
          display: none; }
        footer .txt-nav ul li.rentalspace {
          display: none; }
        footer .txt-nav ul li a, footer .txt-nav ul li p {
          display: block;
          position: relative;
          text-decoration: none;
          padding: 5px 20px; }
          footer .txt-nav ul li a .txt, footer .txt-nav ul li p .txt {
            font-size: 15px;
            line-height: 100%;
            white-space: nowrap;
            color: #000 !important;
            position: relative;
            font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
            -webkit-font-smoothing: antialiased;
            font-feature-settings: "palt";
            font-weight: 300;
            -webkit-font-smoothing: antialiased;
            font-feature-settings: "palt";
            transform: rotate(0.001deg); }
          footer .txt-nav ul li a.soon, footer .txt-nav ul li p.soon {
            opacity: 0.3; }
        footer .txt-nav ul li a:hover .txt, footer .txt-nav ul li a.current .txt {
          text-decoration: underline; }
        @media screen and (max-width: 600px) {
          footer .txt-nav ul li a, footer .txt-nav ul li p {
            padding: 5px 15px; }
            footer .txt-nav ul li a .txt, footer .txt-nav ul li p .txt {
              font-size: 13px; } }

.pagetop {
  position: fixed;
  bottom: 16px;
  right: 16px;
  width: 46px; }

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

 bana
 
******************************************************/
#bana ul {
  font-size: 0; }
  #bana ul li {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block; }
    #bana ul li img {
      width: 100%;
      height: auto; }
    #bana ul li a, #bana ul li .soon {
      display: block;
      -webkit-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    #bana ul li a:hover {
      opacity: 0.6; }
@media screen and (max-width: 768px) {
  #bana ul li {
    width: 48%;
    margin-right: 4%; }
    #bana ul li:nth-child(2n) {
      margin-right: 0; } }
@media screen and (max-width: 600px) {
  #bana ul {
    text-align: center; }
    #bana ul li {
      width: 100%;
      margin-right: 0%;
      max-width: 400px; } }

.subwin .head {
  border-bottom: 1px solid #ddd; }
.subwin .gnav {
  display: none; }
.subwin footer .nav01,
.subwin footer .nav02,
.subwin footer .name {
  display: none; }
.subwin .subwinBtn {
  max-width: 500px;
  margin: auto;
  padding: 50px 0 0; }
  .subwin .subwinBtn ul {
    font-size: 0;
    text-align: center; }
    .subwin .subwinBtn ul li {
      display: inline-block;
      width: 48%;
      margin: 1%; }
      .subwin .subwinBtn ul li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 10px;
        background: #eee;
        border-radius: 40px;
        text-decoration: none;
        color: #000; }
        .subwin .subwinBtn ul li a .btn-txt {
          font-size: 15px; }
        .subwin .subwinBtn ul li a:hover {
          opacity: 0.6; }

.float-box {
  position: fixed;
  top: 153px;
  right: 0;
  z-index: 9999; }
  .float-box a, .float-box span {
    display: block;
    width: 40px;
    margin-top: 20px;
    transition: .3s opacity; }
    .float-box a img, .float-box span img {
      width: 100%;
      height: auto; }
      .float-box a img.pc, .float-box span img.pc {
        display: block; }
      .float-box a img.sp, .float-box span img.sp {
        display: none; }
  .float-box a:hover {
    opacity: .7; }
  .float-box span.soon, .float-box span.nolink {
    background: #666;
    border-radius: 8px 0 0 8px; }
    .float-box span.soon img, .float-box span.nolink img {
      opacity: .3; }
  @media screen and (max-width: 768px) {
    .float-box {
      top: auto;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .float-box a, .float-box span {
        min-height: 0;
        width: 50%;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px; }
        .float-box a.soon, .float-box a.nolink, .float-box span.soon, .float-box span.nolink {
          border-radius: 0; }
        .float-box a.res, .float-box span.res {
          background: #7D4939; }
        .float-box a.pay, .float-box span.pay {
          background: #5D793F; }
        .float-box a.tel, .float-box span.tel {
          background: #2c69b4; }
        .float-box a img, .float-box span img {
          max-width: 80px;
          margin: auto; }
          .float-box a img.pc, .float-box span img.pc {
            display: none; }
          .float-box a img.sp, .float-box span img.sp {
            display: block; } }

.off {
  background: #000; }
  .off img {
    opacity: .8; }

.off2 a, .off2 span {
  opacity: .3; }
