@charset "UTF-8";

/* -------------------------------------
wpmembers
------------------------------------- */

.breadcrumb {
  color: #000;
}
.low-head__title-en {
  color: #181818;
}
.low-head__title-ja {
  color: #181818;
}

.form__user-name {
  font-size: 24px;
  margin-bottom: 40px;
  line-height: 1.4;
}
#wpmem_login:not(:last-child) {
  margin-bottom: 100px;
}

.link-text-username {
  display: none;
}

.form.form--profile ul {
  font-size: 18px;
}

.form.form--profile ul li:not(:last-child) {
  margin-bottom: 10px;
}

.wpmem_msg {
  font-size: 16px;

  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  color: #9f213b;
  display: block;
  margin-bottom: 30px;
}

#wpmem_reg legend,
#wpmem_login legend {
  display: none;
}

#wpmem_reg .req-text,
#wpmem_login .req-text {
  display: none;
}

#wpmem_reg .anno {
  color: #9f213b;
  margin-left: 6px;
  font-size: 15px;
}

#wpmem_reg label,
#wpmem_login label {
  font-size: 16px;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#wpmem_reg .req,
#wpmem_login .req {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 60px;
  display: inline-block;
  vertical-align: 2px;
  padding: 2px 5px 3px 5px;
  margin-left: 10px;
  background-color: #c65c26;
}

#wpmem_reg label,
#wpmem_login label {
  display: inline-block;
}

.button_div {
  position: relative;
}

.button_div .buttons {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  padding: 17px 10px 18px 10px;
  border: 2px solid #58a3ba;
  border-radius: 40px;
  background-color: #58a3ba;
  position: relative;
  transition: color 0.3s, background 0.3s;
  display: block;
  cursor: pointer;
}

.link-text {
  margin-top: 20px;
}

.link-text a {
  display: inline;
  color: #58a3ba;
}

.link-text a::before {
  display: block;
  content: "";
}
/* -------------------------------------
form
------------------------------------- */
.whblk {
  max-width: 980px;
  margin: 0 auto;
  border: none;
  padding-top: 0;
}

.whblk h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.whblk .maincap {
  letter-spacing: 0.1em;
  margin-bottom: 55px;
}

#flow {
  margin-bottom: 45px;
}

#flow h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

#flow li:not(:last-child) {
  margin-bottom: 25px;
}

#flow .num {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  width: 50px;
  height: 50px;
  padding: 11px 5px;
  border: 1px solid #000;
  border-radius: 50%;
}

#flow .text {
  flex: 1;
  padding-top: 12px;
  padding-left: 20px;
}

#flow .text h4 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

#flow .text p {
  font-weight: 500;
  letter-spacing: 0.1em;
}

.telreserve {
  color: #000;
  text-align: center;
  padding: 0 0 50px 0;
  border-top: none;
}

.telreserve dt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2.625;
  margin-bottom: 10px;
}

.telreserve dd {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.telreserve dd a {
  display: inline-block;
  margin-bottom: 20px;
  font-family: acumin-pro, sans-serif;
  font-weight: 500;
}

.telreserve dd a img,
.telreserve dd a span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.telreserve dd a img {
  width: 39px;
  vertical-align: -15px;
  margin-right: 15px;
}

.telreserve dd a span {
  font-size: 39px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  letter-spacing: 0.2em;
}

.telreserve dd p {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.telreserve dd p .sp {
  display: none;
}

.telreserve__ttl {
  color: #4d4d4d;
}
p.telreserve__text {
  color: #4d4d4d;
}

.line:not(:last-child) {
  margin-bottom: 35px;
}

.line dt {
  font-size: 16px;
  font-weight: 400;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.line dt label {
  display: inline-block;
}

.line dd {
  font-size: 0;
  letter-spacing: 0;
}

.line dt .req {
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 60px;
  display: inline-block;
  vertical-align: 2px;
  padding: 2px 5px 3px 5px;
  margin-left: 10px;
  background-color: #c65c26;
}

.line dd .cap {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.line dd .sep {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  text-align: center;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
}

.line .input,
.line .select {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.form input[type="text"],
.form input[type="number"],
.form input[type="email"],
.form input[type="password"],
.form textarea {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  line-height: 1;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 11px 10px 11px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: none;
  transition: background-color 0.3s;
  -webkit-appearance: none;
}

.form textarea {
  max-width: 100%;
  margin-top: 25px;
  line-height: 1.8;
  height: 250px;
}

.form input[type="text"]:focus,
.form input[type="number"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus,
.form textarea:focus {
  background-color: #f2f2f2;
  outline: 0;
}

.form .select {
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  /* background-color: #FFF; */
}

.form .select select {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4d4d4d;
  text-overflow: ellipsis;
  width: 100%;
  height: 43px;
  padding: 10px 10px 10px 15px;
  border: none;
  /* background: transparent; */
  background-color: #fff;
  background-image: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  z-index: 1;
}

.form .select select::-ms-expand {
  display: none;
}

.form .mwform-checkbox-field {
  display: block;
  padding-top: 0;
}

.form .mw_wp_form .vertical-item + .vertical-item {
  margin-top: 0;
}

.form .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px 10px 0;
}

.form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.form .mwform-checkbox-field label {
  font-size: 0;
  display: block;
}

.form .mwform-checkbox-field input {
  display: none;
}

.form .mwform-checkbox-field-text {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 1.4;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 3px 0 3px 35px;
  position: relative;
  cursor: pointer;
}

.form .mwform-checkbox-field-text::before,
.form .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
}

.form .mwform-checkbox-field-text::before {
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  background-color: #fff;
}

.form .mwform-checkbox-field-text::after {
  width: 12px;
  height: 18px;
  border-bottom: 4px solid #1a1a1a;
  border-right: 4px solid #1a1a1a;
  top: -6px;
  left: 6px;
  transition: opacity 0.3s, transform 0.3s;
  opacity: 0;
}

.form
  .mwform-checkbox-field
  input:checked
  + .mwform-checkbox-field-text::after {
  opacity: 1;
  transform: rotate(40deg);
}

.form .mwform-radio-field {
  line-height: 1.4;
  display: block;
}

.form .mwform-radio-field.horizontal-item {
  display: block;
  margin-bottom: 8px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.form .mwform-radio-field.vertical-item {
  margin-top: 10px;
}

.form .mwform-radio-field.vertical-item + .vertical-item {
  margin-top: 15px;
}

.form .mwform-radio-field label {
  display: block;
  cursor: pointer;
}

.form .mwform-radio-field input {
  display: none;
}

.form .mwform-radio-field-text {
  font-size: 16px;
  display: block;
  padding-left: 30px;
  position: relative;
}

.form .mwform-radio-field-text::before,
.form .mwform-radio-field-text::after {
  content: "";
  display: block;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 1;
}

.form .mwform-radio-field-text::before {
  width: 20px;
  height: 20px;
  border: 1px solid #64625e;
  top: -1px;
  left: 0;
}

.form .mwform-radio-field-text::after {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 5px;
  transition: background-color 0.3s;
}

.form input[type="radio"]:checked + .mwform-radio-field-text::after {
  background-color: #1a1a1a;
}

.form .fm_date1 .input,
.form .fm_date2 .input {
  width: 280px;
  margin-right: 25px;
}

.form .fm_date1 .time_select,
.form .fm_date2 .time_select {
  width: 280px;
  display: inline-block;
}

.form .fm_note dt {
  margin-bottom: 5px;
}

.form .fm_note dd .cap {
  margin-bottom: 0;
}
.form .fm_note dd .cap.fs {
  font-size: 12px;
}
.form .fm_note dd .cap.mb {
  margin-bottom: 10px;
}
.form .fm_note dd .cap a {
  display: inline;
  /* color: #0098CF; */
  color: #4d4d4d;
}
.form .fm_note label {
  margin-bottom: 3px;
  font-size: 18px;
}
.form .fm_names .input,
.form .fm_kanas .input {
  width: 160px;
}

.form .fm_names .input:nth-child(1),
.form .fm_kanas .input:nth-child(1) {
  margin-right: 25px;
}

.form .fm_mail .input,
.form .fm_tel .input,
.form .fm_address .input,
.form .fm_plan .input {
  max-width: 555px;
}

.form .fm_tel .input {
  margin-bottom: 10px;
}

.form .fm_tel .mwform-tel-field {
  font-size: 0;
  display: block;
}

.form .fm_tel input[type="text"] {
  /* width: calc((99.9% - 60px) / 3); */
  width: 100%;
  display: inline-block;
  vertical-align: top;
  vertical-align: middle;
}
.single .fm_tel input[type="text"],
.model .fm_tel input[type="text"] {
  width: calc((99.9% - 60px) / 3);
}

.form .fm_zip {
  font-size: 0;
  margin-bottom: 15px;
}

.form .fm_zip .input {
  width: calc(100% - 60px);
}

.form .fm_zip .mwform-zip-field {
  display: block;
}

.form .fm_zip .mwform-zip-field input {
  text-align: center;
  width: calc((99.9% - 30px) / 2);
  max-width: 85px;
  vertical-align: middle;
}

.form .line .mwform-zip-field input {
  width: 100%;
}

::placeholder {
  font-weight: normal;
  color: #4d4d4d;
}

::-ms-input-placeholder {
  font-weight: normal;
  color: #4d4d4d;
}

:-ms-input-placeholder {
  font-weight: normal;
  color: #4d4d4d;
}

.form .fm_people .input,
.form .fm_budget .input,
.form .fm_annual_income .input {
  width: 100%;
  max-width: 555px;
  vertical-align: middle;
}

.form .fm_people .input {
  max-width: 100px;
}

.form .fm_people .sep,
.form .fm_budget .sep,
.form .fm_annual_income .sep {
  text-align: left;
  margin-left: 15px;
}
.form .fm_know {
  margin-bottom: 70px;
}
.form .fm_area {
  max-width: 555px;
}
.pp {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  letter-spacing: 0.1em;
  margin: 30px 0 95px 0;
}

.pp a {
  color: #0098cf;
  text-decoration: underline;
  display: inline-block;
}

.confirm_text {
  font-size: 16px;
  font-weight: bold;
  color: #9f213b;
  text-align: center;
  display: none;
  margin-bottom: clamp(30px, 4vw, 70px);
}
.confirm_text .dum span {
  display: inline-block;
}

.form .mw_wp_form .error {
  font-size: 11px;
  /* font-weight: bold; */
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  color: #9f213b;
  display: block;
  margin-top: 4px;
}

.form .btn {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}

.form .btn button {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  cursor: pointer;
}

.form .btn button:not(:last-child) {
  margin: 0 20px 0 0;
}

.form .btn .submit,
.form .btn .confirm {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 310px;
  padding: 17px 10px 18px 10px;
  border: 2px solid #58a3ba;
  border-radius: 40px;
  background-color: #58a3ba;
  position: relative;
  transition: color 0.3s, background 0.3s;
}
.mw_wp_form_confirm .form .btn .submit,
.mw_wp_form_confirm .confirm {
  width: 50%;
  max-width: 240px;
  min-width: 190px;
}
.form .btn .submit::after,
.form .btn .confirm::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.form .btn .submit:hover,
.form .btn .confirm:hover {
  color: #58a3ba;
  background-color: #fff;
  opacity: 1;
}

.form .btn .submit:hover::after,
.form .btn .confirm:hover::after {
  border-top: solid 1px #58a3ba;
  border-right: solid 1px #58a3ba;
}

.form .btn .back {
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  width: 100%;
  max-width: 310px;
  padding: 17px 10px 18px 10px;
  border: 2px solid #5a5a5a;
  border-radius: 40px;
  background-color: #5a5a5a;
  position: relative;
  transition: color 0.3s;
  font-size: 14px;
}
.mw_wp_form_confirm .form .btn .back {
  width: 50%;
  max-width: 240px;
  min-width: 190px;
}
.form .btn .back::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}
.form .btn .back:hover {
  color: #5a5a5a;
  background-color: #fff;
  opacity: 1;
}
.form .btn .back:hover::after {
  border-top: solid 1px #5a5a5a;
  border-right: solid 1px #5a5a5a;
}

.mw_wp_form_confirm .input,
.mw_wp_form_confirm .select,
.form .mw_wp_form_confirm .fm_zip {
  font-size: 14px;
  line-height: 1;
  min-height: 43px;
  padding: 17px 15px 18px 15px;
  border: none;
  border-radius: 0px;
  background-color: #f4f4f4;
}

.mw_wp_form_confirm .fm_note .input {
  margin-top: 20px;
  line-height: 1.8;
  overflow-wrap: break-word;
}

.mw_wp_form_confirm .confirm_text {
  display: block;
}

/*.reserve .mw_wp_form_confirm .sales a {
	display:none;
}*/

#thunks {
  padding: 100px 0;
}

#thunks p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

#thunks p a {
  text-decoration: underline;
  display: inline-block;
}

/* -------------------------------------
reserve
------------------------------------- */
main.reserve {
  background: #f8f3ed;
  color: #4d4d4d;
}
.reserve .blk {
  padding-bottom: clamp(90px, 13.43vw, 215px);
}
.reserve .whblk {
  padding-bottom: 0;
}
.reserve .low-head {
  margin-bottom: clamp(40px, 6vw, 96px);
}

.reserve .telreserve {
  padding-top: 0;
}
.reserve .sales {
  margin: 10px 0 0 0;
}

.reserve .sales a {
  font-size: 14px;
  font-weight: 500;
  color: #4d4d4d;
  text-decoration: underline;
  letter-spacing: 0.1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 45px;
}

.reserve .sales input[type="text"] {
  width: 280px;
  vertical-align: middle;
  background-color: #f4f4f4;
  cursor: default;
  pointer-events: none;
}

.reserve .sales input[type="text"]:focus {
}

.selectBox {
  display: none;
  margin-bottom: 30px;
}
.selectBox.Open {
  display: block;
}
.reserve .fm_place {
  padding-bottom: 20px;
  margin-bottom: 28px;
  border-bottom: 1px solid #e6e6e6;
}
.select_ttl {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2.62;
}
label[for].select_ttl {
  cursor: none;
}
.selectBox span.req {
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 60px;
  display: inline-block;
  vertical-align: 2px;
  padding: 2px 5px 3px 5px;
  margin-left: 10px;
  background-color: #c65c26;
}
.select_nameBox {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  position: relative;
}
.mw_wp_form_confirm .select_nameBox {
  padding: 10px;
  background-color: #f4f4f4;
}
.select_nameBox::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  content: "";
  display: block;
  background-image: url(../imgs_new/common/select_arow.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 22px;
}
.mw_wp_form_confirm .select_nameBox::after {
  display: none;
}
.select_nameBox:hover:after {
  opacity: 0.7;
}
.select_nameBox select {
  width: 100%;
  padding: 10px;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
}
::placeholder {
  color: #b3b3b3;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #b3b3b3;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #b3b3b3;
}

/* 初期はグレー */
#time1 {
  /* color:#b3b3b3; */
  /* background-color: #f8f3ed; */
}
/* 有効な選択肢を選んだら黒 */
#time1.valid {
  color: #4d4d4d;
}

/* -------------------------------------
sodan
------------------------------------- */
main.sodan {
  background: #f8f3ed;
  color: #4d4d4d;
}

.sodan .telreserve {
  padding-bottom: 20px;
}
#question {
  padding: 50px 0;
  margin-bottom: 50px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

#question h3 {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

#question ul li {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-indent: -1em;
  padding-left: 1em;
}

#question ul li:not(:last-child) {
  margin-bottom: 3px;
}
.corporate-anno {
  padding-bottom: 74px;
  text-align: center;
  font-size: 12px;
}

.corporate-anno .sp {
  display: none;
}

.corporate-anno__link {
  display: inline;
  color: #0098cf;
  text-decoration: underline;
}

.form .fm_address .input,
.form .fm_owners dd {
  max-width: 555px;
}

@media screen and (max-width: 640px) {
  .corporate-anno .sp {
    display: block;
  }
}

/* -------------------------------------
catalog
------------------------------------- */
.catalog .low-head {
  margin-bottom: 0;
}
main.catalog {
  background: #f8f3ed;
  color: #4d4d4d;
}
.catalog__wrap {
  width: 100%;
}
.catalog .blk {
  padding-bottom: clamp(90px, 13.43vw, 215px);
}
/* .catalog .whblk {
  max-width: 1195px;
  padding-bottom: 0;
} */
.catalog .form__ttlWrap {
  margin-bottom: clamp(50px, 6.66vw, 85px);
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 18px 10px;
  text-align: center;
}
.catalog .form__ttl {
  font-size: clamp(22px, 1.937, 32px);
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  color: #181818;
}
#catalog_img {
  width: 58.1%;
  max-width: 640px;
  margin: 0 auto 65px auto;
}
.catalog .telreserve {
  padding-top: 0;
  border-top: none;
}
.catalog__textWrap {
  width: 100%;
  background-color: #b7a958;
  height: clamp(80px, 9.12vw, 146px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.catalog__textWrap::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 60%);
  -webkit-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);

  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 20px solid #b7a958;
  border-bottom: 0;
}
.catalog__text {
  color: #fff;
  font-size: clamp(16px, 1.87vw, 30px);
  padding: 0 10px;
  text-align: center;
  line-height: 1.7;
}
.catalog__text span {
  display: inline-block;
}

.custom-options {
  margin-bottom: clamp(70px, 9.33vw, 140px);
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: wrap; /* スマホ対応 */
}
.mw_wp_form_confirm .custom-options {
  justify-content: center;
  margin-bottom: 50px;
}
.option-box {
  /* border: 2px solid #ccc; */
  /* border-radius: 10px; */
  width: calc((100% - 30px) / 3);
  max-width: 312px;
  text-align: center;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}

/* .option-box:hover {
  border-color: #0073aa;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
} */

/* .option-box input[type="radio"] {
  position: absolute;
  top: 10px;
  right: 10px;
  transform: scale(1.5);
} */
.option-box .option-btn {
  margin: 0 auto;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 11px 10px;
  width: 138px;
}
.mw_wp_form_confirm .option-box .option-btn {
  font-size: 0;
  display: none;
}

.option-btnText {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-right: 17px;
  color: #181818;
}

/* .mw_wp_form_confirm .option-btnText::before {
	content: "";
    display: block;
    position: absolute;
	top: -1px;
	right:-10px;
    width: 22px;
    height: 22px;
	background-color: #f8f3ed;
    border-radius: 10px;
    border: 1px solid #181818;
}
.mw_wp_form_confirm .option-btnText::after{
	content: "";
    display: block;
    position: absolute;
	width: 12px;
    height: 12px;
    background-color: #1A1A1A;
    border-bottom: 0;
    border-right: 0;
    border-radius: 10px;
    top: 4px;
    right: -5px;
} */

.option-content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 28px;
}

.option-title {
  font-size: clamp(16px, 2.13vw, 21px);
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left;
  color: #181818;
}

.option-text {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: left;
  color: #181818;
}

.catalog .option-box [type="radio"] {
  margin: 0 0 3px 0;
}
.catalog .mw_wp_form_confirm .option-box {
  display: none;
}
.catalog .mw_wp_form_confirm .option-box.selected-option {
  display: block;
}

.catalog .option-btn label.option-label {
  display: flex;
  justify-content: center;
}
.catalog .form .option-box .mwform-checkbox-field-text {
  font-size: 0;
  color: transparent;
  width: 22px;
  padding: 0;
}
.catalog .form .option-box .mwform-checkbox-field.horizontal-item {
  margin: 0;
}
.catalog .form .option-box .mwform-checkbox-field-text::before {
  top: -1px;
  border-radius: 10px;
  border: 1px solid #181818;
}
.catalog .form .option-box .mwform-checkbox-field-text::after {
  width: 12px;
  height: 12px;
  background-color: #1a1a1a;
  border-bottom: 0;
  border-right: 0;
  border-radius: 10px;
  top: 4px;
  left: 5px;
}

/* -------------------------------------
追加
------------------------------------- */

.mw_wp_form .input--multicheck {
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 20px;
}

.mw_wp_form .input--multicheck .mwform-checkbox-field.vertical-item {
  display: inline-flex;
}
.mw_wp_form
  .input--multicheck
  .mwform-checkbox-field.vertical-item:nth-child(8) {
  margin-right: 20%;
}

.form .input--multicheck .mwform-checkbox-field label {
  display: inline-block;
}

.form .input--multicheck .other-input {
  width: 200px;
  display: inline-flex;
  height: 30px;
}

.form .readonly {
  background-color: #f4f4f4 !important;
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 1340px) {
  .whblk h2 {
    font-size: 21px;
  }

  .whblk .maincap {
    margin-bottom: 53px;
  }

  #flow h3 {
    font-size: 21px;
    margin-bottom: 29px;
  }

  #flow ol li:not(:last-child) {
    margin-bottom: 24px;
  }

  #flow ol .num {
    font-size: 21px;
    width: 48px;
    height: 48px;
    padding: 12px 10px 10px 10px;
  }

  #flow .text {
    padding-top: 11px;
  }

  .line:not(:last-child) {
    margin-bottom: 34px;
  }

  .pp {
    margin: 30px 0 80px 0;
  }

  /* -------------------------------------
	sodan
	------------------------------------- */
  #question {
    padding: 49px 0;
    margin-bottom: 49px;
  }

  /* -------------------------------------
	catalog
	------------------------------------- */
  #catalog_img {
    margin: 0 auto 63px auto;
  }
}

@media screen and (max-width: 1240px) {
}

@media screen and (max-width: 1100px) {
  .whblk h2 {
    font-size: 20px;
  }

  .whblk .maincap {
    margin-bottom: 51px;
  }

  #flow h3 {
    font-size: 20px;
    margin-bottom: 28px;
  }

  #flow ol li:not(:last-child) {
    margin-bottom: 23px;
  }

  #flow .text {
    padding-top: 12px;
  }

  #flow .text h4 {
    font-size: 16px;
  }

  .telreserve dd a img {
    width: 38px;
  }

  .telreserve dd a span {
    font-size: 38px;
  }

  .line:not(:last-child) {
    margin-bottom: 33px;
  }

  /* -------------------------------------
	sodan
	------------------------------------- */
  #question {
    padding: 48px 0;
    margin-bottom: 48px;
  }

  /* -------------------------------------
	catalog
	------------------------------------- */
  #catalog_img {
    margin: 0 auto 61px auto;
  }
}

@media screen and (max-width: 980px) {
  .whblk .maincap {
    margin-bottom: 49px;
  }

  #flow h3 {
    margin-bottom: 27px;
  }

  #flow ol li:not(:last-child) {
    margin-bottom: 22px;
  }

  #flow ol .num {
    font-size: 20px;
    width: 45px;
    height: 45px;
    padding: 11px 10px 10px 10px;
  }

  #flow .text {
    padding-top: 11px;
  }

  .telreserve dd a img {
    width: 37px;
    vertical-align: -14px;
  }

  .telreserve dd a span {
    font-size: 37px;
  }

  .line:not(:last-child) {
    margin-bottom: 32px;
  }

  /* -------------------------------------
	reserve
	------------------------------------- */
  .reserve .sales {
    margin-bottom: 5px;
  }

  .reserve .sales a {
    margin-right: 30px;
  }

  .reserve .sales input[type="text"] {
    width: 280px;
    display: block;
    margin-top: 10px;
  }

  /* -------------------------------------
	sodan
	------------------------------------- */
  #question {
    padding: 47px 0;
    margin-bottom: 47px;
  }

  /* -------------------------------------
	catalog
	------------------------------------- */
  #catalog_img {
    margin: 0 auto 59px auto;
  }
}

@media screen and (max-width: 768px) {
  .whblk h2 {
    font-size: 19px;
  }

  .whblk .maincap {
    margin-bottom: 47px;
  }

  #flow h3 {
    font-size: 19px;
    margin-bottom: 26px;
  }

  #flow ol li:not(:last-child) {
    margin-bottom: 21px;
  }

  #flow ol .num {
    font-size: 19px;
    width: 42px;
    height: 42px;
    padding: 10px 10px 10px 10px;
  }

  #flow .text {
    padding-top: 10px;
  }

  .telreserve dd a img {
    width: 35px;
    vertical-align: -13px;
  }

  .telreserve dd a span {
    font-size: 35px;
  }

  .line:not(:last-child) {
    margin-bottom: 31px;
  }

  .line dt {
    font-size: 15px;
  }

  .line dd .cap {
    font-size: 13px;
  }

  .form textarea {
    height: 230px;
  }

  .form .fm_date1 .input,
  .form .fm_date2 .input {
    width: calc((99.9% - 20px) / 2);
    margin-right: 20px;
  }

  .form .fm_date1 .time_select,
  .form .fm_date2 .time_select {
    width: calc((99.9% - 20px) / 2);
  }

  .form .fm_names .input,
  .form .fm_kanas .input {
    width: calc((99.9% - 20px) / 2);
    max-width: 160px;
  }

  .form .fm_names .input:nth-child(1),
  .form .fm_kanas .input:nth-child(1) {
    margin-right: 20px;
  }

  .form .btn .submit,
  .form .btn .confirm {
    max-width: 221px;
    padding: 13px 10px;
  }
  .form .btn .back {
    max-width: 221px;
    padding: 13px 10px;
  }

  .pp {
    margin: 25px 0 50px 0;
  }

  #thunks {
    padding: 80px 0;
  }

  #thunks p {
    font-size: 15px;
  }

  /* -------------------------------------
	sodan
	------------------------------------- */
  #question {
    padding: 46px 0;
    margin-bottom: 46px;
  }

  #question h3 {
    font-size: 17px;
  }

  /* -------------------------------------
	catalog
	------------------------------------- */
  .custom-options {
    flex-direction: column;
    max-width: 375px;
    margin-right: auto;
    margin-left: auto;
  }
  .option-box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .option-content img {
    margin-bottom: 15px;
  }
  .option-title {
    margin-bottom: 10px;
  }
  .option-text {
    margin-bottom: 15px;
  }
  #catalog_img {
    width: 100%;
    max-width: 415px;
    margin: 0 auto 57px auto;
  }

  /* -------------------------------------
reserve
	------------------------------------- */
  .mw_wp_form
    .input--multicheck
    .mwform-checkbox-field.vertical-item:nth-child(8) {
    margin-right: 0;
  }
  .form .mwform-radio-field-text {
    font-size: 15px;
  }
  .reserve .whblk {
    padding-right: 0;
    padding-left: 0;
  }
  .confirm_text {
    font-size: 15px;
  }
  .select_ttl {
    font-size: 15px;
  }
  .form .fm_note label {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  #flow ol li:not(:last-child) {
    margin-bottom: 20px;
  }

  .telreserve dd a img {
    width: 34px;
  }

  .telreserve dd a span {
    font-size: 34px;
    letter-spacing: 0.18em;
  }

  .telreserve dd p .sp {
    display: block;
  }

  .form .fm_date1 .input,
  .form .fm_date2 .input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .form .fm_date1 .time_select,
  .form .fm_date2 .time_select {
    width: 100%;
  }

  .form .fm_names .input,
  .form .fm_kanas .input {
    width: calc((99.9% - 15px) / 2);
  }

  .form .fm_names .input:nth-child(1),
  .form .fm_kanas .input:nth-child(1) {
    margin-right: 15px;
  }

  .form .fm_tel input[type="text"] {
    /* width: calc((99.9% - 40px) / 3); */
  }

  .form .fm_tel dd .sep {
    width: 20px;
  }

  .form .btn button {
    display: block;
    margin: 0 auto;
  }

  .form .btn button:not(:last-child) {
    margin: 0 auto 15px auto;
  }

  /* -------------------------------------
	reserve
	------------------------------------- */
  .reserve .sales a {
    margin-right: 30px;
  }

  .reserve .sales input[type="text"] {
    width: 100%;
  }

  /* -------------------------------------
	catalog
	------------------------------------- */
  #catalog_img {
    margin: 0 auto 55px auto;
  }
}

@media screen and (max-width: 500px) {
  .whblk h2 {
    font-size: 18px;
  }

  .whblk .maincap {
    margin-bottom: 45px;
  }

  #flow h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  #flow ol .num {
    font-size: 18px;
    width: 40px;
    height: 40px;
  }

  #flow .text {
    padding-top: 9px;
    padding-left: 15px;
  }

  .telreserve dd a img {
    width: 33px;
  }

  .telreserve dd a span {
    font-size: 31px;
    letter-spacing: 0.1em;
  }

  .line:not(:last-child) {
    margin-bottom: 30px;
  }

  .form textarea {
    height: 200px;
  }

  /* -------------------------------------
	sodan
	------------------------------------- */
  #question {
    padding: 45px 0;
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 320px) {
}
