@charset "UTF-8";
/* CSS Document */
body {
  background: #F4EDD6;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: .875rem;
  position: relative;
  margin: 0;
}
* {
  box-sizing: border-box;
}
a.normalBtn {
  background: #5a0a00;
  color: #fff;
  position: relative;
  text-decoration: none;
  display: inline-block;
  min-width: 230px;
  padding: 12px 20px;
  border-radius: 100vh;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
header {
  display: block;
  width: 100%;
  background: #5a0a00;
}
.header_inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 30px 2vw 20px;
  display: flex;
  justify-content: space-between;
}
.h_btnToForm {
  background: #E6705C;
  display: block;
  width: 200px;
  padding: 20px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.h_btnToForm::after {
  content: "";
  display: block;
  background: url(./img/icon_arrow.svg) no-repeat;
  width: 9px;
  height: 11px;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
img {
  display: inline-block;
  width: 100%;
  height: auto;
}
h1, h2, h3, h4 {
  color: #5a0a00;
}
.logoBox {
  width: 180px;
  display: flex;
  align-items: center;
}
.error {
  font-size: 0.8rem;
  color: #f22;
  padding-left: 10px;
  display: block;
  margin-block-start: 0.2rem;
}
@media screen and (max-width:768px) {
  header {
    padding-inline: 2vw;
  }
  .header_inner {
    padding: 2vw;
  }
  .logoBox {
    width: 26vw;
  }
  .h_btnToForm {
    width: 37vw;
    padding: 2.5vw;
    font-size: clamp(10px, 3vw, 14px);
  }
  .h_btnToForm::after {
    width: 1.3vw;
    height: auto;
    aspect-ratio: 9 / 11;
    right: 2vw;
  }
}
.wrapper {
  width: 100%;
  min-height: calc(100vh - 250px);
}
.contents {
  max-width: 1200px;
  margin-inline: auto;
}
.sec {
  padding: 30px 10vw;
}
.contentsHeader {
  text-align: center;
  padding-block: 65px 10px;
}
.contentsSubHeader {
  border-bottom: 3px solid #5a0a00;
  padding-block-end: 6px;
  margin-block-end: 35px;
}
a.btnToForm {
  background: #E6705C;
  display: block;
  margin-inline: auto;
  margin-block: 50px;
  width: 80%;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.btnToForm::after {
  content: "";
  display: block;
  background: url(./img/icon_arrow.svg) no-repeat;
  width: 9px;
  height: 11px;
  background-size: 100% auto;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.btnToForm .subTxt, .btnToForm .mainTxt {
  display: block;
  text-align: center;
}
.btnToForm .mainTxt {
  font-weight: 700;
  font-size: 24px;
}
.btnToForm .subTxt {
  margin-block-end: 6px;
}
p.attention {
  color: #c00;
  border: 2px solid #c00;
  padding: 15px;
  border-radius: 5px;
  line-height: 1.6;
}
.attention_list {
  background: #fffae8;
  padding: 1.5rem;
  padding-inline-start: 2.7rem;
}
.attention_list li {
  padding: 0.5em 0;
}
.apdx {
  font-size: 0.8em;
}
.sp {
  display: none;
}
@media screen and (max-width:768px) {
  .sec {
    padding: 30px 3vw;
  }
}
@media screen and (max-width:620px) {
  .sp {
    display: inline-block;
  }
}
footer {
  background: #5a0a00;
  color: #fff;
}
.f_logo {
  width: 180px;
  margin-block-end: 10px;
}
.footer_inner {
  max-width: 1200px;
  margin-inline: auto;
  padding: 50px 2vw 10px;
}
.f_info p {
  margin-block: 0 10px;
  font-size: 0.8125rem;
}
.f_info p.address {
  font-size: 0.75rem;
}
.copyright {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 30px;
}
@media screen and (max-width:768px) {
  .f_logo {
    width: 150px;
    margin-block-end: 4px;
  }
}
/* ---------------
   thanks style
-------------- */
.sec.thanks {
  max-width: 800px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.7;
  padding-block: 0;
}
.sec.thanks .btnBox {
  display: flex;
  justify-content: center;
  column-gap: 5vw;
  margin-block: 3rem 2rem;
}
/* ---------------
   form style
-------------- */
form {
  max-width: 900px;
  margin-inline: auto;
}
.fc_contact_form {
  background: #fffcf1;
  padding: 3rem 1rem;
}
.fc_form {
  width: 100%;
}
.fc_form tr {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  align-items: center;
}
.fc_form th {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 55px 10px 0;
  box-sizing: border-box;
  text-align: right;
  background: none;
  letter-spacing: 2px;
  position: relative;
  color: #5a0a00;
  line-height: 1.5;
  display: inline-block;
  width: 36%;
  vertical-align: top;
}
.fc_form th.form_cat_title {
  text-align: center;
  background: rgba(0, 0, 0, 0.1);
}
.fc_form .req th::after {
  content: "必須";
  display: inline-block;
  font-size: 0.75em;
  background: #cd4343;
  color: #fff;
  margin-inline-start: 1em;
  border-radius: 3px;
  padding: 0.1em 0.7em;
}
.fc_form td {
  display: block;
  font-size: 15px;
  width: 60%;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  letter-spacing: 1px;
}
.fc_form td.fc_form_normal {
  white-space: normal;
}
.select_wrap {
  display: inline-block;
  position: relative;
  margin-right: 0.3em;
}
.contact_sub .fc_form td {
  white-space: normal !important;
}
.contact_sub .submit_td {
  padding-top: 30px;
}
.formItem {
  display: flex;
}
.formItem {
  margin-top: 10px;
  text-align: left;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
}
.formItem:nth-of-type(n+2) {
  border-top: 1px solid #e3c6c6;
}
.header_formality {
  color: #5a0a00;
  width: 36%;
}
.input-number_cover {
  display: flex;
  width: 60%;
  justify-content: center;
  column-gap: 1.3%;
}
.formItem_subCat {
  width: 24%;
}
.formItem label {
  color: #5a0a00;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 36%;
  vertical-align: top;
}
.formItem .formItem_subCat label {
  font-size: 0.75rem;
  color: #926969;
  width: 100%;
}
select {
  color: #000000;
  cursor: pointer;
  border: 1px solid #c0adad;
  padding: 0 34px 0 8px;
  border-radius: 4px;
  line-height: 30px;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  height: 34px;
  font-size: 16px;
  position: relative;
  background-size: 31px auto;
  background: #fff;
}
input[type="text"], input[type="tel"] {
  width: 60%;
  display: block;
  height: 34px;
  border: 1px solid #c0adad;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 1rem;
}
textarea {
  display: inline-block;
  width: 100%;
  border: 1px solid #c0adad;
  border-radius: 4px;
  padding: 7px 6px;
  box-sizing: border-box;
  font-size: 16px;
}
.select_wrap {
  height: 34px;
  border-radius: 4px;
  width: auto;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.select_wrap::after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #5a0a00;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
p.style2 {
  font-size: 0.85rem;
}
.attention {
  font-size: 0.75rem;
  background: #ffc1c1;
  border-radius: 4px;
  margin-block-start: 0.5rem;
  padding: 0.5rem 0.7rem;
}
td.note_td {
  width: 100%;
  font-size: 0.8rem;
}
td.note_td p {
  font-weight: normal;
  padding-inline: 2rem;
  font-size: 0.8rem;
}
.input-contents {
  font-size: 1rem;
}
.formItem_subCat .input-contents {
  font-size: 1.8rem;
}
.btnBox {
  display: flex;
  justify-content: center;
  column-gap: 5vw;
}
input[type="submit"], #btn_back {
  background: #E6705C;
  display: block;
  margin-inline: auto;
  margin-block: 50px;
  width: 80%;
  padding: 40px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}
.fc_contact_form input[type="submit"], input#submitsend {
  background: #E6705C;
  display: block;
  margin-inline: auto;
  margin-block: 50px;
  width: 80%;
  padding: 35px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: none;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  cursor: pointer;
}
#btn_back {
  width: 30%;
  background: #ccc;
  padding: 40px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}
.label_check {
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  margin-bottom: 10PX;
}
.label_check input[type=checkbox] {
  transform: scale(1.3);
  margin: 0 11px 0 0;
}
.vague {
  margin-block: 0.3rem;
}
span.must {
  font-size: 0.75em;
  background: #cd4343;
  color: #fff;
  display: inline-block;
  margin-inline-start: 1em;
  border-radius: 3px;
  padding: 0.1em 0.7em;
}
span.option {
  font-size: 0.75em;
  background: #7c5f5f;
  color: #fff;
  display: inline-block;
  margin-inline-start: 1em;
  border-radius: 3px;
  padding: 0.1em 0.7em;
}
@media screen and (max-width:850px) {
  form {
    width: 100%;
    margin-inline: auto;
  }
  h1.contentsHeader + p {
    padding: 0 2vw;
    font-size: 14px;
  }
  .fc_contact_form {
    background: #fffcf1;
    padding: 3rem 2vw 1rem;
  }
  .fc_form tr {
    flex-direction: column;
    padding: 0.3rem 0rem;
  }
  .fc_form th, .fc_form td {
    width: 100%;
    text-align: left;
    padding-inline: 0.3rem;
  }
  .fc_form th {
    padding-block-end: 0.3rem;
  }
  .fc_form td {
    border-block-end: 1px solid #5a0a00;
  }
  .formItem {
    margin-top: 0;
    justify-content: space-between;
  }
  .formItem label {
    width: 100%;
    margin-block-end: 10px;
  }
  .formItem_subCat {
    width: 48%;
  }
  .formItem .formItem_subCat label {
    margin-block-end: 3px;
    font-size: 0.7rem;
  }
  .header_formality {
    margin-block-end: 3px;
    padding: 0;
    width: 100%;
  }
  select {
    padding: 0 1vw;
    min-width: 21vw;
    width: 100%;
    height: 40px;
  }
  .select_wrap::after {
    position: absolute;
    right: 8px;
  }
  p.vague {
    margin-block: 1.0rem 0;
  }
  select#userage, select#userpref, select#usersex {
    min-width: 120px;
  }
  input[type="text"], input[type="number"], #stores_name, #start_time, textarea, .input-number_cover {
    width: 100%;
    height: 40px;
  }
  textarea#incomment {
    height: 120px;
    font-size: 15px;
  }
  td.note_td p {
    padding-inline: 2vw;
    text-align: justify;
    font-size: 14px;
  }
  input[type="submit"], #btn_back {
    font-size: 1.1rem;
  }
  #btn_back {
    padding: 22px 1vw;
    width: 60%;
  }
  input#un_visitdate {
    transform: scale(1.4);
    margin-inline-end: 0.3rem;
  }
  input#un_visittime {
    transform: scale(1.4);
    margin-inline-end: 0.3rem;
  }
}
/* ---------------
   privacypolicy style
-------------- */
p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: normal;
}
::marker {
  color: #5a0a00;
  font-size: 1rem;
}
.regal_detail_txt > ol > li {
  list-style: decimal;
  list-style-position: inside;
  line-height: 1.5;
  font-weight: bold;
}
h3 {
  font-size: 18px;
  margin-block: 0.5rem 0.3rem;
  display: inline-block;
}
.regal_detail_txt li ol {
  padding: 20px 30px;
  border: 1px solid #bb9885;
  font-weight: normal;
  margin: 8px 0 0;
  background: rgb(255 255 255 / 49%);
  border-radius: 4px;
  margin-block-end: 2rem;
}
.regal_detail_txt li ol li {
  list-style: none;
  list-style-position: inside;
  font-size: 15px;
  line-height: 1.8;
  padding-top: 0px;
}
.regal_detail_txt li ol li > table {
    margin-block-start: 0.5rem;
}
.regal_detail_txt table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1;
  border-radius: 0;
  border: none;
  padding-bottom: 1px;
  width: 86%;
  word-break: break-all;
  margin: 0;
  overflow: hidden;
  margin-bottom: 1em;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.regal_detail_txt th {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
  width: 37%;
}
.regal_detail_txt th, .regal_detail_txt td {
  border-bottom: rgba(32, 20, 16, 0.3) 1px solid;
  border-right: none;
  border-left: none;
  margin: 0;
  padding: 20px 15px;
  line-height: 1.4;
}
.regal_detail_txt li ol li:before {
  content: "(1) ";
}
.regal_detail_txt li ol li:nth-child(2):before {
  content: "(2) ";
}
.regal_detail_txt li ol li:nth-child(3):before {
  content: "(3) ";
}
.regal_detail_txt li ol li:nth-child(4):before {
  content: "(4) ";
}
.regal_detail_txt li ol li:nth-child(5):before {
  content: "(5) ";
}
.regal_detail_txt li ol li:nth-child(6):before {
  content: "(6) ";
}
.regal_detail_txt li ol li:nth-child(7):before {
  content: "(7) ";
}
.regal_detail_txt li ol li:nth-child(8):before {
  content: "(8) ";
}
.regal_detail_txt li ol li:nth-child(9):before {
  content: "(9) ";
}
.regal_detail_txt li ol li:nth-child(10):before {
  content: "(10) ";
}
.regal_detail_txt li ol li ol li:before {
  content: "① ";
}
.regal_detail_txt li ol li ol li:nth-child(2):before {
  content: "② ";
}
.regal_detail_txt li ol li ol li:nth-child(3):before {
  content: "③ ";
}
.regal_detail_txt li ol li ol li:nth-child(4):before {
  content: "④ ";
}
.regal_detail_txt li ol li ol li:nth-child(5):before {
  content: "⑤ ";
}
.regal_detail_txt li ol li ol li:nth-child(6):before {
  content: "⑥ ";
}
.regal_detail_txt li ol li ol li:nth-child(7):before {
  content: "⑦ ";
}
.regal_detail_txt li ol li ol li:nth-child(8):before {
  content: "⑧ ";
}
.regal_detail_txt li ol li ol li:nth-child(9):before {
  content: "⑨ ";
}
.regal_detail_txt li ol li ol li:nth-child(10):before {
  content: "⑩ ";
}
a.link {
  color: #760f0f;
  transition: all .6s;
}
a.link:hover {
  color: #de8e8e;
  transition: all .6s;
}
.regal_detail_txt {
  margin-block-end: 2rem;
}
section.sec.privacy {
  padding-block-end: 6rem;
}
@media screen and (max-width: 768px) {
  ol, ul {
    margin: 0;
    padding: 0;
  }
  .regal_detail_txt li ol {
    border: #000 1px solid;
    padding: 1.6vw 2vw;
    margin-bottom: 6.6vw;
  }
  .regal_detail_txt li ol li {
    list-style-position: inside;
    line-height: 1.8;
    padding-top: 0px;
    font-size: clamp( 15px, calc( 13.933333333333334px + 0.33333333333333337vw ), 16px );
  }
  .regal_detail_txt table, .regal_detail_txt tbody, .regal_detail_txt tr, .regal_detail_txt th, .regal_detail_txt td {
    display: block;
    width: 100%;
  }
  .regal_detail_txt th {
    padding: 10px 15px 8px;
    border-bottom: 0;
  }
}