@charset "UTF-8";
/*
    Template: swell
    Theme Name: パークベルクリニック
    Description: オリジナルテンプレート
*/

/* spanボタンでの装飾対応 */
.is-style-btn_normal > span, .is-style-btn_shiny > span {
	box-shadow: var(--swl-btn_shadow);
}

[class*=is-style-btn_] > span {
    background: var(--the-btn-bg);
    border-radius: var(--the-btn-radius,0);
    display: inline-block;
    letter-spacing: var(--swl-letter_spacing,1px);
    line-height: 1.5;
    margin: 0;
    min-width: var(--the-min-width);
    padding: var(--the-padding);
    position: relative;
    text-decoration: none;
    width: var(--the-width);
}

.swell-block-button > a,.swell-block-button > span {
	text-align: center;
	cursor: pointer;
	text-decoration:none !important;
	color:#fff !important;
}

span[class*="park_txt"] {
    cursor: pointer;
    text-decoration: underline;
    color: var(--color_link);
}
.l-mainContent {
    padding-top: 90px;
}

@media only screen and (max-width: 768px) {
    .l-mainContent {
    padding-top: 50px;
    }
}

/* ==============================
 base
============================== */
html {
  width: 100%;
  height: 100%;
}

body.home {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  font-style: normal;
  font-weight: 400;
}
body.home .l-mainContent {
  padding: 0;
  margin: 0;
}
body.home .l-content {
  padding-top: 0;
  margin: 0;
}
body.home .l-container {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
body.home .l-article {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

body.home .post_content>* {
	margin-bottom: 0 !important;
}

body.home .l-mainContent__inner>.post_content {
	padding: 0;
}
body.home img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
body.home a {
  color: #000;
  text-decoration: none;
  line-height: initial;
}
body.home a:hover,
body.home a img:hover {
  opacity: 0.5;
  transition: ease all 0.75s;
}
body.home h1 {
  font-family: "Noto Sans JP", sans-serif;
}
body.home h2 {
  font-family: "Noto Sans JP", sans-serif;
}
body.home h3 {
  font-family: "Noto Sans JP", sans-serif;
}
body.home h4 {
  font-family: "Noto Sans JP", sans-serif;
}
body.home h5 {
  font-family: "Noto Sans JP", sans-serif;
}
body.home h6 {
  font-family: "Noto Sans JP", sans-serif;
}
body.home h2 {
  font-size: 36px;
  font-weight: 300;
  letter-spacing: 0.5rem;
  text-align: center;
}
body.home h3 {
  text-align: center;
  letter-spacing: 0.3rem;
  padding: 15px 0;
	margin: 0;
	border-left: none;
  font-size: 110%;
}

body.home h3::before,
body.home h3::after {
	content: none;
}

body.home .midashi {
  background-color: #AAB987;
  color: #fff;
}
body.home .midashi._purp {
  background: #bdb798;
}
body.home .midashi._gray {
  background: rgba(157, 149, 141, 0.7);
}
body.home .page.red .midashi {
  background: #98869d;
}
body.home .page.contents.head {
  background: #e3e8e1;
  padding-bottom: 0px;
}
body.home .page.contents.head.red {
  background: #e5e1e6;
  padding-bottom: 0px;
}
body.home .page-head-txt {
  font-size: 110%;
  line-height: 1.7em;
  padding: 3vw 0;
}
body.home .page.contents .txt {
  font-size: 100%;
  line-height: 1.8em;
}
body.home .page.contents .sub {
  font-size: 90%;
  padding: 0.3vw 0;
}
body.home .page.contents .title {
  font-size: 105%;
  letter-spacing: 0.03rem;
  font-weight: 500;
}
body.home .page.contents .heading {
  font-size: 110%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
body.home input,
body.home button,
body.home textarea,
body.home select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: rgba(0, 0, 0, 0);
  font-family: inherit;
  border-radius: 0;
  border: 0;
  box-sizing: border-box;
  outline: none;
}
body.home input[type=submit],
body.home button {
  cursor: pointer;
}
body.home select::-ms-expand {
  display: none;
}
body.home * {
  box-sizing: border-box;
}
body.home .bg-blue {
  background: #aab4ca;
}
body.home .bg-aqua {
  background: #e3e7e0;
}
body.home .bg-purple {
  background: #b7abbb;
}
body.home .bg-violet {
  background: #BCAD79;
}
body.home .bg-ggg {
  background: #AAB987;
}
body.home .bg-gre {
  background: rgba(170, 185, 135, 0.9);
}
body.home .bg-yel {
  background: rgba(188, 173, 121, 0.9);
}
body.home .bg-white {
  background: #fff;
}
body.home .bg-navy {
  background-color: rgba(103, 122, 160, 0.6);
}
body.home .inner {
  max-width: 980px;
  margin: 0 auto;
}
body.home .body_900 {
  max-width: 900px;
  margin: 0 auto;
}
body.home .twin__wrap {
  display: grid;
  grid-template-columns: 1.25fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 7%;
}
body.home .twin__wrap.x1x1 {
  grid-template-columns: 1fr 1fr;
}
body.home .triple__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
}
body.home .bdrr {
  border-right: 1px solid;
}
body.home .txt_s {
  font-size: 80%;
}
body.home .txt_m {
  font-size: 90%;
}
body.home .txt_l {
  font-size: 120%;
}
body.home .txt_ll {
  font-size: 140%;
}
body.home .txt_red {
  color: #FF1D25;
}
body.home .txt_wb {
  font-weight: 600;
}
body.home .txt_u {
  text-decoration: underline;
}
body.home .h-5 {
  height: 5px;
}
body.home .h-10 {
  height: 10px;
}
body.home .h-15 {
  height: 15px;
}
body.home .h-20 {
  height: 20px;
}
body.home .h-25 {
  height: 25px;
}
body.home .h-30 {
  height: 30px;
}
body.home .h-35 {
  height: 35px;
}
body.home .h-40 {
  height: 40px;
}
body.home .h-45 {
  height: 45px;
}
body.home .h-50 {
  height: 50px;
}
body.home .h-55 {
  height: 55px;
}
body.home .h-60 {
  height: 60px;
}
body.home .h-65 {
  height: 65px;
}
body.home .h-70 {
  height: 70px;
}
body.home .h-75 {
  height: 75px;
}
body.home .h-80 {
  height: 80px;
}
body.home .h-85 {
  height: 85px;
}
body.home .h-90 {
  height: 90px;
}
body.home .h-95 {
  height: 95px;
}
body.home .h-100 {
  height: 100px;
}
body.home .h-110 {
  height: 110px;
}
body.home .h-120 {
  height: 120px;
}
body.home .h-130 {
  height: 130px;
}
body.home .pt-5 {
  padding-top: 5px;
}
body.home .pt-10 {
  padding-top: 10px;
}
body.home .pt-15 {
  padding-top: 15px;
}
body.home .pt-20 {
  padding-top: 20px;
}
body.home .pt-25 {
  padding-top: 25px;
}
body.home .pt-30 {
  padding-top: 30px;
}
body.home .pt-35 {
  padding-top: 35px;
}
body.home .pt-40 {
  padding-top: 40px;
}
body.home .pt-45 {
  padding-top: 45px;
}
body.home .pt-50 {
  padding-top: 50px;
}
body.home .pt-55 {
  padding-top: 55px;
}
body.home .pt-60 {
  padding-top: 60px;
}
body.home .pt-65 {
  padding-top: 65px;
}
body.home .pt-70 {
  padding-top: 70px;
}
body.home .pt-75 {
  padding-top: 75px;
}
body.home .pt-80 {
  padding-top: 80px;
}
body.home .pb-5 {
  padding-bottom: 5px;
}
body.home .pb-10 {
  padding-bottom: 10px;
}
body.home .pb-20 {
  padding-bottom: 20px;
}
body.home .pb-15 {
  padding-bottom: 15px;
}
body.home .pb-25 {
  padding-bottom: 25px;
}
body.home .pb-30 {
  padding-bottom: 30px;
}
body.home .pb-35 {
  padding-bottom: 35px;
}
body.home .pb-40 {
  padding-bottom: 40px;
}
body.home .pb-45 {
  padding-bottom: 45px;
}
body.home .pb-50 {
  padding-bottom: 50px;
}
body.home .pb-55 {
  padding-bottom: 55px;
}
body.home .pb-60 {
  padding-bottom: 60px;
}
body.home .pb-65 {
  padding-bottom: 65px;
}
body.home .pb-70 {
  padding-bottom: 70px;
}
body.home .pb-75 {
  padding-bottom: 75px;
}
body.home .pb-80 {
  padding-bottom: 80px;
}
body.home .pr-5 {
  padding-right: 5px;
}
body.home .pr-10 {
  padding-right: 10px;
}
body.home .pr-15 {
  padding-right: 15px;
}
body.home .pr-20 {
  padding-right: 20px;
}
body.home .pr-25 {
  padding-right: 25px;
}
body.home .pr-30 {
  padding-right: 30px;
}
body.home .pr-35 {
  padding-right: 35px;
}
body.home .pr-40 {
  padding-right: 40px;
}
body.home .pr-45 {
  padding-right: 45px;
}
body.home .pr-50 {
  padding-right: 50px;
}
body.home .pr-55 {
  padding-right: 55px;
}
body.home .pr-60 {
  padding-right: 60px;
}
body.home .pr-65 {
  padding-right: 65px;
}
body.home .pr-70 {
  padding-right: 70px;
}
body.home .pr-75 {
  padding-right: 75px;
}
body.home .pr-80 {
  padding-right: 80px;
}
body.home .pl-5 {
  padding-left: 5px;
}
body.home .pl-10 {
  padding-left: 10px;
}
body.home .pl-15 {
  padding-left: 15px;
}
body.home .pl-20 {
  padding-left: 20px;
}
body.home .pl-25 {
  padding-left: 25px;
}
body.home .pl-30 {
  padding-left: 30px;
}
body.home .pl-35 {
  padding-left: 35px;
}
body.home .pl-40 {
  padding-left: 40px;
}
body.home .pl-45 {
  padding-left: 45px;
}
body.home .pl-50 {
  padding-left: 50px;
}
body.home .pl-55 {
  padding-left: 55px;
}
body.home .pl-60 {
  padding-left: 60px;
}
body.home .pl-65 {
  padding-left: 65px;
}
body.home .pl-70 {
  padding-left: 70px;
}
body.home .pl-75 {
  padding-left: 75px;
}
body.home .pl-80 {
  padding-left: 80px;
}
body.home .mt-5 {
  margin-top: 5px;
}
body.home .mt-10 {
  margin-top: 10px;
}
body.home .mt-15 {
  margin-top: 15px;
}
body.home .mt-20 {
  margin-top: 20px;
}
body.home .mt-25 {
  margin-top: 25px;
}
body.home .mt-30 {
  margin-top: 30px;
}
body.home .mt-35 {
  margin-top: 35px;
}
body.home .mt-40 {
  margin-top: 40px;
}
body.home .mt-45 {
  margin-top: 45px;
}
body.home .mt-50 {
  margin-top: 50px;
}
body.home .mt-55 {
  margin-top: 55px;
}
body.home .mt-60 {
  margin-top: 60px;
}
body.home .mt-65 {
  margin-top: 65px;
}
body.home .mt-70 {
  margin-top: 70px;
}
body.home .mt-75 {
  margin-top: 75px;
}
body.home .mt-80 {
  margin-top: 80px;
}
body.home .mb-5 {
  margin-bottom: 5px;
}
body.home .mb-10 {
  margin-bottom: 10px;
}
body.home .mb-15 {
  margin-bottom: 15px;
}
body.home .mb-20 {
  margin-bottom: 20px;
}
body.home .mb-25 {
  margin-bottom: 25px;
}
body.home .mb-30 {
  margin-bottom: 30px;
}
body.home .mb-35 {
  margin-bottom: 35px;
}
body.home .mb-40 {
  margin-bottom: 40px;
}
body.home .mb-45 {
  margin-bottom: 45px;
}
body.home .mb-50 {
  margin-bottom: 50px;
}
body.home .mb-55 {
  margin-bottom: 55px;
}
body.home .mb-60 {
  margin-bottom: 60px;
}
body.home .mb-65 {
  margin-bottom: 65px;
}
body.home .mb-70 {
  margin-bottom: 70px;
}
body.home .mb-75 {
  margin-bottom: 75px;
}
body.home .mb-80 {
  margin-bottom: 80px;
}
body.home .mr-5 {
  margin-right: 5px;
}
body.home .mr-10 {
  margin-right: 10px;
}
body.home .mr-15 {
  margin-right: 15px;
}
body.home .mr-20 {
  margin-right: 20px;
}
body.home .mr-25 {
  margin-right: 25px;
}
body.home .mr-30 {
  margin-right: 30px;
}
body.home .mr-35 {
  margin-right: 35px;
}
body.home .mr-40 {
  margin-right: 40px;
}
body.home .mr-45 {
  margin-right: 45px;
}
body.home .mr-50 {
  margin-right: 50px;
}
body.home .mr-55 {
  margin-right: 55px;
}
body.home .mr-60 {
  margin-right: 60px;
}
body.home .mr-65 {
  margin-right: 65px;
}
body.home .mr-70 {
  margin-right: 70px;
}
body.home .mr-75 {
  margin-right: 75px;
}
body.home .mr-80 {
  margin-right: 80px;
}
body.home .ml-5 {
  margin-left: 5px;
}
body.home .ml-10 {
  margin-left: 10px;
}
body.home .ml-15 {
  margin-left: 15px;
}
body.home .ml-20 {
  margin-left: 20px;
}
body.home .ml-25 {
  margin-left: 25px;
}
body.home .ml-30 {
  margin-left: 30px;
}
body.home .ml-35 {
  margin-left: 35px;
}
body.home .ml-40 {
  margin-left: 40px;
}
body.home .ml-45 {
  margin-left: 45px;
}
body.home .ml-50 {
  margin-left: 50px;
}
body.home .ml-55 {
  margin-left: 55px;
}
body.home .ml-60 {
  margin-left: 60px;
}
body.home .ml-65 {
  margin-left: 65px;
}
body.home .ml-70 {
  margin-left: 70px;
}
body.home .ml-75 {
  margin-left: 75px;
}
body.home .ml-80 {
  margin-left: 80px;
}
body.home .f-10 {
  font-size: 10px;
}
body.home .f-11 {
  font-size: 11px;
}
body.home .f-12 {
  font-size: 12px;
}
body.home .f-13 {
  font-size: 13px;
}
body.home .f-14 {
  font-size: 14px;
}
body.home .f-15 {
  font-size: 15px;
}
body.home .f-16 {
  font-size: 16px;
}
body.home .f-17 {
  font-size: 17px;
}
body.home .f-18 {
  font-size: 18px;
}
body.home .f-19 {
  font-size: 19px;
}
body.home .f-20 {
  font-size: 20px;
}
body.home .f-21 {
  font-size: 21px;
}
body.home .f-22 {
  font-size: 22px;
}
body.home .f-23 {
  font-size: 23px;
}
body.home .f-24 {
  font-size: 24px;
}
body.home .f-25 {
  font-size: 25px;
}
body.home .f-26 {
  font-size: 26px;
}
body.home .f-27 {
  font-size: 27px;
}
body.home .f-28 {
  font-size: 28px;
}
body.home .f-29 {
  font-size: 29px;
}
body.home .f-30 {
  font-size: 30px;
}
body.home .t-center {
  text-align: center;
}
body.home .t-left {
  text-align: left;
}
body.home .c-00 {
  color: #fff;
}
body.home .c-01 {
  color: #7A8C64;
	margin: 0;
}
body.home .c-02 {
  color: #9D958D;
}
body.home .c-03 {
  color: #8FA361;
}
body.home .c-04 {
  color: #000;
}
body.home .c-05 {
  color: #a29869;
}
body.home .c-06 {
  color: #9d958d;
}
body.home .c-07 {
  color: #a29869;
}
body.home .c-08 {
  color: #d65284;
}
body.home .fw-1 {
  font-weight: 100;
}
body.home .fw-2 {
  font-weight: 200;
}
body.home .fw-3 {
  font-weight: 300;
}
body.home .fw-4 {
  font-weight: 400;

}
body.home .fw-5 {
  font-weight: 500;
}
body.home .fw-6 {
  font-weight: 600;
}
body.home .fw-7 {
  font-weight: 700;
}
body.home .fw-8 {
  font-weight: 800;
}
body.home .fw-9 {
  font-weight: 900;
}
body.home .lh-10 {
  line-height: 1;
}
body.home .lh-11 {
  line-height: 1.1;
}
body.home .lh-12 {
  line-height: 1.2;
}
body.home .lh-13 {
  line-height: 1.3;
}
body.home .lh-14 {
  line-height: 1.4;
}
body.home .lh-15 {
  line-height: 1.5;
}
body.home .lh-16 {
  line-height: 1.6;
}
body.home .lh-17 {
  line-height: 1.7;
}
body.home .lh-20 {
  line-height: 2;
}
body.home .ls-01 {
  letter-spacing: 0.01rem;
}
body.home .ls-02 {
  letter-spacing: 0.02rem;
}
body.home .ls-03 {
  letter-spacing: 0.03rem;
}
body.home .ls-04 {
  letter-spacing: 0.04rem;
}
body.home .ls-05 {
  letter-spacing: 0.05rem;
}
body.home .ls-06 {
  letter-spacing: 0.06rem;
}
body.home .ls-07 {
  letter-spacing: 0.07rem;
}
body.home .ls-08 {
  letter-spacing: 0.08rem;
}
body.home .ls-09 {
  letter-spacing: 0.09rem;
}
body.home .ls-10 {
  letter-spacing: 0.1rem;
}
body.home .ls-11 {
  letter-spacing: 0.11rem;
}
body.home .ls-12 {
  letter-spacing: 0.12rem;
}
body.home .ls-13 {
  letter-spacing: 0.13rem;
}
body.home .ls-14 {
  letter-spacing: 0.14rem;
}
body.home .ls-15 {
  letter-spacing: 0.15rem;
}
body.home #pageTop {
  display: block;
  position: fixed;
  width: 35px;
  height: 35px;
  bottom: 2%;
  right: 2%;
  background: #99a88d;
  color: #fff;
  font-size: 10px;
  border-radius: 100px;
  z-index: 999;
}
body.home #pageTop img {
  padding: 11px 8px;
}
@media (max-width: 767px) {
  body.home #pageTop #pageTop {
    width: 21.6vw vw;
    height: 9.3333333333vw;
    bottom: 6vw;
    right: 11.3333333333vw;
  }
}
body.home .button-item {
  display: flex;
  justify-content: center;
}
body.home .button {
  text-align: center;
}
body.home .button-item .button {
  width: 100%;
}
body.home .button .Btn01 {
  position: relative;
  color: #fff;
  height: 2.8vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vw;
  background-color: rgba(170, 185, 135, 0.9);
  letter-spacing: 0.1rem;
  font-size: 110%;
}
body.home .button .Btn01::before {
  content: "";
  background: url("../../../../assets/images/icon_arrow_w.svg") no-repeat;
  background-size: contain;
  width: 1.04vw;
  height: 1.04vw;
  position: absolute;
  right: 5%;
  top: 36%;
}
body.home .Btn01._purple {
  background-color: rgba(188, 173, 121, 0.7);
}
body.home .Btn01._gray {
  background-color: rgba(186, 180, 175, 0.8);
}
body.home .Btn01._aqua {
  background-color: rgba(199, 209, 235, 0.5);
  color: #677aa0;
}
body.home .Btn01._park {
  background-color: rgb(145, 131, 110);
}
body.home .Btn01._aqua::before {
  background: url("../../../../assets/images/icon_arrow.svg") no-repeat;
  right: 17%;
  width: 1vw;
  height: 1vw;
  top: 31%;
}
body.home .button .Btn02 {
  position: relative;
  color: #fff;
  border: 1px solid;
  padding: 5px;
  font-size: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.03rem;
}
body.home .button .Btn02:hover {
  background: #fff;
  color: #B2BF92;
}
body.home .button .Btn02::before {
  content: "";
  background: url("../../../../assets/images/icon_arrow_w.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 5%;
}
body.home .button .Btn02:hover::before {
  background: url("../../../../assets/images/icon_arrow_a.svg") no-repeat;
  background-size: contain;
}
body.home .head_wrap {
  position: fixed;
  width: 100%;
  z-index: 20;
  background: transparent;
  transition: ease all 0.5s;
}
body.home .head_wrap {
  /*  background-color: rgba(157, 149, 141, 0.7);*/
  background-color: rgba(117, 109, 102, 0.7);
}
body.home .head_wrap .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: stretch;
  max-width: 1200px;
  width: 80vw;
}
body.home .head_logo .bell_logo {
  width: 3.5em;
}
body.home .head_logo {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 20px;
  width: 50%;
  height: 100%;
}
body.home .head_logo a {
  line-height: 1;
}
body.home .aqua_logo,
body.home .site_logo {
  /*  margin-top: 5px;*/
  height: 1.5em;
  width: auto;
}
body.home .head_btn {
  width: 35%;
  height: 100%;
  z-index: 30;
}
body.home .head_btn ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  /*  gap: 2%;*/
  flex-wrap: wrap;
  width: 100%;
}
body.home .head_btn ul li a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03rem;
  display: flex;
  justify-content: end;
  align-items: center;
  text-align: center;
  padding: 10px 0;
  flex-flow: column;
  gap: 5px;
  height: 100%;
}
body.home .head_btn ul li._contact03 a {
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.03rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px 0;
  flex-flow: column;
  gap: 5px;
  height: 100%;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
}
body.home .head_btn ul li._contact03 a .telfs {
  font-size: 1vw;
}
body.home .head_btn ul li a .icon {
  max-width: 21px;
}
body.home .head_btn ul li a .icon_tel {
  max-width: 15px;
  display: inline-block;
}
body.home .head_btn li {
  mix-blend-mode: multiply;
}
body.home .head_btn li._contact01 {
  width: 23%;
}
body.home .head_btn li._contact02 {
  width: 23%;
}
body.home .head_btn li._contact03 {
  width: 40%;
}
body.home .head_wrap.active .head_btn li {
  mix-blend-mode: inherit;
}
body.home .head_btn li.park a {
  background-color: rgb(145, 131, 110);
}
body.home .head_btn li.clr01 a {
  background-color: rgba(188, 173, 121, 0.6);
}
body.home .head_btn li.clr02 a {
  background-color: rgba(143, 147, 159, 0.6);
}
body.home .head_btn li.clr03 a {
  background-color: rgb(121, 140, 100);
}
body.home .map_btn {
  width: 7%;
  height: 100%;
}
body.home .map_btn a {
  padding: 10px 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .map_btn .icon {
  width: auto;
  height: 42px;
}
body.home .header .insta {
  position: fixed;
  width: 55px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  top: 1.5vw;
  right: -1vw;
}
body.home .header .open .insta {
  max-width: 40px;
  z-index: 201;
  opacity: 1;
  visibility: visible;
  transition: cubic-bezier(0.79, 0.14, 0.15, 0.86) all 0.2s;
  right: 5vw;
  padding-top: 1px;
}
body.home .header .insta .sns {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 55px;
}
body.home .header .insta .sns .icon {
  max-width: 32px;
}
body.home .hamburger {
  position: relative;
  cursor: pointer;
  z-index: 300;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 45%;
  max-height: 70px;
}
body.home .hamburger__line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
}
body.home .hamburger__line--1 {
  top: 12px;
}
body.home .hamburger__line--2 {
  top: 21px;
}
body.home .hamburger__line--3 {
  top: 30px;
}
body.home .open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 20px;
}
body.home .open .hamburger__line--2 {
  opacity: 0;
}
body.home .open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 20px;
}
body.home .open .hamburger__line {
  background: rgba(170, 185, 135, 0.9);
}
body.home .open .nav_name {
  display: none;
}
body.home .nav_name {
  color: #fff;
  position: absolute;
  font-weight: 400;
  bottom: 3px;
  font-size: 11px;
  transition: ease all 0.5s;
}
body.home .nav-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 55px;
}
body.home #nav-wrapper.open .hamburger {
  max-width: 40px;
}
body.home #nav-wrapper.open {
  position: absolute;
  right: 0.5vw;
  top: 1.5vw;
}
body.home #main_menu {
  display: flex;
  flex-flow: column;
}
body.home #main_menu a {
  color: #99a88d;
}
body.home .menu_head a {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(170, 185, 135, 0.9);
  width: 100%;
  display: block;
  margin: 10px auto;
  padding: 10px 0;
}
body.home .menu_head a .sam {
  font-size: 70%;
}
body.home #main_menu .child li a {
  font-weight: 400;
  font-size: 1.18rem;
  line-height: 1.85em;
  text-decoration: underline;
  text-decoration-color: #fff;
  transition: ease all 0.5s;
}
body.home #main_menu .child li a:hover {
  text-decoration-color: #B2BF92;
}
body.home .global-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 45%; /* 出てくるスライドメニューの幅 */
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  display: flex;
  flex-direction: column;
  padding: 6% 2% 3%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 6%;
  max-width: 600px;
}
body.home .open .global-nav {
  right: 0;
}
body.home .black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}
body.home .open .black-bg {
  opacity: 0.3;
  visibility: visible;
}
body.home .global-nav .main_menu {
  display: block;
  width: 100%;
  height: auto;
  position: inherit;
}
body.home .global-nav .menu_in {
  position: inherit;
  width: 100%;
  height: auto;
  top: auto;
  padding: 0;
}
body.home footer {
  border-top: 1px solid #99a88d;
  background: #fff;
	position: relative;
    z-index: 1000;
}
body.home .footer .inner {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 7%;
}
body.home .footer_info {
  display: grid;
  grid-template-columns: 0.9fr 1.9fr 0.5fr;
  justify-content: center;
  align-items: end;
  gap: 50px 10px;
}
body.home .footer_logo {
  grid-column: 1/span 1;
}
body.home .datalist {
  grid-column: 2/span 1;
}
body.home .footer_clinic_txt_sns {
  grid-column: 3/span 1;
}
body.home .footer_info .button {
  grid-row: 2/span 1;
  grid-column: 1/span 3;
}
body.home .footer_info .button .Btn01 {
  width: 92%;
}
body.home .footer_clinic {
  font-size: 25px;
}
body.home .footer_clinic {
  font-size: 25px;
  padding-bottom: 10px;
}
body.home .footer_clinic_txt {
  font-size: 20px;
  padding-bottom: 10px;
}
body.home .footer .icon {
  max-width: 40px;
}
body.home .footer .sb_txt {
  display: block;
  text-align: left;
  margin: 5px auto;
}
body.home .schedule_txt {
  margin: 5px auto;
}
body.home .schedule_txt .sub_ti {
  padding: 2px 10px;
  margin-right: 5px;
  font-size: 78%;
}
body.home .schedule_txt .sub_tx {
  display: block;
  text-align: left;
  margin: 5px auto;
  font-size: 80%;
}
body.home .schedule-img {
  margin: 0.5vw auto;
}
body.home .copyright {
  font-size: 12px;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  color: #99a88d;
}
body.home #bellnetlist {
  padding: 40px 0;
  background: #ebede9;
	position: relative;
    z-index: 100;
}
body.home #bellnetlist .inner {
  width: 1080px;
  margin: 0 auto;
}
body.home #bellnetlist .inner .list_head {
  margin: 40px 0;
  padding: 40px;
  border-top: 2px solid #7A8C64;
  border-bottom: 2px solid #7A8C64;
}
body.home #bellnetlist .inner .list_head .kishokailogo {
  max-width: 250px;
  margin-bottom: 20px;
}
body.home #bellnetlist .inner .listvox {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  margin-bottom: 45px;
  align-items: center;
}
body.home #bellnetlist .inner .listvox .list_l {
  text-align: center;
}
body.home #bellnetlist .inner .listvox .list_l .list_txt h3 {
  padding: 0;
  letter-spacing: 0.1rem;
  font-size: 100%;
}
body.home #bellnetlist .inner .listvox .list_r {
  border-left: 1px solid #99a88d;
}
body.home #bellnetlist .inner .listvox .list_r ul {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 15px 30px;
}
body.home #bellnetlist .inner .listvox .list_r li {
  font-size: 90%;
  line-height: 1.8em;
  margin-right: 15px;
}
body.home #bellnetlist .inner .listvox .list_r li span {
  font-size: 90%;
}
body.home #bellnetlist .inner .listvox .list_r li.k-01:before {
  content: "●"; /* ←ここにリストマーカーにしたい文字列を設定 */
  color: #8FA361; /* 3文字分、左に寄せる */
}
body.home #bellnetlist .inner .listvox .list_r li.k-02:before {
  content: "●"; /* ←ここにリストマーカーにしたい文字列を設定 */
  color: #9D958D; /* 3文字分、左に寄せる */
}
body.home .copyright02 {
  font-size: 12px;
  padding: 15px;
  text-align: center;
  font-weight: 400;
  color: #7A8C64;
  background-color: #FFF;
	position: relative;
	z-index: 10;
}
body.home .only-pc {
  display: block !important;
	border-top: none;
	border-bottom: none;
	padding: 0;
	margin: 0;
}
@media (max-width: 767px) {
  body.home .only-pc {
    display: none !important;
  }
}
body.home .only-sp {
  display: none !important;
}
@media (max-width: 767px) {
  body.home .only-sp {
    display: block !important;
  }
}
body.home br.only-pc {
  display: inherit !important;
}
@media (max-width: 767px) {
  body.home br.only-pc {
    display: none !important;
  }
}
body.home br.only-sp {
  display: none !important;
}
@media (max-width: 767px) {
  body.home br.only-sp {
    display: inherit !important;
  }
}
body.home .display-inline--pc {
  display: inline-block !important;
}
@media (max-width: 767px) {
  body.home .display-inline--pc {
    display: none !important;
  }
}
body.home .display-inline--sp {
  display: none !important;
}
@media (max-width: 767px) {
  body.home .display-inline--sp {
    display: inline-block !important;
  }
}
body.home .display--pc {
  display: block !important;
}
@media (max-width: 767px) {
  body.home .display--pc {
    display: none !important;
  }
}
body.home .display--sp {
  display: none !important;
}
@media (max-width: 767px) {
  body.home .display--sp {
    display: block !important;
  }
}
@media (max-width: 1200px) {
  body.home {
    /* ---------------------------------------------- */
    /* ==============================
    common
    ============================== */
  }
  body.home .inner {
    max-width: 85%;
  }
  body.home .body_900 {
    max-width: 70%;
  }
  body.home .head_wrap .inner {
    width: 90vw;
  }
  body.home .menu_head a {
    font-size: 1.1rem;
  }
  body.home #main_menu .child li a {
    font-size: 1rem;
  }
  body.home .global-nav {
    min-width: 400px;
    padding-top: 10%;
  }
  body.home #nav-wrapper.open {
    right: 2%;
  }
  body.home .header .open .insta {
    right: 7%;
  }
}
@media (max-width: 767px) {
  body.home {
    /* ---------------------------------------------- */
    /* ==============================
    common
    ============================== */
    /* ==============================
    header
    ============================== */
    /* ==============================
    footer
    ============================== */
    /* ==============================
    Bellnetlist
    ============================== */
  }
  body.home html {
    overflow-x: hidden;
  }
  body.home body {
    overflow-x: hidden;
  }
  body.home .midashi {
    font-size: 4.7vw;
    letter-spacing: 0.8vw;
  }
  body.home .page-head-txt {
    padding: 3vw 0;
    font-size: 4vw;
    padding: 10vw 0;
  }
  body.home .inner {
    max-width: 90%;
  }
  body.home .body_900 {
    max-width: 90%;
  }
  body.home .page.contents .title {
    font-size: 4.5vw;
  }
  body.home .page.contents .txt {
    font-size: 4vw;
    line-height: 1.6em;
  }
  body.home .page.contents .heading {
    font-size: 5vw;
  }
  body.home .page.contents .sub {
    font-size: 80%;
  }
  body.home .nav-wrapper {
    background: #000;
    width: 15%;
    height: 100%;
  }
  body.home .head_wrap, body.home .head_wrap.active {
    background: #9d958d;
    height: 15vw;
    max-height: 70px;
  }
  body.home .head_wrap .inner {
    max-width: 100%;
    width: 100%;
    height: 100%;
  }
  body.home .head_logo {
    gap: 12px;
    padding-left: 3%;
    width: 70%;
  }
  body.home .head_btn {
    width: 100vw;
    position: fixed;
    height: 15vw;
    bottom: 0;
    background: #fff;
    max-height: 70px;
  }
  body.home .head_btn .only-sp {
    height: 100%;
    padding: 2px 0;
  }
  body.home .head_btn ul {
    gap: 2px;
    height: 100%;
  }
  body.home .head_btn li {
    width: 32.5%;
  }
  body.home .head_btn ul li a {
    flex-flow: inherit;
    padding: 0 0;
    justify-content: center;
  }
  body.home .head_logo .bell_logo {
    max-width: 2.8em;
  }
  body.home .aqua_logo, body.home .site_logo {
    height: 4.85vw;
    margin-top: 0.5vw;
  }
  body.home .head_btn ul li a .icon {
    max-width: 4vw;
  }
  body.home .map_btn {
    width: 15%;
    position: relative;
    background: #7A8C64;
  }
  body.home .map_btn a {
    position: absolute;
    padding: 0;
    height: 100%;
  }
  body.home .global-nav {
    min-width: inherit;
    max-width: inherit;
    width: 100%;
    height: 100%;
    padding: 20% 7%;
  }
  body.home #main_menu a {
    font-size: 4.1vw;
    font-weight: 600;
  }
  body.home #main_menu .child li a {
    font-size: 3.8vw;
    font-weight: 500;
  }
  body.home #main_menu .child {
    margin: 2.5vw 0;
  }
  body.home .map_btn .icon {
    width: auto;
    height: 10vw;
  }
  body.home .nav_name {
    font-size: 0.5em;
    top: 36px;
  }
  body.home .hamburger {
    display: flex;
    justify-content: center;
    max-height: 30px;
    max-width: 28px;
  }
  body.home .nav_name {
    top: 23px;
  }
  body.home .hamburger__line--1 {
    top: 0;
  }
  body.home .hamburger__line--2 {
    top: 8px;
  }
  body.home .hamburger__line--3 {
    top: 16px;
  }
  body.home .head_btn li.park a {
    background-color: rgb(145, 131, 110);
  }
  body.home .head_btn li.clr01 a {
    background-color: rgb(188, 173, 121);
  }
  body.home .head_btn li.clr02 a {
    background-color: rgb(121, 140, 100);
  }
  body.home #nav-wrapper.open .hamburger {
    max-width: 35px;
    top: 3vw;
    right: 4vw;
  }
  body.home #nav-wrapper.open {
    background: transparent;
    align-items: flex-start;
    right: 2%;
    width: 35px;
    max-height: 70px;
  }
  body.home .header .open .insta {
    right: 16vw;
    max-width: 35px;
    padding-top: 4px;
    top: 4.5vw;
  }
  body.home .header .insta .sns .icon {
    max-width: 28px;
  }
  body.home .open .menu_sp_logo {
    visibility: visible;
    opacity: 1;
    left: 3vw;
    padding-left: 4%;
  }
  body.home .menu_sp_logo {
    visibility: collapse;
    position: fixed;
    width: 60%;
    height: 55px;
    left: 100vw;
    top: 3vw;
    z-index: 201;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: ease all 0.5s;
  }
  body.home .menu_sp_logo .bell_logo {
    width: 10vw;
    max-width: 2.8em;
  }
  body.home .footer_schedule {
    display: none;
  }
  body.home .footer_info {
    grid-template-columns: 1fr 2fr 0.3fr;
    width: 100%;
    gap: 1vw;
  }
  body.home .footer .inner {
    grid-template-columns: 1fr;
    max-width: 85%;
  }
  body.home .footer_clinic {
    font-size: 4.5vw;
    padding-bottom: 0;
  }
  body.home .footer_clinic_txt {
    font-size: 3.8vw;
  }
  body.home .footer_clinic_txt_address {
    font-size: 3vw;
    font-weight: 400;
  }
  body.home .footer_info .button .Btn01 {
    font-size: 4vw;
    height: 8.6vw;
  }
  body.home .footer_info .button {
    padding: 3vw 0;
  }
  body.home .button .Btn01::before {
    width: 3.5vw;
    height: 3.5vw;
    top: 4vw;
  }
  body.home .footer_info .button .Btn01 {
    width: 100%;
  }
  body.home .button .Btn01 {
    font-size: 4vw;
    height: 12vw;
  }
  body.home .footer_info .Btn01::before {
    top: 30%;
  }
  body.home .copyright {
    font-size: 2vw;
    padding: 5vw 0 16vw;
  }
  body.home #pageTop {
    bottom: 10%;
    right: 4%;
  }
  body.home #bellnetlist {
    padding: 20px 0;
  }
  body.home #bellnetlist .inner {
    width: 95%;
  }
  body.home #bellnetlist .inner .list_head {
    margin: 30px 0 50px 0;
    padding: 20px;
  }
  body.home #bellnetlist .inner .list_head .kishokailogo {
    max-width: 70%;
    margin: 0 auto 15px auto;
  }
  body.home #bellnetlist .inner .list_head p {
    font-size: 95%;
  }
  body.home #bellnetlist .inner .listvox {
    display: block;
    margin-bottom: 35px;
  }
  body.home #bellnetlist .inner .listvox .list_l {
    text-align: center;
    border-bottom: 1px solid #99a88d;
    width: 50%;
    margin: 0 auto 30px auto;
    padding-bottom: 15px;
  }
  body.home #bellnetlist .inner .listvox .list_r {
    border-left: none;
  }
  body.home #bellnetlist .inner .listvox .list_r ul {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  body.home #bellnetlist .inner .listvox .list_r li {
    font-size: 90%;
    line-height: 2em;
    margin-right: 0;
  }
  body.home #bellnetlist .inner .listvox .list_r li span {
    font-size: 90%;
  }
  body.home .copyright02 {
    font-size: 80%;
    padding: 5vw 0 30vw;
  }
}
body.home .post_park a {
  color: #317abf !important;
  text-decoration: underline !important;
  background: transparent !important;
}
body.home .post_park b, body.home .post_park park_gnorts {
  font-weight: 700;
}
body.home .post_park dt, body.home .post_park h2, body.home .post_park h3, body.home .post_park h4 {
  font-weight: 700;
}
body.home .post_park h2:where(:not([class^=park_kcolb-llews-]):not(.park_q_qaf):not(.p-postList__title)) {
  background: #B2C093;
  padding: 0.75em 1em;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
}
body.home .post_park h2:where(:not([class^=park_kcolb-llews-]):not(.park_q_qaf):not(.p-postList__title))::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px #B2C093;
  border-bottom: solid 2px #B2C093;
}
@media (min-width: 600px) {
  body.home .post_park h2 {
    font-size: 1.4em;
  }
}
body.home .post_park > h2 {
  margin-left: var(-16px, 0);
  margin-right: var(-16px, 0);
}
body.home .post_park h2 {
  font-size: 1.2em;
  line-height: 1.4;
  margin: 4em 0 2em;
  position: relative;
  z-index: 1;
}
body.home .post_park h3:where(:not([class^=park_kcolb-llews-]):not(.park_q_qaf):not(.p-postList__title)) {
  padding: 0 0.5em 0.5em !important;
  text-align: left;
  letter-spacing: 0;
}
body.home .post_park h3:where(:not([class^=park_kcolb-llews-]):not(.park_q_qaf):not(.p-postList__title))::before {
  content: "";
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(90deg, #B2C093 0%, #B2C093 29.3%, rgba(150, 150, 150, 0.2) 29.3%, rgba(150, 150, 150, 0.2) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) {
  body.home .post_park h3 {
    font-size: 1.3em;
  }
}
body.home .post_park h3 {
  font-size: 1.1em !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin: 3em 0 2em !important;
  position: relative !important;
}
body.home .post_park h4:where(:not([class^=park_kcolb-llews-]):not(.park_q_qaf):not(.p-postList__title)) {
  padding: 0 0 0 16px;
  border-left: solid 2px #B2C093;
}
body.home .post_park h4 {
  font-weight: 700;
}
body.home .post_park h4 {
  font-size: 1.05em;
  line-height: 1.4;
  margin: 3em 0 1.5em;
  position: relative;
}
body.home .post_park .park_xob_pac_ttl {
  align-items: center;
  background-color: #5FB9F5;
  color: #fff;
  display: flex;
  gap: 0.5em;
  justify-content: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
  padding: 0.5em;
  position: relative;
  text-align: center;
  z-index: 1;
}
body.home .post_park .park_xob_pac_content {
  background-color: #EDF5FF;
  border: 1px solid #5FB9F5;
  clear: both;
  margin-top: -2px;
  padding: 1.25em;
  position: relative;
  z-index: 0;
}
body.home .post_park .park__kramorange {
  background: linear-gradient(transparent 64%, #ffddbc 0%);
}
body.home .post_park .park_-lwsmarker {
  display: inline;
  padding: 2px;
}
body.home .post_park .park_kcolb-pw-table {
  overflow-x: auto;
}
body.home .post_park .park_kcolb-pw-table table {
  border-collapse: collapse;
  width: 100%;
}
body.home .post_park .park_kcolb-pw-table thead {
  border-bottom: none;
}
body.home .post_park thead td, body.home .post_park thead th {
  background-color: #B2C093;
  color: #fff;
}
body.home .post_park .park_kcolb-pw-table tfoot {
  border-top: 3px solid;
}
body.home .post_park .park_kcolb-pw-table td, body.home .post_park .park_kcolb-pw-table th {
  background-clip: padding-box;
  border: 1px solid #dcdcdc;
  min-width: unset !important;
  padding: 0.5em 0.75em;
  position: relative;
  vertical-align: top;
  z-index: 0;
  text-align: left;
  line-height: 1.5;
}
body.home .post_park th {
  background-color: var(--tbody-th-color--bg, hsla(0, 0%, 59%, 0.05));
  color: var(--tbody-th-color--txt, inherit);
  font-weight: 700;
  line-height: 1.5;
}
body.home .post_park .park_kcolb-pw-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
body.home .post_park .park_kcolb-pw-table .has-fixed-layout td, body.home .post_park .park_kcolb-pw-table .has-fixed-layout th {
  word-break: break-word;
}
body.home .post_park .park_kcolb-pw-table.park_retnecngila, body.home .post_park .park_kcolb-pw-table.alignleft, body.home .post_park .park_kcolb-pw-table.alignright {
  display: table;
  width: auto;
}
body.home .post_park .park_kcolb-pw-table.park_retnecngila td, body.home .post_park .park_kcolb-pw-table.park_retnecngila th, body.home .post_park .park_kcolb-pw-table.alignleft td, body.home .post_park .park_kcolb-pw-table.alignleft th, body.home .post_park .park_kcolb-pw-table.alignright td, body.home .post_park .park_kcolb-pw-table.alignright th {
  word-break: break-word;
}
body.home .post_park .park_kcolb-pw-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
body.home .post_park .park_kcolb-pw-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
body.home .post_park .park_kcolb-pw-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
body.home .post_park .park_kcolb-pw-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes {
  background-color: initial;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes td, body.home .post_park .park_kcolb-pw-table.park_elyts-si-stripes th {
  border-color: rgba(0, 0, 0, 0);
}
body.home .post_park .park_kcolb-pw-table .park_redrob-sah-color td, body.home .post_park .park_kcolb-pw-table .park_redrob-sah-color th, body.home .post_park .park_kcolb-pw-table .park_redrob-sah-color tr, body.home .post_park .park_kcolb-pw-table .park_redrob-sah-color > * {
  border-color: inherit;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] tr:first-child, body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] tr:first-child td, body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] tr:first-child th, body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] > *, body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] > * td, body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] > * th {
  border-top-color: inherit;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: initial;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-right-color] td:last-child, body.home .post_park .park_kcolb-pw-table table[style*=border-right-color] th, body.home .post_park .park_kcolb-pw-table table[style*=border-right-color] tr, body.home .post_park .park_kcolb-pw-table table[style*=border-right-color] > * {
  border-right-color: inherit;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-bottom-color] tr:last-child, body.home .park_kcolb-pw-table table[style*=border-bottom-color] tr:last-child td, body.home .post_park .park_kcolb-pw-table table[style*=border-bottom-color] tr:last-child th, body.home .post_park .park_kcolb-pw-table table[style*=border-bottom-color] > *, body.home .post_park .park_kcolb-pw-table table[style*=border-bottom-color] > * td, body.home .post_park .park_kcolb-pw-table table[style*=border-bottom-color] > * th {
  border-bottom-color: inherit;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: initial;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-left-color] td:first-child, body.home .post_park .park_kcolb-pw-table table[style*=border-left-color] th, body.home .post_park .park_kcolb-pw-table table[style*=border-left-color] tr, body.home .post_park .park_kcolb-pw-table table[style*=border-left-color] > * {
  border-left-color: inherit;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-style] td, body.home .post_park .park_kcolb-pw-table table[style*=border-style] th, body.home .post_park .park_kcolb-pw-table table[style*=border-style] tr, body.home .post_park .park_kcolb-pw-table table[style*=border-style] > * {
  border-style: inherit;
}
body.home .post_park .park_kcolb-pw-table table[style*=border-width] td, body.home .post_park .park_kcolb-pw-table table[style*=border-width] th, body.home .post_park .park_kcolb-pw-table table[style*=border-width] tr, body.home .post_park .park_kcolb-pw-table table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}
body.home .post_park .-bln-left .c-park_noollab__body {
  justify-content: flex-start;
}
@media (min-width: 600px) {
  body.home .post_park .c-park_noollab__body {
    padding: 8px 24px;
  }
}
body.home .post_park .c-park_noollab__body {
  align-items: flex-start;
  display: flex;
  flex-basis: 100%;
  padding: 4px 24px;
}
body.home .post_park .c-park_noollab__text {
  background: #f7f7f7;
  border-color: #ccc;
}
body.home .post_park .-border-on .c-park_noollab__text {
  border-style: solid;
  border-width: 1px;
}
body.home .post_park .c-park_noollab__text {
  border-radius: 8px;
  color: #333;
  line-height: 1.6;
  max-width: 560px;
  padding: 1em;
  position: relative;
}
body.home .post_park .has-park_-lwsdeep-01-color {
  color: #e44141 !important;
}
body.home .post_park .park_elyts-si-park_noollab_box2 {
  border: 1px solid;
  border-radius: 2px;
  line-height: 1.4;
  min-width: 2em;
  padding: 0.5em 1.25em;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
body.home .post_park .park_elyts-si-park_noollab_box2, body.home .post_park .park_elyts-si-emboss_box, body.home .post_park .park_elyts-si-sticky_box {
  background-color: #fff;
  color: #333;
}
body.home .post_park .park_elyts-si-park_noollab_box2:before {
  background: inherit;
  border-bottom: 1px solid;
  border-right: 1px solid;
  bottom: -7px;
  content: "" "";
  height: 12px;
  left: 1.25em;
  position: absolute;
  transform: rotate(45deg);
  visibility: visible;
  width: 12px;
}
body.home .post_park .park_elyts-si-park_noollab_box.park_ngila-txet-sah-center, body.home .post_park .park_elyts-si-park_noollab_box2.park_ngila-txet-sah-center {
  margin-left: auto;
  margin-right: auto;
}
body.home .post_park .park_elyts-si-bg_stripe {
  background: linear-gradient(-45deg, transparent 25%, hsla(0, 0%, 78%, 0.15) 25%, hsla(0, 0%, 78%, 0.15) 50%, transparent 50%, transparent 75%, hsla(0, 0%, 78%, 0.15) 75%, hsla(0, 0%, 78%, 0.15));
  background-clip: padding-box;
  background-size: 6px 6px;
  padding: 1.5em;
  position: relative;
}
body.home .post_park blockquote {
  padding: 1.5em 2em 1.5em 3em;
}
body.home .post_park blockquote {
  background: hsla(0, 0%, 78%, 0.15);
  position: relative;
}
body.home .post_park .park_kcolb-pw-quote {
  box-sizing: border-box;
}
body.home .post_park blockquote {
  quotes: none;
}
body.home .post_park .park_kcolb-pw-quote {
  overflow-wrap: break-word;
}
body.home .post_park .u-fz-xs {
  font-size: 0.75em !important;
}
body.home .post_park .u-fz-s {
  font-size: 0.9em !important;
}
body.home .post_park .u-fz-l {
  font-size: 1.25em !important;
}
body.home .post_park .u-fz-xl {
  font-size: 1.6em !important;
}
body.home .post_park p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
  line-height: 1.5;
}
body.home .post_park > * {
  clear: both;
  margin-bottom: 2em;
}
body.home .post_park .p-articleThumb__caption, body.home .post_park .park_kcolb-pw-embed > figcaption, body.home .post_park .park_kcolb-pw-image figcaption, body.home .post_park .park_kcolb-pw-table figcaption, body.home .post_park .park_kcolb-pw-video figcaption {
  color: inherit;
  display: block !important;
  font-size: 0.8em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 0.75em;
  opacity: 0.8;
  text-align: center;
}
@media (min-width: 960px) {
  body.home .post_park .sp_, body.home .post_park .sp_only {
    display: none !important;
  }
}
@media not all and (min-width: 960px) {
  body.home .post_park .pc_, body.home .post_park .pc_only {
    display: none !important;
  }
}
body.home .post_park .park_kcolb-llews-accordion.park_elyts-si-border .park_kcolb-llews-accordion__title, body.home .post_park .park_kcolb-llews-accordion.park_elyts-si-simple .park_kcolb-llews-accordion__title {
  background: none;
}
body.home .post_park .park_kcolb-llews-accordion__title {
  align-items: center;
  background: hsla(0, 0%, 78%, 0.15);
  cursor: pointer;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  padding: 1em;
  position: relative;
}
body.home .post_park .park__kramyellow {
  background: linear-gradient(transparent 64%, #fcf69f 0%);
}
body.home .post_park .-bln-right .c-park_noollab__body {
  justify-content: flex-end;
}
body.home .post_park .park_elyts-si-park_noollab_box.park_ngila-txet-sah-center, body.home .post_park .park_elyts-si-park_noollab_box2.park_ngila-txet-sah-center {
  margin-left: auto;
  margin-right: auto;
}
body.home .post_park .park_ezis-tnof-llams-sah {
  font-size: 0.9em !important;
}
body.home .post_park small {
  font-size: 0.8em;
  opacity: 0.8;
}
body.home .post_park .park_ngila-txet-sah-center {
  text-align: center;
}
body.home .post_park .park_redrob-sah.-border01 {
  border: solid 1px #B2C093;
}
body.home .post_park .park_redrob-sah, body.home div.has-background, body.home p.has-background {
  padding: 1.5em;
}
body.home .post_park .park_elyts-si-icon_info {
  background: #fff0fa;
  border-color: #f578b4;
}
body.home .post_park .park_elyts-si-icon_announce, body.home .post_park .park_elyts-si-icon_bad, body.home .park_elyts-si-icon_book, body.home .post_park .park_elyts-si-icon_good, body.home .park_elyts-si-icon_info, body.home .post_park .park_elyts-si-icon_pen {
  border-radius: 2px;
  line-height: 1.6;
  padding: 1em 1em 1em 4.25em;
  position: relative;
}
body.home .post_park .park_elyts-si-icon_info:before {
  color: #f578b4;
  content: "\e941";
}
body.home .post_park .park_elyts-si-icon_announce:before, body.home .post_park .park_elyts-si-icon_bad:before, body.home .post_park .park_elyts-si-icon_book:before, body.home .post_park .park_elyts-si-icon_good:before, body.home .park_elyts-si-icon_info:before, body.home .post_park .park_elyts-si-icon_pen:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-size: inherit;
  left: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
body.home .post_park .park_elyts-si-icon_announce {
  background: #fff5f0;
  border-color: #ffa537;
}
body.home .post_park .park_elyts-si-icon_announce, body.home .post_park .park_elyts-si-icon_bad, body.home .post_park .park_elyts-si-icon_book, body.home .post_park .park_elyts-si-icon_good, body.home .post_park .park_elyts-si-icon_info, body.home .post_park .park_elyts-si-icon_pen {
  border-radius: 2px;
  line-height: 1.6;
  padding: 1em 1em 1em 4.25em;
  position: relative;
}
body.home .post_park .park_elyts-si-icon_announce:before {
  color: #ffa537;
  content: "\e913";
}
body.home .post_park .park_elyts-si-icon_announce:before, body.home .post_park .park_elyts-si-icon_bad:before, body.home .post_park .park_elyts-si-icon_book:before, body.home .post_park .park_elyts-si-icon_good:before, body.home .post_park .park_elyts-si-icon_info:before, body.home .post_park .park_elyts-si-icon_pen:before {
  content: "";
  display: inline-block;
  font-family: icomoon;
  font-size: inherit;
  left: 1.25em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(1.5);
}
body.home .post_park .park_elyts-si-bg_grid {
  background-image: linear-gradient(transparent calc(100% - 1px), hsla(0, 0%, 78%, 0.15) 50%, hsla(0, 0%, 78%, 0.15)), linear-gradient(90deg, transparent calc(100% - 1px), hsla(0, 0%, 78%, 0.15) 50%, hsla(0, 0%, 78%, 0.15));
  background-repeat: repeat;
  background-size: 16px 16px;
  padding: 1.5em;
}
body.home .post_park .park_kcolb-pw-image img {
  vertical-align: bottom;
}
body.home .post_park img {
  border-style: none;
  height: auto;
  max-width: 100%;
}
body.home .post_park img {
  max-width: 100%;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}
body.home .post_park .p-postListTab {
  margin: 4em auto 2em;
  width: 96%;
}
body.home .post_park .c-tabList {
  --the-tab-margin: 0;
  --the-tab-flex: 0 1 auto;
  --the-tab-flex_wrap: nowrap;
  --the-tab-btn-padding: 1em .5em;
  --the-tab-item-margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0;
  list-style: none;
  padding: 0;
  position: relative;
}
body.home .park_kcolb-llews-tab > .post_park .c-tabList {
  list-style: none;
  padding: 0;
}
body.home #content .post_park .c-tabList {
  list-style: none;
  padding-left: 0;
}
body.home .post_park .c-tabList::-webkit-scrollbar {
  background-color: hsla(0, 0%, 78%, 0.15);
  box-shadow: inset 0 0 2px 0 rgba(0, 0, 0, 0.15);
  height: 11px;
}
body.home .post_park .c-tabList::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 78%, 0.9);
  background-clip: padding-box;
  border: solid transparent;
  border-radius: 8px;
  border-width: 3px 3px 4px;
}
body.home .post_park .c-tabList .c-tabList__item {
  flex: 0 1 50%;
  margin: 0;
  text-align: center;
}
body.home .post_park .c-tabList__button {
  border: none;
  box-sizing: border-box;
  color: #333;
  display: block;
  font-size: 13px;
  height: 100%;
  line-height: 1;
  padding: 1em 0.5em;
  position: relative;
  transition: background-color 0.25s, color 0.25s;
  width: 100%;
}
body.home .post_park .c-tabList__button:hover {
  outline: none;
}
body.home .post_park .park_elyts-si-park_noollab, body.home .post_park .park_elyts-si-bb, body.home .post_park .park_elyts-si-simple {
  --the-tab-margin: 0 0 1em ;
}
body.home .post_park .park_elyts-si-default > .c-tabList {
  justify-content: flex-start;
  margin: 0;
  position: relative;
  width: 100%;
}
body.home .post_park .park_elyts-si-default > .c-tabList .c-tabList__button {
  background: none;
  box-sizing: border-box;
  opacity: 0.5;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
body.home .post_park .park_elyts-si-default > .c-tabList .c-tabList__button:hover, body.home .post_park .park_elyts-si-default > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: #333;
  color: #fdfdfd;
  opacity: 1;
}
body.home .post_park .park_elyts-si-default > .c-tabList .c-tabList__button:hover:before, body.home .post_park .park_elyts-si-default > .c-tabList .c-tabList__button[aria-selected=true]:before {
  opacity: 1;
}
body.home .post_park .park_elyts-si-park_noollab > .c-tabList {
  margin: 0 0 16px;
}
body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__item {
  padding: 0 4px;
  transition: background-color 0.1s, color 0.1s;
}
body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__button {
  background: hsla(0, 0%, 78%, 0.15);
  transition: background-color 0.25s, color 0.25s;
}
body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__button:before {
  border: 8px solid transparent;
  border-bottom: 0;
  border-top: 8px solid #B2C093;
  bottom: -8px;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.25s;
  width: 0;
}
body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__button:hover, body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__button[aria-selected=true] {
  background-color: #B2C093;
  color: #fff;
}
body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__button:hover:before, body.home .post_park .park_elyts-si-park_noollab > .c-tabList .c-tabList__button[aria-selected=true]:before {
  opacity: 1;
}
body.home .post_park .park_elyts-si-simple > .c-tabList {
  --the-tab-item-margin: 0 0 8px ;
}
body.home .post_park .park_elyts-si-simple > .c-tabList .c-tabList__item:not(:first-child) {
  margin-left: -1px;
}
body.home .post_park .park_elyts-si-simple > .c-tabList .c-tabList__button {
  background: none;
  border: 1px solid #ddd;
  box-shadow: none;
  color: #666;
}
body.home .post_park .park_elyts-si-simple > .c-tabList .c-tabList__button:hover, body.home .post_park .park_elyts-si-simple > .c-tabList .c-tabList__button[aria-selected=true] {
  background: #ddd;
  color: #333;
}
body.home .post_park .park_elyts-si-simple > .c-tabList .c-tabList__button:hover:before, body.home .post_park .park_elyts-si-simple > .c-tabList .c-tabList__button[aria-selected=true]:before {
  opacity: 1;
}
body.home .post_park .park_elyts-si-bb > .c-tabList {
  --the-tab-item-margin: 0 0 .75em ;
}
body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button {
  background: none;
  box-shadow: none;
  opacity: 0.7;
  padding-top: 0.25em;
  transition: color 0.25s, opacity 0.25s;
}
body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button:after, body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button:before {
  background-color: #333;
  height: 1px;
  opacity: 0.4;
  z-index: 0;
}
body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button:after {
  background-color: #B2C093;
  height: 2px;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 1;
}
body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button:hover, body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button[aria-selected=true] {
  color: #B2C093;
  font-weight: 700;
  opacity: 1;
}
body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button:hover:after, body.home .post_park .park_elyts-si-bb > .c-tabList .c-tabList__button[aria-selected=true]:after {
  opacity: 1;
}
@keyframes tabFadeUp {
  0% {
    display: none;
    opacity: 0;
    transform: translateY(8px);
  }
  1% {
    display: block;
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    display: block;
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tabFade {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  to {
    display: block;
    opacity: 1;
  }
}
body.home .post_park .c-tabBody {
  position: relative;
}
body.home .post_park .park_elyts-si-default .c-tabBody {
  border: 1px solid #333;
  margin-top: -1px;
  padding: 1.5em;
}
body.home .post_park .p-postListTabBody .c-tabBody__item {
  position: relative;
  transform: translateY(0);
  width: 100%;
  z-index: 0;
}
body.home .post_park .p-postListTabBody .c-tabBody__item[aria-hidden=true] {
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translateY(8px);
  visibility: hidden;
}
body.home .post_park .p-postListTabBody .c-tabBody__item[aria-hidden=false] {
  transition: opacity 0.5s, visibility 0.5s, transform 0.5s;
  transition-timing-function: ease-out;
  z-index: 1;
}
body.home .post_park .park_elyts-si-default .p-postListTabBody .c-tabBody__item[aria-hidden=true] {
  transform: translateY(0);
}
body.home .post_park .park_kcolb-llews-tab .c-tabBody__item {
  position: relative;
  width: 100%;
}
body.home .post_park .park_kcolb-llews-tab .c-tabBody__item[aria-hidden=true] {
  display: none;
}
body.home [data-width-sp=auto] > .c-tabList {
  --the-tab-flex_wrap: wrap;
  --the-tab-btn-padding: 1em ;
}
body.home [data-width-sp="50"] .c-tabList {
  --the-tab-flex_wrap: wrap;
  --the-tab-flex: 0 0 50% ;
}
body.home [data-width-sp=flex-50] .c-tabList {
  --the-tab-flex: 0 1 50% ;
}
body.home [data-width-sp=flex-auto] .c-tabList {
  --the-tab-flex: 1 1 auto ;
}
body.home [data-scroll-sp].park_kcolb-llews-tab {
  position: relative;
}
body.home [data-scroll-sp].park_kcolb-llews-tab:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: FloatHorizontal 3s ease-in-out infinite alternate;
  background: #fff;
  border-radius: 8px;
  bottom: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  color: #333;
  content: "\e921\e921";
  font-family: icomoon !important;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -8px;
  line-height: 1;
  padding: 2px 12px 2px 4px;
  position: absolute;
  right: -2px;
}
body.home [data-scroll-sp].has-background:after, body.home [data-scroll-sp].park_redrob-sah:after {
  bottom: calc(100% - 1.5em);
  right: 4px;
}
body.home [data-scroll-sp] > .c-tabList {
  -webkit-overflow-scrolling: touch;
  flex-wrap: nowrap !important;
  justify-content: flex-start;
  overflow-x: auto;
  scroll-behavior: smooth;
  z-index: 1;
}
body.home [data-scroll-sp] > .c-tabList .c-tabList__item {
  flex-shrink: 0;
}
body.home [data-scroll-sp].park_elyts-si-bb > .c-tabList {
  --the-tab-item-margin: 0 0 4px ;
}

body.home ._outline .copy h2 {
	border-top: 0;
	border-bottom: 0;
	padding: 0;
}

body.home .post_content h4 {
	padding-top: 0;
}

body.home .post_content h4:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
	content: none;
}

/* style */
body.home .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: -3;
}
body.home .slide p {
  padding: 50px;
  position: relative;
  z-index: 20;
}
body.home .screen p {
  color: #fff;
}
body.home .screen::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -1;
}
body.home .screen.show::before,
body.home .first.show::before {
  opacity: 1;
}
body.home .screen.bg__01::before {
  background: url("../../../../assets/images/top-visual_02.jpg") no-repeat;
  background-size: cover;
}
body.home .screen.bg__02::before {
  background: url("../../../../assets/images/top-visual_03.jpg") no-repeat;
  background-size: cover;
}
body.home .first::before {
  background: url("../../../../assets/images/top-visual_01-1.jpg") no-repeat;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  transition: all 0.5s ease 0s;
  z-index: -3;
}
body.home .main-visual {
  position: relative;
}
body.home .main-visual-logo {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  opacity: 0;
}
body.home .show .main-visual-logo {
  opacity: 1;
  transition: ease all 2s;
}
body.home .main-visual-logo img {
  max-width: 200px;
}
body.home .fuwa {
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 100%;
  transition: ease all 2s;
}
body.home .fuwa_last {
  position: absolute;
  bottom: 7.7%;
  right: 10%;
  width: 31vw;
}
body.home .fuwa_last .fuwa-txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.7vw;
}
body.home .fuwa_last .fuwa-txt::before {
  content: "";
  background: url("../../../../assets/images/icon_arrow_m.svg") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 2vw;
  height: 2vw;
  position: absolute;
  right: 7%;
  top: 41%;
}
body.home .fuwa_last .fuwa-txt strong {
  font-size: 3vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
}
body.home .fuwa-txt .f-s {
  font-size: 80%;
  letter-spacing: 0.08vw;
}
body.home .show .fuwa {
  opacity: 1;
}
body.home .first .fuwa {
  width: 31vw;
  top: 50%;
  right: 10%;
  margin: inherit;
}
body.home .first .fuwa p {
  position: absolute;
}
body.home .first .fuwa-txt,
body.home .fuwa .fuwa-txt {
  padding: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding-top: 1.7vw;
  padding-left: 1.2vw;
}
body.home .first .fuwa-txt span {
  padding: 0;
  line-height: 1.5em;
}
body.home .first .fuwa-txt span:nth-child(1) {
  letter-spacing: 0.2rem;
  font-size: 2vw;
  font-weight: 500;
}
body.home .first .fuwa-txt span:nth-child(2) {
  letter-spacing: 0.13rem;
  font-size: 1.7vw;
  font-weight: 500;
}
body.home .fuwa .fuwa-txt {
  position: absolute;
}
body.home .screen:nth-child(3) .fuwa .fuwa-txt {
  padding-top: 2.8vw;
}
body.home .screen:nth-child(3) .fuwa .fuwa-txt span:nth-child(1) {
  letter-spacing: 0.2rem;
  font-size: 1.5vw;
  padding-bottom: 1vw;
}
body.home .screen:nth-child(3) .fuwa-txt span:nth-child(2) {
  letter-spacing: 0;
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2vw;
  padding-bottom: 0.3vw;
}
body.home .screen:nth-child(3) .fuwa-txt span:nth-child(2) strong {
  font-size: 2.7vw;
  font-weight: 500;
}
body.home .screen:nth-child(3) .fuwa-txt span:nth-child(3) {
  font-size: 1.7vw;
  font-weight: 500;
  line-height: 2vw;
  padding-bottom: 1vw;
}
body.home .screen:nth-child(3) .fuwa-txt span:nth-child(4) {
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.3vw;
}
body.home .screen:nth-child(4) .fuwa .fuwa-txt {
  padding-top: 0;
  margin-top: -0.1vw;
}
body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(1) {
  letter-spacing: 0.25rem;
  font-size: 1.6vw;
}
body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(2) {
  letter-spacing: 0.25rem;
  font-size: 1.6vw;
}
body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(3) {
  letter-spacing: 0.25rem;
  font-size: 2.8vw;
}
body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(4) {
  letter-spacing: 0.05rem;
  font-size: 1.4vw;
  font-weight: 400;
}
body.home .bg__01 .fuwa {
  width: 31vw;
  top: 50%;
  left: 10%;
}
body.home .bg__02 .fuwa {
  width: 31vw;
  top: 50%;
  right: 10%;
}
body.home .icon {
  max-width: 25px;
  display: block;
}
body.home .insuta {
  width: 100%;
}
body.home .contents {
  background: #fff;
}
body.home ._schedule .txt {
  padding-bottom: 1.4vw;
  border-bottom: 1px solid #999;
}
body.home ._schedule .sub_ti {
  padding: 1px 10px;
  margin: 0 5px 0 auto;
  font-size: 95%;
}
body.home ._schedule .button-item,
body.home ._news .button-item,
body.home ._obstetrics .button-item {
  width: 40%;
  margin: 2.5vw auto auto;
}
body.home .news_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 0;
}
body.home .label {
  padding: 0px 5px;
  margin-right: 5px;
  background: #bcad79;
  color: #fff;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .label.cate02 {
  background: #AAB987;
}
body.home .news_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 10px;
  letter-spacing: 0.03rem;
}
body.home .news_title {
  width: 100%;
}
body.home .day {
  color: #4d4d4d;
}
body.home .news_title a {
  border-bottom: 1px solid #fff;
  color: #4d4d4d;
}
body.home .news_title a:hover {
  border-bottom: 1px solid #4d4d4d;
}
body.home .schedule_txt_note {
  display: flex;
  gap: 0 2vw;
  align-items: center;
  margin: 1.5vw auto;
}
body.home .schedule_txt_note li:first-child {
  font-size: 110%;
  font-weight: 600;
  color: #7a8c64;
}
body.home .schedule_txt_note li:nth-child(2) {
  color: #4d4d4d;
  font-size: 90%;
}
body.home ._pregnant .txt,
body.home ._obstetrics .txt {
  line-height: 1.7;
  font-size: 100%;
  padding-top: 20px;
}
body.home ._pregnant .button-item {
  margin: 1.5vw auto auto;
}
body.home .contents-head {
  text-align: center;
}
body.home ._obstetrics .inner:nth-child(1) .twin__wrap {
  margin: 3vw auto auto;
}
body.home ._obstetrics .heading {
  letter-spacing: 0.08rem;
  font-weight: 500;
  font-size: 105%;
  padding-top: 30px;
}
body.home ._obstetrics .button-item {
  margin: 2vw auto 3vw;
}
body.home ._project .heading,
body.home ._bellnet .contents-head .heading,
body.home ._bellnet .heading {
  letter-spacing: 0.08rem;
  padding-top: 30px;
  font-size: 1.1vw;
  font-weight: 400;
}
body.home .logo_item {
  width: 160px;
}
body.home .plus {
  max-width: 20vw;
  margin: 0 auto;
  padding: 0;
  min-width: 300px;
  position: relative;
}
body.home .plus::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  right: 0;
}
body.home .plus::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 0px;
  height: 1px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.5s;
}
body.home .plus.open::before {
  transform: translateY(-50%) rotate(0deg);
}
body.home .obstetrics_lsit {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px 2px;
}
body.home .obstetrics_lsit .Btn02 {
  min-height: 58px;
}
body.home .bg-purple .button .Btn02:hover {
  color: #b7abbb;
}
body.home .bg-purple .button .Btn02:hover:before {
  background: url("../../../../assets/images/icon_arrow_p.svg") no-repeat;
  background-size: contain;
}
body.home .tile_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5% 1%;
  padding-bottom: 2%;
	padding-left: 0;
}
body.home .tile_list li {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .tile_list li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
body.home .tile_list .tile_txt {
  position: absolute;
  color: #fff;
  z-index: 1;
  font-size: 110%;
  letter-spacing: 0.05rem;
  font-weight: 400;
  text-align: center;
}
body.home .triple__wrap .wrap__parts {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 5px;
}
body.home .popular_list {
  margin: 15px auto;
  list-style: none;
  width: 75%;
  padding-left: 10px;
}
body.home .popular_list li {
  padding: 3px;
}
body.home .popular_list li a {
  color: #4d4d4d;
  position: relative;
  font-size: 100%;
  display: block;
  border-bottom: 1px solid #fff;
  transition: ease all 0.5s;
}
body.home .popular_list li a:hover {
  border-color: #4d4d4d;
}
body.home .popular_list li a::after {
  content: "";
  background: url("../../../../assets/images/icon_arrow_g.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 4px;
}
body.home .popular_list li a::before {
  content: "・";
}
body.home .popular_title {
  font-size: 17px;
}
body.home ._bellnet .twin__wrap {
  gap: 3% 1%;
  padding-bottom: 1%;
}
body.home ._bellnet .button-item .button {
  width: 100%;
}
body.home ._bellnet .button-item .Btn01 {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
}
body.home .clinic_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.home .clinic_banner::before {
  position: absolute;
  content: "";
  background: url("../../../../assets/images/bellnet.png") no-repeat;
  background-size: auto;
  background-size: contain;
  width: 20%;
  height: 15vw;
  z-index: 1;
  background-position: center;
}
body.home ._bellnet .contents-head {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
body.home ._bellnet .contents-head .icon {
  max-width: 45px;
}
body.home .instagram_list {
  display: block;
}
body.home ._access .icon {
  max-width: 50px;
  width: 25%;
}
body.home ._access ._txt {
  width: 75%;
}
body.home .access-list li {
  display: flex;
  flex-flow: wrap;
  gap: 4%;
  justify-content: center;
  align-items: center;
  font-size: 1.1vw;
  color: #4d4d4d;
  letter-spacing: 0.08rem;
  flex-direction: row;
  width: 100%;
  max-width: 490px;
  margin: 0 auto;
  padding: 0 0 0.5vw;
}
body.home #contents_map .inner {
  padding: 45px 0 60px;
}
body.home #contents_map .map {
  margin: 45px auto 0;
}
body.home .access-list .time {
  font-size: 1.7vw;
  font-weight: 500;
  padding: 0 10px;
}
body.home .accordion {
  cursor: pointer;
}
body.home .panel {
  opacity: 0;
  transition: ease all 0.5s;
  overflow: hidden;
  max-height: 0;
}
body.home .panel.open {
  opacity: 1;
}
body.home .twin__wrap.belltopi {
  grid-template-columns: 1fr 1fr;
}
body.home ._beauty h3 {
  font-size: 100%;
}
body.home .wrapbox01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  align-items: center;
}
body.home ._outline .copy {
  width: 440px;
}
body.home ._outline .copy .yazirusi {
  display: inline-block;
  width: 350px;
  position: relative;
  text-align: left;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
  box-sizing: border-box;
}
body.home ._outline .copy .yazirusi .yazirusibtn {
  display: flex;
  flex-direction: column;
}
body.home ._outline .copy .yazirusi .yazirusibtn::after {
  content: "";
  width: 250px;
  height: 15px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
body.home ._outline .copy h2 {
  width: 100%;
  position: relative;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 2em;
  margin-bottom: 15px;
}
body.home ._outline .copy p {
  font-size: 15px;
  line-height: 2em;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
body.home ._outline .copy_r {
  width: 85%;
}
@media (max-width: 767px) {
  body.home {
    /* mv */
    /* top contents */
    /* schedule */
    /* news */
    /* section */
    /* beauty */
    /* outline */
  }
  body.home .screen.bg__01::before {
    background: url("../../../../assets/images/top-visual_02_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.home .screen.bg__02::before {
    background: url("../../../../assets/images/top-visual_03_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.home .first::before {
    background: url("../../../../assets/images/top-visual_01_sp.jpg") no-repeat;
    background-position: center;
    background-size: cover;
  }
  body.home .main-visual-logo img {
    max-width: 34%;
  }
  body.home .first .fuwa {
    width: 90vw;
    top: 65%;
    right: inherit;
    left: -12%;
  }
  body.home .bg__01 .fuwa {
    left: 15%;
    width: 90vw;
  }
  body.home .bg__02 .fuwa {
    width: 90vw;
    right: 15%;
  }
  body.home .first .fuwa-txt span:nth-child(1) {
    font-size: 4vw;
  }
  body.home .first .fuwa-txt span:nth-child(2) {
    font-size: 4.8vw;
  }
  body.home .screen:nth-child(3) .fuwa .fuwa-txt span:nth-child(1) {
    font-size: 4.8vw;
    padding: 0;
  }
  body.home .screen:nth-child(3) .fuwa-txt span:nth-child(2) {
    font-size: 4.8vw;
    line-height: inherit;
  }
  body.home .screen:nth-child(3) .fuwa-txt span:nth-child(2) strong {
    font-size: 190%;
  }
  body.home .screen:nth-child(3) .fuwa-txt span:nth-child(3) {
    font-size: 4.8vw;
    line-height: 4vw;
  }
  body.home .screen:nth-child(3) .fuwa-txt span:nth-child(4) {
    font-size: 3vw;
    line-height: 7vw;
  }
  body.home .screen:nth-child(3) .fuwa .fuwa-txt {
    padding-top: 7.8vw;
  }
  body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(1) {
    font-size: 4.8vw;
  }
  body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(2) {
    font-size: 4.8vw;
  }
  body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(3) {
    font-size: 8.5vw;
    font-weight: 600;
  }
  body.home .screen:nth-child(4) .fuwa .fuwa-txt span:nth-child(4) {
    font-size: 4vw;
  }
  body.home ._schedule .txt {
    font-size: 3vw;
    text-align: left;
  }
  body.home ._schedule .txt .sub_tx {
    display: block;
    margin: 5px auto;
  }
  body.home .button .Btn01::before {
    top: 4.2vw;
  }
  body.home ._schedule .button-item,
  body.home ._news .button-item,
  body.home ._obstetrics .button-item {
    width: 100%;
    margin: 7vw auto auto;
  }
  body.home .schedule_txt_note {
    display: grid;
    margin: 5vw auto;
    gap: 2vw 0;
  }
  body.home .schedule_txt_note li:first-child {
    font-size: 3.8vw;
  }
  body.home .schedule_txt_note li:nth-child(2) {
    /*font-size: 3vw;*/
  }
  body.home .fuwa_last {
    width: 90vw;
    right: auto;
    left: 0;
  }
  body.home .fuwa_last .fuwa-txt {
    font-size: 5.5vw;
  }
  body.home .fuwa_last .fuwa-txt strong {
    font-size: 10vw;
  }
  body.home .news_list {
    grid-template-columns: 1fr;
    font-size: 90%;
  }
  body.home .label {
    font-size: 90%;
  }
  body.home ._pregnant .twin__wrap {
    grid-template-columns: 1fr;
    gap: 3%;
  }
  body.home ._pregnant .txt, body.home ._obstetrics .txt {
    font-size: 4vw;
    padding: 1vw 0;
  }
  body.home ._pregnant .button-item {
    margin: 5vw auto auto;
  }
  body.home .logo_item {
    width: 38vw;
  }
  body.home ._obstetrics .heading {
    font-size: 4.5vw;
  }
  body.home ._obstetrics .twin__wrap {
    grid-template-columns: 1fr;
    gap: 3%;
    margin: 10vw auto;
  }
  body.home ._obstetrics h2 {
    font-size: 6vw;
    font-weight: 500;
    margin: 3vw auto 5vw;
  }
  body.home .obstetrics_lsit {
    grid-template-columns: 1fr 1fr;
    gap: 5px 0px;
  }
  body.home ._obstetrics .button .Btn02 {
    font-size: 3.8vw;
    line-height: 1.3em;
    padding: 1vw 0 2vw;
    min-height: 13.5vw;
    padding-right: 2vw;
  }
  body.home ._obstetrics .button .Btn02::before {
    width: 3.4vw;
    height: 3.4vw;
    top: 35%;
  }
  body.home ._project .heading, body.home ._bellnet .contents-head .heading, body.home ._bellnet .heading {
    font-size: 4.8vw;
    padding: 5vw 0 0;
  }
  body.home ._project .heading, body.home ._bellnet .contents-head .heading, body.home ._bellnet .heading {
    font-size: 4.8vw;
    padding: 5vw 0 0;
  }
  body.home ._project .twin__wrap.x1x1 {
    grid-template-columns: 1fr;
    gap: 3%;
  }
  body.home .tile_list .tile_txt {
    font-size: 4.5vw;
  }
  body.home ._project .inner {
    max-width: 100%;
  }
  body.home ._project .triple__wrap {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
  }
  body.home ._project .wrap__parts.bdrr {
    border: none;
    border-bottom: 1px solid #7A8C64;
  }
  body.home .triple__wrap .wrap__parts {
    width: 90%;
    padding: 0 0 3vw;
    margin: 3vw auto;
  }
  body.home ._bellnet .body_900 {
    max-width: 100%;
  }
  body.home ._bellnet .button-item .Btn01._yakujibtn {
    font-size: 80%;
  }
  body.home .clinic_banner::before {
    height: 26vw;
  }
  body.home .popular_list li a {
    font-size: 4vw;
  }
  body.home .instagram_list iframe {
    width: 90%;
    margin: 0 auto;
  }
  body.home ._access .icon {
    max-width: 12%;
    margin: 1vw auto 3vw;
  }
  body.home .access-list li {
    margin: 0 auto 3vw;
  }
  body.home ._access p span {
    font-size: 160%;
  }
  body.home .map iframe {
    height: 210px;
  }
  body.home #contents_map .inner {
    padding: 10vw 0;
  }
  body.home #contents_map .map {
    margin: 10vw auto auto;
  }
  body.home .access-list ._txt {
    font-size: 3.8vw;
    width: 85%;
  }
  body.home .access-list .time {
    font-size: 5vw;
    padding: 0 2px;
  }
  body.home .access-list li {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home .wrapbox01 {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home .fuwa_last .fuwa-txt::before {
    width: 6vw;
    height: 7vw;
    top: 40%;
  }
  body.home .twin__wrap.belltopi {
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto 50px auto;
  }
  body.home ._beauty h3 {
    font-size: 80%;
    letter-spacing: 0.2rem;
  }
  body.home .wrapbox01 {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.home ._outline .copy {
    width: 100%;
  }
  body.home ._outline .copy .yazirusi {
    display: inline-block;
    width: 300px;
    position: relative;
    text-align: left;
    letter-spacing: 0.1em;
    padding-bottom: 8px;
    box-sizing: border-box;
  }
  body.home ._outline .copy .yazirusi .yazirusibtn::after {
    width: 200px;
  }
  body.home ._outline .copy p {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  body.home ._outline .copy_r {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */