@charset "utf-8";

* {
  -moz-box-sizing: inherit;
       box-sizing: inherit
}

p, span {
  line-height: 1.5em;
}

:after, :before {
  -moz-box-sizing: inherit;
       box-sizing: inherit
}

/* base */
body {
  line-height: 1;
  min-width: 320px;
  margin: 0 auto;
  position: relative;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.h-navi-logout-white, .h-navi-logout {
  display: none !important;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink),
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink),
  a.sp-replace-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border: 1px #AAAAAA solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DFDFDF));
  background: -webkit-linear-gradient(top, #FFFFFF, #DFDFDF);
  background: linear-gradient(180deg, #FFFFFF, #DFDFDF);
  border-radius: 5px;
  padding: 5px;
  text-decoration: none;
  color: #253f59;
  text-align: center;
  margin: 2px 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  height: 3em;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink).kk0390-changeLink,
:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink).kk0390-changeLink,
a.sp-replace-btn {
  font-size: 12px;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink).sp-replace-btn-red,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink).sp-replace-btn-red,
  a.sp-replace-btn.sp-replace-btn-red {
  background: #FF0000;
  color: #FFFFFF;
  border-color: #FF0000;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink):before,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink):before,
  a.sp-replace-btn:before {
  background: url(../../img/sp/btn-arrow.png?v=20250825115056);
  content: " ";
  height: 18px;
  min-width: 18px;
  margin-left: 5px;
  margin-right: 5px;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink).sp-btn-no-arrow:before,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink).sp-btn-no-arrow:before,
  a.sp-replace-btn.sp-btn-no-arrow:before {
  display: none;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a.sp-btn-arrow-right[data-wizard]:not(.ycommon-boxlink):before,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a.sp-btn-arrow-right[formaction]:not(.ycommon-boxlink):before,
  a.sp-replace-btn.sp-btn-arrow-right:before {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink):after,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink):after,
  a.sp-replace-btn:after {
  content: attr(data-btntext);
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a.sp-btn-arrow-right[data-wizard]:not(.ycommon-boxlink):after,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a.sp-btn-arrow-right[formaction]:not(.ycommon-boxlink):after,
  a.sp-replace-btn.sp-btn-arrow-right:after {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

:not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[data-wizard]:not(.ycommon-boxlink)>img,
  :not([class^='h-navi-top']):not([class^='h-navi-logout']):not(li)>a[formaction]:not(.ycommon-boxlink)>img,
  a.sp-replace-btn>img {
  display: none;
}

/* header-area */
#wrapper {
  min-width: auto;
}

#wrapper .header-area {
  width: auto;
  background: #fa0f0c;
  padding: 9px 0 9px 9px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

#wrapper .header-white .header-area {
  background: #ffffff;
}

#wrapper .header-area img {
  max-height: 31px;
}

#wrapper .header-area .logo-block {
  width: auto;
  height: auto;
}

#wrapper .header-area .h-navi-block {
  position: unset;
  height: auto;
  left: unset;
  top: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

#wrapperANA .header-area .logo-block{
  width: 130px;
}

#wrapperANA .header-area .logo-block2{
  left: 140px;
  width: 130px;
  height: 30px;
}

#wrapperANA .header-area .h-navi-block {
  position: initial;
  height: 40px;
  left: unset;
  top: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  float: right;
}

#wrapperANA .header-area .h-navi-block p.h-navi-top{
  margin-right: 10px;
  margin-top: 10px;
}

#wrapperANA .header-area {
  width: auto;
}

/* footer-area */
#wrapper .footer-area .footer-area-body .to-top-link {
  width: auto;
}

#wrapperANA .footer-area .footer-area-body .to-top-link {
  width: auto;
}

#wrapper .footer-area.footer-reserve .footer-area-body .reference-link {
  width: auto;
}

#wrapper .footer-area.footer-reserve .footer-area-body .reference-link ul
  {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#wrapper .footer-area.footer-reserve .footer-area-body .reference-link ul > *:nth-child(1)
  {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#wrapper .footer-area.footer-reserve .footer-area-body .reference-link ul > *:nth-child(2)
  {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

#wrapper .footer-area.footer-reserve .footer-area-body .reference-link ul > *:nth-child(3)
  {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

#wrapper .footer-area.footer-reserve .footer-area-body .reference-link ul li:nth-child(3n)
  {
  border-right: none;
}

#wrapper .footer-area .copyright {
  width: auto;
}

#wrapperANA .footer-area .copyright {
  width: auto;
}

/* contents-area */
#wrapper .contents-area {
  background: transparent;
}

#wrapper .contents-area-body {
  width: auto;
  padding: 0px;
  background: transparent;
}

#wrapper .contents-area-body .h1-block {
  display: -ms-grid;
  display: grid;
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 40px);
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 40px);
  margin-bottom: 0px;
  height: auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#wrapper .contents-area-body .h1-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#wrapper .contents-area-body .h1-block.clearfix:after {
  content: none;
}

#wrapper .contents-area-body .h1-block h1 {
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 5px 10px;
}

#wrapper .contents-area-body .h1-block>h1+div {
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 10px);
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 10px);
}

#wrapper .contents-area-body .h1-block .user-info-area {
  display: block;
  height: auto;
  float: left;
  padding: 10px;
  font-weight: bold;
  -ms-grid-row: 2;
  grid-row: 2;
}

#wrapper .contents-area-body .h1-block .user-info-area>div {
  border: solid 1px #cccccc;
  padding: 8px;
  background: #f7f7f7;
}

#wrapper .contents-area-body .h1-block .user-info-area p[class] {
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
}

#wrapper .contents-area-body .h1-block .reservation-notice {
  text-align: left;
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
  height: auto;
}

#wrapper .contents-area-body>:nth-child(2) {
  padding: 10px 10px 0px 10px;
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 10px) !important;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 10px) !important;
  display: block;
}

#wrapper .contents-area-body>.hide-background {
  background: transparent !important;
}

#wrapper .contents-area-body>:nth-child(2)>* {
  display: inherit;
}

#wrapper .contents-area-body .contents-body {
  padding: 10px 10px 0px 10px;
  background: transparent;
  width: auto;
  margin: 0px;
}

#wrapperANA .contents-area-body {
  width: auto;
  overflow: scroll;
}

#wrapper .contents-area-body .contents-body .reserve-info-table>tbody>tr
  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

#wrapper .contents-area-body .contents-body .reserve-info-table>tbody>tr>th
  {
  width: auto;
  background: #F7F7F7;
  border-top: solid 2px #FF0000;
}

#wrapper .contents-area-body .contents-body .reserve-info-table>tbody>tr>th>p
  {
  float: left;
  min-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 0px;
}

#wrapper .contents-area-body .contents-body .reserve-info-table>tbody>tr>th>a
  {
  float: right;
}

#wrapper .contents-area-body .contents-body .reserve-info-table .reserve-data-table
  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}

#wrapper .contents-area-body .contents-body .reserve-info-table .reserve-data-table>tbody
  {
  width: 100%;
  display: inline;
}

#wrapper .contents-area-body .contents-body .reserve-info-table .reserve-data-table>tbody>tr
  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-flow: column wrap;
}

#wrapper .contents-area-body .contents-body .reserve-info-table .reserve-data-table>tbody>tr>*
  {
  border-bottom: none;
  min-height: 1em;
  width: auto;
}

#wrapper .contents-area-body .contents-body .reserve-info-table .reserve-data-table>tbody>tr>th
  {
  background: #f7f7f7;
}

#wrapper .contents-area-body .contents-body .reserve-info-table .reserve-data-table>tbody>tr:last-child>*:last-child
  {
  border-bottom: solid 1px #ccc;
}

#wrapper .contents-area-body .contents-body .reserve-fee-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

#wrapper .contents-area-body .contents-body .blue-frame-area {
  width: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  background-repeat: repeat-x;
}

#wrapper .contents-area-body .contents-body .blue-frame-area .subttl {
  line-height: 2em;
}

#wrapper .contents-area-body .contents-body .blue-frame-area table {
  line-height: 1.5em;
  font-size: 14px;
}

#wrapper .contents-area-body .contents-body .blue-frame-area table.total
  {
  margin: 10px 0px;
}

#wrapper .contents-area-body .contents-body .red-frame-area .red-frame-area-body .column-b ul
  {
  margin: 10px 0px;
}

#wrapper .contents-area-body .contents-body .red-frame-area ul.ys0080-linklist
  {
  top: -32px;
  position: relative;
  margin: 10px;
  left: unset;
  text-align: right;
  height: 0px;
}

#wrapper .contents-area-body .contents-body .red-frame-area .ys0080-red-frame-area-body
  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
          flex-flow: row-reverse;
}

#wrapper .contents-area-body .contents-body .red-frame-area .ys0080-red-frame-area-body .column-a
  {
  width: 70%;
  line-height: 1.5em;
}

#wrapper .contents-area-body .contents-body .red-frame-area .ys0080-red-frame-area-body .column-a>p
  {
  margin: 0px;
}

#wrapper .contents-area-body .contents-body .red-frame-area .ys0080-red-frame-area-body .column-b
  {
  width: 30%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

#wrapperANA .contents-area {
  background: transparent;
}

#wrapperANA .contents-area-body {
  width: auto;
  padding: 0px;
  background: transparent;
}

#wrapperANA .contents-area-body>:nth-child(2) {
  padding: 10px 10px 0px 10px;
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 10px) !important;
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 10px) !important;
  display: block;
}

#wrapperANA .contents-area-body .h1-block {
  display: -ms-grid;
  display: grid;
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 40px);
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 40px);
  margin-bottom: 0px;
  height: auto;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

#wrapperANA .contents-area-body .h1-block > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

#wrapperANA .contents-area-body .h1-block.clearfix:after {
  content: none;
}

#wrapperANA .contents-area-body .h1-block h1 {
  min-height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  margin: 5px 10px;
}

#wrapperANA .contents-area-body .h1-block>h1+div {
  background: -webkit-linear-gradient(top, #D9D9D9 0%, #FFFFFF 10px);
  background: linear-gradient(180deg, #D9D9D9 0%, #FFFFFF 10px);
}

#wrapperANA .contents-area-body .h1-block .user-info-area {
  display: block;
  height: auto;
  float: left;
  padding: 10px;
  font-weight: bold;
  -ms-grid-row: 2;
  grid-row: 2;
}

#wrapperANA .contents-area-body .h1-block .user-info-area>div {
  border: solid 1px #cccccc;
  padding: 8px;
  background: #f7f7f7;
}

#wrapperANA .contents-area-body .h1-block .user-info-area p[class] {
  text-align: left;
  line-height: 1.5em;
  font-size: 14px;
}

#wrapperANA .contents-area-body .h1-block .reservation-notice {
  text-align: left;
  padding: 0px 0px 0px 20px;
  line-height: 1.5em;
  height: auto;
}

#wrapperANA .contents-area .contents-area-body .contents-body{
  width: auto;
}

#wrapperANA .contents-area .contents-area-body .contents-body .ana-block{
  width: auto;
}

#wrapperANA .contents-area .contents-area-body .contents-body .ana-block .green-line-area{
  width: auto;
}

.holiday-special-msg {
  width: auto;
}

/* PCのstepArea */
.step-area {
  display: none;
}

h1 {
  line-height: 24px;
  padding-left: 11px;
  height: auto;
  margin: 5px 0px;
}

.contents-body-quick-dialog {
  width: auto;
}

.contents-body-inner, .contents-body-inner-quick-dialog {
  background: transparent;
}

.contents-body-inner .contents-body-inner-n {
  margin: 0px;
}

/* info-area */
.info-area {
  background: #f3f3f4;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  line-height: 1.5em;
}

.info-area-inner {
  background: transparent;
  padding: 10px;
}

.info-area-icon {
  display: none;
}

.info-area-txt {
  margin-left: 0px;
  font-size: unset;
  font-weight: normal;
}

/* table-type-01 */
.table-type-01-block {
  margin-bottom: 10px;
  width: auto;
}

.table-type-01-block .table-type-01 {
  margin-bottom: 0px;
}

.table-type-01-block .table-type-01>tbody>tr {
  display: -ms-grid;
  display: grid;
}

.table-type-01-block .table-type-01 ul.linklist {
  float: right;
}

.table-type-01-block .table-type-01 th {
  width: auto;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
  font-weight: normal;
  background: #F7F7F7;
  border-top: #f00 solid 2px;
}

.table-type-01-block .table-type-01 th.w200,
.table-type-01-block .table-type-01 th.w230{
  width: auto;
}

.table-type-01-block .table-type-01 td {
  width: auto;
  font-weight: normal;
  font-size: unset;
  display: -ms-grid;
  display: grid;
}

.table-type-01-block .table-type-01 table {
  border: none;
}

.table-type-01-block .sttl {
  font-weight: normal;
  padding: 6px;
}

.table-type-01-block ul.note li {
  margin: 5px 0px;
  line-height: 1.5em;
}
/* table-type-02 */
.table-type-02-block {
  width: auto;
}

.table-type-02-block .redline-header {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F0F0F0));
  background: -webkit-linear-gradient(top, #FFFFFF, #F0F0F0);
  background: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  outline: #e6ebea solid 1px;
  border: none;
  border-top: solid 3px #FF0000;
}

.table-type-02-block table th {
  width: auto;
  height: auto;
  padding: 10px 0px;
  font-size: 13px;
}

.table-type-02-block table td {
  font-size: 12px;
  padding: 0px;
  text-align: center;
  text-align: -webkit-center;
}

/* table-type-03 */
.table-type-03-block .table-type-03 tr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
.table-type-03-block .table-type-03 tr > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.table-type-03-block .table-type-03 th {
  width: auto;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  border-left: #ccc solid 1px;
  font-weight: normal;
  font-size: unset;
  background: #F7F7F7;
  border-top: solid 2px #FF0000;
}

.table-type-03-block .table-type-03 td {
  width: auto;
  font-weight: normal;
  font-size: unset;
}

.table-type-03-block .tbl-ttl {
  background: #f7f7f7 url(../../img/tabletype01_th_bg.gif?v=20250825115056) repeat-x 0 -1px;
  border-top: #ff0000 solid 1px;
  border-right: #ccc solid 1px;
  border-bottom: none;
  border-left: #ccc solid 1px;
  width: auto;
  color: #263f59;
  font-size: unset;
  margin: 0px;
  padding: 10px;
  font-weight: normal;
}

.zip-code-area, .zip-code-area .block-a {
  width: 100%;
}

/* form-area */
.form-area {
  background: transparent;
}

.form-area-body {
  width: auto;
  background: #f4f4f4;
  border: #ccc solid 1px;
  border-top: #ff0000 solid 2px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 0px 3px 5px 0px #aaaaaa;
}

.form-area-body .column-b {
  width: auto;
}

.form-area-body .form-area-linklist-02 {
  padding: 0px;
  border: 0px;
  display: -ms-grid;
  display: grid;
}

.form-area-body .form-area-linklist-02 li {
  border-top: #000 dotted 1px;
  margin: 0px;
  padding: 10px;
  text-align: left;
}

.license-img {
  border: #ccc solid 1px;
  padding: 5px 0px 5px 0px;
}

.extxt {
  margin: unset;
}

.sp-h2-titile-span {
  background: #e5e6e7;
  color: #263f59;
  padding: 20px;
  display: block;
  font-size: 16px;
}

.pink-guide-area {
  width: auto;
  line-height: 1.5em;
}

.pink-guide-area .payment-info {
  margin: 20px 0px 10px 0px;
}

.pink-guide-area .payment-info dl {
  font-size: 16px;
  font-weight: bold;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pink-guide-area .payment-info dl > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.pink-guide-area .payment-info dl > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.pink-guide-area .payment-info.type01 dt {
  float: right;
  width: auto;
  text-align: right;
}

.pink-guide-area .payment-info.type02 dt {
  float: right;
  width: auto;
  text-align: right;
}

.pink-guide-area .payment-info dd {
  margin-left: 0px;
  word-break: keep-all;
}

.pink-guide-area-02 {
  line-height: 1.5em;
}

.pink-guide-area-02 .pink-guide-content>p {
  margin-bottom: 1em;
}

.pink-guide-area .pink-guide-content>ul, .pink-guide-area-02 .pink-guide-content>ul,
  .yo0020-area>ul {
  text-align: left;
  margin: 2em 0px 1em 0px;
}

/* スマホのstepArea */
.step-block {
  padding: 5px 10px 0;
  margin-top: -1px;
  position: relative;
  background: #fffff0;
  overflow: hidden;
}

.step-block h1 {
  margin-bottom: 5px;
  padding: 3px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  background: #96c3ea;
  float: none;
  border: 0px;
}

.step-block h1, .step-block strong {
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}

.step-block em {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
}

.steps-list {
  border: 2px solid #b3b3b3;
  display: table;
  width: 100%;
  font-size: 11px;
  margin: 0 0 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background: #fff;
}

.steps-list .item {
  display: table-cell;
  vertical-align: middle;
}

.steps-list .cell {
  display: block;
  height: 48px;
  text-align: center;
  position: relative;
  margin: 0 22px 0 0;
  color: #b3b3b3;
}

.steps-list .cell:after, .steps-list .cell:before {
  left: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.steps-list .cell:before {
  border-color: rgba(179, 179, 179, 0);
  border-left-color: #b3b3b3;
  border-width: 26px;
  top: 50%;
  margin-top: -26px;
}

.steps-list .cell:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #ffffff;
  border-width: 24px;
  top: 50%;
  margin-top: -24px;
}

.steps-list .cell em {
  line-height: 48px;
  font-weight: bold;
}

.steps-list .cell span {
  display: none;
  line-height: 48px;
}

.steps-list .cell strong {
  font-weight: bold;
  height: 48px;
}

.steps-list .active .cell {
  margin-left: -22px !important;
  background: #96c3ea;
  padding-left: 22px;
  color: #fff;
}

.steps-list .active .cell:after {
  border-left-color: #96c3ea;
}

.steps-list .active:first-child .cell {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.steps-list .active em {
  padding-left: 5px;
  left: 0;
}

.steps-list .active .cell span {
  padding-left: 3px;
  display: inline;
  height: 48px;
}

.steps-list em {
  font-style: normal;
  position: relative;
  left: 8px;
  z-index: 1000;
  line-height: 48px;
}

.steps-list em {
  z-index: 2;
}

.steps-list .item:last-child .cell, .steps-list .item:last-child .cell {
  margin: 0;
}

.steps-list li.last .cell {
  padding-right: 12px;
}

.steps-list .item:last-child .cell:after, .steps-list .item:last-child .cell:before
  {
  display: none;
}

/* popup dialog*/
.ui-dialog {
  position: fixed;
  overflow-y: auto;
  max-height: 100%;
  padding: 10px !important;
}

.ui-dialog .ui-dialog-content {
  background: #fff;
}

[role=dialog].ui-widget-content, [role=dialog].ui-widget.ui-widget-content
  {
  border: none;
  background: transparent;
  min-width: 300px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.custom-dialog-title-text
  {
  padding: 5px 12px;
  background: #2d415a;
  border-radius: 3px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons>*
  {
  margin: 0px;
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons>.custom-dialog-title-text
  {
  font-size: 14px !important;
  line-height: 21px;
  position: relative;
  margin-top: 10px;
}

.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.custom-dialog-title-text .ui-dialog-title
  {
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  border-radius: 3px;
  font-weight: bold;
}

.ui-button-icon-only {
  text-indent: -9999px;
  white-space: nowrap;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0;
  padding: 1px;
  height: 20px;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.custom-dialog-message {
  font-size: 14px !important;
  line-height: 21px !important;
  margin: 0px !important;
  padding: 10px;
}

#password-show, #passwordConfirm-show {
  left: unset;
  float: right;
  right: 16px;
  top: -22px;
}

.error-msg {
  margin: 10px;
}
/* 予約Step6 */
.ys0050-separate-col {
  width: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  font-size: 14px;
}

.ys0050-separate-col .reserve-info-area {
  padding: 5px 10px;
  background: #f7f7f7;
}

.ys0050-separate-col .reserve-info-area th,
.ys0050-separate-col .reserve-info-area td{
  background: #f7f7f7;
}

.ys0050-separate-col>tbody>tr {
  display: -ms-grid;
  display: grid;
}

.ys0050-separate-col .car-option-table>tbody>tr {
  display: -ms-grid;
  display: grid;
}

.ys0050-separate-col .car-option-table>tbody>tr>th, .ys0050-separate-col .car-option-table>tbody>tr>td
  {
  border: none;
  font-weight: normal;
}

.ys0050-separate-col .car-option-table>tbody>tr>th {
  padding-left: 1px;
}

.ys0050-separate-col .car-option-table .option-data-table a {
  font-size: 12px;
}

.ys0050-separate-col .column-b {
  width: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}

.ys0050-fee-area {
  border: 1px #263e58 solid;
  padding: 10px;
}

.ys0050-fee-area p {
  width: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
  border: none;
  padding: 0px;
}

.ys0050-fee-area span.fee-area-label {
  font-weight: bold;
  width: auto;
  font-size: 14px;
  margin: 0px;
  padding: 4px 0px;
}

.yo0020-area-cover {
  width: auto;
}

table.unqs000 {
  line-height: 1.5em;
}

table.unqs000 tr:nth-of-type(2) td {
  padding-top: 0px;
}

table.unqs000 td {
  border: none;
}

table.unqs000 td:first-of-type p {
  font-size: 14px;
}

table.unqs000 td ul {
  margin: 0px;
}

.current-eac-cdw-label {
  padding: 5px;
  width: auto;
  font-size: 12px;
}

.current-eac-cdw-table {
  width: 100%;
}

.current-eac-cdw-table td {
  text-align: left;
}

.divided-two-Section-area-sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
}

.divided-two-Section-area-sp .divided-two-Section {
  width: auto;
  display: block;
  margin: 0px 0px 10px 0px;
}

.divided-two-Section-area-sp .divided-two-Section h3 {
  padding: 10px;
  height: auto;
}

.divided-two-Section-area-sp .divided-two-Section>:not(h3) {
  line-height: 1.3em;
  margin: 10px;
  width: auto;
  width: -webkit-fill-available;
  width: -moz-available;
  width: stretch;
}

.divided-two-Section-area-sp .divided-two-Section>table.inner-box-01>tbody>tr>td
  {
  display: table-row;
  border: solid 1px #CCCCCC;
}

.divided-two-Section-area-sp .divided-two-Section>table.inner-box-01>tbody>tr>td>p
  {
  display: table-cell;
  text-indent: unset;
  margin: 0px;
  font-weight: normal;
  border: 0px;
  padding: 10px;
  font-size: 12px;
}

.divided-two-Section-area-sp .divided-two-Section>table.inner-box-01>tbody>tr>td>p:first-child
  {
  width: 40%;
}

.divided-two-Section-area-sp .divided-two-Section>table.inner-box-01>tbody>tr>td>p br
  {
  display: none;
}

.divided-two-Section-area-sp .divided-two-Section>table.inner-box-01>tbody>tr:nth-last-of-type(1) p:nth-last-of-type(1) br:nth-last-of-type(1)
  {
  display: block;
}

.sp-blank{
  padding:0 20px;
}

/* jCal */
.jCalMo {
  width: 100%;
  border: 0px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0px 10px;
  justify-items: center;
}
.jCalMo > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.jCalMo > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.jCalMo > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.jCalMo > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 4;
}
.jCalMo > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.jCalMo > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 6;
}
.jCalMo > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.jCal {
  width: 100%;
  -ms-grid-column: 1;
  -ms-grid-column-span: 7;
  grid-column: 1/span 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.jCal .left, .jCal .right {
  top: auto;
  left: auto;
  right: auto;
  position: relative;
}

.jCalMo .dow {
  width: 100%;
  padding: 0px;
  height: 2em;
}

.jCalMo .dow, .jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay,
  .jCalMo .invday, .jCalMo .selectedDay {
  font-size: 12px;
}

.jCalMo .day, .jCalMo .pday, .jCalMo .aday, .jCalMo .overDay, .jCalMo .invday,
  .jCalMo .selectedDay {
  width: 2em;
  height: 2em;
  line-height: 2;
}

.system-error-area {
  padding: 10px;
}

.system-error-area>p {
  padding: 20px;
}

.system-error-area-p20 {
  padding: 20px;
}

.system-error-area+div.align-r {
  text-align: left;
  padding: 5px 0px 0px 20px;
}

.url-invalid-area {
  padding: 10px;
}

.url-invalid-area>p {
  padding: 10px;
}

.sp-fw-normal{
	font-weight: normal;
}

/*header対応*/
.ys0050-separate-col .car-option-table>tbody>tr {
  display: inline;
}

.car-option-table th {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    vertical-align: middle;
}
.car-option-table td {
    vertical-align: middle;
    padding: 1px;
    font-size: 12px;
}
.option-data-table th {
    padding: 1px;
    line-height: 1.5em;
}

.car-option-div {
  font-size: 10px;
  padding-left: 3px;
}

@media screen and (max-device-width:420px) {
  .car-option-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
  }

  .car-option-div .label-span-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    margin-left: 20px;
  }

  .car-option-div .label-span-right label span:nth-child(1) {
    width: 80px;
    display: inline-block;
    text-align: right;
  }
}

@media screen and (max-device-width:290px) {
  .option-data-table .eac-cdw-div {
    text-indent: -40px !important;
    margin-left: 40px !important;
  }
}

.option-data-table .eac-label{
  white-space: nowrap;
}

.option-data-table .cdw-label{
  white-space: nowrap;
}

.option-data-table .eco-label{
  white-space: nowrap;
}

.fleft-ys0030 {
    float: right !important;
}

.w229.headernew {
	width:auto;
}

.option-botton-ys0030 {
	float: right !important;
	text-align: center;
	margin-top: 8px;
}

.align-c.sp-left{
  text-align: left;
}

div.user-info-area div p{
  display: inline-block;
}

div.user-info-area div p.sp_element {
  display: inline-block !important;
}

div.user-info-area div p.sp_element span.f11{
  font-size: 11px !important;
}

.etc-link{
  display: contents;
  text-align: right;
}

#wrapper .contents-area-body .kk0080-tabs {
  width: 100%;
}

.table-type-01-block .table-type-01 .credit-input-td{
    height: unset;
}