@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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;
  /* 追加 */
  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 */
  /* 追加 */
  appearance: button;
  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;
}

@font-face {
  font-family: "NotoSansJP";
  src: url(../fonts/NotoSansJP-Regular-subset.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular-subset.woff) format("woff");
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../fonts/ZenMaruGothic-Light-subset.woff) format("woff2"), url(../fonts/ZenMaruGothic-Light-subset.woff) format("woff");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../fonts/ZenMaruGothic-Regular-subset.woff) format("woff2"), url(../fonts/ZenMaruGothic-Regular-subset.woff) format("woff");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../fonts/ZenMaruGothic-Medium-subset.woff) format("woff2"), url(../fonts/ZenMaruGothic-Medium-subset.woff) format("woff");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../fonts/ZenMaruGothic-Bold-subset.woff) format("woff2"), url(../fonts/ZenMaruGothic-Bold-subset.woff) format("woff");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url(../fonts/ZenMaruGothic-Black-subset.woff) format("woff2"), url(../fonts/ZenMaruGothic-Black-subset.woff) format("woff");
  font-weight: 900;
  font-display: swap;
}
html {
  font-size: 62.5%;
}

rt {
  font-weight: 500;
}

.hidden {
  visibility: hidden;
}

.br-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .br-pc {
    display: inline;
  }
}

.br-pc-tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .br-pc-tab {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #333333;
  }
}

.body {
  width: 100%;
  color: #333333;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "ZenMaruGothic", sans-serif;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .body {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .body {
    width: 1024px;
    margin: 0 auto;
    font-size: 2.2rem;
  }
}
.body__explanation {
  margin-bottom: 50px;
}
.body__info {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}
@media screen and (min-width: 768px) {
  .header__flex {
    display: flex;
    align-items: flex-end;
    height: 90px;
  }
}
.header__title {
  width: 36%;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .header__title {
    width: auto;
    max-width: none;
    height: 80px;
  }
}
.header__title-logo {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .header__title-logo {
    width: auto;
    height: 80px;
  }
}
.header__subtitle {
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__subtitle {
    align-items: flex-end;
  }
}
.header__flex-right {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header__flex-right {
    margin: 0 20px 5px auto;
    text-align: right;
  }
}
.header__address-num {
  font-size: 2rem;
  color: #e69600;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .header__address-num {
    font-size: 2.4rem;
  }
}
.header__hurigana-button-wrapper {
  text-align: center;
}
.header__hurigana-button {
  margin: 10px auto 15px;
  padding: 4px 10px;
  border: 1px solid #04a1d1;
  border-radius: 20px;
  background-color: #e3f5ff;
  box-shadow: 0px 4px #04a1d1;
  color: #e69600;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .header__hurigana-button {
    margin: auto 6px 10px auto;
  }
}

.hero {
  height: auto;
  width: 100%;
  padding: 10px 0;
  background-image: url("../img/sky-tiny.webp");
  background-size: cover;
  font-weight: 400;
}
.hero__title {
  padding-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .hero__title {
    font-size: 2.2rem;
  }
}
.hero__rainbow {
  width: 280px;
  max-width: 100vw;
  height: 3px;
  margin: 0 auto 20px;
  background: linear-gradient(to right, #f59090, #fcd7a1, #fff9b1, #a5d4ad, #a3bce2, #a59aca, #cfa7cd);
}
@media screen and (min-width: 768px) {
  .hero__rainbow {
    width: 400px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .hero__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 680px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .hero__flex {
    justify-content: center;
    width: auto;
  }
}
.hero__img {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .hero__img {
    width: 36%;
    height: 36%;
    margin: 0 40px 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .hero__img {
    width: 280px;
    height: auto;
    margin-right: 80px;
  }
}
.hero__texts {
  display: flex;
  flex-flow: column;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1025px) {
  .hero__texts {
    margin: 0;
  }
}
.hero__text {
  margin-bottom: 30px;
  padding: 0;
  text-align: left;
}
.hero__text--not-largest {
  width: 100%;
}

.target {
  text-align: center;
  padding: 40px 0;
}
.target__text {
  display: inline-block;
  width: 90%;
  margin-bottom: 30px;
  padding: 0 5%;
  text-align: left;
  line-height: 2.4;
}
@media screen and (min-width: 768px) {
  .target__text {
    width: auto;
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .target__text {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.target__subtext {
  font-size: 1.6rem;
  line-height: 1;
}
.target__rainbow {
  width: 100%;
  height: 3px;
  margin: 0 auto 30px;
  background: linear-gradient(to right, #f59090, #fcd7a1, #fff9b1, #a5d4ad, #a3bce2, #a59aca, #cfa7cd);
}

.explanation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .explanation__chapter {
    display: flex;
    justify-content: center;
    margin-right: 40px;
  }
}
.explanation__chapter--first {
  margin-bottom: 40px;
}
.explanation__chapter--second {
  padding-bottom: 20px;
}
.explanation__text {
  display: inline-block;
  text-align: left;
  line-height: 2.4;
  padding: 0 5% 0 calc(1em + 5%);
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .explanation__text {
    padding-left: auto;
    padding-right: 1em;
  }
}
.explanation__img {
  display: block;
  width: 200px;
  height: auto;
  margin: 10px auto 0;
  padding-bottom: 10px;
}
.explanation__img--second {
  width: 180px;
}
@media screen and (min-width: 768px) {
  .explanation__img {
    margin-left: 0;
  }
}
.explanation__rainbow {
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: linear-gradient(to right, #f59090, #fcd7a1, #fff9b1, #a5d4ad, #a3bce2, #a59aca, #cfa7cd);
}

@media screen and (min-width: 768px) {
  .info {
    display: flex;
    justify-content: center;
    gap: 0 2%;
    flex-wrap: wrap;
  }
}
.info__content {
  display: block;
  width: 96%;
  margin: 0 auto 20px;
  padding: 24px 0 20px;
  border-radius: 50px;
  background-color: #e3f5ff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .info__content {
    width: 46%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
  }
}
.info__title {
  margin-bottom: 14px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info__title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1025px) {
  .info__title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.info__text {
  padding: 0 5%;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .info__text {
    padding: 0;
    font-size: 2.4rem;
  }
}
.info__num {
  margin-bottom: 14px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .info__num {
    margin-bottom: 20px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .info__num {
    margin-bottom: 12px;
    font-size: 2.8rem;
  }
}
.info__subtext {
  font-size: 1.4rem;
  font-weight: 400;
}
.info__text-link {
  color: #e69600;
  text-decoration: underline;
}
.info__img {
  margin: 20px auto 0;
}
.info__img--tel {
  width: 60%;
  max-width: 170px;
  height: auto;
}
.info__img--mail {
  width: 38%;
  max-width: 70px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .info__img--mail {
    margin-top: 40px;
  }
}
.info__img--week {
  width: 70%;
  max-width: 200px;
  height: auto;
}

.map {
  text-align: center;
}
.map__google-map {
  width: 100%;
  aspect-ratio: 4/3;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .map__google-map {
    width: 80%;
    height: 300px;
  }
}
@media screen and (min-width: 1025px) {
  .map__google-map {
    height: 360px;
  }
}

.another {
  padding: 30px 0 0px;
  font-family: "NotoSansJP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .another {
    padding-top: 40px;
  }
}
.another__flex {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .another__flex {
    display: flex;
    justify-content: center;
    gap: 0 70px;
  }
}
.another__addition {
  width: 80%;
  height: auto;
  margin: 0 auto 30px;
}
@media screen and (min-width: 768px) {
  .another__addition {
    width: 400px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .another__addition {
    width: 550px;
  }
}
.another__subtitle {
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
}
.another__text {
  margin-bottom: 20px;
  color: #555555;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
}
.another__links {
  display: flex;
  gap: 0 10vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  .another__links {
    gap: 0 35px;
    margin-bottom: 35px;
  }
}
.another__insta-img {
  width: 14vw;
  height: 14vw;
}
@media screen and (min-width: 768px) {
  .another__insta-img {
    width: 70px;
    height: 70px;
  }
}
.another__orange-img {
  width: 26vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .another__orange-img {
    width: 160px;
    height: auto;
  }
}

.footer {
  background-color: #04a1d1;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

.form {
  padding: 30px 0 20px;
  background-color: #e3f5ff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .form {
    padding-top: 40px;
  }
}
.form__title {
  margin-bottom: 20px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .form__title {
    margin-bottom: 40px;
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .form__title {
    margin-bottom: 50px;
    font-size: 3rem;
  }
}
.form__formrun {
  width: 100%;
  margin: 0 auto;
  font-weight: 500;
  text-align: center;
}
.form__item {
  margin-bottom: 30px;
}
.form__label {
  display: block;
  margin-bottom: 4px;
}
.form__label--red {
  padding: 7px 2px 0px;
  border-radius: 5px;
  background-color: #ff1111;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
}
.form__input, .form__textarea {
  display: block;
  width: 90%;
  margin: 0 auto;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #d2d2d2;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1025px) {
  .form__input, .form__textarea {
    width: 800px;
  }
}
.form__input {
  height: 30px;
  text-align: center;
}
.form__textarea {
  height: 150px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .form__textarea {
    height: 200px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 1025px) {
  .form__textarea {
    height: 300px;
    font-size: 2.2rem;
  }
}
.form__error {
  color: #ff1111;
  font-weight: 500;
}
.form__send {
  height: 40px;
  margin-bottom: 50px;
  padding: 0 10px;
  border: 3.5px solid #000;
  background-color: #0055ff;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .form__send {
    font-size: 22px;
  }
}

._formrun_gotcha {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
}

.thanks {
  padding: 30px 0;
  background-color: #e3f5ff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks {
    padding: 40px 0;
  }
}
.thanks__text {
  margin-bottom: 10px;
  padding: 0 5%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .thanks__text {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (min-width: 1025px) {
  .thanks__text {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
  }
}
.thanks__link {
  color: #e69600;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */