@charset "UTF-8";

.pa10 {
  padding: 10px 0 0 0;
}
.pa15 {
  padding: 15px 0 0 0;
}
.pa20 {
  padding: 20px 0 0 0;
}
.pa30 {
  padding: 30px 0 0 0;
}
.pa40 {
  padding: 40px 0 0 0;
}
.pa50 {
  padding: 50px 0 0 0;
}
.pa60 {
  padding: 60px 0 0 0;
}
.ma20 {
  margin: 20px 0 0 0;
}
.ma40 {
  margin: 40px 0 0 0;
}
.ma50 {
  margin: 50px 0 0 0;
}

/* user */
.guide {
  width: 100%;
  margin: 0;
  padding: 150px 0 90px;
}
.youtube {
  width: 90%;
  max-width: 900px;
  margin: 50px auto 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.youtube .youtube-inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.youtube .youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.guide_box {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  color: #1e1e1e;
  text-align: center;
  padding: 0;
}
.linkArea {
  border-top: none;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: none;
  display: flex;
  align-items: center;
  margin: 50px 0 0 0;
}
.linkArea li {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
  text-align: center;
  padding: 15px 20px 15px 0;
  box-sizing: border-box;
  line-height: 1.6;
}
.linkArea li a {
  color: #7dc3f0;
  font-size: 1.3em;
  font-weight: bold;
  position: relative;
}
.linkArea li a span {
  font-size: 0.9em;
  font-weight: bold;
}
.linkArea li a:after {
  content: "";
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: -16px;
  margin-top: -6px;
}
.linkArea-1 {
  width: 24%;
}
.linkArea-2 {
  width: 17%;
}
.linkArea-3 {
  width: 17%;
}
.linkArea-4 {
  width: 24%;
}
.linkArea-5 {
  width: 18%;
}
#sec_entry,
#sec_mypage,
#sec_qrcode,
#sec_reserve,
#sec_printer,
#sec_search,
#sec_coupon,
#sec_other {
  margin-top: -110px;
  padding-top: 110px;
}
#password {
  margin-top: -130px;
  padding-top: 130px;
}
.guideBlock {
  padding: 50px 0;
}
.secTitle {
  border: 2px solid #7dc3f0;
  font-size: 2em;
  font-weight: bold;
  line-height: 25px;
  display: inline-block;
  text-align: center;
  height: auto;
  margin: 0;
  border-radius: 6px;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 15px;
}
.secTitle img {
  width: auto;
  height: 25px;
  vertical-align: bottom;
}
.txt {
  font-size: 1.4em;
  line-height: 1.8;
  text-align: center;
}
.txt a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.guideBlock-img {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 40px auto 0 auto;
}
.gray {
  color: #646464;
}
.red {
  color: #de0032;
}
.sky {
  font-size: 1.1em;
  font-weight: bold;
  color: #7dc3f0;
}
.guide-hr {
  border-top: 1px solid #939393;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.bookingBlock {
  padding: 50px 0;
}
.btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 300px;
  height: auto;
  margin: 40px auto 0 auto;
}
.btn a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.4em;
  font-weight: bold;
  border-radius: 6px;
  padding: 25px 0;
  position: relative;
}
.btn a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.acoBox-wrapper {
  padding: 40px 0 0 0;
}
.acoBox {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #7dc3f0;
  margin: 0 auto;
}
.acoBox.first {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #7dc3f0;
  margin: 0 auto;
}
.acoBox .ttl {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  cursor: pointer;
  position: relative;
}
.acoBox .ttl:after {
  content: "＋";
  position: absolute;
  right: 30px;
}
.acoBox.open .ttl:after {
  content: "―";
}
.acoBox .boxInner {
  display: none;
  padding: 0 0 30px 0;
}
.acoBox .col2Block {
  display: flex;
  flex-direction: row-reverse;
}
.acoBox .col2Block:first-of-type {
  margin: 0;
}
.acoBox .col2Block .imgBox {
  width: 17%;
  height: auto;
  min-width: 200px;
  margin-right: 50px;
  vertical-align: top;
  box-sizing: border-box;
}
.acoBox .col2Block .txtBox dl {
  display: flex;
}
.acoBox .col2Block .txtBox dt {
  align-self: left;
  font-size: 2.2em;
  margin-right: 20px;
}
.acoBox .col2Block .txtBox dd {
  font-size: 1.4em;
  text-align: left;
  line-height: 1.5;
  padding: 9px 0 0 0;
}
.acoBox .col2Block .txtBox dd span {
  font-size: 1.1em;
  font-weight: bold;
}
.acoBox .col2Block .txtBox dd a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.acoBox .col2Block .txtBox p {
  font-size: 1.3em;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin: 15px 0 0;
}
.col2Block {
  display: flex;
  margin: 35px 0 0;
}
.col2Block .imgBox {
  width: 17%;
  height: auto;
  min-width: 200px;
  margin-right: 50px;
  vertical-align: top;
  box-sizing: border-box;
}
.col2Block .imgBox a {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
}
.col2Block .imgBox a:after {
  content: "";
  background-image: url(/img/icon_zoom.png);
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  pointer-events: none;
}
.col2Block .txtBox {
  width: 100%;
  line-height: 1.8;
}
.col2Block .txtBox p {
  text-align: left;
  margin: 0 0 10px;
}
.printBlock {
  padding: 50px 0;
}
.txt-link {
  font-size: 1.7em;
  text-align: center;
}
.txt-link a {
  color: #7dc3f0;
  font-weight: bold;
  border-bottom: 2px solid #7dc3f0;
  padding: 0 0 10px 0;
}
.attentionBlock {
  margin: 30px 0 0 0;
}
.attention-inner {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #939393;
  border-radius: 20px;
  padding: 50px;
}
.attention-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.attention-img {
  width: 50px;
  margin: 30px auto 0 auto;
}
.attention-txt {
  font-size: 1.4em;
  font-weight: bold;
  color: #7dc3f0;
  text-align: center;
  padding: 10px 0;
}
.attention-txt-sub {
  font-size: 1.3em;
  line-height: 20px;
  text-align: center;
}
.qr-wrapper {
  width: 90%;
  max-width: 500px;
  height: auto;
  margin: 40px auto 0 auto;
}
.qr-box-l {
  width: 46%;
  height: auto;
  float: left;
}
.qr-box-r {
  width: 46%;
  height: auto;
  float: right;
}
.qr {
  width: 128px;
  height: auto;
  margin: 40px auto 0 auto;
}
.txtBox-inner {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 0 20px !important;
}
.table-entry {
  width: 100%;
  height: auto;
  text-align: left;
  margin: 20px auto 0 auto;
}
.table-entry-td-l {
  font-size: 1.4em;
  line-height: 1.8;
  width: 220px;
  padding: 0;
}
.table-entry-td-l .td-l-1 {
  color: #fff;
  padding: 5px 10px;
  background-color: #7dc3f0;
  border: 1px solid #7dc3f0;
  border-radius: 10px;
}
.table-entry-td-l .td-l-2 {
  color: #fff;
  padding: 5px 10px;
  background-color: #ccb079;
  border: 1px solid #ccb079;
  border-radius: 10px;
}
.table-entry-td-l .td-l-3 {
  color: #fff;
  padding: 5px 10px;
  background-color: #939393;
  border: 1px solid #939393;
  border-radius: 10px;
}
.table-entry-td-l .td-l-4 {
  color: #fff;
  padding: 5px 10px;
  background-color: #9dc800;
  border: 1px solid #9dc800;
  border-radius: 10px;
}
.table-entry-td-r {
  font-size: 1.4em;
  line-height: 1.8;
  padding: 30px 0 0 0;
}
.table-entry-td-r a {
  font-weight: bold;
  color: #7dc3f0;
  text-decoration: underline;
}
.table-entry-td-r span a {
  color: #1e1e1e;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #7dc3f0;
  border: 1px solid #7dc3f0;
  border-radius: 10px;
}
.txtBox-inner .txtin1em {
  padding-left: 2em;
}
.txtBox-inner .txtin1em li {
  text-indent: -1em;
  padding-left: 1em;
}
.txtBox .txtin1em {
  padding-left: 2em;
}
.guide-table {
  width: 100%;
}
.guide-table td {
  box-sizing: border-box;
  font-size: 1.3em;
  line-height: 21px;
  border: 1px solid #939393;
  vertical-align: middle;
  padding: 20px;
}
.guide-table td a {
  font-weight: bold;
  color: #7dc3f0;
  text-decoration: underline;
}
.guide-table-tdl {
  width: 150px;
  font-weight: bold;
  background-color: #fafafa;
  text-align: center;
}
.guide-table-tdr {
  width: auto;
  text-align: left;
}
.guide-table-tdr span {
  display: inline-block;
  font-weight: bold;
}
.guide-table-td-s {
  font-weight: normal !important;
  padding-left: 2em;
}
.txtBox-table {
  margin: 10px 0 0 0;
}
.mypage-ul {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.mypage-ul li {
  width: 31.3%;
  margin: 30px 0 0 0;
}
.mypage-ul-img {
  width: 120px;
  margin: 0 auto;
}
.mypage-ul li p {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 15px 0 0 0;
}
.fs1 {
  font-size: 1em !important;
}
.fs2 {
  font-size: 0.9em !important;
  font-weight: normal !important;
}
.guide-table-link a {
  background-color: #7dc3f0 !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  color: #1e1e1e !important;
  font-size: 1.1em;
  font-weight: bold;
  border-radius: 6px;
  padding: 20px 10px 20px 20px;
  position: relative;
}
.guide-table-link a:after {
  content: "";
  border-top: 2px solid #1e1e1e;
  border-right: 2px solid #1e1e1e;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}

/* modal */
.guideModal .modalInner {
  max-width: 900px;
}
.guideModal .modalInner .imgWrap {
  background-color: #e1e1e1;
  width: 100%;
  text-align: center;
  padding: 50px 100px;
  box-sizing: border-box;
}
.guideModal .modalInner .imgWrap img {
  max-width: 450px;
  vertical-align: bottom;
}

/* rules */
.rules {
  width: 100%;
  margin: 0;
  padding: 190px 0 90px;
}
.rules-wrap {
  width: 90%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}
.rules-title {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.rules-txt {
  font-size: 1.4em;
  line-height: 24px;
}
.rules-txt-r {
  font-size: 1.4em;
  line-height: 24px;
  text-align: right;
}
.rules-txt-sub {
  font-size: 1.2em;
  line-height: 22px;
}
.rules-txt span {
  font-weight: bold;
}
.rules-txt-sub a {
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 3px;
}
.rules-table-1 {
  width: 100%;
  height: auto;
}
.rules-table-1 td {
  font-size: 1.4em;
  line-height: 24px;
  padding: 0 8px 0 0;
}
.rules-table-2 {
  width: 100%;
  height: auto;
  margin: 10px 0 0 0;
}
.rules-table-2 th {
  font-size: 1.2em;
  line-height: 20px;
  border: 1px solid #aaa;
  background: #eee;
  vertical-align: middle;
  padding: 5px 8px;
}
.rules-table-2 td {
  font-size: 1.2em;
  line-height: 20px;
  border: 1px solid #aaa;
  vertical-align: middle;
  padding: 5px 8px;
}

@media screen and (max-width: 980px) {
  /* guide */
  .guide_box {
    width: 90%;
  }
  .linkArea {
    border-top: 1px solid #7dc3f0;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
  }
  .linkArea li {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #7dc3f0;
    border-left: none;
    padding: 15px 0 15px 0;
  }
  .linkArea li a:after {
    right: -20px;
  }
  .linkArea-1 {
    width: 100%;
  }
  .linkArea-2 {
    width: 100%;
  }
  .linkArea-3 {
    width: 100%;
  }
  .linkArea-4 {
    width: 100%;
  }
  .linkArea-5 {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  /* user */
  #password {
    margin-top: -110px;
    padding-top: 110px;
  }
  .linkArea li a {
    font-size: 1.3em;
  }
  .secTitle {
    font-size: 1.5em;
  }
  .btn {
    width: 250px;
  }
  .btn a {
    font-size: 1.3em;
    padding: 20px 0;
  }
  .txt {
    font-size: 1.2em;
  }
  .qr-wrapper {
    width: 70%;
  }
  .qr-box-l {
    width: 100%;
    float: none;
  }
  .qr-box-r {
    width: 100%;
    float: none;
    margin: 40px 0 0 0;
  }
  .txtBox-inner {
    padding: 0 !important;
  }
  .table-entry {
    margin: 0 auto;
  }
  .table-entry-td-l {
    font-size: 1.1em;
    width: 100%;
    padding: 30px 0 0 0;
  }
  .table-entry-td-r {
    font-size: 1.2em;
    width: 100%;
    padding: 15px 0 0 0;
  }
  .guide-table td {
    font-size: 1.1em;
    line-height: 20px;
    padding: 12px 12px;
  }
  .guide-table-tdl {
    width: 115px;
  }
  .mypage-ul {
    display: block;
  }
  .mypage-ul li {
    width: 90%;
    margin: 30px auto 0 auto;
  }
  .mypage-ul li p {
    font-size: 1.3em;
    padding: 15px 0 0 0;
  }
  .attentionBlock {
    margin: 10px 0 0 0;
  }
  .attention-inner {
    padding: 40px 30px;
  }
  .attention-title {
    font-size: 1.5em;
  }
  .attention-img {
    width: 50px;
    margin: 30px auto 0 auto;
  }
  .attention-txt {
    font-size: 1.3em;
    font-weight: bold;
    color: #7dc3f0;
    text-align: center;
    padding: 10px 0;
  }
  .attention-txt-sub {
    font-size: 1.2em;
    line-height: 20px;
    text-align: center;
  }
  .guide-table-link a {
    font-size: 1em;
    padding: 10px 8px 10px 15px;
  }
  .guide-table-link a:after {
    border-top: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    width: 6px;
    height: 6px;
    right: 15px;
    margin-top: -4px;
  }
  /* acoBox */
  .acoBox .ttl {
    font-size: 1.3em;
    padding: 15px 0;
  }
  .acoBox .col2Block {
    display: block;
    margin: 35px auto 0;
  }
  .acoBox .col2Block .imgBox {
    width: 100%;
    margin: 20px 0 0;
  }
  .acoBox .col2Block .imgBox .popup {
    pointer-events: none;
  }
  .acoBox .col2Block .txtBox dt {
    font-size: 2em;
    font-weight: bold;
    margin-right: 15px;
  }
  .acoBox .col2Block .txtBox dd {
    font-size: 1.2em;
    padding: 9px 0 0 0;
    line-height: 1.6;
  }
  .acoBox .col2Block p {
    font-size: 1.2em;
    text-align: left;
    line-height: 1.6;
    margin: 10px 0 0 0;
  }
  /* rules */
  .rules {
    padding: 150px 0 90px 0;
  }
  .rules-title {
    font-size: 1.6em;
  }
  .rules-txt {
    font-size: 1.2em;
    line-height: 22px;
  }
  .rules-txt-r {
    font-size: 1.2em;
    line-height: 22px;
  }
  .rules-txt-sub {
    font-size: 1em;
    line-height: 16px;
  }
  .rules-table-1 td {
    font-size: 1.2em;
    line-height: 22px;
    padding: 0 5px 0 0;
  }
  .rules-table-2 th {
    font-size: 1em;
    line-height: 16px;
    padding: 5px 5px;
  }
  .rules-table-2 td {
    font-size: 1em;
    line-height: 16px;
    padding: 5px 5px;
  }
}
