<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.form-caution {
  height: calc(100vw * 84 / 1310);
  line-height:  calc(100vw * 84 / 1310);
  box-sizing: border-box;
  padding-left: 2.75rem;
  font-size: 1.2rem;
}

form table {
  box-sizing: border-box;
  font-size: 1.2rem;
  border-collapse: collapse;
  width: 100%;
}

form table tr td {
  height:  calc(100vw * 84 / 1310);
  line-height:  calc(100vw * 84 / 1310);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  box-sizing: border-box;
  padding-left: 2.75rem;
}

form table tr td:nth-child(1) {
  width: 12.5%;
  min-width: 17vw;
  font-weight: 500;
}

form table tr td:nth-child(2) {
  /* width: 87.5%; */
  font-weight: 500;
}

form.reservation_confirm table tr td:first-child {
  width: 25%;
  min-width: 19vw;
}

form table tr td:last-child {
  border-right: none;
}

form table tr:nth-last-child(2) td {
  padding-left: 0;
}

form table tr:nth-last-child(2) .to-detail {
  border-bottom: none;
  border-left: none;
}

form table tr:last-child td {
  height:  calc(100vw * 168 / 1310);
}
.two-line {
  line-height: 1.87;
}
input , select {
  height: 42%;
  line-height:  calc(100vw * 84 / 1310);
}

@media all and (-ms-high-contrast: none) {
  .select-box {
    position: relative;
  }
  .select-box select {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@supports (-ms-ime-align:auto) {
  .select-box {
    position: relative;
  }
  .select-box select {
    position: absolute;
    top: 0;
    left: 0;
  }
}

textarea , input {
  border: none;
  background-color: #ececec;
}

textarea {
  height:  calc(100vw * 170 / 1310);
  resize: none;
  width: 100%;
  margin-bottom: 2rem !important;
  margin-top: 0 !important;
  line-height: 1.2;
}

.w-78 {
  width: 78%;
}

.w-30 {
  width: 30%;
}

.w-45 {
  width: 45%;
}


.select-box {
  width: 45%;
	text-align: center;
  background-color: #ececec;
  height: 42%;
  max-height: 35px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select-box{
    font-family: initial;
  }
}
.select-box select {
	cursor: pointer;
  width: 100%;
  height: 100%;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.select-box select::-ms-expand {
    display: none;
}

table .to-detail {
  -ms-grid-columns: 1fr 13%;
  grid-template-columns: 1fr 13%;
}

.select-box::before {
	position: absolute;
	top: 22%;
	right: 2%;
	width: 1.33rem;
	height: 1.33rem;
	padding:0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
	content: "&gt;";
  font-size: 1.2rem;
  color: #000;
	border: 1px solid #000;
  background-color: #fff;
  z-index: 0;
  line-height: 1;
  transform: rotate(90deg);
  cursor: pointer;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .select-box::before {
    top: 18%;
  }
}

@supports (-ms-ime-align: auto) {
  /* Edge ã®ã¿é©ç”¨ã•ã‚Œã‚‹ */
  .select-box::before {
    top: 18%;
  }
}

.arrow-to-bottom {
  transform: rotate(90deg);
  display: inline-block;
  padding: 0 5px;
}

.submit-arrow {
  display: block;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
}

@media all and (-ms-high-contrast: none) {
  .to-detail p {
    display: block;
    line-height: calc(100vw * 84 / 1310);
  }

  .to-detail .arrow {
    z-index: 0;
  }
}

@supports (-ms-ime-align:auto) {
  .to-detail p {
    display: block;
    line-height: calc(100vw * 84 / 1310);
  }

  .to-detail .arrow {
    z-index: 0;
  }
}


.to-detail input {
  content:"";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 0;
  background-color: rgba(0,0,0,0);
}

@media all and (-ms-high-contrast: none) {
  .to-detail input {
	border-width: 0px;
}
}

@supports (-ms-ime-align:auto) {
  .to-detail input {
  border-width: 0px;
}
}


@media screen and (max-width: 560px) {
  .form-caution {
    height:56px;
    line-height:  1.6;
    padding-left: 1.67rem;
    font-size: 1.08rem;
    display: flex;
    align-items: center;
  }

  form table {
    font-size: 1.25rem;
    width: 100%;
    table-layout: fixed;
  }

  form table tr td {
    height:  56px;
    border-right: none;
    padding: 0 1.67rem;
    box-sizing: border-box;
    width: 100%;
    display: block;
  }
  form table tr td p{
    height:  56px;
    width: 100%;
    display: block;
  }

  .thx form table tr td{
    display: table-cell;
  }

  .confirm form table tr td{
    display: table-cell;
  }

  form table tr td:first-child {
    width: 100%;
    line-height: 65px;
    border-bottom: none;
    border-right: none;
  }

  form table tr:nth-last-child(2) td {
    padding-left: 0;
  }

  form table tr:last-child td {
    height: 55px;
  }

  .sp-b {
    border-bottom: 1px solid #000 !important;
    line-height: 55px !important;
  }

  .sp-b-none {
    border-bottom: none !important;
    line-height: 65px;
  }
  .two-line {
    line-height: 1.87;
    padding-top: 0;
  }
  input , select {
    height: 42%;
    line-height:  30px;
    width: 100%;
  }

  .select-box-cell {
    height: auto;
  }

  .select-box-cell .select-box {
    margin-bottom: 3rem;
  }


  .select-box-cell span {
    font-size: 1.08rem;
  }

  .select-box-cell textarea {
    margin-bottom: 4rem;
  }

  textarea {
    height: 170px;
    resize: none;
    width: 100%;
  }

  .w-78 {
    width: 95%;
  }

  .w-30 {
    width: 95%;
  }

  .w-45 {
    width: 95%;
  }

  .select-box {
    width: 95%;
    height: 24px;
    box-sizing: border-box;
    position: relative;
  }

  .select-box::before {
  	position: absolute;
  	top: 4px;
  	right: 7px;
  	width: 15px;
  	height: 15px;
  	padding: 0;
    box-sizing: border-box;
  	content: "&gt;";
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
  }


  table tr:nth-last-child(2) td:first-child {
    display:none;
  }

  .thx table tr td:first-child,
  .confirm table tr td:first-child {
    display:none;
  }

  table tr:nth-last-child(2) td {
    padding: 0;
    line-height: 56px;
  }

  .sp-pb {
    padding-bottom: 65px;
  }

  table .to-detail {
    -ms-grid-columns: 1fr 60px;
    grid-template-columns: 1fr 60px;
  }



}
</pre></body></html>