@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=email] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=reset] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#page-top {
  font-family: Arial, Helvetica, "sans-serif";
  position: fixed;
  bottom: 30%;
  right: 10px;
  z-index: 10000;
}
#page-top a {
  width: 60px;
  display: block;
}
@media screen and (max-width: 640px) {
  #page-top a {
    width: 60px;
  }
}
#page-top a:hover {
  opacity: 0.8;
}

html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
html[lang=ja] {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 1em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #262626;
  overflow-x: hidden;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
@media screen and (max-width: 1024px) {
  body {
    min-width: initial;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.25em;
  }
}

.stuffing {
  font-feature-settings: "palt" 1;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #00b9e7;
  text-decoration: none;
}

b,
strong,
.bold {
  font-weight: 700;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anchor_base {
  position: relative;
}
.anchor_base .anchor_point {
  position: absolute;
  left: 0;
  top: -120px;
}
@media screen and (max-width: 1024px) {
  .anchor_base .anchor_point {
    top: -85px;
  }
}
@media screen and (max-width: 640px) {
  .anchor_base .anchor_point {
    top: -145px;
  }
}
.anchor_base .anchor_point2 {
  position: absolute;
  left: 0;
  top: -130px;
}
@media screen and (max-width: 1024px) {
  .anchor_base .anchor_point2 {
    top: -95px;
  }
}
@media screen and (max-width: 640px) {
  .anchor_base .anchor_point2 {
    top: -155px;
  }
}

span.zero {
  display: inline-block;
}
span.zero::before {
  display: block;
  content: "0";
  color: rgba(0, 0, 0, 0);
}

span.zero_comma {
  display: inline-block;
}
span.zero_comma::before {
  display: block;
  content: "0,";
  color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 640px) {
  .hide_mobile {
    display: none;
  }
}

.active_mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .active_mobile {
    display: inline-block;
  }
}

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

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

@media screen and (max-width: 1024px) {
  .hide_tablet {
    display: none;
  }
}

.active_tablet {
  display: none;
}
@media screen and (max-width: 1024px) {
  .active_tablet {
    display: inline-block;
  }
}

@media screen and (max-width: 1280px) {
  .hide_note {
    display: none;
  }
}

.active_note {
  display: none;
}
@media screen and (max-width: 1280px) {
  .active_note {
    display: inline-block;
  }
}

@media screen and (max-width: 1400px) {
  .hide_pc {
    display: none;
  }
}

.active_pc {
  display: none;
}
@media screen and (max-width: 1400px) {
  .active_pc {
    display: inline-block;
  }
}

@media print {
  body {
    width: 1024px;
  }
}
header {
  width: 100%;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
}
header .wrapper {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  border-bottom: 1px solid #f2ebf2;
}
@media screen and (max-width: 1024px) {
  header .wrapper {
    border: none;
  }
}
header .wrapper_inner {
  width: 93.75%;
  max-width: 1200px;
  height: 79px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 365px 320px;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  header .wrapper_inner {
    width: 100%;
    height: 85px;
    grid-template-columns: 1fr 320px;
    box-sizing: border-box;
    padding: 0 115px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  header .wrapper_inner {
    grid-template-columns: 1fr;
    grid-template-rows: 85px auto;
    padding: inherit;
  }
}
header .wrapper_inner .logo_area {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .wrapper_inner .logo_area {
    padding-left: 40px;
  }
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .logo_area {
    padding-left: 18px;
  }
}
header .wrapper_inner .logo_area h1 {
  width: 76px;
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .logo_area h1 {
    width: 85px;
  }
}
header .wrapper_inner .logo_area .name {
  margin-left: 0.8125em;
}
header .wrapper_inner .logo_area .name a {
  color: #262626;
}
header .wrapper_inner .logo_area .name li:first-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .logo_area .name li:first-child {
    font-size: 20px;
  }
}
header .wrapper_inner .logo_area .name li:last-child {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  margin-top: 0.2em;
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .logo_area .name li:last-child {
    font-size: 34px;
  }
}
header .wrapper_inner .logo_area .subject {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  width: 70px;
  margin-left: 1em;
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .logo_area .subject {
    width: 85px;
  }
}
header .wrapper_inner .logo_area .subject li {
  width: 100%;
  height: 1.5em;
  box-sizing: border-box;
  border-radius: 0.25em;
  border: 1px solid #5287c5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #5287c5;
}
header .wrapper_inner .logo_area .subject li:last-child {
  margin-top: 0.25em;
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .logo_area .subject li {
    font-size: 20px;
    border: 2px solid #5287c5;
  }
}
header .wrapper_inner .pc_nav {
  display: flex;
  align-items: center;
  gap: 29px;
}
header .wrapper_inner .pc_nav li {
  position: relative;
  padding-left: 30px;
}
header .wrapper_inner .pc_nav li:hover {
  opacity: 0.8;
}
header .wrapper_inner .pc_nav li a {
  color: #c499c4;
}
header .wrapper_inner .pc_nav li::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  transform: translateY(-50%);
  content: "";
  width: 24px;
  height: 24px;
}
header .wrapper_inner .pc_nav li:nth-child(1)::before {
  background: url(../img/common/header_icon01_24.svg) center center/contain no-repeat;
}
header .wrapper_inner .pc_nav li:nth-child(2)::before {
  background: url(../img/common/header_icon02_24.svg) center center/contain no-repeat;
}
header .wrapper_inner .pc_nav li:nth-child(3)::before {
  background: url(../img/common/header_icon03_24.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1024px) {
  header .wrapper_inner .pc_nav {
    display: none;
  }
}
header .wrapper_inner .sub_catch {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  width: 320px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e8e6f7;
  gap: 0.5em;
}
@media screen and (max-width: 768px) {
  header .wrapper_inner .sub_catch {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  header .wrapper_inner .sub_catch {
    font-size: 24px;
    height: 60px;
  }
}
header .wrapper_inner .sub_catch li:first-child {
  width: 7.25em;
  height: 1.75em;
  border-radius: 0.25em;
  background: #5287c5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  color: #fff;
}
header .wrapper_inner .sub_catch li:last-child {
  font-weight: 700;
}
header #drawer_toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  header #drawer_toggle {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 85px;
    height: 85px;
    background: #c499c4;
    cursor: pointer;
  }
  header #drawer_toggle span {
    display: block;
    width: 51px;
    height: 2px;
    background: #fff;
    transition: all 0.4s;
  }
  header #drawer_toggle span:nth-child(1) {
    position: absolute;
    left: 17px;
    top: 17px;
  }
  header #drawer_toggle span:nth-child(2) {
    position: absolute;
    left: 17px;
    top: 31px;
  }
  header #drawer_toggle span:nth-child(3) {
    position: absolute;
    left: 17px;
    top: 45px;
  }
  header #drawer_toggle .mn_name {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    position: absolute;
    width: 100%;
    top: 56px;
    font-size: 17px;
    text-align: center;
    color: #fff;
  }
  header #drawer_toggle.open span:nth-child(1) {
    top: 31px;
    transform: rotate(135deg);
  }
  header #drawer_toggle.open span:nth-child(2) {
    display: none;
  }
  header #drawer_toggle.open span:nth-child(3) {
    top: 31px;
    transform: rotate(-135deg);
  }
}
header #global_nav {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
header #global_nav ul {
  display: flex;
  justify-content: center;
  gap: 38px;
}
header #global_nav ul li a {
  color: #4c4c4c;
}
header #global_nav ul li a:hover {
  color: #5287c5;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  header #global_nav ul li a:hover {
    color: #4c4c4c;
    font-weight: 400;
  }
}
@media screen and (max-width: 1024px) {
  header #global_nav {
    position: fixed;
    right: 0;
    top: 85px;
    width: 100%;
    height: inherit;
    display: none;
    z-index: 20000;
  }
  header #global_nav ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2px 1px;
    background: #ccc6cc;
  }
  header #global_nav ul li {
    width: calc(50% - 1px);
    height: 70px;
    background: url(../img/common/gm_arrow.svg) right 24px center/24px 24px no-repeat, #f7e6f7;
    box-sizing: border-box;
    display: flex;
    position: relative;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  header #global_nav ul li {
    width: 100%;
    height: 83px;
    background: url(../img/common/gm_arrow.svg) right 24px center/30px 30px no-repeat, #f7e6f7;
  }
}
@media screen and (max-width: 1024px) {
  header #global_nav ul li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  header #global_nav ul li a {
    padding-left: 50px;
    font-size: 27px;
  }
}

footer {
  width: 100%;
}
footer .facilities {
  width: 100%;
  padding: 60px 0;
}
footer .facilities ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 20px;
  justify-content: center;
  width: 91.875%;
  max-width: 895px;
  margin: auto;
}
footer .facilities ul li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 640px) {
  footer .facilities ul {
    width: 588px;
    grid-template-columns: repeat(2, 280px);
    gap: 20px;
  }
}
footer .footer {
  padding: 60px 0 30px;
  background: #f2ebf2;
}
@media screen and (max-width: 640px) {
  footer .footer {
    padding-bottom: 130px;
  }
}
footer .footer_inner {
  width: 91.875%;
  max-width: 1200px;
  margin: auto;
}
footer .footer_inner .main_menu {
  display: flex;
  font-size: 14px;
  line-height: 2;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 640px) {
  footer .footer_inner .main_menu {
    width: 550px;
    margin: auto;
    font-size: 20px;
    gap: 0;
  }
  footer .footer_inner .main_menu li:nth-child(odd) {
    width: 60%;
  }
  footer .footer_inner .main_menu li:nth-child(even) {
    flex: 1;
  }
}
footer .footer_inner .main_menu a {
  color: #4c4c4c;
}
footer .footer_inner .main_menu a:hover {
  text-decoration: underline;
}
footer .footer_inner hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 27px 0;
}
footer .footer_inner .symptoms {
  width: 1008px;
  margin: auto;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .symptoms {
    width: 822px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_inner .symptoms {
    width: 664px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner .symptoms {
    width: 550px;
    font-size: 20px;
  }
}
footer .footer_inner .symptoms li {
  padding: 5px 9px;
  border: 1px solid #4c4c4c;
  border-radius: 0.225em;
  background: #fff;
}
footer .footer_inner .symptoms li:hover {
  background-color: #e8e6f7;
}
footer .footer_inner .symptoms li a {
  color: #4c4c4c;
}
footer .footer_inner .comments {
  width: 1008px;
  margin: auto;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
  padding: 1.25em 1.5em;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner .comments {
    width: 822px;
  }
}
@media screen and (max-width: 768px) {
  footer .footer_inner .comments {
    width: 664px;
  }
}
@media screen and (max-width: 640px) {
  footer .footer_inner .comments {
    width: 550px;
    font-size: 20px;
  }
}
footer .footer_inner .copyright {
  margin-top: 30px;
  text-align: center;
}
footer .footer_inner .copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #b2a0b2;
}
@media screen and (max-width: 640px) {
  footer .footer_inner .copyright small {
    font-size: 20px;
  }
}

.under_nav {
  display: none;
}
@media screen and (max-width: 640px) {
  .under_nav {
    width: 100%;
    max-width: 680px;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 102px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: #fff;
    z-index: 500;
  }
  .under_nav a {
    color: #fff;
  }
  .under_nav li {
    background: #c499c4;
    position: relative;
  }
  .under_nav li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .under_nav li a .img {
    width: 40px;
  }
  .under_nav li a .text {
    font-size: 20px;
    margin-top: 10px;
  }
}

main {
  width: 100%;
  max-width: 2560px;
  margin: auto;
  padding-top: 120px;
}
@media screen and (max-width: 1024px) {
  main {
    padding-top: 85px;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 125px;
  }
}
@media screen and (max-width: 640px) {
  main {
    padding-top: 145px;
  }
}

.main_visual,
.main_visual_hana,
.main_visual_mimi,
.main_visual_nodo,
.main_visual_other {
  width: 100%;
  max-width: 1366px;
  margin: auto;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .main_visual,
  .main_visual_hana,
  .main_visual_mimi,
  .main_visual_nodo,
  .main_visual_other {
    height: 213px;
  }
}
.main_visual .title_area,
.main_visual_hana .title_area,
.main_visual_mimi .title_area,
.main_visual_nodo .title_area,
.main_visual_other .title_area {
  width: 630px;
  height: 104px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main_visual .title_area,
  .main_visual_hana .title_area,
  .main_visual_mimi .title_area,
  .main_visual_nodo .title_area,
  .main_visual_other .title_area {
    width: 560px;
    height: 90px;
  }
}
.main_visual .title_area::before,
.main_visual_hana .title_area::before,
.main_visual_mimi .title_area::before,
.main_visual_nodo .title_area::before,
.main_visual_other .title_area::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 630px;
  height: 84px;
  background: linear-gradient(90deg, rgba(190, 149, 190, 0.7), rgba(81, 129, 185, 0.7));
}
@media screen and (max-width: 640px) {
  .main_visual .title_area::before,
  .main_visual_hana .title_area::before,
  .main_visual_mimi .title_area::before,
  .main_visual_nodo .title_area::before,
  .main_visual_other .title_area::before {
    width: 560px;
    height: 70px;
  }
}
.main_visual .title_area::after,
.main_visual_hana .title_area::after,
.main_visual_mimi .title_area::after,
.main_visual_nodo .title_area::after,
.main_visual_other .title_area::after {
  display: block;
  position: absolute;
  content: "";
  left: 10px;
  top: 0px;
  width: 610px;
  height: 104px;
  background: linear-gradient(90deg, rgba(190, 149, 190, 0.7), rgba(81, 129, 185, 0.7));
}
@media screen and (max-width: 640px) {
  .main_visual .title_area::after,
  .main_visual_hana .title_area::after,
  .main_visual_mimi .title_area::after,
  .main_visual_nodo .title_area::after,
  .main_visual_other .title_area::after {
    width: 540px;
    height: 90px;
  }
}
.main_visual .title_area h2,
.main_visual_hana .title_area h2,
.main_visual_mimi .title_area h2,
.main_visual_nodo .title_area h2,
.main_visual_other .title_area h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  color: #fff;
  white-space: nowrap;
  z-index: 10;
  letter-spacing: -0.025em;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 700;
  font-size: 40px;
}
@media screen and (max-width: 640px) {
  .main_visual .title_area h2,
  .main_visual_hana .title_area h2,
  .main_visual_mimi .title_area h2,
  .main_visual_nodo .title_area h2,
  .main_visual_other .title_area h2 {
    font-size: 38px;
  }
}

.pankuzu {
  width: 91.875%;
  max-width: 1000px;
  margin: auto;
  height: 52px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .pankuzu {
    height: 70px;
  }
}
.pankuzu ol {
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  .pankuzu ol {
    font-size: 20px;
  }
}
.pankuzu ol li {
  padding-right: 0.5em;
}
.pankuzu ol li:nth-child(n+2) {
  position: relative;
  padding-left: 1em;
}
.pankuzu ol li:nth-child(n+2)::before {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  content: ">";
}
.pankuzu ol li a {
  color: #262626;
}
.pankuzu ol li a:hover {
  text-decoration: underline;
}/*# sourceMappingURL=common.css.map */