@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

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

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

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し（h2相当）*/
/* 共通見出し（h3相当）*/
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button {
  position: relative;
  display: inline-block;
  padding: .43em 2.52em .43em .8em;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #F64F95;
  background-color: #fff;
  border: 2px solid #F64F95;
}

@media screen and (max-width: 639.98px) {
  .link-button {
    padding: .34em 2.52em .36em .8em;
  }
}

.link-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 11px;
  height: 11px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-top: 3px solid #F64F95;
  border-right: 3px solid #F64F95;
}

.link-button-search {
  color: #fff;
  background-color: #0A50A1;
  border: 2px solid #fff;
  padding: .43em 2.1em .43em .8em;
}

@media screen and (max-width: 639.98px) {
  .link-button-search {
    max-width: 178px;
    width: 100%;
  }
}

.link-button-search::before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

.link-button span {
  font-weight: 500;
}

/* 共通リンクボタン（ホバー）*/
a.link-button:hover {
  background-color: #F64F95;
  color: #fff;
  text-decoration: none;
}

a.link-button:hover::before {
  border-color: #fff;
}

a.link-button-search:hover {
  background-color: #fff;
  color: #0A50A1;
}

a.link-button-search:hover::before {
  border-color: #0A50A1;
}

/* コンテンツ画面中央寄せ */
.inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.inner::after {
  content: "";
  display: table;
  clear: both;
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}

.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  margin-bottom: 150px;
  background: transparent;
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -281px;
    margin-bottom: 280px;
  }
}

.anchor-point2 {
  display: block;
}

.anchor-point2::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -151px;
  margin-bottom: 150px;
  background: transparent;
  z-index: -100;
}

@media screen and (min-width: 1100px), print {
  .anchor-point2::before {
    margin-top: -181px;
    margin-bottom: 180px;
  }
}

/* 共通お問い合わせ */
.global-contact a.tel-link:hover {
  text-decoration: none;
}

/* 検索ボックス */
.global-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0A50A1;
  padding: .65em 1em;
  border-radius: 0 0 8px 8px;
  color: #fff;
}

@media screen and (max-width: 639.98px) {
  .global-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: .7em .5em .7em .5em;
  }
}

.global-search-head {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding-left: 2.8em;
  margin-right: 1.5rem;
}

@media screen and (max-width: 639.98px) {
  .global-search-head {
    margin-right: 0;
    margin-bottom: .6em;
  }
}

@media all and (-ms-high-contrast: none) {
  .global-search-head {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.global-search-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 25px;
  background: url("../img/base/house-icon_wht.svg") no-repeat center/cover;
}

.global-search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 178px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #0A50A1;
}

.global-search-form:hover .global-search-button::before {
  background: url("../img/base/search-icon_blue.svg") no-repeat center/cover;
}

.global-search-form:hover input[type="text"] {
  background-color: #fff;
}

.global-search-form:hover input[type="text"]::-webkit-input-placeholder {
  color: #0A50A1;
}

.global-search-form:hover input[type="text"]:-ms-input-placeholder {
  color: #0A50A1;
}

.global-search-form:hover input[type="text"]::-ms-input-placeholder {
  color: #0A50A1;
}

.global-search-form:hover input[type="text"]::placeholder {
  color: #0A50A1;
}

.global-search-content input[type="text"] {
  max-width: 178px;
  padding: 0 1.8em 2px .8em;
  font-size: 1.6rem;
  line-height: 1.2;
  height: 37px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  border: 2px solid #fff;
}

.global-search-content input[type="text"]:focus {
  outline: 0;
  background-color: #fff;
  color: #0A50A1;
}

.global-search-content input[type="text"]:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}

.global-search-content input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.global-search-content input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.global-search-content input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.global-search-content input[type="text"]::placeholder {
  color: #fff;
}

.global-search-button {
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 30px;
  height: 33px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.global-search-button::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 5px;
  display: block;
  width: 20px;
  height: 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background: url("../img/base/search-icon_wht.svg") no-repeat center/cover;
}

@media screen and (max-width: 639.98px) {
  .global-search-item {
    max-width: 178px;
    width: 100%;
  }
}

.global-search-item:not(:last-child) {
  margin-right: .8em;
}

@media screen and (max-width: 639.98px) {
  .global-search-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.global-search-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 639.98px) {
  .global-search-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.global-search-title {
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 500;
}

.global-search-title .en {
  font-size: 1rem;
  display: block;
  font-weight: 500;
}

/* タグ */
.global-tag {
  display: block;
  width: 74px;
  padding: .2em .22em .24em .22em;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  letter-spacing: .2em;
  font-weight: 700;
}

@media screen and (max-width: 639.98px) {
  .global-tag {
    font-size: 1.4rem;
    width: 60px;
    padding: .23em .22em .26em .22em;
  }
}

.global-tag:not(:last-child) {
  margin-bottom: 1px;
  margin-right: .65em;
}

.global-tag.sapporo {
  background-color: #2DA8BD;
}

.global-tag.miyagi {
  background-color: #88AA00;
}

.global-tag.tokyo {
  background-color: #F33271;
}

/* 追従バナー */
.global-banner {
  position: fixed;
  right: 0;
  top: 16%;
  z-index: 1120;
}

@media screen and (max-width: 1279.98px) {
  .global-banner {
    top: 27%;
  }
}

@media screen and (max-width: 1099.98px) {
  .global-banner {
    top: auto;
    bottom: 0;
    left: 0;
  }
}

.global-banner-link {
  display: block;
  border-radius: 15px 0 0 15px;
  max-width: 118px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 15px 15px 0 0;
    max-width: none;
  }
}

.global-banner-link:hover {
  text-decoration: none;
}

.global-banner-link:hover .global-banner-side {
  background-color: #0A50A1;
}

.global-banner-link:hover .global-banner-main {
  background-color: rgba(10, 80, 161, 0.8);
}

.global-banner-image {
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1099.98px) {
  .global-banner-image img {
    max-width: 40px;
  }
}

@media screen and (max-width: 479.98px) {
  .global-banner-image img {
    max-width: 35px;
  }
}

.global-banner-image-title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  display: block;
  margin-top: .7em;
  text-align: left;
  line-height: 1.2;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-image-title {
    margin-top: 0;
    margin-left: .5em;
  }
}

@media screen and (max-width: 359.98px) {
  .global-banner-image-title {
    font-size: 1.2rem;
  }
}

.global-banner-image-title span {
  font-size: 1.6rem;
  display: block;
}

@media screen and (max-width: 359.98px) {
  .global-banner-image-title span {
    font-size: 1.5rem;
  }
}

.global-banner-side {
  padding: 1em .8em;
  background-color: #E44D8C;
  border-radius: 15px 0 0 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-side {
    border-radius: 15px 0 0 0;
    padding: .5em .8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}

@media screen and (max-width: 479.98px) {
  .global-banner-side {
    max-width: 164px;
    width: 100%;
    padding: .5em;
  }
}

@media screen and (max-width: 359.98px) {
  .global-banner-side {
    max-width: 145px;
  }
}

.global-banner-main {
  padding: .9em .7em .85em .7em;
  border-radius: 0 0 0 15px;
  background-color: #F64F95;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-main {
    border-radius: 0 15px 0 0;
    padding: .5em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
  }
}

@media screen and (max-width: 479.98px) {
  .global-banner-main {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: .5em;
  }
}

.global-banner-text {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  padding-top: 2em;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-text {
    font-size: 1.45rem;
    padding-left: 6.2em;
    padding-top: 0;
  }
}

@media screen and (max-width: 359.98px) {
  .global-banner-text {
    padding-left: 5.9em;
  }
}

.global-banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 88px;
  height: 32px;
  background: url("../img/base/logo2.png") no-repeat center/cover;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-text::before {
    width: 80px;
    height: 29px;
    top: 50%;
    left: 0;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
  }
}

.global-banner-text span {
  display: block;
  font-weight: 600;
  font-size: 1.2rem;
}

@media screen and (max-width: 1099.98px) {
  .global-banner-text span {
    font-size: 1rem;
  }
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  min-width: 320px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .header {
    padding-top: 126px;
  }
}

.header-tag {
  margin-left: .8em;
}

@media screen and (max-width: 1099.98px) {
  .header-tag {
    margin-left: .4em;
    display: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-tag .global-tag {
    display: block;
    width: 40px;
    padding: .15em .2em .2em .2em;
    letter-spacing: inherit;
    font-weight: 500;
    font-size: 1rem;
  }
}

@media screen and (min-width: 1100px), print {
  .header-bg {
    position: absolute;
    left: -99.3vw;
    bottom: -18px;
    height: 68px;
    width: 100vw;
  }
  .header-bg-container {
    position: relative;
    display: block;
    height: 68px;
    padding-right: 109px;
  }
  .header-bg-container::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 68px;
    width: 109px;
    background: url("../img/base/header-bg_left.png") no-repeat center/cover;
  }
  .header-bg-container .accent1 {
    display: block;
    width: 100%;
    height: 39px;
    background-color: #F64F95;
  }
  .header-bg-container .accent2 {
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: 6px;
    background-color: #FD94BF;
  }
  .header-bg-container .accent3 {
    display: block;
    width: 100%;
    height: 8px;
    margin-bottom: .4251em;
    background-color: #FEC2DB;
  }
  .header-bg-container .accent3::-ms-expand {
    margin-bottom: .44em;
  }
}

@media all and (min-width: 1100px), (-ms-high-contrast: none) {
  .header-bg-container .accent3 {
    margin-bottom: .44em;
  }
}

.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}

@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 1010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1100px), print {
  .header-logo {
    margin: .7em 1em 0 0;
  }
}

@media screen and (max-width: 1279.98px) {
  .header-logo {
    padding-left: .5em;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
  }
}

@media screen and (max-width: 1099.98px) {
  .contact-open .header-logo {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: .5em;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    z-index: 980;
  }
}

.header-logo .site-logo {
  max-width: 354px;
}

@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 479.98px) {
  .header-logo .site-logo {
    max-width: 180px;
  }
}

@media screen and (max-width: 639.98px) {
  .header-logo .site-logo {
    max-width: 170px;
  }
}

.header-logo a,
.header-logo img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 1099.98px) {
  .header-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    z-index: 960;
  }
}

@media screen and (min-width: 1100px), print {
  .header-content {
    margin-left: auto;
  }
}

@media screen and (max-width: 1099.98px) {
  .contact-open .header-content {
    padding: 60px 0 0;
    pointer-events: auto;
    opacity: 1;
  }
}

@media screen and (max-width: 1099.98px) {
  .header-content-inner {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0;
    background-color: #fff;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media screen and (min-width: 1100px) {
  .header.fixed .inner {
    position: fixed;
    top: -60px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding-bottom: .5em;
  }
  .header.fixed .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100vw;
    bottom: 0;
    right: -100vw;
    z-index: -1;
    background-color: #fff;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -60px;
  }
  .header.fixed .header-logo .site-logo {
    max-width: 280px;
  }
  .header.fixed .header-tag .global-tag {
    font-size: 1.4rem;
    width: 68px;
  }
  .header.fixed .header-logo {
    margin: .4em .5em 0 0;
  }
  .header.fixed .global-search {
    padding: .35em .8em;
  }
  .header.fixed .nav-container-secondary {
    bottom: 0;
  }
  .header.fixed .main-nav-secondary::after {
    height: 33px;
  }
  .header.fixed .main-nav-secondary .nav-item-secondary .nav-link-secondary {
    height: 33px;
  }
  .header.fixed .main-nav-secondary .nav-item-secondary:first-child {
    padding-left: 57px;
  }
  .header.fixed .main-nav-secondary .nav-item-secondary:first-child::before {
    height: 33px;
    width: 57px;
  }
  .header.fixed .header-bg-container::before {
    height: 51px;
    width: 80px;
  }
  .header.fixed .header-bg-container {
    padding-right: 80px;
    height: 51px;
  }
  .header.fixed .header-bg-container .accent3 {
    height: 6px;
    margin-bottom: 0.327em;
  }
  .header.fixed .header-bg-container .accent2 {
    height: 6px;
    margin-bottom: 0.28em;
  }
  .header.fixed .header-bg {
    height: 52px;
    bottom: 0;
  }
  .header.fixed .header-bg-container .accent1 {
    height: 29px;
  }
}

/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 0;
  left: -290px;
  width: 290px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}

@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 126px;
    left: auto;
    width: 100%;
    height: auto;
    margin: 0;
    opacity: 1;
    padding: 0 .5em;
    -webkit-transition: none;
    transition: none;
    background-color: #fff;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav {
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
  }
}

.nav-open .nav {
  left: 0;
  opacity: 1;
}

@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}

.contact-open .nav {
  z-index: 920;
}

.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}

.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: 1100px;
    margin: auto;
    background-color: transparent;
    overflow: visible;
  }
}

@media screen and (min-width: 1100px), print {
  .nav-container-secondary {
    position: absolute;
    bottom: -18px;
    right: 0;
    max-width: 640px;
    width: 100%;
  }
}

@media screen and (max-width: 1099.98px) {
  .nav-container-secondary {
    display: none;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 60px 10px 10px;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6em 0;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 640px;
    width: 100%;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary::after {
    content: "";
    position: absolute;
    top: 0;
    right: -99.5vw;
    display: block;
    width: 100vw;
    height: 39px;
    background-color: #F64F95;
    overflow: hidden;
  }
}

.main-nav-secondary .nav-item-secondary {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary .nav-item-secondary {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary .nav-item-secondary:first-child {
    padding-left: 70px;
  }
  .main-nav-secondary .nav-item-secondary:first-child::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 70px;
    height: 39px;
    background: url("../img/base/header-bg_right.png") no-repeat center/cover;
  }
}

.main-nav-secondary .nav-item-secondary .nav-link-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 39px;
  line-height: 1.2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary .nav-item-secondary .nav-link-secondary {
    height: 39px;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: .05em;
    background-color: #F64F95;
  }
}

.main-nav-secondary .nav-item-secondary .nav-link-secondary:hover {
  text-decoration: none;
}

@media screen and (min-width: 1100px), print {
  .main-nav-secondary .nav-item-secondary .nav-link-secondary:hover {
    color: #0A50A1;
  }
}

.main-nav-secondary .nav-item-secondary .nav-link_secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #F64F95;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: .05em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-home, .main-nav .nav-news, .main-nav .nav-sale, .main-nav .nav-recruit, .main-nav .nav-business, .main-nav .nav-business, .main-nav .nav-company {
    display: none;
  }
}

.main-nav .nav-item {
  position: relative;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-item::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 42px;
    background: url("../img/base/border-icon.png") no-repeat center/cover;
  }
}

.main-nav .nav-item.main-nav-active .nav-link {
  color: #F884B2;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link {
    background-color: #F64F95;
    color: #fff;
  }
}

.main-nav .nav-item.main-nav-active .nav-link span {
  color: #F884B2;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active .nav-link span {
    color: #fff;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-shoplist::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 8px;
    height: 42px;
    background: url("../img/base/border-icon.png") no-repeat center/cover;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-business .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #F884B2;
    border-right: 3px solid #F884B2;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-shoplist .nav-link::before {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    display: block;
    width: 13px;
    height: 13px;
    z-index: 100;
    border-top: 4px solid #FED4E5;
    border-right: 4px solid #FED4E5;
    pointer-events: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-shoplist .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #F884B2;
    border-right: 3px solid #F884B2;
  }
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-price::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(135deg);
            transform: translateX(-50%) rotate(135deg);
    display: block;
    width: 13px;
    height: 13px;
    border-top: 4px solid #FED4E5;
    border-right: 4px solid #FED4E5;
  }
}

.main-nav .nav-price .nav-link {
  position: relative;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-price .nav-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #F884B2;
    border-right: 3px solid #F884B2;
  }
}

.main-nav .nav-link {
  position: relative;
  padding: 0 1em;
  border-bottom: 1px dotted #ccc;
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: .15em;
  color: #000;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (min-width: 1100px), print {
  .main-nav .nav-link {
    height: 42px;
    padding: 0;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.6rem;
    letter-spacing: inherit;
    padding: 0 .5em;
    height: 45px;
  }
}

.main-nav .nav-link:hover {
  color: #F884B2;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover {
    background-color: #F64F95;
    color: #fff;
  }
}

.main-nav .nav-link:hover span {
  color: #F884B2;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link:hover span {
    color: #fff;
  }
}

.main-nav .nav-link span {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  color: #F884B2;
  letter-spacing: 0;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  display: block;
  margin-top: .5em;
}

@media screen and (max-width: 1099.98px) {
  .main-nav .nav-link span {
    margin-top: .5em;
    margin-left: .5em;
  }
}

/* ドロップダウンナビ */
.sub-nav {
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav {
    height: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 159px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
}

.sub-nav_secondary {
  pointer-events: none;
  opacity: 0;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav_secondary {
    height: 0;
    overflow: hidden;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav_secondary {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 145px;
    z-index: 10;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: .2s;
            transition-duration: .2s;
  }
}

.sub-nav-active .sub-nav_secondary {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav_secondary {
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav_secondary {
    top: 100%;
  }
}

.sub-nav-active .sub-nav {
  pointer-events: auto;
  opacity: 1;
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav {
    height: auto;
    overflow: visible;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav {
    top: 100%;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-inner {
    position: relative;
    margin-top: 26px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-inner {
    padding: 5px 0;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-inner_secondary {
    position: relative;
    margin-top: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-inner_secondary {
    padding: 5px 0;
  }
}

.sub-nav-list a {
  display: block;
  position: relative;
  font-size: .9em;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}

@media screen and (min-width: 1100px), print {
  .sub-nav-list a {
    font-size: 100%;
    font-size: 1.8rem;
    padding: .7em;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-list a {
    padding: .5em;
    font-size: 1.6rem;
    border-bottom: 1px dotted #ccc;
  }
}

.sub-nav-list a:hover {
  color: #fff;
  background-color: #F64F95;
}

.sub-nav-list_secondary a {
  display: block;
  position: relative;
  font-size: 1.4rem;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
}

@media screen and (min-width: 1100px), print {
  .sub-nav-list_secondary a {
    font-size: 100%;
    font-size: 1.4rem;
    padding: .8em .7em .9em .7em;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-list_secondary a {
    padding: .5em;
    font-size: 1.6rem;
    border-bottom: 1px dotted #ccc;
  }
}

.sub-nav-list_secondary a:hover {
  color: #fff;
  background-color: #F64F95;
}

/* ドロップダウンナビボタン */
.sub-nav-button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 45px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button {
    position: relative;
    width: 100%;
    height: 42px;
    margin-bottom: -42px;
    background: none;
    z-index: 30;
  }
}

.sub-nav-button_secondary {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 39px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button_secondary {
    position: relative;
    width: 100%;
    height: 39px;
    margin-bottom: -39px;
    background: none;
    z-index: 30;
  }
}

/* ドロップダウンナビボタン（ hover ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #fff;
    text-decoration: none;
    background-color: #F64F95;
  }
  .sub-nav-button:hover + .nav-link span,
  .sub-nav-active .sub-nav-button:hover + .nav-link span {
    color: #fff;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button:hover + .nav-link,
  .sub-nav-active .sub-nav-button:hover + .nav-link {
    color: #F884B2;
  }
  .sub-nav-button:hover + .nav-link span,
  .sub-nav-active .sub-nav-button:hover + .nav-link span {
    color: #F884B2;
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-button:hover + .nav-link::after,
  .sub-nav-active .sub-nav-button:hover + .nav-link::after {
    border-color: #fff;
  }
}

@media screen and (max-width: 1099.98px) {
  .sub-nav-button_secondary:hover + .nav-link_secondary,
  .sub-nav-active .sub-nav-button_secondary:hover + .nav-link_secondary {
    color: #0A50A1;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-button_secondary:hover + .nav-link_secondary,
  .sub-nav-active .sub-nav-button_secondary:hover + .nav-link_secondary {
    color: #0A50A1;
  }
}

/* ドロップダウンナビボタン（ active ）*/
@media screen and (max-width: 1099.98px) {
  .sub-nav-active .sub-nav-button + .nav-link {
    color: #fff;
    text-decoration: none;
    background-color: #F64F95;
  }
  .sub-nav-active .sub-nav-button + .nav-link span {
    color: #fff;
  }
  .sub-nav-active .sub-nav-button + .nav-link::after {
    border-color: #fff;
  }
}

@media screen and (min-width: 1100px), print {
  .sub-nav-active .sub-nav-button + .nav-link {
    color: #F884B2;
  }
  .sub-nav-active .sub-nav-button + .nav-link span {
    color: #000;
  }
}

.sub-nav-active .sub-nav-button + .nav-link .sub-nav-link {
  background-color: #F33271;
}

.sub-nav-active .sub-nav-button_secondary + .nav-link_secondary {
  color: #0A50A1;
}

/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}

@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}

.nav-open .nav-button {
  display: none;
}

.nav-button-icon {
  display: block;
  position: absolute;
  top: -12px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #F64F95;
}

.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #F64F95;
}

.nav-button-icon::before {
  margin-top: -8px;
}

.nav-button-icon::after {
  margin-top: 8px;
}

.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  color: #F64F95;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
}

@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}

.nav-close-button .nav-button-icon {
  background: none;
}

.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #F64F95;
}

.nav-close-button .nav-button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav-close-button .nav-button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
  color: #F64F95;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}

.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: .4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    position: fixed;
    top: 31px;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    padding: 0;
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #top .nav.fixed {
    top: 31px;
  }
  .nav.fixed .sub-nav-inner {
    margin-top: 10px;
  }
  .nav.fixed .sub-nav-list a {
    font-size: 1.6rem;
  }
  .nav.fixed .main-nav {
    padding: .5em 0 .6em 0;
  }
  .nav.fixed .main-nav .nav-link {
    font-size: 1.5rem;
    letter-spacing: .05em;
  }
  .nav.fixed .main-nav .nav-link span {
    margin-top: .2em;
  }
  .nav.fixed .main-nav .nav-item::before {
    width: 6px;
    height: 32px;
  }
  .nav.fixed .main-nav .nav-price::after {
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
    bottom: -5px;
  }
  .nav.fixed .main-nav .nav-shoplist .nav-link::before {
    width: 10px;
    height: 10px;
    border-top-width: 2px;
    border-right-width: 2px;
    bottom: -5px;
  }
  .nav.fixed .main-nav .nav-shoplist::after {
    width: 6px;
    height: 32px;
  }
}

/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 3em 1em 0 1em;
  background: #fff;
  overflow: hidden;
  z-index: 100;
}

#top .main {
  padding: 0 1em 0 1em;
}

@media screen and (min-width: 1100px), print {
  .main {
    padding: 5em 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  padding: 2em 1em;
  background-color: #fff;
}

@media screen and (min-width: 1100px), print {
  .footer {
    padding: 4em 2em;
  }
}

@media screen and (max-width: 1099.98px) {
  .footer {
    padding-bottom: 5em;
  }
}

.footer .inner {
  max-width: 1000px;
}

.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991.98px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-sub-nav {
  padding-left: 1.4em;
  padding-top: .5em;
}

@media screen and (max-width: 639.98px) {
  .footer-sub-nav {
    padding-top: .5em;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-sub-nav {
    padding-top: .3em;
  }
}

.footer-sub-nav-link {
  position: relative;
  display: block;
  font-size: 1.2rem;
  letter-spacing: .04em;
  line-height: 1.6;
  font-weight: 500;
  padding-left: .8em;
}

@media screen and (max-width: 479.98px) {
  .footer-sub-nav-link {
    font-size: 1.4rem;
  }
}

.footer-sub-nav-link:hover {
  text-decoration: none;
  color: #0A50A1;
}

.footer-sub-nav-link:hover::before {
  background-color: #0A50A1;
}

.footer-sub-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-13%);
          transform: translateY(-13%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333333;
}

.footer-nav:not(:last-child) {
  margin-right: 2em;
}

@media screen and (max-width: 639.98px) {
  .footer-nav:not(:last-child) {
    margin-right: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-nav:not(:last-child) {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.footer-nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 530px;
  min-width: 0;
}

@media screen and (max-width: 479.98px) {
  .footer-nav-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-nav-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media all and (-ms-high-contrast: none) {
  .footer-nav-area {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.footer-nav-item:not(:last-child) {
  margin-bottom: 1.3em;
}

@media screen and (max-width: 639.98px) {
  .footer-nav-item:not(:last-child) {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-nav-item:not(:last-child) {
    margin-bottom: .5em;
  }
}

.footer-nav-link {
  position: relative;
  display: block;
  color: #F64F95;
  line-height: 1.2;
  padding-left: 1.3em;
  font-size: 1.4rem;
  letter-spacing: .04em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 479.98px) {
  .footer-nav-link {
    font-size: 1.6rem;
  }
}

.footer-nav-link.accent:hover {
  color: #F64F95;
}

.footer-nav-link.accent:hover::before {
  background-color: #FD94BF;
}

.footer-nav-link:hover {
  text-decoration: none;
  color: #0A50A1;
}

.footer-nav-link:hover::before {
  background-color: #0A50A1;
}

.footer-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 13px;
  height: 13px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  background-color: #FD94BF;
}

.footer-nav-link span {
  font-weight: 500;
}

.footer-side {
  margin-left: 3em;
}

@media screen and (max-width: 991.98px) {
  .footer-side {
    margin-left: 0;
    margin-top: 2em;
  }
}

@media screen and (max-width: 639.98px) {
  .footer-side {
    margin-top: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-side {
    max-width: 300px;
    margin: 0 auto;
    margin-top: 1em;
  }
}

@media screen and (max-width: 359.98px) {
  .footer-side {
    margin: 1em 0 0 0;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-logo img {
    max-width: 300px;
  }
}

.footer-contact {
  position: relative;
  margin-top: 2.8em;
  padding-left: 7em;
}

@media screen and (max-width: 639.98px) {
  .footer-contact {
    margin-top: 1.5em;
    padding-left: 5em;
  }
}

@media screen and (max-width: 359.98px) {
  .footer-contact {
    padding-left: 0;
    padding-top: 5em;
  }
}

.footer-contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100px;
  height: 118px;
  background: url("../img/base/character-icon2.png") no-repeat center/cover;
}

@media screen and (max-width: 639.98px) {
  .footer-contact::before {
    width: 70px;
    height: 83px;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-contact::before {
    width: 60px;
    height: 71px;
  }
}

@media screen and (max-width: 359.98px) {
  .footer-contact::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
}

.footer-contact-more {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 479.98px) {
  .footer-contact-more {
    margin-bottom: .5em;
  }
}

.footer-contact-link {
  display: block;
  max-width: 267px;
  background-color: #F64F95;
  color: #fff;
  text-align: center;
  padding: .75em 1em;
  font-size: 2rem;
  line-height: 1.2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 639.98px) {
  .footer-contact-link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 479.98px) {
  .footer-contact-link {
    padding: .5em;
  }
}

@media screen and (max-width: 359.98px) {
  .footer-contact-link {
    margin: 0 auto;
  }
}

.footer-contact-link:hover {
  text-decoration: none;
  background-color: #0A50A1;
}

.footer .pagetop {
  display: block;
  position: fixed;
  right: 5px;
  bottom: 65px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@media screen and (min-width: 768px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 65px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}

.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: .35rem;
  background-color: #F64F95;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}

.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0A50A1;
}

.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: .5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: .8em;
  height: .8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.footer .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.footer .copy small {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 1.2rem;
  color: #FD93BF;
  letter-spacing: .1em;
  text-align: center;
}

.footer .copy span {
  display: none;
  font-weight: 500;
}

@media screen and (min-width: 480px), print {
  .footer .copy span {
    display: inline;
  }
}

/* --------------------------------

  スライダー

-------------------------------- */
.slider {
  position: relative;
  padding: 60px .5em 0 .5em;
  background: url("../img/top/slider-bg.jpg") no-repeat center/cover;
}

@media screen and (min-width: 1100px), print {
  .slider {
    padding: 93px 1em 0 1em;
  }
}

.slider canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.slider .inner {
  width: 100%;
  height: 100%;
  z-index: 2;
}

.slider-main {
  display: block;
  position: relative;
  padding: 1em 0 2em 0;
}

@media screen and (min-width: 1100px), print {
  .slider-main {
    padding: 1.2em 0 2.5em 0;
  }
}

.slider-main-container {
  display: block;
  position: relative;
}

.slider-main-container::before {
  content: "";
  display: block;
  padding-top: 43.95%;
}

@media screen and (min-width: 1100px), print {
  .slider-main-container::before {
    padding-top: 500px;
  }
}

.slider-img {
  display: block;
  position: relative;
  border-radius: 10px;
}

.slider-img::before {
  content: "";
  display: block;
  padding-top: 43.95%;
}

@media screen and (min-width: 1100px), print {
  .slider-img::before {
    padding-top: 500px;
  }
}

.slider-img img {
  display: block;
  position: absolute;
  border-radius: 10px;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 1100px), print {
  .slider-img img {
    width: auto;
    height: 100%;
  }
}

@media screen and (min-width: 1600px), print {
  .slider-img img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px), print {
  .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .slider-catch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 60px;
  }
}

@media screen and (min-width: 1100px), print {
  .slider-catch {
    padding: 0 65px;
  }
}

@media screen and (min-width: 1440px), print {
  .slider-catch {
    max-width: 1100px;
    margin: auto;
  }
}

.slider-catch .catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 7.5em;
  padding: 25px 1em 0;
}

@media screen and (min-width: 768px), print {
  .slider-catch .catch {
    height: 8.0em;
    padding: 0 1.5em;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

@media screen and (min-width: 1100px), print {
  .slider-catch .catch {
    height: 11em;
    padding: 0 2em;
  }
}

.slider-catch .catch span {
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (min-width: 480px), print {
  .slider-catch .catch span {
    font-size: 1.2em;
  }
}

@media screen and (min-width: 768px), print {
  .slider-catch .catch span {
    display: block;
    font-size: 1.4em;
  }
}

@media screen and (min-width: 1100px), print {
  .slider-catch .catch span {
    font-size: 1.8em;
  }
}

.slider .slick-slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.slider .slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slider .slick-slider.slick-slider1 {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slick-slider.slick-slider1 .slick-list,
.slider .slick-slider.slick-slider1 .slick-track {
  height: 100%;
}

@media screen and (min-width: 1100px), print {
  .slider .slick-slider.slick-slider2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .slider .slick-slider.slick-slider2 .slick-list,
  .slider .slick-slider.slick-slider2 .slick-track {
    height: 100%;
  }
}

.slider .slick-slider .slide {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider .slider-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 110;
}

@media screen and (min-width: 1440px), print {
  .slider .slider-arrow {
    max-width: 1100px;
  }
}

.slider .slider-prev,
.slider .slider-next {
  display: block;
  position: absolute;
  top: -26px;
  width: 35px;
  height: 35px;
  background-size: cover;
  cursor: pointer;
}

@media screen and (min-width: 1100px), print {
  .slider .slider-prev,
  .slider .slider-next {
    top: -32px;
    width: 52px;
    height: 52px;
  }
}

@media screen and (max-width: 639.98px) {
  .slider .slider-prev,
  .slider .slider-next {
    top: -19px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 479.98px) {
  .slider .slider-prev,
  .slider .slider-next {
    top: -19px;
    width: 24px;
    height: 24px;
  }
}

.slider .slider-prev {
  left: 10px;
  background: url("../img/base/arrow-icon_left.png") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .slider .slider-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1440px), print {
  .slider .slider-prev {
    left: 0;
  }
}

.slider .slider-next {
  right: 10px;
  background: url("../img/base/arrow-icon_right.png") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .slider .slider-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 1440px), print {
  .slider .slider-next {
    right: 0;
  }
}

.slider .slider-dots {
  display: block;
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

@media screen and (min-width: 768px), print {
  .slider .slider-dots {
    bottom: 18px;
  }
}

@media screen and (max-width: 1099.98px) {
  .slider .slider-dots {
    bottom: 15px;
  }
}

.slider .slider-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  overflow: hidden;
}

.slider .slider-dots li {
  position: relative;
  width: 40px;
  height: 5px;
  cursor: pointer;
}

@media screen and (max-width: 1099.98px) {
  .slider .slider-dots li {
    width: 30px;
    height: 4px;
  }
}

.slider .slider-dots li:not(:last-child) {
  margin-right: 10px;
}

@media screen and (max-width: 1099.98px) {
  .slider .slider-dots li:not(:last-child) {
    margin-right: 8px;
  }
}

@media screen and (min-width: 1100px), print {
  .slider .slider-dots li {
    width: 40px;
  }
}

.slider .slider-dots li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 5px;
  margin: auto;
  background-color: #FEC2DB;
}

@media screen and (max-width: 1099.98px) {
  .slider .slider-dots li::before {
    width: 30px;
    height: 4px;
  }
}

@media screen and (min-width: 768px), print {
  .slider .slider-dots li::before {
    background-color: #FEC2DB;
  }
}

@media screen and (min-width: 1100px), print {
  .slider .slider-dots li::before {
    width: 40px;
    height: 5px;
  }
}

.slider .slider-dots li.slick-active:before {
  background-color: #F64F95;
}

.slider .slider-dots button {
  display: none;
}

.slick-slider2 {
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .slick-slider2 {
    max-width: 360px;
  }
}

.slick-slider2 .slider-link {
  display: inline-block;
  margin: 0 .3em;
}

@media screen and (max-width: 767.98px) {
  .slick-slider2 .slider-link {
    margin: 0;
  }
}

.slick-slider2 .slider-img2 {
  display: inline-block;
  max-width: 240px;
}

.slick-slider2 .slider-img2 img {
  width: 100%;
  height: auto;
}

.slick-slider2 .slider-title {
  text-align: center;
  color: #F64F95;
  line-height: 1.2;
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 700;
}

.slick-slider2 .slick-slide {
  text-align: center;
}

.whitecleaning-useful-slider-main {
  position: relative;
}

.whitecleaning-useful-slider-main .slider-arrow {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  z-index: 110;
}

@media screen and (min-width: 1440px), print {
  .whitecleaning-useful-slider-main .slider-arrow {
    max-width: 1050px;
  }
}

@media screen and (max-width: 767.98px) {
  .whitecleaning-useful-slider-main .slider-arrow {
    max-width: 380px;
  }
}

.whitecleaning-useful-slider-main .slider-prev,
.whitecleaning-useful-slider-main .slider-next {
  display: block;
  position: absolute;
  top: -33px;
  width: 35px;
  height: 35px;
  background-size: cover;
  cursor: pointer;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-useful-slider-main .slider-prev,
  .whitecleaning-useful-slider-main .slider-next {
    top: -39px;
    width: 52px;
    height: 52px;
  }
}

@media screen and (max-width: 767.98px) {
  .whitecleaning-useful-slider-main .slider-prev,
  .whitecleaning-useful-slider-main .slider-next {
    top: -29px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 479.98px) {
  .whitecleaning-useful-slider-main .slider-prev,
  .whitecleaning-useful-slider-main .slider-next {
    top: -29px;
    width: 30px;
    height: 30px;
  }
}

.whitecleaning-useful-slider-main .slider-prev {
  left: 10px;
  background: url("../img/base/arrow-icon_left.png") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-useful-slider-main .slider-prev {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (min-width: 1440px), print {
  .whitecleaning-useful-slider-main .slider-prev {
    left: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-useful-slider-main .slider-prev {
    left: 0;
  }
}

@media screen and (max-width: 359.98px) {
  .whitecleaning-useful-slider-main .slider-prev {
    -webkit-transform: translateX(27%);
            transform: translateX(27%);
  }
}

.whitecleaning-useful-slider-main .slider-next {
  right: 10px;
  background: url("../img/base/arrow-icon_right.png") no-repeat center;
  background-size: cover;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-useful-slider-main .slider-next {
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}

@media screen and (min-width: 1440px), print {
  .whitecleaning-useful-slider-main .slider-next {
    right: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-useful-slider-main .slider-next {
    right: 0;
  }
}

@media screen and (max-width: 359.98px) {
  .whitecleaning-useful-slider-main .slider-next {
    -webkit-transform: translateX(-27%);
            transform: translateX(-27%);
  }
}

/* --------------------------------

  上部固定ボタン（お問い合わせ）

-------------------------------- */
/* お問い合わせ（電話）*/
.shopsearch-button {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  color: #fff;
  text-align: center;
  border: none;
  background: #0A50A1;
  cursor: pointer;
  z-index: 990;
}

@media screen and (min-width: 1100px), print {
  .shopsearch-button {
    display: none;
  }
}

.shopsearch-button::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  width: 34px;
  height: 25px;
  margin: auto;
  background: url("../img/base/house-icon_wht.svg") center no-repeat;
  background-size: cover;
}

.shopsearch-button::after {
  content: "店舗検索";
  display: block;
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  font-size: 1rem;
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 1px;
}

.shopsearch-button a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  display: block;
  position: relative;
  padding: 1em 1em;
  overflow: hidden;
  height: 130px;
  margin-top: 60px;
  background: url("../img/top/slider-bg.jpg") no-repeat center/cover;
}

@media screen and (min-width: 1100px), print {
  .page-title {
    padding: 1em 2em;
    height: 185px;
    margin-top: 93px;
  }
}

@media screen and (max-width: 479.98px) {
  .page-title {
    height: 120px;
  }
}

.page-title canvas {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.page-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}

@media screen and (min-width: 1100px), print {
  .page-title::before {
    background-color: #fff;
    opacity: .15;
  }
}

.page-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  height: 100%;
  padding: 1em;
  z-index: 2;
}

@media screen and (min-width: 1100px), print {
  .page-title-inner {
    max-width: 1100px;
    margin: auto;
  }
}

.page-title-name {
  display: block;
  width: 100%;
  font-size: 100%;
  line-height: 1.2;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.2;
  letter-spacing: .2em;
  color: #F64F95;
}

@media screen and (max-width: 1099.98px) {
  .page-title-name {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 639.98px) {
  .page-title-name {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .page-title-name {
    letter-spacing: .1em;
  }
}

/* --------------------------------

  pagination

-------------------------------- */
.pagination {
  margin: 0;
  text-align: center;
  overflow: hidden;
  margin-top: 1.5em;
}

.pagination h2.screen-reader-text {
  display: none;
}

.pagination a, .pagination span {
  display: inline-block;
  vertical-align: middle;
  margin: .2rem;
  padding: .5rem 1.1rem;
  color: #fff;
  font-size: .9em;
  text-align: center;
  border-radius: .35rem;
  background-color: #aaa;
}

@media print, screen and (min-width: 768px) {
  .pagination a, .pagination span {
    padding: .35em .75em;
    font-size: .95em;
    font-weight: 400;
  }
  .pagination {
    margin-top: 2.5em;
  }
}

.pagination a:hover, .pagination span.current {
  background-color: #F64F95;
}

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

/* --------------------------------

  googlemap

-------------------------------- */
.search-gmap {
  margin: 0 -1em;
}

@media screen and (min-width: 1100px), print {
  .search-gmap {
    margin: 0 -2em;
  }
}

.search-gmap .gmap {
  position: relative;
  width: 100%;
  padding-top: 60%;
}

@media screen and (max-width: 1099.98px) {
  .search-gmap .gmap {
    padding-top: 80%;
  }
}

@media screen and (max-width: 767.98px) {
  .search-gmap .gmap {
    padding-top: 90%;
  }
}

@media screen and (max-width: 639.98px) {
  .search-gmap .gmap {
    padding-top: 100%;
  }
}

.search-gmap .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search-gmap-section .inner {
  max-width: none;
}

.search-gmap .gm-style .gm-style-iw-c {
  padding: .7em .9em;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 767.98px) {
  .search-gmap .gm-style .gm-style-iw-c {
    padding: .6em .5em;
  }
}

.search-gmap .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}

.search-gmap .custom-info {
  max-width: 265px;
  margin: 0 auto;
  padding: .5em 1em;
}

@media screen and (max-width: 767.98px) {
  .search-gmap .custom-info {
    padding: .3em .8em;
  }
}

.search-gmap .custom-info-item {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767.98px) {
  .search-gmap .custom-info-item {
    font-size: 1.2rem;
  }
}

.search-gmap .custom-info-item:not(:last-child) {
  margin-bottom: .15em;
}

.search-gmap .custom-info-item.name {
  font-size: 1.8rem;
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .search-gmap .custom-info-item.name {
    font-size: 1.6rem;
  }
}

.search-gmap .custom-info-item a {
  color: #F64F95;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.search-gmap .custom-info-item a:hover {
  color: #396384;
}

/* --------------------------------

  アニメーション

-------------------------------- */
/* --------------------------------

  フォーム部品

-------------------------------- */
.form-control, .form-select {
  padding: .3rem 1rem;
  font-size: 100%;
  border-radius: 5px;
  line-height: 1.3;
  font-size: 1.4rem;
  min-height: 35px;
  background-color: #eee;
  border: 1px solid #eee;
  width: 100%;
}

.form-control:hover, .form-control:active, .form-control:focus, .form-select:hover, .form-select:active, .form-select:focus {
  outline: none;
  text-decoration: none;
}

.form-control:active, .form-control:focus, .form-select:active, .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #999;
  background-color: #fff;
}

.form-middle {
  max-width: 320px;
}

@media screen and (max-width: 767.98px) {
  .form-middle {
    max-width: none;
  }
}

.form-select {
  max-width: 17em;
  min-width: 17em;
  padding-right: 2.25rem;
}

.form-short {
  width: 4em;
}

@media screen and (min-width: 768px), print {
  .form-short {
    width: 6em;
  }
}

.form-upload {
  width: 25em;
  max-width: 100%;
  border-radius: 1rem;
  background: #fff;
}

@media screen and (max-width: 767.98px) {
  .form-upload {
    font-size: .95em;
  }
}

.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 11.2em;
  min-height: 2.5em;
  max-height: 15em;
  padding: .5em .5em 0;
}

.form-row {
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .5em 1em;
}

@media screen and (max-width: 767.98px) {
  .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.65;
  font-size: 1.4rem;
  padding: .36em 0;
  width: 15em;
  font-weight: 500;
  color: #F64F95;
  cursor: default;
}

@media screen and (max-width: 767.98px) {
  .form-label {
    padding: 0;
    width: 100%;
    margin-bottom: .5em;
  }
}

.form-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.form-icon {
  display: block;
  width: 40px;
  min-width: 40px;
  font-size: 1.2rem;
  margin-right: 1.3rem;
  line-height: 1.65em;
  color: #fff;
  margin-top: 1px;
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .form-icon {
    width: 40px;
    min-width: 40px;
    font-size: 1.2rem;
    line-height: 1.65em;
  }
}

.form-icon span {
  letter-spacing: .1em;
}

.form-icon-required {
  background-color: #F64F95;
}

.form-icon-required::before {
  content: "必須";
}

.form-icon-free::before {
  content: "任意";
}

.form-check {
  margin: 0 3.5em .15em 0;
}

@media screen and (max-width: 479.98px) {
  .form-check {
    margin: 0 1em .15em 0;
  }
}

.form-check-inline {
  padding-left: 0;
}

.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
}

.form-check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -3.5em -.15em 0;
}

@media screen and (max-width: 479.98px) {
  .form-check-wrap {
    margin: 0 -1em -.15em 0;
  }
}

.form-check-icon {
  display: block;
  margin-right: 2.5em;
}

.form-check-icon::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #eee;
  -webkit-transition: border-color .2s, background-color .2s;
  transition: border-color .2s, background-color .2s;
}

@media screen and (min-width: 1100px), print {
  .form-check-icon::before {
    width: 22px;
    height: 22px;
  }
}

.form-check-radio::before {
  border-radius: 100%;
}

.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

@media screen and (min-width: 1100px), print {
  .form-check-radio::after {
    top: 50%;
    left: 4px;
    width: 14px;
    height: 14px;
  }
}

.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.form-check-input[type="radio"]:checked + .form-check-icon::after {
  background-color: #F64F95;
}

.form-check-input[type="checkbox"].validate-error + .form-check-icon::before,
.form-check-input[type="radio"].validate-error + .form-check-icon::before {
  border-color: #c00;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #F64F95;
}

span.validate-error {
  display: block !important;
  line-height: 1.5;
  color: #F64F95;
  font-size: calc(1.2rem + .3vw);
}

@media (min-width: 1200px) {
  span.validate-error {
    font-size: 1.4rem;
  }
}

span.validate-error:first-of-type {
  margin-top: .5rem;
}

span.validate-error:empty {
  margin-top: 0;
}

.error-message-check span.validate-error:not(:first-of-type),
.error-message-multi span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin-top: 2.5rem;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .form-buttons {
    margin-top: 5rem;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  padding: .43em 2.52em .43em .8em;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #F64F95;
  background-color: #fff;
  border: 2px solid #F64F95;
}

@media screen and (max-width: 639.98px) {
  .form-button {
    padding: .34em 2.52em .36em .8em;
  }
}

.form-button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 11px;
  height: 11px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-top: 3px solid #F64F95;
  border-right: 3px solid #F64F95;
}

.form-button-send {
  border-color: #F64F95;
}

.form-button-send:hover {
  color: #fff;
  border-color: #F64F95;
  background: #F64F95;
}

.form-button-send:hover::before {
  border-color: #fff;
}

.form-button-back {
  color: #fff;
  border-color: #999;
  background: #999;
}

.form-button-back::before {
  background-color: #fff;
}

.form-button-back:hover {
  border-color: #bbb;
  background: #bbb;
}

/* MW WP Form */
/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity .6s ease;
  transition: opacity .6s ease;
}

@media screen and (max-width: 1099.98px) {
  .loader {
    position: absolute;
    height: auto;
    padding-top: 27.25%;
  }
}

.loader.loading {
  opacity: 1;
  pointer-events: auto;
}

.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #F64F95;
  border-radius: 50%;
  z-index: 1;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #F64F95;
    top: 0;
  }
}

.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* --------------------------------

  id01　トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}

@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}

.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
}

@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
  }
}

.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}

@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}

.section-secondary .inner {
  line-height: 1.5;
}

@media screen and (min-width: 768px), print {
  .section-secondary .inner {
    line-height: 1.8;
  }
}

.section-dummy:not(:last-child) {
  margin-bottom: 5em;
}

.section-dummy .inner {
  max-width: none;
  text-align: center;
}

.section-dummy_wide {
  overflow: hidden;
}

.section-dummy_wide .inner {
  margin-right: -23%;
  margin-left: -23%;
}

@media screen and (min-width: 1100px), print {
  .section-dummy_wide .inner {
    margin-right: -250px;
    margin-left: -250px;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 1100px), print {
  .section-header {
    margin-bottom: 3em;
  }
}

@media screen and (max-width: 479.98px) {
  .section-header {
    margin-bottom: 1.5em;
  }
}

.section-heading {
  display: inline-block;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: .2em;
  color: #000;
}

@media screen and (max-width: 639.98px) {
  .section-heading {
    font-size: 2rem;
    letter-spacing: .1em;
  }
}

.section-heading::first-letter {
  color: #F64F95;
}

/* セール情報 */
.whitecleaning-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1099.98px) {
  .whitecleaning-sale {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.whitecleaning-sale-section {
  background-color: rgba(254, 201, 223, 0.8);
  padding: 1.3em 1em;
}

.whitecleaning-sale-head {
  position: relative;
  padding-left: 4.5em;
  margin-right: 1.2em;
}

@media screen and (max-width: 1099.98px) {
  .whitecleaning-sale-head {
    margin-right: 0;
    margin-bottom: 1.5em;
    padding-left: 3.3em;
  }
}

@media screen and (max-width: 639.98px) {
  .whitecleaning-sale-head {
    padding-left: 3em;
    margin-bottom: 1.4em;
  }
}

.whitecleaning-sale-head::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 64px;
  height: 72px;
  background: url("../img/base/character-icon.png") no-repeat center/cover;
}

@media screen and (max-width: 1099.98px) {
  .whitecleaning-sale-head::before {
    width: 46px;
    height: 52px;
  }
}

@media screen and (max-width: 639.98px) {
  .whitecleaning-sale-head::before {
    width: 40px;
    height: 45px;
  }
}

.whitecleaning-sale-body {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.4em 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-sale-body {
    padding: 1.3em 1.5em;
  }
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-sale-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 639.98px) {
  .whitecleaning-sale-body {
    padding: 1.1em 1em;
  }
}

.whitecleaning-sale-more {
  margin-left: 2em;
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-sale-more {
    margin-left: 0;
    margin-top: 1em;
  }
}

/* 料金表 */
.whitecleaning-fee-section {
  padding: 3em 1em;
  background-color: #FFF2F7;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-fee-section {
    padding: 4em 2em 6em 2em;
  }
}

.whitecleaning-fee-intro {
  text-align: center;
}

.whitecleaning-fee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-fee-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 479.98px) {
  .whitecleaning-fee-wrap {
    margin-top: 1.5em;
  }
}

.whitecleaning-fee-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.whitecleaning-fee-link.sapporo {
  border: 7px solid #2DA8BD;
}

@media screen and (max-width: 359.98px) {
  .whitecleaning-fee-link.sapporo {
    border-width: 5px;
  }
}

.whitecleaning-fee-link.miyagi {
  border: 7px solid #88AA00;
}

@media screen and (max-width: 359.98px) {
  .whitecleaning-fee-link.miyagi {
    border-width: 5px;
  }
}

.whitecleaning-fee-link.tokyo {
  border: 7px solid #F33271;
}

@media screen and (max-width: 359.98px) {
  .whitecleaning-fee-link.tokyo {
    border-width: 5px;
  }
}

.whitecleaning-fee-link:hover .whitecleaning-fee-side img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.whitecleaning-fee-link:hover.sapporo {
  border: 7px solid rgba(45, 168, 189, 0.6);
}

.whitecleaning-fee-link:hover.miyagi {
  border: 7px solid rgba(136, 170, 0, 0.6);
}

.whitecleaning-fee-link:hover.tokyo {
  border: 7px solid rgba(243, 50, 113, 0.6);
}

.whitecleaning-fee-main {
  padding: 1em;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media screen and (max-width: 359.98px) {
  .whitecleaning-fee-main {
    padding: 1em .5em;
  }
}

.whitecleaning-fee-side {
  overflow: hidden;
}

.whitecleaning-fee-side img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.whitecleaning-fee-title {
  font-size: 3.8rem;
  line-height: 1.2;
  font-weight: 600;
}

.whitecleaning-fee-title span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
}

.whitecleaning-fee-title.sapporo {
  color: #2DA8BD;
}

.whitecleaning-fee-title.miyagi {
  color: #88AA00;
}

.whitecleaning-fee-title.tokyo {
  color: #F33271;
}

.whitecleaning-fee-subtitle {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 2.1em;
  margin-top: .75em;
}

.whitecleaning-fee-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 32px;
}

.whitecleaning-fee-subtitle.sapporo {
  color: #2DA8BD;
}

.whitecleaning-fee-subtitle.sapporo::before {
  background: url("../img/base/fee-icon_blue.svg") no-repeat center/cover;
}

.whitecleaning-fee-subtitle.miyagi {
  color: #88AA00;
}

.whitecleaning-fee-subtitle.miyagi::before {
  background: url("../img/base/fee-icon_green.svg") no-repeat center/cover;
}

.whitecleaning-fee-subtitle.tokyo {
  color: #F33271;
}

.whitecleaning-fee-subtitle.tokyo::before {
  background: url("../img/base/fee-icon_pink.svg") no-repeat center/cover;
}

.whitecleaning-fee-item {
  max-width: 320px;
  width: 100%;
}

.whitecleaning-fee-item:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 991.98px) {
  .whitecleaning-fee-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

/* お知らせ */
.whitecleaning-news-section {
  padding: 3em 1em;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-news-section {
    padding: 4em 2em 6em 2em;
  }
}

.whitecleaning-news-more {
  text-align: center;
  margin-top: 2em;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-news-more {
    margin-top: 2.5em;
  }
}

/* お役立ち情報 */
.whitecleaning-useful-section {
  padding: 3em 1em;
  background-color: #E6EEF2;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-useful-section {
    padding: 4em 2em 6em 2em;
  }
}

.whitecleaning-useful-more {
  text-align: center;
  margin-top: 3em;
}

.whitecleaning-useful-more .link-button {
  background-color: #E6EEF2;
}

/* ピックアップ */
@media screen and (max-width: 1099.98px) {
  .whitecleaning-pickup {
    max-width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639.98px) {
  .whitecleaning-pickup {
    max-width: 310px;
  }
}

.whitecleaning-pickup-section {
  padding: 3em 1em;
  background: url("../img/top/pickup-bg.png") no-repeat center/cover;
  overflow: hidden;
}

@media screen and (min-width: 1100px), print {
  .whitecleaning-pickup-section {
    padding: 4em 2em 6em 2em;
  }
}

.whitecleaning-pickup-section .inner {
  max-width: 1060px;
}

.whitecleaning-pickup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -4em -3em 0;
}

@media screen and (max-width: 767.98px) {
  .whitecleaning-pickup-wrap {
    margin: 0 -2em -2em 0;
  }
}

@media screen and (max-width: 639.98px) {
  .whitecleaning-pickup-wrap {
    margin: 0 0 -1em 0;
  }
}

.whitecleaning-pickup-item {
  width: calc(33.33333% - 64px);
  margin: 0 4em 3em 0;
  text-align: center;
}

@media screen and (max-width: 1099.98px) {
  .whitecleaning-pickup-item {
    width: calc(50% - 64px);
  }
}

@media screen and (max-width: 767.98px) {
  .whitecleaning-pickup-item {
    margin: 0 2em 2em 0;
  }
}

@media screen and (max-width: 639.98px) {
  .whitecleaning-pickup-item {
    margin: 0 0 1em 0;
    width: 100%;
  }
}

.whitecleaning-pickup-link {
  display: block;
  text-align: center;
  border-radius: 10px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.whitecleaning-pickup-link:hover .whitecleaning-pickup-title {
  background-color: #0A50A1;
}

.whitecleaning-pickup-image {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}

.whitecleaning-pickup-image img {
  width: 100%;
  overflow: hidden;
}

.whitecleaning-pickup-title {
  background-color: #F64F95;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  padding: .46em .5em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 0 0 10px 10px;
}

.coinlaundry-list li {
  margin-bottom: 1em;
}

.coinlaundry-list a:hover {
  color: #0A50A1;
}

/* --------------------------------

  idxx　お知らせ

-------------------------------- */
.news-body {
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
}

.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}

.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}

.news-back {
  text-align: center;
  margin-top: 3em;
}

@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
  }
}

/* お知らせ一覧 */
.news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media screen and (max-width: 991.98px) {
  .news-list {
    width: 100%;
  }
}

.news-list.news-list-secondary .news-topics:not(:last-child) {
  margin-bottom: 0;
}

.news-list.news-list-secondary .news-topics:first-child .news-link {
  border-top: 1px solid #F0F0F0;
}

.news-list.news-list-secondary .news-link {
  padding: .8em 2em;
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 1099.98px) {
  .news-list.news-list-secondary .news-link {
    padding: .8em 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .news-list.news-list-secondary .news-link {
    padding: .8em .5em;
  }
}

.news-list.news-list-secondary .news-date {
  margin-right: 1.5em;
}

@media screen and (max-width: 1099.98px) {
  .news-list.news-list-secondary .news-date {
    margin-right: 1em;
  }
}

@media screen and (max-width: 639.98px) {
  .news-list.news-list-secondary .news-date {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.news-list.news-list-sale .news-date {
  margin-right: 1.5em;
}

@media screen and (max-width: 1099.98px) {
  .news-list.news-list-sale .news-date {
    margin-right: 1em;
  }
}

@media screen and (max-width: 639.98px) {
  .news-list.news-list-sale .news-date {
    margin-right: 0;
    margin-bottom: .45em;
  }
}

.news-list .news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 639.98px) {
  .news-list .news-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news-list .news-link:hover {
  text-decoration: none;
}

.news-list .news-link:hover .news-title, .news-list .news-link:hover .news-date {
  color: #0A50A1;
}

.news-list .news-date {
  font-size: 1.4rem;
  line-height: 26px;
  color: #000;
  margin-right: 1.3em;
}

@media screen and (max-width: 479.98px) {
  .news-list .news-date {
    line-height: 1.4;
  }
}

.news-list .news-title {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #F64F95;
}

.news-detail {
  border-top: 1px solid #F0F0F0;
  padding: 1.7em 1em 0 1em;
}

@media screen and (max-width: 639.98px) {
  .news-detail {
    padding: 1.5em 0 0 0;
  }
}

@media screen and (max-width: 639.98px) {
  .news-detail-section .section-heading {
    font-size: 1.8rem;
  }
}

.news-detail-section .news-detail-info .news-date {
  margin-bottom: 0;
  margin-right: 1.5em;
}

@media screen and (max-width: 639.98px) {
  .news-detail-section .news-detail-info .news-date {
    margin-right: .8em;
  }
}

.news-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}

.news-detail .news-date {
  font-size: 1.4rem;
  margin-bottom: 1em;
}

.news-detail .news-topics-tag {
  margin-bottom: 0;
}

.news-detail .news-content {
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 639.98px) {
  .news-detail .news-content {
    line-height: 1.5;
  }
}

.news-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5em;
}

@media screen and (max-width: 575.98px) {
  .news-area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5em;
  }
}

.news-area-item:not(:last-child) {
  margin-right: .5em;
}

@media screen and (max-width: 575.98px) {
  .news-area-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.news-area-link {
  border-radius: 5px;
  display: block;
  max-width: 160px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: .2em;
  text-align: center;
  font-weight: 700;
  padding: .5em .5em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.news-area-link:hover {
  text-decoration: none;
}

.news-area-link.sapporo {
  background-color: #2DA8BD;
  border: 1px solid #2DA8BD;
}

.news-area-link.sapporo:hover {
  color: #2DA8BD;
  background-color: #fff;
}

.news-area-link.sendai {
  border: 1px solid #88AA00;
  background-color: #88AA00;
}

.news-area-link.sendai:hover {
  color: #88AA00;
  background-color: #fff;
}

.news-area-link.tokyo {
  border: 1px solid #F33271;
  background-color: #F33271;
}

.news-area-link.tokyo:hover {
  color: #F33271;
  background-color: #fff;
}

.useful-section .inner {
  padding: 0;
}

.useful-container {
  max-width: 840px;
  margin: 0 auto;
}

.useful-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -3.3em -3.3em 0;
}

@media screen and (max-width: 1099.98px) {
  .useful-list {
    margin: 0 -2em -2em 0;
  }
}

@media screen and (max-width: 479.98px) {
  .useful-list {
    max-width: 260px;
    margin: 0 auto;
    margin-bottom: -1.5em;
  }
}

.useful-topics {
  width: calc(33.33333% - 53px);
  margin: 0 3.3em 3.3em 0;
}

@media screen and (max-width: 1099.98px) {
  .useful-topics {
    margin: 0 2em 2em 0;
    width: calc(33.33333% - 32px);
  }
}

@media screen and (max-width: 767.98px) {
  .useful-topics {
    margin: 0 2em 2em 0;
    width: calc(50% - 32px);
  }
}

@media screen and (max-width: 479.98px) {
  .useful-topics {
    margin: 0 0 1.5em 0;
    width: 100%;
  }
}

.useful-link {
  display: block;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  color: #F64F95;
}

.useful-link:hover {
  color: #0A50A1;
}

.useful-link:hover .useful-img {
  opacity: .8;
}

.useful-img {
  border-radius: 10px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.useful-img img {
  width: 100%;
  border-radius: 10px;
}

.useful-title {
  margin-top: 1.2em;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}

.news-topics:not(:last-child) {
  margin-bottom: 1.2em;
}

.news-topics-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
}

@media screen and (max-width: 639.98px) {
  .news-topics-head {
    margin-right: 0;
    margin-bottom: .5em;
  }
}

.news-topics-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: .5em;
}

@media screen and (max-width: 479.98px) {
  .news-topics-tag {
    margin-bottom: .4em;
  }
}

/* --------------------------------

  idxx　店舗案内

-------------------------------- */
.shoplist-section {
  padding: 0 1em 2.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .shoplist-section {
    padding: 0 2em 5em 2em;
  }
}

.shoplist-section.section-secondary {
  margin-bottom: 0;
}

.shoplist-detail-section {
  padding: 0 1em 2.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .shoplist-detail-section {
    padding: 0 2em 5em 2em;
  }
}

.shoplist-detail-section.section-secondary {
  margin-bottom: 0;
}

.shoplist-detail-header {
  max-width: 1100px;
  margin: 0 auto 2em;
  padding: 0 0 1.4em .3em;
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-detail-header {
    margin: 0 auto 1.3em;
    padding: 0 0 .8em .3em;
  }
}

.shoplist-detail-image {
  text-align: center;
  max-width: 910px;
  margin: 0 auto 2em;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-detail-image {
    margin: 0 auto 1.5em;
  }
}

.shoplist-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.2em;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-detail-info {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 991.98px) {
  .shoplist-detail-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.shoplist-detail-info_box {
  width: 50%;
}

@media screen and (max-width: 991.98px) {
  .shoplist-detail-info_box {
    width: 100%;
  }
}

.shoplist-detail-info_box:first-child {
  margin-right: 1.2em;
}

@media screen and (max-width: 991.98px) {
  .shoplist-detail-info_box:first-child {
    margin-right: 0;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-detail-info_box:last-child .shoplist-detail-info_table tr:last-child td {
    text-align: left;
  }
}

.shoplist-detail-info_table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #eee;
}

.shoplist-detail-info_table tr:last-child td {
  border-bottom: none;
}

.shoplist-detail-info_table th, .shoplist-detail-info_table td {
  line-height: 1.2;
  vertical-align: top;
  font-weight: 500;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 479.98px) {
  .shoplist-detail-info_table th, .shoplist-detail-info_table td {
    display: block;
  }
}

.shoplist-detail-info_table th {
  background-color: #F6F6F6;
  width: 223px;
  font-size: 1.6rem;
  padding: .8em 1.2em;
}

@media screen and (max-width: 639.98px) {
  .shoplist-detail-info_table th {
    font-size: 1.4rem;
    padding: .8em 1em;
    width: 143px;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-detail-info_table th {
    width: 100%;
    padding: .55em 1em;
    text-align: center;
  }
}

.shoplist-detail-info_table td {
  font-size: 1.4rem;
  padding: .98em 1.4em;
}

@media screen and (max-width: 639.98px) {
  .shoplist-detail-info_table td {
    font-size: 1.2rem;
    padding: .98em 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-detail-info_table td {
    padding: .8em 1em;
    text-align: center;
  }
}

.shoplist-detail-info_table td p {
  font-weight: 500;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
}

.shoplist-detail-info_table td span {
  font-weight: 500;
}

.shoplist-detail-map {
  position: relative;
  width: 100%;
  padding-top: 46%;
}

@media screen and (max-width: 991.98px) {
  .shoplist-detail-map {
    padding-top: 60%;
  }
}

@media screen and (max-width: 639.98px) {
  .shoplist-detail-map {
    padding-top: 70%;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-detail-map {
    padding-top: 90%;
  }
}

@media screen and (max-width: 359.98px) {
  .shoplist-detail-map {
    padding-top: 95%;
  }
}

.shoplist-detail-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shoplist-detail-more {
  text-align: center;
  margin-top: 2.5em;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-detail-more {
    margin-top: 2em;
  }
}

.shoplist-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 1.3em .5em;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 1.3em;
}

@media screen and (max-width: 639.98px) {
  .shoplist-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
  }
}

.shoplist-select_area {
  position: relative;
  max-width: 261px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 1em;
}

@media screen and (max-width: 639.98px) {
  .shoplist-select_area {
    margin-left: 0;
    margin-bottom: 1em;
    width: 100%;
  }
}

.shoplist-select_area::before {
  content: "";
  position: absolute;
  top: 47%;
  right: 16px;
  display: block;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 9px;
  height: 9px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  z-index: 1;
}

.shoplist-select_area select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #fff;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #eee;
  max-width: 261px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  padding: .48em 1em .54em 1em;
  height: 37px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-select_area select {
    font-size: 1.4rem;
  }
}

.shoplist-select_area select::-ms-expand {
  display: none;
}

.shoplist-select_area select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 1px solid #333333;
}

.shoplist-table {
  display: table;
  border-collapse: collapse;
  background-color: #fff;
  border: 3px solid #eee;
  table-layout: fixed;
}

@media screen and (min-width: 992px), print {
  .shoplist-table {
    width: 100%;
    margin: 0 auto;
  }
}

.shoplist-table thead th {
  color: #000;
  background-color: #F6F6F6;
  border-bottom: 1px solid #eee;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 1.05em 1.5em;
}

@media screen and (max-width: 767.98px) {
  .shoplist-table thead th {
    padding: .7em 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-table thead th {
    font-size: 1.2rem;
  }
}

.shoplist-table thead th:first-child {
  width: 318px;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-table thead th:first-child {
    width: 218px;
  }
}

@media screen and (max-width: 991.98px) {
  .shoplist-table thead th:first-child {
    width: 218px;
  }
}

.shoplist-table tbody tr:not(:last-child) th, .shoplist-table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}

.shoplist-table tbody th, .shoplist-table tbody td {
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 500;
  padding: .9em 1.1em;
}

@media screen and (max-width: 767.98px) {
  .shoplist-table tbody th, .shoplist-table tbody td {
    padding: .7em .9em;
  }
}

.shoplist-table tbody th {
  color: #F64F95;
  font-size: 1.8rem;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-table tbody th {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .shoplist-table tbody th {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-table tbody th {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991.98px) {
  .shoplist-table_area {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: .5em;
  }
}

.shoplist-table-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shoplist-table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 1em;
}

@media screen and (min-width: 992px), print {
  .shoplist-table-block {
    max-width: 551px;
  }
}

@media screen and (max-width: 767.98px) {
  .shoplist-table-more .link-button {
    font-size: 1.4rem;
    padding: .43em 2em .43em .6em;
  }
  .shoplist-table-more .link-button::before {
    width: 8px;
    height: 8px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-top: 2px solid #F64F95;
    border-right: 2px solid #F64F95;
    right: 12px;
  }
}

@media screen and (min-width: 992px), print {
  .shoplist-table-box {
    max-width: 341px;
  }
}

.shoplist-table-box:first-child {
  margin-right: 2.5em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media screen and (max-width: 767.98px) {
  .shoplist-table-box:first-child {
    margin-right: 1em;
  }
}

.shoplist-table-box:first-child .shoplist-table-info dt {
  width: 6em;
}

@media screen and (max-width: 767.98px) {
  .shoplist-table-box:first-child .shoplist-table-info dt {
    width: 5.8em;
  }
}

.shoplist-table-box:last-child .shoplist-table-info dt {
  width: 12.2em;
}

@media screen and (max-width: 767.98px) {
  .shoplist-table-box:last-child .shoplist-table-info dt {
    width: 9.8em;
  }
}

.related-business-page .shoplist-table-box:last-child .shoplist-table-info dt {
  width: 5em;
}

@media screen and (max-width: 767.98px) {
  .related-business-page .shoplist-table-box:last-child .shoplist-table-info dt {
    width: 4.8em;
  }
}

.shoplist-table-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shoplist-table-info:not(:last-child) {
  margin-bottom: .8em;
}

.shoplist-table-info dt, .shoplist-table-info dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 767.98px) {
  .shoplist-table-info dt, .shoplist-table-info dd {
    font-size: 1.2rem;
  }
}

.shoplist-table-info dt {
  position: relative;
  color: #0A50A1;
  margin-right: .5em;
}

.shoplist-table-info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.shoplist-secondary-section {
  padding: 0 1em 2.5em 1em;
}

@media screen and (min-width: 1100px), print {
  .shoplist-secondary-section {
    padding: 0 2em 5em 2em;
  }
}

.shoplist-secondary-section.section-secondary {
  margin-bottom: 0;
}

.shoplist-secondary-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.shoplist-secondary-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-right: 2em;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-main {
    margin-right: 0;
    margin-top: 2em;
  }
}

@media screen and (max-width: 639.98px) {
  .shoplist-secondary-main {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 1100px), print {
  .shoplist-secondary-side {
    max-width: 159px;
    width: 100%;
  }
}

.shoplist-secondary-header {
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-header {
    margin-bottom: 1em;
    padding-bottom: .8em;
  }
}

.shoplist-secondary-table {
  display: table;
  border-collapse: collapse;
  background-color: #fff;
  border: 3px solid #eee;
  table-layout: fixed;
}

@media screen and (min-width: 640px), print {
  .shoplist-secondary-table {
    width: 100%;
  }
}

.shoplist-secondary-table_link {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #F64F95;
}

.shoplist-secondary-table_link:hover {
  color: #0A50A1;
}

.shoplist-secondary-table thead th {
  color: #000;
  background-color: #F6F6F6;
  border: 1px solid #eee;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 1.05em 1.5em;
}

@media screen and (max-width: 767.98px) {
  .shoplist-secondary-table thead th {
    padding: .7em 1em;
    font-size: 1.2rem;
  }
}

.shoplist-secondary-table thead th:first-child {
  width: 265px;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-table thead th:first-child {
    width: 265px;
  }
}

@media screen and (max-width: 991.98px) {
  .shoplist-secondary-table thead th:first-child {
    width: 235px;
  }
}

@media screen and (max-width: 767.98px) {
  .shoplist-secondary-table thead th:first-child {
    width: 195px;
  }
}

.shoplist-secondary-table thead th:last-child {
  width: 188px;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-table thead th:last-child {
    width: 188px;
  }
}

@media screen and (max-width: 991.98px) {
  .shoplist-secondary-table thead th:last-child {
    width: 150px;
  }
}

@media screen and (max-width: 767.98px) {
  .shoplist-secondary-table thead th:last-child {
    width: 120px;
  }
}

.shoplist-secondary-table tbody th, .shoplist-secondary-table tbody td {
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 500;
  padding: .9em 1.1em;
  border: 1px solid #eee;
}

@media screen and (max-width: 767.98px) {
  .shoplist-secondary-table tbody th, .shoplist-secondary-table tbody td {
    padding: .7em .9em;
  }
}

.shoplist-secondary-table tbody th {
  font-size: 1.6rem;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-table tbody th {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767.98px) {
  .shoplist-secondary-table tbody th {
    font-size: 1.2rem;
  }
}

.shoplist-secondary-table tbody td {
  font-size: 1.4rem;
}

@media screen and (max-width: 767.98px) {
  .shoplist-secondary-table tbody td {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 639.98px) {
  .shoplist-secondary-table_area {
    overflow: auto;
    white-space: nowrap;
    padding-bottom: .5em;
  }
}

@media screen and (min-width: 1100px), print {
  .shoplist-secondary-area_list {
    max-width: 159px;
    width: 100%;
  }
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-area_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -1px -1px 0;
  }
}

@media screen and (max-width: 479.98px) {
  .shoplist-secondary-area_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.shoplist-secondary-area_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: .5em;
  background-color: #eee;
  color: #000;
  min-height: 46px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  line-height: 1.2;
  font-size: 1.8rem;
}

@media screen and (max-width: 479.98px) {
  .shoplist-secondary-area_link {
    font-size: 1.6rem;
    min-height: 40px;
    padding: .3em;
  }
}

.shoplist-secondary-area_link:hover {
  background-color: #F64F95;
  color: #fff;
}

.shoplist-secondary-area_link.active {
  background-color: #F64F95;
  color: #fff;
}

@media screen and (max-width: 1099.98px) {
  .shoplist-secondary-area_item {
    max-width: 159px;
    width: 100%;
    margin: 0 1px 1px 0;
  }
}

@media screen and (min-width: 1100px), print {
  .shoplist-secondary-area_item:not(:last-child) {
    margin-bottom: 1px;
  }
}

/* --------------------------------

  id02　料金表

-------------------------------- */
.price-section {
  margin: 0 auto;
  max-width: 1000px;
}

.section-header-secondary {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #F0F0F0;
  margin: 0 auto 1.5em;
}

.price-text-right {
  text-align: right;
  font-size: 1.4rem;
  margin-bottom: 1.5em;
}

.table-scroll {
  overflow: auto;
  white-space: nowrap;
  max-width: 1000px;
  font-size: 1.4rem;
  margin: 0 auto;
}

@media screen and (max-width: 639.98px) {
  .table-scroll {
    font-size: 1.2rem;
  }
}

.table-scroll::-webkit-scrollbar {
  height: 10px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.table-scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}

.table-scroll table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 3px solid #eee;
  width: 100%;
  margin-bottom: 5px;
}

.table-scroll table th {
  background: #F6F6F6;
}

.table-scroll table th,
.table-scroll table td {
  padding: 0.8em 1.5em;
  border-right: #eee solid 1px;
  border-bottom: #eee solid 1px;
  font-weight: normal;
  text-align: center;
  width: 15%;
}

.table-scroll table th:first-child,
.table-scroll table td:first-child {
  text-align: left;
  width: 70%;
}

/* --------------------------------

  id02　FAQ

-------------------------------- */
.faq-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .faq-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.accordion_area .accordion_one {
  border: 3px solid #eee;
  border-radius: 8px;
}

.accordion_area .accordion_one:not(:last-child) {
  margin-bottom: 1.5em;
}

.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  position: relative;
  z-index: +1;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  padding: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1em;
  }
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #FFF4F9;
}

.accordion_area .accordion_one .ac_header:not(.open):hover:before {
  border-top: #ccc 5px solid;
  border-right: #ccc 5px solid;
}

.accordion_area .accordion_one .ac_header.open:before {
  border-top: #ccc 5px solid;
  border-right: #ccc 5px solid;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.accordion_area .accordion_one .ac_header:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-top: #eee 5px solid;
  border-right: #eee 5px solid;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  position: absolute;
  right: 3%;
  top: 50%;
  margin: auto;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .accordion_one .ac_header:before {
    right: 5%;
  }
}

.accordion_area .accordion_one .faq-headinner {
  display: block;
  padding-left: 3.5em;
  padding-right: 3.5em;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .accordion_one .faq-headinner {
    padding-left: 2.5em;
    padding-right: 2em;
  }
}

.accordion_area .accordion_one .faq-headinner:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "Q";
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #F64F95;
  border-radius: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .accordion_one .faq-headinner:before {
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 479.98px) {
  .accordion_area .accordion_one .faq-headinner:before {
    top: 5%;
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
}

.accordion_area .accordion_one .faq-headinner .faq-q-text {
  font-size: 1.8rem;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .accordion_one .faq-headinner .faq-q-text {
    font-size: 1.4rem;
  }
}

.accordion_area .ac_inner {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 0.5em 1.5em 2em 1.5em;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .ac_inner {
    padding: 1em 1em 1.5em 1em;
  }
}

.accordion_area .ac_inner .faq-body {
  display: block;
  padding-left: 3.5em;
  position: relative;
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .ac_inner .faq-body {
    padding-left: 2.5em;
  }
}

.accordion_area .ac_inner .faq-body:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #FD94BF;
  border-radius: 10px;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .accordion_area .ac_inner .faq-body:before {
    font-size: 1.8rem;
    width: 30px;
    height: 30px;
    border-radius: 5px;
  }
}

.accordion_area .ac_inner .faq-body .faq-a-text {
  font-size: 1.4rem;
}

@media screen and (max-width: 479.98px) {
  .accordion_area .ac_inner .faq-body .faq-a-text {
    font-size: 1.2rem;
  }
}

/* --------------------------------

  id02　会社情報

-------------------------------- */
.company-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .company-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.company-info {
  max-width: 1000px;
  border: 3px solid #eee;
  margin: 0 auto;
}

@media screen and (max-width: 767.98px) {
  .company-info {
    border: none;
  }
}

.company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.company-info dl:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767.98px) {
  .company-info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .company-info dl:not(:last-child) {
    margin-bottom: 1em;
    border-bottom: none;
  }
}

.company-info dl dt,
.company-info dl dd {
  font-size: 1.4rem;
  font-weight: normal;
  padding: 0.8em 1.5em;
}

@media screen and (max-width: 991.98px) {
  .company-info dl dt,
  .company-info dl dd {
    padding: 0.6em 1em;
  }
}

.company-info dl dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  border-right: 1px solid #eee;
}

@media screen and (max-width: 991.98px) {
  .company-info dl dt {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media screen and (max-width: 767.98px) {
  .company-info dl dt {
    background-color: #eee;
  }
}

.company-info dl dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

@media screen and (max-width: 991.98px) {
  .company-info dl dd {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
  }
}

.company-info dl dd a {
  color: #F64D93;
  border-bottom: 1px solid #F64D93;
  margin-left: 1.5em;
}

.company-info dl dd a:hover {
  color: #0A50A1;
  border-bottom: 1px solid #0A50A1;
}

@media screen and (max-width: 991.98px) {
  .company-info dl dd a {
    display: block;
    margin: 0.5em 0 0;
    width: 9em;
  }
}

/* --------------------------------

  id02　社会貢献

-------------------------------- */
.revival-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .revival-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.revival-image {
  max-width: 1000px;
  margin: 0 auto 2em;
}

.revival-list-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.revival-list-wrapper .revival-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 2.5em;
  margin-right: -2em;
}

@media screen and (max-width: 767.98px) {
  .revival-list-wrapper .revival-list {
    display: block;
    padding: 0 1em;
    margin: 0;
  }
}

.revival-list-wrapper .revival-list li {
  width: calc(100% / 2);
  padding-right: 2em;
  margin-bottom: 4em;
}

@media screen and (max-width: 767.98px) {
  .revival-list-wrapper .revival-list li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3em;
  }
}

.revival-list-wrapper .revival-list li .revial-detail-title {
  font-size: 2.2rem;
  color: #F64C92;
  font-weight: 600;
  text-align: center;
  padding: 0.3em;
  border: 3px solid #FEC2DB;
  border-radius: 10px;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767.98px) {
  .revival-list-wrapper .revival-list li .revial-detail-title {
    font-size: 1.8rem;
  }
}

.revival-list-wrapper .revival-list li .revival-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  padding: 0 0.5em 0.3em;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 479.98px) {
  .revival-list-wrapper .revival-list li .revival-detail {
    font-size: 1.4rem;
  }
}

.revival-list-wrapper .revival-list li .revival-detail:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.revival-list-wrapper .revival-list li .revival-detail dt {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  text-align: left;
}

.revival-list-wrapper .revival-list li .revival-detail dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  text-align: center;
}

/* --------------------------------

  id00 お問い合わせ

-------------------------------- */
.contact-form-section .inner {
  max-width: 1000px;
}

.contact-form-header {
  max-width: 1000px;
  margin: 0 auto 1.5em;
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 1099.98px) {
  .contact-form-header {
    margin: 0 auto 1em;
    padding-bottom: .8em;
  }
}

.contact-form-desc {
  line-height: 1.8;
  font-size: 1.4rem;
  margin-bottom: 2em;
  color: #000;
}

.contact-form-desc p {
  font-weight: 500;
}

.contact-form-main {
  border: 3px solid #eee;
}

/* --------------------------------

  id00 おすすめ加工

-------------------------------- */
.service-processing-section {
  padding: 0 1em;
}

@media screen and (min-width: 1100px), print {
  .service-processing-section {
    padding: 0 2em;
  }
}

.service-processing-section .inner {
  max-width: 1000px;
}

.service-processing-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1.3em -1.3em 0;
}

@media screen and (max-width: 1099.98px) {
  .service-processing-container {
    margin: 0 0 -1.3em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 479.98px) {
  .service-processing-container {
    margin: 0 0 -1em 0;
  }
}

.service-processing-item {
  position: relative;
  width: calc(50% - 21px);
  border: 10px solid #eee;
  padding: 1.5em 1.5em 13em 1.5em;
  margin: 0 1.3em 1.3em 0;
}

@media screen and (max-width: 1099.98px) {
  .service-processing-item {
    width: 100%;
    max-width: 500px;
    margin: 0 0 1.3em 0;
    padding: 1.5em 1.5em 1.5em 1.5em;
  }
}

@media screen and (max-width: 639.98px) {
  .service-processing-item {
    padding: 1em;
    border: 5px solid #eee;
  }
}

@media screen and (max-width: 479.98px) {
  .service-processing-item {
    margin: 0 0 1em 0;
  }
}

.service-processing-heading {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (max-width: 639.98px) {
  .service-processing-heading {
    margin-bottom: .5em;
  }
}

.service-processing-image {
  text-align: center;
  margin-bottom: 1em;
}

.service-processing-list li {
  position: relative;
  list-style: none;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  padding-left: 1.1em;
}

@media screen and (max-width: 639.98px) {
  .service-processing-list li {
    font-size: 1.4rem;
  }
}

.service-processing-list li .br {
  display: none;
}

@media screen and (min-width: 640px), print {
  .service-processing-list li .br {
    display: block;
  }
}

.service-processing-list li::before {
  content: "";
  position: absolute;
  top: .373em;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: #000;
  border-radius: 100%;
  display: block;
}

@media screen and (max-width: 639.98px) {
  .service-processing-list li::before {
    width: 12px;
    height: 12px;
  }
}

.service-processing-fee {
  margin-top: 2em;
  padding: 1.5em;
  border-radius: 10px;
  background-color: #FCE9EE;
  text-align: center;
}

@media screen and (min-width: 1100px), print {
  .service-processing-fee {
    position: absolute;
    bottom: 1.3em;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 420px;
  }
}

@media screen and (max-width: 1099.98px) {
  .service-processing-fee {
    margin-top: 1em;
  }
}

@media screen and (max-width: 639.98px) {
  .service-processing-fee {
    padding: 1em;
  }
}

.service-processing-fee_heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  padding-left: 2.1em;
  margin-bottom: .8em;
  color: #F64F95;
}

@media screen and (max-width: 639.98px) {
  .service-processing-fee_heading {
    font-size: 1.8rem;
    margin-bottom: .7em;
  }
}

.service-processing-fee_heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 34px;
  height: 32px;
  background: url("../img/base/fee-icon_pink.svg") no-repeat center/cover;
}

@media screen and (max-width: 639.98px) {
  .service-processing-fee_heading::before {
    width: 30px;
    height: 28px;
  }
}

.service-processing-fee_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 479.98px) {
  .service-processing-fee_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-processing-fee_more:not(:last-child) {
  margin-right: 1.1em;
}

@media screen and (max-width: 639.98px) {
  .service-processing-fee_more:not(:last-child) {
    margin-right: .5em;
  }
}

@media screen and (max-width: 479.98px) {
  .service-processing-fee_more:not(:last-child) {
    margin: 0 0 .5em 0;
  }
}

.service-processing-fee_more .link-button {
  background-color: #FCE9EE;
}

.service-processing-fee_desc {
  text-align: center;
  line-height: 1.5;
  font-size: 1.6rem;
  margin-bottom: .5em;
  font-weight: 500;
}

@media screen and (max-width: 639.98px) {
  .service-processing-fee_desc {
    font-size: 1.4rem;
  }
}

/* --------------------------------

  id00 専門品

-------------------------------- */
.specialty-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -2em -3em 0;
}

@media screen and (max-width: 1099.98px) {
  .specialty-anchor {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767.98px) {
  .specialty-anchor {
    margin: 0 -2em -2em 0;
  }
}

@media screen and (max-width: 639.98px) {
  .specialty-anchor {
    margin: 0 0 -1em 0;
  }
}

.specialty-anchor-section {
  padding: 0 1em;
}

@media screen and (min-width: 1100px), print {
  .specialty-anchor-section {
    padding: 0 2em;
  }
}

.specialty-anchor-section .inner {
  max-width: 1060px;
}

.specialty-anchor-item {
  max-width: 300px;
  width: 100%;
  margin: 0 2em 3em 0;
}

@media screen and (max-width: 767.98px) {
  .specialty-anchor-item {
    margin: 0 2em 2em 0;
  }
}

@media screen and (max-width: 639.98px) {
  .specialty-anchor-item {
    margin: 0 0 1em 0;
  }
}

.specialty-anchor-link {
  display: block;
  text-align: center;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.specialty-anchor-link:hover .specialty-anchor-title {
  background-color: #0A50A1;
}

.specialty-anchor-image {
  border-radius: 10px 10px 0 0;
}

.specialty-anchor-image img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.specialty-anchor-title {
  border-radius: 0 0 10px 10px;
  display: block;
  text-align: center;
  background-color: #F64F95;
  line-height: 1.2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: .4em .5em .48em .5em;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.specialty-anchor-heading {
  text-align: center;
  line-height: 1.2;
  color: #F64F95;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  margin-bottom: 2.5em;
}

@media screen and (max-width: 1099.98px) {
  .specialty-anchor-heading {
    font-size: 2.2rem;
    letter-spacing: .04em;
  }
}

@media screen and (max-width: 767.98px) {
  .specialty-anchor-heading {
    font-size: 1.8rem;
    letter-spacing: inherit;
    margin-bottom: 1.5em;
  }
}

.specialty-main-section {
  padding: 0 1em;
}

@media screen and (min-width: 1100px), print {
  .specialty-main-section {
    padding: 0 2em;
  }
}

.specialty-main-section.section-secondary {
  margin-bottom: 4em;
}

@media screen and (max-width: 639.98px) {
  .specialty-main-section.section-secondary {
    margin-bottom: 2.5em;
  }
}

.specialty-main-section .inner {
  max-width: 1000px;
}

.specialty-main-header {
  max-width: 1000px;
  margin: 0 auto 1.5em;
  text-align: center;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #F0F0F0;
}

@media screen and (max-width: 1099.98px) {
  .specialty-main-header {
    margin: 0 auto 1em;
    padding-bottom: .8em;
  }
}

.specialty-main-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.specialty-main-list_area {
  margin: 0 auto;
  margin-top: 1.5em;
  max-width: 915px;
}

.specialty-main-list_heading {
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: .5em;
}

@media screen and (max-width: 1099.98px) {
  .specialty-main-list_heading {
    font-size: 2rem;
  }
}

@media screen and (max-width: 639.98px) {
  .specialty-main-list_heading {
    font-size: 1.8rem;
  }
}

.specialty-main-list li {
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
  position: relative;
  padding-left: .9em;
}

@media screen and (max-width: 1099.98px) {
  .specialty-main-list li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 639.98px) {
  .specialty-main-list li {
    font-size: 1.4rem;
  }
}

.specialty-main-list li::before {
  content: "";
  position: absolute;
  top: .78em;
  left: 0;
  width: 6px;
  height: 6px;
  display: block;
  background-color: #000;
}

@media screen and (max-width: 639.98px) {
  .specialty-main-list li::before {
    top: .7em;
  }
}

.specialty-main-body {
  max-width: 285px;
  width: 100%;
  margin-right: 1em;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-body {
    max-width: none;
    margin-right: 0;
    margin-top: 1em;
  }
}

.specialty-main-side {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.specialty-main-text {
  margin: 1.3em 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-text {
    font-size: 1.4rem;
    margin: 1em 0;
  }
}

.specialty-main-attention {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #FF0000;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-attention {
    font-size: 1.4rem;
  }
}

.specialty-main-attention_box {
  border: 3px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2em 2em 1.5em 3em;
  margin-top: 2em;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-attention_box {
    padding: 1.5em 2em 1.2em 2em;
  }
}

@media screen and (max-width: 575.98px) {
  .specialty-main-attention_box {
    padding: 1.2em 1em 1.2em 1em;
  }
}

@media screen and (max-width: 575.98px) {
  .specialty-main-attention_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.specialty-main-attention_body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 2.5em;
  padding-top: .5em;
}

@media screen and (max-width: 575.98px) {
  .specialty-main-attention_body {
    margin-left: 0;
    padding-top: 0;
    margin-top: 1em;
  }
}

.specialty-main-attention_desc {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1em;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-attention_desc {
    font-size: 1.4rem;
  }
}

.specialty-main-attention_text {
  line-height: 1.5;
  font-size: 1.6rem;
  color: #FF0000;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-attention_text {
    font-size: 1.4rem;
  }
}

.specialty-main-attention_text .mb1 {
  margin-bottom: 1.2em;
}

.specialty-main-attention_heading {
  position: relative;
  display: block;
  padding-top: 2.1em;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: .2em;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-attention_heading {
    font-size: 2rem;
    padding-top: 1.8em;
  }
}

@media screen and (min-width: 576px), print {
  .specialty-main-attention_heading {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
}

.specialty-main-attention_heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 42px;
  height: 36px;
  background: url("../img/base/icon_attention.png") no-repeat center/cover;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-attention_heading::before {
    width: 33px;
    height: 28px;
  }
}

.specialty-main-rimit {
  color: #fff;
}

@media screen and (max-width: 767.98px) {
  .specialty-main-rimit {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639.98px) {
  .specialty-main-rimit {
    max-width: 230px;
  }
}

.specialty-main-rimit dt {
  background-color: #F64F95;
  border-radius: 10px 10px 0 0;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  padding: .55em;
}

@media screen and (max-width: 639.98px) {
  .specialty-main-rimit dt {
    font-size: 2.2rem;
    padding: .5em;
  }
}

.specialty-main-rimit dd {
  border-radius: 0 0 10px 10px;
  line-height: 1.2;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  background-color: #FD94BF;
  padding: .59em .5em;
}

@media screen and (max-width: 639.98px) {
  .specialty-main-rimit dd {
    font-size: 2.2rem;
    padding: .5em .5em;
  }
}

.specialty-main-rimit dd span {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0;
  margin-top: .5em;
}

@media screen and (max-width: 639.98px) {
  .specialty-main-rimit dd span {
    font-size: 1.2rem;
  }
}

/* --------------------------------

  id03　サービス

-------------------------------- */
.service-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .service-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.service-section .section-header .section-heading br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .service-section .section-header .section-heading br {
    display: block;
  }
}

.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -2em;
}

@media screen and (max-width: 991.98px) {
  .service-list {
    display: block;
    margin: 0;
  }
}

.service-list li {
  width: calc(100% / 2);
  padding-right: 2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 991.98px) {
  .service-list li {
    width: 100%;
    padding-right: 0;
    margin-bottom: 1.5em;
  }
}

.service-list li .service-list-item {
  width: 100%;
  border: 5px solid #0A50A1;
  border-radius: 10px;
  padding: 1em 0.5em;
  text-align: center;
}

.service-list li .service-list-item .service-list-header {
  font-size: 1.8rem;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 991.98px) {
  .service-list li .service-list-item .service-list-header {
    font-size: 1.6rem;
  }
}

.service-list li .service-list-item .service-list-header br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .service-list li .service-list-item .service-list-header br {
    display: block;
  }
}

.service-list li .service-list-item .service-title {
  font-size: 3.8rem;
  color: #0A50A0;
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 991.98px) {
  .service-list li .service-list-item .service-title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .service-list li .service-list-item .service-title {
    font-size: 3rem;
  }
}

.service-list li .service-list-item .service-link {
  margin-bottom: 0.4em;
}

.line-info {
  border: 10px solid #eee;
  padding: 2em;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .line-info {
    padding: 1em;
  }
}

.line-info .line-info-subtext {
  margin-bottom: 1em;
  letter-spacing: -0.05em;
}

.line-info .line-info-title {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 767.98px) {
  .line-info .line-info-title {
    font-size: 2rem;
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 479.98px) {
  .line-info .line-info-title {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

.line-info .line-info-text {
  font-size: 2.9rem;
  color: #1EAA3B;
  line-height: 2.8;
  margin-bottom: 1em;
}

@media screen and (max-width: 767.98px) {
  .line-info .line-info-text {
    font-size: 2.4rem;
  }
}

.line-info .line-info-text br {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .line-info .line-info-text br {
    display: block;
  }
}

.line-info .line-check-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -2em;
}

@media screen and (max-width: 639.98px) {
  .line-info .line-check-items {
    display: block;
    margin: 0;
  }
}

.line-info .line-check-items .line-check-item {
  width: calc(100% / 2);
  margin-right: 2em;
  margin-bottom: 2em;
  background-color: #06C755;
  border-radius: 10px;
  padding: 2em 1.8em;
}

@media screen and (max-width: 639.98px) {
  .line-info .line-check-items .line-check-item {
    width: 15em;
    margin: 0 auto 1.5em;
    padding: 1em;
  }
}

.line-info .line-check-items .line-check-item p {
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  padding-left: 2.8em;
  line-height: 1.4;
}

@media screen and (max-width: 767.98px) {
  .line-info .line-check-items .line-check-item p {
    padding-left: 0;
    padding-top: 3em;
  }
}

@media screen and (max-width: 991.98px) {
  .line-info .line-check-items .line-check-item p {
    font-size: 2rem;
  }
}

.line-info .line-check-items .line-check-item p br {
  display: none;
}

@media screen and (max-width: 991.98px) {
  .line-info .line-check-items .line-check-item p br {
    display: block;
  }
}

.line-info .line-check-items .line-check-item p::before {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 58px;
  height: 58px;
  background: url(../img/pages/service/check-mark.png) no-repeat;
}

@media screen and (max-width: 767.98px) {
  .line-info .line-check-items .line-check-item p::before {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    left: 50%;
  }
}

.line-info .line-qrcord-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -1em;
}

@media screen and (max-width: 991.98px) {
  .line-info .line-qrcord-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767.98px) {
  .line-info .line-qrcord-list {
    display: block;
    margin: 0;
  }
}

.line-info .line-qrcord-list .line-qrcord-item {
  width: calc(100% / 3);
  margin-right: 1em;
  margin-bottom: 2em;
  border: 3px solid #EEEEEE;
  border-radius: 10px;
  padding: 1.5em;
}

@media screen and (max-width: 991.98px) {
  .line-info .line-qrcord-list .line-qrcord-item {
    width: 46%;
    margin-right: 1em;
  }
}

@media screen and (max-width: 767.98px) {
  .line-info .line-qrcord-list .line-qrcord-item {
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .service-link .link-button {
    font-size: 1.4rem;
  }
}

.line-info .line-qrcord-list .line-qrcord-item .line-qrcord-header {
  border-bottom: 5px solid #F0F0F0;
  height: 75px;
  text-align: center;
  margin-bottom: 0.6em;
}

.line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img {
  text-align: center;
  height: 310px;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 991.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img {
    height: 320px;
  }
}

@media screen and (max-width: 767.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img {
    width: 100%;
    height: auto;
    position: static;
  }
}

.line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-area {
  color: #06C755;
  letter-spacing: 0.03em;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.6em;
}

@media screen and (max-width: 1099.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-area {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-area {
    font-size: 1.6rem;
  }
}

.line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 2.2rem;
  font-weight: 600;
}

.line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id span {
  color: #06C755;
}

@media screen and (max-width: 1099.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (max-width: 1099.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .line-info .line-qrcord-list .line-qrcord-item .line-qrcord-img .line-id {
    font-size: 1.6rem;
  }
}

.line-info .line-shop-list {
  text-align: left;
  color: #06C755;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 1099.98px) {
  .line-info .line-shop-list {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .line-info .line-shop-list {
    font-size: 1.6rem;
  }
}

.line-info .line-shop-list .line-shop-list-caution {
  text-indent: 1em;
  color: red;
  margin-bottom: 1em;
}

.line-info .line-shop-list .line-shop-list-block {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.line-info .line-shop-list .line-shop-list-block li {
  margin-left: 1em;
  margin-bottom: 0.2em;
}

.point-member-info img {
  margin-bottom: 1.5em;
}

.point-member-info .member-advantages-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -0.8em;
}

@media screen and (max-width: 767.98px) {
  .point-member-info .member-advantages-list {
    display: block;
    margin: 0;
  }
}

.point-member-info .member-advantages-list .member-advantages-item {
  border: 3px solid #F64F95;
  padding: 1.3em;
  margin-right: 0.8em;
  margin-bottom: 2em;
  width: calc(100% / 3);
  letter-spacing: -.02em;
}

@media screen and (max-width: 767.98px) {
  .point-member-info .member-advantages-list .member-advantages-item {
    width: 100%;
  }
}

.point-member-info .member-advantages-list .member-advantages-item .member-advantages-header {
  border-bottom: 5px solid #F0F0F0;
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 768px), print {
  .point-member-info .member-advantages-list .member-advantages-item .member-advantages-header {
    height: 115px;
  }
}

@media screen and (max-width: 767.98px) {
  .point-member-info .member-advantages-list .member-advantages-item .member-advantages-header {
    padding-bottom: .8em;
    margin-bottom: .8em;
  }
}

.point-member-info .member-advantages-list .member-advantages-item .member-advantages-header .member-advantages-maintitle {
  text-align: center;
  font-size: 5.0rem;
  color: #F64F95;
  line-height: 1.3;
}

@media screen and (max-width: 991.98px) {
  .point-member-info .member-advantages-list .member-advantages-item .member-advantages-header .member-advantages-maintitle {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .point-member-info .member-advantages-list .member-advantages-item .member-advantages-header .member-advantages-maintitle {
    font-size: 3rem;
  }
}

.point-member-info .member-advantages-list .member-advantages-item .member-advantages-header .member-advantages-subtitle {
  font-size: 3.1rem;
  color: #19A4FF;
}

@media screen and (max-width: 991.98px) {
  .point-member-info .member-advantages-list .member-advantages-item .member-advantages-header .member-advantages-subtitle {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767.98px) {
  .point-member-info .member-advantages-list .member-advantages-item .member-advantages-header .member-advantages-subtitle {
    font-size: 2.2rem;
  }
}

.threeitemsday-info {
  text-align: center;
  width: 100%;
}

.threeitemsday-info-header {
  text-align: center;
}

.threeitemsday-info-attention {
  font-size: 1.8rem;
  line-height: 1.4;
}

@media screen and (max-width: 767.98px) {
  .threeitemsday-info-attention {
    font-size: 1.6rem;
  }
}

.threeitemsday-info .info-table, .threeitemsday-info .info-table tr:not(:last-child) {
  border-color: #F64F95;
}

.threeitemsday-info .info-table tr th {
  color: #333333;
  font-weight: 500;
}

.threeitemsday-info-label {
  display: inline-block;
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  border-radius: 15px;
  padding: .3em 2em .39em 2em;
  margin-bottom: .6em;
}

@media screen and (max-width: 767.98px) {
  .threeitemsday-info-label {
    font-size: 2rem;
    padding: .31em 1.5em .39em 1.5em;
  }
}

@media screen and (max-width: 479.98px) {
  .threeitemsday-info-label {
    font-size: 1.8rem;
    border-radius: 8px;
    padding: .28em 1em .3em 1em;
  }
}

.threeitemsday-info-label.sapporo {
  background-color: #0f90bf;
}

.threeitemsday-info-label.miyagi {
  background-color: #88AA00;
}

.threeitemsday-info-label.tokyo {
  background-color: #F33271;
}

.threeitemsday-info img {
  margin-bottom: 1em;
}

.threeitemsday-info .threeitemsday-text {
  background-color: #F64F95;
  color: #fff;
  font-size: 2.0rem;
  padding: 0.3em;
  margin: 0.5em 0;
}

@media screen and (max-width: 479.98px) {
  .threeitemsday-info .threeitemsday-text {
    font-size: 1.8rem;
  }
}

.threeitemsday-info .threeitemsday-text-detail {
  text-align: left;
}

.threeitemsday-info .info-table th {
  width: 23em;
}

@media screen and (max-width: 767.98px) {
  .threeitemsday-info .info-table th {
    width: 100%;
  }
}

.threeitemsday-info .info-table td {
  text-align: left;
}

/* --------------------------------

  id13-a　クリーニング

-------------------------------- */
.cleaning-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .cleaning-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.cleaning-section .anchor-point2:not(:last-child) {
  margin-bottom: 4em;
}

.cleaning-section .cleaning-course-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: -1.5em;
  width: 100%;
}

@media screen and (max-width: 991.98px) {
  .cleaning-section .cleaning-course-wrapper {
    display: block;
    margin: 0 auto;
  }
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main {
  margin-right: 1.5em;
  width: 48%;
}

@media screen and (max-width: 991.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-head {
  background-color: #F64F95;
  color: #fff;
  text-align: center;
  padding: 0.2em;
  font-size: 2.4rem;
  margin-bottom: 0.2em;
  width: 100%;
}

@media screen and (max-width: 575.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-head {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 479.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-head {
    font-size: 1.5rem;
  }
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-body {
  font-size: 5.4rem;
  color: #0A50A0;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0.2em;
}

@media screen and (max-width: 575.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-body {
    font-size: 4rem;
  }
}

@media screen and (max-width: 479.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-body {
    font-size: 3rem;
  }
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-detail {
  margin-bottom: 2em;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-detail li {
  padding-left: 1.2em;
  position: relative;
  line-height: 1.4;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .cleaning-course-detail li::before {
  position: absolute;
  content: '';
  display: block;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: #000;
  top: 0.3em;
  left: 0;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample {
  border: 3px solid #eee;
  padding: 1.5em;
  margin-bottom: 2em;
  max-width: 490px;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 0.5em;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-list li {
  width: calc(100% /3);
  padding-left: 0.7em;
  position: relative;
  line-height: 1.6;
  font-size: 1.6rem;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 767.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-list li {
    width: calc(100% /2);
    font-size: 1.4rem;
  }
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-list li::before {
  position: absolute;
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-text {
  text-align: center;
  font-size: 1.6rem;
}

@media screen and (max-width: 767.98px) {
  .cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-text {
    font-size: 1.4rem;
    letter-spacing: -0.07em;
  }
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-main .hiclass-sample .hiclass-sample-text span {
  color: #F64D93;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-side {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.cleaning-section .cleaning-course-wrapper .cleaning-course-side img {
  width: 100%;
}

.course-difference-table {
  overflow: auto;
  white-space: nowrap;
  max-width: 1000px;
  font-size: 1.4rem;
  margin: 0 auto;
}

.course-difference-table:not(:last-child) {
  margin-bottom: 2em;
}

@media screen and (max-width: 639.98px) {
  .course-difference-table {
    font-size: 1.2rem;
  }
}

.course-difference-table::-webkit-scrollbar {
  height: 10px;
}

.course-difference-table::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 5px;
}

.course-difference-table::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ddd;
}

.course-difference-table table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 3px solid #eee;
  width: 100%;
  margin-bottom: 5px;
}

.course-difference-table table th {
  background: #F6F6F6;
  line-height: 1;
  vertical-align: middle;
}

.course-difference-table table th:first-child {
  color: #F64E94;
  font-size: 1.8rem;
}

@media screen and (max-width: 639.98px) {
  .course-difference-table table th:first-child {
    font-size: 1.4rem;
  }
}

.course-difference-table table th:nth-child(2) {
  background-color: #BDE9FB;
}

.course-difference-table table th:nth-child(3) {
  background-color: #FFE066;
}

.course-difference-table table th,
.course-difference-table table td {
  padding: 0.8em 1.5em;
  border-right: #eee solid 1px;
  border-bottom: #eee solid 1px;
  font-weight: normal;
  text-align: center;
  width: 15%;
}

.course-difference-table table th:first-child,
.course-difference-table table td:first-child {
  text-align: left;
  width: 70%;
}

@media screen and (max-width: 479.98px) {
  .course-difference-table table th:first-child,
  .course-difference-table table td:first-child {
    min-width: 12em;
  }
}

.cleaning-main-lead {
  font-size: 3.4rem;
  color: #0A50A0;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.cleaning-main-lead br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .cleaning-main-lead br {
    display: block;
  }
}

@media screen and (max-width: 991.98px) {
  .cleaning-main-lead {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}

@media screen and (max-width: 639.98px) {
  .cleaning-main-lead {
    letter-spacing: 0;
    font-size: 1.8rem;
  }
}

.cleaning-sub-lead {
  padding: 0.3em;
  width: 100%;
  border: 1px solid #F64F95;
  text-align: center;
  color: #F64F95;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

.cleaning-sub-lead br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .cleaning-sub-lead br {
    display: block;
  }
}

@media screen and (max-width: 991.98px) {
  .cleaning-sub-lead {
    font-size: 2rem;
  }
}

@media screen and (max-width: 639.98px) {
  .cleaning-sub-lead {
    font-size: 1.4rem;
  }
}

.course-diffarence-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1em;
}

@media screen and (max-width: 991.98px) {
  .course-diffarence-detail {
    display: block;
    margin: 0;
  }
}

.course-diffarence-detail .course-diffarence-detail-item {
  width: 48.3%;
  border: 10px solid #eee;
  padding: 0.8em 1.5em;
  margin-bottom: 1em;
  text-align: center;
  margin-right: 1em;
}

@media screen and (max-width: 991.98px) {
  .course-diffarence-detail .course-diffarence-detail-item {
    width: 100%;
  }
}

@media screen and (max-width: 479.98px) {
  .course-diffarence-detail .course-diffarence-detail-item {
    padding: 1em;
  }
}

.course-diffarence-detail .course-diffarence-detail-item .course-name {
  font-size: 2.4rem;
  color: #0A50A1;
  margin-bottom: 0.5em;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 575.98px) {
  .course-diffarence-detail .course-diffarence-detail-item .course-name {
    font-size: 1.8rem;
  }
}

.course-diffarence-detail .course-diffarence-detail-item .course-name br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .course-diffarence-detail .course-diffarence-detail-item .course-name br {
    display: block;
  }
}

.course-diffarence-detail .course-diffarence-detail-item .course-name span {
  color: #ddd;
}

.course-diffarence-detail .course-diffarence-detail-item .processing-name {
  background-color: #F64F95;
  color: #fff;
  line-height: 1.7;
  font-size: 3rem;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 575.98px) {
  .course-diffarence-detail .course-diffarence-detail-item .processing-name {
    font-size: 2.4rem;
  }
}

.course-diffarence-detail .course-diffarence-detail-item .processing-lead-text {
  color: #F64F95;
  font-size: 1.7rem;
  margin-bottom: 0.3em;
  letter-spacing: -0.1em;
}

.course-diffarence-detail .course-diffarence-detail-item .processing-lead-text br {
  display: none;
}

@media screen and (max-width: 479.98px) {
  .course-diffarence-detail .course-diffarence-detail-item .processing-lead-text br {
    display: block;
  }
}

@media screen and (max-width: 575.98px) {
  .course-diffarence-detail .course-diffarence-detail-item .processing-lead-text {
    font-size: 1.4rem;
  }
}

.course-diffarence-detail .course-diffarence-detail-item .processing-text {
  text-align: left;
  font-size: 1.5rem;
  letter-spacing: -0.1em;
}

@media screen and (max-width: 575.98px) {
  .course-diffarence-detail .course-diffarence-detail-item .processing-text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/* --------------------------------

  id10　プライバシーポリシー

-------------------------------- */
.privacypolicy-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .privacypolicy-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.privacypolicy-lead-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3em;
}

.privacypolicy-item {
  padding-bottom: 2.5em;
}

.privacypolicy-item .privacypolicy-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.privacypolicy-item .privacypolicy-detail {
  font-size: 1.4rem;
}

.privacypolicy-item .privacypolicy-detail ul {
  margin: 0.5em 1em;
}

@media screen and (max-width: 639.98px) {
  .privacypolicy-item .privacypolicy-detail ul {
    margin: 0.5em;
  }
}

.privacypolicy-item .privacypolicy-detail ul li {
  position: relative;
  display: block;
  padding-left: 1em;
  line-height: 1.8;
}

.privacypolicy-item .privacypolicy-detail ul li::before {
  position: absolute;
  display: block;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
}

@media screen and (max-width: 639.98px) {
  .privacypolicy-item .privacypolicy-detail ul li::before {
    top: 13.5px;
  }
}

.privacypolicy-info-text {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 2.5em;
}

.info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 3px solid #eee;
  margin: 1em 0;
}

.info-table tr {
  font-size: 1.4rem;
  display: block;
}

.info-table tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 767.98px) {
  .info-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em;
  }
}

.info-table tr th {
  color: #F64E94;
  padding: 0.5em 2em;
  font-weight: normal;
  width: 13em;
}

@media screen and (max-width: 767.98px) {
  .info-table tr th {
    width: 100%;
    padding: 0;
    margin-bottom: 0.2em;
  }
}

.info-table tr td {
  padding: 0.5em 2em;
}

@media screen and (max-width: 767.98px) {
  .info-table tr td {
    padding: 0;
  }
}

/* --------------------------------

  id--　利用規約

-------------------------------- */
.userpolicy-section {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 479.98px) {
  .userpolicy-section {
    padding-left: 0;
    padding-right: 0;
  }
}

.userpolicy-lead-text {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 3em;
}

.userpolicy-item {
  padding-bottom: 2.5em;
}

.userpolicy-item .userpolicy-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.3em;
}

.userpolicy-item .userpolicy-detail {
  font-size: 1.4rem;
}

.userpolicy-item .userpolicy-detail span {
  font-weight: 600;
}


.section-heading span{
  font-size: 0.5em;
  padding-left: 1em;
  letter-spacing: 0;
}


.section-heading .br {
  display: inline;
  padding-left: 0em;
}
.title_caption{
  display: inline;
  padding: 10px 0 0 0;
}

@media screen and (max-width: 991px) {
  .section-heading{
    text-align: center;
  }
  .section-heading span{
    display: block;
    padding: 5px ;
    font-size: 1.4rem;
  }
  .section-heading .br {
    display: block;
  }
  .title_caption{
    display: block;
  }
}


/* 230609 追記 */
.line-info .line-qrcord-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.line-target-store {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  line-height: 1.5;
  text-align: left;
  border-top: 4px dotted #eee;
}

.line-target-store--sapporo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.line-target-store--side {
  width: 350px;
  margin-left: 2rem;
}

.line-target-store--main {
  flex: 1;
}

.line-target-store--poster .caption {
  position: relative;
  margin-bottom: 2rem;
  padding: 1.25rem 0;
  line-height: 1.2;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  border: 2px solid #094;
}

.line-target-store--poster .caption::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 12px;
  border-color: #094 transparent transparent transparent;
}

.line-target-store--poster .text-sm {
  display: block;
  margin-top: .5em;
  font-size: .75em;
}

.line-target-store--poster img {
  display: block;
  height: auto;
  border: 1px solid #ddd;
}

.line-target-store--heading {
  margin-bottom: .5rem;
  font-weight: 600;
  font-size: 2.4rem;
  color: #094;
}

.line-target-store--heading::before {
  content: "【";
  margin-left: -.5em;
}

.line-target-store--heading::after {
  content: "】";
}

.line-target-store--note {
  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 600;
  font-size: 2rem;
  color: #094;
}

.line-target-store--note .br {
  display: block;
}

.line-target-store--note .text-danger {
  color: #e60013;
}

.line-target-store--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
  margin-bottom: .5rem;
  color: #094;
}

.line-target-store--title::after {
  content: "";
  flex: 1;
  display: block;
  height: 1px;
  border-bottom: 1px dashed #094;
}

.line-target-store--area {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
}

.line-target-store--area::before {
  content: "【●";
  margin-right: .25em;
  margin-left: -.5em;
}

.line-target-store--area::after {
  content: "●】";
  margin-left: .25em;
}

.line-target-store--item:not(:last-child) {
  margin-bottom: 3rem;
}

.line-target-store--info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #094;
  font-size: 0.9em;
}

.line-target-store--info dt {
  width: 14em;
  font-weight: normal;
}

.line-target-store--info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}

@media screen and (max-width: 991.98px) {
  .line-target-store--sapporo {
    display: block;
  }
  .line-target-store--side {
    width: auto;
    margin: 0 0 2rem;
  }
  .line-target-store--heading {
    font-size: 2rem;
  }
  .line-target-store--note {
    font-size: 1.6rem;
  }
  .line-target-store--note .br {
    display: inline;
  }
}

@media screen and (max-width: 767.98px) {
  .line-target-store--area {
    font-size: 1.6rem;
  }
  .line-target-store--info .row {
    display: block;
    font-size: 1.4rem;
  }
  .line-target-store--info .row:not(:first-child) {
    margin-top: .5rem;
  }
  .line-target-store--info dt {
    width: auto;
    font-weight: 600;
  }
}
