@charset "UTF-8";
/* ------------------------------ */
/* リセットCSS */
/* ------------------------------ */
/*! destyle.css v4.0.0 | 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] {
  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 */
  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 */
}

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

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

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

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

/* ------------------------------ */
/* カスタムプロパティ */
/* ------------------------------ */
/* カラー */
:root {
  --color-bg-yellow: #fce57d;
  --color-bg-green: #afd790;
  --color-bg-gray: #f7f7f7;
  --color-bg-white: #ffffff;
  --color-font-primary: #3a526b;
  --color-font-black: #333;
  --color-font-white: #fff;
}

/* コンテナ幅 */
:root {
  --width-content: 1080px;
}

/* フォント */
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
}

:root {
  --line-height-base: 1.8;
}

:root {
  --width-content-max: 1366px;
  --width-content: 1080px;
  --width-content-small: 920px;
}

/* -------------------------
全体共通のスタイル
------------------------- */
body {
  font-family: var(--font-family-base);
  font-size: 14px;
  line-height: var(--line-height-base);
  background-color: var(--color-bg-gray) !important;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
/* -------------------------
コンテナの幅、余白
------------------------- */
.l-container {
  width: 90%;
  margin: 0 auto;
  max-width: var(--width-content);
}

.l-container-max {
  width: 100%;
  margin: 0 auto;
  max-width: var(--width-content-max);
}

.l-container-small {
  width: 70%;
  margin: 0 auto;
  max-width: var(--width-content-small);
}

.c-button1 {
  max-width: 260px;
  margin: 0 auto;
  height: 55px;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1;
  padding: 19.5px auto;
  display: grid;
  align-content: center;
  place-items: center;
  border-radius: 100px;
  position: relative;
  cursor: pointer;
  border: none;
}
.c-button1::before,
.c-button1::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-button1::before {
  margin-top: calc((1 - 1) * 0.5em);
}
.c-button1::after {
  margin-bottom: calc((1 - 1) * 0.5em);
}

.c-button-fixed {
  background-color: var(--color-font-black);
  width: 50%;
  height: 60px;
  display: grid;
  align-content: center;
  place-items: center;
  position: relative;
  font-weight: 600;
}

.c-button-fixed--yellow {
  background-color: var(--color-bg-yellow);
  color: var(--color-font-primary);
}

.c-button-fixed--green {
  background-color: #00b900;
  color: var(--color-font-white);
}

.c-button1--yellow {
  background-color: var(--color-bg-yellow);
  border-bottom: 6px solid #c9bb7d;
  color: var(--color-font-primary);
}

.c-button1--line {
  background-color: #00b900;
  border-bottom: 6px solid #009200;
  color: var(--color-font-white);
}

.c-button-shop::before {
  content: "";
  position: absolute;
  left: 5%;
  background-image: url("https://ajour.jp/wp-content/themes/ajour2022/lp/kamakura/img/shop-icon.svg");
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-button-line {
  padding-left: 20px;
}

.c-button-line::before {
  content: "";
  position: absolute;
  left: 5%;
  background-image: url("https://ajour.jp/wp-content/themes/ajour2022/lp/kamakura/img/line-icon.svg");
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-base-text {
  font-family: var(--font-family-base);
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 400;
  text-align: left;
}
.c-base-text::before,
.c-base-text::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-base-text::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-base-text::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c-base-text--center {
  text-align: center;
}

.c-text--white {
  color: var(--color-font-white);
  text-shadow: 0 0 10px #999;
}

.c-base-text--yellow {
  background-color: var(--color-bg-yellow);
  padding: 10px;
  width: 100%;
  margin: 10px 0;
  font-weight: 600;
  text-align: center;
}

.c-large-text {
  font-family: var(--font-family-base);
  font-size: 20px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .c-large-text {
    font-size: 24px;
  }
}
.c-small-text {
  font-family: var(--font-family-base);
  font-size: 13px;
  letter-spacing: 0.08em;
  font-weight: 400;
}

.mb10 {
  margin-bottom: 10px;
}

.mb30 {
  margin-bottom: 30px;
}

.c-balloon {
  position: relative;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto;
}

.c-balloon--block {
  display: block;
  margin-bottom: 30px;
}

.c-balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -15px;
  border: 15px solid transparent;
}

.c-balloon-center::before {
  left: 50%;
}

.c-balloon-left::before {
  left: 20%;
}

.c-balloon-right::before {
  left: 70%;
}

.c-balloon-green {
  background-color: var(--color-bg-green);
}

.c-balloon-green::before {
  border-top: 15px solid var(--color-bg-green);
}

.c-balloon-white {
  background-color: var(--color-bg-white);
}

.c-balloon-white::before {
  border-top: 15px solid var(--color-bg-white);
}

.c-balloon-yellow {
  background-color: var(--color-bg-yellow);
}

.c-balloon-yellow::before {
  border-top: 15px solid var(--color-bg-yellow);
}

.c-title-clinic-name--center {
  color: var(--color-font-black);
  font-family: var(--font-family-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 32px;
  text-align: center;
  font-weight: 600;
}
.c-title-clinic-name--center::before,
.c-title-clinic-name--center::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-clinic-name--center::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title-clinic-name--center::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c-title-level2 {
  color: var(--color-font-black);
  font-family: var(--font-family-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: 600;
}
.c-title-level2::before,
.c-title-level2::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-level2::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title-level2::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

@media screen and (min-width: 768px) {
  .c-title-level2 {
    font-size: 24px;
  }
}
.c-title-level3 {
  color: var(--color-font-black);
  font-family: var(--font-family-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 18px;
  font-weight: 600;
}
.c-title-level3::before,
.c-title-level3::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-level3::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title-level3::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.c-title-level3 span {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-title-level3 {
    font-size: 20px;
  }
}
.c-title-level4 {
  color: var(--color-font-black);
  font-family: var(--font-family-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 20px;
  font-weight: 400;
}
.c-title-level4::before,
.c-title-level4::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title-level4::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.c-title-level4::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.c-title--center {
  text-align: center;
}

.fixed-footer {
  position: fixed;
  height: 60px;
  background-color: var(--color-bg-green);
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: flex;
}

.header {
  margin-top: 60px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .header {
    margin-top: 120px;
  }
}

.site-name {
  background-color: var(--color-bg-green);
  color: var(--color-font-white);
  font-family: var(--font-family-base);
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 32px;
  padding: 10px 0;
  font-weight: 600;
}
.site-name::before,
.site-name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.site-name::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.site-name::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-kv-inner {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top-kv-inner {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .top-kv-img {
    width: 60%;
  }
}
.top-kv-list {
  background-color: var(--color-bg-white);
  border-radius: 30px;
  padding: 30px 20px;
  margin-top: 30px;
}

.to-kv-item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.to-kv-item-circle::before {
  height: 30px;
  display: block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  width: 30px;
  background-color: var(--color-bg-green);
  margin-right: 10px;
  color: var(--color-font-white);
  font-size: 16px;
  font-weight: 600;
}

.to-kv-item-circle-1::before {
  content: "1";
}

.to-kv-item-circle-2::before {
  content: "2";
}

.to-kv-item-circle-3::before {
  content: "3";
}

.top-about-inner {
  padding: 30px 0;
}

.c-flex-item {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  align-items: center;
}

.c-flex-item-img {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .c-flex-item-img {
    width: 20%;
  }
}
.c-flex-item-circle {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  padding: 10px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .c-flex-item-circle {
    width: 130px;
    height: 130px;
  }
}
.c-flex-item-circle--green {
  background-color: var(--color-bg-green);
}

.c-flex-item-circle--white {
  background-color: var(--color-bg-white);
}

.top-about-box {
  background-color: var(--color-bg-white);
  border: solid 2px var(--color-bg-green);
  border-radius: 20px;
  text-align: center;
  padding: 10px 0;
  margin: 20px 0;
}

.top-about-item {
  padding: 30px 0;
}

.top-point-inner {
  background-color: var(--color-bg-white);
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.point-img {
  width: 200px;
  text-align: center;
}

.top-soudan {
  background-color: var(--color-bg-yellow);
  margin-top: 30px;
}

.top-soudan-inner {
  padding: 30px 0;
}

.soudan-item {
  background-color: var(--color-bg-white);
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .soudan-item {
    width: 40%;
  }
}
@media screen and (min-width: 768px) {
  .soudan-item-wrap {
    display: flex;
    gap: 10px;
    justify-content: center;
  }
}
.soudan-item-img {
  width: 90px;
}

@media screen and (min-width: 768px) {
  .soudan-item-img {
    /* width: 40%; */
  }
}
.top-features-inner {
  margin: 30px 0;
}

.top-feature-item {
  background-color: var(--color-bg-white);
  border-radius: 20px;
  padding: 30px 12px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .top-feature-item {
    width: 50%;
    margin: 20px auto;
  }
}
.top-feature-circle-flex {
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}

.top-feature-number {
  margin-right: 10px;
  background-color: var(--color-bg-green);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-family: var(--color-font-white);
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.08em;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-feature-number::before,
.top-feature-number::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.top-feature-number::before {
  margin-top: calc((1 - 1.5) * 0.5em);
}
.top-feature-number::after {
  margin-bottom: calc((1 - 1.5) * 0.5em);
}

.top-features-ballon {
  margin-bottom: 40px;
}

.top-feature-img {
  padding: 20px 0;
}

.top-feature-text {
  margin-bottom: 20px;
}

.top-feature-case-2 {
  margin-top: 60px;
}

.top-feature-case-wrap {
  position: relative;
}

.top-feature-case-icon {
  position: absolute;
  bottom: -50%;
  right: 0;
  width: 100px;
  height: 100px;
}

.top-feature-item-text {
  background-color: #edf6e7;
  padding: 20px;
  margin: 20px 0;
}
.border-color {
  border-top: solid 1px var(--color-font-primary);
}

.top-feature-case-item-image {
  margin-top: 40px;
}

.top-feature-case-item-detail {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-feature-case-arrow {
  width: 30px;
  margin: 20px 0;
}

.top-faq {
  background-color: var(--color-bg-green);
}

.top-faq-inner {
  padding: 30px 0;
}

.accordion-008 {
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.accordion-008 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #333333;
  cursor: pointer;
  text-align: left;
}

.accordion-008 summary::-webkit-details-marker {
  display: none;
}

.accordion-008 summary::before,
.accordion-008 summary::after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: rgba(51, 51, 51, 0.7019607843);
  content: "";
}

.accordion-008 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}

.accordion-008 summary::after {
  transition: rotate 0.3s;
}

.accordion-008[open] summary::after {
  rotate: 90deg;
}

.accordion-008 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 2em 1.5em;
  color: #333333;
  transition: transform 0.5s, opacity 0.5s;
}

.accordion-008[open] p {
  transform: none;
  opacity: 1;
  text-align: left;
}

.top-ajour {
  background-color: var(--color-bg-white);
}

.top-ajour-inner {
  padding: 30px 0 100px 0;
} /*# sourceMappingURL=style.css.map */
