@charset "UTF-8";
.page-template-page-lp-dazaifu {
  --color1: #e7609e;
  --color2: #f2a0a1;
  --color3: #fdeff2;
}

.page-template-page-lp-onojyo {
  --color1: #296acc;
  --color2: #23a4df;
  --color3: #dee8f7;
}

.page-template-page-lp-chikushino {
  --color1: #7c3278;
  --color2: #d8679b;
  --color3: #dbc7da;
}

.page-template-page-lp-kasuya {
  --color1: #008842;
  --color2: #82c573;
  --color3: #cae6d8;
}

.page-template-page-lp-kasuga {
  --color1: #f17148;
  --color2: #fba13b;
  --color3: #feee93;
}

.page-template-page-lp-corporate001 {
  --color1: #344b91;
  --color2: #318dc9;
  --color3: #d4f3ff;
}

.page-template-page-lp-fukuoka {
  --color1: #ff9800;
  --color2: #ff9f49;
  --color3: #ffecb3;
}

.page-template-page-lp-munakata001 {
  --color1: #009944;
  --color2: #a7d28d;
  --color3: #ffffcc;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

body {
  line-height: 1.5;
  font-family: "メイリオ", sans-serif;
  color: #333;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
}

h2, h3 {
  margin: 0 0 30px;
}

h2 {
  font-size: 24px;
}

h2 .frame {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: var(--color1);
  color: #fff;
  font-size: 0.7em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.35em 0.5em;
  border-radius: 5px;
  margin-bottom: 0.35em;
}

h2 .frame + span {
  display: block;
}

h3 {
  font-size: 20px;
}

p, h4, h5, figure {
  margin: 0 0 20px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  padding: 0;
}

hr {
  border: none;
  height: 1px;
  background-color: #ddd;
}

br.lg {
  display: none;
}

span.marker {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ffff00), color-stop(95%, #ffff00), color-stop(95%, transparent));
  background-image: -webkit-linear-gradient(transparent 40%, #ffff00 40%, #ffff00 95%, transparent 95%);
  background-image: -o-linear-gradient(transparent 40%, #ffff00 40%, #ffff00 95%, transparent 95%);
  background-image: linear-gradient(transparent 40%, #ffff00 40%, #ffff00 95%, transparent 95%);
}

span.underline {
  border-bottom: 1px solid var(--color1);
}

.color1 {
  color: var(--color1);
}

.red {
  color: #c1272d;
}

.color3-bg {
  background-color: var(--color3);
}

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

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  br.lg {
    display: inline;
  }
  br.sm {
    display: none;
  }
  span.underline {
    border-bottom: 2px solid var(--color1);
  }
  h2 {
    font-size: 30px;
  }
  h2 .frame {
    margin: 0 0.5em 0 0;
    vertical-align: middle;
  }
  h2 .frame + span {
    display: inline-block;
    vertical-align: middle;
  }
  h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1080px) {
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 28px;
  }
}

@-webkit-keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes vertical {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes scroll-top {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 1230px 50%;
  }
}

@keyframes scroll-top {
  0% {
    background-position: 0 50%;
  }
  100% {
    background-position: 1230px 50%;
  }
}

@-webkit-keyframes scroll-bottom {
  0% {
    background-position: 1250px 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes scroll-bottom {
  0% {
    background-position: 1250px 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@-webkit-keyframes Flash {
  0% {
    -webkit-filter: brightness(1.1) contrast(1.1);
            filter: brightness(1.1) contrast(1.1);
  }
  100% {
    -webkit-filter: brightness(1) contrast(1);
            filter: brightness(1) contrast(1);
  }
}

@keyframes Flash {
  0% {
    -webkit-filter: brightness(1.1) contrast(1.1);
            filter: brightness(1.1) contrast(1.1);
  }
  100% {
    -webkit-filter: brightness(1) contrast(1);
            filter: brightness(1) contrast(1);
  }
}

@-webkit-keyframes upDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes upDown {
  0% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

.anime-vertical {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
}

@media screen and (min-width: 768px) {
  @-webkit-keyframes scroll-top {
    0% {
      background-position: 0 50%;
    }
    100% {
      background-position: 2000px 50%;
    }
  }
  @keyframes scroll-top {
    0% {
      background-position: 0 50%;
    }
    100% {
      background-position: 2000px 50%;
    }
  }
  @-webkit-keyframes scroll-bottom {
    0% {
      background-position: 2000px 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
  @keyframes scroll-bottom {
    0% {
      background-position: 2000px 50%;
    }
    100% {
      background-position: 0 50%;
    }
  }
}

.site-header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), color-stop(var(--color3)), to(var(--color2)));
  background-image: -webkit-linear-gradient(top, var(--color1), var(--color3), var(--color2));
  background-image: -o-linear-gradient(top, var(--color1), var(--color3), var(--color2));
  background-image: linear-gradient(to bottom, var(--color1), var(--color3), var(--color2));
}

.site-header .inner {
  padding: 15px 4vw 0;
  position: relative;
  max-width: calc(1040px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

.site-header h1 {
  margin: 0 0 15px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.site-header h3.sm {
  text-align: center;
  color: #fff;
  font-size: 12px;
  margin: 0 0 15px;
  position: relative;
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}

.site-header h3.group-name {
  display: none;
}

.site-header .person {
  position: absolute;
  left: 4vw;
  bottom: 50px;
  width: 66vw;
  max-width: 380px;
  margin: 0;
}

.site-header .gomibukuro {
  width: 100px;
  position: absolute;
  right: 4vw;
  top: 27%;
}

.site-header h2.price {
  margin: 0;
  position: relative;
  margin: -10px 0 30px;
}

.site-header .fv-btn {
  margin-left: -4vw;
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #009944;
  font-size: 18px;
  font-weight: bold;
}

.site-header .scroll-box {
  position: relative;
  margin-left: -4vw;
  width: 100vw;
}

.site-header .scroll-box .scroll-top {
  width: 100%;
  height: 80px;
  background-image: url(../images/bg-img-top-sm.png);
  background-repeat: repeat-x;
  background-size: 1230px 80px;
  -webkit-animation: scroll-top 45s infinite linear;
          animation: scroll-top 45s infinite linear;
}

.site-header .scroll-box .scroll-bottom {
  width: 100%;
  height: 50px;
  background-image: url(../images/bg-img-bottom-sm.png);
  background-repeat: repeat-x;
  background-size: 1250px 50px;
  -webkit-animation: scroll-bottom 55s infinite linear;
          animation: scroll-bottom 55s infinite linear;
  position: relative;
}

.site-header .scroll-box .scroll-bottom::before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--color1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
  mix-blend-mode: multiply;
}

.emergency-num {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eb6ea0), to(#e73562));
  background-image: -webkit-linear-gradient(#eb6ea0, #e73562);
  background-image: -o-linear-gradient(#eb6ea0, #e73562);
  background-image: linear-gradient(#eb6ea0, #e73562);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 100vw;
  padding: 6px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.emergency-num span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  position: relative;
}

.emergency-num span::before {
  content: "";
  width: 60px;
  height: 34px;
  position: absolute;
  background: url(../images/emergency-number-elem.svg) no-repeat center center;
  background-size: contain;
  top: -6px;
  right: -15vw;
  -webkit-animation: upDown infinite 2s ease-in-out;
          animation: upDown infinite 2s ease-in-out;
}

.emergency-num + .site-header {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .site-header .inner {
    padding: 30px 4vw 0;
  }
  .site-header .person {
    width: 40%;
  }
  .site-header .gomibukuro {
    width: 150px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .site-header h1 {
    margin-bottom: 20px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header h3.sm {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .site-header h2.price {
    margin: -1.3vw 0 6.5vw;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
  .site-header .fv-btn {
    font-size: 24px;
  }
  .emergency-num span::before {
    content: none;
  }
}

@media screen and (min-width: 1080px) {
  .site-header {
    overflow-x: hidden;
  }
  .site-header .inner {
    padding: 40px 4vw 20px;
  }
  .site-header h1 {
    margin-left: 0;
    width: 77%;
    max-width: none;
  }
  .site-header .scroll-box {
    margin-left: calc((50vw - 50%) * -1);
  }
  .site-header .scroll-box .scroll-top {
    height: 130px;
    background-image: url(../images/bg-img-top-lg.png);
    background-size: 2000px 130px;
  }
  .site-header .scroll-box .scroll-bottom {
    height: 80px;
    background-image: url(../images/bg-img-bottom-lg.png);
    background-repeat: repeat-x;
    background-size: 2000px 80px;
  }
  .site-header h3.sm {
    display: none;
  }
  .site-header h3.group-name {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 34%;
  }
  .site-header h2.price {
    margin-left: 0;
    margin: -17% 0 30px;
  }
  .site-header .person {
    width: 50%;
    max-width: none;
    bottom: 0;
    left: auto;
    right: -11.5%;
  }
  .site-header .gomibukuro {
    top: 40px;
    right: -5.5%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .site-header .fv-btn {
    margin-left: 0;
    width: 62.5%;
    border-radius: 10px;
    background-color: var(--color1);
  }
  .emergency-num {
    height: 90px;
  }
  .emergency-num img {
    height: 100%;
    width: auto;
  }
  .emergency-num + .site-header {
    margin-top: 90px;
  }
}

footer {
  background: #d7d7d7;
}

footer * {
  color: #666;
}

footer .inner {
  padding: 30px 4vw 20px;
  max-width: calc(1040px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

footer .footer-contact {
  display: none;
}

footer .footer-contact-m {
  z-index: 10;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

footer .footer-contact-m dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

footer .footer-contact-m dl > * {
  margin: 0;
}

footer .footer-contact-m dl dt {
  width: 75%;
}

footer .footer-contact-m dl dd {
  width: 25%;
}

footer .footer-contact-m img {
  width: 100%;
  height: auto;
}

footer .footer-contact-m .line-btn {
  position: fixed;
  right: 8px;
  bottom: 18vw;
  display: block;
  width: 80px;
  height: 80px;
  background-color: #07b53b;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  padding-top: 17px;
}

footer .footer-contact-m .line-btn span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1;
}

footer .footer-contact-m .line-btn figure {
  height: 50px;
  margin: 0;
  margin-top: -12px;
}

footer .footer-contact-m .line-btn figure img {
  mix-blend-mode: lighten;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

footer .logo {
  display: block;
  text-align: center;
  margin: 0 0 30px;
}

footer h5 {
  font-size: 16px;
  border-bottom: 1px solid #666;
}

footer .col > * {
  margin-bottom: 1em;
}

footer .col p {
  font-size: 15px;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #666;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  footer .inner {
    padding: 60px 4vw;
  }
  footer .footer-contact-m {
    display: none;
  }
  footer .logo {
    text-align: left;
  }
  footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  footer .container .col {
    -webkit-flex-basis: calc(33.33% - 20px);
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
  }
  footer .footer-contact {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
  }
  footer .footer-contact > * {
    margin: 10px 0 0;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: .7;
  }
  footer .footer-contact > *:hover {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  footer .footer-contact > *:nth-child(1) {
    margin-top: 0;
  }
  footer .footer-contact .t-hide {
    display: none;
  }
  footer .footer-contact dl {
    position: relative;
  }
  footer .footer-contact dl dd {
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
}

@media screen and (min-width: 1080px) {
  footer .footer-contact .t-hide {
    display: block;
  }
}

.massage-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}

.massage-columns .col {
  -webkit-flex-basis: calc(50% - (15px / 2));
      -ms-flex-preferred-size: calc(50% - (15px / 2));
          flex-basis: calc(50% - (15px / 2));
}

.massage-columns .col:nth-last-child(1) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  text-align: center;
}

.massage-columns .col > figure {
  text-align: center;
}

.massage-columns .col > *:nth-last-child(1) {
  margin-bottom: 0;
}

.massage-columns.col4 .col:nth-last-child(1) {
  -webkit-flex-basis: calc(50% - (15px / 2));
      -ms-flex-preferred-size: calc(50% - (15px / 2));
          flex-basis: calc(50% - (15px / 2));
  text-align: left;
}

article.line {
  background-color: #fff;
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
}

article.line::before {
  content: "";
  width: 5px;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color2)));
  background-image: -webkit-linear-gradient(top, var(--color1), var(--color2));
  background-image: -o-linear-gradient(top, var(--color1), var(--color2));
  background-image: linear-gradient(to bottom, var(--color1), var(--color2));
  position: absolute;
  left: 0;
  top: 0;
}

article.line > * {
  margin-bottom: 30px;
}

article.line > *:nth-last-child(1) {
  margin-bottom: 0;
}

article.line hr {
  margin: 30px 0;
}

article.line .header figure {
  text-align: center;
}

article.line .header h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8;
}

article.line .text h3 {
  text-align: center;
}

article.line .text p {
  line-height: 1.8;
  margin-bottom: 0;
}

article.line .cta-block {
  margin-left: -15px;
  width: calc(100% + 30px);
}

article.line-style02 {
  background: #fff;
  position: relative;
  padding: 5px 30px 30px;
}

article.line-style02::before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color2)));
  background-image: -webkit-linear-gradient(var(--color1), var(--color2));
  background-image: -o-linear-gradient(var(--color1), var(--color2));
  background-image: linear-gradient(var(--color1), var(--color2));
  position: absolute;
  left: 0;
  top: 0;
}

article.line-style02 .balloon {
  margin-left: -30px;
  width: calc(100% + 60px);
}

article.line-style02 .balloon:nth-child(1) {
  border-top: none;
}

article.line-style02 .googlemap {
  width: 160px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto 1em;
}

article.line-style02 .googlemap iframe {
  width: 100%;
  height: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.balloon {
  border-style: solid;
  border-color: #ddd;
  border-width: 1px 0 1px 0;
  padding: 5px 10px;
  text-align: center;
  color: var(--color1);
  position: relative;
}

.balloon::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  -webkit-filter: drop-shadow(0 2px 0 #ddd);
          filter: drop-shadow(0 2px 0 #ddd);
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translate(-50%, -2px);
      -ms-transform: translate(-50%, -2px);
          transform: translate(-50%, -2px);
}

.cta-block {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.cta-block > * {
  margin-bottom: 15px;
}

.cta-block > *:nth-last-child(1) {
  margin-bottom: 0;
}

.cta-block h3, .cta-block h2 {
  font-size: 20px;
  background-color: var(--color1);
  color: #fff;
  padding: 10px 1em;
  text-align: center;
  line-height: 1.25;
}

.cta-block .btn {
  -webkit-animation: vertical 1s ease-in-out infinite alternate;
          animation: vertical 1s ease-in-out infinite alternate;
}

.cta-block figure {
  text-align: center;
}

.price-change-offer h3 {
  text-align: center;
}

.price-change-offer h3 small {
  font-size: 0.7em;
  font-weight: normal;
}

.price-change-offer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.price-change-offer .container figure {
  margin: 0;
}

.price-change-offer .container figure:nth-child(1), .price-change-offer .container figure:nth-child(3) {
  -webkit-box-shadow: 0 12px 6px rgba(0, 0, 0, 0.26);
          box-shadow: 0 12px 6px rgba(0, 0, 0, 0.26);
}

.price-change-offer .container figure:nth-child(1) {
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.price-change-offer .container figure:nth-child(2) {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.heading-unite {
  text-align: center;
  margin-bottom: 30px;
}

.heading-unite:nth-last-child(1) {
  margin-bottom: 0;
}

.heading-unite > * {
  margin-bottom: 0;
}

.heading-unite .lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  margin-bottom: 0;
  color: #666;
}

.heading-unite .lines::before, .heading-unite .lines::after {
  content: "";
  width: 50%;
  max-width: 150px;
  height: 1px;
  background-color: var(--color1);
}

.heading-unite .lines span {
  margin: 0 0.5em;
}

.heading-unite h2 {
  text-align: center;
  color: var(--color1);
  margin-bottom: 0;
}

.heading-unite.white .lines::before, .heading-unite.white .lines::after {
  background-color: #fff;
}

.heading-unite.white * {
  color: #fff;
}

.cards {
  margin-bottom: 30px;
}

.cards:nth-last-child(1) {
  margin-bottom: 0;
}

.cards .card {
  background-color: #fff;
  padding: 5px 30px 30px;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.26);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.26);
}

.cards .card:nth-last-child(1) {
  margin-bottom: 0;
}

.cards .card::before {
  content: "";
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color2)));
  background-image: -webkit-linear-gradient(var(--color1), var(--color2));
  background-image: -o-linear-gradient(var(--color1), var(--color2));
  background-image: linear-gradient(var(--color1), var(--color2));
  position: absolute;
  top: 0;
  left: 0;
}

.cards .card .balloon {
  margin-left: -30px;
  width: calc(100% + 60px);
}

.cards .card .balloon:first-child {
  border-top: none;
}

.cards .card .balloon:first-child + figure {
  margin-top: -30px;
}

.cards .card > figure {
  margin-left: -30px;
  width: calc(100% + 60px);
  text-align: center;
  aspect-ratio: 2 / 1;
}

.cards .card > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.cards .card p {
  line-height: 1.8;
}

.cards .card p:nth-last-child(1) {
  margin-bottom: 0;
}

.belt {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color2)));
  background-image: -webkit-linear-gradient(top, var(--color1), var(--color2));
  background-image: -o-linear-gradient(top, var(--color1), var(--color2));
  background-image: linear-gradient(to bottom, var(--color1), var(--color2));
  padding-top: 30px;
  padding-bottom: 30px;
}

.belt > * {
  padding: 0 4vw;
  max-width: calc(1040px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .massage-columns {
    gap: 30px;
  }
  .massage-columns .col {
    -webkit-flex-basis: calc(33.33% - 20px);
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
    text-align: center;
  }
  .massage-columns .col:nth-last-child(1) {
    -webkit-flex-basis: calc(33.33% - 20px);
        -ms-flex-preferred-size: calc(33.33% - 20px);
            flex-basis: calc(33.33% - 20px);
    text-align: center;
  }
  .massage-columns .col figure img {
    width: 100%;
    height: auto;
  }
  .massage-columns.col4 .col {
    -webkit-flex-basis: calc(25% - 23px);
        -ms-flex-preferred-size: calc(25% - 23px);
            flex-basis: calc(25% - 23px);
    text-align: center;
  }
  .massage-columns.col4 .col:nth-last-child(1) {
    -webkit-flex-basis: calc(25% - 23px);
        -ms-flex-preferred-size: calc(25% - 23px);
            flex-basis: calc(25% - 23px);
    text-align: center;
  }
  .massage-columns.col4 .col figure img {
    width: 100%;
    height: auto;
  }
  article.line .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
  }
  article.line .header figure {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  article.line .header h2 {
    font-size: 24px;
    margin: 0;
  }
  article.line .cta-block {
    margin-left: 0;
    width: 100%;
  }
  article.line-style02 > * {
    margin-bottom: 30px;
  }
  article.line-style02 > *:nth-last-child(1) {
    margin-bottom: 0;
  }
  article.line-style02 .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  article.line-style02 .container > div {
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  article.line-style02 .container > div figure {
    margin: 0;
  }
  article.line-style02 .googlemap {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .balloon {
    font-size: 24px;
  }
  .balloon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 15px 0 15px;
    border-color: #fff transparent transparent transparent;
    -webkit-filter: drop-shadow(0 2px 0 #ddd);
            filter: drop-shadow(0 2px 0 #ddd);
    position: absolute;
    bottom: -20px;
  }
  .cta-block h3, .cta-block h2 {
    font-size: 21px;
    padding: 10px 1em;
    margin-bottom: 30px;
  }
  .cta-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .cta-block .container > * {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cta-block .container > * img {
    width: 100%;
  }
  .cta-block .container .tel {
    -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
  }
  .cta-block .container .btn {
    -webkit-flex-basis: 34%;
        -ms-flex-preferred-size: 34%;
            flex-basis: 34%;
  }
  .price-change-offer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .price-change-offer .container figure:nth-child(1) {
    width: auto;
    margin: 0;
  }
  .price-change-offer .container figure:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 30px;
  }
  .cards .card {
    margin: 0;
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
  }
  .cards .card.lg-full {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media screen and (min-width: 1080px) {
  .massage-columns {
    font-size: 21px;
  }
  article.line {
    padding: 50px;
    margin-bottom: 60px;
  }
  article.line:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  article.line::before {
    width: 10px;
  }
  article.line .header h2 {
    font-size: 36px;
  }
  article.line .text p {
    font-size: 18px;
  }
  article.line hr {
    margin: 30px 0 60px;
  }
  article.line-style02 {
    padding: 10px 50px 50px;
  }
  article.line-style02 .balloon {
    margin-left: -50px;
    width: calc(100% + 100px);
  }
  article.line-style02::before {
    height: 10px;
  }
  article.line-style02 .container > div {
    font-size: 24px;
  }
  article.line-style02 .container > div figure {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .balloon {
    font-size: 36px;
  }
  .cards {
    margin-bottom: 60px;
  }
  .cards:nth-last-child(1) {
    margin-bottom: 0;
  }
  .cards .card p {
    font-size: 21px;
  }
  .cards .card .balloon {
    font-size: 30px;
    padding: 10px;
  }
  .heading-unite .lines {
    font-size: 24px;
  }
  .heading-unite p {
    font-size: 18px;
  }
}

.contact-form {
  background: #fff;
  padding: 30px 20px;
  margin-bottom: 30px;
}

table.contact {
  margin-left: -20px;
  width: calc(100% + 40px);
  margin-bottom: 30px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.contact tr {
  border-bottom: #ddd 1px solid;
  background: #f5f5f5;
  line-height: 40px;
}

table.contact tr:nth-child(even) {
  background: #fff;
}

table.contact th, table.contact td {
  display: block;
  text-align: left;
  font-weight: normal;
}

table.contact th p, table.contact td p {
  margin: 0;
}

table.contact th {
  padding: 20px 20px 5px;
}

table.contact td {
  padding: 0 20px 20px;
}

table.contact input[type="text"], table.contact input[type="tel"], table.contact input[type="email"] {
  font-family: "メイリオ", sans-serif;
  height: 50px;
  max-width: 100%;
  width: 100% !important;
  padding: 0 20px;
  font-size: 16px;
  outline: 0;
  border: 1px solid #ddd;
  border-radius: 6px;
}

table.contact textarea {
  font-family: "メイリオ", sans-serif;
  background: #fff;
  padding: 20px;
  font-size: 16px;
  outline: 0;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
}

table.contact span.hissu {
  color: #C1272D;
  padding-left: 1em;
}

table.contact span.nini {
  color: #999;
  padding-left: 1em;
}

.submit-wrap {
  text-align: center;
}

input[type="submit"] {
  cursor: pointer;
  width: 320px;
  max-width: 100% !important;
  border: none;
  outline: none;
  line-height: 80px;
  margin-bottom: 20px;
  font-family: "メイリオ", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  background: -webkit-gradient(linear, left bottom, left top, from(#004d25), to(#009944));
  background: -webkit-linear-gradient(bottom, #004d25 0%, #009944 100%);
  background: -o-linear-gradient(bottom, #004d25 0%, #009944 100%);
  background: linear-gradient(0deg, #004d25 0%, #009944 100%);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

input[type="submit"]:hover {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: brightness(1.2);
          filter: brightness(1.2);
}

@media screen and (min-width: 768px) {
  table.contact th, table.contact td {
    display: table-cell;
  }
  table.contact th {
    padding: 30px 15px 30px 30px;
  }
  table.contact td {
    padding: 30px 30px 30px 15px;
  }
}

@media screen and (min-width: 1080px) {
  .contact-form {
    padding: 50px;
  }
  .contact-form > p:first-child {
    font-size: 18px;
    text-align: center;
  }
  table.contact {
    margin-left: 0;
    width: 100%;
  }
}

.site-main > section {
  padding-top: 30px;
  padding-bottom: 30px;
}

.site-main > section > .inner {
  max-width: calc(1040px + 8vw);
  padding-left: 4vw;
  padding-right: 4vw;
  margin-left: auto;
  margin-right: auto;
}

.site-main > section > .inner > h2 {
  text-align: center;
}

.warning {
  background: #ffc300;
  padding: 10px !important;
}

.warning .inner {
  border: 2px solid #000;
  background: #ffc300;
  padding: 15px;
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-animation: Flash 0.8s infinite ease-out;
          animation: Flash 0.8s infinite ease-out;
}

.warning h2 {
  font-size: 20px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 3px solid #000;
  margin: 0 auto 10px;
}

.warning p {
  font-weight: bold;
  font-size: 18px;
  color: #c1272d;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.warning p::before, .warning p::after {
  content: "";
  width: 36px;
  height: 80px;
  background: url(../images/elem-ant.svg) no-repeat center center;
  background-size: contain;
  bottom: -5px;
  position: absolute;
}

.warning p::before {
  left: -41px;
}

.warning p::after {
  right: -41px;
}

.customer {
  padding: 0 !important;
}

.customer .thanks {
  display: none;
}

.customer .slide-item .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.customer .slide-item figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.customer .slide-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.customer .slide-item .text {
  -webkit-flex-basis: calc(100% - 60px);
      -ms-flex-preferred-size: calc(100% - 60px);
          flex-basis: calc(100% - 60px);
  width: calc(100% - 60px);
}

.customer .slide-item .text h3 {
  font-size: 16px;
  color: #17315f;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 0;
  margin-bottom: 0.25em;
}

.customer .slide-item .text p {
  margin: 0;
  font-size: 14px;
  line-height: 1.25;
  min-height: 3.5em;
}

.nav-wrap {
  background: #f8f4e6;
  padding: 0 !important;
}

.nav-wrap .logo {
  display: none;
}

.nav-wrap .inner {
  padding: 0 !important;
}

.nav-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav-wrap ul li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  border-style: solid;
  border-color: #ddd;
  border-width: 0 1px 1px 0;
}

.nav-wrap ul li:nth-last-child(1) {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

.nav-wrap ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1em;
  height: 45px;
  font-weight: bold;
}

#safety {
  overflow: hidden;
  padding-bottom: 0 !important;
}

#safety >
.inner > figure {
  margin: 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

#safety .wood-bg {
  position: relative;
  margin-top: -20px;
  background: url(../images/wood-bg.png) repeat top left;
  margin-left: calc((50vw - 50%) * -1);
  width: 100vw;
  padding: 50px 0 30px;
}

#safety .wood-bg .inner {
  padding: 0 4vw;
  max-width: calc(1040px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

#safety .wood-bg figure {
  text-align: center;
}

.wood-bg02 {
  background: url(../images/wood-bg02.png) repeat left top;
}

.campaign .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 30px;
}

.campaign .container figure:nth-child(1) {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.campaign .container figure:nth-child(2) {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.campaign figure {
  margin: 0;
  -webkit-box-shadow: 0 12px 6px rgba(0, 0, 0, 0.26);
          box-shadow: 0 12px 6px rgba(0, 0, 0, 0.26);
}

.campaign .inner > figure {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#estimate {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color2)));
  background-image: -webkit-linear-gradient(top, var(--color1), var(--color2));
  background-image: -o-linear-gradient(top, var(--color1), var(--color2));
  background-image: linear-gradient(to bottom, var(--color1), var(--color2));
}

#inquiry {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#inquiry > * {
  padding-top: 30px;
  padding-bottom: 30px;
}

#inquiry > * > .inner {
  padding: 0 4vw;
  max-width: calc(1040px + 8vw);
  margin-left: auto;
  margin-right: auto;
}

.csr figure {
  text-align: center;
}

.csr a {
  text-decoration: underline;
  color: #17315f;
}

.csr a:hover {
  text-decoration: none;
}

.shiroari-info {
  background-color: #f0f0f0;
}

ul.single-column-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

ul.single-column-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  gap: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

ul.single-column-list li:nth-last-child(1) {
  margin-bottom: 0;
}

ul.single-column-list li figure {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0;
}

ul.single-column-list li figure a {
  width: 80px;
  height: 80px;
  display: block;
}

ul.single-column-list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

ul.single-column-list li > a {
  width: calc(100% - 95px);
  text-decoration: none;
  color: #333;
}

ul.single-column-list h3 {
  color: #17315f;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}

ul.single-column-list p {
  font-size: 14px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .warning .inner {
    padding: 20px;
  }
  .warning h2 {
    font-size: 32px;
    margin-bottom: 0.5em;
  }
  .warning p {
    font-size: 24px;
  }
  .warning p::before, .warning p::after {
    bottom: 10px;
    width: 45px;
    height: 100px;
  }
  .warning p::before {
    left: -75px;
  }
  .warning p::after {
    right: -65px;
  }
  .customer {
    background: var(--color3);
  }
  .customer .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .customer .thanks {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
    padding: 10px 0;
  }
  .customer .slider-container {
    background: #fff;
    padding: 0 10px;
    width: calc(100% - 185px);
  }
  .customer .slide-item .container figure {
    width: 80px;
    height: 80px;
  }
  .customer .slide-item .text {
    width: calc(100% - 90px);
  }
  .customer .slide-item .text p {
    min-height: 0;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .nav-wrap ul {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-wrap ul li {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    border: none;
  }
  .nav-wrap ul li:nth-last-child(1) {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
  }
  .nav-wrap ul li a {
    height: 100px;
    font-size: 18px;
  }
  .campaign .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .campaign .container figure:nth-child(2) {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  #damage .cards .card:nth-child(3) {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 30px;
  }
  #damage .cards .card:nth-child(3) figure {
    margin: 0;
    width: calc(35% - 30px);
    -webkit-flex-basis: calc(35% - 30px);
        -ms-flex-preferred-size: calc(35% - 30px);
            flex-basis: calc(35% - 30px);
  }
  #damage .cards .card:nth-child(3) p {
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
  }
  .csr .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .csr .container p {
    margin: 0;
  }
  ul.single-column-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 30px;
  }
  ul.single-column-list li {
    -webkit-flex-basis: calc(50% - 15px);
        -ms-flex-preferred-size: calc(50% - 15px);
            flex-basis: calc(50% - 15px);
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  ul.single-column-list li:nth-last-child(2) {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1080px) {
  .site-main > section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .nav-wrap .inner {
    padding: 0 4vw !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav-wrap .logo {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .nav-wrap a {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .nav-wrap a:hover {
    opacity: .7;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  #safety .wood-bg {
    padding-bottom: 60px;
  }
  .feature .inner > p {
    font-size: 21px;
  }
  #inquiry > *:not(.belt) {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .csr .container p {
    font-size: 21px;
  }
  ul.single-column-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0 60px;
  }
  ul.single-column-list li {
    -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
  }
  ul.single-column-list li h3 {
    font-size: 20px;
  }
  ul.single-column-list li p {
    font-size: 15px;
  }
}
