@charset "UTF-8";
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


html {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  body.no-scroll {
    overflow: hidden;
  }
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  a:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}

label,
select {
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .none-max-1200 {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 426px) {
  .none-min-ml {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .none-min-1200 {
    display: none;
  }
}

.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
.header > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 930px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .header > .wrap {
    width: calc(100% - 30px);
  }
}
.header > .wrap > .logo {
  max-width: 400px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .header > .wrap > .logo {
    width: 41%;
  }
}
.header > .wrap > .txt {
  width: 60%;
  font-size: 14px;
  color: #98A6B1;
}
@media screen and (max-width: 600px) {
  .header > .wrap > .txt {
    font-size: 9px;
  }
}

.footer > .copyright {
  padding: 15px;
  background-color: #D3444B;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer > .copyright {
    font-size: 10px;
  }
}
.footer > .logo {
  max-width: 400px;
  width: 60%;
  margin: 0 auto;
  padding: 10px;
}

.sticky {
  max-width: 375px;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999;
  background-color: #fff;
}
.sticky * {
  color: #fff;
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .sticky * {
    font-size: 15px;
  }
}
.sticky > .backtotop {
  padding: 6px;
  background-color: #5898C8;
  text-align: center;
}
.sticky > .btnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
.sticky > .btnc > .btn {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 10px 12px;
}
.sticky > .btnc > .btn.tel {
  background-color: #FE9900;
}
.sticky > .btnc > .btn.tel > .txt {
  margin-left: 9px;
}
.sticky > .btnc > .btn.mail {
  background-color: #F85032;
}
.sticky > .btnc > .btn.mail > .txt {
  margin-left: 16px;
}
.sticky > .btnc > .btn > .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main > .info {
  padding-top: 13px;
}
.main > .info > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .info > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .info > .wrap > .ttl {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
  padding: 12px;
  background-color: #F85032;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
}
.main > .info > .wrap > .ttl::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 25px;
  height: 22px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.main > .info > .wrap > .ttl.active:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main > .info > .wrap > .content {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.main > .info > .wrap > .content > .detail {
  max-width: 920px;
  width: 100%;
  margin: 10px auto 0;
}
.main > .info > .wrap > .content > .detail * {
  font-size: 17px;
  line-height: 1.5294117647;
}
.main > .info > .wrap > .content > .detail > .list {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main > .info > .wrap > .content > .detail > .list > .item > .txtc {
  border: 1px solid #5898C8;
}
.main > .info > .wrap > .content > .detail > .list > .item:nth-of-type(1) {
  width: 50%;
}
.main > .info > .wrap > .content > .detail > .list > .item:nth-of-type(1) > .txtc {
  padding: 8px 8px 10px;
}
.main > .info > .wrap > .content > .detail > .list > .item:nth-of-type(2) {
  width: 44%;
}
.main > .info > .wrap > .content > .detail > .list > .item:nth-of-type(2) > .txtc {
  padding: 8px 15px 14px;
}
.main > .info > .wrap > .content > .detail > .list > .item:nth-of-type(2) > .txtc > .txt {
  margin-top: 8px;
  font-weight: 500;
}
.main > .info > .wrap > .content > .detail > .list > .item:nth-of-type(2) > .txtc > .tel {
  display: block;
  max-width: 354px;
  width: 100%;
  margin: 0 auto;
}
.main > .info > .wrap > .content > .detail > .list > .item > .ttl {
  padding: 8px;
  text-align: center;
  background-color: #5898C8;
  color: #fff;
}
.main > .info > .wrap > .content > .detail > .list > .item > .txtc {
  padding: 8px;
}
.main > .info > .wrap > .content > .reserve {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  margin-top: 13px;
}
.main > .info > .wrap > .content > .reserve:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main > .info > .wrap > .content > .reserve:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main > .mv {
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .main > .mv {
    margin-top: initial;
  }
}
.main > .mv > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .mv > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .gallery {
  margin-top: 28px;
  padding: 13px 0;
  background-color: #222222;
}
@media screen and (max-width: 768px) {
  .main > .gallery {
    padding: 6px 0;
  }
}
.main > .gallery > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .gallery > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .gallery > .wrap > .imgc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.main > .banner > .discount {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  width: 100%;
  margin: 10px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  padding: 20px 15px 25px;
  background-color: #F85032;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main > .banner > .discount {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .main > .banner > .discount {
    width: 100%;
    gap: 9px;
    padding: 10px 15px 12px;
  }
}
.main > .banner > .discount > .left {
  font-size: clamp(1.8125rem, -1rem + 9vw, 4.625rem);
  color: #FFFF00;
}
.main > .banner > .discount > .right {
  padding: 8px 18px 6px;
  background-color: #fff;
  color: #F85032;
  font-size: clamp(0.9375rem, 0.125rem + 2.6vw, 1.75rem);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .main > .banner > .discount > .right {
    padding: 1px 8px 2px;
  }
}
.main > .banner > .discount > .right > .inner {
  display: block;
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .main > .banner > .discount > .right > .inner {
    margin-top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .main > .banner > .discount > .right > .inner {
    margin-top: -3px;
  }
}
.main > .banner > .discount > .right > .inner > .large {
  font-size: clamp(0.9375rem, -1.0625rem + 6.4vw, 2.9375rem);
}
.main > .banner > .discount > .right > .inner > .medium {
  font-size: clamp(0.9375rem, -0.5625rem + 4.8vw, 2.4375rem);
}
.main > .banner > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .banner > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .banner > .wrap > .reserve {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  cursor: pointer;
  margin: 10px 0 8px;
}
.main > .banner > .wrap > .reserve:hover {
  opacity: 0.7;
}
@media (hover: hover) {
  .main > .banner > .wrap > .reserve:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.main > .banner > .wrap > .img {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main > .banner > .wrap > .img {
    margin-top: 3px;
  }
}
.main > .price-discount {
  padding-top: 50px;
  font-family: "Noto Sans JP", sans-serif;
}
.main > .price-discount > .ttl {
  cursor: pointer;
  padding: 32px;
  background-color: #d3444b;
}
.main > .price-discount > .ttl:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .ttl {
    padding: 13px 25px;
  }
}
.main > .price-discount > .ttl > .ttl-wrap {
  position: relative;
  max-width: 888px;
  width: 100%;
  margin: auto;
}
.main > .price-discount > .ttl > .ttl-wrap::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 0;
  display: block;
  width: 33px;
  height: 28px;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .ttl > .ttl-wrap::after {
    top: 13px;
    width: 19px;
    height: 16px;
  }
}
.main > .price-discount > .ttl > .ttl-wrap > .ttl-txt {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .ttl > .ttl-wrap > .ttl-txt {
    font-size: 26px;
  }
}
.main > .price-discount > .ttl.active > .ttl-wrap::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.main > .price-discount > .content {
  overflow: hidden;
  height: 0;
  margin-top: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.main > .price-discount > .content > .wrap {
  max-width: 920px;
  width: calc(100% - 30px);
  height: auto;
  margin: auto;
}
.main > .price-discount > .content > .wrap > .anchor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15.6603773585%;
  max-width: 530px;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .anchor-list {
    gap: 7.2463768116%;
  }
}
.main > .price-discount > .content > .wrap > .anchor-list > .item {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  background-color: #2e73a9;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.main > .price-discount > .content > .wrap > .anchor-list > .item:hover {
  opacity: 0.8;
}
.main > .price-discount > .content > .wrap > .price-part {
  padding-top: 35px;
}
.main > .price-discount > .content > .wrap > .price-part > .lead {
  max-width: 866px;
  width: 100%;
  margin: auto;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7058823529;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .price-part > .lead {
    font-size: 14px;
  }
}
.main > .price-discount > .content > .wrap > .price-part > .tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 11px;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table th,
.main > .price-discount > .content > .wrap > .price-part > .tables > .table td {
  padding: 10px;
  border: 1px solid #cccccc;
  vertical-align: middle;
  text-align: center;
  line-height: 1.1;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table th > .imgc,
.main > .price-discount > .content > .wrap > .price-part > .tables > .table td > .imgc {
  max-width: 100px;
  width: 100%;
  margin: auto;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-1,
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-2,
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-3 {
  background-color: #d3444b;
  font-weight: 500;
  color: #fff;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-4,
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-5,
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-6 {
  font-weight: 700;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-4 {
  background-color: #dddddd;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-6 {
  background-color: #ffe900;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .pad5 {
  padding: 2px 10px;
  line-height: 1.3;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .txt-s {
  font-size: 15px;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .txt-ss {
  font-size: 11px;
}
.main > .price-discount > .content > .wrap > .price-part > .tables > .table .logo {
  display: inline-block;
  max-width: 145px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table th,
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table td {
    padding: 8px 7px;
  }
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-1 > th,
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table .txt-s {
    font-size: 12px;
  }
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table .row-3 .txt-ss {
    font-size: 10px;
  }
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table .pad5 {
    padding: 5px 7px;
  }
  .main > .price-discount > .content > .wrap > .price-part > .tables > .table .eco {
    font-size: 10px;
    font-weight: 500;
  }
}
.main > .price-discount > .content > .wrap > .price-part > .note {
  margin-top: 15px;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6363636364;
}
.main > .price-discount > .content > .wrap > .price-part > .note-red {
  margin-top: 15px;
  padding-left: 12px;
  border-left: 5px solid #d3444b;
}
.main > .price-discount > .content > .wrap > .price-part > .note-red > .txt {
  color: #d3444b;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.6363636364;
}
.main > .price-discount > .content > .wrap > .price-part > .message {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid #d3444b;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.65;
  color: #d3444b;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .price-part > .message {
    padding: 10px 9px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part {
  padding-top: 50px;
}
.main > .price-discount > .content > .wrap > .discount-part > .ttl {
  padding: 6px;
  background-color: #d3444b;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.65;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .ttl {
    font-size: 24px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head {
  padding: 20px;
  margin-top: 20px;
  background-color: #FFF9E7;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head {
    padding: 15px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-a {
  font-size: 26px;
  margin-bottom: -15px;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-a {
    font-size: 15px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b {
  font-size: 66px;
  color: #D3444B;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 24px;
  margin: auto;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #FFE900));
  background: linear-gradient(transparent 70%, #FFE900 70%);
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b {
    font-size: 39px;
    padding: 0 15px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::before, .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 5px;
  height: 67px;
  background-color: #D3444B;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::before, .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::after {
    height: 41px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::before {
  left: -45px;
  -webkit-transform: rotate(155deg);
          transform: rotate(155deg);
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::before {
    left: -25px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::after {
  right: -45px;
  -webkit-transform: rotate(-155deg);
          transform: rotate(-155deg);
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b::after {
    right: -25px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b > .small {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-b > .small {
    font-size: 24px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .head > .txt-c {
  font-size: 42px;
  color: #D3444B;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .head > .txt-c {
    font-size: 25px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 20px;
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item {
  border: 2px solid #d3444b;
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .item-ttl {
  padding: 30px;
  background-color: #d3444b;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .item-ttl {
    padding: 10px;
    font-size: 20px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content {
  padding: 20px 40px 40px;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content {
    padding: 10px 15px 15px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .lead {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .lead {
    font-size: 14px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .label {
  text-align: center;
  font-size: 45px;
  font-weight: 700;
  color: #fe9900;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .label {
    font-size: 25px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .list {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 35px;
}
@media screen and (max-width: 950px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 26px;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .list > .item > .head {
  padding: 5px;
  background-color: #5898C8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 6px;
  margin-bottom: -5px;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .list > .item > .head {
    width: 235px;
    margin-bottom: initial;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .list > .item > .head > .early {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .list > .item > .head > .month {
  font-size: 24px;
  font-weight: 700;
  color: #FFE900;
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content .price {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  color: #ff0000;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content .price {
    font-size: 54px;
    line-height: 1.3;
  }
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content .price > .yen {
  font-size: 27px;
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content .price > .disc {
  font-size: 21px;
  line-height: 1.1904761905;
  color: #fff;
  padding: 4px 9px;
  background-color: #ff0000;
  margin-left: 7px;
  display: inline-block;
}
.main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .txt {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .main > .price-discount > .content > .wrap > .discount-part > .list > .item > .content > .txt {
    margin-top: 7px;
    font-size: 14px;
  }
}
.main > .price-discount > .content.active {
  margin-top: 30px;
}
.main > .voice {
  padding-top: 50px;
}
.main > .voice > .ttl,
.main > .voice > .txt,
.main > .voice > .graph,
.main > .voice > .comp {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .voice > .ttl,
  .main > .voice > .txt,
  .main > .voice > .graph,
  .main > .voice > .comp {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .main > .voice > .ttl,
  .main > .voice > .txt,
  .main > .voice > .graph,
  .main > .voice > .comp {
    width: 100%;
  }
}
.main > .voice > .txt {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  padding: 5px 15px 6px;
  background-color: #E2E2E2;
  line-height: 1.1176470588;
}
@media screen and (max-width: 768px) {
  .main > .voice > .txt {
    font-size: 14px;
  }
}
.main > .voice > .graph {
  margin-top: 14px;
}
.main > .voice > .comp {
  margin-top: 18px;
}
.main > .voice > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .voice > .wrap > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
  }
}
.main > .voice > .wrap > .list > .item {
  width: 33%;
  background-color: #FFF9E7;
  padding: 37px 25px;
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .list > .item {
    width: 49%;
    padding: 19px 10px;
  }
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .list > .item:nth-of-type(1) > .img {
    width: 73px;
  }
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .list > .item:nth-of-type(2) > .img {
    width: 78px;
  }
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .list > .item:nth-of-type(3) > .img {
    width: 65px;
  }
}
.main > .voice > .wrap > .list > .item > .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.main > .voice > .wrap > .list > .item > .txt {
  font-size: 17px;
  font-weight: 500;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .list > .item > .txt {
    font-size: 14px;
    margin-top: 13px;
  }
}
.main > .voice > .wrap > .otherc {
  margin-top: 10px;
  padding: 11px 12px 12px;
  background-color: #5898C8;
  border-radius: 15px;
}
.main > .voice > .wrap > .otherc > .other {
  padding: 13px 21px 21px;
  background-color: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .otherc > .other {
    padding: 13px 11px;
  }
}
.main > .voice > .wrap > .otherc > .other > .txt {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .main > .voice > .wrap > .otherc > .other > .txt {
    font-size: 14px;
  }
}
.main > .voice > .wrap > .otherc > .other > .txt:nth-of-type(2) {
  margin-top: 20px;
}
.main > .point {
  padding-top: 18px;
}
.main > .point > .top {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 920px;
  padding: 40px 0;
  background: url(../images/point-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .main > .point > .top {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .main > .point > .top {
    width: 100%;
    padding: 24px 15px;
    background: url(../images/point-bg-sp.png) no-repeat center/cover;
  }
}
.main > .point > .top > .ttl {
  max-width: 443px;
  width: 100%;
  margin: 0 auto;
}
.main > .point > .top > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px 5%;
  width: 85%;
  margin: 42px auto 0;
}
@media screen and (max-width: 768px) {
  .main > .point > .top > .list {
    display: none;
  }
}
.main > .point > .top > .list > .item {
  width: 30%;
  border: 1px solid #FE9900;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 5px 15px;
}
.main > .point > .top > .list > .item * {
  text-align: center;
  font-weight: 700;
}
.main > .point > .top > .list > .item > .balloonc {
  position: absolute;
  top: -24px;
  left: -24px;
  width: 48px;
  height: 48px;
  background-color: #FE9900;
  border-radius: 50%;
}
.main > .point > .top > .list > .item > .balloonc > .balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.main > .point > .top > .list > .item > .balloonc > .balloon::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 3px;
  width: 12px;
  height: 15px;
  background: url(../images/point-balloon.png) no-repeat center/contain;
}
.main > .point > .top > .list > .item > .balloonc > .balloon > .txt,
.main > .point > .top > .list > .item > .balloonc > .balloon > .num {
  color: #fff;
}
.main > .point > .top > .list > .item > .balloonc > .balloon > .txt {
  font-size: 9px;
  font-weight: 500;
}
.main > .point > .top > .list > .item > .balloonc > .balloon > .num {
  font-size: 30px;
  line-height: 0.8;
}
.main > .point > .top > .list > .item > .txtc > .head {
  font-size: 18px;
  color: #FE9900;
}
.main > .point > .top > .list > .item > .txtc > .txt {
  font-size: 26px;
  color: #ED1C24;
  line-height: 1.2;
}
.main > .point > .top > .list > .item > .txtc > .txt * {
  display: inline-block;
}
.main > .point > .top > .list > .item > .txtc > .txt > .black {
  color: #333333;
}
.main > .point > .top > .list > .item > .txtc > .txt > .black.small {
  font-size: clamp(27px, 1.5625vw, 30px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .black.medium {
  font-size: clamp(28px, 1.71875vw, 33px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .black.pay-3 {
  font-size: clamp(15px, 0.8854166667vw, 17px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .small {
  font-size: clamp(27px, 1.5625vw, 30px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .medium {
  font-size: clamp(34px, 1.9270833333vw, 37px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .large {
  font-size: clamp(45px, 2.5520833333vw, 49px);
  line-height: 0.8;
}
.main > .point > .top > .list > .item > .txtc > .txt > .xlarge {
  font-size: clamp(48px, 2.9166666667vw, 56px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .pay-1,
.main > .point > .top > .list > .item > .txtc > .txt > .pay-2 {
  letter-spacing: -0.1em;
}
.main > .point > .top > .list > .item > .txtc > .txt > .pay-1 {
  font-size: clamp(32px, 1.8229166667vw, 35px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .pay-2 {
  font-size: clamp(18px, 1.09375vw, 21px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .minutes {
  font-size: clamp(28px, 1.71875vw, 33px);
}
.main > .point > .top > .list > .item > .txtc > .txt > .note {
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-top: 3px;
}
.main > .point > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .point > .wrap > .content {
  padding: 0 16px;
  margin-top: 49px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content {
    padding: initial;
  }
}
.main > .point > .wrap > .content:nth-of-type(1) {
  margin-top: 42px;
}
.main > .point > .wrap > .content:nth-of-type(2) > .img.small {
  max-width: 429px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content:nth-of-type(2) > .img.small {
    width: 72%;
    min-width: 249px;
  }
}
.main > .point > .wrap > .content:nth-of-type(2) > .img:last-of-type {
  margin: 33px auto 0;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content:nth-of-type(2) > .img:last-of-type {
    margin: 21px auto 0;
  }
}
.main > .point > .wrap > .content > .ttlc {
  padding: 3px 15px 8px;
  background-color: #D3444B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .ttlc {
    padding: 5px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
  }
  .main > .point > .wrap > .content > .ttlc::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 22px;
    width: 19px;
    height: 16px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .main > .point > .wrap > .content > .ttlc.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.main > .point > .wrap > .content > .ttlc > .head {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main > .point > .wrap > .content > .ttlc > .head > .txt,
.main > .point > .wrap > .content > .ttlc > .head > .num {
  color: #D3444B;
}
.main > .point > .wrap > .content > .ttlc > .head > .txt {
  font-size: 9px;
  font-weight: 500;
}
.main > .point > .wrap > .content > .ttlc > .head > .num {
  font-size: 30px;
  font-weight: 700;
  line-height: 0.8;
}
.main > .point > .wrap > .content > .ttlc > .ttl {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .ttlc > .ttl {
    width: 73%;
  }
}
.main > .point > .wrap > .content > .ttlc > .ttl * {
  display: block;
}
.main > .point > .wrap > .content > .ttlc > .ttl > .small {
  font-size: 12px;
}
.main > .point > .wrap > .content > .ttlc > .ttl > .large {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .detail {
    overflow: hidden;
    height: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
}
.main > .point > .wrap > .content > .detail * {
  font-weight: 700;
}
.main > .point > .wrap > .content > .detail > .ttl {
  font-size: 24px;
  padding-bottom: 8px;
  border-bottom: 1px dashed #707070;
  margin-top: 16px;
}
.main > .point > .wrap > .content > .detail > .txt {
  font-size: 17px;
  margin-top: 10px;
  line-height: 1.6941176471;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .detail > .txt {
    padding: 0;
  }
}
.main > .point > .wrap > .content > .detail > .txt > .red {
  color: #ED1C24;
}
.main > .point > .wrap > .content > .detail > .img {
  width: 100%;
  margin: 10px auto 0;
}
.main > .point > .wrap > .content > .img {
  max-width: 555px;
  width: 100%;
  margin: 10px auto 0;
}
.main > .point > .wrap > .content > .img.card {
  max-width: 473px;
}
.main > .point > .wrap > .content > .img.paypay {
  max-width: 474px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .img.paypay {
    margin: 4px auto 0;
  }
}
.main > .point > .wrap > .content > .imgc {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .imgc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main > .point > .wrap > .content > .imgc > .img-a {
  max-width: 274px;
}
@media screen and (max-width: 768px) {
  .main > .point > .wrap > .content > .imgc > .img-a {
    max-width: 221px;
  }
}
.main > .point > .wrap > .content > .imgc > .img-b {
  max-width: 428px;
}
.main > .company {
  padding-top: 49px;
}
.main > .company > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 888px;
}
@media screen and (max-width: 768px) {
  .main > .company > .wrap {
    width: calc(100% - 30px);
  }
}
.main > .company > .wrap > .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.main > .company > .wrap > .list {
  margin-top: 10px;
  padding: 0 11px;
}
@media screen and (max-width: 768px) {
  .main > .company > .wrap > .list {
    padding: initial;
  }
}
.main > .company > .wrap > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .main > .company > .wrap > .list > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main > .company > .wrap > .list > .item:not(:first-of-type) > .label {
  border-top: 1px solid #fff;
}
.main > .company > .wrap > .list > .item:not(:first-of-type) > .txt {
  border-top: 1px solid #5898C8;
}
.main > .company > .wrap > .list > .item > .label,
.main > .company > .wrap > .list > .item > .txt {
  padding: 10px 15px;
  font-size: 17px;
  line-height: 1.7058823529;
}
@media screen and (max-width: 768px) {
  .main > .company > .wrap > .list > .item > .label,
  .main > .company > .wrap > .list > .item > .txt {
    padding: 10px;
  }
}
.main > .company > .wrap > .list > .item > .label {
  width: 23%;
  background-color: #5898C8;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main > .company > .wrap > .list > .item > .label {
    width: 100%;
  }
}
.main > .company > .wrap > .list > .item > .txt {
  width: 77%;
  background-color: rgba(88, 152, 200, 0.1);
}
@media screen and (max-width: 768px) {
  .main > .company > .wrap > .list > .item > .txt {
    width: 100%;
  }
}
.main > .company > .wrap > .img {
  margin-top: 10px;
}
.main > .contact {
  padding: 49px 0 65px;
}
.main > .contact > .wrap {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
  max-width: 866px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap {
    width: 100%;
  }
}
.main > .contact > .wrap > .ttl {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.main > .contact > .wrap > .form > .container {
  margin-top: 16px;
}
.main > .contact > .wrap > .form > .container:nth-of-type(1) {
  margin-top: 10px;
}
.main > .contact > .wrap > .form > .container > .ttl {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 8px 15px;
  background-color: #FE9900;
}
.main > .contact > .wrap > .form > .container > .note {
  margin: 10px 0 24px;
  padding: 15px;
  background-color: rgba(237, 28, 36, 0.1);
  font-size: 17px;
  line-height: 1.6941176471;
}
.main > .contact > .wrap > .form > .container > .note > .red {
  font-weight: 700;
  color: #ED1C24;
}
.main > .contact > .wrap > .form > .container > .rowc {
  margin-top: 10px;
  border-bottom: 1px solid #98A6B1;
  border-left: 1px solid #98A6B1;
  border-right: 1px solid #98A6B1;
}
.main > .contact > .wrap > .form > .container > .rowc > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #98A6B1;
}
@media screen and (max-width: 1024px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main > .contact > .wrap > .form > .container > .rowc > .row.row-impl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .head {
  width: 27%;
  padding: 16px 10px;
  background-color: rgba(152, 166, 177, 0.2);
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row > .head {
    width: 100%;
  }
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .head.head-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row > .head.head-tel {
    display: block;
  }
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .head.head-tel > .txt {
  margin: initial;
  width: 73%;
}
@media screen and (max-width: 1024px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row > .head.head-tel > .txt {
    width: 100%;
  }
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .head > .req,
.main > .contact > .wrap > .form > .container > .rowc > .row > .head > .any {
  display: inline-block;
  padding: 2px 9px;
  color: #fff;
  font-size: 13px;
  border-radius: 5px;
  margin-left: 8px;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .head > .req {
  background-color: #F85032;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .head > .any {
  background-color: #98A6B1;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc {
  width: 73%;
  padding: 8px 15px;
}
@media screen and (max-width: 1024px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row > .inputc {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row > .inputc.input-date, .main > .contact > .wrap > .form > .container > .rowc > .row > .inputc.input-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc.input-date > .checkc {
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container > .rowc > .row > .inputc.input-impl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 8px;
  }
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc > .selectc {
  max-width: 122px;
  width: 100%;
  margin-top: 8px;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc > .note {
  font-size: 14px;
  line-height: 1.7142857143;
  margin: 8px 0;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc > .note > .link {
  text-decoration: underline;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc > .caution {
  font-size: 14px;
  line-height: 1.7142857143;
  margin-top: 8px;
  color: #ED1C24;
}
.main > .contact > .wrap > .form > .container > .rowc > .row > .inputc > .caution > .link {
  text-decoration: underline;
}
.main > .contact > .wrap > .form > .container .selectc {
  position: relative;
}
.main > .contact > .wrap > .form > .container .selectc::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px solid #98A6B1;
  border-right: 2px solid #98A6B1;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.main > .contact > .wrap > .form > .container .input {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #98A6B1;
}
.main > .contact > .wrap > .form > .container .input.select {
  max-width: 122px;
  margin: 0 5px;
}
.main > .contact > .wrap > .form > .container .input.select.type-a {
  margin: 0 5px 0 0;
}
.main > .contact > .wrap > .form > .container .input.date {
  max-width: 310px;
  min-width: 280px;
  min-height: 44px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container .input.date {
    margin-right: initial;
  }
}
@media screen and (max-width: 425px) {
  .main > .contact > .wrap > .form > .container .input.date {
    position: relative;
  }
  .main > .contact > .wrap > .form > .container .input.date::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-bottom: 2px solid #98A6B1;
    border-right: 2px solid #98A6B1;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
.main > .contact > .wrap > .form > .container .input.text {
  max-width: 428px;
}
.main > .contact > .wrap > .form > .container .input.text.type-a {
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container .input.text.type-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main > .contact > .wrap > .form > .container .input.text.type-b {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container .input.text.type-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main > .contact > .wrap > .form > .container .input.text-s {
  max-width: 173px;
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container .input-mile,
  .main > .contact > .wrap > .form > .container .input-myear,
  .main > .contact > .wrap > .form > .container .input-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main > .contact > .wrap > .form > .container .input-mile .txt {
  min-width: 25px;
}
.main > .contact > .wrap > .form > .container .input-myear .txt {
  min-width: 17px;
}
.main > .contact > .wrap > .form > .container .input-address .txt {
  min-width: 51px;
}
.main > .contact > .wrap > .form > .container .input-insp {
  font-size: 17px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container .input-insp {
    font-size: 14px;
  }
}
.main > .contact > .wrap > .form > .container .input-insp::-webkit-file-upload-button {
  font-size: 17px;
  padding: 8px 10px;
  background-color: rgba(152, 166, 177, 0.2);
  border: initial;
  color: #333333;
  margin-right: 8px;
}
.main > .contact > .wrap > .form > .container .input-insp::file-selector-button {
  font-size: 17px;
  padding: 8px 10px;
  background-color: rgba(152, 166, 177, 0.2);
  border: initial;
  color: #333333;
  margin-right: 8px;
}
.main > .contact > .wrap > .form > .container > .input-msg {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .container > .input-msg {
    width: calc(100% - 30px);
    margin: 10px auto 0;
  }
}
.main > .contact > .wrap > .form > .container > .input-msg > .textarea {
  height: 150px;
}
.main > .contact > .wrap > .form > .container .radio,
.main > .contact > .wrap > .form > .container .check {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
}
.main > .contact > .wrap > .form > .container .radio::before, .main > .contact > .wrap > .form > .container .radio::after,
.main > .contact > .wrap > .form > .container .check::before,
.main > .contact > .wrap > .form > .container .check::after {
  content: "";
  display: block;
  position: absolute;
}
.main > .contact > .wrap > .form > .container .radio::before,
.main > .contact > .wrap > .form > .container .check::before {
  background-color: #fff;
  bottom: 0;
  left: 0;
  border: 1px solid #98A6B1;
}
.main > .contact > .wrap > .form > .container .radio::after,
.main > .contact > .wrap > .form > .container .check::after {
  opacity: 0; /*チェック前は非表示*/
}
.main > .contact > .wrap > .form > .container .radio:checked::after,
.main > .contact > .wrap > .form > .container .check:checked::after {
  opacity: 1;
}
.main > .contact > .wrap > .form > .container .radio {
  padding: 8px;
}
.main > .contact > .wrap > .form > .container .radio::before {
  width: 16px; /*チェックボックスの横幅*/
  height: 16px; /*チェックボックスの縦幅*/
  border-radius: 50%;
}
.main > .contact > .wrap > .form > .container .radio::after {
  width: 10px;
  height: 10px;
  background-color: #FE9900;
  border-radius: 50%;
  top: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.main > .contact > .wrap > .form > .container .check {
  padding: 10px; /*label手前にチェックボックス用の余白を開ける*/
}
.main > .contact > .wrap > .form > .container .check::before {
  width: 20px;
  height: 20px;
}
.main > .contact > .wrap > .form > .container .check:checked::before {
  background-color: #FE9900;
  border: 1px solid #FE9900;
}
.main > .contact > .wrap > .form > .container .check::after {
  width: 7px;
  height: 14px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0px;
  bottom: 3px;
  right: 0;
  left: 0;
  margin: auto;
}
.main > .contact > .wrap > .form > .txt {
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap > .form > .txt {
    width: calc(100% - 30px);
    margin: 20px auto 0;
    text-align: left;
  }
}
.main > .contact > .wrap .btnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .main > .contact > .wrap .btnc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
}
.main > .contact > .wrap .btnc > .btn {
  max-width: 345px;
  width: 100%;
  padding: 21px 15px 20px;
  border-radius: 35px;
  background-color: #F85032;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: opacity, 0.4s;
  transition: opacity, 0.4s;
}
.main > .contact > .wrap .btnc > .btn:hover {
  background-color: rgba(248, 80, 50, 0.8);
}
.main > .contact > .wrap .btnc > .txt {
  margin-top: 20px;
  text-align: center;
}
.main > .contact > .wrap .ferror {
  font-size: 15px;
  font-weight: 500;
  color: #ED1C24;
  margin-top: 5px;
}

.main.confirm > .contact > .wrap > .form > .container > .rowc > .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.main.confirm > .contact > .wrap > .form > .container > .rowc > .row > .inputc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main.confirm > .contact > .wrap > .form > .container > .input-textarea {
  width: 100%;
  margin: 16px auto 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #98A6B1;
}
@media screen and (max-width: 768px) {
  .main.confirm > .contact > .wrap > .form > .container > .input-textarea {
    width: calc(100% - 30px);
  }
}
.main.confirm > .contact > .wrap .btnc > .btn-modify {
  background-color: rgba(152, 166, 177, 0.8);
}

.main.complete > .contact > .wrap > .txt {
  font-size: 17px;
  margin-top: 20px;
  text-align: center;
}/*# sourceMappingURL=main.css.map */