@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
/*! 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.
 */
/* 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;
}

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

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

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

[type=radio] {
  -webkit-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.
 */
/**
 * 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;
}

.wrap {
  min-width: 1240px;
  background-color: #f2f2f2;
  color: #3e352b;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.6;
  padding-top: 150px;
}
@media only screen and (max-width: 768px) {
  .wrap {
    min-width: unset;
    font-size: 15px;
    padding-top: 80px;
  }
}

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 5vw;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header__logo {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d6b99f;
}
@media only screen and (max-width: 768px) {
  .header__logo {
    height: 80px;
  }
  .header__logo img {
    width: 100px;
  }
}

.footer {
  border-bottom: 10px solid #d6b99f;
  padding: 40px 0 20px;
}
.footer .copyright {
  font-size: 12px;
  text-align: center;
}

.pagetop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url(../img/padetop.png) center center/contain no-repeat;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .pagetop {
    width: 60px;
    height: 60px;
  }
}
.pagetop:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .pagetop:hover {
    opacity: 1;
  }
}

a {
  transition: all 0.15s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex.--cols-2 > * {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .flex.--cols-2 > * {
    width: 100%;
  }
}
.flex.--g40 {
  margin: -40px -20px 0;
}
.flex.--g40 > * {
  padding: 40px 20px 0;
}

.text-center {
  text-align: center !important;
}

.fz-20 {
  font-size: 20px !important;
}
@media only screen and (max-width: 768px) {
  .fz-20 {
    font-size: 16px !important;
  }
}

.lh-lg {
  line-height: 2 !important;
  letter-spacing: 0.1em !important;
}

.mt-100 {
  margin-top: 100px !important;
}
@media only screen and (max-width: 768px) {
  .mt-100 {
    margin-top: 50px !important;
  }
}

.mb-100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
  .mb-100 {
    margin-bottom: 50px !important;
  }
}

.mb-1em {
  margin-bottom: 1em;
}

.fc-red {
  color: #862828 !important;
}

#page-home .wrap {
  padding: 0;
}
#page-home .mv {
  background-color: #d6b99f;
  color: #3e352b;
  font-weight: 600;
  position: relative;
}
#page-home .mv__logo {
  position: fixed;
  bottom: 0;
  left: 0;
  animation: fadeup 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@media only screen and (max-width: 768px) {
  #page-home .mv__logo {
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, #d6b99f 50%);
    padding: 10vw 0 0;
    text-align: right;
    z-index: 1;
  }
}
#page-home .mv__logo img {
  height: 80vh;
  width: auto;
}
@media only screen and (max-width: 768px) {
  #page-home .mv__logo img {
    height: auto;
    width: 70vw;
  }
}
#page-home .mv__ttl {
  max-width: 600px;
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin: 0 auto 1em;
  overflow: hidden;
  text-align: center;
}
#page-home .mv__ttl span {
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
#page-home .mv__ttl span::before, #page-home .mv__ttl span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 99em;
  height: 1px;
  background-color: #fff;
}
#page-home .mv__ttl span::before {
  right: 100%;
}
#page-home .mv__ttl span::after {
  left: 100%;
}
#page-home .mv__txt {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-home .mv__txt {
    font-size: 3.5vw;
  }
}
#page-home .mv__txt small {
  display: inline-block;
  line-height: 1.6;
}
#page-home .slider {
  animation: fadedown 1.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  margin-bottom: 0;
  opacity: 0;
  transition: opacity 1s linear;
}
#page-home .slider.slick-initialized {
  opacity: 1;
}
#page-home .slider .slick-slide {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  #page-home .slider .slick-slide {
    padding: 10vw 0 35vw;
  }
}
#page-home .slider .slick-dots {
  bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #page-home .slider .slick-dots {
    top: 5px;
    bottom: unset;
  }
}
#page-home .slider .slick-dots li button:before {
  font-size: 10px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-home .slider .slick-dots li button:before {
    font-size: 5px;
  }
}

#page-menu .header {
  background-color: #f2f2f2;
}
#page-menu .inner {
  padding: 0;
}
#page-menu .tab__list {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  margin: 0;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #page-menu .tab__list {
    padding-top: 20px;
  }
}
#page-menu .tab__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333333333%;
  height: 80px;
  border-radius: 15px 15px 0 0;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
@media only screen and (max-width: 768px) {
  #page-menu .tab__list-item {
    height: 50px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
  }
}
#page-menu .tab__list-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#page-menu .tab__list-item.current {
  background-color: #fff;
}
#page-menu .tab__list-item.current:hover {
  opacity: 1;
}
#page-menu .tab__content {
  list-style: none;
  padding: 100px 30px;
  margin-top: 110px;
}
@media only screen and (max-width: 768px) {
  #page-menu .tab__content {
    padding: 40px 5vw;
    margin-top: 70px;
  }
}
#page-menu .tab__content-item {
  display: none;
}
#page-menu .anchor {
  height: 0;
  padding-top: 300px;
  margin-top: -300px;
}
@media only screen and (max-width: 768px) {
  #page-menu .anchor {
    padding-top: 170px;
    margin-top: -170px;
  }
}
#page-menu .menu {
  background: url(../img/astrea_logo_bg.png) left top 260px/auto calc(100vh - 260px) no-repeat;
  background-attachment: fixed;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu {
    background: url(../img/astrea_logo_bg.png) left top 150px/auto calc(100vh - 150px) no-repeat;
    background-attachment: fixed;
    background-color: #fff;
  }
}
#page-menu .menu__flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -100px -15px;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex {
    margin: -30px 0;
  }
}
#page-menu .menu__flex-item {
  width: 33.3333333333%;
  padding: 100px 15px 0;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex-item {
    width: 100%;
    padding: 30px 0 0;
  }
}
#page-menu .menu__flex-item.--col2 {
  width: 66.666%;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex-item.--col2 {
    width: 100%;
  }
}
#page-menu .menu__flex .box {
  height: 100%;
  border: 1px solid #3e352b;
  background-color: rgba(255, 255, 255, 0.6);
}
#page-menu .menu__flex .cont {
  padding: 20px 30px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex .cont {
    padding: 20px 5vw 30px;
  }
}
#page-menu .menu__flex .txt01 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex .txt01 {
    font-size: 18px;
  }
}
#page-menu .menu__flex .txt01 small {
  font-size: 0.8em;
  font-weight: normal;
}
#page-menu .menu__flex .txt02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex .txt02 {
    font-size: 16px;
  }
}
#page-menu .menu__flex .time {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__flex .time {
    font-size: 20px;
  }
}
#page-menu .menu__flex .list {
  padding-left: 1.5em;
  list-style: disc;
}
#page-menu .menu__flex .list li::marker {
  color: #3e352b;
}
#page-menu .menu__flex .list li:not(:last-child) {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__banner {
    margin-left: -5vw;
    margin-right: -5vw;
  }
}
#page-menu .menu__banner li:not(:last-child) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__banner li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#page-menu .menu__banner a {
  display: block;
  transition: all 0.15s ease-in-out;
}
#page-menu .menu__ttl {
  font-size: 40px;
  text-align: center;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__ttl {
    font-size: 30px;
    margin-bottom: 1em;
  }
}
#page-menu .menu__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background-color: #3e352b;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__ttl::after {
    width: 60px;
  }
}
#page-menu .menu__ttl02 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__ttl02 {
    font-size: 20px;
  }
}
#page-menu .menu__img-ttl {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__img-ttl {
    margin-left: -5vw;
    margin-right: -5vw;
    margin-bottom: 50px;
  }
}
#page-menu .menu__table {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__table {
    border-bottom: 1px solid #3e352b;
  }
}
#page-menu .menu__table th,
#page-menu .menu__table td {
  padding: 1.5em 1em;
  border-top: 1px solid #3e352b;
  border-bottom: 1px solid #3e352b;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__table th,
  #page-menu .menu__table td {
    display: block;
    padding: 0;
    border: none;
  }
}
#page-menu .menu__table th {
  width: 30%;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__table th {
    width: 100%;
    font-size: 18px;
    border-top: 1px solid #3e352b;
    padding-top: 1em;
    margin-bottom: 10px;
  }
}
#page-menu .menu__table td {
  font-size: 18px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #page-menu .menu__table td {
    font-size: 16px;
    padding-bottom: 1em;
  }
}
#page-menu .acupuncture_img {
  width: 660px;
}
@media only screen and (max-width: 768px) {
  #page-menu .acupuncture_img {
    width: auto;
  }
}

@keyframes fadedown {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeup {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */