@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: 100%;
  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;
  width: 20%;
  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: -15px;
  margin-top: -7px;
}
#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;
  letter-spacing: 0.05em;
  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;
  vertical-align: top;
  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: 140px;
}
.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;
}
.txtin1emIn {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.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;
}
.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;
}

/* app */
.app {
  width: 100%;
  height: auto;
  background: #e1f0fa;
  padding: 190px 0 90px 0;
}
.app-wrap {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.app-logo {
  width: 100%;
  max-width: 650px;
  height: auto;
  margin: 0 auto;
}
.app-txt-1 {
  font-size: 2em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  padding: 60px 0 0 0;
}
.app-slider {
  width: 300px;
  height: 584px;
  margin: 60px auto;
  background-image: url(../img/app/spbg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.swiper-app {
  width: 270px;
  height: 540px;
  margin: 22px auto 0 auto;
}
.linkArea-app a {
  color: #1e1e1e !important;
  font-weight: bold;
}
.linkArea-app a:after {
  border-top: 2px solid #1e1e1e !important;
  border-right: 2px solid #1e1e1e !important;
}
.appBox {
  width: 100%;
  margin: 10px auto 0 auto;
}
.appBox .boxInner {
  padding: 0 0 30px 0;
}
.appBox .col2Block {
  display: flex;
  flex-direction: row-reverse;
}
.appBox .col2Block:first-of-type {
  margin: 0;
}
.appBox .col2Block .imgBox {
  width: 17%;
  height: auto;
  min-width: 200px;
  margin-right: 50px;
  vertical-align: top;
  box-sizing: border-box;
}
.appBox .col2Block .txtBox dl {
  display: flex;
}
.appBox .col2Block .txtBox dt {
  align-self: left;
  font-size: 2.2em;
  margin-right: 20px;
}
.appBox .col2Block .txtBox dd {
  font-size: 1.4em;
  text-align: left;
  line-height: 1.5;
  padding: 9px 0 0 0;
}
.appBox .col2Block .txtBox dd .appspan-t {
  font-size: 1.1em;
  font-weight: bold;
}
.appBox .col2Block .txtBox dd .appspan-r {
  color: #de0032;
}
.appBox .col2Block .txtBox dd a {
  color: #7dc3f0;
  font-weight: bold;
  text-decoration: underline;
}
.appBox .col2Block .txtBox p {
  font-size: 1.3em;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  margin: 15px 0 0;
}
.app-icon-ul {
  width: 99.9%;
  max-width: 760px;
  letter-spacing: -0.4em;
  margin: 40px auto 0 auto;
}
.app-icon-ul li {
  width: 29.3%;
  margin: 0 2%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}
.app-txt-2 {
  font-size: 1.8em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 0 0;
}
.app-txt-3 {
  font-size: 1.6em;
  line-height: 1.6;
  text-align: center;
  padding: 40px 0 0 0;
}
.app-txt-4 {
  font-size: 1.5em;
  line-height: 1.6;
  text-align: center;
  padding: 20px 0 0 0;
}
.app-btn-box {
  width: 630px;
  height: auto;
  margin: 0 auto;
}
.app-btn-l {
  float: left;
}
.app-btn-r {
  float: right;
}
.app-btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 300px;
  height: auto;
  margin: 40px auto 0 auto;
}
.app-btn a {
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  position: relative;
}
.app-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;
}
.kyushoku-btn {
  display: flex;
  align-items: center;
  text-align: center;
  width: 300px;
  height: auto;
  margin: 40px auto 0 auto;
}
.kyushoku-btn a {
  background-color: #ffd50d;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.8em;
  font-weight: bold;
  border-radius: 6px;
  padding: 15px 0;
  position: relative;
}
.kyushoku-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;
}
.app-btn-pdf {
  font-size: 1.6em;
  text-align: center;
  padding: 20px 0 0 0;
}
.app-btn-pdf a {
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 0 0 5px 0;
}
.app-title-wrap {
  text-align: center;
}
.app-title {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 20px 30px;
  border: 3px solid #7dc3f0;
  border-radius: 40px;
  display: inline-block;
}
.app-title-sub {
  font-size: 1.7em;
  font-weight: bold;
  text-align: center;
  color: #70baed;
  background: #fff;
  margin: 70px 0 0 0;
  padding: 15px 30px;
  border: 3px solid #fff;
  border-radius: 20px;
  display: inline-block;
}
.app-table-1 {
  width: 100%;
  max-width: 390px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
}
.app-table-1 td {
  font-size: 1.7em;
  font-weight: bold;
  vertical-align: middle;
  padding: 13px 0 0 0;
}
.app-table-sub-1 {
  width: 100%;
  max-width: 700px;
  height: auto;
  border: 3px solid #ff3231;
  margin: 20px auto 0 auto;
}
.app-table-sub-1 td {
  font-size: 1.6em;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.app-table-sub-2 {
  width: 100%;
  max-width: 700px;
  height: auto;
  border: 3px solid #ff3231;
  margin: 50px auto 0 auto;
}
.app-table-sub-2 td {
  font-size: 1.6em;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}
.app-table-sub-l {
  color: #fff;
  background: #ff3231;
  line-height: 1.4;
}
.app-table-sub-r {
  line-height: 1.8;
}
.app-table-sub-r span {
  font-weight: bold;
}
.app-icon-check {
  width: 34px;
  height: 34px;
}
.app-icon-sign {
  width: 50px;
  height: auto;
  margin: 25px auto 0 auto;
}
.app-get-wrap {
  text-align: center;
  margin: 25px auto 0 auto;
}
.app-get-inner {
  border: 3px solid #ff3231;
  border-radius: 20px;
  display: inline-block;
  padding: 20px 30px;
}
.app-get {
  font-size: 2em;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.app-icon-logo {
  width: 50px;
  height: auto;
  vertical-align: top;
  margin: 0 20px 0 0;
}
.app-table-2 {
  width: 100%;
  max-width: 700px;
  box-sizing: border-box;
  margin: 20px auto 0 auto;
}
.app-table-2 td {
  font-size: 1.5em;
  line-height: 1.6;
  vertical-align: top;
  padding: 15px 5px 0 0;
}
.app-table-2 td a {
  color: #000;
  text-decoration: underline;
}
.app-ul-pc {
  display: block;
}
.app-ul-sp {
  display: none;
}
.app-ul-1 {
  width: 840px;
  height: auto;
  margin: 60px auto 0 auto;
  box-sizing: border-box;
  letter-spacing: -0.4em;
}
.app-ul-2 {
  width: 580px;
  height: auto;
  margin: 60px auto 0 auto;
  box-sizing: border-box;
  letter-spacing: -0.4em;
}
.app-ul-1 li {
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.app-ul-2 li {
  box-sizing: border-box;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.app-li-1 {
  width: 240px;
  height: auto;
}
.app-li-2 {
  width: 20px;
  height: auto;
  margin: 190px 20px 0 20px;
}
.app-li-txt-1 {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 10px 0 5px 0;
}
.app-li-txt-2 {
  font-size: 1.2em;
  line-height: 1.6;
}
.app-table-3 {
  width: 100%;
  max-width: 470px;
  box-sizing: border-box;
  margin: 30px auto 0 auto;
}
.app-table-3 td {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  vertical-align: middle;
  padding: 15px 0 0 0;
}
.app-table-3 td a {
  color: #000;
}
.app-ul-icon-td {
  width: 70px;
  height: auto;
}
.app-ul-icon {
  width: 48px;
  height: 48px;
}
.app-qr-txt {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 40px 0;
}
.app-qr-wrap {
  width: 100%;
  max-width: 700px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  margin: 70px auto 0 auto;
  padding: 50px 0;
}
.app-qr-box-l {
  width: 50%;
  height: auto;
  float: left;
}
.app-qr-box-r {
  width: 50%;
  height: auto;
  float: right;
  margin: 0;
}
.app-qr-btn {
  width: 200px;
  height: auto;
  margin: 40px auto 0 auto;
}
.app-qr {
  width: 128px;
  height: auto;
  margin: 0 auto;
}
.app-hr {
  width: 100%;
  border-top: 3px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 60px 0;
}
.app-qr-box-table {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 20px auto 0 auto;
}
.app-qr-box-table td {
  font-size: 1.4em;
  line-height: 1.6;
}
.app-img {
  width: 100%;
  max-width: 280px;
  margin: 40px auto 0 auto;
}

/* coupon */
.coupon-d {
  width: 100%;
  height: auto;
  background: #e1f0fa;
  padding: 190px 0 90px 0;
}
.coupon-d-wrap {
  width: 90%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}
.coupon-title {
  font-size: 2.2em;
  font-weight: bold;
  text-align: center;
}
.coupon-title-sub {
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0 0 0;
}
.coupon-img {
  width: 100%;
  height: auto;
  margin: 50px auto 0 auto;
}
.coupon-table {
  width: 100%;
  margin: 10px 0 0 0;
}
.coupon-table tr {
  background: #fff;
}
.coupon-table th {
  font-size: 1.2em;
  line-height: 22px;
  vertical-align: middle;
  color: #fff;
  border-top: 1px solid #404040;
  border-right: none;
  border-bottom: 1px solid #404040;
  border-left: none;
  background: #404040;
  padding: 5px 8px;
}
.coupon-table td {
  font-size: 1.2em;
  line-height: 22px;
  vertical-align: middle;
  border-top: 1px solid #404040;
  border-right: none;
  border-bottom: 1px solid #404040;
  border-left: none;
  padding: 5px 8px;
}
.bgg {
  background: #f2f2f2 !important;
}
.bgb {
  background: #f8f9fa !important;
}
.coupon-table-sub {
  margin: 10px 0 0 0;
}
.coupon-table-sub td {
  font-size: 1.2em;
  line-height: 22px;
  padding: 0;
}
.td-asterisk {
  width: 20px;
  height: auto;
}
.w4ll {
  width: 15%;
}
.w4lr {
  width: 30%;
}
.w4rl {
  width: 37%;
}
.w4rr {
  width: 8%;
}
.coupon-table-sp {
  width: 100%;
  margin: 30px 0 0 0;
}
.coupon-table-sp th {
  width: auto;
  font-size: 1.2em;
  line-height: 22px;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #404040;
  background: #404040;
  padding: 5px 8px;
}
.coupon-table-sp td {
  width: auto;
  font-size: 1.2em;
  line-height: 22px;
  vertical-align: middle;
  border: 1px solid #404040;
  background: #fff;
  padding: 15px 8px;
}
.coupon-table-sp th:last-child {
  width: 70px;
}
.coupon-txt-1 {
  font-size: 1.2em;
  line-height: 22px;
  vertical-align: middle;
  color: #fff;
  border-top: 1px solid #404040;
  border-right: none;
  border-bottom: 1px solid #404040;
  border-left: none;
  background: #404040;
  margin: 30px 0 0 0;
  padding: 5px 8px;
}
.coupon-txt-2 {
  font-size: 1.2em;
  line-height: 22px;
  padding: 10px 0 0 0;
}
.coupon-txt-2 span {
  font-weight: bold;
}

/* 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: 24px;
  border: 1px solid #aaa;
  vertical-align: middle;
  padding: 5px 8px;
}
.rules-table-3 {
  margin: 10px 0 0 0;
}
.rules-table-3 td {
  font-size: 1.2em;
  line-height: 22px;
}
.rules-table-3 td a {
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 3px;
}
.accordion_one {
  font-size: 1.2em;
  line-height: 22px;
  margin: 10px 0 0 0;
}
.accordion_one .accordion_header {
  cursor: pointer;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header span {
  text-decoration: underline;
}
.accordion_one .accordion_inner {
  display: none;
}

/* law */
.law-table {
  width: 100%;
  height: auto;
  margin: 20px auto 0 auto;
}
.law-table td {
  font-size: 1.4em;
  line-height: 24px;
}
.law-table td a {
  color: #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding-bottom: 3px;
}
.tdl-1 {
  font-weight: bold;
  width: 28px;
  padding: 30px 0 0 0;
}
.tdl-2 {
  font-weight: bold;
  padding: 30px 0 0 0;
}
.tdl-3 {
  width: 28px;
  padding: 5px 0 0 0;
}
.tdl-4 {
  padding: 5px 0 0 0;
}
.tdl-5 {
  width: 10px;
}
.law-txt {
  font-size: 1.4em;
  line-height: 24px;
  text-align: right;
  padding: 30px 0 0 0;
}
.law-table .law-table-child td {
  font-size: 1em;
}
.copy-click {
  border-bottom: 1px solid #1e1e1e;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: "コピー完了";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

@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;
    width: 100%;
    padding: 15px 0 15px 0;
  }
  .linkArea li a:after {
    right: -20px;
  }
  /* coupon */
  .coupon-title {
    font-size: 1.8em;
  }
  .coupon-title-sub {
    font-size: 1.3em;
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 900px) {
  /* app */
  .app-btn-box {
    width: 100%;
  }
  .app-btn-l {
    float: none;
  }
  .app-btn-r {
    float: none;
  }
  .app-ul-pc {
    display: none;
  }
  .app-ul-sp {
    display: block;
  }
  .app-ul-1 li {
    display: block;
  }
  .app-ul-1 {
    width: 100%;
    max-width: 300px;
  }
  .app-li-1 {
    width: 100%;
    height: auto;
  }
  .app-li-2 {
    width: 24px;
    height: auto;
    margin: 30px auto;
  }
}

@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-td-l {
    font-size: 1.1em;
    width: 110px;
  }
  .table-entry-td-r {
    font-size: 1.2em;
  }
  .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;
  }
  /* app */
  .app-wrap {
    width: 90%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
  }
  .app-logo {
    width: 90%;
  }
  .app-slider {
    margin: 40px auto;
  }
  .app-txt-box {
    text-align: center;
    margin: 50px 0 0 0;
  }
  .appBox .ttl {
    font-size: 1.3em;
    padding: 15px 0;
  }
  .appBox .col2Block {
    display: block;
    margin: 35px auto 0;
  }
  .appBox .col2Block .imgBox {
    width: 100%;
    margin: 20px 0 0;
  }
  .appBox .col2Block .imgBox .popup {
    pointer-events: none;
  }
  .appBox .col2Block .txtBox dt {
    font-size: 2em;
    font-weight: bold;
    margin-right: 15px;
  }
  .appBox .col2Block .txtBox dd {
    font-size: 1.2em;
    padding: 9px 0 0 0;
    line-height: 1.6;
  }
  .appBox .col2Block p {
    font-size: 1.2em;
    text-align: left;
    line-height: 1.6;
    margin: 10px 0 0 0;
  }
  .app-table-sub-1 td {
    font-size: 1.3em;
  }
  .app-table-sub-2 td {
    font-size: 1.3em;
  }
  .app-table-sub-l {
    width: 50px;
  }
  .app-table-sub-r {
    line-height: 1.8;
  }
  .app-txt-1 {
    font-size: 1.5em;
    padding: 40px 0 0 0;
  }
  .app-icon-ul {
    margin: 30px auto 0 auto;
  }
  .app-txt-2 {
    font-size: 1.5em;
    padding: 30px 0 0 0;
  }
  .app-txt-3 {
    font-size: 1.4em;
    padding: 30px 0 0 0;
  }
  .app-txt-4 {
    font-size: 1.3em;
    padding: 20px 0 0 0;
  }
  .kyushoku-btn {
    width: 200px;
    margin: 30px auto 0 auto;
  }
  .kyushoku-btn a {
    font-size: 1.5em;
  }
  .kyushoku-btn a:after {
    margin-top: -5px;
  }
  .app-btn {
    width: 200px;
    margin: 30px auto 0 auto;
  }
  .app-btn a {
    font-size: 1.5em;
  }
  .app-btn a:after {
    margin-top: -5px;
  }
  .app-btn-pdf {
    font-size: 1.4em;
  }
  .app-title {
    font-size: 1.6em;
    padding: 15px 30px;
    line-height: 1.6;
  }
  .app-title-sub {
    font-size: 1.5em;
  }
  .app-table-1 {
    margin: 15px auto 0 auto;
  }
  .app-table-1 td {
    font-size: 1.5em;
  }
  .app-icon-sign {
    margin: 20px auto 0 auto;
  }
  .app-get-wrap {
    text-align: center;
    margin: 20px auto 0 auto;
  }
  .app-get {
    font-size: 1.6em;
    line-height: 1.6;
    vertical-align: middle;
  }
  .app-icon-logo {
    vertical-align: middle;
    margin: 0 10px 0 0;
  }
  .app-table-2 {
    width: 100%;
    max-width: 700px;
    box-sizing: border-box;
    margin: 30px auto 0 auto;
  }
  .app-table-2 td {
    font-size: 1.3em;
    padding: 15px 5px 0 0;
  }
  .app-ul-pc {
    display: none;
  }
  .app-ul-sp {
    display: block;
  }
  .app-ul-1 {
    width: 100%;
    margin: 40px auto 0 auto;
  }
  .app-ul-2 {
    width: 100%;
    margin: 0 auto;
  }
  .app-ul-1 li {
    display: block;
  }
  .app-ul-2 li {
    display: block;
  }
  .app-li-1 {
    width: 100%;
  }
  .app-li-2 {
    width: 20px;
    margin: 20px auto;
  }
  .app-li-txt-1 {
    font-size: 1.4em;
    padding: 15px 0 5px 0;
  }
  .app-table-3 {
    width: 100%;
    max-width: 470px;
    box-sizing: border-box;
    margin: 10px auto 0 auto;
  }
  .app-table-3 td {
    font-size: 1.4em;
    padding: 20px 10px 0 0;
  }
  .app-ul-icon-td {
    width: 50px;
    height: auto;
  }
  .app-ul-icon {
    width: 42px;
    height: 42px;
  }
  .app-qr-txt {
    font-size: 1.4em;
    line-height: 1.6;
    padding: 0 0 30px 0;
  }
  .app-qr-wrap {
    margin: 50px auto 0 auto;
    padding: 40px 0;
  }
  .app-qr-box-l {
    width: 100%;
    float: none;
  }
  .app-qr-box-r {
    width: 100%;
    margin: 50px 0 0 0;
    float: none;
  }
  .app-hr {
    margin: 50px 0;
  }
  .app-qr-box-table {
    margin: 20px auto 0 auto;
  }
  .app-qr-box-table td {
    font-size: 1.2em;
    line-height: 1.8;
  }
  .app-img {
    max-width: 600px;
  }
  /* coupon */
  .coupon-d {
    padding: 150px 0 90px 0;
  }
  .coupon-title {
    font-size: 1.5em;
  }
  .coupon-title-sub {
    font-size: 1.2em;
    margin: 30px 0 0 0;
  }
  .coupon-table th {
    font-size: 1em;
    line-height: 18px;
    border-top: 1px solid #404040;
    border-right: none;
    border-bottom: 1px solid #404040;
    border-left: none;
    padding: 5px 8px;
  }
  .coupon-table td {
    font-size: 1em;
    line-height: 18px;
    border-top: 1px solid #404040;
    border-right: none;
    border-bottom: 1px solid #404040;
    border-left: none;
    padding: 5px 8px;
  }
  .coupon-table-sub td {
    font-size: 1em;
    line-height: 18px;
  }
  .td-asterisk {
    width: 13px;
  }
  .w4ll {
    width: 22%;
  }
  .w4lr {
    width: 31%;
  }
  .w4rl {
    width: 31%;
  }
  .w4rr {
    width: 16%;
  }
  .coupon-table-sp th {
    width: 20%;
    font-size: 1em;
    line-height: 18px;
    text-align: center;
  }
  .coupon-table-sp td {
    width: 20%;
    font-size: 1em;
    line-height: 18px;
  }
  .coupon-table-sp th:last-child {
    width: 20%;
  }
  .coupon-txt-1 {
    font-size: 1em;
    line-height: 18px;
  }
  .coupon-txt-2 {
    font-size: 1em;
    line-height: 18px;
  }
  /* 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;
  }
  .accordion_one {
    font-size: 1em;
    line-height: 20px;
  }
  .rules-table-3 td {
    font-size: 1em;
    line-height: 16px;
  }
  /* law */
  .law-table {
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
  }
  .law-table td {
    font-size: 1.2em;
    line-height: 22px;
  }
  .tdl-1 {
    font-weight: bold;
    width: 23px;
    padding: 30px 0 0 0;
  }
  .tdl-2 {
    font-weight: bold;
    padding: 30px 0 0 0;
  }
  .tdl-3 {
    width: 23px;
    padding: 5px 0 0 0;
  }
  .tdl-4 {
    padding: 5px 0 0 0;
  }
  .law-txt {
    font-size: 1.2em;
    line-height: 22px;
  }
  .tooltip::after {
    padding: 4px 4px 6px 4px;
  }
}
