/* CSS Information
---------------------------------------------------------------
Site URL:https://
File name:style.css
Summary:base styles
Created:2025-06-12
--------------------------------------------------------------- */
/* Fonts */
/* ------------------------------------------------------------ */
/* Margin */
/* ------------------------------------------------------------ */
/* Link */
/* ------------------------------------------------------------ */
a {
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: text;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

/* Animation */
/* ------------------------------------------------------------ */
a,
img {
  transition: all 0.3s ease;
}

.alpha:hover {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* Style */
/* ------------------------------------------------------------ */
html {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-size: 3.684vw;
}
html body {
  background: url("../img/bg.png' ); ?>") repeat-y center top/min(100%, 1190px) auto;
}
html body::-webkit-scrollbar {
  display: none;
}
html body header h1 {
  display: none;
}
html body main {
  width: min(100%, 1190px);
  margin: 0 auto;
}
html body main#index section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
html body main#index section#mainvisual h2 {
  width: 100%;
}
html body main#index section#contents figure {
  width: min(99.16vw, 1180px);
  margin: min(6.723vw, 80px) auto 0;
}
html body main#index section#contents ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: min(2.521vw, 30px);
  width: min(91.765vw, 1092px);
  margin: min(6.723vw, 80px) auto 0;
}
html body main:not(#index) section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
html body main:not(#index) section#title {
  padding: min(13.445vw, 160px) 0;
}
html body main:not(#index) section#title h2 img {
  width: auto;
  height: min(6.05vw, 72px);
}
html body main:not(#index) section#title h3 {
  margin-top: min(6.723vw, 80px);
}
html body main:not(#index) section#title h3 img {
  width: auto;
  height: min(8.571vw, 102px);
}
html body main:not(#index) section#contents {
  width: min(91.597vw, 1090px);
}
html body main#choose section#contents figure,
html body main#faq section#contents figure,
html body main#contact section#contents figure {
  width: min(90.252vw, 1074px);
}
html body main#choose section#contents figure:nth-of-type(n+2),
html body main#faq section#contents figure:nth-of-type(n+2),
html body main#contact section#contents figure:nth-of-type(n+2) {
  margin-top: min(6.723vw, 80px);
}
html body main#choose section#contents .hr,
html body main#faq section#contents .hr,
html body main#contact section#contents .hr {
  margin-top: min(6.723vw, 80px);
}
html body main#choose section#contents>ul,
html body main#faq section#contents>ul,
html body main#contact section#contents>ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.681vw, 20px);
  margin-top: min(6.723vw, 80px);
}
html body main#order section#contents form {
  width: 100%;
}
html body main#order section#contents form>.note {
  margin-bottom: min(6.723vw, 80px);
}
html body main#order section#contents form>.note p {
  text-align: left;
  font-size: min(1rem, 44px);
  line-height: 1.75;
  width: 100%;
}
html body main#order section#contents form .btn_area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: min(6.723vw, 80px);
}
html body main#order section#contents form .btn_area .btn_submit,
html body main#order section#contents form .btn_area .btn_confirm,
html body main#order section#contents form .btn_area .btn_fixes {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(50.42vw, 600px);
  height: min(13.445vw, 160px);
  background: #8e7e5b;
  color: #fff;
  font-size: min(1rem, 44px);
  font-weight: 500;
  cursor: pointer;
  border: none;
}
html body main#order section#contents form .btn_area+.btn_area {
  margin-top: 0;
}
html body main#order section#contents form .must {
  background: #C9161E;
  color: #fff;
  font-size: min(0.571429rem, 25px);
  padding: min(0.84vw, 10px) min(1.681vw, 20px);
}
html body main#order section#contents form span.error {
  display: block;
  text-align: left;
  margin-top: min(0.84vw, 10px);
  flex-basis: 100%;
}
html body main#order section#contents form dl {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: min(6.723vw, 80px) 0 0;
}
html body main#order section#contents form dl:last-of-type {
  border: none;
}
html body main#order section#contents form dl dt {
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 min(3.361vw, 40px);
}
html body main#order section#contents form dl dt .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8e7e5b;
  font-size: min(1rem, 44px);
  font-weight: 700;
}
html body main#order section#contents form dl dt .wrap img {
  width: auto;
  height: min(4.202vw, 50px);
}
html body main#order section#contents form dl dd {
  display: block;
  width: 100%;
}
html body main#order section#contents form dl dd .wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: min(1rem, 44px);
  line-height: 1.75;
}
html body main#order section#contents form dl dd .wrap+.wrap {
  margin-top: min(0.84vw, 10px);
}
html body main#order section#contents form dl dd .wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #8e7e5b;
  font-size: min(0.857143rem, 38px);
  line-height: 1.75;
}
html body main#order section#contents form dl dd .wrap2+.wrap2 {
  margin-top: min(1.681vw, 20px);
}
html body main#order section#contents form :is(input:not([type=file]):not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea) {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px #8e7e5b solid;
  color: #000;
  font-size: min(1rem, 44px);
  letter-spacing: 1px;
  width: 100%;
  height: min(8.403vw, 100px);
  padding: min(0.84vw, 10px) min(1.681vw, 20px);
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
html body main#order section#contents form :is(input:not([type=file]):not([type=radio]):not([type=checkbox]):not([type=submit]), select, textarea):focus {
  outline: none;
}
html body main#order section#contents form textarea {
  height: min(26.891vw, 320px) !important;
}
html body main#order section#contents form input[type=file] {
  font-size: min(1rem, 44px);
}
html body main#order section#contents form input[type=text].input_number {
  text-align: right;
  width: 3.8em !important;
}
html body main#order section#contents form .horizontal-item {
  padding: min(0.84vw, 10px) 0;
  margin-left: 0;
}
html body main#order section#contents form .horizontal-item+.horizontal-item {
  padding: min(0.84vw, 10px) 0;
}
html body main#order section#contents form .select {
  width: 100%;
  position: relative;
}
html body main#order section#contents form .select::after {
  content: "";
  display: block;
  width: min(0.42vw, 5px);
  height: min(0.42vw, 5px);
  border-width: 0 2px 2px 0;
  border-color: #000;
  border-style: solid;
  position: absolute;
  right: min(0.84vw, 10px);
  top: calc(50% - min(0.42vw, 5px));
  transform-origin: center;
  transform: rotate(45deg);
}
html body main#order section#contents form .radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html body main#order section#contents form .radio input[type=radio] {
  position: absolute;
  visibility: hidden;
  width: auto;
}
html body main#order section#contents form .radio .mwform-radio-field label {
  display: flex;
}
html body main#order section#contents form .radio .mwform-radio-field label .mwform-radio-field-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1rem, 44px);
  margin: 0 min(1.681vw, 20px) 0 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
}
html body main#order section#contents form .radio .mwform-radio-field label .mwform-radio-field-text::before {
  content: "";
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0 min(0.84vw, 10px) 0 0;
  border: 1px solid #8e7e5b;
  background: #fff;
  box-sizing: border-box;
  border-radius: 50%;
  vertical-align: middle;
}
html body main#order section#contents form .radio input[type=radio]:checked+.mwform-radio-field-text::before {
  border: 1px solid #8e7e5b;
}
html body main#order section#contents form .radio input[type=radio]:checked+.mwform-radio-field-text::after {
  display: inline-block;
  position: absolute;
  left: 3px;
  content: "";
  width: 12px;
  height: 12px;
  background: #C9161E;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
}
html body main#order section#contents form .check {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
html body main#order section#contents form .check input[type=checkbox] {
  position: absolute;
  visibility: hidden;
  width: auto;
}
html body main#order section#contents form .check .mwform-checkbox-field {
  display: block;
}
html body main#order section#contents form .check .mwform-checkbox-field label {
  display: flex;
}
html body main#order section#contents form .check .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(0.857143rem, 38px);
  margin: 0 min(3.361vw, 40px) 0 0;
  cursor: pointer;
  position: relative;
}
html body main#order section#contents form .check .mwform-checkbox-field label .mwform-checkbox-field-text::before,
html body main#order section#contents form .check .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  display: block;
}
html body main#order section#contents form .check .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  inset: 0 auto 0 0;
  background: #fff;
  border: 1px solid #8e7e5b;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin: 0;
  margin-right: min(0.84vw, 10px);
}
html body main#order section#contents form .check .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  border-right: 2px solid #C9161E;
  border-bottom: 2px solid #C9161E;
  width: 6px;
  height: 12px;
  margin: -5px 0 0 1px;
  opacity: 0;
  position: absolute;
  inset: auto auto auto 6px;
  transform: rotate(45deg);
  transition: all 0.5s;
}
html body main#order section#contents form .check input[type=checkbox]:checked+.mwform-checkbox-field-text::after {
  opacity: 1;
}
html body main#order section#contents .mw_wp_form {
  width: 100%;
}
html body main#order section#contents .mw_wp_form_confirm {
  width: 100%;
}
html body main#order section#contents .mw_wp_form_confirm .select::after {
  content: none;
}
html body main#order section#contents .mw_wp_form_complete p {
  text-align: left;
  font-size: min(1rem, 44px);
  line-height: 1.75;
  width: 100%;
}
html body footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: min(100%, 1190px);
  margin: 0 auto;
  padding: min(13.445vw, 160px) 0 min(6.723vw, 80px);
}
html body footer nav {
  width: min(91.597vw, 1090px);
}
html body footer nav ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.202vw, 50px);
  width: 100%;
}
html body footer h1 {
  width: min(19.328vw, 230px);
  margin-top: min(6.723vw, 80px);
}
html body footer small {
  font-size: min(0.714286rem, 31px);
  margin-top: min(6.723vw, 80px);
}
/*# sourceMappingURL=style.css.map */