@charset "UTF-8";
/*日本語*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Regular-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Medium-sub-j1.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("fonts/NotoSansCJKjp-Bold-sub-j1.woff") format("woff");
}
html {
  overflow-y: scroll;
}

body {
  -webkit-text-size-adjust: none;
  color: #000;
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  word-break: normal;
  word-wrap: break-word;
  /*	overflow:hidden;*/
}

* {
  margin: 0;
  padding: 0;
  line-height: 1.1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul, li, dl, dt {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: none;
}

p, dt, dd, li {
  text-align: left;
  text-justify: inter-ideograph;
}

.alignCenter {
  text-align: center;
}

.backToTop {
  text-align: right;
  margin: 25px 20px 15px 0;
}

img.fitImg {
  max-width: 100%;
  height: auto;
}

br {
  line-height: 0;
}

a, a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  outline: none;
}

input[type=text],
input[type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
table{
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	color:#000;
}
*/
.isSP {
  display: none !important;
}

.sp-br {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: hidden; /* Firefoxで、下マージン設定しているのに上にもアキができるバグ対策。追加 */
}

/*---------------------------------------------------------------

各ページ共通

----------------------------------------------------------------*/
.container {
  width: 100%;
}

.contents {
  width: 100%;
  background-color: #fff;
}

.mv-area {
  margin: 0 auto;
}

.mv img {
  max-width: 100%;
}

/*---------------------------------------------------------------

ヘッダ

----------------------------------------------------------------*/
.header {
  width: 960px;
  margin: 0 auto;
  padding: 20px 0 30px;
}
.header.yuwa {
  padding: 15px 0;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  width: 181px;
  max-width: 100%;
}

.mv-headline {
  padding-top: 10px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.mv-headline.lt-ja {
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.mv-headline span {
  display: block;
  padding-top: 15px;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.mv-caution {
  color: #c00;
}

/*---------------------------------------------------------------

ステップ表示

----------------------------------------------------------------*/
.form-step-list {
  width: 540px;
  margin: 0 auto;
  padding-top: 35px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-step-item {
  width: 33.33%;
  position: relative;
  padding: 14px 0;
  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;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.form-step-item.on:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #bba1cb;
}

.form-step-list.double .form-step-item {
  width: 50%;
}

/*---------------------------------------------------------------

選択済み予約情報エリア

----------------------------------------------------------------*/
.reserve-info-box {
  width: 960px;
  margin: 15px auto 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}

.reserve-label {
  padding-right: 5px;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.1em;
}

.reserve-fair,
.reserve-shop,
.reserve-date,
.reserve-koma {
  font-size: 20px;
  letter-spacing: 0.15em;
  font-weight: 500;
}

.reserve-shop {
  padding-right: 0.5em;
}

.reserve-fair {
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  font-size: 24px;
}

.reserve-back-box {
  width: 960px;
  margin: 0 auto;
}

.reserve-back-link a {
  display: inline-block;
  padding: 20px 0 20px 33px;
  position: relative;
  color: #000;
  font-size: 14px;
}

.reserve-back-link a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: calc(50% - 14px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #6b6b6b;
}

.reserve-back-link a:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-left: 2px solid #6b6b6b;
  border-bottom: 2px solid #6b6b6b;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
      -ms-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}

/*---------------------------------------------------------------

カタログ請求フォームのMV下

----------------------------------------------------------------*/
.catalog-mv-box {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.catalog-mv-info {
  padding: 35px 30px 40px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.catalog-mv-info.latest {
  background: url(../img/catalogMV-pc-latest.jpg) no-repeat right 40px top 33px;
}

.catalog-mv-info.cat {
  background: url(../img/img_2022wintercatalog_pc.jpg) no-repeat right 40px top 33px;
}

.catalog-mv-info.mv202012 {
  background: url(../img/catalogMV-pc-202012.jpg) no-repeat right 40px top 33px;
}

.catalog-mv-info.mv202107 {
  background: url(../img/catalogMV-pc-202107.jpg) no-repeat right 40px top 33px;
}

.catalog-mv-headline {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #bba1cb;
  line-height: 1.6;
  font-weight: 500;
}

.catalog-mv-subhead {
  padding-top: 5px;
  font-size: 17px;
  color: #bba1cb;
}

.catalog-caution-list {
  padding: 15px 188px 0 0;
}

.catalog-caution-item {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
}

.catalog-caution-item:before {
  content: "・";
}

.catalog-book {
  display: none;
}

.digital-catalog-box {
  width: 100%;
  padding-top: 15px;
}
.digital-catalog-box.comment-add {
  padding-top: 20px;
}

.digital-catalog-headline {
  font-size: 14px;
}

.digital-catalog-link {
  padding-top: 10px;
}

.digital-catalog-link a {
  display: inline-block;
  position: relative;
  border: 1px solid #464646;
  border-radius: 14px/50%;
  padding: 5px 30px 5px 20px;
  font-size: 13px;
  color: #000;
  -webkit-transition: background-color ease 0.4s;
  transition: background-color ease 0.4s;
}

.digital-catalog-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(45deg) translateY(-2px);
      -ms-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
  -webkit-transform-origin: right 50% 0;
      -ms-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}

.digital-catalog-link a:hover {
  background-color: #ddd;
}

/*---------------------------------------------------------------

お問い合わせフォームのMV下

----------------------------------------------------------------*/
.inquire-mv-box {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.inquire-mv-lead {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.inquire-mv-annotation {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
  color: #c00;
}

.holiday-message {
  width: 90%;
  margin: 15px auto 0;
  padding: 15px;
  border: 1px dotted #c00;
  font-size: 14px;
  color: #c00;
  line-height: 1.6;
}
.holiday-message span {
  display: block;
  text-align: center;
  padding-bottom: 0.4em;
}

.partner-link-box {
  padding: 20px 0;
}
.partner-link-box p {
  font-size: 14px;
  text-align: center;
  color: #bba1cb;
}
.partner-link-box p a {
  color: #bba1cb;
  text-decoration: underline;
}

/*---------------------------------------------------------------

入力ページ

----------------------------------------------------------------*/
.form-area {
  width: 900px;
  margin: 0 auto;
}

.outline-box {
  padding-bottom: 20px;
}

.outline {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 33px;
}

.designGroupTitle + .outline {
  padding-top: 20px;
}

.leftPart {
  width: 36.66%;
  padding: 10px 50px 0 80px;
  position: relative;
  font-size: 14px;
}

.mark-nece {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #bba1cb;
  color: #bba1cb;
  font-size: 12px;
}

.mark-opt {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  padding: 2px 6px;
  border: 1px solid #aaa;
  color: #aaa;
  font-size: 12px;
}

.rightPart {
  width: 63.36%;
  padding: 0 90px 0 50px;
}

.mainWarning {
  padding: 0 0 20px;
  text-align: center;
  font-size: 14px;
  color: #c00;
}

.parts-error-text {
  padding-bottom: 10px;
  color: #c00;
  font-size: 13px;
}

.multi-parts-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.multi-parts-item .tbox-sub-label {
  display: inline-block;
}

.parts_num_2 .multi-parts-item {
  width: 50%;
}

.parts_num_2 .multi-parts-item:first-child {
  text-align: left;
}

.parts_num_2 .multi-parts-item:last-child {
  text-align: right;
}

#even_zip_2Area .parts_num_2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#even_zip_2Area .parts_num_2 .multi-parts-item:first-child {
  width: 30%;
}

#even_zip_2Area .parts_num_2 .multi-parts-item:last-child {
  width: 40%;
  text-align: left;
}

#even_zip_2Area .parts_num_2 .multi-parts-item:last-child .tbox-sub-label {
  padding-right: 5%;
}

.parts_num_3 .multi-parts-item {
  width: 33.33%;
}

.has-single-input input[type=text],
.has-single-input input[type=email],
.has-single-input input[type=tel] {
  width: 100%;
}

.has-single-input input[type=text],
input[name=phone1] + .jCyu,
input[name=phone2] + .jCyu {
  display: inline-block;
  padding-left: 5px;
}

input[type=text],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 10px 5px;
  font-size: 14px;
  color: #000;
}

.parts_num_2 input[type=text],
.parts_num_2 input[type=tel] {
  width: 90%;
}

.parts_num_3 input[type=text],
.parts_num_3 input[type=tel] {
  width: 80%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #acacac;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #acacac;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #acacac;
}

input::placeholder,
textarea::placeholder {
  color: #acacac;
}

input:-ms-input-placeholder {
  color: #acacac;
}

.has-single-input textarea {
  width: 100%;
}

textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #afafaf;
  border-radius: 3px;
  padding: 10px 0;
  background-image: url(/form/img/icon_arrow_select.png) !important;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px auto;
  background-color: transparent;
  color: #000;
}

select::-ms-expand {
  display: none; /*ドロップダウン元の三角矢印非表示*/
}

.multi-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.multi-select-item {
  text-align: center;
}

.multi-select-item:first-child {
  text-align: left;
}

.multi-select-item:last-child {
  text-align: right;
}

.parts_num_3 .multi-select-item {
  width: 33.33%;
}

.parts_num_2 .multi-select-item {
  width: 50%;
}

.parts_num_2 select,
.parts_num_3 select {
  width: 90%;
}

.single-select-item select {
  width: 100%;
}

.input-parts-box.radio {
  padding-top: 10px;
}

.input-parts-box.radio label {
  display: inline-block;
  padding-right: 0.5em;
  margin-bottom: 8px;
  font-size: 14px;
}

.input-parts-box.radio label input[type=radio] {
  display: inline-block;
  margin-right: 0.2em;
}

.input-parts-box.cbox {
  padding-top: 10px;
}

.input-parts-box.cbox label {
  display: inline-block;
  padding-right: 0.5em;
  margin-bottom: 8px;
}

.under-jCyu {
  padding-top: 5px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}

.has-single-input .jCyu {
  display: block;
  padding-top: 5px;
  line-height: 1.5;
  font-size: 12px;
  font-weight: 400;
}

.jCyu b {
  font-weight: 400;
  color: #c00;
}

/*---------------------------------------------------------------

確認ページ

----------------------------------------------------------------*/
.confirm .form-area {
  padding-top: 40px;
}

.confirm .outline {
  padding-bottom: 55px;
}

.confirm .leftPart {
  padding: 0px 50px 0 80px;
}

.confirm .mark-nece {
  top: 0px;
}

.confirm .mark-opt {
  top: 0px;
}

.confirm-rightpart-text {
  color: #252525;
  line-height: 1.4;
}

.submit-screen {
  width: 100%;
  height: 200%;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  background: rgba(1, 1, 1, 0.5);
  display: none;
  overflow: hidden;
}

.submit-screen-msg {
  width: 100%;
  padding-top: 200px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

/*---------------------------------------------------------------

完了ページ

----------------------------------------------------------------*/
.complete-info-area {
  width: 700px;
  margin: 0 auto;
  padding-top: 40px;
}

.thanks-user-name {
  text-align: center;
  font-size: 18px;
}

.thanks-common-headline {
  padding-top: 45px;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.15em;
}

.thanks-common-convid {
  padding-top: 30px;
  font-weight: 500;
  color: #c3a9d9;
  font-size: 21px;
  text-align: center;
}

.thanks-common-msg {
  width: 570px;
  margin: 0 auto;
  padding: 30px 0;
}

.thanks-common-msg p {
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
}

.thanks-common-msg p + p {
  padding-top: 2em;
}

.thanks-common-other {
  padding: 30px 0;
  border-top: 1px solid #ccc;
  margin-top: 30px;
}

.thanks-common-msg + .thanks-common-other {
  margin-top: 0;
}

.thanks-common-other p {
  line-height: 1.4;
  font-size: 12px;
}

.thanks-common-other p + p {
  padding-top: 1.5em;
}

.reserve-target-info {
  padding-top: 25px;
  text-align: center;
  font-size: 14px;
}

.reserve-target-info span {
  display: inline-block;
}

.thanks-fair-kaijo {
  display: none !important;
}

.reserve-target-info b {
  display: inline-block;
  margin-left: 1em;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  white-space: nowrap;
}

.reserve-target-info b:last-child {
  margin-left: 0;
}

.gr_3.fn_12_3 .reserve-target-info b:last-child,
.gr_3.fn_14_3 .reserve-target-info b:last-child {
  margin-left: 1em;
}

.reserve-target-info b.thanks-fair-name {
  display: block;
}

.reserve-cancel-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0 40px;
}

.reserve-cancel-inner {
  width: 48.5%;
  background: #f6f6f6;
  padding: 20px;
}

.reserve-cancel-inner dt {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
}

.reserve-cancel-inner dd {
  padding-top: 23px;
}

.reserve-cancel-inner dd p {
  line-height: 1.6;
  font-size: 12px;
}

.reserve-cancel-inner a {
  color: #000;
  text-decoration: underline !important;
}

.back-to-toppage {
  text-align: center;
}

.back-to-toppage a {
  display: inline-block;
  position: relative;
  padding: 10px 40px 10px 0;
  color: #000;
  font-size: 14px;
  -webkit-transition: opacity ease 0.4s;
  transition: opacity ease 0.4s;
}

.back-to-toppage a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
}

.back-to-toppage a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #888;
  border-top: 1px solid #888;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: right 50% 0;
      -ms-transform-origin: right 50% 0;
          transform-origin: right 50% 0;
}

.back-to-toppage a:hover {
  opacity: 0.7;
}

/*---------------------------------------------------------------

部品項目をグループ化

----------------------------------------------------------------*/
.designGroupTitle {
  padding: 30px 0 20px;
  font-size: 22px;
  font-weight: 400;
  border-top: 1px solid #e5e5e5;
  letter-spacing: 0.15em;
}

.designGroupTitle:nth-of-type(1) {
  border: none;
  padding: 10px 0 20px;
}

/*---------------------------------------------------------------

プライバシーポリシー同意のチェックエリア

----------------------------------------------------------------*/
.policy-check-lead {
  padding-top: 20px;
  text-align: center;
  font-size: 14px;
}

.policy-check-box {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
}

.policy-check-box label {
  display: block;
  text-align: center;
  position: relative;
  width: 80px;
  margin: 0 auto;
}

.policy-check-box input[type=checkbox] {
  position: absolute;
  top: 2px;
  left: calc(50% - 3.8em);
  margin: auto;
}

.policy-check-lead a,
.policy-check-box a {
  text-decoration: underline;
}

.policy-check-box a:hover {
  text-decoration: none;
}

/*---------------------------------------------------------------

ボタン

----------------------------------------------------------------*/
.confirmBox {
  padding-top: 35px;
  text-align: center;
}

input[name=confirm],
input[name=thanks] {
  display: inline-block;
  cursor: pointer;
  width: 270px;
  height: 60px;
  border: none;
  -webkit-box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 4px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#c89bdc), color-stop(50%, #ad78c6), to(#a165bf));
  background: linear-gradient(to right, #c89bdc 0%, #ad78c6 50%, #a165bf 100%);
  border-radius: 5px;
  color: #fff;
  letter-spacing: 0.2em;
  outline: none;
}

input[name=backto] {
  display: inline-block;
  cursor: pointer;
  width: 270px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #000;
  letter-spacing: 0.2em;
  background-color: #fff;
  outline: none;
}

.confirm-btn-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.confirm-btn-item + .confirm-btn-item {
  padding-left: 20px;
}

/*---------------------------------------------------------------

フッタ

----------------------------------------------------------------*/
.footer {
  width: 100%;
  padding: 50px 0 0;
}

.footer-db-text {
  padding: 10px 0;
  text-align: center;
  font-size: 10px;
}

.reserve-add-info {
  width: 100%;
  margin-top: 2em;
}

.reserve-add-inner {
  width: 70%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #999;
  padding: 1em;
  border-radius: 8px;
}

.reserve-add-inner dt {
  margin-top: -1.7em;
  text-align: center;
}

.reserve-add-inner dt span {
  display: inline-block;
  padding: 0 1em;
  background: #fff;
  font-size: 14px;
}

.reserve-add-inner dd {
  padding-top: 0.5em;
}

.reserve-add-inner dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.6;
}

.reserve-add-inner dd p span {
  display: inline-block;
  min-width: 7em;
  line-height: 1.5;
}

.reserve-add-inner dd p b {
  display: inline-block;
}

.complete .reserve-add-info {
  background: #eee;
}

.complete .reserve-add-inner {
  width: 96%;
  border: none;
  border-radius: 0;
}

.complete .reserve-add-inner dt {
  margin-top: 0;
  padding-bottom: 10px;
}

.complete .reserve-add-inner dt span {
  background: transparent;
  font-size: 16px;
}

.complete .reserve-add-inner dd p {
  font-size: 14px;
}

.reserve-add-box {
  width: 900px;
  margin: 0 auto;
  padding-top: 40px;
}

.proposal-box {
  width: 600px;
  margin: 0 auto;
  padding: 20px 0 10px;
}
.proposal-box dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 10px;
}
.proposal-box dt {
  width: 10em;
}

.backto-cal {
  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: 270px;
  height: 60px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #717171;
  letter-spacing: 0.2em;
  background-color: #fff;
  outline: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
}

.options-box {
  width: 600px;
  margin: 0 auto;
  padding: 10px;
  border: 1px dotted #464646;
}

.options-box-headline {
  font-size: 14px;
}

.options-box-list {
  padding-top: 5px;
}
.options-box-list li {
  font-size: 14px;
  line-height: 1.6;
}
.options-box-list li:before {
  content: "●";
}