@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');
/* reset
--------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
ul, ol {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul, ol {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
}
/* ----- clearfix ----- */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* common
--------------------------------------------------- */
.contents a {
  color: #0086e3;
  text-decoration: none;
}
.contents a:visited {
  color: #0086e3;
}
.contents a:hover {
  text-decoration: underline;
}
.contents .no-pc {
  display: none;
}
.contents .no-sp {
  display: block;
}
.contents .xs {
  font-size: 1.2rem;
}
.contents .tax {
  padding: 0 0 0 .25em;
  font-size: 1.2rem;
  font-weight: normal;
}
.sub-txt {
  font-size: 75%;
}
.contents em {
  color: #D3BF8F;
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
}
.contents strong {
  font-style: normal;
  font-weight: bold;
}
.contents .strikethrough {
  color: #666;
  text-decoration: line-through;
}
.contents .caution {
  color: #555;
  padding: 0 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -1em;
}
.contents .caution::before {
  content: "※";
  color: #555;
}
.contents .advance, .contents .public, .contents .soldout {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding: .5em;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.contents .advance {
  background: #F60;
}
.contents .public {
  background: #666;
}
.contents .soldout {
  background: #999;
}
@media screen and (max-width: 767px) {
  .contents .no-pc {
    display: block;
  }
  .contents .no-sp {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .contents .advance, .contents .public, .contents .soldout {
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.0rem;
  }
  .contents .caution, .contents .xs, .contents .tax {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}
/* LAYOUT
--------------------------------------------------- */
.contents {
  width: 100%;
  min-width: 320px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
.contents-area {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents-inner {
  margin-bottom: 50px;
}
.contents-box {
  padding: 50px 20px 0;
}
@media screen and (max-width: 767px) {
  .contents {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contents-inner {
    margin-bottom: 60px;
  }
  .contents-box {
    padding: 30px 20px 0;
  }
}
@media screen and (max-width: 480px) {
  .contents {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .contents-inner {
    margin-bottom: 40px;
  }
}
/* HEADDING
--------------------------------------------------- */
.contents h1, .contents h2, .contents h3, .contents h4, .contents h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif !important;
  line-height: 1.4;
}
.contents h1 {
  max-width: 450px;
  margin: 0 auto;
}
/* .underlayer h1 {
	max-width: 80px;
} */
.contents h2 {
  text-align: center;
  color: #FFF;
  font-size: 2.2rem;
  line-height: 1.2;
  padding-top: 1em;
  letter-spacing: .1em;
}
.underlayer h2 {
  font-size: 2rem;
}
.contents h2 span {
  display: block;
  text-align: center;
  max-width: 300px;
  margin: 3px auto 0;
  border: solid 1px #FFF;
  padding: 3px 5px;
  font-size: 1.6rem;
}
.underlayer h2 span {
  font-size: 1.4rem;
}
.contents h3 {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #FFF;
  background: #b29a57;
  padding: 5px 20px;
}
.contents h4 {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin-bottom: 5px;
}
.contents h4::before {
  content: "● ";
  color: #b29a57;
}
.contents p + h4, .contents div + h4, .contents ul.notes + h4 {
  margin-top: 20px;
}
.contents h5 {
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .contents h2 {
    font-size: 2rem;
  }
  .contents h3 {
    font-size: 1.6rem;
  }
  .contents h4 {
    font-size: 1.4rem;
  }
}
/* HERO
--------------------------------------------------- */
.hero {
  margin-bottom: 50px;
}
.hero-inner {
  background: #000;
  padding: 50px;
}
.hero-inner.underlayer {
  padding: 25px;
}
.outline {}
.outline p {}
.outline p + p {}
@media screen and (max-width: 767px) {
  .hero {
    margin-bottom: 25px;
  }
  .hero-inner {
    padding: 50px;
  }
  .outline {}
  .outline p + p {}
}
@media screen and (max-width: 480px) {
  .outline {}
  .outline p + p {}
}
/* TEXT etc
--------------------------------------------------- */
.pagettl {
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  color: #b29a57;
  text-align: center;
  padding-top: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .pagettl {
    font-size: 1.6rem;
  }
}
.contents-box p {
  padding-left: 1.5em;
}
.contents-box p.nl {
  padding-left: 0;
}
.infotxt {
  display: block;
  padding: 10px 20px;
  background: #4d5050;
  color: #FFF;
  font-size: 1.4rem;
}
.picktxt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #C00;
}
@media screen and (max-width: 767px) {
  .picktxt {
    font-size: 1.6rem;
  }
}
p + .picktxt {
  margin-top: 25px;
}
.notes + .picktxt {
  margin-top: 25px;
}
.picktxt span {
  border: solid 1px #C00;
  padding: .5em;
}
@media screen and (max-width: 767px) {
  .picktxt span {
    display: block;
  }
}
.atttxt {
  font-weight: normal;
  color: #C00;
}
.atttxt-b {
  font-weight: bold;
  color: #C00;
}
.atttxt-b a {
  font-weight: bold;
  color: #C00 !important;
  text-decoration: underline;
}
.atttxt-b a:hover {
  text-decoration: none;
}
.through {
  text-decoration: line-through;
  color: #999;
}
.soldout-area {
  position: relative;
}
.soldout {
  width: 90%;
  height: 36px;
  margin: auto auto;
  padding: .35em;
  background-color: rgba(0, 0, 0, .5);
  color: #FF0;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
/* TABLE
--------------------------------------------------- */
.table-list {
  margin: 20px 0;
}
.table-list td {
  vertical-align: top;
  text-align: left;
  box-sizing: border-box;
  padding: .5em 0;
}
.table-list td span {
  border: solid 1px #b29a57;
  color: #b29a57;
  text-align: center;
  display: block;
  margin-right: 1em;
  padding: 0px 10px;
}
@media screen and (max-width: 767px) {
  .table-list {
    margin: 10px 0;
    border-collapse: collapse;
    width: inherit;
    border: none;
  }
  .table-list td {
    font-size: 1.4rem;
  }
  .table-list td:first-child {
    white-space: nowrap;
  }
}
.table-price {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  border-collapse: collapse;
}
.table-price + .table-price {
  margin-top: 10px;
}
.not-bt-line {
  margin-bottom: -1px;
}
.table-price th, .table-price td {
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-collapse: collapse;
  vertical-align: middle;
}
.table-price thead th {
  background: #000;
  color: #b29a57;
  font-size: 1.8rem;
}
.table-price thead td {
  font-size: 1.8rem;
  text-align: center;
}
.table-price thead td span {
  padding-left: 10px;
  color: #F00;
  font-weight: bold;
}
.table-price thead td:nth-child(1) {
  background: #000;
  color: #b29a57;
}
.table-price tbody th {
  text-align: center;
  background: #efefef;
}
.table-price tbody td.col01 {
  width: 20%;
  text-align: center;
  background: #efefef;
}
.table-price tbody td.col02 {
  width: 50%;
}
.table-price tbody td.col03 {
  width: 30%;
  text-align: center;
}
.table-price tbody td.col04 {
  width: 80%;
  text-align: right;
}
.table-price tbody td span {
  font-size: 1.4rem;
  display: block;
  padding-top: 5px;
}
.out-sale {
  background: #EFEFEF;
  color: #CCC;
}
@media screen and (max-width: 767px) {
  .table-price thead th {
    font-size: 1.4rem;
  }
  .table-price thead td {
    font-size: 1.4rem;
  }
  .table-price thead td span {
    display: block;
  }
  .table-price thead td:nth-child(1) {
    width: 30%;
  }
  .table-price td {
    font-size: 1.4rem;
  }
  .table-price td span {
    display: block;
  }
  .table-price tbody td.col01 {
    width: 20%;
  }
  .table-price tbody td.col02 {
    width: 55%;
  }
  .table-price tbody td.col03 {
    width: 25%;
  }
  .table-price tbody td.col04 {
    width: 80%;
  }
  .table-price tbody td span {
    font-size: 1.2rem;
  }
}
.notes-table {
  width: 100%;
  margin: 20px auto 0;
  padding: 0 16px;
  border-collapse: collapse;
  table-layout: fixed;
}
.notes-table th, .notes-table td {
  text-align: left;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.notes-table th {
  width: 36%;
  font-weight: normal;
  background: #efefef;
}
@media screen and (max-width: 767px) {
  .notes-table th, .notes-table td {
    font-size: 1.4rem;
    padding: 15px;
  }
}
/* seat
--------------------------------------------------- */
.seatbtn {
  display: block;
  width: 50%;
  margin: 10px auto;
  padding: .5em .5em;
  background: #fff;
  border: solid 2px #b29a57;
  color: #b29a57 !important;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
  border-radius: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.seatbtn:hover {
  text-decoration: none;
  background: #b29a57;
  color: #fff !important;
}
.seatbox {
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .seatbtn {
    font-size: 1.4rem;
  }
  .seatbox {
    padding: 10px 0;
  }
}
/* tamari
--------------------------------------------------- */
.tamari-atttxt {
  text-align: center;
  border: solid 3px #C00;
  color: #ff0;
  background: #C00;
  margin: 20px 0 60px;
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 5px;
}

#title_tamari {
  text-align: center;
  border: solid 3px #C00;
  color: #ff0;
  background: #C00;
  margin: 20px 0 0 0;
  display: block;
  font-weight: bold;
  font-size: 2.4rem;
  padding: 5px;
  border-radius: 10px 10px 0px 0px ;
}
.tamari-box {
  background: #F7F4EE;
  padding: 30px;
  /*margin-top: 15px;*/
  border: solid 3px #C00;
  border-radius: 0px 0px 10px 10px;
  margin-bottom: 80px;
}
.tamari-box p {
  padding-left: 0;
}
.tamari-box p + p {
  margin-top: 1em;
}
.tmttl {
  font-size: 2.2rem;
  font-weight: bold;
}
.tamari-inner {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  margin-top: 15px;
}
p.tmsttl {
  padding: 5px 5px;
  background: #C00;
  color: #FFF;
  font-weight: bold;
}
p.tmprocess {
  border-radius: 10px;
  padding: 20px;
  margin-top: 15px;
  border: dashed 1px #ccc;
  background: #F7F4EE;
  display: block;
}
.tamari-box .red {
  color: #C00;
}
.tamari-box .btline {
  border-bottom: 1px #C00 solid;
}
@media screen and (max-width: 767px) {
  .tamari-atttxt {
    font-size: 1.6rem;
  }
  .tamari-box {
    padding: 15px;
  }
  .tmttl {
    font-size: 1.6rem;
  }
  .tamari-inner {
    padding: 15px;
  }
  p.tmprocess {
    padding: 15px;
  }
}
/* FLOW
--------------------------------------------------- */
.flow-list dt {
  font-weight: bold;
}
.flow-list dd {
  border-bottom: dashed 1px #CCC;
  margin-bottom: 15px;
  padding: 0 1.5em 15px;
}
.listQ {
  display: contents;
  font-size: 2rem;
  color: #b29a57;
}
dd > p > span {
  color: #b29a57;
  font-weight: bold;
}
/* NOTES
--------------------------------------------------- */
.notes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.notes + .notes, .table-price + .notes, p + .notes {
  margin-top: 20px;
}
.notes.pl {
  padding-left: 1.5em;
}
.notes li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}
.notes.no li {
  list-style: decimal inside;
}
.notes li::before {
  content: "※";
}
.notes.dot li::before {
  content: "・";
}
.notes.sq li::before {
  content: "■";
}
.notes.no li::before {
  content: "";
}
.notes li + li {
  margin: .5em 0 0;
}
.att-bg {
  background: #FFFECC;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .notes {}
  .notes li {}
}
@media screen and (max-width: 480px) {
  .notes li + li {
    margin: .5em 0 0;
  }
}
/* BUTTON
--------------------------------------------------- */
.contents .btn {
  display: block;
  width: 60%;
  margin: 10px auto 0;
  padding: 1em .5em;
  background: #b29a57;
  color: #FFF !important;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
  border-radius: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.contents .btn:hover {
  opacity: .7;
  text-decoration: none;
}
.contents .next-btn {
  display: block;
  width: 30%;
  margin: 10px auto 0;
  padding: 1em .5em;
  background: #fff;
  border: solid 2px #b29a57;
  color: #b29a57 !important;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
  border-radius: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.contents .next-btn:hover {
  text-decoration: none;
  background: #b29a57;
  color: #fff !important;
}
.contents #submit-area {
  display: none;
}
.contents #submit-area .btn-txt {
  margin: 2em auto .5em;
  text-align: center;
  font-weight: bold;
}
.contents #submit-txt {
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .contents #submit-txt {
    font-size: 1.6rem;
  }
}
.contents .submit-btn {
  display: block;
  width: 60%;
  margin: 10px auto;
  padding: 1em .5em;
  background: #fff;
  border: solid 2px #b29a57;
  color: #b29a57 !important;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  text-transform: none;
  border-radius: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.contents .submit-btn:hover {
  text-decoration: none;
  background: #b29a57;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .contents .btn, .contents .next-btn, .contents .submit-btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .contents .btn, .contents .next-btn, .contents .submit-btn {
    font-size: 1.4rem;
  }
}
.input-area {
  font-size: 1.8rem;
  text-align: center;
}
.input-area input[type=checkbox] {
  -ms-transform: scale(1.5, 1.5);
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .input-area {
    font-size: 1.6rem;
  }
}