@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
html, body {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-family: 'Roboto', 'Noto Sans Japanese', sans-serif;
  -webkit-overflow-scrolling: touch; }

.kome {
  background-color: #000;
  border: 3px solid #ff8dae;
  border-radius: 10px;
  padding: 13px;
  margin-bottom: 20px;
  color: #fff; }
  .kome p:nth-child(1) {
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center; }
  .kome p:nth-child(2) {
    padding-left: 1em;
    text-indent: -1em; }
  .kome p:nth-child(3) {
    padding-left: 1em;
    text-indent: -1em; }
  .kome p:nth-child(4) {
    padding-left: 1em;
    text-indent: -1em; }
  .kome p:nth-child(5) {
    color: #ff8dae;
    margin-top: 8px;
    font-weight: bold;
    font-size: 26px;
    text-align: center; }

@media (max-width: 749px) {
  .kome p:nth-child(5) {
    margin-top: 8px;
    font-size: 17px; } }
a:link, a:visited, a:active, a:focus {
  color: #fff;
  text-decoration: none; }
a:hover {
  transition: all 0.5s cubic-bezier(0.07, 0.58, 0.56, 0.96);
  opacity: 0.7;
  cursor: pointer; }

@media only screen and (max-height: 600px) {
  .popup_img {
    top: 0;
    margin-top: 0; } }
.imgwidth {
  width: 100%;
  height: auto; }

p {
  margin: 0; }

*:focus {
  outline: none; }

/*.slick-slide img {
    transform: scale(1.2);
    transition: .8s cubic-bezier(.645, .045, .355, 1);
}

.slick-current img {
    transform: scale(1);
}*/
.no-scroll {
  overflow-y: hidden; }

/*@media only screen and (max-height: 600px) {
  .no-scroll {
    overflow-y: auto;
  }
}*/
.fixed {
  position: fixed !important; }

@media (max-width: 749px) {
  .fixed {
    position: relative !important; }

  .no-scroll {
    overflow-y: hidden;
    position: relative;
    height: 100%; } }
#news {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  color: #fff;
  z-index: 4;
  font-size: 16px; }
  #news .news_bar {
    font-weight: bold;
    color: #fff;
    padding: 5% 0 2% 3%;
    position: relative;
    z-index: 1;
    font-size: 6vw;
    line-height: 0; }
    #news .news_bar span {
      font-size: 4vw;
      color: #ff0000; }
  #news .news_bg {
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0; }
  #news #news_list {
    width: 100%;
    height: 70px;
    overflow-y: scroll;
    margin-top: 2%;
    margin-bottom: 2%;
    font-size: 3vw; }
    #news #news_list li {
      margin-bottom: 1%;
      margin-left: 1%; }
      #news #news_list li a {
        display: inline-block;
        color: #fff; }
        #news #news_list li a dl {
          display: table;
          width: 100%; }
          #news #news_list li a dl dt {
            color: #b5b5b5;
            display: table-cell;
            vertical-align: top;
            padding-right: 6px; }
            #news #news_list li a dl dt :hover {
              text-decoration: none !important; }
          #news #news_list li a dl dd {
            display: table-cell;
            vertical-align: top; }

#line {
  width: 210px;
  height: 75px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5; }

@media (max-width: 749px) {
  /*#picture{
      min-width: auto;
      margin-left: 0;
  }*/
  #line {
    width: 45px;
    height: 45px;
    right: 5px;
    bottom: 5px; }
    #line img {
      width: 100%;
      height: auto; } }
.zindex {
  z-index: 6 !important; }

.navmenu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }
  .navmenu .navbar-header {
    position: relative;
    width: 100%;
    height: 100%; }
    .navmenu .navbar-header .navbtnbg {
      width: 37px;
      height: 35px;
      position: absolute;
      right: 9px;
      top: 7px;
      background-color: #ff8dae;
      border-radius: 5px;
      z-index: 111; }
    .navmenu .navbar-header .none {
      background-color: transparent !important; }
    .navmenu .navbar-header .navbtn {
      position: relative;
      float: right;
      width: 100%;
      right: 0;
      height: 25px;
      max-width: 25px;
      max-height: 25px;
      padding: 0;
      margin: 11px 15px 0 0;
      border: 0;
      background: transparent;
      transition: all 0.35s cubic-bezier(0.1, 0.69, 0.62, 1);
      z-index: 111;
      outline: none; }
      .navmenu .navbar-header .navbtn .icon-bar {
        background-color: #fff;
        position: absolute;
        display: block;
        width: 25px;
        height: 3px;
        border-radius: 2px;
        transition: all 0.35s cubic-bezier(0.1, 0.69, 0.62, 1); }
      .navmenu .navbar-header .navbtn .bar1 {
        top: 4px; }
      .navmenu .navbar-header .navbtn .bar2 {
        top: calc(50% - 1px); }
      .navmenu .navbar-header .navbtn .bar3 {
        bottom: 2px; }
    .navmenu .navbar-header .open {
      -moz-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg); }
      .navmenu .navbar-header .open .bar1 {
        top: calc(50% - 3px);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg); }
      .navmenu .navbar-header .open .bar2 {
        top: calc(50% - 2px);
        opacity: 0; }
      .navmenu .navbar-header .open .bar3 {
        bottom: calc(50% - 0px);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg); }
  .navmenu .navbar-main {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s cubic-bezier(0.1, 0.69, 0.62, 1);
    opacity: 0;
    visibility: hidden; }
    .navmenu .navbar-main .navbar-main_bg {
      width: 100%;
      height: 100%;
      background-color: #ff8dae;
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0.7; }
  .navmenu .on {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s cubic-bezier(0.1, 0.69, 0.62, 1); }
  .navmenu .navbar-main .navbar-list {
    margin: 0;
    transition: all 0.3s cubic-bezier(0.1, 0.69, 0.62, 1);
    opacity: 0;
    width: 320px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -220px; }
    .navmenu .navbar-main .navbar-list li {
      padding: 2px 0;
      text-align: center;
      font-size: 22px;
      color: #fff;
      text-align: center; }
  .navmenu .navbar-main .navon {
    opacity: 1; }

#slide_area {
  position: relative;
  width: 100%;
  height: auto; }
  #slide_area .slide_bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    border: none;
    padding: 0;
    margin: 0;
    opacity: .5;
    background: url(../js/overlays/02.png) center center;
    z-index: 1; }

#loading {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 99999; }
  #loading .loading_img {
    width: 400px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -200px; }
    #loading .loading_img img {
      width: 100%; }

#popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: auto; }
  #popup .popup_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    min-width: 591px;
    min-height: 354px;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.6;
    text-align: center;
    cursor: pointer; }
  #popup .popup_img {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -300px; }
    #popup .popup_img .popup_close {
      position: absolute;
      top: -30px;
      right: 0px; }
    #popup .popup_img .popup_week_close {
      position: relative;
      text-align: center;
      font-size: 14px;
      margin-top: 10px;
      color: #000; }

@media (max-width: 749px) {
  #popup .popup_bg {
    position: fixed; } }
@media (max-width: 749px) {
  #popup .popup_img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0; }
    #popup .popup_img .popup_close {
      position: absolute;
      top: 10px;
      right: 7px; }
    #popup .popup_img .popup_read {
      margin-top: 40px; }
      #popup .popup_img .popup_read img {
        width: 100%; } }
@media only screen and (max-height: 594px) {
  #popup .popup_img {
    top: 0;
    margin-top: 0; } }
#wrapper {
  min-height: 600px;
  height: 100%;
  min-width: 1024px;
  position: relative; }
  #wrapper #news_pc {
    width: 676px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    color: #fff;
    z-index: 4;
    font-size: 16px; }
    #wrapper #news_pc .news_bar_pc {
      font-weight: bold;
      color: #fff;
      padding: 24px 0 12px 12px;
      position: relative;
      z-index: 1;
      font-size: 28px;
      line-height: 0; }
      #wrapper #news_pc .news_bar_pc span {
        font-size: 18px;
        color: #ff0000; }
    #wrapper #news_pc .news_bg_pc {
      width: 100%;
      height: 100%;
      background-color: #000;
      opacity: 0.7;
      position: absolute;
      top: 0;
      left: 0; }
    #wrapper #news_pc #news_list_pc {
      width: 99%;
      height: 128px;
      overflow-y: scroll;
      margin-top: 10px;
      margin-bottom: 12px; }
      #wrapper #news_pc #news_list_pc li {
        margin-bottom: 6px;
        margin-left: 4px; }
        #wrapper #news_pc #news_list_pc li a {
          display: inline-block;
          color: #fff; }
          #wrapper #news_pc #news_list_pc li a dl {
            display: table;
            width: 100%; }
            #wrapper #news_pc #news_list_pc li a dl dt {
              color: #b5b5b5;
              display: table-cell;
              vertical-align: top;
              padding-right: 20px; }
              #wrapper #news_pc #news_list_pc li a dl dt :hover {
                text-decoration: none !important; }
            #wrapper #news_pc #news_list_pc li a dl dd {
              display: table-cell;
              vertical-align: top; }

.vegas-wrapper {
  left: 320px !important; }

@media only screen and (max-height: 600px) {
  #wrapper {
    width: 100%;
    height: 100%;
    z-index: 1; } }
#header {
  position: relative;
  z-index: 112;
  background-color: #000 !important;
  min-width: 1024px; }
  #header .header_inner {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #fff; }
    #header .header_inner .title {
      font-size: 20px;
      line-height: 1em;
      letter-spacing: -0.02em;
      color: #fff;
      margin: 11px 0 0 10px; }
    #header .header_inner .logo {
      position: relative;
      font-size: 56px;
      font-weight: bold;
      font-style: italic;
      color: #ff8dae; }
      #header .header_inner .logo .logo_en {
        transition: all 0.6s cubic-bezier(0.07, 0.58, 0.56, 0.96);
        line-height: 1.2em; }
      #header .header_inner .logo .logo_ja {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        top: -10px;
        left: 10px; }
        #header .header_inner .logo .logo_ja img {
          width: 198px; }
    #header .header_inner a {
      transition: none;
      opacity: 1;
      text-decoration: none;
      color: #ff8dae; }
      #header .header_inner a:hover {
        transition: none;
        opacity: 1;
        text-decoration: none;
        color: #ff8dae; }
    #header .header_inner .info {
      font-size: 0; }
      #header .header_inner .info .info_inner {
        display: inline-block; }
      #header .header_inner .info p {
        display: inline-block;
        margin-left: 6px; }
        #header .header_inner .info p .reser_open {
          width: 129px; }
        #header .header_inner .info p .tel {
          width: 357px; }
        #header .header_inner .info p .sns {
          width: 30px; }
    #header .header_inner .catch {
      font-size: 22px;
      line-height: 1em;
      letter-spacing: -0.02em;
      margin: 14px 6px 18px 0; }

@media (max-width: 749px) {
  #header .header_inner .logo .logo_en {
    line-height: 1em;
    letter-spacing: -1px; } }
@media (max-width: 749px) {
  #header .header_inner .info p .tel {
    width: 100%;
    height: auto; } }
@media (max-width: 749px) {
  #header .header_inner .info .info_inner:nth-child(2) {
    float: right; }
  #header .header_inner .info p {
    margin-left: 3px; } }
@media (max-width: 1250px) {
  #header .header_inner .title {
    font-size: 16px;
    margin: 10px 0 0 10px; }
  #header .header_inner .logo {
    font-size: 38px; }
    #header .header_inner .logo .logo_ja {
      top: -9px; }
      #header .header_inner .logo .logo_ja img {
        width: 133px; }
  #header .header_inner .catch {
    font-size: 18px;
    margin: 8px 6px 10px 0; } }
@media (max-width: 749px) {
  #header .header_inner .title {
    margin: 0 auto; }
  #header .header_inner .logo .logo_ja {
    top: -12px; }
  #header .header_inner .catch {
    font-size: 5vw;
    margin: 1%;
    text-align: center; }
  #header .header_inner .info {
    width: 300px;
    float: right; } }
.downspace {
  margin-bottom: 100px !important; }

.wrapperheight {
  height: 100% !important; }

.paddingzero {
  padding: 0 !important; }

.marginzero {
  margin: 0 !important; }

@media (max-width: 749px) {
  html, body {
    min-width: auto !important;
    background-color: #000; }

  #header {
    min-width: 100%;
    position: absolute;
    top: 0;
    height: 118px; }

  #wrapper {
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: 118px; }

  .vegas-wrapper {
    display: none; } }
#contents {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  /*#picture{
      //min-width: 1400px;
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      margin-left: 20px;
      display: none;
  }*/ }
  #contents #menu_area {
    width: 340px;
    height: 100%;
    position: absolute;
    z-index: 1; }
    #contents #menu_area .menu_area_bg {
      width: 340px;
      height: 100%;
      background-color: #ff8dae;
      position: absolute;
      opacity: 0.7; }
    #contents #menu_area .gallery_menu {
      height: 40px;
      cursor: pointer;
      overflow: hidden;
      margin: 5px 5px 5px 6px; }
    #contents #menu_area #menu {
      position: relative; }
      #contents #menu_area #menu li {
        height: 40px;
        cursor: pointer;
        overflow: hidden;
        margin: 5px 5px 5px 6px; }
      #contents #menu_area #menu a:hover {
        opacity: 1; }
  #contents #vegasarea {
    width: 100%;
    height: 100% !important;
    position: absolute;
    left: 0;
    top: 0; }

@media (max-width: 749px) {
  #contents #menu_area_sp {
    width: 100%;
    position: relative;
    color: #fff;
    background-color: #ff8dae;
    display: none; }
    #contents #menu_area_sp #menu_sp li {
      height: auto;
      border-bottom: 1px solid #fff;
      margin: 2% 3% 1%;
      padding-left: 1%;
      padding-bottom: 1%; }
      #contents #menu_area_sp #menu_sp li:last-child {
        border-bottom: 0; }
      #contents #menu_area_sp #menu_sp li a {
        color: #fff; }
        #contents #menu_area_sp #menu_sp li a:hover {
          text-decoration: none; }
      #contents #menu_area_sp #menu_sp li p {
        font-size: 4vw; } }
.gallery {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  margin: 0 auto;
  padding: 0;
  background-color: #9ad2ed; }
  .gallery .kasou_bg {
    width: 100%;
    height: 150%;
    position: fixed;
    background-color: #9ad2ed;
    top: 0;
    left: 0; }
  .gallery .box {
    color: #fff;
    font-size: 24px; }
    .gallery .box .box_inner {
      position: relative; }
      .gallery .box .box_inner .title {
        width: 100%;
        background-color: #ff8dae;
        text-align: center;
        margin-bottom: 40px; }
        .gallery .box .box_inner .title .title_txt {
          padding: 17px;
          font-size: 40px;
          color: #fff; }
      .gallery .box .box_inner .bar {
        font-size: 28px;
        color: #fff;
        background-color: #000;
        padding: 8px 0 8px 18px;
        border-radius: 14px;
        margin-bottom: 16px; }
      .gallery .box .box_inner #gallery .gallery_list {
        font-size: 0; }
        .gallery .box .box_inner #gallery .gallery_list li {
          display: inline-block;
          float: none;
          margin-bottom: 18px; }
      .gallery .box .box_inner .btn_close, .gallery .box .box_inner .reser_close {
        position: absolute;
        top: 26px;
        right: 20px; }

.kasou {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 111;
  margin: 0 auto;
  padding: 0;
  background-color: #9ad2ed;
  display: none; }
  .kasou .kasou_bg {
    width: 100%;
    height: 150%;
    position: fixed;
    background-color: #9ad2ed;
    top: 0;
    left: 0; }
  .kasou .box {
    color: #fff;
    font-size: 24px; }
    .kasou .box .box_inner {
      position: relative; }
      .kasou .box .box_inner .title {
        width: 100%;
        background-color: #ff8dae;
        text-align: center;
        margin-bottom: 40px; }
        .kasou .box .box_inner .title .title_txt {
          padding: 17px;
          font-size: 40px;
          color: #fff; }
      .kasou .box .box_inner .bar {
        font-size: 28px;
        color: #fff;
        background-color: #000;
        padding: 8px 0 8px 18px;
        border-radius: 14px;
        margin-bottom: 16px; }
      .kasou .box .box_inner .event_img {
        text-align: center;
        margin: 40px 0; }
      .kasou .box .box_inner .bold {
        font-weight: bold; }
      .kasou .box .box_inner .under_txt {
        text-decoration: underline; }
      .kasou .box .box_inner .red {
        color: #ff0000; }
      .kasou .box .box_inner .small_txt {
        font-size: 18px; }
      .kasou .box .box_inner .nbottom {
        margin-bottom: 50px;
        margin-left: 18px; }
      .kasou .box .box_inner .nleft {
        margin-left: 18px; }
      .kasou .box .box_inner .font_left1 {
        margin-left: 1.2em; }
      .kasou .box .box_inner .font_left2 {
        margin-left: 0.7em; }
      .kasou .box .box_inner .about_ntop_start {
        margin-bottom: 10px; }
      .kasou .box .box_inner .about_ntop {
        margin-top: 40px;
        margin-bottom: 10px; }
      .kasou .box .box_inner #QandA-1 {
        width: 100%;
        font-size: 24px; }
        .kasou .box .box_inner #QandA-1 dt {
          background: #000;
          color: #fff;
          padding: 8px;
          border-radius: 2px; }
          .kasou .box .box_inner #QandA-1 dt:before {
            content: "Q.";
            font-weight: bold;
            margin-right: 8px; }
        .kasou .box .box_inner #QandA-1 dd {
          margin: 24px 16px 40px 32px;
          line-height: 140%;
          text-indent: -24px; }
          .kasou .box .box_inner #QandA-1 dd:before {
            content: "A.";
            font-weight: bold;
            margin-right: 8px; }
      .kasou .box .box_inner #gallery .gallery_list {
        font-size: 0; }
        .kasou .box .box_inner #gallery .gallery_list li {
          display: inline-block;
          float: none;
          margin-bottom: 18px; }
      .kasou .box .box_inner #price {
        color: #000; }
        .kasou .box .box_inner #price .pricetitle {
          margin-bottom: 14px; }
      .kasou .box .box_inner #about {
        color: #000; }
      .kasou .box .box_inner #access {
        color: #000; }
        .kasou .box .box_inner #access .table th {
          background-color: #000;
          color: #fff;
          font-weight: bold;
          font-size: 30px; }
        .kasou .box .box_inner #access .table td {
          background-color: #fff; }
        .kasou .box .box_inner #access .table p {
          margin: 0;
          padding: 10px;
          line-height: 1.4em; }
        .kasou .box .box_inner #access .map {
          margin-bottom: 30px; }
      .kasou .box .box_inner #contact {
        color: #000; }
        .kasou .box .box_inner #contact .table th {
          background-color: #ff0000;
          color: #fff;
          font-weight: bold;
          text-align: center;
          font-size: 30px; }
        .kasou .box .box_inner #contact .table td {
          background-color: #fff; }
        .kasou .box .box_inner #contact .table p {
          margin: 0;
          padding: 10px;
          line-height: 1.4em; }
        .kasou .box .box_inner #contact .info {
          font-size: 0; }
          .kasou .box .box_inner #contact .info p .reser_open {
            width: 129px; }
          .kasou .box .box_inner #contact .info p .tel {
            width: 357px; }
          .kasou .box .box_inner #contact .info p .sns {
            width: 50px; }
          .kasou .box .box_inner #contact .info .infoline {
            margin: 14px 0 20px; }
      .kasou .box .box_inner #system {
        color: #000; }
        .kasou .box .box_inner #system .borderless td, .kasou .box .box_inner #system .borderless th {
          border: none; }
        .kasou .box .box_inner #system table tbody tr th {
          width: 170px; }
          .kasou .box .box_inner #system table tbody tr th .nemoleft .nemo {
            width: 120px;
            height: 60px;
            background-color: #000;
            color: #fff;
            float: left;
            font-size: 32px;
            padding: 9px 0 0 14px; }
          .kasou .box .box_inner #system table tbody tr th .nemoleft .triangle {
            width: 0;
            height: 0;
            border-left: 30px solid #000;
            border-top: 30px solid transparent;
            border-bottom: 30px solid transparent;
            float: left; }
        .kasou .box .box_inner #system table tbody tr td {
          padding-bottom: 10px;
          padding-top: 10px; }
          .kasou .box .box_inner #system table tbody tr td .txt {
            font-size: 30px;
            margin-top: 12px; }
      .kasou .box .box_inner .btn_close, .kasou .box .box_inner .reser_close {
        position: absolute;
        top: 26px;
        right: 20px; }

@media (max-width: 749px) {
  .kasou .box {
    font-size: 16px !important; } }
@media (max-width: 749px) {
  .kasou .box .box_inner .title {
    margin-bottom: 14px;
    z-index: 1; }
    .kasou .box .box_inner .title .title_txt {
      font-size: 22px;
      padding: 6px; }

  .gallery .box .box_inner .title {
    margin-bottom: 14px;
    z-index: 1; }
    .gallery .box .box_inner .title .title_txt {
      font-size: 22px;
      padding: 6px; } }
@media (max-width: 749px) {
  .kasou .box .box_inner .bar {
    font-size: 100%;
    margin-bottom: 2%; }
  .kasou .box .box_inner .event_img {
    margin: 10px 0; }
    .kasou .box .box_inner .event_img img {
      width: 100%;
      height: auto; }

  .gallerykasou .box .box_inner .bar {
    font-size: 100%;
    margin-bottom: 2%; }
  .gallerykasou .box .box_inner .event_img {
    margin: 10px 0; }
    .gallerykasou .box .box_inner .event_img img {
      width: 100%;
      height: auto; } }
@media (max-width: 749px) {
  .kasou .box .box_inner .small_txt {
    font-size: 14px; }
  .kasou .box .box_inner .nleft, .kasou .box .box_inner .font_left1 {
    margin-left: 2%; }
  .kasou .box .box_inner .bold {
    font-size: 20px; }
  .kasou .box .box_inner .bolden {
    font-size: 22px; }
  .kasou .box .box_inner .about_ntop {
    margin-top: 26px; }
  .kasou .box .box_inner #QandA-1 {
    font-size: 16px; }
    .kasou .box .box_inner #QandA-1 dt {
      background: #000;
      color: #fff;
      padding: 8px;
      border-radius: 2px; }
      .kasou .box .box_inner #QandA-1 dt:before {
        content: "Q.";
        font-weight: bold;
        margin-right: 8px; }
    .kasou .box .box_inner #QandA-1 dd {
      margin: 10px 16px 20px 24px;
      line-height: 140%;
      text-indent: -24px; }
      .kasou .box .box_inner #QandA-1 dd:before {
        content: "A.";
        font-weight: bold;
        margin-right: 8px; } }
@media (max-width: 749px) {
  .kasou .box .box_inner #access .table th {
    font-size: 18px; } }
@media (max-width: 749px) {
  .kasou .box .box_inner #contact .table th {
    font-size: 20px; } }
@media (max-width: 749px) {
  .kasou .box .box_inner #contact .info p .tel {
    width: 280px; }
  .kasou .box .box_inner #contact .info p .sns {
    width: 40px; } }
@media (max-width: 749px) {
  .kasou .box .box_inner #system table tbody tr th {
    width: 90px; }
    .kasou .box .box_inner #system table tbody tr th .nemoleft .nemo {
      width: 70px;
      height: 40px;
      background-color: #000;
      color: #fff;
      float: left;
      font-size: 20px;
      padding: 5px; }
    .kasou .box .box_inner #system table tbody tr th .nemoleft .triangle {
      width: 0;
      height: 0;
      border-left: 20px solid #000;
      border-top: 20px solid transparent;
      border-bottom: 20px solid transparent;
      float: left; }
  .kasou .box .box_inner #system table tbody tr td {
    padding-bottom: 20px; }
    .kasou .box .box_inner #system table tbody tr td .txt {
      font-size: 18px;
      margin-top: 20px;
      margin-left: 6px;
      margin-bottom: 0; } }
@media (max-width: 749px) {
  .kasou .box .box_inner .btn_close, .kasou .box .box_inner .reser_close {
    position: absolute;
    top: auto;
    z-index: 111;
    right: 0;
    padding: 11px 8px 0px 8px;
    width: 32px; }
  .kasou .box .box_inner .btn_close img, .kasou .box .box_inner .reser_close img {
    width: 100%;
    height: auto; }

  .gallery .box .box_inner .btn_close, .gallery .box .box_inner .reser_close {
    position: absolute;
    top: auto;
    z-index: 111;
    right: 0;
    padding: 3px 8px 0px 8px;
    width: 32px; }
  .gallery .box .box_inner .btn_close img, .gallery .box .box_inner .reser_close img {
    width: 100%;
    height: auto; } }
@media (max-width: 749px) {
  .kasou .box {
    font-size: 5vw; } }
.table > thead > tr > th, .table > thead > tr > td {
  padding: 0;
  vertical-align: middle; }
.table > tbody > tr > th, .table > tbody > tr > td {
  padding: 0;
  vertical-align: middle; }
.table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 0;
  vertical-align: middle; }

.contact {
  background-color: #9ad2ed; }

#reser_openve .title {
  width: 100%;
  background-color: #ff8dae;
  text-align: center;
  margin-bottom: 40px; }
  #reser_openve .title .title_txt {
    padding: 17px;
    font-size: 40px;
    color: #fff; }
#reser_openve #reser_openve_inner {
  color: #000;
  font-size: 18px; }
  #reser_openve #reser_openve_inner .h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 40px 0 10px 10px; }
  #reser_openve #reser_openve_inner .noborder {
    border: none; }
  #reser_openve #reser_openve_inner .table .attention {
    background-color: #ff0000;
    font-size: 22px; }
  #reser_openve #reser_openve_inner .table th {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px; }
  #reser_openve #reser_openve_inner .table td {
    background-color: #fff;
    padding: 10px 10px 10px 14px; }
  #reser_openve #reser_openve_inner .table p {
    margin: 0;
    line-height: 1.4em; }
  #reser_openve #reser_openve_inner .info {
    font-size: 0; }
    #reser_openve #reser_openve_inner .info p .reser_open {
      width: 129px; }
    #reser_openve #reser_openve_inner .info p .tel {
      width: 357px; }
    #reser_openve #reser_openve_inner .info p .sns {
      width: 50px; }
    #reser_openve #reser_openve_inner .info .infoline {
      margin-top: 14px; }

@media (max-width: 749px) {
  #reser_openve #reser_openve_inner .table th {
    font-size: 20px; } }
@media (max-width: 749px) {
  #reser_openve #reser_openve_inner .info p .tel {
    width: 280px; }
  #reser_openve #reser_openve_inner .info p .sns {
    width: 40px; } }
/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */

/*# sourceMappingURL=main.css.map */
