@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

* {
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 520px) {
  * {
    letter-spacing: 0;
  }
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 15px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

.pageHeaderBg {
  background-color: #f29600;
  padding: 85px 0;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .pageHeaderBg {
    padding: 60px 0;
  }
}
@media screen and (max-width: 820px), print {
  .pageHeaderBg {
    padding: 30px 0;
  }
}
@media print {
  .pageHeaderBg {
    margin-top: 60px;
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderBg {
    padding: 20px 0;
  }
}
.pageHeaderBg::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/pageTitle-deko@2x.png);
  width: 242px;
  height: 198px;
  bottom: -4%;
  right: 7.3vw;
  transition: all 0.2s;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .pageHeaderBg::after {
    width: 21vw;
    height: 17vw;
    right: 4vw;
  }
}
@media screen and (max-width: 820px), print {
  .pageHeaderBg::after {
    width: 16vw;
    height: 12vw;
  }
}
@media screen and (max-width: 520px) {
  .pageHeaderBg::after {
    width: 19vw;
    height: 14vw;
  }
}
.pageHeaderBg .pageTitle {
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pageHeaderBg .pageTitle {
    font-size: 40px;
  }
}
@media screen and (max-width: 820px), print {
  .pageHeaderBg .pageTitle {
    font-size: 30px;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1300 {
  max-width: 1300px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 14.58vw;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 100px;
  --sectionTop: 120px;
  --sectionBottom: 240px;
}
@media screen and (max-width: 1024px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 90px;
    --sectionBottom: 200px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 520px) {
  :root {
    --headerHeight: 60px;
    --sectionBottom: 140px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 15px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

main,
.second {
  padding-top: var(--headerHeight);
}

#pankuzu {
  margin: 10px 0;
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #f29600;
  border-bottom: 1px solid #f29600;
}

#page_header {
  text-align: center;
  margin-top: 50px;
}
#page_header h1 {
  color: #f29600;
  font-size: 36px;
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#page_header .en {
  color: #f15025;
  font-size: 20px;
}

.pageBg {
  background: url(../images/common/pageBg@2x.jpg);
  padding: 100px 0 260px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 820px), print {
  .pageBg {
    padding: 60px 0 150px;
  }
}
@media screen and (max-width: 520px) {
  .pageBg {
    padding: 40px 0 110px;
  }
}

.secTitle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .secTitle {
    font-size: 34px;
  }
}
@media screen and (max-width: 820px), print {
  .secTitle {
    font-size: 28px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
.secTitle .fc-icon {
  position: relative;
}
.secTitle .fc-icon::before, .secTitle .fc-icon::after {
  position: absolute;
  content: "";
  height: 58px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  .secTitle .fc-icon::before, .secTitle .fc-icon::after {
    height: 36px;
  }
}
.secTitle .fc-icon::before {
  width: 54px;
  background: url(../images/common/titleicon01@2x.png) no-repeat center/contain;
  left: -70px;
}
@media screen and (max-width: 520px) {
  .secTitle .fc-icon::before {
    width: 38px;
    left: -50px;
  }
}
.secTitle .fc-icon::after {
  width: 60px;
  background: url(../images/common/titleicon02@2x.png) no-repeat center/contain;
  right: -70px;
}
@media screen and (max-width: 520px) {
  .secTitle .fc-icon::after {
    width: 34px;
    right: -50px;
  }
}
.secTitle .titleicon03 {
  position: relative;
}
.secTitle .titleicon03::after, .secTitle .titleicon03::before {
  background-image: url(../images/common/titleicon03@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  content: "";
  width: 35px;
  height: 29px;
  top: 50%;
  transform: translate(0, -50%);
}
.secTitle .titleicon03::before {
  right: -55px;
}
@media screen and (max-width: 520px) {
  .secTitle .titleicon03::before {
    right: -50px;
  }
}
.secTitle .titleicon03::after {
  left: -60px;
}
@media screen and (max-width: 520px) {
  .secTitle .titleicon03::after {
    left: -50px;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.button01 {
  background-color: #f29600;
  border: 2px solid #f29600;
  color: #fff;
  display: block;
  font-size: 22px;
  padding: 11px;
  text-align: center;
  transition: 0.3s;
  width: 220px;
  border-radius: 8px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .button01 {
    font-size: 20px;
    height: 55px;
  }
}
@media screen and (max-width: 820px), print {
  .button01 {
    height: 60px;
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .button01 {
    padding: 10px 0;
    max-width: 100%;
    width: 100%;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01:visited {
  color: #fff;
}
.button01:hover {
  background-color: #fff;
}
.button01:hover span {
  color: #f29600;
  opacity: 1;
}
.button01:hover span:after {
  transition: all 0.2s;
  background: url(../images/top/mapArw02@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
}
.button01 span {
  position: relative;
  padding-right: 30px;
}
.button01 span:after {
  background: url(../images/top/mapArw@2x.png);
  width: 18px;
  height: 18px;
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 53%;
  transition: all 0.2s;
  transform: translate(0, -50%);
}

.button02 {
  background-color: #f29600;
  border: 2px solid #f29600;
  border-radius: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px;
  padding: 10px 0;
  max-width: 365px;
  width: 100%;
  font-weight: 700;
  margin: 0 auto;
  font-size: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .button02 {
    font-size: 2vw;
    height: 7.8vw;
    max-width: 36vw;
  }
}
@media screen and (max-width: 820px), print {
  .button02 {
    font-size: 18px;
    height: 70px;
    max-width: 330px;
  }
}
@media screen and (max-width: 520px) {
  .button02 {
    height: 60px;
    max-width: 300px;
    border-radius: 10px;
  }
}
.button02:hover {
  color: #f29600;
  background-color: #fff;
  border: 2px solid #f29600;
}
.button02:hover .arw01::before {
  background-image: url(../images/contact/arw02@2x.png);
}
.button02 .arw01 {
  position: relative;
  padding-right: 40px;
}
.button02 .arw01::before {
  background-image: url(../images/common/arw01@2x.png);
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  transition: all 0.2s;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .button02 .arw01::before {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 820px), print {
  .button02 .arw01::before {
    width: 25px;
    height: 25px;
    top: 3px;
  }
}

.wrap {
  flex-wrap: wrap;
}

/* servicelist */
#servicelist-area .servicelist {
  width: 100%;
  flex-wrap: wrap;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist {
    width: 100%;
    flex-direction: initial;
  }
}
#servicelist-area .servicelist .serviceCard {
  width: calc(25% - 13px);
  margin-bottom: 40px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media screen and (max-width: 1024px) {
  #servicelist-area .servicelist .serviceCard {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 820px), print {
  #servicelist-area .servicelist .serviceCard {
    width: calc(33.3333333333% - 15px);
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist .serviceCard {
    width: 100%;
    height: 106.8px;
    margin-bottom: 10px;
  }
}
@media print {
  #servicelist-area .servicelist .serviceCard {
    width: calc(33.3333333333% - 15px);
    margin-bottom: 22px;
  }
}
#servicelist-area .servicelist .serviceCard.dummy {
  opacity: 0;
}
#servicelist-area .servicelist a {
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist a {
    display: flex;
  }
}
#servicelist-area .servicelist a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/service-arrow@2x.png);
  width: 50px;
  height: 50px;
  bottom: -10px;
  right: -10px;
  transition: all 0.2s;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 820px), print {
  #servicelist-area .servicelist a::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist a::after {
    width: 25px;
    height: 25px;
    bottom: 50%;
    right: 10px;
    transform: translate(0, 50%);
  }
}
#servicelist-area .servicelist a:hover {
  opacity: 1;
}
#servicelist-area .servicelist a:hover .serviceImg img {
  transform: scale(1.07, 1.07);
  transition: all 0.5s;
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist a:hover .serviceImg img {
    transform: scale(1, 1);
  }
}
#servicelist-area .servicelist a:hover::after {
  background-image: url(../images/common/service-arrow02@2x.png);
}
#servicelist-area .servicelist .serviceImg {
  padding: 20px 20px 0;
}
@media screen and (max-width: 820px), print {
  #servicelist-area .servicelist .serviceImg {
    padding: 15px 15px 0;
  }
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist .serviceImg {
    padding: 0;
    height: 105px;
    width: 115px;
  }
}
#servicelist-area .servicelist .serviceImg img {
  transition: all 0.5s;
}
#servicelist-area .servicelist .serviceName {
  font-size: 24px;
  padding: 20px;
  line-height: 1.2;
  z-index: 2;
  border-top: dotted 1px #fff;
}
@media (max-width: 1300px) {
  #servicelist-area .servicelist .serviceName {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 1024px) {
  #servicelist-area .servicelist .serviceName {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px), print {
  #servicelist-area .servicelist .serviceName {
    padding: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist .serviceName {
    text-align: left;
    padding: 15px 15px 10px;
    font-size: 15px;
  }
}
#servicelist-area .servicelist .serviceCaption {
  padding: 0 20px 35px;
}
@media screen and (max-width: 820px), print {
  #servicelist-area .servicelist .serviceCaption {
    padding: 0 15px 35px;
    font-size: 15px;
  }
}
@media screen and (max-width: 520px) {
  #servicelist-area .servicelist .serviceCaption {
    padding: 0 40px 0 15px;
    font-size: 14px;
    text-align: left;
    letter-spacing: -0.01em;
  }
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

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

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
/* header */
.headerInner {
  background-color: #fff;
  box-shadow: 0 -5px 12px #000;
  top: 0;
  left: 0;
  height: var(--headerHeight);
  position: fixed;
  padding-left: 20px;
  width: 100%;
  z-index: 999;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 1450px) {
  .headerInner {
    font-size: 16px;
  }
}
@media (max-width: 1150px) {
  .headerInner {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .headerInner {
    font-size: 16px;
  }
}
@media print {
  .headerInner {
    position: absolute;
  }
}

@media (max-width: 1450px) {
  .headerLogo {
    width: 14vw;
  }
}
@media screen and (max-width: 1024px) {
  .headerLogo {
    width: 140px;
  }
}
@media print {
  .headerLogo {
    width: 140px;
  }
}

#gNav .hover-list {
  padding: 30px 0;
}
#gNav .hover-list:hover .hover-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #gNav .hover-list {
    display: none;
  }
}
#gNav .hover-list .hover-menu {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  visibility: hidden;
  position: absolute;
  top: 80px;
  right: 6vw;
}
#gNav .hover-list .hover-menu .hover-inner {
  color: #333;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  width: 730px;
  z-index: 1;
  font-weight: 500;
  border-radius: 15px;
  margin-top: 30px;
}
@media (max-width: 1450px) {
  #gNav .hover-list .hover-menu .hover-inner {
    padding: 30px;
    width: 630px;
  }
}
#gNav .hover-list .hover-menu .siteMapList:first-child {
  margin-bottom: 0;
}
#gNav .hover-list .hover-menu .siteMapList li a:hover {
  color: #f29600;
}
#gNav .hover-list .hover-menu .siteMapList .arrow {
  padding-left: 17px;
  margin-bottom: 15px;
}
@media (max-width: 1450px) {
  #gNav .hover-list .hover-menu .siteMapList .arrow {
    margin-bottom: 10px;
  }
}
#gNav .hover-list .hover-menu .siteMapList .arrow.mb_none {
  margin-bottom: 0;
}
#gNav .hover-list .hover-span {
  position: relative;
  padding-right: 25px;
}
@media (max-width: 1450px) {
  #gNav .hover-list .hover-span {
    padding-right: 20px;
  }
}
#gNav .hover-list .hover-span::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: 0px;
  top: 25%;
  transform: rotate(135deg);
  transition: all 0.2s;
  width: 13px;
}
@media (max-width: 1450px) {
  #gNav .hover-list .hover-span::after {
    width: 9px;
    height: 9px;
  }
}
@media screen and (max-width: 1024px) {
  #gNav .hover-list .hover-span::after {
    width: 0;
  }
}
@media screen and (max-width: 1024px) {
  #gNav {
    font-weight: 500;
    background-color: #fffbf3;
    display: none;
    position: fixed;
    left: 0;
    top: var(--headerHeight);
    height: calc(100vh - var(--headerHeight));
    width: 100%;
    overflow: auto;
  }
  #gNav .headerNav {
    flex-direction: column;
    padding: 35px 180px 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  #gNav .headerNav {
    padding: 35px 120px 25px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #gNav .headerNav {
    padding: 35px 20px 25px;
  }
}
@media print {
  #gNav {
    display: none;
  }
}

.headerNavList + .headerNavList {
  margin-left: clamp(1px, 1.5vw, 35px);
}
.headerNavList.headContactBtn .headerNavList__link {
  background-color: #f29600;
  border: 2px solid #f29600;
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  width: 180px;
  height: 60px;
  border-radius: 8px;
}
@media (max-width: 1150px) {
  .headerNavList.headContactBtn .headerNavList__link {
    width: 150px;
  }
}
.headerNavList.headContactBtn .headerNavList__link:hover {
  color: #f29600;
  background-color: #fff;
  border: 2px solid #f29600;
}
@media screen and (max-width: 1024px) {
  .headerNavList {
    width: 100%;
  }
  .headerNavList:first-of-type .headerNavList__link {
    border-top: 1px solid #ccc;
  }
  .headerNavList + .headerNavList {
    margin-left: 0;
  }
  .headerNavList .headerNavList__link {
    border-bottom: 1px solid #ccc;
    display: block;
    padding: 20px;
    position: relative;
    width: 100%;
  }
  .headerNavList .headerNavList__link::before {
    background-image: url(../images/common/service-arrow02@2x.png);
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 30%;
    right: 15px;
    transition: all 0.2s;
    background-position: center;
    background-size: contain;
  }
  .headerNavList .headerNavList__link.plus::before {
    display: none;
  }
  .headerNavList .headerNavList__link.contact_btn::before {
    width: 0;
  }
  .headerNavList .headerNavList__link:hover::before {
    background-image: url(../images/common/service-arrow@2x.png);
  }
  .headerNavList.headContactBtn .headerNavList__link {
    display: block;
    height: 60px;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f29600;
    border-radius: 15px;
    margin: 25px auto 0;
    color: #fff;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  .headerNavList.headContactBtn .headerNavList__link {
    max-width: 100%;
  }
}
.headerNavList .acdTitle {
  cursor: pointer;
  padding: 20px;
  position: relative;
}
.headerNavList .acdTitle::after {
  background-image: url(../images/common/plus@2x.png);
  background-size: contain;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  top: 30%;
  position: absolute;
  right: 15px;
}
.headerNavList .acdTitle.open::after {
  background-image: url(../images/common/minus@2x.png);
}
.headerNavList .acdTitle.open + .acdInner {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
.headerNavList .acdTitle.open + .acdInner li + li {
  border-top: 1px solid #ccc;
}
.headerNavList .acdInner {
  transition: 0.3s;
  background-color: #fff;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.headerNavList .acdInner .linkList {
  padding: 0 25px 0;
  border-bottom: 1px solid #ccc;
}
.headerNavList .acdInner .linkList a {
  display: block;
  position: relative;
  padding: 18px 0 18px 30px;
}
.headerNavList .acdInner .linkList a::after {
  content: "";
  background-color: #f29600;
  border-radius: 50%;
  height: 6px;
  left: 15px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  width: 6px;
}
.headerNavList .acdInner .linkList a.Detail02::after {
  top: 50%;
}

:root {
  --borderPosition: 13px;
}

.hunsMenu {
  background: #f29600;
  cursor: pointer;
  position: relative;
  height: var(--headerHeight);
  width: var(--headerHeight);
}
.hunsMenu::before {
  bottom: 3px;
  content: "MENU";
  color: #fff;
  font-size: 13px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  text-align: center;
  width: 100%;
  font-weight: 700;
  letter-spacing: 0.01em;
}
.hunsMenu span {
  background: #fff;
  display: inline-block;
  left: 50%;
  position: absolute;
  transition: all 0.4s;
  transform: translate(-50%, 0);
  height: 2px;
  width: 55%;
}
.hunsMenu span:nth-of-type(1) {
  top: var(--borderPosition);
}
.hunsMenu span:nth-of-type(2) {
  top: calc(var(--borderPosition) + 8px);
}
.hunsMenu span:nth-of-type(3) {
  top: calc(var(--borderPosition) + 16px);
}
.hunsMenu.active::before {
  content: "CLOSE";
}
.hunsMenu.active span:nth-of-type(1) {
  top: 18px;
  transform: translateX(-50%) translateY(6px) rotate(-35deg);
  width: 55%;
}
.hunsMenu.active span:nth-of-type(2) {
  opacity: 0;
}
.hunsMenu.active span:nth-of-type(3) {
  top: 30px;
  transform: translateX(-50%) translateY(-6px) rotate(35deg);
  width: 55%;
}

.b_ {
  border-left: 1px solid #ccc;
  padding-left: 25px;
}
@media (max-width: 1450px) {
  .b_ {
    padding-left: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .b_ {
    border-left: none;
    padding-left: 0;
  }
}

.i-aisatsu,
.i-news,
.i-service,
.i-access {
  position: relative;
  padding-left: 43px;
  letter-spacing: -0.01em;
}
@media (max-width: 1450px) {
  .i-aisatsu,
  .i-news,
  .i-service,
  .i-access {
    padding-left: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .i-aisatsu,
  .i-news,
  .i-service,
  .i-access {
    padding-left: 30px;
  }
}
.i-aisatsu::before,
.i-news::before,
.i-service::before,
.i-access::before {
  content: " ";
  display: block;
  width: 1.8em;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 1450px) {
  .i-aisatsu::before,
  .i-news::before,
  .i-service::before,
  .i-access::before {
    width: 1.3em;
  }
}

.i-aisatsu::before {
  background: url(../images/common/aisatsu@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
}

.i-news::before {
  background: url(../images/common/news@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
}

.i-service::before {
  background: url(../images/common/service@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 33px;
}

.i-access::before {
  background: url(../images/common/access@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 35px;
}
@media (max-width: 1450px) {
  .i-access::before {
    height: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .gNav-flex {
    display: block;
  }
}

.h-SNS {
  margin: 0 30px;
}
@media (max-width: 1450px) {
  .h-SNS {
    margin: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .h-SNS {
    justify-content: center;
    margin-bottom: 40px;
  }
}
.h-SNS .h-instagram {
  margin-left: 30px;
}

.fcBg {
  background: url(../images/common/footContactBg@2x.png);
  padding: 140px 0 140px;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 820px), print {
  .fcBg {
    padding: 100px 0 140px;
  }
}
@media screen and (max-width: 820px), print {
  .fcBg {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 520px) {
  .fcBg {
    padding: 45px 0 65px;
  }
}
.fcBg::before {
  content: "";
  width: 100%;
  height: 13%;
  top: -61px;
  background: url(../images/common/footContact@2x.png);
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .fcBg::before {
    height: 10%;
  }
}
@media screen and (max-width: 820px), print {
  .fcBg::before {
    height: 5%;
    top: -36px;
  }
}
@media screen and (max-width: 520px) {
  .fcBg::before {
    top: -19px;
  }
}
.fcBg::after {
  content: "";
  width: 372px;
  height: 120px;
  top: -105px;
  right: 6.7vw;
  background: url(../images/common/footContact-deko@2x.png);
  background-position: right;
  background-size: contain;
  position: absolute;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  .fcBg::after {
    width: 24.8vw;
    top: -110px;
  }
}
@media screen and (max-width: 820px), print {
  .fcBg::after {
    width: 33vw;
    top: -100px;
  }
}
@media screen and (max-width: 520px) {
  .fcBg::after {
    width: 41.3vw;
    height: 13.3vw;
    top: -40px;
    right: 15px;
  }
}

.footContactsubTitle {
  color: #fff;
}

@media screen and (max-width: 820px), print {
  .footContactCard {
    flex-direction: column;
  }
}

.formCard,
.telCard {
  background-color: #fff;
  border-radius: 15px;
  width: 47.5%;
  outline: 1px dashed #82c7a2;
  outline-offset: -8px;
  border-radius: 20px;
  padding: 60px 0;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .formCard,
  .telCard {
    padding: 6vw 0;
  }
}
@media screen and (max-width: 820px), print {
  .formCard,
  .telCard {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 520px) {
  .formCard,
  .telCard {
    width: 100%;
    padding: 30px 0;
  }
}
.formCard .fcText01,
.telCard .fcText01 {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .formCard .fcText01,
  .telCard .fcText01 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 820px), print {
  .formCard .fcText01,
  .telCard .fcText01 {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .formCard .fcText01,
  .telCard .fcText01 {
    font-size: 16px;
  }
}
.formCard .fcText02,
.telCard .fcText02 {
  font-size: 16px;
}

@media screen and (max-width: 820px), print {
  .formCard {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  .formCard {
    margin-bottom: 20px;
  }
}
.formCard .formicon {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  .formCard .formicon {
    padding-left: 35px;
  }
}
@media screen and (max-width: 520px) {
  .formCard .formicon {
    padding-left: 30px;
  }
}
.formCard .formicon::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/f-form@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 33px;
  width: 33px;
}
@media screen and (max-width: 820px), print {
  .formCard .formicon::before {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 520px) {
  .formCard .formicon::before {
    height: 25px;
    width: 25px;
  }
}
.formCard .btn-m {
  margin: 33px 0;
}
@media screen and (max-width: 820px), print {
  .formCard .btn-m {
    margin: 20px 0;
  }
}

.telCard .telicon {
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  .telCard .telicon {
    padding-left: 35px;
  }
}
@media screen and (max-width: 520px) {
  .telCard .telicon {
    padding-left: 30px;
  }
}
.telCard .telicon::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/f-tel@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  height: 33px;
  width: 33px;
}
@media screen and (max-width: 820px), print {
  .telCard .telicon::before {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 520px) {
  .telCard .telicon::before {
    height: 25px;
    width: 25px;
  }
}
.telCard .telContact {
  pointer-events: none;
  margin: 0 auto;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .telCard .telContact {
    pointer-events: auto;
  }
}
.telCard .telContact .telNumber {
  font-size: 48px;
  font-weight: 700;
  color: #f29600;
}
@media screen and (max-width: 1024px) {
  .telCard .telContact .telNumber {
    font-size: 4.7vw;
  }
}
@media screen and (max-width: 820px), print {
  .telCard .telContact .telNumber {
    font-size: 38px;
  }
}
@media screen and (max-width: 520px) {
  .telCard .telContact .telNumber {
    font-size: 34px;
  }
}
.telCard .mataha {
  margin: -5px 0 -13px;
}
@media screen and (max-width: 820px), print {
  .telCard .mataha {
    margin: -10px 0 -10px;
  }
}
@media screen and (max-width: 520px) {
  .telCard .mataha {
    margin: -5px 0 -5px;
  }
}

/*  footer  */
.foot-inner {
  font-weight: 500;
  padding: 60px 0;
}
@media (max-width: 1260px) {
  .foot-inner {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .foot-inner {
    font-size: 16px;
    display: block;
  }
}
@media screen and (max-width: 520px) {
  .foot-inner {
    padding: 50px 0;
  }
}
.foot-inner .foot-left {
  padding-right: 60px;
  width: 50%;
  border-right: 1px solid #ccc;
}
@media (max-width: 1260px) {
  .foot-inner .foot-left {
    padding-right: 40px;
    width: 46%;
  }
}
@media screen and (max-width: 1024px) {
  .foot-inner .foot-left {
    padding-right: 0;
    width: 100%;
    border: none;
  }
}
@media print {
  .foot-inner .foot-left {
    padding-right: 0;
    width: 100%;
    border: none;
  }
}
.foot-inner .foot-right {
  padding-left: 60px;
  width: 50%;
}
@media (max-width: 1260px) {
  .foot-inner .foot-right {
    padding-left: 40px;
    width: 54%;
  }
}
@media print {
  .foot-inner .foot-right {
    display: none;
  }
}

.footLogo {
  display: inline-block;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px), print {
  .footLogo {
    width: 70%;
  }
}

.accessCard {
  margin-bottom: 20px;
  line-height: 1.9;
}
.accessCard .name {
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  .accessCard .tel02 {
    margin-left: 44px;
  }
}
.accessCard .info {
  font-size: 14px;
}

.SNS .f-line {
  margin-right: 20px;
}

.siteMapList .arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  margin-bottom: 7px;
}
.siteMapList .arrow::after, .siteMapList .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  border-radius: 9999px;
  background-color: #f29600;
  transform-origin: calc(100% - 0.5px) 50%;
}
.siteMapList .arrow::before {
  transform: rotate(45deg);
}
.siteMapList .arrow::after {
  transform: rotate(-45deg);
}

.sitemap01 li {
  width: 33.3333333333%;
}

.service {
  background-color: #f29600;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 10px;
  margin-top: 30px;
}

.siteFoot {
  background-color: #f29600;
  padding: 10px 0;
}
@media screen and (max-width: 520px) {
  .siteFoot {
    padding: 10px 0;
  }
}
.siteFoot .siteFootItem__link {
  color: #fff;
  font-size: 12px;
}

.display_none {
  visibility: hidden;
}
.display_none.action {
  visibility: visible;
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fffcf8;
  text-align: center;
  color: #fff;
  top: 0;
  opacity: 1;
  /* Loadingバー中央配置　*/
}
#splash.hidden {
  transition: all 1.5s;
  opacity: 0;
  visibility: hidden;
  background: transparent;
}
#splash.hidden .loading-area {
  display: none;
}
#splash.hidden #splash_text {
  display: none;
}
#splash .loading-area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 370px;
  width: 90%;
}
@media screen and (max-width: 820px), print {
  #splash .loading-area {
    width: 70%;
  }
}
#splash #splash_text {
  position: absolute;
  bottom: 20%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, 0);
  color: #333;
}

#top {
  /** top 共通 ***********************************************************/
  /** topFv ***********************************************************/
  /** topAisatsu ***********************************************************/
  /** topNews ***********************************************************/
  /** topService ***********************************************************/
  /** topAccess ***********************************************************/
}
@keyframes yurayura {
  0%, 100% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
}
#top #aisatsu {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (max-width: 820px), print {
  #top #aisatsu {
    padding-top: 110px;
    margin-top: -110px;
  }
}
@media screen and (max-width: 520px) {
  #top #aisatsu {
    padding-top: 100px;
    margin-top: -100px;
  }
}
#top #news {
  padding-top: 140px;
  margin-top: -140px;
}
@media screen and (max-width: 1024px) {
  #top #news {
    padding-top: 20px;
    margin-top: -20px;
  }
}
#top #access {
  padding-top: 60px;
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  #top #access {
    padding-top: 30px;
    margin-top: -30px;
  }
}
#top .font18 {
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #top .font18 {
    font-size: 16px;
  }
}
@media print {
  #top .font18 {
    font-size: 16px;
  }
}
#top .aisatsuBg {
  background: url(../images/top/aisatsuBg@2x.png);
  padding: 100px 0 260px;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .aisatsuBg {
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 820px), print {
  #top .aisatsuBg {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 520px) {
  #top .aisatsuBg {
    padding: 80px 0 45px;
  }
}
@media print {
  #top .aisatsuBg {
    padding: 80px 0 60px;
    margin-top: -30px;
  }
}
#top .aisatsuBg::before {
  content: "";
  width: 100%;
  height: 13.6vw;
  top: -13.3vw;
  background: url(../images/top/aisatsuBg-deko@2x.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
@media screen and (max-width: 820px), print {
  #top .aisatsuBg::before {
    background: url(../images/top/aisatsuBg-deko-sp@2x.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 5%;
    top: -70px;
  }
}
@media screen and (max-width: 520px) {
  #top .aisatsuBg::before {
    height: 4%;
    top: -49px;
  }
}
@media print {
  #top .aisatsuBg::before {
    background: url(../images/top/aisatsuBg-deko-sp@2x.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 5%;
    top: -70px;
    z-index: 5;
  }
}
#top .gif01 .trigger,
#top .gif02 .trigger {
  height: 200px;
  width: 100%;
  opacity: 0;
  pointer-events: none;
}
@media print {
  #top .gif01,
  #top .gif02 {
    display: none;
  }
}
#top .gif01 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .gif01 {
    display: none;
  }
}
#top .gif01::before {
  content: "";
  opacity: 0;
  position: absolute;
  width: 12vw;
  height: 12vw;
  top: -10vw;
  left: 8vw;
  background: url(../images/top/gif01.gif) center/contain no-repeat;
}
@media (max-width: 1450px) {
  #top .gif01::before {
    top: 6vw;
    left: 9vw;
  }
}
@media (max-width: 1200px) {
  #top .gif01::before {
    top: 9vw;
    left: 9.6vw;
  }
}
#top .gif01::after {
  content: "";
  position: absolute;
  width: 26vw;
  height: 68.6vw;
  top: -38.6vw;
  left: 0;
  background: url(../images/top/aisatsu-deko@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1450px) {
  #top .gif01::after {
    width: 25vw;
    height: 66vw;
    top: -18vw;
  }
}
@media (max-width: 1200px) {
  #top .gif01::after {
    height: 75vw;
    width: 27vw;
    top: -21vw;
  }
}
@media print {
  #top .gif01::after {
    height: 200px;
    width: 100%;
  }
}
#top .gif01.show::before {
  opacity: 1;
}
#top .gif02 {
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top .gif02 {
    display: none;
  }
}
#top .gif02::before {
  content: "";
  position: absolute;
  opacity: 0;
  width: 11vw;
  height: 14.6vw;
  top: -11vw;
  right: 7.2vw;
  background: url(../images/top/gif02.gif) center/contain no-repeat;
}
@media (max-width: 1450px) {
  #top .gif02::before {
    top: 4vw;
    top: -12vw;
    right: 9.6vw;
  }
}
@media (max-width: 1200px) {
  #top .gif02::before {
    top: -11vw;
  }
}
#top .gif02::after {
  content: "";
  position: absolute;
  width: 19vw;
  height: 27.6vw;
  top: -18vw;
  right: 0;
  background: url(../images/top/insta-deko@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1450px) {
  #top .gif02::after {
    width: 25vw;
    height: 33.6vw;
    top: -25vw;
  }
}
@media (max-width: 1200px) {
  #top .gif02::after {
    top: -25vw;
  }
}
#top .gif02.show::before {
  opacity: 1;
}
#top .topFvCard {
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 820px), print {
  #top .topFvCard {
    height: 144vw;
  }
}
@media screen and (max-width: 520px) {
  #top .topFvCard {
    height: 179vw;
  }
}
#top .topFvCard::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/maindeco@2x.png);
  background-position: center;
  background-size: contain;
  width: 38vw;
  height: 38vw;
  top: -1.1vw;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 101;
}
@media screen and (max-width: 820px), print {
  #top .topFvCard::before {
    background-image: url(../images/top/maindeco_ipad@2x.png);
    width: 100%;
    height: 78.1vw;
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #top .topFvCard::before {
    background-image: url(../images/top/maindeco_sp@2x.png);
    height: 106.8vw;
  }
}
#top #topAisatsu .aisatsuArea {
  margin: 0 auto;
  max-width: 820px;
  background-color: #fffcf8;
  border: 2px solid #f29600;
  border-radius: 20px;
  padding: 30px 30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #top #topAisatsu .aisatsuArea {
    padding: 30px 20px;
  }
}
@media print {
  #top #topAisatsu .aisatsuArea {
    padding: 30px 20px;
  }
}
#top #topAisatsu .aisatsuArea::before, #top #topAisatsu .aisatsuArea::after {
  content: "";
  position: absolute;
  width: 14.6vw;
  height: 14.6vw;
  top: -7vw;
  background: url(../images/top/dogImg02@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  animation: yurayura 2s linear infinite;
}
@media screen and (max-width: 1024px) {
  #top #topAisatsu .aisatsuArea::before, #top #topAisatsu .aisatsuArea::after {
    width: 16.6vw;
    height: 16.6vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #topAisatsu .aisatsuArea::before, #top #topAisatsu .aisatsuArea::after {
    width: 17.6vw;
    height: 17.6vw;
  }
}
@media screen and (max-width: 520px) {
  #top #topAisatsu .aisatsuArea::before, #top #topAisatsu .aisatsuArea::after {
    width: 21vw;
    height: 21vw;
  }
}
#top #topAisatsu .aisatsuArea::before {
  left: -18.5vw;
  top: -9vw;
}
@media (max-width: 1500px) {
  #top #topAisatsu .aisatsuArea::before {
    left: -8.5vw;
    top: -21vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #topAisatsu .aisatsuArea::before {
    left: 1.5vw;
    top: -21vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #topAisatsu .aisatsuArea::before {
    left: -0.5vw;
    top: -22vw;
  }
}
@media screen and (max-width: 520px) {
  #top #topAisatsu .aisatsuArea::before {
    left: 10px;
    top: -165px;
  }
}
@media print {
  #top #topAisatsu .aisatsuArea::before {
    left: -3px;
    top: -148px;
  }
}
#top #topAisatsu .aisatsuArea::after {
  right: -17vw;
  top: -5vw;
  background: url(../images/top/dogImg01@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  #top #topAisatsu .aisatsuArea::after {
    right: -6vw;
    top: -17vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #topAisatsu .aisatsuArea::after {
    right: -2vw;
    top: 560px;
  }
}
@media screen and (max-width: 820px), print {
  #top #topAisatsu .aisatsuArea::after {
    top: 105%;
  }
}
@media screen and (max-width: 520px) {
  #top #topAisatsu .aisatsuArea::after {
    top: 102%;
  }
}
@media print {
  #top #topAisatsu .aisatsuArea::after {
    top: 500px;
    right: -15px;
  }
}
#top #topAisatsu .aisatsuArea .orange {
  color: #f29600;
  font-weight: 500;
}
#top #topAisatsu .aisatsuArea .aisatsu-p {
  letter-spacing: 0;
  line-height: 2;
}
@media screen and (max-width: 820px), print {
  #top #topAisatsu .aisatsuArea .aisatsu-p {
    line-height: 1.7;
  }
}
@media screen and (max-width: 520px) {
  #top #topAisatsu .aisatsuArea .aisatsu-p {
    line-height: 1.5;
  }
}
#top #topAisatsu .aisatsuArea .font14 {
  font-size: 16px;
  margin-bottom: -20px;
}
@media screen and (max-width: 1024px) {
  #top #topAisatsu .aisatsuArea .font14 {
    font-size: 14px;
  }
}
@media print {
  #top #topAisatsu .aisatsuArea .font14 {
    font-size: 14px;
  }
}
#top #topNews.news-z {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  #top #topNews .newsArea {
    margin: 120px 0;
  }
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea {
    margin: 110px 0 90px;
  }
}
@media print {
  #top #topNews .newsArea {
    padding-bottom: 90px;
  }
}
#top #topNews .newsArea .newsP {
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .newsP {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #top #topNews .newsArea .newsP {
    text-align: left;
    letter-spacing: 0.03em;
  }
}
#top #topNews .newsArea .instaArea {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .instaArea {
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  #top #topNews .newsArea .instaArea {
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #top #topNews .newsArea .instaArea {
    margin: 0 auto;
    width: 100%;
  }
}
#top #topNews .newsArea .snsIcon01,
#top #topNews .newsArea .snsIcon02 {
  position: relative;
  padding-left: 50px;
  display: inline-block;
  margin-top: 50px;
}
@media screen and (max-width: 1024px) {
  #top #topNews .newsArea .snsIcon01,
  #top #topNews .newsArea .snsIcon02 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .snsIcon01,
  #top #topNews .newsArea .snsIcon02 {
    margin-top: 30px;
  }
}
#top #topNews .newsArea .snsIcon01::before {
  background: url(../images/common/f-instagram@2x.png);
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 53%;
  transition: all 0.2s;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .snsIcon01::before {
    width: 40px;
    height: 40px;
  }
}
#top #topNews .newsArea .snsIcon02::before {
  background: url(../images/common/f-line@2x.png);
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 53%;
  transition: all 0.2s;
  transform: translate(0, -50%);
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .snsIcon02::before {
    width: 40px;
    height: 40px;
  }
}
#top #topNews .newsArea .sns-p {
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .sns-p {
    font-size: 18px;
  }
}
#top #topNews .newsArea .sns-p .linkIcon {
  margin-left: 10px;
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .sns-p .linkIcon {
    margin-left: 0;
  }
}
@media screen and (max-width: 820px), print {
  #top #topNews .newsArea .sns-p .linkIcon img {
    width: 15px;
    height: 15px;
  }
}
#top #servicelist-area .serviceBg {
  background: url(../images/top/serviceBg@2x.png);
  padding: 20px 0 310px;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #top #servicelist-area .serviceBg {
    padding: 100px 0 160px;
  }
}
@media screen and (max-width: 820px), print {
  #top #servicelist-area .serviceBg {
    padding: 60px 0 90px;
  }
}
@media screen and (max-width: 520px) {
  #top #servicelist-area .serviceBg {
    padding: 85px 0 160px;
  }
}
#top #servicelist-area .serviceBg::before {
  content: "";
  width: 100%;
  height: 14.2vw;
  top: -14vw;
  background: url(../images/top/serviceBg-deko@2x.png);
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
}
@media screen and (max-width: 820px), print {
  #top #servicelist-area .serviceBg::before {
    height: 8%;
    top: -100px;
  }
}
@media screen and (max-width: 520px) {
  #top #servicelist-area .serviceBg::before {
    height: 5%;
    top: -49px;
  }
}
#top #servicelist-area .serviceBg::after {
  content: "";
  position: absolute;
  width: 262px;
  height: 308px;
  bottom: -13vw;
  right: 11vw;
  background: url(../images/top/service-deko@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(30px);
  transition: 0.3s ease-out;
}
@media screen and (max-width: 1024px) {
  #top #servicelist-area .serviceBg::after {
    width: 26vw;
    height: 31vw;
    right: 25px;
  }
}
@media screen and (max-width: 520px) {
  #top #servicelist-area .serviceBg::after {
    background: url(../images/top/service-deko-sp@2x.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 160px;
  }
}
#top #servicelist-area .serviceBg.show-after::after {
  opacity: 1;
  transform: translateY(0); /* 元の位置へ */
  bottom: 1vw; /* ←通常の位置に戻る */
}
@media screen and (max-width: 1024px) {
  #top #servicelist-area .serviceBg.show-after::after {
    bottom: 0vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #servicelist-area .serviceBg.show-after::after {
    bottom: -2vw;
  }
}
@media screen and (max-width: 520px) {
  #top #servicelist-area .serviceBg.show-after::after {
    bottom: 0vw;
  }
}
#top #servicelist-area .serviceBg .secTitle {
  position: relative;
}
#top #servicelist-area .serviceBg .secTitle::after {
  content: "";
  width: 274px;
  height: 100px;
  top: -90px;
  right: 20%;
  background: url(../images/top/hukidashi01@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
@media (max-width: 1500px) {
  #top #servicelist-area .serviceBg .secTitle::after {
    width: 24.8vw;
    right: 16%;
  }
}
@media screen and (max-width: 1024px) {
  #top #servicelist-area .serviceBg .secTitle::after {
    right: 11%;
  }
}
@media screen and (max-width: 820px), print {
  #top #servicelist-area .serviceBg .secTitle::after {
    background: url(../images/top/hukidashi-sp@2x.png);
    width: 210px;
    height: 90px;
    top: -85px;
    right: 7vw;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 520px) {
  #top #servicelist-area .serviceBg .secTitle::after {
    width: 42vw;
    height: 18vw;
    top: -14vw;
    right: 0;
  }
}
#top #servicelist-area .serviceBg .serviceP {
  margin-bottom: 70px;
}
@media screen and (max-width: 820px), print {
  #top #servicelist-area .serviceBg .serviceP {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #top #servicelist-area .serviceBg .serviceP {
    text-align: left;
    margin-bottom: 25px;
  }
}
#top #servicelist-area .serviceBg .servicelist {
  position: relative;
}
#top #servicelist-area .serviceBg .servicelist::before, #top #servicelist-area .serviceBg .servicelist::after {
  content: "";
  position: absolute;
  width: 138px;
  height: 224px;
  top: -7vw;
  background: url(../images/top/service-deko01@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1500px) {
  #top #servicelist-area .serviceBg .servicelist::before, #top #servicelist-area .serviceBg .servicelist::after {
    top: -14vw;
  }
}
@media screen and (max-width: 1024px) {
  #top #servicelist-area .serviceBg .servicelist::before, #top #servicelist-area .serviceBg .servicelist::after {
    width: 8vw;
    height: 17vw;
    top: -15vw;
  }
}
@media screen and (max-width: 820px), print {
  #top #servicelist-area .serviceBg .servicelist::before, #top #servicelist-area .serviceBg .servicelist::after {
    display: none;
  }
}
#top #servicelist-area .serviceBg .servicelist::before {
  left: -5.5vw;
}
@media (max-width: 1500px) {
  #top #servicelist-area .serviceBg .servicelist::before {
    left: -3.5vw;
  }
}
#top #servicelist-area .serviceBg .servicelist::after {
  right: -5.5vw;
  background: url(../images/top/service-deko02@2x.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1500px) {
  #top #servicelist-area .serviceBg .servicelist::after {
    right: -3.5vw;
  }
}
#top #topAccess .accessBg {
  background-color: #fff;
  padding: 100px 0 230px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg {
    padding: 60px 0 180px;
  }
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg {
    padding: 60px 0 120px;
  }
}
#top #topAccess .accessBg::before {
  content: "";
  width: 100%;
  height: 6.9vw;
  top: -6.8vw;
  background: url(../images/top/accessBg-deko@2x.png);
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg::before {
    height: 5%;
    top: -50px;
  }
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg::before {
    height: 4%;
    top: -40px;
  }
}
#top #topAccess .accessBg .flex-box {
  margin: 0 auto 60px;
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg .flex-box {
    flex-direction: column-reverse;
    margin: 0 auto 30px;
    width: 80%;
  }
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg .flex-box {
    width: 100%;
  }
}
#top #topAccess .accessBg .flex-box .item {
  width: 52.2%;
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg .flex-box .item {
    width: 100%;
  }
}
#top #topAccess .accessBg .flex-box .item + .item {
  width: 39.3%;
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg .flex-box .item + .item {
    max-width: 590px;
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg .flex-box .item + .item {
    width: 100%;
  }
  #top #topAccess .accessBg .flex-box .item + .item .subbg-area {
    width: 100%;
  }
}
#top #topAccess .accessBg .flex-box .item .map {
  max-width: 100%;
  margin: 0 auto 0;
}
#top #topAccess .accessBg .flex-box .item .map .mapWrap {
  position: relative;
  width: 100%;
  padding-top: 70.9%;
}
#top #topAccess .accessBg .flex-box .item .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#top #topAccess .accessBg .flex-box .item .text-area {
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg .flex-box .item .text-area {
    margin: 0 auto 30px;
    max-width: 330px;
  }
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg .flex-box .item .text-area {
    margin: 0 0 30px 0;
    max-width: 1005;
  }
}
#top #topAccess .accessBg .flex-box .item .text-area .name {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #top #topAccess .accessBg .flex-box .item .text-area .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px), print {
  #top #topAccess .accessBg .flex-box .item .text-area .name {
    margin-bottom: 10px;
  }
}
#top #topAccess .accessBg .flex-box .item .text-area .gaiyoudl dt {
  width: 90px;
}
#top #topAccess .accessBg .flex-box2 {
  max-width: 490px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg .flex-box2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #top #topAccess .accessBg .flex-box2 .button01 + .button01 {
    margin-top: 15px;
  }
}

/** news ***********************************************************/
.newsList {
  border-bottom: 1px solid #ccc;
}
.newsList:first-of-type {
  border-top: 1px solid #ccc;
}

.newsListItem {
  padding: 15px 30px;
  position: relative;
}
.newsListItem::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2021%207%22%3E%3Cg%20id%3D%22_%E3%83%A1%E3%82%A4%E3%83%B3%22%3E%3Cpolygon%20points%3D%2221%207%200%207%200%206%2018.98%206%2014.89%20.61%2015.69%200%2021%207%22%20style%3D%22fill%3A%2377a7bc%3B%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  top: 50%;
  transform: translate(0, -50%);
  height: 7px;
  width: 26px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 10px;
}
.newsListItem .newsItemHead {
  margin-right: 20px;
}
.newsListItem .newsItemTitle {
  max-width: calc(100% - 310px);
}
@media screen and (max-width: 820px), print {
  .newsListItem .newsItemTitle {
    max-width: 100%;
  }
}
.newsListItem:hover {
  opacity: 1;
}
.newsListItem:hover .newsItemCategory {
  color: #fff;
  background-color: #f29600;
}
@media screen and (max-width: 820px), print {
  .newsListItem {
    padding: 15px 10px;
    padding-right: 40px;
  }
}

.newsItemTime {
  font-size: 14px;
  margin-right: 1em;
}

.newsItemCategory {
  color: #f29600;
  border: 1px solid #f29600;
  font-size: 14px;
  text-align: center;
  transition: 0.3s;
  padding: 3px 10px;
  display: inline-block;
}

/** newsDetail ***********************************************************/
.sin_btns {
  padding-top: 20px;
  border-top: 1px solid #333;
}

.sin_pre,
.sin_nex {
  position: relative;
}
.sin_pre::before,
.sin_nex::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  height: 8px;
  width: 8px;
}

.sin_pre {
  padding-right: 15px;
}
.sin_pre::before {
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

.sin_nex {
  padding-left: 15px;
}
.sin_nex::before {
  left: 0;
  transform: translate(0, -50%) rotate(135deg);
}

@media screen and (max-width: 520px) {
  #contact {
    font-size: 14px;
  }
}
@media print {
  #contact {
    padding-top: 0;
  }
}
#contact #contactTop {
  margin-top: -150px;
  padding-top: 150px;
}
#contact input:invalid {
  scroll-margin-top: 150px;
}
#contact .error_mes {
  color: red;
  margin-bottom: 10px;
}
#contact .required {
  color: #fff;
  background-color: #f29600;
  border-radius: 3px;
  padding: 0 10px;
}
@media screen and (max-width: 820px), print {
  #contact .required {
    margin-left: 10px;
  }
}
#contact .required.check {
  padding-bottom: 2px;
}
#contact #contactBox {
  padding-bottom: 260px;
}
@media screen and (max-width: 820px), print {
  #contact #contactBox {
    padding-bottom: 130px;
  }
}
#contact .headText {
  margin: 80px 0 90px;
}
@media screen and (max-width: 820px), print {
  #contact .headText {
    margin: 40px 0;
  }
}
#contact .formBg {
  background-color: #ffefcb;
  border-radius: 30px;
  padding: 70px 30px 80px;
}
@media screen and (max-width: 820px), print {
  #contact .formBg {
    padding: 40px 30px;
    border-radius: 15px;
  }
}
@media screen and (max-width: 520px) {
  #contact .formBg {
    padding: 40px 20px;
  }
}
#contact .step-area {
  margin-bottom: 70px;
}
@media screen and (max-width: 820px), print {
  #contact .step-area {
    margin-bottom: 30px;
  }
}
#contact .table-area {
  max-width: 860px;
  margin: 0 auto;
}
#contact .table-area dl {
  border-bottom: 1px solid #ccc;
  padding: 30px 50px;
}
@media screen and (max-width: 1024px) {
  #contact .table-area dl {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl {
    padding: 25px 0;
    flex-direction: column;
  }
}
#contact .table-area dl:first-of-type {
  border-top: 1px solid #ccc;
}
#contact .table-area dl dt {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  width: 230px;
}
@media screen and (max-width: 1024px) {
  #contact .table-area dl dt {
    width: 225px;
  }
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dt {
    width: 100%;
    margin-bottom: 10px;
    justify-content: flex-start;
  }
}
#contact .table-area dl dd {
  width: calc(100% - 285px);
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #contact .table-area dl dd {
    width: calc(100% - 235px);
  }
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dd {
    width: 100%;
  }
}
#contact .table-area dl dd .textArea__form,
#contact .table-area dl dd .textBox__form {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 100%;
}
#contact .table-area dl dd .textArea__form.small,
#contact .table-area dl dd .textBox__form.small {
  max-width: 178px;
}
#contact .table-area dl dd .textArea__form.small.zipInput,
#contact .table-area dl dd .textBox__form.small.zipInput {
  margin-left: 10px;
  margin-bottom: 10px;
}
#contact .table-area dl dd .textArea__form.small.ageInput,
#contact .table-area dl dd .textBox__form.small.ageInput {
  margin-right: 10px;
}
#contact .table-area dl dd .mail_box-title {
  margin: 25px 0 5px;
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .mail_box-title {
    margin-top: 10px;
  }
}
#contact .table-area dl dd #mail_box {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  pointer-events: none;
  padding: 10px;
  width: 100%;
}
#contact .table-area dl dd .checkArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact .table-area dl dd .checkArea label {
  width: 48%;
}
#contact .table-area dl dd .checkArea label:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #contact .table-area dl dd .checkArea label {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .checkArea label {
    width: 100%;
  }
  #contact .table-area dl dd .checkArea label:nth-child(n+2) {
    margin-top: 10px;
  }
}
#contact .table-area .radioBox label + label {
  margin-left: 20px;
}
#contact .table-area label {
  position: relative;
}
#contact .table-area .checkbox-field-text,
#contact .table-area .radio-field-text {
  cursor: pointer;
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
#contact .table-area input[type=checkbox]:checked + .checkbox-field-text::after,
#contact .table-area input[type=radio]:checked + .radio-field-text::after {
  opacity: 1;
}
#contact .table-area input[type=radio],
#contact .table-area input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 20px;
  left: 15px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#contact .table-area .checkbox-field-text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  background-color: #fff;
}
#contact .table-area .checkbox-field-text::after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  position: absolute;
  top: 29%;
  left: 7px;
  transform: rotate(42deg) skewY(13deg) translateY(-46%);
  transform-origin: center right;
  border-right: 2px solid #f29600;
  border-bottom: 2px solid #f29600;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
}
#contact .table-area .radio-field-text::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
#contact .table-area .radio-field-text::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f29600;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  opacity: 0;
}
#contact .table-area .privacyBox {
  margin-top: 25px;
}
#contact .table-area .privacyBox .privacyTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #f29600;
}
#contact .table-area .privacyBox .privacyText {
  margin-bottom: 30px;
  line-height: 25px;
}
@media screen and (max-width: 820px), print {
  #contact .table-area .privacyBox .privacyText {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #contact .table-area .privacyBox .privacyText {
    text-align: left;
  }
}
#contact .table-area .privacyBox .privacyArea {
  border: 1px solid #ccc;
  background-color: #fff;
  overflow-y: scroll;
  max-width: 880px;
  width: 100%;
  height: 200px;
  padding: 15px 30px;
  margin: 0 auto 30px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
@media screen and (max-width: 820px), print {
  #contact .table-area .privacyBox .privacyArea {
    padding: 15px;
    margin-bottom: 15px;
    height: 250px;
  }
}
#contact .table-area .privacyBox .privacyArea ul {
  margin: 0;
}
#contact .table-area .privacyBox .privacyArea ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #contact .table-area .privacyBox .privacyArea ul li {
    font-size: 12px;
  }
}
#contact .table-area .privacyBox .privacyArea ul + .privacy_sub {
  margin-top: 30px;
}
#contact .table-area .privacyBox .privacyArea .privacy_sub {
  color: #f29600;
  font-weight: 500;
}
#contact .table-area .privacyBox .privacyArea .privacyText {
  margin-bottom: 0;
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #contact .table-area .privacyBox .privacyArea .privacyText {
    font-size: 12px;
    line-height: 21px;
  }
}
#contact .table-area .privacyBox .privacyArea .privacyText + .privacy_sub {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #contact .table-area .privacyBox .privacyArea {
    text-align: left;
  }
}
#contact .table-area .privacyBox .privacyArea .privacyBox__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #contact .table-area .privacyBox .privacyArea .privacyBox__title + p {
    font-size: 15px;
  }
}
#contact .table-area .privacyBox .privacyArea .simplebar-scrollbar::before {
  background: #ccc;
  border-radius: 20px;
  width: 6px;
  height: 30px;
}
#contact .table-area .privacyBox .privacyArea .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#contact .table-area .privacyBox .privacyArea .simplebar-track {
  background: #fff;
  width: 12px !important;
}
#contact .table-area .privacy_area {
  margin-bottom: 40px;
  font-weight: 500;
}
@media screen and (max-width: 820px), print {
  #contact .table-area .privacy_area {
    margin-bottom: 20px;
  }
}
#contact .table-area .privacy_area .required {
  margin-left: 15px;
}
#contact .table-area .contactButton {
  background-color: #f29600;
  color: #fff;
  border: 1px solid #f29600;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 20px;
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
}
@media screen and (max-width: 520px) {
  #contact .table-area .contactButton {
    font-size: 16px;
  }
}
#contact .table-area .contactButton.back-btn-arow {
  background-color: #999;
  border: 1px solid #999;
}
#contact .table-area .contactButton.back-btn-arow span {
  padding-left: 40px;
}
@media screen and (max-width: 520px) {
  #contact .table-area .contactButton.back-btn-arow span {
    padding-left: 35px;
  }
}
#contact .table-area .contactButton.back-btn-arow span::before {
  right: auto;
  left: 0;
  background-image: url(../images/contact/arw03@2x.png);
}
#contact .table-area .contactButton.back-btn-arow:hover {
  border: 1px solid #999;
  color: #999;
}
#contact .table-area .contactButton.back-btn-arow:hover::before {
  border: 1px solid #999;
}
#contact .table-area .contactButton.back-btn-arow:hover span::before {
  background-image: url(../images/contact/arw04@2x.png);
}
#contact .table-area .contactButton:hover {
  background-color: #fff;
  border: 1px solid #f29600;
  color: #f29600;
}
#contact .table-area .contactButton:hover span::before {
  background-image: url(../images/contact/arw02@2x.png);
}
#contact .table-area .contactButton span {
  position: relative;
  padding-right: 40px;
}
@media screen and (max-width: 820px), print {
  #contact .table-area .contactButton span {
    padding-right: 35px;
  }
}
#contact .table-area .contactButton span::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact/arw01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
#contact .form_confirm .btn-wrap {
  margin-top: 70px;
}
@media screen and (max-width: 820px), print {
  #contact .form_confirm .btn-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .btn-wrap {
    flex-direction: column;
  }
}
#contact .form_confirm .btn-wrap .contactButton {
  margin: 0;
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .btn-wrap .contactButton {
    max-width: 100%;
  }
}
#contact .form_confirm .btn-wrap .contactButton + .contactButton {
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .btn-wrap .contactButton + .contactButton {
    margin-left: 0;
    margin-top: 20px;
  }
}
#contact .form_complete {
  padding: 100px 0 250px;
}
@media screen and (max-width: 820px), print {
  #contact .form_complete {
    padding: 50px 0 120px;
  }
}
#contact .form_complete .compTitle {
  color: #f29600;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}
#contact .form_complete .compText {
  line-height: 30px;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  #contact .form_complete .compText {
    line-height: 22px;
  }
}

@media print {
  .grecaptcha-badge {
    display: none !important;
  }
}

#service-page {
  /* 共通 */
  /* pageLink */
  /* about */
  /* naiyou */
  /* fee */
  /* flow */
}
@media print {
  #service-page {
    padding-top: 0;
  }
}
#service-page #pagelink01,
#service-page #pagelink02,
#service-page #pagelink03,
#service-page #pagelink04,
#service-page #pagelink05 {
  padding-top: 30px;
  margin-top: -30px;
}
#service-page #about,
#service-page #naiyou,
#service-page #fee,
#service-page #flow,
#service-page #servicelist-area,
#service-page #first-guide,
#service-page #usecase {
  margin-top: 130px;
}
@media screen and (max-width: 1024px) {
  #service-page #about,
  #service-page #naiyou,
  #service-page #fee,
  #service-page #flow,
  #service-page #servicelist-area,
  #service-page #first-guide,
  #service-page #usecase {
    margin-top: 100px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #about,
  #service-page #naiyou,
  #service-page #fee,
  #service-page #flow,
  #service-page #servicelist-area,
  #service-page #first-guide,
  #service-page #usecase {
    margin-top: 70px;
  }
}
#service-page .h3Bg {
  padding: 10px 23px;
  background-color: #f29600;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 1024px) {
  #service-page .h3Bg {
    padding: 10px 15px;
  }
}
@media print {
  #service-page .h3Bg {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 520px) {
  #service-page .h3Bg {
    padding: 8px 13px;
  }
}
#service-page .font26 {
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  #service-page .font26 {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #service-page .font26 {
    font-size: 18px;
  }
}
@media print {
  #service-page .font26 {
    font-size: 20px;
  }
}
#service-page .setsumei-p {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  #service-page .setsumei-p {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #service-page .setsumei-p {
    font-size: 15px;
  }
}
#service-page .white-area {
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 60px;
  background-color: #fff;
  padding: 45px 40px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page .white-area {
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 520px) {
  #service-page .white-area {
    padding: 25px 20px 30px;
  }
}
#service-page .white-area .font26 {
  color: #3263a6;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #service-page .white-area .font26 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #service-page .white-area .font26 {
    font-size: 20px;
  }
}
#service-page .white-area li {
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 520px) {
  #service-page .white-area li {
    letter-spacing: -0.01em;
  }
}
#service-page .white-area .petsitter-link {
  color: #f29600;
  border-bottom: 1px solid #f29600;
  font-weight: 500;
}
#service-page #pageLink .flex-box {
  flex-wrap: wrap;
}
#service-page #pageLink .flex-box .item {
  padding: 15px;
  background-color: #fff;
  border: 2px solid #f29600;
  border-radius: 100px;
  width: calc(25% - 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 700;
  min-height: 50px;
}
@media (max-width: 1200px) {
  #service-page #pageLink .flex-box .item {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  #service-page #pageLink .flex-box .item {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #pageLink .flex-box .item {
    width: calc(50% - 10px);
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #pageLink .flex-box .item {
    font-size: 14px;
    margin: 0 auto 10px;
    padding: 5px;
  }
}
@media print {
  #service-page #pageLink .flex-box .item {
    margin-bottom: 20px;
  }
}
#service-page #pageLink .flex-box .item.dummy {
  opacity: 0;
}
#service-page #pageLink .flex-box .item:hover {
  opacity: 1;
  transform: translateY(-7px);
}
#service-page #pageLink .flex-box .item span {
  position: relative;
  display: block;
  padding-right: 30px;
}
@media screen and (max-width: 820px), print {
  #service-page #pageLink .flex-box .item span {
    padding-right: 25px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #pageLink .flex-box .item span {
    padding-right: 15px;
  }
}
#service-page #pageLink .flex-box .item span::after {
  position: absolute;
  border-top: 2px solid #f29600;
  border-right: 2px solid #f29600;
  content: "";
  display: block;
  height: 12px;
  right: 0px;
  top: 15%;
  transform: rotate(135deg) translate(0, -50%);
  transition: all 0.2s;
  width: 13px;
}
@media screen and (max-width: 1024px) {
  #service-page #pageLink .flex-box .item span::after {
    top: 0px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #pageLink .flex-box .item span::after {
    top: 2px;
    width: 9px;
    height: 9px;
  }
}
@media print {
  #service-page #pageLink .flex-box .item span::after {
    top: 0px;
  }
}
#service-page #about {
  margin-top: 100px;
}
@media screen and (max-width: 820px), print {
  #service-page #about {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #about .about-flex {
    flex-direction: column;
  }
}
#service-page #about .about-flex .about-left {
  max-width: 550px;
  width: 46%;
}
@media screen and (max-width: 820px), print {
  #service-page #about .about-flex .about-left {
    max-width: 100%;
    width: 100%;
  }
}
@media print {
  #service-page #about .about-flex .about-left .slick-img {
    width: 68vw !important;
  }
  #service-page #about .about-flex .about-left .slick-img img {
    width: 68vw !important;
  }
}
#service-page #about .about-flex .about-left .slick-img.dummy {
  opacity: 0;
}
@media screen and (max-width: 820px), print {
  #service-page #about .about-flex .about-left .container {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #service-page #about .about-flex .about-left .container {
    max-width: 100%;
  }
}
@media print {
  #service-page #about .about-flex .about-left .container {
    max-width: 75%;
    margin: 0 auto;
  }
}
#service-page #about .about-flex .about-left .container .thumbnail .slick-track {
  transform: unset !important;
  margin: 0;
  width: 100% !important;
}
@media screen and (max-width: 820px), print {
  #service-page #about .about-flex .about-left .container .thumbnail .slick-track {
    width: 100% !important;
  }
}
@media print {
  #service-page #about .about-flex .about-left .container .thumbnail .slick-track {
    width: 100% !important;
  }
}
#service-page #about .about-flex .about-left .container .thumbnail .slick-current {
  opacity: 1;
}
#service-page #about .about-flex .about-left .container .thumbnail .slick-track {
  transform: unset !important;
}
#service-page #about .about-flex .about-left .container .thumbnail-img {
  opacity: 1;
  transition: opacity 0.3s linear;
  width: calc(16.6666666667% - 10px) !important;
  margin-right: 10px;
}
@media screen and (max-width: 520px) {
  #service-page #about .about-flex .about-left .container .thumbnail-img {
    margin-right: 5px;
    width: calc(16.6666666667% - 5px) !important;
  }
}
@media print {
  #service-page #about .about-flex .about-left .container .thumbnail-img {
    margin-right: 10px;
    width: 72px !important;
  }
}
#service-page #about .about-flex .about-left .container .thumbnail .slick-current {
  border: 2px solid #f29600;
  border-radius: 3px;
}
#service-page #about .about-flex .about-left .container .thumbnail .slick-current img {
  opacity: 0.75;
}
#service-page #about .about-flex .slick-slider {
  margin-bottom: 15px;
}
#service-page #about .about-flex .thumbnail {
  margin-bottom: 0 !important;
}
#service-page #about .about-flex .about-right {
  width: 50.2%;
  margin-top: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 820px), print {
  #service-page #about .about-flex .about-right {
    width: 100%;
  }
}
#service-page #about .about-flex .about-right .about-name {
  color: #f29600;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 700;
}
@media screen and (max-width: 820px), print {
  #service-page #about .about-flex .about-right .about-name {
    font-size: 24px;
    margin-bottom: 6px;
  }
}
#service-page #naiyou .flex-box02 {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  #service-page #naiyou .flex-box02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .flex-box02 {
    flex-direction: column;
    margin-bottom: 0px;
  }
}
#service-page #naiyou .flex-box02 .naiyou-left {
  width: 67.4%;
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .flex-box02 .naiyou-left {
    width: 100%;
  }
}
#service-page #naiyou .flex-box02 .naiyou-left .setsumei-p {
  line-height: 1.8;
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .flex-box02 .naiyou-left .setsumei-p {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 520px) {
  #service-page #naiyou .flex-box02 .naiyou-left .setsumei-p {
    letter-spacing: 0em;
  }
}
#service-page #naiyou .flex-box02 .naiyou-right {
  width: 34%;
  max-width: 370px;
  margin-right: -30px;
  margin-top: -100px;
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .flex-box02 .naiyou-right {
    width: 28vw;
    max-width: 300px;
    margin-top: 0;
    margin-right: -61vw;
  }
}
@media screen and (max-width: 520px) {
  #service-page #naiyou .flex-box02 .naiyou-right {
    width: 50vw;
    margin-right: -41vw;
  }
}
#service-page #naiyou .flex-box02 .naiyou-right img {
  animation: yurayura 2s linear infinite;
}
#service-page #naiyou .CardList01,
#service-page #naiyou .CardList02 {
  flex-wrap: wrap;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #service-page #naiyou .CardList01 {
    justify-content: space-between;
  }
}
@media print {
  #service-page #naiyou .CardList01 {
    justify-content: space-between;
  }
}
#service-page #naiyou .CardList01 .CardItem {
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  #service-page #naiyou .CardList01 .CardItem {
    margin-left: 0;
  }
}
@media print {
  #service-page #naiyou .CardList01 .CardItem {
    margin-left: 0;
  }
}
#service-page #naiyou .CardItem {
  flex-direction: column;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #efc700;
  padding: 30px 20px;
  width: 280px;
  margin-bottom: 30px;
}
#service-page #naiyou .CardItem.orange {
  border: 2px solid #f29600;
}
#service-page #naiyou .CardItem.grming {
  margin-top: -0.1em;
}
@media (max-width: 1300px) {
  #service-page #naiyou .CardItem {
    width: 21vw;
  }
}
@media screen and (max-width: 1024px) {
  #service-page #naiyou .CardItem {
    width: calc(33.3333333333% - 20px);
  }
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .CardItem {
    width: 48.5%;
    margin-bottom: 10px;
    flex-direction: inherit;
    padding: 15px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #naiyou .CardItem {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .CardItem .mb-S {
    margin-bottom: 5px;
  }
}
#service-page #naiyou .ipadCard {
  width: 70%;
}
@media screen and (max-width: 520px) {
  #service-page #naiyou .ipadCard {
    width: 80%;
  }
}
#service-page #naiyou .CardImg {
  margin-bottom: 5px;
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .CardImg {
    margin-bottom: -10px;
    margin-right: 10px;
    width: 25%;
  }
}
@media screen and (max-width: 520px) {
  #service-page #naiyou .CardImg {
    width: 80px;
  }
}
#service-page #naiyou .CardTitle {
  letter-spacing: -0.01em;
}
@media (max-width: 1300px) {
  #service-page #naiyou .CardTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .CardTitle {
    text-align: left;
    font-size: 18px;
  }
}
#service-page #naiyou .CardTitle p {
  font-size: 18px;
  margin-top: -9px;
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .CardText {
    text-align: left;
    line-height: 1.4;
  }
}
#service-page #naiyou .tyuiten {
  font-size: 14px;
  margin-top: -10px;
}
@media screen and (max-width: 1024px) {
  #service-page #naiyou .tyuiten {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #naiyou .tyuiten {
    margin-top: 0;
    text-align: left;
  }
}
@media print {
  #service-page #naiyou .tyuiten {
    font-size: 12px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #fee .flex-box03 {
    flex-direction: column;
  }
}
#service-page #fee .box03 {
  width: 45.8%;
}
@media screen and (max-width: 1024px) {
  #service-page #fee .box03 {
    width: 48%;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #fee .box03 {
    width: 100%;
  }
  #service-page #fee .box03 + .box03 {
    margin-top: 30px;
  }
}
#service-page #fee .box03 .fee01 {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px), print {
  #service-page #fee .box03 .fee01 {
    margin-bottom: 30px;
  }
}
#service-page #fee .box03 .feeArea {
  margin-top: 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 820px), print {
  #service-page #fee .box03 .feeArea {
    margin-top: 15px;
  }
}
#service-page #fee .box03 .feeArea .feeArea-right,
#service-page #fee .box03 .feeArea .feeArea-left {
  padding: 20px 0;
}
#service-page #fee .box03 .feeArea .feeArea-left {
  width: 23.6%;
  border-right: 1px solid #ccc;
}
#service-page #fee .box03 .feeArea .feeArea-right {
  width: 76.4%;
}
#service-page #fee .box03 .feeArea .feeArea-right .font18 {
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  #service-page #fee .box03 .feeArea .feeArea-right .font18 {
    padding-left: 15px;
  }
}
#service-page #fee .box03 .feeArea .font18 {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  #service-page #fee .box03 .feeArea .font18 {
    font-size: 16px;
  }
}
@media print {
  #service-page #fee .box03 .feeArea .font18 {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #fee .box03 .feeArea .font18 {
    font-size: 15px;
  }
}
#service-page #fee .box03 .feeArea .tax {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  #service-page #fee .box03 .feeArea .tax {
    font-size: 12px;
  }
}
@media print {
  #service-page #fee .box03 .feeArea .tax {
    font-size: 12px;
  }
}
#service-page #fee .box03 .fee-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
#service-page #fee .box03 .fee-table th,
#service-page #fee .box03 .fee-table td {
  text-align: center;
  border-left: 1px solid #ccc;
}
#service-page #fee .box03 .fee-table th:first-child,
#service-page #fee .box03 .fee-table td:first-child {
  border-left: none;
}
@media screen and (max-width: 1024px) {
  #service-page #fee .box03 .fee-table th:first-child,
  #service-page #fee .box03 .fee-table td:first-child {
    width: 25%;
  }
}
@media print {
  #service-page #fee .box03 .fee-table th:first-child,
  #service-page #fee .box03 .fee-table td:first-child {
    width: 25%;
  }
}
#service-page #fee .box03 .fee-table td {
  height: 60px;
  border-top: 1px solid #ccc;
}
#service-page #fee .box03 .fee-table th {
  color: #fff;
  width: 155px;
  height: 52px;
  background-color: #f29600;
  position: relative;
  font-weight: normal;
}
#service-page #fee .box03 .fee-table th:first-child {
  border-top-left-radius: 10px;
}
#service-page #fee .box03 .fee-table th:last-child {
  border-top-right-radius: 10px;
}
#service-page .cancel {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  #service-page .cancel {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media print {
  #service-page .cancel {
    font-size: 12px;
    margin-top: 10px;
  }
}
#service-page .cancel + .cancel {
  margin-top: 0;
}
#service-page #flow {
  position: relative;
}
#service-page #flow::before, #service-page #flow::after {
  content: "";
  background-image: url(../images/common/flow-deko01@2x.png);
  position: absolute;
  width: 18.5vw;
  height: 11.6vw;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 23.1vw;
  z-index: 0;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  #service-page #flow::before, #service-page #flow::after {
    display: none;
  }
}
@media print {
  #service-page #flow::before, #service-page #flow::after {
    display: none;
  }
}
#service-page #flow::before {
  left: 0.8vw;
}
#service-page #flow::after {
  background-image: url(../images/common/flow-deko02@2x.png);
  width: 10.5vw;
  height: 16vw;
  top: 12.4vw;
  right: 7.5vw;
}
@media (max-width: 1700px) {
  #service-page #flow::after {
    right: 2.5vw;
  }
}
@media (max-width: 1500px) {
  #service-page #flow::after {
    display: none;
  }
}
#service-page #flow .whiteBg {
  background-color: #fff;
  position: relative;
  padding: 70px 30px 80px;
  border-radius: 25px;
  z-index: 1;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .whiteBg {
    padding: 40px 25px 50px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .whiteBg {
    padding: 35px 10px 40px;
  }
}
#service-page #flow .flowlist {
  max-width: 1035px;
  margin: 0 auto;
}
#service-page #flow .flowlist li {
  border-left: 2px solid #f29600;
  margin-left: 2.7em;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist li {
    padding-left: 0.8em;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist li {
    padding-left: 0;
    margin-left: 2em;
  }
}
@media print {
  #service-page #flow .flowlist li {
    padding-left: 0.3em;
    margin-left: 2.7em;
  }
}
#service-page #flow .flowlist li:last-of-type {
  border-left: none;
}
#service-page #flow .flowlist li:last-of-type .sch_box {
  margin-bottom: 0;
}
#service-page #flow .flowlist li .sch_left {
  width: 60%;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist li .sch_left {
    width: 100%;
  }
}
#service-page #flow .flowlist .number {
  width: 90px;
  height: 90px;
  background-color: #f29600;
  color: #fff;
  position: relative;
  z-index: 2;
  margin-left: -2.7em;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-family: "Quicksand";
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .number {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .number {
    width: 55px;
    height: 55px;
    margin-left: -2em;
    font-size: 14px;
  }
}
@media print {
  #service-page #flow .flowlist .number {
    margin-left: -2.2em;
  }
}
#service-page #flow .flowlist .number span {
  font-size: 42px;
  display: block;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .number span {
    font-size: 28px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .number span {
    font-size: 22px;
  }
}
#service-page #flow .flowlist .sch_box {
  width: calc(100% - 40px);
  position: relative;
  margin-bottom: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .sch_box {
    margin-top: 10px;
    margin-bottom: 40px;
    width: calc(100% - 30px);
    flex-direction: column;
  }
}
#service-page #flow .flowlist .sch_img {
  max-width: 280px;
  width: 100%;
  margin-left: 40px;
}
@media screen and (max-width: 1024px) {
  #service-page #flow .flowlist .sch_img {
    max-width: 260px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .sch_img {
    max-width: 200px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .sch_img {
    max-width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }
}
#service-page #flow .flowlist .sch_title {
  font-size: 26px;
  position: relative;
  padding-left: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .sch_title {
    font-size: 20px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .sch_title {
    font-size: 18px;
    padding-left: 20px;
    letter-spacing: 0.05em;
  }
}
#service-page #flow .flowlist .sch_tx {
  font-size: 18px;
  letter-spacing: 0;
  padding-left: 40px;
}
@media screen and (max-width: 1024px) {
  #service-page #flow .flowlist .sch_tx {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .sch_tx {
    font-size: 16px;
    padding-left: 30px;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .sch_tx {
    font-size: 15px;
    padding-left: 20px;
    letter-spacing: 0.05em;
  }
}
#service-page #flow .flowlist .step02 {
  padding-left: 15px;
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .step02 ul {
    margin: -10px 0 -20px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .step02 {
    padding-left: 0;
  }
  #service-page #flow .flowlist .step02 ul {
    margin: -10px 0 -20px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .step03 {
    padding-left: 20px;
  }
  #service-page #flow .flowlist .step03 ul {
    margin-bottom: 15px;
  }
}
#service-page #flow .flowlist .step02,
#service-page #flow .flowlist .step03 {
  margin: 20px 0;
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .step02,
  #service-page #flow .flowlist .step03 {
    letter-spacing: -0.02em;
  }
}
#service-page #flow .flowlist .step02 .rei,
#service-page #flow .flowlist .step03 .rei {
  font-weight: 500;
}
#service-page #flow .flowlist .step02 li,
#service-page #flow .flowlist .step03 li {
  border: none;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1em;
}
#service-page #flow .flowlist .step04 {
  background-color: rgba(255, 239, 203, 0.3);
  padding: 13px;
  max-width: 300px;
  margin-left: 40px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #service-page #flow .flowlist .step04 {
    font-size: 17px !important;
  }
}
@media screen and (max-width: 820px), print {
  #service-page #flow .flowlist .step04 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .step04 {
    margin-left: 20px;
    margin-top: 20px;
    font-size: 14px !important;
    padding: 12px;
    letter-spacing: 0 !important;
  }
}
#service-page #flow .flowlist .step04 span {
  color: #f29600;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #service-page #flow .flowlist .step04.sch_tx {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.pet-sitter #about .about-flex .about-left .aboutImg {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #about .about-flex .about-left .aboutImg {
    max-width: 100%;
  }
}
@media print {
  #service-page.pet-sitter #about .about-flex .about-left .aboutImg {
    max-width: 75%;
    margin: 0 auto;
  }
}
#service-page.pet-sitter #naiyou .flex-box02 .naiyou-left p {
  letter-spacing: 0em;
}
#service-page.pet-sitter #naiyou .CardList01 {
  max-width: 1000px;
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem {
  width: 100%;
  flex-direction: inherit;
  justify-content: space-between;
  margin-left: 0;
  padding: 35px 45px;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem {
    padding: 25px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem {
    flex-direction: column;
    padding: 30px 35px;
  }
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem .CardImg {
  margin-bottom: 0;
  margin-right: 0;
  width: 21%;
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardImg {
    width: 120px;
  }
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem .ipadCard {
  width: 75%;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .ipadCard {
    width: 74%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .ipadCard {
    width: 100%;
  }
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem .ipadCard .mb-S {
  margin-bottom: 15px;
}
@media (max-width: 1300px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardTitle {
    font-size: 26px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardText {
    line-height: 1.6;
  }
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem .CardText li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3px;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardText li {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .CardText li {
    letter-spacing: 0.01em;
  }
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem .CardText li:last-child {
  margin-bottom: 0;
}
#service-page.pet-sitter #naiyou .CardList01 .CardItem .tyuiten {
  margin-top: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .CardItem .tyuiten {
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #naiyou .CardList01 .white-area li {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-sitter #flow .flowlist .sch_tx {
    letter-spacing: 0.02em;
  }
}
#service-page.pet-boarding #pageLink .flex-box {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #pageLink .flex-box {
    max-width: 100%;
  }
}
#service-page.pet-boarding #pageLink .flex-box .item {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #pageLink .flex-box .item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #pageLink .flex-box .item {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #pageLink .flex-box .item span {
    padding-right: 12px;
  }
}
#service-page.pet-boarding #about .setsumei-p {
  letter-spacing: 0;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #about .setsumei-p {
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .secTitle {
    font-size: 24px;
  }
  #service-page.pet-boarding #naiyou .secTitle .titleicon03::before {
    right: -42px;
  }
  #service-page.pet-boarding #naiyou .secTitle .titleicon03::after {
    left: -42px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 {
  border: 2px dotted #f29600;
  max-width: 1200px;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .CardList01 {
    padding: 7px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem {
  border: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 80px;
}
@media screen and (max-width: 1024px) {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem {
    display: block;
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem {
    padding: 23px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .secTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .secTitle {
    margin-bottom: 20px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard {
    font-size: 16px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-indent: -1.5em;
  padding-left: 50px;
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText li {
    font-size: 16px;
    text-indent: -2em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText li {
    padding-left: 35px;
    text-indent: -1.9em;
    line-height: 1.6;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
    padding-left: 27px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  background: url(../images/common/check@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
    width: 15px;
    height: 15px;
  }
}
#service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .joken {
  font-size: 16px;
  margin-top: 25px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #naiyou .CardList01 .CardItem .ipadCard .joken {
    margin-top: 15px;
    font-size: 12px;
  }
}
#service-page.pet-boarding #fee .flex-box03 .box03 {
  margin: 0;
  width: 100%;
}
#service-page.pet-boarding #fee .flex-box03 .box03:first-child {
  width: 50%;
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #fee .flex-box03 .box03:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #service-page.pet-boarding #fee .flex-box03 .box03 {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  #service-page.pet-boarding #fee .flex-box03 .box03 .feeArea .font18 {
    line-height: 1.4;
  }
}
#service-page.pet-boarding #fee .flex-box03 .box03 .fee-table th,
#service-page.pet-boarding #fee .flex-box03 .box03 .fee-table td {
  height: 70px;
}
#service-page.pet-boarding #fee .flex-box03 .box03 .fee-table th:first-child,
#service-page.pet-boarding #fee .flex-box03 .box03 .fee-table td:first-child {
  width: 20%;
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #fee .flex-box03 .box03 .fee-table th:first-child,
  #service-page.pet-boarding #fee .flex-box03 .box03 .fee-table td:first-child {
    width: 15%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #fee .flex-box03 .box03 .fee-table th.font18 {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  #service-page.pet-boarding #fee .flex-box03 .box03 .fee-table td:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.pet-boarding #flow .flowlist .sch_tx {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #service-page.pet-boarding #flow .white-area {
    margin-top: 35px;
  }
  #service-page.pet-boarding #flow .white-area li {
    letter-spacing: 0.03em;
  }
}
#service-page #first-guide .secTitle {
  margin-bottom: 45px;
}
@media screen and (max-width: 520px) {
  #service-page #first-guide .secTitle {
    margin-bottom: 25px;
  }
  #service-page #first-guide .secTitle .titleicon03::before {
    right: -45px;
  }
  #service-page #first-guide .secTitle .titleicon03::after {
    left: -45px;
  }
}
#service-page #first-guide .first-guideArea {
  font-size: 18px;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #service-page #first-guide .first-guideArea {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #first-guide .first-guideArea .first-guideP {
    text-align: left;
  }
}
#service-page #first-guide .first-guideArea .guideList {
  background-color: #fff;
  padding: 35px 45px;
  border-radius: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 820px), print {
  #service-page #first-guide .first-guideArea .guideList {
    padding: 25px 25px 30px;
  }
}
@media screen and (max-width: 520px) {
  #service-page #first-guide .first-guideArea .guideList {
    padding: 25px 20px 30px;
  }
}
#service-page #first-guide .first-guideArea .guideList .guideli {
  text-indent: -1em;
  padding-left: 1em;
}
#service-page.animal-therapy #pageLink .flex-box {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #service-page.animal-therapy #pageLink .flex-box {
    max-width: 100%;
  }
}
#service-page.animal-therapy #pageLink .flex-box .item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 820px), print {
  #service-page.animal-therapy #pageLink .flex-box .item {
    width: calc(50% - 10px);
  }
}
#service-page.animal-therapy #about .about-flex.reverse {
  margin-top: 60px;
}
@media screen and (max-width: 820px), print {
  #service-page.animal-therapy #about .about-flex.reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 520px) {
  #service-page.animal-therapy #about .about-flex .setsumei-p {
    letter-spacing: 0.03em;
  }
}
#service-page.animal-therapy #fee .fee-table tr:first-child td {
  border-top: none;
}
#service-page.animal-therapy #fee .fee-table tr td {
  text-align: left;
  padding-left: 20px;
}
#service-page.animal-therapy #fee .fee-table tr td:first-child {
  width: 45%;
}
@media screen and (max-width: 820px), print {
  #service-page.animal-therapy #fee .fee-table tr td {
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.animal-therapy #fee .fee-table tr td {
    padding-left: 15px;
  }
}
#service-page.consultation-agency #pageLink .item {
  min-height: 92px;
}
@media screen and (max-width: 1024px) {
  #service-page.consultation-agency #pageLink .item {
    min-height: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #pageLink .item {
    min-height: 75px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #pageLink .item {
    min-height: 60px;
  }
}
@media print {
  #service-page.consultation-agency #pageLink .item.usecaseLink .print_br {
    display: none;
  }
}
#service-page.consultation-agency #pageLink .item.usecaseLink span::after {
  top: 30%;
}
@media screen and (max-width: 1024px) {
  #service-page.consultation-agency #pageLink .item.usecaseLink span::after {
    top: 0;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #pageLink .item.usecaseLink span::after {
    top: 20%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #pageLink .item.usecaseLink span::after {
    top: 25%;
  }
}
#service-page.consultation-agency #pageLink .item span {
  line-height: 1.3;
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #pageLink .item span::after {
    top: -3px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #pageLink .item span::after {
    top: 0;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #about .about-flex .setsumei-p {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #usecase .secTitle {
    font-size: 24px;
  }
  #service-page.consultation-agency #usecase .secTitle .titleicon03::before {
    right: -45px;
  }
  #service-page.consultation-agency #usecase .secTitle .titleicon03::after {
    left: -45px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .secTitle {
    margin-bottom: 30px;
  }
  #service-page.consultation-agency #usecase .secTitle .titleicon03::after {
    left: -70px;
  }
}
#service-page.consultation-agency #usecase .CardList01 {
  border: 2px dotted #f29600;
  max-width: 1200px;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .CardList01 {
    padding: 7px;
  }
}
#service-page.consultation-agency #usecase .CardList01 .CardItem {
  border: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 80px 50px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #service-page.consultation-agency #usecase .CardList01 .CardItem {
    padding: 35px 70px 40px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #usecase .CardList01 .CardItem {
    display: block;
    padding: 35px 40px 40px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .CardList01 .CardItem {
    padding: 20px 25px 25px;
  }
}
#service-page.consultation-agency #usecase .CardList01 .CardItem .secTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .CardList01 .CardItem .secTitle {
    margin-bottom: 20px;
    line-height: 1.4;
  }
}
#service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard {
    font-size: 16px;
  }
}
#service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-indent: -1.5em;
  padding-left: 50px;
}
#service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText li {
    font-size: 16px;
    text-indent: -2.2em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText li {
    padding-left: 36px;
    text-indent: -1.8em;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}
#service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText .listDeko {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText .listDeko {
    padding-left: 27px;
  }
}
#service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  background: url(../images/common/check@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #usecase .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
    width: 15px;
    height: 15px;
  }
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem {
  width: 100%;
  margin: 0 auto;
  padding: 35px 90px 40px;
}
@media screen and (max-width: 1024px) {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem {
    padding: 35px 70px 40px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem {
    display: block;
    padding: 35px 40px 40px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem {
    padding: 20px 25px 25px;
  }
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .secTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem .secTitle {
    margin-bottom: 20px;
  }
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard {
  width: 100%;
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText {
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText {
    font-size: 16px;
  }
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-indent: -1.3em;
  padding-left: 40px;
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText li {
    text-indent: -1em;
    padding-left: 30px;
  }
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
    padding-left: 17px;
  }
}
#service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #f29600;
  border-radius: 100%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #service-page.consultation-agency #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
    width: 10px;
    height: 10px;
  }
}
#service-page.consultation-agency #fee .fee-table td:first-child {
  width: 50%;
}
#service-page.consultation-agency #fee .hosoku {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  #service-page.consultation-agency #fee .hosoku {
    margin-top: 15px;
  }
}
#service-page.dog-walking #pageLink .flex-box {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #service-page.dog-walking #pageLink .flex-box {
    max-width: 100%;
  }
}
#service-page.dog-walking #pageLink .flex-box .item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 820px), print {
  #service-page.dog-walking #pageLink .flex-box .item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #service-page.dog-walking #pageLink .flex-box .item {
    width: calc(50% - 10px);
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.dog-walking #flow .flowlist .sch_tx {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.dog-walking #flow .white-area {
    margin-top: 35px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.dog-walking #flow .white-area .white-areaP {
    letter-spacing: 0.02rem;
  }
}
#service-page.wedding-sitter #pageLink .flex-box {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #pageLink .flex-box {
    max-width: 100%;
  }
}
#service-page.wedding-sitter #pageLink .flex-box .item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 820px), print {
  #service-page.wedding-sitter #pageLink .flex-box .item {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #pageLink .flex-box .item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 820px), print {
  #service-page.wedding-sitter #about .about-flex .about-left .aboutImg {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #about .about-flex .about-left .aboutImg {
    max-width: 100%;
  }
}
@media print {
  #service-page.wedding-sitter #about .about-flex .about-left .aboutImg {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #about .setsumei-p {
    letter-spacing: 0.02em;
  }
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem {
  width: 100%;
  margin: 0 auto;
  padding: 40px 90px;
}
@media screen and (max-width: 1024px) {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem {
    display: block;
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem {
    padding: 25px;
  }
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .secTitle {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem .secTitle {
    margin-bottom: 20px;
  }
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard {
  width: 100%;
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText {
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText {
    font-size: 16px;
  }
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-indent: -1.3em;
  padding-left: 40px;
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText li {
    padding-left: 35px;
  }
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
    padding-left: 17px;
  }
}
#service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #f29600;
  border-radius: 100%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
    width: 10px;
    height: 10px;
  }
}
#service-page.wedding-sitter #fee .flex-box03 .box03 {
  margin: 0;
  width: 100%;
}
#service-page.wedding-sitter #fee .flex-box03 .box03:first-child {
  width: 50%;
}
@media screen and (max-width: 820px), print {
  #service-page.wedding-sitter #fee .flex-box03 .box03:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 820px) {
  #service-page.wedding-sitter #fee .flex-box03 .box03 .feeArea .font18 {
    line-height: 1.4;
  }
}
#service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table th,
#service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table td {
  height: 70px;
}
#service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table th:first-child,
#service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table td:first-child {
  width: 20%;
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table th:first-child,
  #service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table td:first-child {
    width: 15%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table th.font18 {
    font-size: 14px;
    letter-spacing: -0.02em;
  }
  #service-page.wedding-sitter #fee .flex-box03 .box03 .fee-table td:first-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #about .about-flex .setsumei-p {
    letter-spacing: 0.02em;
  }
}
#service-page.puppy-playdate #naiyou .flex-box02 {
  margin-bottom: 0;
}
#service-page.puppy-playdate #naiyou .flex-box02 .naiyou-left {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
#service-page.puppy-playdate #naiyou .flex-box02 .naiyou-left .setsumei-p {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .flex-box02 .naiyou-left .setsumei-p {
    font-size: 18px;
  }
}
#service-page.puppy-playdate #naiyou .flex-box02 .naiyou-left .puppy-tyui {
  font-size: 16px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .flex-box02 .naiyou-left .puppy-tyui {
    font-size: 12px;
  }
}
#service-page.puppy-playdate #naiyou .flex-box02 .naiyou-left .puppy-tyui:first-child {
  margin-top: 15px;
}
#service-page.puppy-playdate #naiyou .flex-box02 .naiyou-right {
  display: none;
}
#service-page.puppy-playdate #naiyou .CardList01 {
  border: 2px dotted #f29600;
  max-width: 1200px;
  padding: 15px;
  border-radius: 10px;
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 {
    padding: 7px;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem {
  border: none;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 80px;
}
@media screen and (max-width: 1024px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem {
    padding: 40px 70px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem {
    display: block;
    padding: 40px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem {
    padding: 23px;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .secTitle {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .secTitle {
    margin-bottom: 20px;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard {
  width: 100%;
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard {
    font-size: 15px;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardItem-p {
  margin-bottom: 25px;
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText li {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-indent: -1.5em;
  padding-left: 50px;
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText li {
    text-indent: -2.2em;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText li {
    padding-left: 33px;
    text-indent: -1.8em;
    letter-spacing: 0.02em;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko {
    padding-left: 27px;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  background: url(../images/common/check@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .CardText .listDeko::before {
    width: 15px;
    height: 15px;
  }
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .joken {
  font-size: 16px;
  margin-top: 25px;
  text-indent: -1em;
  padding-left: 1em;
}
#service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .joken:last-child {
  margin-top: 0;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .joken {
    font-size: 12px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .CardList01 .CardItem .ipadCard .joken {
    margin-top: 20px;
  }
}
#service-page.puppy-playdate #naiyou .white-area {
  font-size: 20px;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .white-area {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #naiyou .white-area {
    font-size: 15px;
    padding: 30px 15px;
  }
}
@media screen and (max-width: 1024px) {
  #service-page.puppy-playdate #naiyou .white-area .font26 {
    font-size: 26px;
  }
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #naiyou .white-area .font26 {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}
#service-page.puppy-playdate #naiyou .white-area .tyui-imp {
  color: #3263a6;
  font-weight: 500;
}
#service-page.puppy-playdate #fee .box03 {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #fee .box03 {
    width: 100%;
    margin: 0;
  }
}
#service-page.puppy-playdate #fee .box03 .fee01 {
  margin-bottom: 0;
}
#service-page.puppy-playdate #fee .box03 .feeArea .feeArea-left {
  width: 40%;
}
@media screen and (max-width: 820px), print {
  #service-page.puppy-playdate #fee .box03 .feeArea .feeArea-left {
    width: 28%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #fee .box03 .feeArea .feeArea-left {
    width: 45%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #fee .box03 .feeArea .feeArea-left .font18 {
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #fee .box03 .feeArea .feeArea-right {
    width: 55%;
  }
}
@media screen and (max-width: 520px) {
  #service-page.puppy-playdate #fee .box03 .feeArea .feeArea-right .font18 {
    padding-left: 20px;
  }
}
