<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeUpOP1Anime {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpOP1Anime {
  from {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes opAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes menuFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes menuFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes barAnime {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}
@keyframes barAnime {
  0% {
    top: 0;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    top: 200px;
    opacity: 0;
  }
}
/* ====================================
reset
==================================== */
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
	 ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

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

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* ====================================
common style
==================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
}

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

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

.pc-visible {
  display: none;
}
@media (min-width: 769px) {
  .pc-visible {
    display: block;
  }
}

/* ====================================
common parts
==================================== */
body {
  background: #F7F7F7;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.header {
  position: absolute;
  top: -70px;
  left: 0;
  width: 100%;
}
@media (min-width: 769px) {
  .header {
    top: -100px;
  }
}
.header__logo {
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 10px;
  width: 130px;
  height: 100px;
}
.header__logo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: calc(100% - 2px);
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-clip-path: polygon(0 37.142857%, 100% 0, 100% 100%, 0 77.142857%);
          clip-path: polygon(0 37.142857%, 100% 0, 100% 100%, 0 77.142857%);
}
@media (min-width: 769px) {
  .header__logo {
    left: 24px;
    top: 24px;
    width: 272px;
    height: 210px;
  }
}
.header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header__logo .logo-parcomi {
  position: relative;
  width: 100%;
  height: 100%;
}
.header__menubtn {
  position: fixed;
  z-index: 350;
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
@media (min-width: 769px) {
  .header__menubtn {
    right: 20px;
    top: 20px;
    width: 64px;
    height: 64px;
  }
}
.header__menubtn span {
  display: inline-block;
  position: absolute;
  left: 12px;
  width: 50%;
  height: 1px;
  border-radius: 5px;
  background: #000;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 769px) {
  .header__menubtn span {
    left: 20px;
    width: 24px;
  }
}
.header__menubtn span:nth-of-type(1) {
  top: 20px;
}
@media (min-width: 769px) {
  .header__menubtn span:nth-of-type(1) {
    top: 27px;
  }
}
.header__menubtn span:nth-of-type(2) {
  top: 28px;
}
@media (min-width: 769px) {
  .header__menubtn span:nth-of-type(2) {
    top: 37px;
  }
}
.header__menubtn.open span:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(-45deg);
          transform: translateY(4px) rotate(-45deg);
}
@media (min-width: 769px) {
  .header__menubtn.open span:nth-of-type(1) {
    -webkit-transform: translateY(5px) rotate(-45deg);
            transform: translateY(5px) rotate(-45deg);
  }
}
.header__menubtn.open span:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(45deg);
          transform: translateY(-4px) rotate(45deg);
}
@media (min-width: 769px) {
  .header__menubtn.open span:nth-of-type(2) {
    -webkit-transform: translateY(-5px) rotate(45deg);
            transform: translateY(-5px) rotate(45deg);
  }
}
.header .menu-cover {
  position: fixed;
  z-index: 199;
  right: 10px;
  top: 10px;
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (min-width: 769px) {
  .header .menu-cover {
    right: 20px;
    top: 20px;
    width: 64px;
    height: 64px;
  }
}
.header .menu-cover.open {
  -webkit-transform: scale(50, 50);
          transform: scale(50, 50);
}
@media (min-width: 769px) {
  .header .menu-cover.open {
    -webkit-transform: scale(130, 130);
            transform: scale(130, 130);
  }
}

.home-header__logo {
  position: absolute;
  z-index: 100;
  left: 10px;
  top: 51px;
  width: 200px;
  height: 180px;
}
.home-header__logo::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: calc(100% - 2px);
  height: calc(100% - 25px);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-clip-path: polygon(0 37.142857%, 100% 0, 100% 100%, 0 77.142857%);
          clip-path: polygon(0 37.142857%, 100% 0, 100% 100%, 0 77.142857%);
}
@media (min-width: 769px) {
  .home-header__logo {
    left: 7.7598828697vw;
    top: 9.5168374817vw;
    width: 30.5270863836vw;
    height: 27.8916544656vw;
  }
}
.home-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-header__logo .logo-parcomi {
  position: relative;
  width: 100%;
  height: 100%;
}
.home-header__mv {
  margin-left: 32px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .home-header__mv {
    width: 69.5461200586vw;
    margin: 0 0 0 auto;
  }
}
.home-header__mv img {
  width: 100%;
}
.home-header__lead {
  margin: 15px 10px 0 32px;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media (min-width: 769px) {
  .home-header__lead {
    width: 69.5461200586vw;
    margin: 24px 10px 0 auto;
    font-size: 16px;
    line-height: 1.8125;
  }
}

.page.home .header__menubtn {
  opacity: 0;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.page.home .home-header__logo .logo-parcomi {
  opacity: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.page.home .home-header__mv img {
  opacity: 0;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
  -webkit-animation-name: zoomAnime;
          animation-name: zoomAnime;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.page.home .home-header__lead,
.page.home .bar-wrap,
.page.home .content,
.page.home .footer {
  opacity: 0;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-name: opAnime;
          animation-name: opAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.menu {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: none;
}
.menu.open {
  display: block;
  opacity: 1;
  pointer-events: initial;
  -webkit-animation: menuFadein 0.5s forwards;
          animation: menuFadein 0.5s forwards;
}
.menu__in {
  padding: 150px 0 150px 48px;
  max-height: 100vh;
  overflow-y: scroll;
}
@media (min-width: 769px) {
  .menu__in {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: auto 35px;
    grid-template-columns: 368px auto;
    grid-template-areas: "box1 box2" "box1 box3";
    width: 904px;
    height: 380px;
    padding: 0;
    margin: auto;
    overflow: visible;
  }
}
.menu__logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 130px;
}
@media (min-width: 769px) {
  .menu__logo {
    position: static;
    grid-area: box1;
    width: auto;
    margin-top: 40px;
  }
}
.menu__logo .logo-parcomi {
  width: 124px;
  height: 95px;
}
@media (min-width: 769px) {
  .menu__logo .logo-parcomi {
    width: 260px;
    height: 201px;
  }
}
@media (min-width: 769px) {
  .menu__contents {
    grid-area: box2;
  }
}
.menu__contents__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
@media (min-width: 769px) {
  .menu__contents__sp {
    display: none;
  }
}
.menu__contents__sp__list {
  width: 50%;
}
.menu__contents__sp__list li {
  margin-top: 48px;
}
.menu__contents__sp__list li:nth-child(1) {
  margin-top: 0;
}
.menu__contents__sp__list li a {
  font-size: 20px;
  text-decoration: none;
}
.menu__contents__pc {
  display: none;
}
@media (min-width: 769px) {
  .menu__contents__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 500px;
  }
  .menu__contents__pc__list li {
    margin-top: 30px;
  }
  .menu__contents__pc__list li:nth-child(1) {
    margin-top: 0;
  }
  .menu__contents__pc__list li a {
    font-size: 24px;
  }
}
.menu__contents a {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
@media (min-width: 769px) {
  .menu__contents a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .menu__contents a:hover {
    opacity: 0.5;
  }
}
.menu__link2 {
  width: 265px;
  margin-top: 70px;
}
@media (min-width: 769px) {
  .menu__link2 {
    grid-area: box3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 536px;
    margin-top: 0;
  }
}
.menu__link2 li {
  margin-top: 40px;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
}
.menu__link2 li:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .menu__link2 li {
    width: 260px;
    margin-top: 0;
    border-bottom: 2px solid #000;
  }
}
.menu__link2 li a {
  display: block;
  padding: 2px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
}
.menu__link2 li a.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu__link2 li a .logo-pls {
  width: 232px;
  height: 12px;
}
@media (min-width: 769px) {
  .menu__link2 li a .logo-pls {
    width: 232px;
  }
}

@media (min-width: 1015px) {
  .bar {
    position: fixed;
    left: 30px;
    bottom: 0;
    width: 1px;
    height: 310px;
    background: #d8d8d8;
  }
  .bar::after {
    content: "";
    position: absolute;
    top: 0;
    width: 1px;
    height: 100px;
    background: #000;
    /*線の動き1.4秒かけて動く。永遠にループ*/
    -webkit-animation: barAnime 1.4s ease-in-out infinite;
            animation: barAnime 1.4s ease-in-out infinite;
    opacity: 0;
  }
}
.page {
  position: relative;
  padding-top: 70px;
}
@media (min-width: 769px) {
  .page {
    padding-top: 100px;
  }
}
.page.home {
  padding-top: 0;
}
.page__in {
  position: relative;
  z-index: 10;
}
.page .naname-top,
.page .naname-bottom,
.page .naname-contact-top {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #fff;
}
.page .naname-top {
  top: 0;
  width: 100%;
  height: 454px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
}
@media (min-width: 769px) {
  .page .naname-top {
    height: 1360px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  }
}
.page .naname-contact-top {
  top: 0;
  width: 100%;
  height: 454px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 76%, 0 100%);
}
@media (min-width: 769px) {
  .page .naname-contact-top {
    height: 581px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
  }
}
.page .naname-bottom {
  bottom: 0;
  width: 100%;
  height: 705px;
  -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}
@media (min-width: 769px) {
  .page .naname-bottom {
    height: 958px;
    -webkit-clip-path: polygon(0 0, 100% 27%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 27%, 100% 100%, 0 100%);
  }
}

.footer {
  margin-top: 80px;
  padding: 34px 0 70px;
  background: #fff;
  border-top: 1px solid #dedede;
  text-align: center;
}
@media (min-width: 769px) {
  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 10;
    height: 100px;
    margin-top: 120px;
    padding: 0;
  }
}
@media (min-width: 769px) {
  .footer__logo {
    margin-left: 36px;
  }
}
.footer__logo .logo-parco {
  width: 106px;
  height: 32px;
}
.footer__copyright {
  margin-top: 15px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 10px;
}
@media (min-width: 769px) {
  .footer__copyright {
    margin-right: 32px;
  }
}

@media (min-width: 769px) {
  .hero {
    height: 580px;
  }
}
@media (min-width: 769px) {
  .hero img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.content {
  padding: 32px 10px 0;
}
@media (min-width: 769px) {
  .content {
    padding: 0;
  }
}
@media (min-width: 769px) {
  .local-header {
    position: relative;
    width: 90%;
    margin: -80px 0 0 auto;
    padding: 40px 0 0 40px;
  }
}
@media (min-width: 769px) and (max-width: 870px) {
  .local-header {
    width: 100%;
    margin: -80px 0 0 auto;
    padding: 40px 20px 0;
  }
}
@media (min-width: 769px) {
  .local-header::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    display: block;
    width: 100%;
    height: 80px;
    background: #fff;
  }
}
@media (min-width: 769px) {
  .local-header__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 10;
    max-width: 1045px;
  }
}
@media (max-width: 1230px) {
  .local-header__in {
    display: block;
  }
}
.local-header__logo {
  position: relative;
  min-height: 82px;
  padding: 22px 0 0 64px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url(../images/obgect-1.svg) no-repeat 0 0;
  background-size: auto 82px;
}
@media (min-width: 769px) {
  .local-header__logo {
    width: 328px;
    min-height: 98px;
    padding: 26px 0 0 53px;
    background-size: auto 98px;
    font-size: 48px;
  }
}
@media (min-width: 769px) {
  .local-header__logo.size-s {
    padding: 29px 0 0 53px;
    font-size: 40px;
  }
}
.local-header__logo a {
  text-decoration: none;
}
.local-header__main {
  margin-top: 15px;
  padding: 2px 0 2px 15px;
  border-left: 1px solid #000;
}
@media (min-width: 769px) {
  .local-header__main {
    max-width: 717px;
    margin-top: 32px;
    padding: 5px 0 0 15px;
  }
}
.local-header__main2 {
  margin-top: 15px;
  padding: 0;
}
@media (min-width: 769px) {
  .local-header__main2 {
    max-width: 720px;
    margin-top: 32px;
  }
}
@media (max-width: 1230px) {
  .local-header__main2 {
    margin: 32px auto 0;
  }
}
.local-header__title {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .local-header__title {
    font-size: 32px;
  }
}
.local-header__title2 {
  font-size: 21px;
  line-height: 1.8095238095;
  font-weight: 700;
}
@media (min-width: 769px) {
  .local-header__title2 {
    font-size: 24px;
    line-height: 1.2083333333;
  }
}
.local-header__lead {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media (min-width: 769px) {
  .local-header__lead {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.local-header__slider {
  margin-top: 45px;
}
@media (min-width: 769px) {
  .local-header__slider {
    margin-top: 20px;
  }
}
.local-header__slider .main-slider img {
  width: 100%;
}
.local-header__slider .main-slider .swiper-button-prev,
.local-header__slider .main-slider .swiper-button-next {
  position: absolute;
  top: calc(50% - 37px);
  width: 32px;
  height: 74px;
  margin-top: 0;
  background: #000;
}
.local-header__slider .main-slider .swiper-button-prev:after,
.local-header__slider .main-slider .swiper-button-next:after {
  font-size: 18px;
}
.local-header__slider .main-slider .swiper-button-prev {
  left: 0;
}
.local-header__slider .main-slider .swiper-button-next {
  right: 0;
}
.local-header__slider .thumb-slider {
  margin-top: 10px;
}
.local-header__slider .thumb-slider .swiper-slide {
  opacity: 0.7;
  cursor: pointer;
}
.local-header__slider .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.media {
  margin-top: 48px;
}
@media (min-width: 769px) {
  .media {
    max-width: 944px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
}
.media__title {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .media__title {
    font-size: 40px;
    line-height: 1;
  }
}

.space {
  margin-top: 48px;
}
@media (min-width: 769px) {
  .space {
    max-width: 944px;
    margin: 80px auto 0;
    padding: 0 20px;
  }
}
.space__title {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 769px) {
  .space__title {
    font-size: 40px;
    line-height: 1;
  }
}
.space .text-box {
  margin-bottom: 40px;
}
.space .text-box__title {
  font-weight: bold;
}
.space .text-box__body {
  margin-top: 20px;
  line-height: 1.5;
}
.space__detail .tb_ttl {
  position: relative;
  margin-top: 30px;
  padding: 0 0 0 14px;
}
.space__detail .tb_ttl:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  height: 80%;
  margin: auto 0;
  background: #000;
}
.space__detail .tb_ttl__txt {
  font-size: 16px;
  line-height: 1.4375;
}
.space__detail .tb_ttl__txtsmall {
  font-size: 12px;
  line-height: 1.9166666667;
}
.space__detail .table-list {
  width: 100%;
}
@media (max-width: 768px) {
  .space__detail .table-list &gt; tbody {
    display: block;
  }
}
.space__detail .table-list &gt; tbody &gt; tr {
  padding: 15px 0;
}
@media (max-width: 768px) {
  .space__detail .table-list &gt; tbody &gt; tr {
    position: relative;
    display: block;
    border-top: 1px solid #d5d5d5;
  }
  .space__detail .table-list &gt; tbody &gt; tr::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 1px;
    background: #000;
  }
}
.space__detail .table-list &gt; tbody &gt; tr &gt; th {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
}
@media (max-width: 768px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; th {
    display: block;
  }
}
@media (min-width: 769px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; th {
    width: 29%;
    padding: 15px 0 30px;
    border-top: 1px solid #000;
    font-size: 18px;
    line-height: 1.3888888889;
  }
}
.space__detail .table-list &gt; tbody &gt; tr &gt; th .note {
  font-size: 80%;
  font-weight: normal;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media (max-width: 768px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td {
    display: block;
  }
}
@media (min-width: 769px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td {
    width: 71%;
    border-top: 1px solid #d5d5d5;
    font-size: 16px;
    line-height: 1.5625;
    padding: 15px 0 30px 15px;
  }
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td p {
  margin-top: 0.5em;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td p:first-child {
  margin-top: 0;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .box {
  display: inline-block;
  margin-top: 20px;
  padding: 10px;
  border: 2px solid #000;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .box2 {
  display: inline-block;
  padding: 10px;
  border: 2px solid #000;
}
@media (max-width: 768px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .box2 {
    display: block;
  }
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .small {
  font-size: 12px;
  line-height: 1.5;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .street-view {
  position: relative;
  padding-top: 56%;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .street-view iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 18px 0 10px;
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a {
  display: block;
  position: relative;
  width: 110px;
  height: 60px;
  padding: 3px;
  border: 1px solid #c4c4c4;
  background: #ededed;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  font-size: 12px;
  line-height: 1.3333333333;
}
@media (max-width: 768px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a:not(:nth-child(3n)) {
    margin-right: 12px;
  }
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a:not(:nth-child(-n+3)) {
    margin-top: 16px;
  }
}
@media (min-width: 769px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a {
    width: 96px;
    font-size: 12px;
    line-height: 1.5;
  }
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a:not(:nth-child(6n)) {
    margin-right: 10px;
  }
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a:not(:nth-child(-n+6)) {
    margin-top: 10px;
  }
}
.space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a .txt {
  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;
  width: 100%;
  height: 100%;
  background: #fff;
}
@media (min-width: 769px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a .txt {
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media (min-width: 769px) {
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a:hover {
    color: #fff;
  }
  .space__detail .table-list &gt; tbody &gt; tr &gt; td .btn-list a:hover .txt {
    background: #000;
  }
}
.space__detail .tbs_1 {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #dedede;
  border-bottom: none;
}
@media (max-width: 768px) {
  .space__detail .tbs_1 &gt; tbody {
    display: block;
  }
}
@media (max-width: 768px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr {
    display: block;
  }
}
.space__detail .tbs_1 &gt; tbody &gt; tr &gt; th {
  border-bottom: 1px solid #dedede;
}
@media (max-width: 768px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr &gt; th {
    display: block;
  }
}
.space__detail .tbs_1 &gt; tbody &gt; tr &gt; .ttl {
  padding: 16px 0;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 1.8125;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 769px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr &gt; .ttl {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.25;
    vertical-align: middle;
  }
}
.space__detail .tbs_1 &gt; tbody &gt; tr &gt; td {
  padding: 16px 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.8125;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
@media (max-width: 768px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr &gt; td {
    display: block;
  }
}
@media (min-width: 769px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr &gt; td {
    padding: 5px 0;
    font-size: 16px;
    line-height: 1.25;
  }
}
.space__detail .tbs_1 &gt; tbody &gt; tr .large {
  font-size: 21px;
  line-height: 1.380952381;
}
@media (min-width: 769px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr .large {
    font-size: 21px;
    line-height: 0.9523809524;
  }
}
.space__detail .tbs_1 &gt; tbody &gt; tr .small2 {
  font-size: 12px;
  line-height: 2.4166666667;
}
@media (min-width: 769px) {
  .space__detail .tbs_1 &gt; tbody &gt; tr .small2 {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.space__detail .tbs_2 {
  width: 100%;
  margin: 20px 0;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.space__detail .tbs_2 &gt; tbody &gt; tr &gt; th {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.space__detail .tbs_2 &gt; tbody &gt; tr &gt; th:nth-child(1) {
  width: 15%;
}
.space__detail .tbs_2 &gt; tbody &gt; tr &gt; th:nth-child(2) {
  width: 35%;
}
.space__detail .tbs_2 &gt; tbody &gt; tr &gt; .ttl {
  padding: 16px 0;
  background: #f0f0f0;
  font-size: 16px;
  line-height: 1.8125;
  font-weight: normal;
  text-align: center;
}
.space__detail .tbs_2 &gt; tbody &gt; tr &gt; td {
  padding: 16px 0;
  background: #fff;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  font-size: 16px;
  line-height: 1.8125;
  text-align: center;
  vertical-align: middle;
}
.space__detail .tbs_2 &gt; tbody &gt; tr .large {
  font-size: 21px;
  line-height: 1.380952381;
}
.space__detail .tbs_2 &gt; tbody &gt; tr .small2 {
  font-size: 12px;
  line-height: 2.4166666667;
}
.space__detail .tbs_3 {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #dedede;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (min-width: 769px) {
  .space__detail .tbs_3 {
    font-size: 16px;
    line-height: 1.25;
  }
}
.space__detail .tbs_3 &gt; thead &gt; tr &gt; th {
  padding: 10px 0;
  background: #f0f0f0;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  font-weight: normal;
  text-align: center;
}
.space__detail .tbs_3 &gt; tbody &gt; tr &gt; th {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.space__detail .tbs_3 &gt; tbody &gt; tr &gt; .ttl {
  width: 40%;
  padding: 10px 5px;
  background: #f0f0f0;
  font-weight: normal;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .space__detail .tbs_3 &gt; tbody &gt; tr &gt; .ttl {
    padding: 13px 0 13px 20px;
  }
}
.space__detail .tbs_3 &gt; tbody &gt; tr &gt; td {
  padding: 10px 5px;
  background: #fff;
  text-align: right;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .space__detail .tbs_3 &gt; tbody &gt; tr &gt; td {
    padding: 13px;
  }
}
.space__detail .tbs_3 &gt; tbody &gt; tr .large {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .space__detail .tbs_3 &gt; tbody &gt; tr .large {
    font-size: 21px;
    line-height: 0.9523809524;
  }
}
.space__detail .tbs_3 &gt; tbody &gt; tr .small2 {
  font-size: 12px;
  line-height: 1.6666666667;
}
.space__detail .tbs_3 &gt; tbody &gt; tr.red &gt; .ttl,
.space__detail .tbs_3 &gt; tbody &gt; tr.red &gt; td {
  color: #e32929;
}
.space__detail .tbs_3 &gt; tbody &gt; tr.red &gt; .ttl {
  background: #fdeded;
}
.space__detail .tbs_4 {
  width: 100%;
  margin-top: 20px;
  border: 1px solid #dedede;
  border-bottom: none;
  font-size: 14px;
  line-height: 1.4285714286;
}
@media (min-width: 769px) {
  .space__detail .tbs_4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.space__detail .tbs_4 &gt; tbody &gt; tr &gt; th {
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
.space__detail .tbs_4 &gt; tbody &gt; tr &gt; .ttl {
  width: 35%;
  padding: 10px;
  background: #f0f0f0;
  font-weight: normal;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .space__detail .tbs_4 &gt; tbody &gt; tr &gt; .ttl {
    padding: 13px;
  }
}
.space__detail .tbs_4 &gt; tbody &gt; tr &gt; td {
  padding: 10px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  border-right: 1px solid #dedede;
  vertical-align: middle;
}
@media (min-width: 769px) {
  .space__detail .tbs_4 &gt; tbody &gt; tr &gt; td {
    padding: 13px;
  }
}
.space__detail .tbs_4 &gt; tbody &gt; tr .large {
  font-size: 16px;
  line-height: 1.25;
}
@media (min-width: 769px) {
  .space__detail .tbs_4 &gt; tbody &gt; tr .large {
    font-size: 21px;
    line-height: 0.9523809524;
  }
}
.space__detail .tbs_4 &gt; tbody &gt; tr .small2 {
  font-size: 12px;
  line-height: 1.6666666667;
}
.space__detail .tbs_4 &gt; tbody &gt; tr.red &gt; .ttl,
.space__detail .tbs_4 &gt; tbody &gt; tr.red &gt; td {
  color: #e32929;
}
.space__detail .tbs_4 &gt; tbody &gt; tr.red &gt; .ttl {
  background: #fdeded;
}

.about {
  margin: 0 10px 0;
}
@media (min-width: 769px) {
  .about {
    max-width: 1088px;
    margin: 88px auto 0;
  }
}
@media (min-width: 769px) {
  .about__contents {
    margin: 45px 0 0 184px;
  }
}
.about__title {
  position: relative;
  min-height: 57px;
  padding: 13px 0 0 50px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url(../images/obgect-1.svg) no-repeat 0 0;
  background-size: auto 57px;
}
@media (min-width: 769px) {
  .about__title {
    min-height: 103px;
    padding: 23px 0 0 87px;
    background-size: auto 103px;
    font-size: 56px;
    line-height: 1;
  }
}
.about__lead {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media (min-width: 769px) {
  .about__lead {
    margin: 18px 10px 0 0;
    font-size: 16px;
    line-height: 1.8125;
  }
}

.shoplist {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .shoplist {
    max-width: 1088px;
    margin: 120px auto 0;
  }
}
.shoplist__title {
  position: relative;
  min-height: 57px;
  padding: 13px 0 0 50px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  background: url(../images/obgect-1.svg) no-repeat 0 0;
  background-size: auto 57px;
}
@media (max-width: 768px) {
  .shoplist__title::before {
    content: "";
    display: block;
    position: absolute;
    left: 43px;
    top: 40px;
    z-index: 10;
    width: 70px;
    height: 40px;
    background: #F7F7F7;
  }
  .shoplist__title span {
    position: relative;
    z-index: 11;
  }
}
@media (min-width: 769px) {
  .shoplist__title {
    min-height: 103px;
    padding: 23px 0 0 87px;
    background-size: auto 103px;
    font-size: 56px;
    line-height: 1;
  }
}
.shoplist .card2 {
  margin-top: 25px;
}
@media (min-width: 769px) {
  .shoplist .card2 {
    margin: 45px 0 0 184px;
  }
}
@media (max-width: 1130px) {
  .shoplist .card2 {
    margin: 45px auto 0;
  }
}

.flow {
  margin-top: 50px;
}
@media (min-width: 769px) {
  .flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1088px;
    margin: 120px auto 0;
  }
}
.flow__title {
  position: relative;
  min-height: 57px;
  padding: 13px 0 0 50px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url(../images/obgect-1.svg) no-repeat 0 0;
  background-size: auto 57px;
}
@media (min-width: 769px) {
  .flow__title {
    width: 277px;
    min-height: 103px;
    padding: 23px 0 0 87px;
    background-size: auto 103px;
    font-size: 56px;
    line-height: 1;
  }
}
.flow__subtitle {
  margin-top: 27px;
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .flow__subtitle {
    margin-top: 47px;
    font-size: 21px;
  }
}
.flow__list {
  margin-top: 25px;
}
.flow__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.flow__list li:nth-child(1) {
  margin-top: 0;
}
.flow__list li .txt {
  padding: 12px 0 0 6px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .flow__list li .txt {
    padding: 9px 0 0 8px;
    font-size: 18px;
  }
}
.flow__list li .txt .note {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .flow__list li .txt .note {
    display: inline;
  }
}
.flow__list2 {
  margin-top: 25px;
}
.flow__list2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-height: 55px;
  font-size: 16px;
  line-height: 1.5;
}
.flow__list2 li:not(:nth-child(1)) {
  margin-top: 6px;
}
.flow__list2 li .num {
  position: relative;
  width: 22px;
  color: #fff;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
@media (min-width: 769px) {
  .flow__list2 li .num {
    width: 24px;
  }
}
.flow__list2 li .num::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 22px;
  background: #000;
  border-radius: 50%;
  z-index: -1;
}
@media (min-width: 769px) {
  .flow__list2 li .num::before {
    width: 100%;
    height: 24px;
    top: -2px;
  }
}
.flow__list2 li:not(:last-child) .num:after {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  bottom: 0;
  width: 7px;
  height: 100%;
  background: url(../images/flow-arr.svg) no-repeat 0 100%;
  background-size: 7px auto;
  z-index: -1;
}
.flow__list2 li .txt {
  width: calc(100% - 33px);
  padding-bottom: 13px;
  font-size: 16px;
}
@media (min-width: 769px) {
  .flow__list2 li .txt {
    width: calc(100% - 35px);
  }
}
.flow__list2 li .txt .note {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
}
.flow__list2 li .txt .small {
  font-size: 12px;
}

.limitation {
  margin: 50px 10px 0;
}
@media (min-width: 769px) {
  .limitation {
    max-width: 1088px;
    margin: 120px auto 0;
  }
}
@media (min-width: 769px) {
  .limitation__contents {
    margin: 45px 0 0 184px;
  }
}
.limitation__title {
  position: relative;
  min-height: 57px;
  padding: 13px 0 0 50px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  background: url(../images/obgect-1.svg) no-repeat 0 0;
  background-size: auto 57px;
}
@media (min-width: 769px) {
  .limitation__title {
    min-height: 103px;
    padding: 23px 0 0 87px;
    background-size: auto 103px;
    font-size: 56px;
    line-height: 1;
  }
}
.limitation__lead {
  margin: 24px 0 0;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media (min-width: 769px) {
  .limitation__lead {
    margin: 18px 10px 0 0;
    font-size: 16px;
    line-height: 1.8125;
  }
}

.banner {
  margin-top: 55px;
}
@media (min-width: 769px) {
  .banner {
    max-width: 720px;
    margin: 120px auto 0;
  }
}
.banner__item {
  margin-top: 20px;
}
.banner__item:nth-child(1) {
  margin-top: 0;
}

.card {
  margin-top: 15px;
}
@media (min-width: 769px) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 28px;
  }
}
.card__item {
  margin-top: 16px;
  background: #fff;
}
.card__item:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .card__item {
    width: 49%;
    margin: 16px 2% 0 0;
  }
  .card__item:nth-child(2n) {
    margin-right: 0;
  }
  .card__item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.card__item a {
  text-decoration: none;
}
.card__img img {
  width: 100%;
}
.card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 68px;
  padding: 12px;
}
@media (min-width: 769px) {
  .card__title {
    min-height: 68px;
  }
}
.card__title__txt {
  font-size: 14px;
  line-height: 1.5714285714;
  width: calc(100% - 59px);
}
.card__title .icon-arr-wrap {
  width: 59px;
  margin-left: 11px;
}

.card2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: url(../images/obgect-2.svg) no-repeat calc(100% - 17px) calc(100% - 22px);
  background-size: 140px auto;
}
@media (min-width: 769px) {
  .card2 {
    max-width: 904px;
    background-position: calc(100% - 75px) calc(100% - 68px);
    background-size: 294px auto;
  }
}
.card2__item {
  width: 49.6%;
  margin: 16px 0.8% 0 0;
  background: #fff;
}
.card2__item:nth-child(2n) {
  margin-right: 0;
}
.card2__item:nth-child(-n+2) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .card2__item {
    width: 49%;
    margin: 16px 2% 0 0;
  }
}
.card2__item a {
  text-decoration: none;
}
.card2__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 44px;
  padding: 8px;
}
@media (min-width: 769px) {
  .card2__title {
    min-height: 64px;
    padding: 13px 21px;
  }
}
.card2__title__txt {
  font-size: 16px;
  line-height: 1;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  width: calc(100% - 59px);
}
@media (min-width: 769px) {
  .card2__title__txt {
    font-size: 24px;
  }
}
.card2__title .icon-arr-wrap {
  width: 59px;
  margin-left: 11px;
}
@media (max-width: 768px) {
  .card2__title .icon-arr-wrap .arr {
    right: 0;
    left: initial;
  }
}

.txt-list {
  margin-top: 45px;
}
@media (min-width: 769px) {
  .txt-list {
    margin-top: 70px;
  }
}
@media (min-width: 769px) {
  .txt-list__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 536px;
  }
}
.txt-list__list li {
  margin-top: 33px;
  padding-bottom: 9px;
  border-bottom: 1px solid #000;
}
@media (min-width: 769px) {
  .txt-list__list li {
    width: 260px;
    margin: 33px 16px 0 0;
    border-bottom: 2px solid #000;
  }
  .txt-list__list li:nth-child(-n+2) {
    margin-top: 0;
  }
  .txt-list__list li:nth-child(2n) {
    margin-right: 0;
  }
}
.txt-list__list li a {
  display: block;
  padding: 2px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
}
.txt-list__list li a.icon-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 769px) {
  .txt-list__list li a .small {
    font-size: 20px;
    padding-bottom: 3px;
  }
}
.txt-list__list:nth-child(1) li:nth-child(1) {
  margin-top: 0;
}

/* ====================================
arr
==================================== */
.icon-arr-wrap {
  position: relative;
  display: inline-block;
  width: 59px;
  height: 5px;
  overflow: hidden;
}
.icon-arr-wrap .arr {
  position: absolute;
  left: 0;
  top: 0;
  width: 59px;
  height: 5px;
}
.icon-arr-wrap .arr:nth-child(2) {
  display: none;
}
.icon-arr-wrap .arr.gray {
  fill: #9D9D9D;
}
@media (min-width: 769px) {
  .icon-arr-wrap .arr:nth-child(1) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .icon-arr-wrap .arr:nth-child(2) {
    display: block;
    left: -80px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (min-width: 769px) {
  a:hover .icon-arr-wrap .arr:nth-child(1) {
    left: 80px;
    opacity: 0;
  }
  a:hover .icon-arr-wrap .arr:nth-child(2) {
    left: 0;
    opacity: 1;
  }
}
.ico-link {
  width: 11px;
  height: 11px;
}

.list-disc {
  margin-top: 10px;
  padding-left: 1.3em;
}
.list-disc:nth-child(1) {
  margin-top: 0;
}
.list-disc li {
  margin-top: 5px;
  list-style: outside disc;
}
.list-disc li:nth-child(1) {
  margin-top: 0;
}

.list-line {
  margin-top: 5px;
  padding-left: 1.3em;
}
.list-line li {
  margin-top: 5px;
  list-style-position: outside;
  list-style-type: "ー ";
}
.list-line li:nth-child(1) {
  margin-top: 0;
}

.list-hash {
  margin-top: 10px;
  padding-left: 1em;
}
.list-hash:nth-child(1) {
  margin-top: 0;
}
.list-hash li {
  margin-top: 5px;
  list-style: outside "※";
}
.list-hash li:nth-child(1) {
  margin-top: 0;
}

.red-txt {
  color: #e32929;
}

.pie__chart {
  position: relative;
  width: 140px;
  margin: 0 auto;
  padding-top: 140px;
  border-radius: 50%;
}
.pie__label {
  position: absolute;
  text-align: center;
}
.pie__label1 {
  right: 12%;
  top: 32%;
}
.pie__label2 {
  left: 12%;
  top: 32%;
}
.pie__label .txt1 {
  font-size: 12px;
  line-height: 1;
}
.pie__label .txt2 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1;
}
.pie__label .txt2 span {
  font-size: 21px;
}

.pie__chart.ikebukuro1-1 {
  background: conic-gradient(#d3e0e2 0 208.8deg, #faede0 208.8deg);
}
.pie__chart.ikebukuro1-1 .pie__label1 {
  color: #2c91a0;
}
.pie__chart.ikebukuro1-1 .pie__label2 {
  color: #e8841f;
}
.pie__chart.ikebukuro1-2 {
  background: conic-gradient(#d3e0e2 0 172.8deg, #faede0 172.8deg);
}
.pie__chart.ikebukuro1-2 .pie__label1 {
  color: #2c91a0;
}
.pie__chart.ikebukuro1-2 .pie__label2 {
  color: #e8841f;
}

.btn-dl-contact {
  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: 60px;
  margin-top: 40px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 769px) {
  .btn-dl-contact {
    max-width: 904px;
    height: 70px;
    margin: 70px auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn-dl-contact:hover {
    opacity: 0.7;
  }
}
.btn-dl-contact .ico-dl {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  fill: #fff;
}

.btn-shop-top {
  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: 60px;
  margin-top: 20px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 769px) {
  .btn-shop-top {
    max-width: 904px;
    height: 70px;
    margin: 35px auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    font-size: 24px;
  }
  .btn-shop-top:hover {
    opacity: 0.5;
  }
}
.btn-shop-top .icon-arr-wrap {
  margin-right: 10px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (min-width: 769px) {
  .btn-shop-top .icon-arr-wrap {
    margin-right: 20px;
  }
}

.btn-parco-shop {
  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: 60px;
  margin-top: 20px;
  background: #000;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
@media (min-width: 769px) {
  .btn-parco-shop {
    max-width: 904px;
    height: 70px;
    margin: 35px auto 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btn-parco-shop:hover {
    opacity: 0.7;
  }
}
.btn-parco-shop .ico-link2 {
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

@media (max-width: 1324px) {
  .page.page-contact .header__logo {
    left: 10px;
    top: 10px;
    width: 130px;
    height: 100px;
  }
}
.page.page-contact .content {
  padding-top: 75px;
}
@media (min-width: 769px) {
  .page.page-contact .content {
    padding-top: 32px;
  }
}

@media (min-width: 769px) {
  .contact {
    width: 904px;
    margin: 0 auto;
  }
}
@media (min-width: 1325px) {
  .contact__header {
    margin-left: 92px;
  }
}
.contact__header__title {
  font-family: "Dosis", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 1325px) {
  .contact__header__title {
    font-size: 56px;
  }
}
.contact__header__subtitle {
  margin-top: 15px;
  font-size: 21px;
  line-height: 1.8095238095;
  font-weight: 700;
}
@media (min-width: 1325px) {
  .contact__header__subtitle {
    margin-top: 24px;
    font-size: 24px;
    line-height: 1.4166666667;
  }
}
.contact__header__lead {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.7857142857;
}
@media (min-width: 1325px) {
  .contact__header__lead {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.8125;
  }
}
.contact__contents {
  margin-top: 45px;
}
@media (min-width: 769px) {
  .contact__contents {
    margin-top: 80px;
  }
}
.contact__contents__note {
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.5;
}
.contact .error-message {
  color: red;
}
.contact .error-message li {
  list-style: outside disc;
  margin: 5px 0 0 1.3em;
}

.form-title {
  margin-top: 56px;
  font-size: 21px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .form-title {
    margin-top: 90px;
    font-size: 24px;
  }
}
@media (min-width: 769px) {
  .form-title.mt1 {
    margin-top: 55px;
  }
}
.form-title:nth-child(1) {
  margin-top: 0;
}

.form-ui__item {
  position: relative;
  margin-top: 24px;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 769px) {
  .form-ui__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
}
.form-ui__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
}
@media (min-width: 769px) {
  .form-ui__item::before {
    width: 260px;
  }
}
.form-ui__item__title {
  padding: 15px 0 0;
  font-size: 16px;
  line-height: 1.375;
  font-weight: 700;
}
@media (min-width: 769px) {
  .form-ui__item__title {
    width: 260px;
    padding: 36px 0 0;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
.form-ui__item__body {
  margin: 12px 0 0;
}
@media (min-width: 769px) {
  .form-ui__item__body {
    width: calc(100% - 260px);
    margin: 20px 0 0;
    padding-left: 15px;
  }
}
.form-ui__item--type2 {
  position: relative;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 769px) {
  .form-ui__item--type2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 32px;
  }
}
.form-ui__item--type2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
}
@media (min-width: 769px) {
  .form-ui__item--type2::before {
    width: 260px;
  }
}
.form-ui__item--type2__title {
  padding: 15px 0 0;
  font-size: 14px;
  line-height: 1.5714285714;
  font-weight: 700;
}
@media (min-width: 769px) {
  .form-ui__item--type2__title {
    width: 142px;
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 400;
  }
}
.form-ui__item--type2__body {
  margin: 12px 0 0;
  font-size: 12px;
  line-height: 1.8333333333;
}
@media (min-width: 769px) {
  .form-ui__item--type2__body {
    width: calc(100% - 142px);
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.375;
  }
}
.form-ui__item--type2__body .note {
  margin-top: 15px;
  font-size: 12px;
}
.form-ui__item--type3 {
  position: relative;
  margin-top: 24px;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 769px) {
  .form-ui__item--type3 {
    margin-top: 32px;
  }
}
.form-ui__item--type3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100px;
  height: 1px;
  background: #000;
}
@media (min-width: 769px) {
  .form-ui__item--type3::before {
    width: 260px;
  }
}
.form-ui input[type=text],
.form-ui input[type=email],
.form-ui input[type=tel] {
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 769px) {
  .form-ui input[type=text],
  .form-ui input[type=email],
  .form-ui input[type=tel] {
    padding: 13px 20px;
    font-size: 14px;
  }
}
.form-ui input[type=text].size-s,
.form-ui input[type=email].size-s,
.form-ui input[type=tel].size-s {
  width: 178px;
}
@media (min-width: 769px) {
  .form-ui input[type=text].size-s,
  .form-ui input[type=email].size-s,
  .form-ui input[type=tel].size-s {
    width: 127px;
  }
}
.form-ui input[type=text].size-248,
.form-ui input[type=email].size-248,
.form-ui input[type=tel].size-248 {
  width: 248px;
}
@media (min-width: 769px) {
  .form-ui input[type=text].size-248,
  .form-ui input[type=email].size-248,
  .form-ui input[type=tel].size-248 {
    width: 178px;
  }
}
.form-ui textarea {
  width: 100%;
  height: 180px;
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e3e3e3;
  font-size: 16px;
  line-height: 2;
}
@media (min-width: 769px) {
  .form-ui textarea {
    padding: 13px 20px;
    font-size: 14px;
  }
}
.form-ui .f-title-note {
  font-size: 12px;
  line-height: 1.5;
}
.form-ui .f-require {
  margin-top: 2px;
  font-size: 12px;
  color: #e32929;
}
.form-ui .f-body-note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .form-ui .f-body-note.type2 {
    margin-left: calc(100% - 476px);
  }
}
.form-ui .f-radio {
  position: relative;
  display: block;
  padding: 8px 0 8px 24px;
}
@media (min-width: 769px) {
  .form-ui .f-radio {
    display: inline-block;
    margin-right: 30px;
  }
}
.form-ui .f-radio input[type=radio] {
  display: none;
}
.form-ui .f-radio input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
}
.form-ui .f-radio input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  left: 3px;
  top: 11px;
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 50%;
  opacity: 0;
}
.form-ui .f-radio input:checked + span::after {
  opacity: 1;
}
.form-ui .f-radio span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 769px) {
  .form-ui .f-radio span {
    font-size: 14px;
  }
}
.form-ui .select-wrap {
  position: relative;
}
.form-ui .select-wrap::after {
  content: "";
  position: absolute;
  right: 19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-style: solid;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.form-ui select {
  padding: 19px 38px 19px 19px;
  background: #fff;
  border: 1px solid #e3e3e3;
}
.form-ui .f-button-box {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .form-ui .f-button-box {
    margin-top: 60px;
  }
}
.form-ui .f-button {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-size: 18px;
  font-weight: normal;
  line-height: 70px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
  text-align: center;
  border: 1px solid #000;
  border-radius: 0;
  background: #000;
  color: #fff;
  text-decoration: none;
}
.form-ui .f-button:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .form-ui .f-button:hover {
    opacity: 0.7;
  }
}
.form-ui .f-button.type2 {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.form-ui .f-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media (min-width: 769px) {
  .form-ui .f-schedule {
    margin-top: 15px;
  }
}
.form-ui .f-schedule:nth-child(1) {
  margin-top: 0;
}
.form-ui .f-schedule__item {
  font-size: 14px;
}
.form-ui .f-schedule__item:nth-child(1) {
  width: 16.45%;
}
@media (min-width: 769px) {
  .form-ui .f-schedule__item:nth-child(1) {
    width: 10%;
  }
}
.form-ui .f-schedule__item:nth-child(n+2) {
  width: 27%;
  margin-left: 0.85%;
}
@media (min-width: 769px) {
  .form-ui .f-schedule__item:nth-child(n+2) {
    width: 28.6%;
    margin-left: 1.4%;
  }
}
.form-ui .f-schedule__item select {
  width: 100%;
  font-size: inherit;
}
.form-ui .f-schedule__item.flatpickr {
  width: 80% !important;
}
@media (min-width: 769px) {
  .form-ui .f-schedule__item.flatpickr {
    width: 88.6% !important;
  }
}
.form-ui .f-schedule__item.flatpickr .flatpickr-input {
  background: #fff url(../images/ico-calendar.svg) no-repeat calc(100% - 18px) 50%;
  background-size: 17px 17px;
}
@media (max-width: 768px) {
  .form-ui .f-schedule__item.flatpickr .flatpickr-input {
    background: #fff;
    border: 1px solid #e3e3e3;
    padding: 10px;
    width: 100%;
    height: 3em;
  }
}
.form-ui .f-hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-top: 15px;
  border-top: 1px solid #d5d5d5;
}
@media (min-width: 769px) {
  .form-ui .f-hour {
    margin-top: 15px;
    padding-top: 0;
    border: none;
  }
}
.form-ui .f-hour:nth-child(1) {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.form-ui .f-hour__title {
  width: 20%;
  font-size: 14px;
  font-weight: 700;
  padding-top: 19px;
}
@media (min-width: 769px) {
  .form-ui .f-hour__title {
    width: 11.5%;
    padding-top: 19px;
    font-size: 16px;
    font-weight: 400;
  }
}
.form-ui .f-hour__cont-wrap {
  width: 80%;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 88.5%;
  }
}
.form-ui .f-hour__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont {
    position: relative;
    width: 29.5%;
    margin-top: 0;
    padding-top: 20px;
  }
  .form-ui .f-hour__cont:nth-child(n+2) {
    margin-left: 5.75%;
  }
}
.form-ui .f-hour__cont:nth-child(1) {
  margin-top: 0;
}
.form-ui .f-hour__cont__item {
  font-size: 14px;
}
.form-ui .f-hour__cont__item:nth-child(1) {
  width: 26%;
  font-size: 12px;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont__item:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}
.form-ui .f-hour__cont__item:nth-child(n+2) {
  width: 40.6%;
  margin-left: 1.4%;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont__item:nth-child(n+2) {
    width: 47.5%;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont__item:nth-child(3) {
    margin-left: 5%;
  }
}
.form-ui .f-hour__cont__item select {
  width: 100%;
  font-size: inherit;
}
.form-ui .f-hour__cont2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 14px;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont2 {
    position: relative;
    width: 325px;
    margin-top: 0;
    padding-top: 20px;
  }
}
.form-ui .f-hour__cont2__item {
  font-size: 14px;
}
.form-ui .f-hour__cont2__item:nth-child(1) {
  width: 33.8028169%;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont2__item:nth-child(1) {
    width: 115px;
  }
}
.form-ui .f-hour__cont2__item:nth-child(n+2) {
  width: 40.6%;
  margin-left: 1.4%;
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont2__item:nth-child(n+2) {
    width: 100px;
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .form-ui .f-hour__cont2__item:nth-child(3) {
    margin-left: 5%;
  }
}
.form-ui .f-hour__cont2__item select {
  width: 100%;
  font-size: inherit;
}
@media (min-width: 769px) {
  .form-ui .f-pc2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.form-ui .f-pc2col__item {
  margin-top: 10px;
}
@media (min-width: 769px) {
  .form-ui .f-pc2col__item {
    margin-right: 25px;
  }
}
.form-ui .f-input-text {
  display: inline-block;
}
.form-ui .f-text {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.575;
}
@media (min-width: 769px) {
  .form-ui .f-text {
    margin-top: 1.5em;
  }
}
.form-ui .f-address-ui1 {
  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;
}
.form-ui .f-address-ui1__icon {
  width: 5.6%;
}
@media (min-width: 769px) {
  .form-ui .f-address-ui1__icon {
    width: 32px;
  }
}
.form-ui .f-address-ui1__input[type=text] {
  width: 60%;
}
@media (min-width: 769px) {
  .form-ui .f-address-ui1__input[type=text] {
    width: 177px;
  }
}
.form-ui .f-address-ui1__btn {
  width: 32%;
  margin-left: 2.4%;
  padding: 10px 0;
  line-height: 2;
  background: #000;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .form-ui .f-address-ui1__btn {
    width: 114px;
    margin-left: 8px;
  }
}
.form-ui .f-address-ui1__error {
  width: 100%;
}
.form-ui .f-address-ui1__error .text {
  padding-top: 10px;
}
.form-ui .f-address-ui2 {
  margin-top: 16px;
}
@media (min-width: 769px) {
  .form-ui .f-address-ui2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-ui .f-address-ui2__title {
  font-size: 14px;
}
@media (min-width: 769px) {
  .form-ui .f-address-ui2__title {
    font-size: 16px;
    width: calc(100% - 476px);
  }
}
.form-ui .f-address-ui2__input[type=text] {
  margin-top: 12px;
}
@media (min-width: 769px) {
  .form-ui .f-address-ui2__input[type=text] {
    width: 476px;
    margin-top: 0;
  }
}
@media (min-width: 769px) {
  .form-ui .f-ticket {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.form-ui .f-ticket__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-ui .f-ticket__child .f-radio {
  width: auto;
  display: inline-block;
}
.form-ui .f-ticket__child input[type=text] {
  margin-left: 15px;
}
.form-ui .f-confirm-box {
  margin-top: 15px;
  padding: 35px 0;
  background: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .form-ui .f-confirm-box {
    margin-top: 24px;
  }
}
.form-ui .f-confirm-box__text {
  line-height: 1.8;
}
.form-ui .f-confirm-box__label {
  display: block;
  margin-top: 13px;
  font-size: 21px;
}
.form-ui .f-confirm-box__label span {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .form-ui .f-history {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d5d5d5;
  }
  .form-ui .f-history:nth-child(1) {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  .form-ui .f-history__header__title {
    font-size: 14px;
    font-weight: 700;
  }
  .form-ui .f-history__header__body {
    margin-top: 10px;
  }
  .form-ui .f-history__content__item {
    display: block;
    margin-top: 15px;
  }
  .form-ui .f-history__content__item .f-input-text {
    width: 70px;
  }
  .form-ui .f-history__content__item input[type=text] {
    width: calc(100% - 70px);
  }
}
@media (min-width: 769px) {
  .form-ui .f-history {
    margin-top: 25px;
  }
  .form-ui .f-history:nth-child(1) {
    margin-top: 0;
  }
  .form-ui .f-history__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form-ui .f-history__header__title {
    width: 90px;
  }
  .form-ui .f-history__header__body {
    width: calc(100% - 90px);
  }
  .form-ui .f-history__content {
    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;
    margin-top: 10px;
    margin-left: 90px;
  }
  .form-ui .f-history__content__item:nth-child(1) {
    width: 254px;
  }
  .form-ui .f-history__content__item:nth-child(1) {
    width: 265px;
  }
  .form-ui .f-history__content__item input[type=text] {
    margin-left: 15px;
    width: 200px;
  }
}

@media (min-width: 769px) {
  .f-button-box.col-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .f-button-box.col-2 .f-button {
    width: calc((100% - 16px) / 2);
  }
  .f-button-box.col-2 .f-button:nth-child(1) {
    margin-right: 16px;
  }
  .f-button-box.col-2 .f-button:nth-child(2) {
    margin-top: 0;
  }
}
.f-ml1 {
  margin-left: 15px;
}

.f-ml2 {
  margin-left: 25px;
}

.confirm .form-ui__item::before {
  display: none;
}
.confirm .form-ui__item__title {
  font-weight: normal;
}
.confirm .f-confirm-txt {
  line-height: 1.5;
  margin-top: 15px;
}
.confirm .f-confirm-txt:nth-child(1) {
  margin-top: 0;
}
@media (min-width: 769px) {
  .confirm .form-ui__item {
    margin-top: 42px;
  }
  .confirm .form-ui__item__title {
    font-size: 16px;
  }
  .confirm .form-ui__item__body {
    margin-top: 36px;
    font-size: 16px;
  }
}

@media (min-width: 769px) {
  .contact__contents.thanks {
    margin-top: 100px;
  }
}
.thanks-txt {
  font-size: 14px;
  line-height: 1.5714285714;
  text-align: center;
}
@media (min-width: 769px) {
  .thanks-txt {
    font-size: 16px;
    line-height: 1.8125;
  }
}

.mt00 {
  margin-top: 0 !important;
}

.fw-b {
  font-weight: bold;
}

.red {
  color: #ff0000;
}

/* ====================================
テロップ
==================================== */
.telop__block {
  width: 100%;
  padding: 0 0 0 22px;
  margin: 0 auto 56px;
  word-break: break-word;
}
@media (min-width: 769px) {
  .telop__block {
    max-width: 1088px;
    padding: 0;
    margin: 40px auto 90px;
  }
}
.telop__block .inner__box {
  font-weight: 400;
  font-size: 14px;
}
@media (min-width: 769px) {
  .telop__block .inner__box {
    font-size: 16px;
  }
}
.telop__block .telop__info {
  line-height: 1.5;
  border: 1px solid #000;
  padding: 15px 20px;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .telop__block .telop__info {
    padding: 24px 94px;
    margin-bottom: 40px;
  }
}
.telop__block .telop__txt {
  line-height: 1.8;
}

/* ====================================
SPのみ 下部バナー
==================================== */
.btm__info {
  width: 100%;
  height: 58px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-name: opAnime;
          animation-name: opAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media (min-width: 769px) {
  .btm__info {
    display: none;
  }
}
.btm__info .btm__list {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #9d9d9d;
}
.btm__info .btm__list &gt; li {
  width: 50%;
  height: 100%;
}
.btm__info .btm__list &gt; li:first-child {
  height: 100%;
  border-right: 1px solid #9d9d9d;
}
.btm__info .btm__list &gt; li &gt; a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  padding-left: 12px;
  position: relative;
}
.btm__info .btm__list &gt; li &gt; a::after {
  content: "";
  background: url(../images/icon_arrow.png) no-repeat center/100%;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: 0;
  margin: auto;
}

.home-header__btn {
  display: none;
}
@media (min-width: 769px) {
  .home-header__btn {
    display: block;
    position: absolute;
    top: 49.7803806735vw;
    left: 10.1756954612vw;
    width: 22.9868228404vw;
    height: 14.2020497804vw;
    opacity: 0;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-name: opAnime;
            animation-name: opAnime;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}
.home-header__btn .btn__list {
  width: 100%;
  height: 100%;
}
.home-header__btn .btn__list &gt; li {
  width: 100%;
  height: 6.2957540264vw;
  border: 1px solid #9d9d9d;
}
.home-header__btn .btn__list &gt; li:first-child {
  margin-bottom: 1.4641288433vw;
}
.home-header__btn .btn__list &gt; li &gt; a {
  text-decoration: none;
  padding: 0 1.6105417277vw;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 1;
  font-weight: 400;
  font-size: 16px;
}
.home-header__btn .btn__list &gt; li &gt; a .btn__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-header__btn .btn__list &gt; li &gt; a .icon-arr-wrap {
  width: 60px;
}</pre></body></html>