---------------------------------------------*/
#header-logo img[src$=".svg"],
#header-logo img[src$=".svgz"] {
  width: 100%;
}

.taiken-ttl {
  background-position: top center;
  background-size: auto;
  background-repeat: repeat-y;
  background-image: url(https://www.p-a.jp/spiral/reservation/images/bg.png);
  overflow: hidden;
  margin-top: 7em;
}

.path {
  margin: 0 auto;
  padding: 15px 0 0;
  width: 1268px;
  height: 57px;
  font-size: 11px;
}
.path a {
  color: #000;
}

#footer {
  padding: 50px 0 24px;
}

.form-inner {
  margin: 100px auto 70px;
  /*width: 960px;*/
  font-size: 16px;
  line-height: 1.6;
  padding: 0px 15px;
}
.form-inner--sorry {
  margin: 50px auto 70px;
}

/* ページタイトル*/
.main_ttl {
  display: block;
}
.main_ttl-inner {
  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;
}
.main_ttl-inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  width: 68px;
  height: 68px;
}
.main_ttl-inner .img img {
  width: 100%;
  height: auto;
}
.main_ttl-inner .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-weight: bold;
  font-size: 36px;
  color: #A08046;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main_ttl-inner .ttl {
    padding-top: 0.25em;
  }
}
.main_ttl-inner .ttl .msg {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.main_ttl .svg_ribbon {
  position: relative;
  margin-top: -20px;
  opacity: 0;
  font-size: 0;
  line-height: 0;
}
.main_ttl .svg_ribbon.is-active {
  opacity: 1;
}
.main_ttl .svg_ribbon #ribbon_01_01,
.main_ttl .svg_ribbon #ribbon_01_02 {
  position: absolute;
  width: 53%;
}
.main_ttl .svg_ribbon #ribbon_01_01 .cls-1,
.main_ttl .svg_ribbon #ribbon_01_02 .cls-1 {
  fill: none;
  stroke: #c51f10;
  stroke-width: 1px;
  fill-rule: evenodd;
}
.main_ttl .svg_ribbon #ribbon_01_02 {
  left: 50%;
}
.main_ttl .svg_ribbon #ribbon_02_01 {
  width: 50%;
  margin-left: -50px;
}
.main_ttl .svg_ribbon #ribbon_02_01 .cls-1 {
  fill: none;
  stroke: #c51f10;
  stroke-width: 1px;
  fill-rule: evenodd;
}
.main_ttl .svg_ribbon #ribbon_02_02 {
  position: absolute;
  width: 83px;
  height: 29px;
  left: 50%;
  bottom: 0;
  margin-left: -64px;
  margin-bottom: -8px;
}
.main_ttl .svg_ribbon #ribbon_02_02 .cls-1 {
  fill: none;
  stroke: #ba2521;
  stroke-miterlimit: 10;
}
.main_ttl .svg_ribbon #ribbon_02_03 {
  position: absolute;
  width: 50%;
  left: 50%;
  margin-left: 75px;
  margin-bottom: -2px;
}
.main_ttl .svg_ribbon #ribbon_02_03 .cls-1 {
  fill: none;
  stroke: #c51f10;
  stroke-width: 1px;
  fill-rule: evenodd;
}
.main_ttl .svg_ribbon #ribbon_02_04,
.main_ttl .svg_ribbon #ribbon_02_05 {
  display: none;
  position: absolute;
  width: 61px;
  height: 36px;
  left: 50%;
  bottom: -12px;
  margin-left: 15px;
}
.main_ttl .svg_ribbon #ribbon_02_04 .cls-1,
.main_ttl .svg_ribbon #ribbon_02_04 .cls-2,
.main_ttl .svg_ribbon #ribbon_02_05 .cls-1,
.main_ttl .svg_ribbon #ribbon_02_05 .cls-2 {
  fill: none;
  stroke: none;
}
.main_ttl .svg_ribbon #ribbon_02_04 .cls-1,
.main_ttl .svg_ribbon #ribbon_02_05 .cls-1 {
  stroke-miterlimit: 10;
}
.main_ttl .svg_ribbon #ribbon_02_04 .cls-2,
.main_ttl .svg_ribbon #ribbon_02_05 .cls-2 {
  stroke-linejoin: bevel;
}
.main_ttl .svg_ribbon.is-finish #ribbon_02_04,
.main_ttl .svg_ribbon.is-finish #ribbon_02_05 {
  display: block;
}
.main_ttl .svg_ribbon.is-finish #ribbon_02_04 .cls-1,
.main_ttl .svg_ribbon.is-finish #ribbon_02_04 .cls-2 {
  stroke: #c51f10;
}
.main_ttl .svg_ribbon #ribbon_02_05 .cls-1,
.main_ttl .svg_ribbon #ribbon_02_05 .cls-2 {
  stroke: #FFF;
  stroke-width: 2px;
}

@media all and (-ms-high-contrast: none) {
  .main_ttl .svg_ribbon #ribbon_02_02 {
    margin-bottom: -9px;
  }

  .main_ttl .svg_ribbon #ribbon_02_04,
.main_ttl .svg_ribbon #ribbon_02_05 {
    bottom: -12px;
  }
}
/* 見出し */
.headline {
  font-size: 20px;
  font-weight: bold;
  color: #A08046;
  padding-bottom: 8px;
  border-bottom: 2px solid #A08046;
  margin-bottom: 20px;
}

.subline {
  margin-bottom: 18px;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-left: 4px solid #A08046;
}

/* フロー */
.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 35px;
}
.flow-list .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 227px;
  background-color: #F1F1F1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  margin-right: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flow-list .list-item {
    padding-top: 0.25em;
  }
}
.flow-list .list-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 10px;
  border-color: transparent transparent transparent #F1F1F1;
}
.flow-list .list-item:last-child {
  width: 237px;
  margin-right: 0;
}
.flow-list .list-item:last-child:before {
  content: none;
  display: none;
}
.flow-list .list-item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-grid-column-align: center;
      justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
.flow-list .list-item .num {
  font-family: "arial";
  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-right: 7px;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  color: #666;
  background-color: #fff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .flow-list .list-item .num {
    margin-top: -0.25em;
  }
}
.flow-list .list-item.is-current {
  background-color: #666;
}
.flow-list .list-item.is-current:before {
  border-color: transparent transparent transparent #666;
}
.flow-list .list-item.is-current .ttl {
  color: #fff;
}
.flow-list .list-item.is-current .num {
  background-color: #fff;
}

/* 表 */
.table-base {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  table-layout: fixed;
}
.table-base th, .table-base td {
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE;
  border-right: none;
  border-left: none;
  text-align: left;
}
.table-base th {
  padding: 16px;
  width: 310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  background-color: #E3DCCF;
  vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-base th {
    padding: 19px 16px 13px;
  }
}
.table-base td {
  padding: 8px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-base td {
    padding: 12px 8px 8px;
  }
}
.table-base .table-note {
  display: block;
  margin-top: 10px;
  font-weight: normal;
}
.table-base.linking {
  margin-bottom: -1px !important;
}
.table-base.area th {
  padding: 8px;
  width: 120px;
  vertical-align: middle;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-base.area th {
    padding: 14px 8px 2px;
  }
}
.table-base.area td {
  padding: 8px;
}

/* ボタン */
.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-area .btn-item {
  width: 320px;
  margin-left: 30px;
}
.btn-area .btn-item:first-child {
  margin-left: 0;
}

.btn {
  font-size: 18px;
}
.btn a {
  position: relative;
  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;
  width: 100%;
  height: 60px;
  background-color: #f1f1f1;
  text-decoration: none;
  font-weight: bold;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn a {
    padding-top: 0.3em;
  }
}
.btn a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.btn a:hover {
  background-color: #ccc;
}
.btn-back a::before {
  left: 20px;
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
.btn-submit {
  position: relative;
  display: block;
}
.btn-submit::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-submit input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  border: none;
  background-color: #A08046;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-submit input[type=submit]::-webkit-search-decoration {
  display: none;
}
.btn-submit input[type=submit]::focus {
  outline-offset: -2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-submit input[type=submit] {
    padding: 0.3em 0 0 !important;
  }
}
.btn-submit input[type=submit]:hover {
  cursor: pointer;
  background-color: #486D94;
}

/* 注釈 */
.note-txt {
  font-size: 12px;
  line-height: 1.4;
}
.headline .note-txt {
  color: #000;
  font-weight: normal;
}

.note-list .list-item {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 0.75em;
  padding-left: 1em;
}
.note-list .list-item:first-child {
  margin-top: 0;
}
.note-list .list-item.note:before {
  content: "※";
  margin-left: -1em;
}
.note-list .list-item.dot:before {
  content: "・";
  margin-left: -1em;
}
.note-list.table-note .list-item {
  font-size: 10px;
  margin-top: 0;
}

/**
* input
*/
/* リード部分
---------------------------------------------*/
.lead-area {
  text-align: center;
  margin-bottom: 40px;
}
.lead-area .msg {
  display: inline-block;
  margin-top: 20px;
  padding: 0.5em 0;
  border-top: 2px solid #C51F10;
  border-bottom: 2px solid #C51F10;
  font-size: 16px;
  font-weight: bold;
  color: #C51F10;
}
.lead-area .attention {
  margin-top: 20px;
  color: #C51F10;
  font-size: 12px;
  line-height: 1.4;
}
.lead-area .img {
  margin-top: 30px;
  width: 100%;
}
.lead-area .img img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* フォーム上テキストエリア
---------------------------------------------*/
.form-lead {
  margin-bottom: 20px;
}

/* フォーム下テキストエリア
---------------------------------------------*/
.info-area {
  font-size: 14px;
  text-align: center;
}
.info-area .link {
  margin-top: 10px;
}
.info-area .agree-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.info-area .agree-area .agree-box {
  margin-right: 4px;
}
.info-area .agree-area .agree-box .agree-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 60px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  background-color: #A08046;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-area .agree-area .agree-box .agree-btn {
    padding-top: 0.25em;
  }
}
.info-area .agree-area .agree-box .agree-btn:hover {
  cursor: pointer;
  opacity: 0.5;
}
.info-area .agree-area .submit-box .is-hide {
  display: none;
}
.info-area .agree-area .submit-box .unsubmit-btn .btn-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 320px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #A08046;
  color: #C51F10;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-area .agree-area .submit-box .unsubmit-btn .btn-inner {
    padding-top: 0.25em;
  }
}
.info-area .agree-area .submit-box .unsubmit-btn .btn-inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.info-area .agree-area .submit-box .submit-btn {
  position: relative;
}
.info-area .agree-area .submit-box .submit-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.info-area .agree-area .submit-box .submit-btn input[type=submit] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 320px;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  border: none;
  background-color: #A08046;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-sizing: border-box;
}
.info-area .agree-area .submit-box .submit-btn input[type=submit]::-webkit-search-decoration {
  display: none;
}
.info-area .agree-area .submit-box .submit-btn input[type=submit]::focus {
  outline-offset: -2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-area .agree-area .submit-box .submit-btn input[type=submit] {
    padding-top: 0.25em;
  }
}
.info-area .agree-area .submit-box .submit-btn input[type=submit]:hover {
  cursor: pointer;
  background-color: #486D94;
}

.aside-area {
  margin-top: 50px;
  font-size: 14px;
}
.aside-area .txt-box {
  margin-top: 20px;
}
.aside-area .txt-box .ttl {
  font-weight: bold;
}
.aside-area .txt-box .txt-list .list-item {
  line-height: 1.4;
  padding-left: 1em;
}
.aside-area .txt-box .txt-list .list-item:before {
  content: "・";
  margin-left: -1em;
}

/* 来店店舗
---------------------------------------------*/
.area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.area-list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  margin-right: 8px;
}
.area-list .list-item:nth-child(n+8) {
  margin-top: 8px;
}
.area-list .list-item label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 0;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  color: #A08046;
  background-color: #F9F5E4;
  border: 1px solid #EEE;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .area-list .list-item label {
    padding: 6px 0 2px;
  }
}
.area-list .list-item label:hover {
  cursor: pointer;
  opacity: 0.5;
}
.area-list .list-item label.small {
  font-size: 14px;
}
.area-list .list-item input[type=checkbox],
.area-list .list-item input[type=radio] {
  display: none;
}
.area-list .list-item input[type=checkbox]:checked + label,
.area-list .list-item input[type=radio]:checked + label {
  background-color: #486D94;
  color: #fff;
}

