/**********

 riset

**********/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

input {
  -webkit-border-radius : 0;
  -webkit-appearance : none;
  -webkit-tap-highlight-color : rgba(0,0,0,0);
}




/**********

 common

**********/

body {
  min-width: 1040px;
  background: url(../image/bg.jpg) repeat-x;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 1;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}
@media screen and (max-width:737px) {
  body {
    min-width: auto;
    background-size: 54px 53px;
  }
}

a {
  color: #333;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.tc {
  text-align: center !important;
}

.pc_td_tc td {
  text-align: center !important;
}

.button_right {
  display: flex;
  justify-content: flex-end;
}

.m0 {
  margin: 0 !important;
}

.mb20{
  margin-bottom:20px;
}

.form-select > input[type="number"] {
  width: 100px;
}

.text-link {
  display: inline-block;
  color: #1487c8;
}
.text-red {
  color: #A93640;
}
@media screen and (max-width:737px) {
  .text-link {
    display: block;
  }
  .pc_td_tc td {
    text-align: left !important;
  }
  .sp_tc {
    text-align: center !important;
  }
}

.text-link a {
  color: #1487c8;
  text-decoration: underline;
}

.text-link a:hover {
  text-decoration: none;
}

.text-link + .text-link {
  margin-left: 40px;
}
@media screen and (max-width:737px) {
  .text-link + .text-link {
    margin-left: 0;
  }
}

.container {
  width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
.container-sm {
  max-width: 735px;
  margin: 0 auto;
}
.container-xs {
  max-width: 435px;
  margin: 0 auto;
}
@media screen and (max-width:737px) {
  .container {
    width: 100%;
    max-width: 415px;
    padding: 0 10px;
  }
  .container-sm {
    max-width: 90%;
  }
  .container-xs {
    max-width: none;
    margin: 0 auto;
  }
}
@media screen and (max-width:340px) {
  .container {
    padding: 0 6px;
  }
}

.content-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #907a30;
}

.content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  top: -5px;
  right: 0;
}
.content-button-item {
  margin-left: 15px;
}

@media screen and (max-width:737px) {
  .content-title {
    font-size: 17px !important;
  }
  .content-button-item {
    width: auto;
    margin-left: 10px;
  }
  .content-button {
    position: static;
    justify-content: flex-end;
  }
}

.num_nolink a[href^="tel"]{
  color:inherit;
  cursol:default;
}

.content-title:after {
  content: "";
  width: 176px;
  height: 70px;
  position: absolute;
  top: -22px;
  right: 16px;
  background: url(../image/content_title_bg.png) no-repeat;
  background-size: 177px 70px;
}
@media screen and (max-width:737px) {
  .content-title:after {
    width: 122px;
    height: 35px;
    top: -8px;
    right: -6px;
    background-size: 122px 35px;
  }
}

.content-title__container,
.content-title__container02 {
  padding: 10px 0;
  background: #f2efe7;
  overflow: hidden;
}
.content-title__container .container,
.content-title__container02 .container {
  position: relative;
}

.content-title__container02 {
  background-color: #f1efd1;
}

.content-title__container02 .content-title {
  color: #323232;
}

.content-title__container02 .content-title:after {
  display: none;
}

@media screen and (max-width:737px) {
  .content-title__container,
  .content-title__container02 {
    padding: 8px 0;
  }
}

.columns {
  display: flex;
  flex-wrap: wrap;
}

.form-columns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.form-columns input[type=text] {
  width: 50%;
  margin-right: 20px;
}

.form-columns textarea {
  width: 50%;
  min-height: 100px;
}

.form-columns input[type=radio] {
  -webkit-appearance: textfield;
  -webkit-appearance: radio;
  margin-left: 5px;
  margin-right: 10px;
}

.form-columns input[type=checkbox] {
  -webkit-appearance: textfield;
  -webkit-appearance: checkbox;
  margin-right: 10px;
}

@media screen and (max-width:737px) {
  .columns {
    width: 100%;
  }
  .form-columns {
    display: block;
  }
  .form-columns > div {
    margin-top: 10px;
    font-size: 12px;
  }
  .form-columns input[type=text],
  .form-columns textarea {
    width: 100%;
    margin-right: 0;
  }

  .form-columns input[type=radio] {
    margin-right: 5px;
    position: relative;
    top: 2px;
  }

  .form-columns input[type=checkbox] {
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
}

/** button **/

.button-default .button,
.button-border .button {
  display: block;
  width: 100%;
  padding: 13px 0;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  border: solid 2px transparent;
}
.button-normal {
  max-width: 280px;
}
.button-center {
  margin: 0 auto;
}

@media screen and (max-width:737px) {
  .button-normal {
    max-width: 100%;
  }
  .button-default .button,
  .button-border .button {
    padding: 12px 0;
    font-size: 14px;
  }
   {
    font-size: 14px;
    padding: 5px 26px;
  }
  .content-button-item.button-default.c13 > .button,
  .content-button-item.button-default.c13 > .button.text-small {
    font-size: 15px;
    padding: 8px 17px;
    border-width: 2px;
  }
  .content-button-item.button-default.c13 > .button.text-small {
    border-width: 1px;
  }
  .content-button-item.button-default.c13 > .button.text-small span {
    display: block;
    font-size: 10px;
  }
}

.button.sm {
  padding: 15px 0;
  font-size: 13px;
}
@media screen and (max-width:737px) {
  .button.sm {
    padding: 9px 0;
    font-size: 10px;
  }
}

.button-border {
  padding: 2px;
  background: #000;
}

.button.left {
  text-align: left;
  padding: 16px 14px;
}
.button__container__normal {
  margin-top: 25px;
}
@media screen and (max-width:737px) {
  .button.left {
    padding: 12px 14px;
  }
  .button__container__normal {
    margin-top: 10px;
  }
}

.button-border > .button {
  padding: 11px 0;
  border: solid 2px #fff;
}
@media screen and (max-width:737px) {
  .button-border > .button {
    padding: 10px 0;
  }
}

.button-border > .button.left {
  padding: 14px 12px;
}

.button-border > .button.left.theater{
  padding-right: 25px;
}

@media screen and (max-width:737px) {
  .button-border > .button.left {
    padding: 10px 12px;
  }
}

.button-default .button-lg,
.button-border .button-lg {
  padding: 18px 0;
}
@media screen and (max-width:737px) {
  .button-default .button-lg,
  .button-border .button-lg {
    padding: 14px 0;
  }
}

@media screen and (max-width:737px) {
  .button-default .sp-sm,
  .button-border .sp-sm {
    padding: 14px 0;
    font-size: 11px;
  }
}
@media screen and (max-width:340px) {
  .button-default .sp-sm,
  .button-border .sp-sm {
    padding: 13px 0;
  }
}

@media screen and (max-width:737px) {
  .button span {
    font-size: 11px;
  }
}
@media screen and (max-width:340px) {
  .button span {
    font-size: 10px;
  }
}

a.button:hover {
  opacity: 0.4;
  transition: 0.3s;
}

.arrow-l-1 > .button:before {
  content: "";
  display: inline-block;
  width: 24px;
}
@media screen and (max-width:737px) {
  .arrow-l-1 > .button:before {
    width: 18px;
  }
}

.arrow-r-w > .button:after,
.arrow-r-1 > .button:after,
.arrow-l-1 > .button:after,
.arrow-b-w > .button:after,
.arrow-b-1 > .button:after,
.arrow-b-2 > .button:after,
.arrow-b-3 > .button:after,
.arrow-u-1 > .button:after,
.arrow-u-2 > .button:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
}
@media screen and (max-width:737px) {
  .arrow-r-w > .button:after,
  .arrow-r-1 > .button:after,
  .arrow-l-1 > .button:after,
  .arrow-b-w > .button:after,
  .arrow-b-1 > .button:after,
  .arrow-b-2 > .button:after,
  .arrow-b-3 > .button:after,
  .arrow-u-1 > .button:after,
  .arrow-u-2 > .button:after {
    right: 12px;
  }
}
@media screen and (max-width:340px) {
  .arrow-r-w > .button:after,
  .arrow-r-1 > .button:after,
  .arrow-l-1 > .button:after,
  .arrow-b-w > .button:after,
  .arrow-b-1 > .button:after,
  .arrow-b-2 > .button:after,
  .arrow-b-3 > .button:after,
  .arrow-u-1 > .button:after,
  .arrow-u-2 > .button:after {
    right: 8px;
  }
}

.arrow-r-w > .button:after,
.arrow-r-1 > .button:after,
.arrow-l-1 > .button:after {
  width: 10px;
  height: 16px;
}
@media screen and (max-width:737px) {
  .arrow-r-w > .button:after,
  .arrow-r-1 > .button:after,
  .arrow-l-1 > .button:after {
    width: 7px;
    height: 12px;
  }
}

.arrow-r-w > .button:after {
  background: url(../image/arrow_right_white.png) no-repeat;
  background-size: 10px 16px;
}

.arrow-r-1 > .button:after {
  background: url(../image/arrow_right_1.png) no-repeat;
  background-size: 10px 16px;
}

.arrow-l-1 > .button:after {
  right: auto;
  left: 14px;
  background: url(../image/arrow_left_1.png) no-repeat;
  background-size: 10px 16px;
}
@media screen and (max-width:737px) {
  .arrow-l-1 > .button:after {
    left: 12px;
  }
}
@media screen and (max-width:340px) {
  .arrow-l-1 > .button:after {
    left: 8px;
  }
}

@media screen and (max-width:737px) {
  .arrow-r-w > .button:after,
  .arrow-r-1 > .button:after,
  .arrow-l-1 > .button:after {
    background-size: 7px 12px;
  }
}

.arrow-b-w > .button:after,
.arrow-b-1 > .button:after,
.arrow-b-2 > .button:after,
.arrow-b-3 > .button:after {
  width: 16px;
  height: 10px;
}
@media screen and (max-width:737px) {
  .arrow-b-w > .button:after,
  .arrow-b-1 > .button:after,
  .arrow-b-2 > .button:after,
  .arrow-b-3 > .button:after {
    width: 12px;
    height: 7px;
  }
}

.arrow-b-w > .button:after {
  background: url(../image/arrow_bottom_white.png) no-repeat;
  background-size: 16px 10px;
}
.arrow-b-w.arrow-up > .button:after {
  background: url(../image/arrow_top_white.png) no-repeat;
  background-size: 16px 10px;
}

.arrow-b-1 > .button:after {
  background: url(../image/arrow_bottom_1.png) no-repeat;
  background-size: 16px 10px;
}
.arrow-b-1.arrow-up > .button:after {
  background: url(../image/arrow_top_1.png) no-repeat;
  background-size: 16px 10px;
}

.arrow-b-2 > .button:after {
  background: url(../image/arrow_bottom_2.png) no-repeat;
  background-size: 16px 10px;
}
.arrow-b-2.arrow-up > .button:after {
  background: url(../image/arrow_top_2.png) no-repeat;
  background-size: 16px 10px;
}

.arrow-b-3 > .button:after {
  background: url(../image/arrow_bottom_3.png) no-repeat;
  background-size: 16px 10px;
}
.arrow-b-3.arrow-up > .button:after {
  background: url(../image/arrow_top_3.png) no-repeat;
  background-size: 16px 10px;
}

@media screen and (max-width:737px) {
  .arrow-b-w > .button:after,
  .arrow-b-w.arrow-up > .button:after,
  .arrow-b-1 > .button:after,
  .arrow-b-1.arrow-up > .button:after,
  .arrow-b-2 > .button:after,
  .arrow-b-2.arrow-up > .button:after,
  .arrow-b-3 > .button:after,
  .arrow-b-3.arrow-up > .button:after {
    background-size: 12px 7px;
  }
}

.button-border.c1 {
  background: #3d648f;
}

.button-border.button-accordion.c1 > .button {
  background: #ebeff4;
  color: #3d648f;
}

.button-border.c2 {
  background: #b07d33;
}

.button-border.button-accordion.c2 > .button {
  background: #f7f2ea;
  color: #b07d33;
}

.button-border.c3 {
/*  background: linear-gradient(#2b9ae1, #0066db);*/
  background: linear-gradient(#6cb6e5, #006994);

}

.button-default.c4 {
  background: linear-gradient(#deb0b5, #d2939a);
}

.button-default.c5 {
  background: #8eb489;
}

.button-default.c6 {
  background: #b2b2b2;
}

.button-default.c7 > .button {
  background: #fff;
  color: #907a30;
  border: solid 2px #eeecea;
}

.button-default.c13 > .button {
  background: #fff;
  color: #907a30;
  font-size: 20px;
  border: solid 2px #907a30;
}

.button-default.c13 > .button.text-small {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: solid 1px #907a30;
}

.container .button-default.c14 > .button {
  background: linear-gradient(#af9e69, #907a30);
  color: #FFF;
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
  border: solid 1px #907a30;
}

label.button-default {
  cursor: pointer;
}

.button-border.c8 {
  background: linear-gradient(#ecbd55, #e5a71c);
}

.button-border.c9 {
  background: #a93640;
}

.button-border.c10 {
  background: #0c985a;
}

.button-border.c11 {
  background: #3d648f;
}

.button-border.c13 {
  background: #fff;
  padding: 0;
}

.button-border.c13 a {
  border-color: #907a30;
  color: #907A30;
}

.button-default.c12 > .button {
  color: #0c985a;
  border: solid 2px #eeecea;
}

.btn-pointer{
  cursor: pointer;
}

.btn-2line {
  display: block;
  font-size: 13px;
  margin-top: 3px;
  text-align: center;
  padding-left: 24px;
}

.arrow-hide:before {
  content: none;
}

.pc-hide {
  display: none;
}
@media screen and (max-width:737px) {
  .pc-hide {
    display: block;
  }
  .button-default.c13 > .button {
    font-size: 15px;
    padding: 9px 17px;
  }
  .btn-2line {
    padding-left: 18px;
  }
}

@media screen and (max-width:737px) {
  .sp-hide {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.hide {
  display: none;
}

/* form */

.form-group {
  margin: 30px 0;
}
.form-group03 {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width:737px) {
  .form-group {
    margin: 15px 0;
  }
  .form-group03 {
    margin: 15px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-group03:nth-of-type(2) {
    margin-bottom: 25px;
  }
}

.form-heading {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}

.form-heading03 {
  width: 272px;
  background-color: #EEECEA;
  color: #746151;
  font-size: 16px;
  font-weight: bold;
  padding: 12.5px 10px;
}

@media screen and (max-width:737px) {
  .form-heading03 {
    width: auto;
    background: none;
    color: #333333;
    font-size: 14px !important;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 0;
  }
}

.form-control,
.form-control02 {
  width: auto;
  max-width: 100%;
  padding: 10px;
  font-size: 14px;
  border: solid 2px #eeecea;
}
.form-control03 {
  width: calc(100% - 272px);
  border: solid 2px #eeecea;
  padding: 10px;
  font-size: 14px;
}

.form-control02-small {
  padding: 2px 10px;
  line-height: 1;
}
@media screen and (max-width:737px) {
  .form-control {
    padding: 8px 10px;
    font-size: 12px;
  }
  .form-control03 {
    width: 100%;
    border: solid 2px #eeecea;
    font-size: 14px;
  }
}

.form-control.sm {
  max-width: 340px;
}

.form-control.xs {
  width: 100px;
}

.form-select {
  margin: 0 30px 0 0;
}

.form-select:last-child {
  margin-right: 0;
}

.form-select select {
  height: 40px;
  font-size: 14px;
  background-color: #f9f9f9;
}

.form-select .select-question {
  width: 300px;
}
@media screen and (max-width:737px) {
  .form-select {
    display: inline-block;
    margin: 0 0 20px 0;
  }
  .form-select .select-question {
    width: 100%;
  }
  .form-select select {
    height: auto;
  }
}

.form-select span {
  font-size: 14px;
  line-height: 1.6;
}

/* modal */

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.8);
  overflow: auto;
  text-align: center;
  z-index: 1000;

}

.modal-inner {
  display: inline-block;
  width: 560px;
  margin: 0 0 20px;
  padding: 30px;
  top: 75px;
  position: relative;
  background: #fff;
  text-align: left;
}
@media screen and (max-width:737px) {
  .modal-inner {
    width: 90%;
    padding: 20px;
    top: 100px;
  }
}

.modal-inner.lg {
  width: 940px;
}
@media screen and (max-width:737px) {
  .modal-inner.lg {
    width: 86%;
  }
}

.modal-close-button {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  right: -30px;
  background: #0c985a;
  border-radius: 50%;
}
@media screen and (max-width:737px) {
  .modal-close-button {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -18px;
  }
}

.modal-close-button:before {
  content: "";
  width: 20px;
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../image/modal_close.png) no-repeat;
  background-size: 20px;
}
@media screen and (max-width:737px) {
  .modal-close-button:before {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
}

.modal-content p.heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:737px) {
  .modal-content p.heading {
    font-size: 16px;
    text-align: left !important;
  }
}

.modal-button__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 0 0;
}
@media screen and (max-width:737px) {
  .modal-button__items {
    margin-top: 30px;
  }
}

.modal-button__item {
  width: 241px;
  margin: 0 10px 0 0;
}
@media screen and (max-width:737px) {
  .modal-button__item {
    width: 48%;
    margin-right: 4%;
  }
}

.modal-button__item:last-child {
  margin-right: 0;
}

.modal-button__item.lg {
  width: 629px;
}
@media screen and (max-width:737px) {
  .modal-button__item.lg {
    width: 48%;
  }
}

.modal-open,
.modal-close {
  cursor: pointer;
}

.change-grade-button__items {
  margin: 20px 0 0;
}
/*  確認  */
.change-grade-button__item {
  width: 100%;
}

.change-grade-button__item > div {
  margin: 0 0 10px;
}
/*  確認  */
.change-grade-button__item:last-child {
  margin: 0;
}

.seating-chart {
  text-align: center;
}

.seating-chart img {
  width: auto;
  max-width: 100%;
}




/**********

 header

**********/

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 16px 20px;
}
@media screen and (max-width:737px) {
  .header__container {
    padding: 13px 16px 13px 10px;
    position: relative;
  }
}

@media screen and (max-width:737px) {
  .header__container.container {
    max-width: 100%;
  }
}

.header-logo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
  align-items: center;
  width: 100%;
  margin: 0 auto 0 0;
}
@media screen and (max-width:737px) {
  .header-logo__container {
    max-width: 415px;
    margin: 0 auto;
  }
}

.header-logo {
  width: 510px;
}
@media screen and (max-width:737px) {
  .header-logo {
    width: 260px;
    line-height: 0;
  }
}

.header-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}


.header-nav__item {
  padding: 0 16px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.header-nav__item:after {
  content: "";
  width: 1px;
  height: 13px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
}
.header-nav__item:last-child:after {
  display: none;
}

.header-nav__item:first-child:before {
  left: 0;
  right: auto;
}

.header-nav__item a {
  color: #fff;
}

.header-nav__item > a:hover {
  text-decoration: underline;
}
.header-nav {
  display: block;
}

@media screen and (max-width:737px) {
  .header-nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 43px);
    background-color: #FFF;
    z-index: 999;
  }
  .header-nav__items {
    display: block;
    padding: 30px;
  }
  .header-nav__item {
    display: block;
  }
  .header-nav__item a {
    display: inline-block;
    width: 100%;
    color: #000;
    padding: 13px 0;
    border-bottom: 1px solid #e7e7e7;
  }
  .header-nav__item:first-child a {
    padding-top: 0;
  }
  .header-nav__item:before,
  .header-nav__item:after {
    display: none;
  }
}

/*  header sp */

.header-sp__menu-trigger {
  display: none;
  margin: 0 0 0 auto;
}
@media screen and (max-width:737px) {
  .header-sp__menu-trigger {
    display: block;
  }
}

.header-sp__menu-trigger span {
  display: inline-block;
  transition: all 0.3s;
}

.header-sp__menu-trigger {
  position: relative;
  width: 20px;
  height: 14px;
}

.header-sp__menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
}

.header-sp__menu-trigger span:nth-of-type(1) {
  top: 0;
}

.header-sp__menu-trigger span:nth-of-type(2) {
  top: 6px;
}

.header-sp__menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.scroll-no {
  overflow: hidden;
}




/**********

 content

**********/

.content__container {
  margin: 40px auto 0;
}
@media screen and (max-width:737px) {
  .content__container {
    margin: 20px auto 0;
  }
}

.content {
  margin: 0 0 20px;
  padding: 2px;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .content {
    margin: 0 0 10px;
  }
}

.content:last-child {
  margin: 0;
}

.main-content {
  padding-top: 30px;
  display:block;
}

@media screen and (max-width:737px) {
  .main-content {
    padding-top: 10px;
  }
}

.page-block__contnet > .page-block__description {
  margin-top: 0;
}

/*
.main-description {
  padding: 6px 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width:737px) {
  .main-description {
    padding: 8px 14px;
    font-size: 12px;
  }
}
*/

.main-description {
  padding: 6px 0;
  background: #405699;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:737px) {
  .main-description {
    padding: 8px 14px;
    font-size: 10px;
  }
}

.main-description br {
  display: none;
}
@media screen and (max-width:737px) {
  .main-description br {
    display: block;
  }
}

/** home top **/

.home-top__container {
  width: 510px;
  margin: 27px auto 0;
  position: relative;
  padding: 0;
}
@media screen and (max-width:737px) {
  .home-top__container {
    width: auto;
    margin: 10px auto 0;
  }
}

.home-top__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width:737px) {
  .home-top__items {
    margin: 0 0 -4%;
  }
}

.home-top__item {
  width: 235px;
  height: 180px;
  padding: 2px;
  background: #eee;
}
@media screen and (max-width:737px) {
  .home-top__item {
    width: 48%;
    margin: 0 4% 4% 0;
    height: auto;
  }
}

@media screen and (max-width:737px) {
  .home-top__item:nth-child(2n) {
    margin-right: 0;
  }
}

.home-top__item.buy {
  background: #b54555;
}

.home-top__item.schedule {
  background: #37597f;
}

.home-top__item.beginner {
  background: #4d7872;
}

.home-top__item.mypage {
  background: #9e6f2d;
}

.home-top__item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  border: solid 2px #fff;
  overflow: hidden;
  z-index: 1;
}

.home-top__item a:hover {
  opacity: 0.4;
  transition: 0.3s;
}

.home-top__item a:before {
  content: "";
  position: absolute;
  z-index: -1;
}

.home-top__item.buy a:before {
  width: 209px;
  height: 158px;
  background: url(../image/home_top_item_buy_bg.png) no-repeat;
  background-size: 209px 158px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:737px) {
  .home-top__item.buy a:before {
    width: 176px;
    height: 155px;
    background: url(../image/home_top_item_buy_bg_sp.png) no-repeat;
    background-size: 176px 155px;
  }
}

.home-top__item.schedule a:before {
  width: 201px;
  height: 155px;
  background: url(../image/home_top_item_schedule_bg.png) no-repeat;
  background-size: 201px 155px;
  top: 0;
  right: 0;
}
@media screen and (max-width:737px) {
  .home-top__item.schedule a:before {
    width: 153px;
    height: 165px;
    background: url(../image/home_top_item_schedule_bg_sp.png) no-repeat;
    background-size: 153px 165px;
  }
}

.home-top__item.beginner a:before {
  width: 195px;
  height: 156px;
  background: url(../image/home_top_item_beginner_bg.png) no-repeat;
  background-size: 195px 156px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:737px) {
  .home-top__item.beginner a:before {
    width: 152px;
    height: 160px;
    background: url(../image/home_top_item_beginner_bg_sp.png) no-repeat;
    background-size: 152px 160px;
  }
}

.home-top__item.mypage a:before {
  width: 196px;
  height: 158px;
  background: url(../image/home_top_item_mypage_bg.png) no-repeat;
  background-size: 196px 158px;
  top: 0;
  right: 0;
}
@media screen and (max-width:737px) {
  .home-top__item.mypage a:before {
    width: 148px;
    height: 162px;
    background: url(../image/home_top_item_mypage_bg_sp.png) no-repeat;
    background-size: 148px 162px;
  }
}

.home-top__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  margin: 18px 0 0;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:737px) {
  .home-top__title {
    height: 52px;
    font-size: 20px;
    line-height: 1.3;
  }
}

.home-top__link {
  height: 56px;
  margin: 18px 10px 0;
  background: rgba(255,255,255,0.12);
  font-size: 0;
  border-radius: 4px;
}
@media screen and (max-width:737px) {
  .home-top__link {
    height: 45px;
    margin: 18px 10px 10px;
  }
}

.home-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.home-top__link-icon {
  vertical-align: middle;
}

.home-top__item.buy .home-top__link-icon {
  width: 72px;
  margin: 0 26px 0 0;
  position: relative;
  top: -9px;
  left: -2px;
}
@media screen and (max-width:737px) {
  .home-top__item.buy .home-top__link-icon {
    width: 44px;
    margin: 0 10px 0 0;
    top: -6px;
    left: -4px;
  }
}

.home-top__item.schedule .home-top__link-icon {
  width: 48px;
  margin: 0 20px 0 16px;
}
@media screen and (max-width:737px) {
  .home-top__item.schedule .home-top__link-icon {
    width: 26px;
    margin: 0 8px 0 6px;
  }
}

.home-top__item.beginner .home-top__link-icon {
  width: 28px;
  margin: 0 26px 0 24px;
}
@media screen and (max-width:737px) {
  .home-top__item.beginner .home-top__link-icon {
    width: 18px;
    margin: 0 10px;
  }
}

.home-top__item.mypage .home-top__link-icon {
  width: 46px;
  margin: 0 26px 0 28px;
  position: relative;
  top: -6px;
}
@media screen and (max-width:737px) {
  .home-top__item.mypage .home-top__link-icon {
    width: 26px;
    margin: 0 15px 0 11px;
    top: auto;
  }
}

.home-top__link-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-shadow: 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff;
  flex: 1;
}
@media screen and (max-width:737px) {
  .home-top__link-text {
    font-size: 12px;
  }
}
@media screen and (max-width:340px) {
  .home-top__link-text {
    font-size: 10px;
  }
}

.home-top__item.buy .home-top__link-text {
  color: #a23d4c;
}

.home-top__item.schedule .home-top__link-text {
  color: #37597f;
}

.home-top__item.beginner .home-top__link-text {
  color: #456b65;
}

.home-top__item.mypage .home-top__link-text {
  color: #9e6f2d;
}

/** home bottom **/

.home-bottom__items {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}

.home-bottom__item {
  width: 241px;
  margin-bottom: 10px;
}

@media screen and (max-width:737px) {
  .home-bottom__items {
    width: auto;
  }
  .home-bottom__item {
    width: 100%;
    height: 41px;
  }
}


@media screen and (max-width:737px) {
  .home-bottom__item a:before {
    width: 191px;
    height: 52px;
    background: url(../image/home_bottom_item_bg_sp.png) no-repeat;
    background-size: 191px 52px;
  }
}

.home-bottom__item a:hover {
  opacity: 0.4;
  transition: 0.3s;
}

.home-bottom__link-icon {
  margin: 0 12px 0 0;
}

.home-bottom__item.wheelchair .home-bottom__link-icon {
  width: 28px;
}
@media screen and (max-width:737px) {
  .home-bottom__item.wheelchair .home-bottom__link-icon {
    width: 23px;
  }
}

.home-bottom__item.qa .home-bottom__link-icon {
  width: 34px;
}
@media screen and (max-width:737px) {
  .home-bottom__item.qa .home-bottom__link-icon {
    width: 32px;
  }
}

.home-bottom__item.card .home-bottom__link-icon {
  width: 60px;
}
@media screen and (max-width:737px) {
  .home-bottom__item.card .home-bottom__link-icon {
    width: 50px;
  }
}

.home-bottom__item.ticket .home-bottom__link-icon {
  width: 36px;
  position: relative;
  bottom: -5px;
}
@media screen and (max-width:737px) {
  .home-bottom__item.ticket .home-bottom__link-icon {
    width: 33px;
    bottom: -7px;
  }
}

.home-bottom__link-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: left;
}
@media screen and (max-width:737px) {
  .home-bottom__link-text {
    font-size: 14px;
  }
}

.home-bottom__link-text span {
  display: block;
  font-size: 12px;
}

/** home content **/

.home-content__container {
  padding: 20px;
  background: #faf9f8;
}
@media screen and (max-width:737px) {
  .home-content__container {
    padding: 14px;
  }
}

.home-content__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  color: #746151;
}
@media screen and (max-width:737px) {
  .home-content__title {
    font-size: 16px;
  }
}

.home-content__title span.en {
  display: block;
  margin: 2px 0 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #0c985a;
}
@media screen and (max-width:737px) {
  .home-content__title span.en {
    font-size: 10px;
  }
}

.home-content__link-items {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: solid 2px #eae7e4;
}
@media screen and (max-width:737px) {
  .home-content__link-items  {
    margin: 14px 0 0;
    padding: 14px 0 0;
  }
}

.home-content__link-item {
  margin: 0 0 8px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #746151;
}
@media screen and (max-width:737px) {
  .home-content__link-item {
    font-size: 14px;
  }
}

.home-content__link-item:last-child {
  margin: 0;
}

.home-content__link-item a {
  margin: 0 0 0 6px;
  color: #1487c8;
  text-decoration: underline;
}

.home-content__link-item a.other {
  color: #b54555;
}

.home-content__link-item a:hover {
  text-decoration: none;
}

/** pagetop **/

.pagetop {
  margin: 58px 0 0;
  padding: 14px 0;
  background: #faf9f8;
  text-align: right;
  border-top: solid 2px #eeecea;
}

.index_pagetop {
  margin: 30px 0 0;
}

@media screen and (max-width:737px) {
  .pagetop {
    margin-top: 20px;
  }
}

.pagetop p {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
}
@media screen and (max-width:737px) {
  .pagetop p {
    font-size: 12px;
  }
}

.pagetop p span {
  font-size: 10px;
}

.pagetop p:hover {
  opacity: 0.4;
  transition: 0.3s;
}




/**********

 page

**********/

.content-guide__container {
  margin-top: 20px;
}
@media screen and (max-width:737px) {
  .content-guide__container {
    margin-top: 10px;
  }
}

.content-guide {
  width: 490px;
  margin: 0 20px 0 0;
  padding: 4px;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .content-guide {
    width: 100%;
    margin: 0 0 10px;
  }
}

.content-guide:last-child {
  margin: 0;
}

.content-guide__title {
  padding: 14px 0;
  background: #eeecea;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #746151;
  text-align: center;
}
@media screen and (max-width:737px) {
  .content-guide__title {
    padding: 10px 0;
    font-size: 14px;
  }
}

.content-guide__title.alert {
  color: #b54555;
}

.content-guide__title.alert:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 23px;
  margin: 0 8px 0 0;
  vertical-align: bottom;
  background: url(../image/icon_alert.png) no-repeat;
  background-size: 28px 23px;
}
@media screen and (max-width:737px) {
  .content-guide__title.alert:before {
    width: 24px;
    height: 19px;
    background-size: 24px 19px;
  }
}

.content-guide__title.wheelchair:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 27px;
  margin: 0 8px 0 0;
  vertical-align: bottom;
  background: url(../image/icon_wheelchair_2.png) no-repeat;
  background-size: 24px 27px;
}
@media screen and (max-width:737px) {
  .content-guide__title.wheelchair:before {
    width: 20px;
    height: 23px;
    background-size: 20px 23px;
  }
}

.content-guide__body {
  margin: 20px 0;
  padding: 0 10px;
}
@media screen and (max-width:737px) {
  .content-guide__body {
    margin: 10px 0;
  }
}

.content-guide__body p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.content-guide__body p:last-of-type {
  margin-bottom: 0;
}

.content-guide__body p.indent {
  padding-left: 20px;
  text-indent: -20px;
}

@media screen and (max-width:737px) {
  .content-guide__body p br {
    display: none;
  }
}

.content-guide__tel {
  margin: 14px 0 0;
  padding: 10px 0 8px;
  background: #eeecea;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}
@media screen and (max-width:737px) {
  .content-guide__tel {
    font-size: 14px;
  }
}

.page-block__container {
  margin: 20px 0 0;
}

.page-block__title,
.page-block__title02 {
  margin: 0 0 -2px;
  padding: 11px 16px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.page-block__title02 {
  border-left: 4px solid #0c985a;
  font-size: 16px;
  padding: 0 0 0 16px;
  margin: 10px 16px 8px 0;
}
@media screen and (max-width:737px) {
  .page-block__container {
    margin: 10px 0 0;
  }
  .page-block__title {
    padding: 10px 12px 8px;
    font-size: 16px;
  }
  .page-block__title02 {
    padding: 0 0 0 12px;
    margin: 10px 12px 8px 0;
  }
}

.page-block__title:before,
.page-block__title:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-style: solid;
}
.page-block__title:before {
  left: 0;
  border-width: 8px 8px 0 0;
  border-color: #fff transparent transparent transparent;
}
.page-block__title:after {
  right: 0;
  border-width: 0 8px 8px 0;
  border-color: transparent #fff transparent transparent;
}
/*　ここから追加 */
.page-block__title2:before {
  left: 0;
  border-width: 8px 8px 0 0;
  border-color: #f7fbf9 transparent transparent transparent;　/* f7fbf9 */
}
.page-block__title2:after {
  right: 0;
  border-width: 0 8px 8px 0;
  border-color: transparent #f7fbf9 transparent transparent;　/* f7fbf9 */
}
/* ここまで追加 */

.page-block__title.title1 {
  background: url(../image/page_block_title_bg_1.jpg);
  color: #907a30;
  border-bottom: solid 4px #907a30;
}

.page-block__title.title1__2 {
  background: url(../image/page_block_title_bg_4.jpg);
  color: #fff;
  border-bottom: solid 4px #856e2a;
}

.page-block__title.title1__3 {
  background: url(../image/page_block_title_bg_5.jpg);
  color: #fff;
  border-bottom: solid 4px #201a43;
}

.page-block__title.title1__4 {
  background: url(../image/page_block_title_bg_6.jpg);
  color: #907a30;
  border-bottom: solid 4px #907a30;
}

.page-block__title.title2 {
  background: url(../image/page_block_title_bg_2.jpg);
  font-size: 18px;
  color: #746151;
  border-bottom: solid 2px #a5988c;
}
@media screen and (max-width:737px) {
  .page-block__title.title2 {
    font-size: 14px;
  }
}

.page-block__title.title2 span {
  font-size: 14px;
}
@media screen and (max-width:737px) {
  .page-block__title.title2 span {
    font-size: 12px;
  }
}

.page-block__title.title3 {
  background: url(../image/page_block_title_bg_3.jpg);
  font-size: 18px;
  color: #907a30;
  border-bottom: none;
}

@media screen and (max-width:737px) {
  .page-block__title.title3 {
    font-size: 16px;
  }
}

.title4 {
  background-color: #d1c56c;
  color: #504619;
  padding: 6px 13px;
  font-size: 18px;
  margin-top: 25px;
}
@media screen and (max-width:737px) {
  .title4 {
    font-size: 14px;
  }
}

.page-block__description,
.page-block__text {
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.page-block__text {
  margin-bottom: 10px;
}
@media screen and (max-width:737px) {
  .page-block__text {
    font-size: 14px;
  }
}

.page-block__description.sm {
  font-size: 14px;
}
@media screen and (max-width:737px) {
  .page-block__description.sm {
    font-size: 12px;
  }
}

.caution {
  color: #b54555;
}

.caution_num {
  font-size: 25px;
}

.page-block__contnet {
  padding: 30px;
  border: solid 2px #eeecea;
  background-color:#faf9f8; /* faf9f8 */
}

.page-block__contnet1{
  border: none;
}

.page-block__contnet2{
  background-color:#ffffff;
}

@media screen and (max-width:737px) {
  .page-block__contnet {
    padding: 14px;
  }
  .caution_num {
    font-size: 25px;
  }
}
@media screen and (max-width:340px) {
  .page-block__contnet {
    padding: 14px 4px;
  }
}

.text,
.info-block-text p,
.page-block__contnet p {
  font-size: 14px;
  line-height: 1.6;
}
.page-block__contnet .big-text {
  font-size: 16px;
  margin-bottom: 5px;
}


.page-block__contnet p.sm {
  font-size: 12px;
}
@media screen and (max-width:737px) {
  .page-block__contnet p.sm {
    font-size: 10px;
  }
}

.page-block__contnet p.md {
  font-size: 16px;
}
@media screen and (max-width:737px) {
  .page-block__contnet p.md {
    font-size: 14px;
  }
}

.page-block__contnet p.lg {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width:737px) {
  .page-block__contnet p.lg {
    font-size: 14px;
  }
}

.page-block__contnet p.lg2 {
  font-size: 20px;
}
@media screen and (max-width:737px) {
  .page-block__contnet p.lg2 {
    font-size: 14px;
  }
}

.page-block__contnet p.hg {
  font-size: 30px;
}
@media screen and (max-width:737px) {
  .page-block__contnet p.hg {
    font-size: 20px;
  }
}

.page-block__contnet .mt1 {
  margin-top: 14px;
}

.page-block__contnet.mt2 {
  margin-top: 30px;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.mt2 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
@media screen and (max-width:737px) {
  .page-block__contnet 1.mt2 {
    margin-top: 20px;
  }
}

.page-block__contnet .mb1 {
  margin-bottom: 14px;
}

.page-block__contnet p.notes {
  font-weight: bold;
  color: #b54555;
}

.page-block__contnet p.center {
  text-align: center;
}

.page-block__inner {
  margin: 30px 0 0;
}
.page-block__contnet.sm {
  padding: 30px 106px;
}
.page-block__contnet.sm1 {
  padding: 10px 106px;
}
.page-block__contnet.sm2 {
  padding: 30px 20px;
}
.page-block__contnet.sm3 {
  padding: 30px 130px;
}
@media screen and (max-width:737px) {
  .page-block__contnet.sm,
  .page-block__contnet.sm1,
  .page-block__contnet.sm2,
  .page-block__contnet.sm3 {
    padding: 14px;
  }
}
@media screen and (max-width:340px) {
  .page-block__contnet.sm,
  .page-block__contnet.sm2,
  .page-block__contnet.sm3 {
    padding: 14px 4px;
  }
}

.modal-content .page-block__contnet {
  padding: 0;
  border: none;
}

.inner-button__items {
  display: flex;
  width: 100%;
  margin: 10px 0 0;
}

.inner-button__items .bottom-button__item {
  margin: 0 10px 0 0;
}
@media screen and (max-width:737px) {
  .inner-button__items .bottom-button__item.left {
    width: 48%;
    margin: 0 4% 0 0;
  }
}

.inner-button__items .bottom-button__item:last-child {
  margin-right: 0;
}

.page-block__area {
  width: 454px;
  margin: 0 28px 0 0;
}
@media screen and (max-width:737px) {
  .page-block__area {
    width: 100%;
    margin: 0 0 30px;
  }
}

.page-block__area:last-child {
  margin: 0;
}

.area-heading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width:737px) {
  .area-heading {
    font-size: 14px;
  }
}

.area-heading span {
  font-size: 28px;
}
@media screen and (max-width:737px) {
  .area-heading span {
    font-size: 22px;
  }
}

.area-heading.east {
  color: #3d648f;
}

.area-heading.west {
  color: #b07d33;
}

.area-heading:after {
  content: "";
  width: 81px;
  height: 53px;
  position: absolute;
  bottom: -6px;
  right: 0;
}
@media screen and (max-width:737px) {
  .area-heading:after {
    width: 59px;
    height: 39px;
    bottom: -3px;
    right: 6px;
  }
}

.area-heading.east:after {
  background: url(../image/area_east.png) no-repeat;
  background-size: 81px 53px;
}

.area-heading.west:after {
  background: url(../image/area_west.png) no-repeat;
  background-size: 81px 53px;
}

@media screen and (max-width:737px) {
  .area-heading.east:after,
  .area-heading.west:after {
    background-size: 59px 39px;
  }
}

.area-button__item {
  margin: 10px 0 0;
}

.area-button__body {
  padding: 10px 20px 20px;
  border: solid 2px #eeecea;
  border-top: none;
}
@media screen and (max-width:737px) {
  .area-button__body {
    padding: 10px 14px 20px;
  }
}

.area-text {
  margin-top: 20px;
}

.accordion-open {
  cursor: pointer;
}

.accordion-content {
  display: none;
}

.accordion-close__button {
  width: 240px;
  margin: 20px 0 0 auto;
  cursor: pointer;
}
@media screen and (max-width:737px) {
  .accordion-close__button {
    width: 48%;
  }
}

.page-block__table,
.page-block2__table,
.page-block3__table {
  width: 100%;
  border-collapse: collapse;
  border: solid 2px #eeecea;
  border-left: none;
}

.page-block__table th,
.page-block__table td,
.page-block2__table th,
.page-block2__table td,
.page-block3__table th,
.page-block3__table td {
  padding: 14px 12px;
  font-size: 14px;
  line-height: 1.1;
  text-align: left;
  background-color:#ffffff;
}
.table-mt {
  margin-top: 30px;
}
.page-block__table .table-title {
  font-size: 16px;
  font-weight: bold;
  background-color: #C3DFF2;
  padding: 15px;
  text-align: left;
}
@media screen and (max-width:737px) {
  .page-block__table th,
  .page-block__table td,
  .page-block2__table th,
  .page-block2__table td,
  .page-block3__table th,
  .page-block3__table td {
    padding: 10px 12px;
    font-size: 14px;
  }
  .table-mt {
    margin-top: 20px;
  }
  .page-block__table .table-title {
    font-size: 14px;
  }
}

.page-block__table th,
.page-block2__table th,
.page-block3__table th {
  background: #eeecea;
  color: #746151;
  border-bottom: solid 2px #fff;
}
@media screen and (max-width:737px) {
  .page-block__table th {
    width: auto;
    min-width: 80px;
  }
  .page-block2__table th {
    width: 85px;
  }
  .page-block3__table th {
    width: 110px;
  }
}

.page-block__table tr:last-child th,
.page-block2__table tr:last-child th,
.page-block3__table tr:last-child th {
  border-bottom: solid 2px #eeecea;
}

.page-block__table td,
.page-block2__table td,
.page-block3__table td {
  border-bottom: solid 2px #eeecea;
}

.notes__body {
  margin: 20px 0 0;
  padding: 10px 14px;
  background: #faecee;
}

.note__body02 {
  margin: 30px 0 0;
  padding: 10px 14px;
  border: 1px solid #eeecea;
  background-color: #FFF;
}

.notes__body-color01 {
  border: 1px solid #ffe5e9;
}

.notes__body-color02 {
  background-color: #f8f8ff;
  border: 1px solid #eeecea;
}

.notes__body-color02 p {
  color:  #696969 !important;
}


.warning-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0;
  padding: 10px 40px;
}

.warning-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: 20px;
}

.warning-icon-item {
  width: 60px;
  margin-right: 15px;
}

@media screen and (max-width:737px) {
  .notes__body {
    margin: 10px 0 0;
    padding: 10px;
  }
  .note__body02 {
    padding: 10px;
  }
}

.notes__body p {
  line-height: 1.8;
  font-weight: bold;
  color: #b54555;
  font-size: 14px;
}

.button-description {
  width: 917px;
  justify-content: flex-end;
  margin: 20px 0 15px;
}

.button-description .button {
  border: none;
}
@media screen and (max-width:737px) {
  .notes__body p {
    font-size: 12px;
  }
  .button-description {
    width: auto;
    justify-content: flex-start;
    margin: 25px 0 25px;
  }
}

.button-description-item {
  width: 100px;
  margin: 0 0 0 10px;
}
@media screen and (max-width:737px) {
  .button-description-item {
    width: calc(50% - 4px);
    margin-left: 4px;
  }
  .button-description-item:first-child {
    margin: 0;
  }
}


.button-description-item .button {
  padding: 11px 0;
  font-size: 16px;
}
@media screen and (max-width:737px) {
  .button-description-item .button {
    padding: 8px 0;
    font-size: 14px;
  }
}

.button-description-item .button-border .button {
  padding: 9px 0;
}
@media screen and (max-width:737px) {
  .button-description-item .button-border .button {
    padding: 6px 0;
    border-width: 1px;
  }
}

.page-block__date-container {
  margin: 10px 0 0;
}
@media screen and (max-width:737px) {
  .page-block__date-container {
    margin-top: 14px;
  }
}

.page-block__date {
  margin: 0 0 30px;
}
@media screen and (max-width:737px) {
  .page-block__date {
    margin-bottom: 14px;
  }
}

.page-block__date:last-child {
  margin-bottom: 0;
}

.date-button__items {
  margin: 0 0 -16px;
}
@media screen and (max-width:737px) {
  .date-button__items {
    display: block;
    margin: 0;
  }
}

.date-button__item {
  width: 280px;
  margin: 0 16px 16px 0;
}
@media screen and (max-width:737px) {
  .date-button__item {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.date-button__item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width:737px) {
  .date-button__item:last-child {
    margin: 0;
  }
}

.page-block__bottom-button-container {
  margin: 30px 0 0;
}

.page-block__bottom-button-container.columns {
  justify-content: space-between;
}

.page-block__bottom-button-container.mt1 {
  margin-top: 60px;
}
@media screen and (max-width:737px) {
  .page-block__bottom-button-container {
    margin: 17px 0 0;
  }
  .page-block__bottom-button-container.mt1 {
    margin-top: 40px;
  }
  .page-block__bottom-button-container {
    margin: 30px 0 0;
  }
  .page-block__bottom-button-container.columns {
    flex-direction: column;
  }
  .bottom-button-order-change .right {
    margin-bottom: 15px !important;
  }
  .bottom-button-order-change .left {
    order: 2;
    margin-bottom: 0 !important;
  }
}

.page-block__bottom-button-container.mt2 {
  margin-top: 30px;
}

.bottom-button__item.right {
  width: 243px;
}
@media screen and (max-width:737px) {
  .bottom-button__item.right {
    width: 80%;
    margin: 0 auto;
  }
}

.bottom-button__item.left,
.bottom-button__item.right02 {
  width: 267px;
}

@media screen and (max-width:737px) {
  .bottom-button__item.left,
  .bottom-button__item.right02 {
    width: 80%;
    margin: 0 auto 15px auto;
  }
}

.block__image {
  width: 278px;
  margin: 0 30px 0 0;
}

@media screen and (max-width:737px) {
  .block__image {
    width: 100%;
    margin: 14px 0 0;
    padding: 0 6px;
    order: 2;
  }
}

.block__image-pc {
  width: 278px;
  margin: 0 30px 0 0;
}
@media screen and (max-width:737px) {
  .block__image-pc {
    display: none;
  }
}

.block__image-sp {
  display: none;
  width: 100%;
  margin: 14px 0 0;
  padding: 0 6px;
}
@media screen and (max-width:737px) {
  .block__image-sp {
    display: block;
  }
}

.block__content {
  position: relative;
  margin-left: 169px;
}
@media screen and (max-width:737px) {
  .block__content {
    width: 100%;
    margin-left: 0; /*　確認　*/
    order: 2; /*　確認　*/
  }
}

@media screen and (max-width:737px) {
  .block__list-items {
    margin-bottom: -4%
  }
}

.block__list-item {
  min-width: 95px;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:737px) {
  .block__list-item {
    min-width: auto;
    width: calc(50% - 5px);
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 10px;
    padding: 10px 0;
  }
  .block__list-item:nth-of-type(2n + 1) {
    margin-left: 0;
  }
}

.block__list-item:last-child {
  margin-right: 0;
}
@media screen and (max-width:737px) {
  .block__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

.block__list-item.c1 {
  background: #2594ce;
}
.block__list-item.c2 {
  background: #b2b2b2;
}
.block__list-item.c3 {
  background: #dadada;
  color: #333;
}

.block-button__item {
  width: 164px;
  margin: 10px 0 0;
}
@media screen and (max-width:737px) {
  .block-button__item {
    width: 100%;
  }
}

.block__bottom {
  width: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width:737px) {
  .block__bottom {
    width: 100%;
    position: static;
    margin: 14px 0 0;
  }
}

.block__select {
  margin: 0 0 20px;
}
@media screen and (max-width:737px) {
  .block__select {
    margin-bottom: 14px;
  }
}

.block__select span {
  margin: 0 20px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:737px) {
  .block__select span {
    margin-right: 10px;
    font-size: 12px;
  }
}

.block__select select {
  width: 316px;
  font-size: 14px;
  vertical-align: bottom;
}
@media screen and (max-width:737px) {
  .block__select select {
    width: auto;
  }
}

.seat__list-items {
  max-width: 400px;
  margin-top: 30px;
  justify-content: space-between;
}

@media screen and (max-width:737px) {
  .seat__list-items {
    display: block;
    margin-top: 0;
  }
}

.seat__list-item {
  min-width: 121px;
  text-align: center;
  padding: 10px 10px;
  margin: 5px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width:737px) {
  .seat__list-item {
    width: 150px;
    margin: 6px 0;
  }
}

.seat__list-item.c1 {
  background-color: #2594ce;
}

.seat__list-item.c2 {
  background-color: #e98cbe;
}

.seat__list-item.c3 {
  background-color: #c5c5c5;
}

.seat__list-item.c4 {
  color: #e66eb2;
}

.seat__list-item.c5 {
  color: #b2b2b2;
}


.seat__container {
  margin: 30px 0 0;
}

.seat-top {
  align-items: flex-end;
}
@media screen and (max-width:737px) {
  .seat-top {
    display: block;
  }
}

p.seat-top-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width:737px) {
  p.seat-top-text {
    font-size: 14px;
  }
}

.seat-top-direction {
  margin: 0 0 0 126px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.seat-top-direction span {
  margin-left: 10px;
  font-weight: bold;
}
@media screen and (max-width:737px) {
  .seat-top-direction {
    margin: 10px 0 0;
    text-align: center;
  }
}

.seat-top-direction span {
  font-size: 14px;
}
@media screen and (max-width:737px) {
  .seat-top-direction span {
    font-size: 12px;
  }
}

.seat-top-direction img {
  width: 48px;
}
@media screen and (max-width:737px) {
  .seat-top-direction img {
    width: 35px;
    vertical-align: middle;
  }
}

.seat__item-l {
  /*修正 width: 278px;*/
  width: 370px;
  margin: 10px 30px 0 0;
  position: relative;
}
@media screen and (max-width:737px) {
  .seat__item-l {
    margin: 6px auto 0;
  }
}
@media screen and (max-width:340px) {
  .seat__item-l {
    padding: 0;
  }
}

.seat__item-l:after {
  content: "";
  width: 161px;
  height: 26px;
  position: absolute;
  top: 34px;          /* 確認 */
  right: -243px;      /* 確認 */
  background: url(../image/seat_arrow.png) no-repeat;
  background-size: 161px 26px;
}
@media screen and (max-width:737px) {
  .seat__item-l:after {
    width: 14px;
    height: 40px;
    top: -40px;
    right: 10px;
    background: url(../image/seat_arrow_sp.png) no-repeat;
    background-size: 14px 40px;
  }
}

.seat__item-r {
  margin-left: 77px; /* 確認 */
}
@media screen and (max-width:737px) {
  .seat__item-r {
    width: 100%;
    margin-left: 0; /* 確認 */
  }
}

.chart__container {
  padding: 0 0 0 156px;
}
@media screen and (max-width:737px) {
  .chart__container {
    padding: 0;
  }
}

@media screen and (max-width:737px) {
  .chart__container .button-default {
    width: 45%;
    margin-right: 10%;
  }
}
@media screen and (max-width:340px) {
  .chart__container .button-default {
    width: 50%;
    margin-right: 5%;
  }
}

@media screen and (max-width:737px) {
  .chart-pc {
    display: none;
  }
}

.chart-sp {
  display: none;
}
@media screen and (max-width:737px) {
  .chart-sp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

.chart-image {
  margin: 0 0 10px;
  padding: 10px;
  text-align: center;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .chart-image {
    width: 45%;
    margin: 0;
    padding: 0;
    border: 0;
  }
}

.chart-image img {
  width: auto;
  max-width: 100%;
}

.seat-button__items {
  margin: 40px 0 0;
}
@media screen and (max-width:737px) {
  .seat-button__items {
    margin-top: 10px;
  }
}

.seat-button__item {
  margin: 10px 0 0;
}

@media screen and (max-width:737px) {
  .seat-button__items .columns {
    flex-direction: column-reverse;
  }
}

.seat-button__items .columns .seat-button__item {
  width: 201px;
  margin-right: 10px;
}
@media screen and (max-width:737px) {
  .seat-button__items .columns .seat-button__item {
    width: 100%;
    margin-right: 0;
  }
}

.seat-button__items .columns .seat-button__item:last-child {
  margin-right: 0;
}
.performance-button__items02 {
  width: 490px;
  margin: 20px auto 0 auto;
}
.performance__body {
  margin: 0 0 30px;
  padding: 20px;
  border: solid 2px #eeecea;
  background-color:#ffffff;
}
@media screen and (max-width:737px) {

  .performance-button__items02 {
    width: auto;
  }

  .performance__body {
    margin-bottom: 14px;
    padding: 14px;
  }
}

.performance__body:last-child {
  margin-bottom: 0;
}

.performance-title {
  padding: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #06492b;
  border-bottom: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .performance-title {
    font-size: 16px;
  }
}

.performance-button__item {
  margin: 20px 0 10px;
}

.performance-button__item:last-child {
  margin-bottom: 0;
}

.performance-button__items .columns .performance-button__item {
  width: 238px;
}
@media screen and (max-width:737px) {
  .performance-button__items .columns .performance-button__item {
    width: 100%;
  }
}

.performance-button__items .columns .performance-button__item:first-child {
  margin-right: auto;
}

.performance-button__item .button-text:before {
  content: "条件から検索";
  display: block;
}

.info-button__item .button-text:before {
  content: "もっと見る";
  display: block;
}

.info-button__item .arrow-up .button-text:before,
.performance-button__item .arrow-up .button-text:before {
  content: "閉じる";
}

.performance-content {
  padding: 20px 0;
}

.performance-content.border {
  border-top: solid 2px #eeecea;
}

.performance-content-l {
  width: 530px;
}
@media screen and (max-width:737px) {
  .performance-content-l {
    width: 100%;
    margin-bottom: 20px;
  }
}

.performance-content p {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width:737px) {
  .performance-content p {
    font-size: 12px;
  }
}

.performance-content p.mt1 {
  margin-top: 20px;
}
@media screen and (max-width:737px) {
  .performance-content p.mt1 {
    margin-top: 20px;
  }
}

.performance-content p.notes {
  font-size: 12px;
  font-weight: bold;
  color: #b54555;
}

.performance-content .button__container {
  margin: 40px 0 -10px;
}

.login-content {
  padding: 26px 30px 30px;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .login-content {
    padding: 20px 14px;
  }
}

.login-button__item {
  margin: 0 0 10px;
}

.login-button__item:last-child {
  margin-bottom: 0;
}

.icon-card {
  width: 44px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
@media screen and (max-width:737px) {
  .icon-card {
    width: 34px;
    margin-right: 4px;
  }
}

.login__body,
.login__body02 {
  padding: 30px 104px 40px;
  border: solid 2px #eeecea;
  border-top: none;
}
@media screen and (max-width:737px) {
  .login__body,
  .login__body02 {
    padding: 20px 14px;
  }
}
.login__body02 {
  margin-top: 20px;
  padding: 0;
  border: none;
}
.login__body p,
.login__body02 p {
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width:737px) {
  .login__body p,
  .login__body02 p {
    font-size: 12px;
  }
}

.login-other {
  margin: 20px 0 0;
  text-align: center;
}

.registration__items {
  margin: 30px 0 0;
}
@media screen and (max-width:737px) {
  .registration__items {
    display: block;
  }
}


.registration__item-l {
  margin: 0 auto 0 0;
}
@media screen and (max-width:737px) {
  .registration__item-l {
    margin: 0 0 10px;
  }
}

.registration__item-l p {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width:737px) {
  .registration__item-l p {
    font-size: 12px;
  }
}

.registration__item-r {
  width: 468px;
}
@media screen and (max-width:737px) {
  .registration__item-r {
    width: 100%;
  }
}

.grade-list-button__item {
  margin: 0 0 10px;
}

.grade-list-button__item:last-child {
  margin-bottom: 0;
}

.select-method__top {
  align-items: flex-start;
}

.select-method__item {
  width: 276px;
  margin: 0 22px 0 0;
  padding: 10px 14px 14px;
  cursor: pointer;
}
@media screen and (max-width:737px) {
  .select-method__item {
    width: 100%;
    margin: 0 0 20px;
  }
}

.select-method__item:last-child {
  margin-right: 0;
}
@media screen and (max-width:737px) {
  .select-method__item:last-child {
    margin-bottom: 0;
  }
}

.select-method__item.item1 {
  background: #425e86;
}

.select-method__item.item2 {
  background: #44777b;
}

.select-method__item.item3 {
  background: #b54555;
}

.select-method__item.item1 .select-method-button {
  color: #425e86;
}

.select-method__item.item2 .select-method-button {
  color: #44777b;
}

.select-method__item.item3 .select-method-button {
  color: #b54555;
}

.select-method-icon {
  width: 70px;
  margin: 0 auto 0 0;
}

.select-input {
  display: none;
}

.select-method-button {
  display: inline-block;
  width: 170px;
  padding: 12px 0;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  border: solid 2px #eeecea;
}
.active .select-method-button {
    background: linear-gradient(#ecbd55, #e5a71c);
}
.active .select-method-button {
    color: #fff !important;
}
@media screen and (max-width:737px) {
  .select-method-button {
    font-size: 14px;
  }
}

.select-input:checked + .select-method-button,
.select-input:checked + .button {
  background: linear-gradient(#ecbd55, #e5a71c);
  color: #fff;
}

.select-method__item p {
  margin: 14px 0 0;
  font-weight: bold;
  color: #fff;
}

.select-method__action {
  align-items: flex-start;
  margin: 20px 0 0;
}

.select-method-select__number {
  width: 358px;
  margin: 0 20px 0 0;
  padding: 15px;
  background: #eeecea;
  position: relative;
}
@media screen and (max-width:737px) {
  .select-method-select__number {
    width: 100%;
    margin: 0;
  }
}

.select-method-select__number span {
  margin: 0 10px 0 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:737px) {
  .select-method-select__number span {
    font-size: 12px;
  }
}

.select-method-select__number select {
  width: 150px; /* 確認*/
  font-size: 14px;
/*  font-weight: bold; */
  vertical-align: bottom;
}

@media screen and (max-width:737px) {
  .select-method-select__number select {
    font-size: 14px;
  }
}

.select-method-button__items {
  width: 494px;
}
@media screen and (max-width:737px) {
  .select-method-button__items {
    width: 100%;
    margin: 20px 0 0;
  }
}

.select-method-button__items .columns {
  margin: 0 0 10px;
}
.select-method-button__items .columns.disabled .select-method-button__item {
  margin: 0 10px 0 0;
}
.select-method-button__items .columns.disabled .select-method-button__item a:hover {
  cursor: default;
}
.select-method-button__items .columns .select-method-button__item {
  width: 242px;
  margin: 0 10px 0 0;
}
.select-method-button__items .columns .select-method-button__item.active {
  background: linear-gradient(#ecbd55, #e5a71c);
}
.select-method-button__items .columns .select-method-button__item.active p {
  color: #FFF;
}
@media screen and (max-width:737px) {
  .select-method-button__items .columns .select-method-button__item {
    width: 48%;
    margin-right: 4%;
  }
}

.select-method-button__items .columns .select-method-button__item:last-child {
  margin-right: 0;
}

.select-method-button__item .button:hover {
  opacity: 0.4;
  transition: 0.3s;
}

.no-select {
  position: relative;
  pointer-events: none;
}

.no-select:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.7);
  z-index: 998;
}

.no-select:after {
  content: "選択できません";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  z-index: 999;
}
@media screen and (max-width:737px) {
  .no-select:after {
    font-size: 14px;
  }
}

.inactive {
  opacity: 0.2;
  pointer-events: none;
}

.button-default.arrow-l-1.c7.inactive {
  opacity: 0.5;
}

.button-normal.inactive {
  max-width: 243px;
  opacity: 1;
  pointer-events: none;
  padding: 0;
}

.button-normal.inactive a:after {
  display: none;
}

.button-normal.inactive > .button {
  color: #909090;
  background-color: #f3f2f0;
  border: none;
  padding: 15px 0;
}

.tmp-reserve-content {
  margin: 30px 0 0;
}
@media screen and (max-width:737px) {
  .button-normal.inactive {
    max-width: 100%;
  }
  .tmp-reserve-content {
    margin-top: 20px;
  }
}

.reserve-table th,
.reserve-table td,
.reserve2-table th,
.reserve2-table td {
  padding: 14px 12px;
  font-size: 16px;
  line-height: 1.1;
  border-bottom: solid 2px #f6f6f6;
  vertical-align: middle;
}
@media screen and (max-width:737px) {
  .reserve-table th,
  .reserve-table td,
  .reserve2-table th,
  .reserve2-table td {
    padding: 10px 12px;
    font-size: 14px;
  }
}

.reserve-table tr:last-child th,
.reserve-table tr:last-child td,
.reserve2-table tr:last-child th,
.reserve2-table tr:last-child td {
  border-bottom: none;
}

.reserve-table th,
.reserve2-table th {
  background: #bcbcbc;
  font-weight: bold;
  color: #fff;
  text-align: left;
}

.reserve-table th.total,
.reserve2-table th.total {
  background: #b54555;
}

.reserve-table td,
.reserve2-table td {
  background-color:#f6f6f6; /* f7fbf9 */
}

.reserve-table td span,
.reserve2-table td span {
  font-size: 12px;
}

.reserve-table td.total,
.reserve2-table td.total {
  font-weight: bold;
  color: #b54555;
}

.reserve-table td.total.lg,
.reserve2-table td.total.lg {
  font-size: 22px;
}
@media screen and (max-width:737px) {
  .reserve-table td.total.lg,
  .reserve2-table td.total.lg {
    font-size: 18px;
  }
}

.reserve-table td.right,
.reserve2-table td.right {
  text-align: right;
}

.reserve-table.horizontal th,
.reserve2-table.horizontal th {
  width: 200px;
}
@media screen and (max-width:737px) {
  .reserve-table.horizontal th {
    width: 100px;
  }

  .reserve2-table.horizontal th {
    width: 80px;
  }
}

.reserve-table.horizontal th.lg,
.reserve2-table.horizontal th.lg {
  width: 280px;
}
@media screen and (max-width:737px) {
  .reserve-table.horizontal th.lg,
  .reserve2-table.horizontal th.lg {
    width: 120px;
  }
}

.reserve-table.vertical th,
.reserve-table.vertical td,
.reserve2-table.vertical th,
.reserve2-table.vertical td {
  text-align: center;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.reserve-table.vertical th:last-child,
.reserve-table.vertical td:last-child,
.reserve2-table.vertical th:last-child,
.reserve2-table.vertical td:last-child {
  border-right: none;
}

.reserve-table.horizontal th,
.reserve-table.horizontal td,
.reserve2-table.horizontal th,
.reserve2-table.horizontal td {
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

.reserve-table.horizontal th:last-child,
.reserve-table.horizontal td:last-child,
.reserve2-table.horizontal th:last-child,
.reserve2-table.horizontal td:last-child {
  border-right: none;
}

.reserve-content {
  margin: 30px 0 0;
  border: solid 2px #f6f6f6;
}
@media screen and (max-width:737px) {
  .reserve-content {
    margin-top: 20px;
  }
}

.reserve-content-number {
  width: 40px;
  padding: 16px;
  background: #eeecea;
  font-size: 14px;
}
@media screen and (max-width:737px) {
  .reserve-content-number {
    width: 24px;
    padding: 12px 6px;
    font-size: 12px;
  }
}

.reserve-inner {
  flex: 1;
  padding: 16px 20px;
  position: relative;
  background:#fff;
}

@media screen and (max-width:737px) {
  .reserve-inner {
    padding: 10px 14px;
  }
}

.reserve-cansel {
  width: 130px;
  position: absolute;
  top: 16px;
  right: 20px;
}
@media screen and (max-width:737px) {
  .reserve-cansel {
    width: 90px;
    top: 10px;
    right: 14px;
  }
}

.reserve-inner .reserve-table,
.reserve-inner .reserve2-table {
   margin: 20px 0 0;
}

.reserve-button__items {
  margin: 20px 0 0;
}

.reserve-button__item {
  width: 240px;
  margin: 0 0 0 auto;
}
@media screen and (max-width:737px) {
  .reserve-button__item {
    width: 100%;
  }
}

.shipping-top-button__container {
  margin: 30px 0 0;
}

.shipping-content p {
  font-size: 16px;
}
@media screen and (max-width:737px) {
  .shipping-content p {
    font-size: 14px;
  }
}

.shipping-content p.sm {
  font-size: 14px;
}
@media screen and (max-width:737px) {
  .shipping-content p.sm {
    font-size: 12px;
  }
}

.shipping-content p.mb1 {
  margin-bottom: 20px;
}

.shipping-tab__items {
  margin: 14px 0 0;
}

.shipping-tab__item {
  width: 425px;
  margin: 0 22px 0 0;
  padding: 10px;
  border: solid 2px #eeecea;
  cursor: pointer;
}
@media screen and (max-width:737px) {
  .shipping-tab__item {
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
  }
}

.shipping-tab__item:last-child {
  margin-right: 0;
}

.shipping-tab__item.current {
  background: linear-gradient(#ecbd55, #e5a71c);
  border-color: linear-gradient(#ecbd55, #e5a71c);
}

.shipping-tab-text {
  flex: 1;
}

.shipping-tab-text p {
  font-weight: bold;
  color: #0c985a;
  line-height: 1.4;
}

.shipping-tab-text p.sm {
  margin-top: 4px;
}

.shipping-tab__item.current p {
  color: #fff;
}

.shipping-tab-icon {
  width: 64px;
  margin: 0 14px 0 0;
}
@media screen and (max-width:737px) {
  .shipping-tab-icon {
    width: 50px;
  }
}

.shipping-tab__list {
  display: none;
  margin: 30px 0 0;
}
@media screen and (max-width:737px) {
  .shipping-tab__list {
    margin-top: 20px;
  }
}

.info-mail__content {
  margin: 20px 0 0;
  padding: 20px 20px 30px;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .info-mail__content {
    padding: 14px;
  }
}

.info-mail__container {
  margin: 20px 0 0;
}

.radio-button__container {
  font-size: 0;
}

.radio-button {
  display: inline-block;
  width: 240px;
  margin: 0 10px 0 0;
}
@media screen and (max-width:737px) {
  .radio-button {
    width: 48%;
    margin-right: 4%;
  }
}

.radio-button:last-child {
  margin-right: 0;
}

.radio-button span {
  display: block;
  width: 100%;
  padding: 12px 0;
  position: relative;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: #0c985a;
  text-align: center;
  border: solid 2px #eeecea;
  cursor: pointer;
}
@media screen and (max-width:737px) {
  .radio-button span {
    font-size: 14px;
  }
}
@media screen and (max-width:340px) {
  .radio-button span {
    font-size: 12px;
  }
}

.radio-button span:before {
  content: "";
  display: inline-block;
  width: 14px;
}
@media screen and (max-width:737px) {
  .radio-button span:before {
    width: 20px;
  }
}

.radio-button span:after {
  content: "";
  display: block;
  left: 14px;
  width: 14px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #fff;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .radio-button span:after {
    left: 6px;
    width: 10px;
    height: 10px;
  }
}

.radio-button-input:checked + span {
  background: linear-gradient(#ecbd55, #e5a71c);
  color: #fff;
}
.radio-button-input:checked + span:after {
  background-image: url(../image/check_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
@media screen and (max-width:737px) {
  .radio-button-input:checked + span:after {
    background-size: 10px;
  }
}

.select-input:checked + .select-method-button,
.select-input:checked + .button {
  background: linear-gradient(#ecbd55, #e5a71c);
  color: #fff;
}

.sub-title {
  margin: 30px 0 10px;
  padding: 16px 10px;
  background: #e3ded8;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width:737px) {
  .sub-title {
    margin-top: 20px;
    padding: 10px 8px;
    font-size: 14px;
  }
}

.sub-title span {
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width:737px) {
  .sub-title span {
    font-size: 10px;
  }
}

.shipping-table__container {
  margin: 10px 0 0;
}

.settlement__contnet {
  margin: 0 0 30px;
}
@media screen and (max-width:737px) {
  .settlement__contnet {
    margin-bottom: 20px;
  }
}

.payment__container {
  margin: 10px 0 0;
}

.payment-card-image {
  width: 506px;
  max-width: 100%;
  margin: 10px 0 0;
}

.settlement-form__contnet {
  margin: 30px 0;
}
@media screen and (max-width:737px) {
  .settlement-form__contnet {
    margin: 0;
  }
}

.settlement-form__contnet p.mt1 {
  margin-top: 10px;
}

.settlement-form__contnet .form-heading {
  width: 220px;
}

.settlement-form__contnet .form-heading.mt1 {
  margin-top: 12px;
}
@media screen and (max-width:737px) {
  .settlement-form__contnet .form-heading.mt1 {
    margin-top: 0;
  }
}

.security-code__container {
  align-items: flex-start;
}
@media screen and (max-width:737px) {
  .security-code__container {
    display: block;
  }
}

.security-code-image {
  max-width: 272px;
  margin: 0 0 0 30px;
}
@media screen and (max-width:737px) {
  .security-code-image {
    margin: 10px 0 0;
  }
}

.confirm-table-content {
  margin: 30px 0 0;
}

.exchange-button__container {
  width: 240px;
  margin: 10px auto 0;
}

.seat-list-content {
  margin: 30px 0 0;
  padding: 30px;
  border: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .seat-list-content {
    display: block;
    margin-top: 20px;
    padding: 20px;
  }
}

.seat-list-content p {
  font-size: 16px;
}
@media screen and (max-width:737px) {
  .seat-list-content p {
    font-size: 14px;
  }
}

.seat-list-l {
  margin: 0 20px 0 0;
  padding: 0 40px 0 0;
  border-right: solid 2px #eeecea;
}
@media screen and (max-width:737px) {
  .seat-list-l {
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-right: none;
    border-bottom: solid 2px #eeecea;
  }
}

.seat-list__situation {
  margin: 30px 0 0;
}
@media screen and (max-width:737px) {
  .seat-list__situation {
    display: block;
  }
}

.situation-items {
  margin: 0 0 0 auto;
}
@media screen and (max-width:737px) {
  .situation-items {
    margin: 10px 0 0;
  }
}

.situation-item {
  margin: 0 16px 0 0;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #746151;
}
@media screen and (max-width:737px) {
  .situation-item {
    margin-right: 8px;
    font-size: 12px;
  }
}

.situation-item:after {
  content: "／";
  display: inline-block;
  margin: 0 0 0 16px;
}
@media screen and (max-width:737px) {
  .situation-item:after {
    margin-left: 8px;
  }
}

.situation-item:last-child {
  margin: 0;
}

.situation-item:last-child:after {
  content: none;
}

.sea-list-table__container {
  margin: 10px 0 0;
  position: relative;
}

.seat-list-table-conent-l {
  width: 206px;
  z-index: 2;
}
@media screen and (max-width:737px) {
  .seat-list-table-conent-l {
    width: 60%;
  }
}

.seat-list-table-conent-r {
  width: 730px;
  overflow-x: hidden;
  z-index: 1;
}
@media screen and (max-width:737px) {
  .seat-list-table-conent-r {
    width: 40%;
  }
}

.seat-list-table {
  position: relative;
  left: 0;
  border-bottom: solid 2px #eeecea;
}

.seat-list-table thead {
  background: #eeecea;
}

.seat-list-table tbody tr {
  background: #fff;
}

.seat-list-table tbody tr:nth-child(2n) {
  background: #f6f5f4;
}

.seat-list-table th,
.seat-list-table td {
  padding: 12px 8px;
  font-size: 14px;
  line-height: 1.6;
}
.seat-list-table th {
  text-align: center;
}
.seat-list-table td {
  text-align: left;
}
@media screen and (max-width:737px) {
  .seat-list-table th,
  .seat-list-table td {
    padding: 10px 8px;
    font-size: 14px;
  }
}

.seat-list-table th {
  border-right: solid 2px #fff;
}

.seat-list-table-conent-l th:first-child {
  border-left: solid 2px #eeecea;
}

.seat-list-table-conent-r th:last-child {
  border-right: solid 2px #eeecea;
}

.seat-list-table td {
  border-right: solid 2px #eeecea;
}

.seat-list-table-conent-l td:first-child {
  border-left: solid 2px #eeecea;
}

.seat-list-table__button {
  width: 730px;
  margin: 0 0 0 auto;
  font-size: 18px;
  justify-content: space-between;
}
@media screen and (max-width:737px) {
  .seat-list-table__button {
    width: 40%;
  }
}

.seat-list-table__button a {
  color: #0c985a;
}

.seat-list-table__button a:hover {
  opacity: 0.4;
  transition: 0.3s;
}
@media screen and (max-width:737px) {
  .seat-list-table__button a:hover {
    opacity: 1;
  }
}

.seat-list-table__button .link1,
.seat-list-table__button .link2 {
  width: 25px;
  height: 30px;
  position: relative;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
   -webkit-touch-callout: none;
}

.seat-list-table__button .link1:before,
.seat-list-table__button .link2:before {
  content: "";
  display: block;
  width: 25px;
  height: 30px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
   -webkit-touch-callout: none;
}

.seat-list-table__button .link1:before {
  background: url(../image/list_left_arrow.jpg) no-repeat center;
  background-size: 17px 22px;
}

.seat-list-table__button .link2:before {
  background: url(../image/list_right_arrow.jpg) no-repeat center;
  background-size: 17px 22px;
}



/**********

 footer

**********/

.footer {
  padding: 40px 0 76px;
  background: url(../image/footer_bg.jpg) repeat-x;
}
@media screen and (max-width:737px) {
  .footer {
    margin: 0;
    padding: 10px 0 53px;
  }
}


.footer-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-nav__item {
  margin: 0 12px;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width:737px) {
  .footer-nav__items {
    width: 260px;
    margin: 0 auto;
  }
  .footer-nav__item {
    font-size: 12px;
    margin: 0 22px 0 0;
    word-break: break-all;
  }
  .footer-nav__item:nth-of-type(2),
  .footer-nav__item:last-of-type {
    margin-right: 0;
  }
}

.footer-nav__item:after {
  content: "";
  width: 1px;
  height: 13px;
  margin: auto;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -12px;
}

.footer-nav__item:last-child:after {
  content: none;
}

.footer-nav__item a {
  color: #fff;
}

.footer-nav__item a:hover {
  text-decoration: underline;
}

.copyright__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 0;
}
@media screen and (max-width:737px) {
  .footer-nav__item:nth-of-type(2):after {
    display: none;
  }
  .copyright__container {
    display: block;
    margin: 30px 0 0;
    text-align: center;
  }
}

.footer-logo {
  width: 40px;
  margin: 0 10px 0 0;
}
@media screen and (max-width:737px) {
  .footer-logo {
    display: inline-block;
    margin: 0;
  }
}

.copyright {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  color: #fff;
}
@media screen and (max-width:737px) {
  .copyright {
    margin: 10px 0 0;
    font-size: 10px;
  }
}

.link1 img,
.link2 img {
  width: 50%;
}

/* select block styles */
.select-map {
    position: relative;
    margin: 0 auto;
    padding: 24px;
    border: 3px solid #e3e3e3;
}

.select-map .arrow-select-map {
    position: absolute;
    right: 0;
    top: -47px;
    width: 27px;
}

.select-map .arrow-select-map img {
    width: 100%;
}

.select-map .zoom-map {
    height: 450px;
    box-sizing: border-box;
    overflow: hidden;
}

@media screen and (max-width:737px) {
  .select-map .zoom-map {
      height: 450px;
  }
}

.select-map .zoom-map .block-arrow {
    position: absolute;
}

.select-map .zoom-map .block-arrow img {
    width: 100%;
}

.select-map .zoom-map .arrow-top, .select-map .zoom-map .arrow-bottom {
    left: 0;
    right: 0;
    margin: auto;
    width: 52px;
}

.select-map .zoom-map .arrow-left, .select-map .zoom-map .arrow-right {
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 52px;
}

.select-map .zoom-map .arrow-top {
    top: 3px;
}

.select-map .zoom-map .arrow-left {
    left: 3px;
}

.select-map .zoom-map .arrow-right {
    right: 3px;
}

.select-map .zoom-map .arrow-bottom {
    bottom: 3px;
}

.select-map .zoom-map .map {
    margin: 0 auto;
    width: 222px;
}

#seat-select-block {
  width: 453px;
}

@media screen and (max-width:737px) {
  #seat-select-block {
    width: auto;
  }
}

#stage-wrapper {
  position: relative;
  width: 385px;
  height: 450px;
}

@media screen and (max-width:737px) {
  #stage-wrapper {
    position: relative;
    width: 200px;
    height: 350px;
  }
}

#stage {
    margin: 0;
    width: 200px;
    height: 350px;
    background-color: #ffffff;
}

#stage img {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: 1000;
}

#stage-blocks {
    position: absolute;
    top: 0;
    left: 0;
}
.sponly {
  display: none !important;
}
.login-button__item-open .accordion-content {
  display: block;
}
.login-button__item-open .arrow-b-w > .button:after {
  background: url(../image/arrow_top_white.png) no-repeat;
  background-size: 16px 10px;
}
@media screen and (max-width:737px) {
  .sponly {
    display: block !important;
  }
  .pconly {
    display: none !important;
  }
  input,
  select,
  textarea {
    /* 選択時、拡大表示なし */
      font-size: 16px !important
  }
  .login-button__item-open .arrow-b-w > .button:after {
    background-size: 12px 7px;
  }
}
/* スマホ横向き時のスクロール制御 */
.noscroll {
  position: fixed;
  overflow-y: scroll;
}

.list_disc {
  margin-left: 10px;
  margin-top: 10px;
}

.list_disc > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.list_disc > li:before {
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  background: #323232;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.list_disc > li:last-child {
  margin-bottom: 0;
}

.list_circle {
  margin-left: 10px;
  margin-top: 10px;
}

.list_circle > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.list_circle > li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  border: #333 2px solid;
  position: absolute;
  top: 10px;
  left: 0;
}

.list_circle > li:last-child {
  margin-bottom: 0;
}

.list_number {
  margin-top: 10px;
}

.list_number > li {
  margin-bottom: 5px;
  position: relative;
  margin-left: 20px;
  list-style: decimal;
  font-size: 14px;
  line-height: 1.6;
}

.list_number > li:last-child {
  margin-bottom: 0;
}

.list_none > li {
  text-indent: -1.3em;
  margin-bottom: 5px;
  position: relative;
  margin-left: 20px;
  list-style: none;
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 737px) {
  .list_disc > li:before {
    top: 10px;
  }
  .list_circle > li:before {
    top: 8px;
  }
  .list_disc > li,
  .list_none > li,
  .list_circle > li,
  .list_number > li {
    font-size: 12px;
  }
}

.attention-color {
  color: #B54555;
}

.attention02-color {
  color: #0c985a;
}

.form_err {
  background: pink;
}

.index-text {
  line-height: 1.5;
  text-align: center;
  font-size: 26px;
  margin: 25px 0 0;
}

.info-button__item {
  display: none;
}

.info-block {
  margin: 0 0 20px;
  padding: 18px 28px;
  background-color: #F9F8F7;
  border: solid 2px#ECE9E7;
  box-shadow: 0 0 0 2px #fff inset;
}

.info-block-heading {
  font-size: 18px;
  color: #8A7B17;
  padding-bottom: 20px;
  border-bottom: solid 2px #E2D7D7;
  margin-bottom: 15px;
}

.info-block-text:nth-of-type(n + 3) {
  display: none;
}

.info-block-text {
  margin-bottom: 20px;
}

.info-block-text:last-child {
  margin-bottom: 0;
}

.info-block-text h3 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.info-block-text p {
  margin-bottom: 10px;
}

.info-block-text p:last-of-type {
  margin-bottom: 0;
}

.button-m {
  margin: 20px 0;
}

.button-mt {
  margin-top: 20px;
}

.button-mb {
  margin-bottom: 20px;
}

.hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: #EBE8E6;
  margin: 30px 0;
}

.button-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.button-pos .button {
  width: 240px;
}

.table-content-mw480 {
  max-width: 480px;
  margin: 0 auto;
}

.table-content-mw480 table {
  width: 100%;
}

.container .text-left {
  text-align: left;
}

@media screen and (max-width: 737px) {
  .button-pos {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .index-text {
    font-size: 12px;
    margin: 13px 0 13px;
    font-weight: bold;
  }

  .v-table {
    white-space: normal;
    width: auto;
  }

  .hr {
    height: 2px;
    margin: 15px 0;
  }

  .info-block {
    padding: 12px 12px;
  }

  .info-block-heading {
    font-size: 10px;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }

  .info-block-text h3 {
    font-size: 14px;
  }

  .info-block-text p {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .info-block-text p:last-of-type {
    margin-bottom: 0;
  }
}

/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

.responsive-table {
  width: 100%;
}

table.bt {
  width: 250px;
  margin: 15px auto;
  border: none;
}

table.bt th,
table.bt td {
  text-align: left;
}

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  padding: 0;
  /* IE 9 */
  float: left\9;
  width: 100% !important;
  border-left: none !important;
}

table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) " ";
  display: flex;
  align-items: center;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 105px;
  background-color: #eeecea;
  padding: 5px 3px;
  border-bottom: 2px solid #fff;
  color: #746151;
  box-sizing: border-box;
}

table.bt tfoot th:last-of-type::before,
table.bt tfoot td:last-of-type::before,
table.bt tbody td:last-of-type::before {
  border-bottom: none;
}


table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  width: 100%;
  display: block;
  padding: 5px 5px;
  border-bottom: 2px solid #eeecea;
}

table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type .bt-content {
  border-bottom: none;
}

table.bt tr {
  display: block;
  margin-bottom: 20px;
}

table.bt tr:last-of-type {
  margin-bottom: 0;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none;
}

.calendar {
  display: flex;
  width: calc(934px - 3px * 7);
  margin: 0 auto;
  flex-wrap: wrap;
  overflow: hidden;
}

.calendar-title {
  display: table;
  font-size: 20px;
  font-weight: bold;
  color: #907A30;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.calendar-description {
  position: relative;
}

.calendar-cell {
  width: 133px;
  font-size: 16px;
  font-weight: bold;
  border: solid 3px #fff;
  margin-top: -3px;
  margin-left: -3px;
}

.calendar-date {
  display: flex;
  height: 40px;
  justify-content: center;
  align-items: center;
  background-color: #a9a9a9;
  color: #fff;
}

.calendar-sat {
  background-color: #7DA5D5;
}

.calendar-sun {
  background-color: #E97364;
}

.calendar-cell-num {
  display: flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #746151;
}

.calendar-cell-content {
  min-height: 48px;
  height: 100%;
  background-color: #EEECEA;
  padding: 6px;
}

.calendar-cell-col1 {
  display: flex;
  justify-content: center;
}

.calendar-cell-col1-item {
  display: flex;
  width: 113px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.calendar-cell-col2 {
  display: flex;
  justify-content: space-between;
}

.calendar-cell-col2-item {
  display: flex;
  width: 56px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.calendar-cell-col3 {
  display: flex;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.calendar-cell-col3-item {
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-bottom: 4px;
}


.calendar-cell-col3-item:nth-last-child(-n + 3) {
  margin-bottom: 0;
}

.calendar .seat-on {
/*  background: linear-gradient(#2b9ae1, #0066db);*/
  background: linear-gradient(#6cb6e5, #006994);

}

.calendar .seat-off {
  background: linear-gradient(#deb0b5, #d2939a);
}

.calendar .seat-none {
  background-color: #98999A;
}
.accordion-content {
  color: #746151;
}

.calendar-form {
  background-color: #fff;
  padding: 20px 40px 30px;
  border: solid 2px #eeecea;
}

.calendar-form-header {
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-bottom: 20px;
}

.calendar-form-content {
  padding: 0 55px 20px;
  font-weight: bold;
}

.calendar-form-list {
  width: 25%;
  margin-bottom: 20px;
}

.calendar-form-header span {
  font-size: 12px;
}

.calendar-form input[type="date"] {
  font-size: 16px;
  color: #746151;
}

.calendar-form input[type="checkbox"] {
  margin-right: 5px;
}

.calendar-form-wrapper label {
  font-size: 16px;
  font-weight: bold;
}

.calendar-form-label {
  margin-right: 20px;
}

.calender-form-btn {
  display: flex;
}

.calender-form-btn > div {
  width: 50%;
}

.container .content-button-item > .button {
  font-size: 17px;
  padding: 7px 15px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.block-arrow {
  display: none;
}

.pc-center {
  text-align: center;
}

.th-color {
  background-color: #70A65B !important;
  color: #fff !important;
}

.arrow-l-1.c7 > a {
  color: #2C6614 !important;
}

.arrow-l-1.c7 > a:after {
  background: url(../image/arrow_left_2.png) no-repeat !important;
}

.arrow-r-1.c7 > a {
  color: #2C6614 !important;
}

.arrow-r-1.c7 > a:after {
  background: url(../image/arrow_right_2.png) no-repeat !important;
}

.before-none:before {
  display: none !important;
}

.bt-content {
  display: inline-block;
  text-align: left;
}

.custom-table-layout thead th:nth-of-type(1) {
  border-bottom: none;
}

.custom-table-layout tbody td:nth-of-type(1) {
  background: #eeecea;
  color: #746151;
  font-weight: bold;
  border-top: 2px solid #fff;
}
.unique-th {
  width:60px;
  border-left: solid 2px #fff;
  background: #d4d4d4;
}
.done_table {
  table-layout: fixed;
}
.done_table th:nth-of-type(1),
.done_table th:nth-of-type(3) {
  width: 130px;
}
.done_table th:nth-of-type(5) {
  width: 200px;
}
@media screen and (max-width: 737px) {
  .done_table th:nth-of-type(1),
  .done_table th:nth-of-type(3) {
    width: auto;
  }
  .done_table th:nth-of-type(5) {
    width: auto;
  }
  .calendar {
    width: auto;
  }
  .calendar-cell {
    width: 100%;
    margin-bottom: 25px;
    border: none;
  }
  .calendar-cell-num {
    justify-content: flex-start;
    padding-left: 10px;
    font-size: 14px;
    background-color: #d6d17d;
  }
  .calendar-cell-content {
    padding: 17px;
    border: solid 2px #EEECEA;
    font-size: 14px;
    background-color: #EEECEA;
  }
  .calendar-cell-col1-item {
    width: calc(50% - 11px);
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  .calendar-cell-col2-item {
    width: calc(50% - 11px);
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
  .calendar-cell-col3-item {
    width: calc(33% - 4px);
    display: block;
    text-align: center;
    height: auto;
    padding: 8px 0;
    margin-bottom: 5px;
  }
  .calendar .seat-on:after {
    display: block;
    content: '○';
    margin-top: 8px;
  }
  .calendar .seat-off:after,
  .calendar .seat-none:after {
    display: block;
    content: '×';
    margin-top: 8px;
  }

  .calendar-form {
    padding: 20px 20px 10px;
  }

  .calendar-form-header {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .calendar-form-content {
    padding: 0 0 20px;
  }

  .calendar-form-list {
    width: 31%;
    margin-bottom: 15px;
  }

  .calendar-form-header span {
    font-size: 10px;
  }

  .calendar-form input[type="date"] {
    font-size: 13px;
  }

  .calendar-form-wrapper label {
    display: inline-block;
    font-size: 13px;
  }

  .calender-form-btn > div {
    width: 100%;
    margin: 0 5px 15px;
  }

  .block-arrow {
    display: block;
  }

  .pc-center {
    text-align: left;
  }

  .bottom-button__item.left a:after {
    background-size: 7px 12px;
  }

  .modal-button__item * {
    height: 100%;
  }

  .modal-button__item a {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .small-text {
    font-size: 12px;
  }

  .arrow-l-1.c7 > a:after {
    background-size: 7px 12px !important;
  }

  .arrow-r-1.c7 > a:after {
    background-size: 7px 12px !important;
  }

  .sp_order01 { order: 1; }
  .sp_order02 { order: 2; }
  .sp_order03 { order: 3; }
  .sp_order04 { order: 4; }
  .sp_order05 { order: 5; }
  .sp_order06 { order: 6; }
  .sp_order07 { order: 7; }
  .sp_order08 { order: 8; }
  .sp_order09 { order: 9; }
  .sp_order10 { order: 10; }

  a:hover {
    opacity: 1 !important;
  }

  .custom-table-layout thead th:nth-of-type(1) {
    border-bottom: none;
  }

  .custom-table-layout tbody td:nth-of-type(1) {
    border-top: none;
  }
  .custom-table-layout tbody td:nth-of-type(1) .bt-content {
    border-left: 2px solid #fff;
  }
  .button-sp-left:before {
    width: 25px !important;
  }
  .unique-table {
    border-left: solid 2px #eeecea;
  }
  .unique-table th,
  .unique-table td {
    display: block;
    width: 100%;
    border: none;
  }
}

.long-text {
  font-size: 10px;
  text-align: center;
}

