@charset "UTF-8";
/*
@useで読み込むこと
*/
/** @format */
html {
  overflow: scroll;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  color: #333333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
  background-color: #ffffff;
}

p {
  text-align: justify;
}

#top {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: calc(1080px + 20rem);
  padding-right: 10rem;
  padding-left: 10rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }
}

@media only screen and (max-width: 768px) {
  .-pc-only {
    display: none;
  }
}

.-sp-only {
  display: none;
}
@media only screen and (max-width: 768px) {
  .-sp-only {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .-sp-blanc {
    display: inline-block;
  }
}

@media only screen and (max-width: 768px) {
  .works-pc {
    display: none;
  }
}

.works-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .works-sp {
    display: block;
  }
}

.-bg-white {
  background-color: #ffffff;
}

._bg-blue {
  background-color: #ECF6F9;
}

.-section-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .-section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

p {
  font-size: 1.6rem;
  text-align: center;
}

img {
  width: 100%;
}

.title {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #1C98BC;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .title {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.title2 {
  font-size: 3.2rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 4rem;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .title2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}

.sub__title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0 32px 0;
  line-height: 1;
  -webkit-animation: 2s topspace-fadein;
          animation: 2s topspace-fadein;
  display: block;
  font-weight: 400;
}

@-webkit-keyframes topspace-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes topspace-fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.section-space {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .section-space {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.view-more {
  margin: 0 auto;
  margin-top: 4rem;
}

.link {
  background-color: #ffffff;
  color: #1C98BC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-radius: 20px;
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  font-size: 2.4rem;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
}
.link::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/arrow.png) no-repeat center/contain;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.link:hover {
  background: rgb(186.9, 224.1, 234.9);
}

.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.link a.link__btnBlue {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  width: 42.4%;
  text-align: center;
  background-color: black;
  padding-top: 2.63rem;
  padding-bottom: 1.67rem;
  border-radius: 32px;
  letter-spacing: 0.2em;
  background: rgb(41, 171, 226);
  background: -webkit-gradient(linear, left top, right top, from(rgb(41, 171, 226)), to(rgb(0, 191, 199)));
  background: linear-gradient(90deg, rgb(41, 171, 226) 0%, rgb(0, 191, 199) 100%);
}
@media only screen and (max-width: 768px) {
  .link a.link__btnBlue {
    width: 29.9rem;
    margin-top: 4.75rem;
  }
}

.-center {
  text-align: center;
}

.contact p {
  text-align: left;
}
.contact label[for=user_name],
.contact label[for=user_kana],
.contact label[for=user_address],
.contact label[for=user_tel],
.contact label[for=user_mail],
.contact label[for=user_menu],
.contact label[for=user_type],
.contact label[for=user_message] {
  font-weight: bold;
}
.contact .label__Required {
  background-color: #1C98BC;
  color: #ffffff;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  margin-left: 0.8rem;
}
.contact input[type=text],
.contact input[type=tel],
.contact input[type=mail],
.contact textarea {
  background-color: #ECF6F9;
  width: 100%;
  padding: 0.8rem;
  border-radius: 7px;
}
.contact textarea {
  height: 172px;
}
.contact .contact__title {
  margin-bottom: 0.8rem;
}
.contact .contact__btn {
  display: block;
  max-width: 254px;
  margin: 0 auto;
  padding: 1.7rem 4.2rem 1.7rem 4.8rem;
  background: -webkit-gradient(linear, left top, right top, from(#1B8FBC), to(#66D5C5));
  background: linear-gradient(90deg, #1B8FBC 0%, #66D5C5 100%);
  font-size: 2.4rem;
  color: #ffffff;
  border-radius: 22.5px;
  margin-top: 2.4rem;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media only screen and (max-width: 768px) {
  .contact .contact__btn {
    width: 210px;
    font-size: 1.6rem;
  }
}
.contact .contact__btn:hover {
  opacity: 0.7;
}
.contact .contact__text-mail {
  text-align: center;
  margin-top: 0.8rem;
}
.contact .contact__button::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background: url("../img/common/arrow_white.png") no-repeat center/contain;
  margin-left: 1.8rem;
}
.contact button.contact__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=text]::-webkit-input-placeholder {
  color: #ABA5A5;
}

input[type=text]::-moz-placeholder {
  color: #ABA5A5;
}

input[type=text]:-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=text]::-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=text]::placeholder {
  color: #ABA5A5;
}

textarea::-webkit-input-placeholder {
  color: #ABA5A5;
}

textarea::-moz-placeholder {
  color: #ABA5A5;
}

textarea:-ms-input-placeholder {
  color: #ABA5A5;
}

textarea::-ms-input-placeholder {
  color: #ABA5A5;
}

textarea::placeholder {
  color: #ABA5A5;
}

input[type=mail]::-webkit-input-placeholder {
  color: #ABA5A5;
}

input[type=mail]::-moz-placeholder {
  color: #ABA5A5;
}

input[type=mail]:-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=mail]::-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=mail]::placeholder {
  color: #ABA5A5;
}

input[type=tel]::-webkit-input-placeholder {
  color: #ABA5A5;
}

input[type=tel]::-moz-placeholder {
  color: #ABA5A5;
}

input[type=tel]:-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=tel]::-ms-input-placeholder {
  color: #ABA5A5;
}

input[type=tel]::placeholder {
  color: #ABA5A5;
}

.link__text-under {
  text-align: center;
  margin-top: 1.6rem;
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(80px);
          transform: translateY(80px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media only screen and (max-width: 768px) {
  .fadein.no-animation {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: none;
    transition: none;
  }
}

/** @format */
/*! destyle.css v3.0.2 | 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;
}

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

caption {
  text-align: left;
}

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

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

/** @format */
/*
@useで読み込むこと
*/
/** @format */
/** @format */
/** @format */
/** @format */
.header {
  background-color: #ffffff;
  height: 8rem;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 6rem;
    position: relative;
  }
}

.header__wrap {
  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;
  height: 100%;
}

.header__nav {
  height: 100%;
}

.header__logo {
  width: 11rem;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 7.3rem;
  }
}

.header__navSP {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #ff4f7b 0%, #f7b84b 100%);
  color: #ffffff;
  position: absolute;
  right: 60px;
}

.header__ul2 {
  width: 100%;
}

.header__insta2 {
  width: 100%;
}

.header__insta-text2 {
  font-size: 1.1rem;
  letter-spacing: 0;
  padding: 0.3rem;
  position: absolute;
  bottom: 0rem;
}

.header__insta-icon2 {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/common/instagram_icon.png) no-repeat center/contain;
  margin-top: 1rem;
  margin-left: 1.7rem;
}

/* まずは共通の見た目（PCと同じ） */
.header__nav {
  /* ここにインスタアイコンのレイアウトなど既存のCSSがある想定 */
}

/* SPだけ表示する用 */
.header__navSP {
  display: none;
}

@media only screen and (max-width: 768px) {
  .header__navSP {
    display: block;
  }
}
/* gapは使わず、個別marginで管理する */
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

/* Instagram ボタンは表示＆右端に */
@media only screen and (max-width: 768px) {
  .header__insta {
    display: block;
    margin-right: 0;
  }
}

/* 基本は4rem空ける */
.header__list {
  margin-right: 4rem;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header__list {
    margin-right: 0;
  }
}

.header__list--border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* insta と contact の間だけ詰める（=instaの右余白を0に） */
.header__insta {
  margin-right: 0;
}

/* 最後は余白なし */
.header__list:last-child {
  margin-right: 0;
}

/* --- ここから右側ボタン2つ（PCレイアウト） --- */
.header__insta,
.header__contact {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .header__insta,
  .header__contact {
    width: 53px;
    height: 100%;
  }
}

.header__nav-link {
  position: relative;
  display: inline-block;
}
.header__nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #1C98BC;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.header__nav-link:hover::after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header__insta .header__nav-link,
.header__contact .header__nav-link {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 72px;
  color: #ffffff;
  text-decoration: none;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header__insta .header__nav-link,
  .header__contact .header__nav-link {
    margin-top: 2rem;
  }
}

.header__insta-text, .header__contact-text {
  line-height: normal;
}

/* 背景色（PC） */
.header__insta .header__nav-link {
  background: linear-gradient(135deg, #ff4f7b 0%, #f7b84b 100%);
}
@media only screen and (max-width: 768px) {
  .header__insta .header__nav-link {
    background: none;
  }
}

.header__contact .header__nav-link {
  background: -webkit-gradient(linear, left top, right top, from(#1990BC), to(#67D6C6));
  background: linear-gradient(90deg, #1990BC 0%, #67D6C6 100%);
}

/* Instagram アイコン（PC） */
.header__insta .header__nav-link::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/instagram_icon.png") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .header__insta .header__nav-link::before {
    width: 53px;
    height: 53px;
  }
}

/* お問い合わせは ::after を使わず span でアイコンを出す */
.header__contact-icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../img/common/mail_icon.png") no-repeat center/contain;
}

.header__contact-text {
  font-size: 14px;
  color: #ffffff;
}

/* SP では Instagram の文字を消す */
@media only screen and (max-width: 768px) {
  .header__insta-text {
    display: none;
  }
}
/* -------------------- */
/* ハンバーガーメニュー */
/* -------------------- */
.toggle-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .toggle-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 800;
    cursor: pointer;
    background: -webkit-gradient(linear, left top, right top, from(#1990BC), to(#67D6C6));
    background: linear-gradient(90deg, #1990BC 0%, #67D6C6 100%);
    padding: 30px;
  }
}

.toggle-line {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}

/* 閉じているとき：3本線（8px 間隔） */
.toggle-line:nth-child(1) {
  top: 18px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle-line:nth-child(2) {
  top: 26px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.toggle-line:nth-child(3) {
  top: 34px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* menu の文字 */
.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/* 開いているとき：真ん中でキレイな X にする */
.toggle-btn.active .toggle-line:nth-child(1) {
  top: 26px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.toggle-btn.active .toggle-line:nth-child(2) {
  opacity: 0;
}

.toggle-btn.active .toggle-line:nth-child(3) {
  top: 26px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.toggle-text {
  position: absolute;
  left: 50%;
  bottom: 4px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.toggle-btn.active .toggle-text {
  opacity: 0;
}

.toggle-btn {
  display: none;
}
@media only screen and (max-width: 768px) {
  .toggle-btn {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    z-index: 800;
    cursor: pointer;
    padding: 30px;
    background: transparent;
  }
}

/* ハンバーガーボタンの背景（最初は表示） */
.toggle-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1990BC), to(#67D6C6));
  background: linear-gradient(90deg, #1990BC 0%, #67D6C6 100%);
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.toggle-btn.active::before {
  opacity: 0;
}

/* -------------------- */
/* SP（ドロワーメニュー時）の調整 */
/* -------------------- */
@media only screen and (max-width: 768px) {
  /* SPでは nav をドロワーにする */
  .header__nav {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 700;
    background: -webkit-gradient(linear, left top, right top, from(#1990BC), to(#67D6C6));
    background: linear-gradient(90deg, #1990BC 0%, #67D6C6 100%);
    padding: 96px 16px 16px;
  }
  .header__nav.active {
    display: block;
  }
  .header__menu {
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header__list {
    height: auto;
  }
  /* 上２つのリンク（区切り線＋「>」矢印付き） */
  .header__list--border {
    border-bottom: 1px solid #ffffff;
  }
  .header__list--border .header__nav-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;
    width: 100%;
    color: #ffffff;
    text-decoration: none;
    padding: 3.2rem 0;
  }
  .header__list--border .header__nav-link::after {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background: url(../img/common/sp_toggle.png) no-repeat center/contain;
  }
  /* ▼ お問い合わせボタン（白いボタン。アイコン左、文字右） */
  .header__contact {
    margin-top: 32px;
  }
  .header__contact .header__nav-link {
    width: 302px;
    height: 73px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 8px;
    color: #1C98BC;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 12px;
  }
  .header__contact-icon {
    width: 42px;
    height: 33px;
    background: url("../img/common/mail_blue.png") no-repeat center/contain;
  }
  .header__contact-text {
    font-size: 16px;
    color: #1C98BC;
  }
}
p.gallery__no {
  display: none;
}

.header__insta {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__insta:hover {
  opacity: 0.7;
}

.header__contact {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.header__contact:hover {
  opacity: 0.7;
}

/** @format */
/** @format */
.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#65AFC5), to(#98D3D8));
  background: linear-gradient(180deg, #65AFC5 0%, #98D3D8 100%);
  color: #ffffff;
  position: relative;
  margin-top: 7.8rem;
  padding-top: 5rem;
  padding-bottom: 3.4rem;
}
.footer::before {
  position: absolute;
  bottom: 99%;
  content: "";
  display: block;
  width: 100%;
  height: 5.9rem;
  background: url("../img/common/yane.png") no-repeat bottom/contain;
}
@media only screen and (max-width: 768px) {
  .footer::before {
    background: url("../img/common/yane.png") no-repeat bottom/cover;
  }
}

.footer__wrapper {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .footer__wrapper {
    width: 100%;
  }
}

.footer__storeName {
  font-size: 2.4rem;
}

.footer__address {
  padding-bottom: 5px;
  border-bottom: 1px solid #ffffff;
}

.footer__address,
.footer__text {
  text-align: left;
}

.footer__text1 {
  margin-top: 1.3rem;
}

.footer__text2 {
  margin-bottom: 2.2rem;
}

.footer__tel {
  text-align: left;
  display: block;
  max-width: 300px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  margin-right: 1rem;
  margin-bottom: 1.6rem;
  overflow: hidden;
}

.footer__tel-link {
  display: block;
  padding: 0.8rem 2.5rem 0.8rem 5.3rem;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 6px;
}
.footer__tel-link::before {
  bottom: 100%;
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/common/phone_icon.png") no-repeat center/contain;
  margin-right: 1.6rem;
}

.footer__tel-link:hover {
  background: rgb(50.7, 162.3, 194.7);
}

.footer__mail {
  text-align: left;
  display: block;
  max-width: 300px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
}

.footer__mail-link {
  display: block;
  padding: 0.8rem 2rem 0.8rem 4.3rem;
  text-decoration: none;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 6px;
}
.footer__mail-link::before {
  bottom: 100%;
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/common/footer_mail.png") no-repeat center/contain;
  margin-right: 1.6rem;
}

.footer__mail-link:hover {
  background: rgb(50.7, 162.3, 194.7);
}

.footer__insta {
  width: 3.4rem;
  margin-top: 2.4rem;
  margin-bottom: 3.4rem;
}

.contact__sp {
  display: block;
}

.page-top-btn-space {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 500;
}

.page-top-btn {
  width: 8rem;
}
.page-top-btn:hover {
  opacity: 0.5;
}

/** @format */
/* Slider */
.slick-loading .slick-list {
  background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: none !important;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 25px;
}
[dir=rtl] .slick-prev {
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 25px;
}
[dir=rtl] .slick-next {
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  text-align: center;
  color: #dddddd;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #dddddd;
  opacity: 0.75;
}/*# sourceMappingURL=global.css.map */