@charset "UTF-8";
/* head部分 */
html {
  background: #000;
}

header {
  border-bottom: solid 1px #ccc;
  background: #151515;
}

header .header-right {
  font-size: 3.4vw;
  font-family: 'Hiragino Kaku Gothic ProN';
  color: #fff;
  font-weight: bold;
  line-height: 1;
}

header .header-left {
  color: #fff;
}

.tit {
  background: #151515;
}

.tit .headlogo {
  padding: 24px 0;
}

.tit .headlogo img {
  display: block;
  width: 60%;
  max-width: 450px;
  margin: 0 auto;
}

main .container {
  padding: 30px 0 60px;
  color: #fff;
  line-height: 1.5;
}

main .pagetittxt {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

main .read1 {
  font-size: 3vw;
}

main .error {
  margin: 0 auto 15px auto;
  font-size: 18px;
  color: #c11b2a;
  text-align: center;
}

main .formfield {
  margin: 0 auto;
  width: 90%;
  max-width: 800px;
}

main .botfield {
  margin: 35px auto 0;
  width: 90%;
  max-width: 800px;
}

footer {
  margin: 0;
  padding: 0;
}

footer #footer {
  padding: 0;
  background-color: #151515;
}

/* ----- ログイン ----- */
.form-wrapper {
  background: #151515;
  margin: 0 auto;
  padding: 0 1em;
  max-width: 400px;
}

.form-wrapper h1 {
  font-size: 4vw;
  text-align: center;
  margin-bottom: 30px;
}

.form-wrapper .form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-wrapper .form-item input {
  background: #151515;
  border: none;
  border-bottom: 2px solid #333;
  color: #fff;
  font-size: 1em;
  height: 50px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 100%;
}

.form-wrapper .form-item input::focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.form-wrapper .button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.form-wrapper .button-panel .button {
  background: #424242;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  width: 100%;
  border-radius: 25px;
  margin-bottom: 10px;
}

.form-wrapper .button-panel .button::hover {
  background: #222;
}

/* ----- メニュー ----- */
.menubox {
  width: 85%;
  max-width: 450px;
  margin: 0 auto;
}

.cupontxt {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.5;
}

.mymenubtn0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  height: 40px;
  text-decoration: none;
  color: #aaa;
  border: 1px solid #aaa;
}

.mymenubtn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  height: 40px;
  text-decoration: none;
  color: #151515;
  font-weight: bold;
  background: #fff;
}

.mymenubtn2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  height: 40px;
  text-decoration: none;
  color: #151515;
  font-weight: bold;
  background: #8b8989;
}

/* ----- 汎用入力フォーム ----- */
.formtable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.formtable tbody {
  width: 100%;
  max-width: 100%;
}

.formtable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 40px;
}

.formtable tr.line {
  border-bottom: dotted 1px #666;
  padding-bottom: 18px;
  margin-bottom: 22px;
}

.formtable tr.pay, .formtable tr.reserv {
  padding-bottom: 10px;
}

.formtable tr td.label {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.formtable tr td.label span {
  display: block;
}

.formtable tr td.label .pricetxt {
  font-size: 18px;
  font-weight: bold;
  text-align: right;
}

.formtable tr td.input {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: right;
}

.formtable tr td.input .inputnum {
  font-size: 18px;
  font-weight: bold;
}

.formtable tr td.conftxt {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  text-align: left;
}

.formtable input.text {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  width: 200px;
  max-width: 70%;
  padding: 10px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.formtable input.num {
  text-align: center;
  width: 150px;
}

.formtable .formselect {
  background-color: #fff;
  width: 55px;
  height: 40px;
  margin: 0 5px 0 3px;
  font-size: 16px;
  color: #000;
  border-radius: 0;
}

/* ----- 会員情報入力フォーム ----- */
.chnginfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 90%;
  margin: 0 auto;
}

.chnginfo tbody {
  max-width: 100%;
}

.chnginfo tbody tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  margin-bottom: 32px;
}

.chnginfo tbody tr td {
  /*					&:first-child {
						width: 200px;
						max-width: 100%;
						padding: 0;
					}
					&:nth-child(2) {
						width: 400px;
						padding-left: 0 !important;
					}*/
}

.chnginfo tbody tr td.col-sm-2 {
  margin-right: 16px;
}

.chnginfo tbody tr td.col-sm-4.radio {
  width: calc(100% - 216px);
  margin-left: auto;
}

.chnginfo tbody tr td.col-sm-4 input {
  width: auto;
  margin-right: 10px;
}

.chnginfo tbody tr td:first-child {
  width: 9em;
  max-width: 100%;
  padding: 0;
}

.chnginfo tbody tr td:nth-child(2) {
  width: 100%;
}

.chnginfo tbody tr td #short {
  margin-bottom: 0;
}

.chnginfo tbody tr td.row.spa-be {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
}

.chnginfo tbody tr td.col-sm-4.radio {
  width: 100%;
  margin-left: auto;
}

.chnginfo tbody tr td a.btn-square-little-rich1 {
  padding-top: 0;
  text-align: right;
  display: block;
  margin-bottom: 20px;
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.chnginfo tbody tr input {
  background: transparent;
  border: 1px solid #fff;
  width: 400px;
  max-width: 100%;
  padding: 10px 0 10px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}

.chnginfo tbody tr.col-re td:nth-child(2) {
  width: auto;
}

.chnginfo tbody tr .formselect {
  background-color: #fff;
  width: 55px;
  height: 40px;
  margin: 0 5px 0 3px;
  font-size: 16px;
  color: #000;
  border-radius: 0;
}

/* ----- 項目一覧 ----- */
.listtable {
  border-collapse: collapse;
  margin: 0;
  margin-top: 15px;
  padding: 0;
  table-layout: fixed;
  width: 100%;
  border: 2px solid #333;
  /* 	th {
		padding: 3px 5px;
		border-right: 1px solid #333;
		font-size: .85em;
		font-weight: normal;
		text-align: center;
	} */
}

.listtable tr {
  width: 100%;
  background-color: #151515;
  border-bottom: 1px solid #333;
}

.listtable th, .listtable td {
  padding: 3px 5px;
  border-right: 1px solid #333;
  font-size: .85em;
  font-weight: normal;
  text-align: center;
}

.listtable th.no, .listtable td.no {
  width: 33px;
}

.listtable th.bot, .listtable td.bot {
  width: 87px;
}

.listtable th.bot .chgbot, .listtable td.bot .chgbot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 70px;
  height: 35px;
  margin: 8px 3px 0;
  background: #fff;
  color: #151515;
  font-size: 14px;
}

.listtable th.bot .cslbot, .listtable td.bot .cslbot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 70px;
  height: 35px;
  margin: 8px 3px 8px;
  color: #aaa;
  border: 1px solid #aaa;
  font-size: 13px;
  line-height: 1;
  letter-spacing: -.1em;
}

.listtable thead tr {
  background-color: #2a2a2a;
  color: #fff;
}

.listtable tbody th {
  background: #2a2a2a;
  color: #fff;
}

/* ----- 入力ボタン ----- */
.botfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}

.botfield .formbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 140px;
  height: 40px;
  margin: 0 10px;
}

.botfield .submitbtn {
  color: #151515;
  background: #fff;
}

.botfield .submitbtnS {
  color: #151515;
  background: #fff;
  width: 80px;
}

.botfield .backbtn {
  color: #aaa;
  border: 1px solid #aaa;
}

.botfield .backbtnL {
  color: #aaa;
  border: 1px solid #aaa;
  width: 300px;
}

.botfield .day {
  color: #aaa;
  border: 1px solid #aaa;
  width: 170px;
  font-size: 16px;
  color: #000;
}

.botfield .menubtn {
  color: #151515;
  background: #fff;
  width: 300px;
}

.endmsg {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  font-size: 3.73vw;
  text-align: left;
}

@media (min-width: 981px) {
  main .container {
    padding: 30px 0 100px;
  }
  header .header-right {
    font-size: 20px;
  }
  .form-wrapper h1 {
    font-size: 30px;
  }
  .endmsg {
    font-size: 16px;
  }
  table.listtable {
    width: 700px;
    margin: 30px auto;
  }
  table.listtable tr th, table.listtable tr td {
    padding: 1em 10px 1em 1em;
  }
  table.listtable tr th.no, table.listtable tr td.no {
    width: 50px;
    padding: 1em 2px 1em 2px;
  }
  table.listtable tr th.bot, table.listtable tr td.bot {
    width: 105px;
  }
  .chnginfo tbody tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .chnginfo tbody tr td:first-child {
    width: 200px;
    max-width: 100%;
    padding: 0;
  }
  .chnginfo tbody tr td:nth-child(2) {
    width: 400px;
    padding-left: 0 !important;
  }
  .chnginfo tbody tr td.radio {
    padding-left: 200px;
  }
}

/*# sourceMappingURL=mypage_style.css.map */
