@charset "utf-8";
/*animation*/
.fadeIn {
  opacity: 0;
  transition: .5s;
}
.fadeIn.slow {
  transition: 1.1s;
}
.fadeIn.slow2 {
  transition: 1.5s;
}
.fadeIn.js_active {
  opacity: 1;
}
/*--parts--------------------*/
.text_st01 {
  color: var(--primary);
  font-weight: 700;
}
.text_st02 {
  color: var(--sub1);
  font-weight: 700;
}
.text_min {
  font-size: 12px;
}
.link {
  display: block;
  margin-top: 60px;
}
.link01, .link02 {
  position: relative;
}
.link01 {
  display: block;
  width: fit-content;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .1rem;
  color: #fff;
  background-color: var(--link1);
  border: 1px solid var(--link1);
  padding: 8px 50px 8px 20px;
}
.link01 img {
  width: auto;
  vertical-align: text-bottom;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.link01::after {
  content: "→";
  height: fit-content;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
.link01:hover {
  color: var(--link1);
  background-color: #fff;
}
.ul_notice > li, .p_notice {
  padding-left: 20px;
  position: relative;
}
.ul_notice > li::before, .p_notice::before {
  content: "※";
  margin-left: -20px;
  position: absolute;
}
.p_notice {
  display: block;
}
.ul01 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.ul01 > li + li {
  margin-top: 5px;
}
.ul01 > li::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  background-color: var(--sub2);
  border: 1px solid var(--border1);
  border-radius: 100%;
  margin-right: 15px;
  position: relative;
  top: -1px;
  left: 5px;
}
.ol01 > li, .ol02 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: baseline;
  align-items: baseline;
  counter-increment: num;
}
.ol01 > li + li {
  margin-top: 8px;
}
.ol02 > li + li {
  margin-top: 3px;
}
.ol01 > li::before {
  content: counter(num);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 25px;
  height: 25px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--border1);
  background-color: var(--sub2);
  border: 1px solid var(--text);
  border-radius: 100%;
  margin-right: 10px;
}
.ol01 > li .item, .ol02 > li .item {
  width: 100%;
}
.ol02 > li::before {
  content: counter(num)".";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 20px;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--primary);
}
.dl01 {
  display: inline-block;
  width: 100%;
}
.dl01 > dt {
  clear: both;
  float: left;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  color: var(--border1);
  border: 1px solid var(--border2);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 8px 15px;
}
.dl01 > dd {
  display: flow-root;
  padding: 7px 0 7.4px 15px;
}
.dl01 > dd + dt, .dl01 > dd + dt + dd {
  margin-top: 8px;
}
table .nonBg {
  color: var(--text) !important;
  background: none !important;
}
table .prBg {
  color: #fff !important;
  background-color: var(--primary) !important;
}
table .cBg1 {
  color: var(--text) !important;
  background-color: var(--colorBg1) !important;
}
table .cBg2 {
  color: var(--text) !important;
  background-color: var(--colorBg2) !important;
}
table .cBg3 {
  color: var(--text) !important;
  background-color: var(--colorBg3) !important;
}
.table01 .bd_r_dot {
  border-right: 1px dotted #BBB;
}
.table01 .bd_b_dot {
  border-bottom: 1px dotted #BBB;
}
.table01 {
  width: 100%;
  font-size: 1.5rem;
  border-top: 1px solid var(--colorBg3);
  border-left: 1px solid var(--colorBg3);
}
.table01 th, .table01 td {
  vertical-align: middle;
  border-bottom: 1px solid var(--colorBg3);
  border-right: 1px solid var(--colorBg3);
  padding: 12px 15px;
}
.table01 th {
  font-weight: 500;
  text-align: center;
}
.table01 thead th {
  color: #fff;
  background-color: var(--primary);
}
.table01 tbody th {
  background-color: var(--sub3);
}
.schedule, .footer_schedule {
  padding: 40px 45px;
  background-color: #fff;
  position: relative;
}
.schedule::before, .schedule::after, .footer_schedule::before, .footer_schedule::after {
  content: "";
  position: absolute;
  width: 105px;
  height: 50px;
  z-index: 0;
}
.schedule::before, .footer_schedule::before {
  background: url(../img/common/deco_top.svg) no-repeat top/105px;
  top: -5px;
  right: -4px;
}
.schedule::after, .footer_schedule::after {
  background: url(../img/common/deco_bottom.svg) no-repeat bottom/105px;
  bottom: -8px;
  left: -4px;
}
.table_schedule {
  width: 100%;
  margin-bottom: 5px;
}
.table_schedule th, .table_schedule td {
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  padding: .5em 0;
}
.table_schedule th:first-of-type {
  text-align: left;
}
.table_schedule thead th:not(:first-child), .table_schedule td {
  border-left: 1px solid var(--border1);
}
.table_schedule tbody th {
  width: 23%;
  min-width: 160px;
  line-height: 1.5;
}
.table_schedule th img {
  width: 25px;
  vertical-align: bottom;
  margin-right: 10px;
}
.table_schedule th span {
  display: block;
  font-size: 1.4rem;
  color: var(--border1);
}
.table_schedule td {
  width: 11%;
  color: var(--border1);
}
.table_schedule + .ul_notice {
  margin-left: calc(23% + 20px);
}
.table_schedule + .ul_notice li span {
  color: var(--border1);
  margin-right: 3px;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.textile {
  background: var(--colorBg1);
  background-image: url(../img/common/bg_textile.svg);
  padding: 40px 0;
  margin-top: 40px;
}
.keyBox {
  font-weight: 500;
  text-align: center;
  color: var(--textlink);
  border: 1px solid var(--colorBg2);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5px;
  margin: 5px 0;
}
a[href^="tel:"] {
  pointer-events: none;
}
input, textarea, select, button {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
input[type='text'], input[type='tel'], input[type='email'], textarea, input[type='password'] {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 3px;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: transform .3s;
}
input[type='text']:focus, input[type='tel']:focus, input[type='email']:focus, textarea:focus, input[type='password']:focus {
  outline: 0;
}
input.size-s {
  width: 50%;
}
textarea[name='comment'] {
  height: auto;
}
form input.btn, form button {
  padding: 10px;
  width: 200px;
  border-radius: 3px;
  transition: all 0.5s;
  border: none;
  cursor: pointer;
}
form input[name='search'], form input.btn_st01 {
  color: #fff;
}
form input[name='sub_kakunin'] {
  color: #fff;
}
form input[name='sub_reset'] {
  background: #fff;
  color: var(--sub1);
}
.f_small {
  font-size: 1.2rem;
  display: block;
}
.required {
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  margin: 0 10px;
}

/*---header--------------------*/
.scroll {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header {
  width: 100%;
  position: absolute;
  z-index: 10;
}
.header.fixed {
  padding: 10px 30px 0;
  position: fixed;
  top: 0;
  left: 0;
}
.header .sp_navi, .header .sp_child {
  display: none;
}
.header .header_inner, .header .header_nav .top, .header .header_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header_inner, .footer .con, .head_title_inner {
  width: 100%;
  max-width: 1040px;
  padding: 0 30px;
  margin: 0 auto;
}
.header .header_inner, .footer .footer_inner .con {
  max-width: 1140px;
}
.header .header_inner {
  align-items: center;
  justify-content: space-between;
  height: 140px;
  background: rgba(255, 255, 255, .7);
  border-radius: 0 0 20px 20px;
}
.header.fixed .header_inner {
  height: 90px;
  background: rgba(255, 255, 255, .7);
  backdrop-filter: blur(8px);
  box-shadow: 0 0.2rem 1.8rem rgba(74, 58, 37, 0.06);
  border-radius: 20px;
}
.header h1 {
  width: clamp(180px, calc(1.5vw + 180px), 195px);
}
.header h1 a {
  display: block;
}
.header h1 .logo_sp, .header.fixed h1 .logo_pc {
  display: none;
}
.header.fixed h1 .logo_sp {
  display: block;
}
.header .header_nav, .footer .footer_inner .right {
  height: 100%;
  text-align: right;
  padding-left: 5%;
  margin: 0;
}
.header .header_nav {
  width: calc(100% - 195px);
}
.header .header_nav .top, .footer .footer_info {
  align-items: baseline;
  justify-content: flex-end;
  width: fit-content;
  height: 50%;
  padding: 22px 0 0;
  margin: auto 0 0 auto;
}
.header.fixed .header_nav .top {
  padding-top: 13px;
}
.header p, .header p a, .header nav ul li a {
  color: var(--text);
}
.header.fixed p, .header.fixed p a, .header.fixed nav ul li a, .header.fixed nav ul li > span {
  font-weight: 600;
  color: var(--text);
}
.header p, .footer .footer_info p {
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 15px;
  margin-bottom: 0;
}
.header p a, .footer .footer_info p a {
  font-size: clamp(1.8rem, calc(1.25vw + .4rem), 2.2rem);
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 1px;
  margin-left: 12px;
}
.header .header_nav .top ul li + li, .footer .footer_info ul li + li {
  margin-left: 5px;
}
.header .header_nav .top ul li:first-child {
  display: none;
}
.header.fixed .header_nav .top ul li:first-child {
  display: block;
}
.header .header_nav .top ul li a, .footer .footer_info ul li a {
  display: inline-flex;
  min-height: 32px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  background-color: var(--link1);
  padding: 5px 10px;
}
.header .header_nav .top ul li .hanaclub, .footer .footer_info ul li .hanaclub {
  background-color: var(--sub1);
}
.header.fixed .header_nav .top ul li a {
  min-height: 28px;
  padding: 3px 10px;
}
.header .header_nav .top ul li a img, .footer .footer_inner .footer_info ul li a img {
  margin-right: 5px;
}
.header .header_nav .top ul li a img {
  width: 22px;
}
.header.fixed .header_nav .top ul li a img, .header .header_nav .top ul li a .ic_flower, .footer .footer_inner .footer_info ul li a img {
  width: 20px;
}
.header.fixed .header_nav .top ul li a .ic_flower, .footer .footer_inner .footer_info ul li a .ic_flower {
  width: 18px;
}
.header .header_nav .top ul li a:hover img {
  opacity: 1;
}
.header .header_nav .bottom, .footer .footer_inner nav {
  display: inline-block;
  height: 50%;
}
.header .header_nav .bottom {
  padding: 4px 0 0 0;
}
.header.fixed .header_nav .bottom {
  padding-top: 7px;
}
.header nav, .header nav > ul, .header nav > ul > li {
  height: 100%;
}
.header nav ul li, .footer nav ul li {
  position: relative;
}
.header.fixed nav ul, .header.fixed nav ul li {
  border: none;
}
.header nav ul li.ic_link, .footer .footer_inner nav ul li.ic_link {
  padding-top: 5px;
  padding-left: clamp(5px, 5px + 1.5vw, 10px);
}
.header.fixed nav ul li.ic_link {
  padding-top: 4px;
}
.header nav ul li.ic_link a, .footer .footer_inner nav ul li.ic_link a {
  border-right: none;
}
.header nav ul li a, .header nav ul li > span, .footer nav ul li a, .footer nav ul li > span {
  display: block;
  height: auto;
  font-size: clamp(1.35rem, calc(.75vw + .5rem), 1.5rem);
  font-weight: 600;
  text-align: center;
  letter-spacing: .5px;
  padding: 0 clamp(5px, calc(1.5vw + 8px), 8px);
}
.header nav ul li.has_child span, .footer nav ul li.has_child span {
  cursor: default;
  transition: all 0.5s ease 0s;
}
.header nav ul li a:hover, .header.fixed nav ul li a:hover, .header nav ul li.is-active span, .header.fixed nav ul li.is-active span {
  color: var(--text);
  opacity: .6;
}
.header nav ul li .child, .footer nav ul li .child {
  flex-flow: wrap;
  width: 220px;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(8px);
  box-shadow: 0 30px 40px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 66px;
  left: 8px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1;
}
.header.fixed nav ul li .child {
  top: 38px;
  left: 5px;
}
.header nav ul li.is-active .child, .footer nav ul li.is-active .child {
  opacity: 1;
  visibility: visible;
}
.header nav ul li .child li, .footer nav ul li .child li {
  width: 100%;
}
.header nav ul li .child li a, .footer nav ul li .child li a {
  font-size: clamp(1.15rem, calc(.75vw + .5rem), 1.3rem);
  text-align: left;
  color: var(--text);
  padding: 12px 15px;
}
.header nav ul li .child li a::after, .footer nav ul li .child li a::after {
  content: "〉〉";
  height: 18px;
  font-size: 1.0rem;
  font-weight: 700;
  color: var(--textlink);
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.header nav ul li .child li a:hover, .footer nav ul li .child li a:hover {
  color: var(--primary);
  background-color: var(--colorBg1);
  opacity: 1;
}
.header nav ul li.ic_link a, .footer nav ul li.ic_link a {
  height: auto;
  padding: 0;
}
.header ul li.ic_link a img, .footer nav ul li.ic_link a img {
  display: block;
  width: 23px;
}
.header.fixed ul li.ic_link a img {
  width: 20px;
}
.header nav ul li a span, .header nav ul li span span, .footer nav ul li a span, .footer nav ul li span span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
}
.header.fixed nav ul li a span, .header.fixed nav ul li span span {
  display: none;
}

/*---footer--------------------*/
.footer, .footer .footer_inner, .footer .footer_inner .con {
  position: relative;
}
.footer > .con.flex {
  padding-top: 80px;
  padding-bottom: 80px;
}
.footer > .con h3 span {
  display: block;
}
.footer > .con h3 span::before {
  content: "";
  background-color: var(--primary);
  width: 164px;
  height: 1px;
  margin: auto;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}
.hana-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  width: calc(100%/4 - 20px);
  margin-bottom: 30px;
}
.hana-list li:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.hana-list li img {
  width: 25px;
}
.hana-list li p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  padding-left: 10px;
  margin-top: 3px;
}
.hana-list li a, .hana-list li span {
  display: block;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
  position: relative;
}
.hana-list li a {
  padding-left: 15px;
}
.hana-list li a::before {
  content: "→";
  font-weight: 700;
  color: var(--border1);
  position: absolute;
  left: 0;
}
.access-route {
  width: 50%;
}
.access-route.left {
  padding-right: 40px;
}
.con .access-route h3 {
  display: inline-block;
  width: 150px;
  margin-bottom: 20px;
  position: relative;
}
.access-route h3::after {
  content: "";
  background-color: var(--primary);
  width: 150px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.con .access-route h3 span {
  display: none;
}
.access-route .adress, .access-route .howto {
  margin-bottom: 5px;
}
.access-route .howto {
  display: block;
  padding-left: 15px;
  position: relative;
}
.access-route .howto::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: var(--text);
  position: absolute;
  top: 9px;
  left: 0;
}
.access-route div {
  border-top: 1px solid var(--border1);
  padding: 12px 2px;
}
.access-route div p {
  width: calc(100% - 285px);
}
.access-route div p img {
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.access-route div ul {
  width: 285px;
}
.access-route div ul li {
  display: block;
  padding-left: 12px;
  position: relative;
}
.access-route div ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--border1);
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 13px;
}
.access-route iframe {
  width: 100%;
  height: 100%;
}
.footer .footer_info, .footer .footer_info ul {
  align-items: center;
}
.footer .footer_inner {
  background-color: var(--text);
  padding: 35px 0;
}
.footer .footer_inner::before {
  content: "";
  background: url(../img/common/bg_footer_clinic.jpg) no-repeat left bottom/100%;
  width: 40%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.footer .footer_inner .left {
  width: 200px;
}
.footer .footer_inner h1 {
  margin-bottom: 30px;
}
.footer .footer_inner p:not(.p_notice), .footer .footer_inner .bt_tel {
  font-weight: 600;
  color: #fff;
}
.footer .footer_inner h1 + p {
  font-size: 1.4rem;
}
.footer .footer_inner .right {
  width: calc(100% - 200px);
}
.footer .footer_inner .footer_info {
  padding-top: 30px;
  margin-bottom: 30px;
}
.footer .footer_inner nav {
  margin-bottom: 30px;
}
.footer .footer_inner nav > ul > li > a, .footer .footer_inner nav ul li > span {
  color: #fff;
  border-right: 1px solid #fff;
}
.footer .footer_inner nav ul li a:hover, .footer .footer_inner nav ul li.is-active > span {
  color: rgba(255, 255, 255, 0.6);
  opacity: 1;
}
.footer nav ul li .child {
  background-color: var(--textlink);
  box-shadow: none;
  top: auto;
  left: 0;
  bottom: 50px;
}
.footer nav ul li .child li a {
  color: #fff;
  padding: 5px 15px;
}
.footer nav ul li .child li a::after {
  color: #fff;
}
.footer nav ul li .child li a:hover::after {
  color: var(--textlink);
}
.footer nav ul li.ic_link a img {
  width: 20px;
}
.footer nav ul li a, .footer nav ul li > span {
  padding-bottom: 5px;
}
.footer .footer_inner .footer_schedule {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  padding: 20px 45px;
}
.footer .footer_inner .con h3 {
  font-size: 3.0rem;
  margin-bottom: 0;
  position: relative;
}
.footer .footer_inner .con h3::before {
  content: "";
  background-color: var(--primary);
  width: 195px;
  height: 1px;
  margin: auto;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.footer .footer_inner .con h3 span {
  margin-top: 0;
  margin-left: 15px;
  top: -1px;
}
.footer .footer_inner .link01 {
  height: 100%;
}
.footer .footer_inner .table_schedule {
  margin-top: 25px;
}
.footer .footer_inner .copyright {
  font-size: 1.2rem;
  font-weight: 600;
  text-align: right;
  margin-top: 20px;
}

/*---contents--------------------*/
main {
  border-bottom: 10px solid var(--colorBg3);
  padding-bottom: 100px;
  margin-bottom: 80px;
  position: relative;
}
main::before, main::after {
  content: "";
  width: calc(100vw - 94%);
  height: 100%;
  position: absolute;
  top: 200px;
  z-index: 8;
}
main::before {
  background: url(../img/common/bg_left_plant.png) repeat-y top/100%;
  left: 0;
}
main::after {
  background: url(../img/common/bg_right_plant.png) repeat-y top/100%;
  right: 0;
}
.head_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  max-height: 360px;
  background: url(../img/common/mv_sub.jpg) no-repeat top/cover;
  padding: 190px 0 50px;
  position: relative;
}
.head_title_inner {
  font-size: clamp(3.0rem, calc(1.5vw + 4.8rem), 4.5rem);
  font-weight: 500;
  font-style: italic;
  font-family: "Cormorant Garamond","Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  letter-spacing: 6px;
  position: relative;
}
.head_title_inner > span {
  display: block;
  font-size: clamp(1.4rem, calc(1.5vw + .6rem), 1.6rem);
  font-weight: 400;
  font-style: initial;
  font-family: "Open Sans", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 1px;
  padding-top: 3%;
  position: relative;
}
.head_title_inner > span::before {
  content: "";
  width: 40%;
  max-width: 322px;
  min-width: 200px;
  height: 100%;
  background: url(../img/common/deco_head_title.svg) no-repeat top/ 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.head_title_inner span span {
  display: inline-block;
  font-size: clamp(1.3rem, calc(1.5vw + .6rem), 1.4rem);
  font-weight: 700;
  font-family: "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  padding-top: 3px;
  margin-left: 5px;
}
.contents {
  width: 100%;
  max-width: 1240px;
  padding: 0 calc((100vw - 94%) + 300px) 0 calc(100vw - 94%);
  margin: 0 auto;
}
section {
  padding-top: 120px;
  margin-top: -120px;
  margin-bottom: 100px;
  position: relative;
}
section:first-child {
  padding-top: 180px;
}
section:last-child {
  margin-bottom: 0;
}
.con {
  position: relative;
  z-index: 9;
}
.con h3 {
  font-size: 3.4rem;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 30px;
}
.con h3 span {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 2;
  margin-top: 5px;
  position: relative;
}
.side_contents {
  width: 240px;
  padding-top: 60px;
  position: absolute;
  top: 360px;
  right: calc((100vw - 94%) + (100vw - 1240px)/2);
}
.side_contents .resv_link {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background-color: var(--link1);
  padding: 10px;
}
.side_contents .resv_link img {
  width: 25px;
  vertical-align: bottom;
  margin-right: 5px;
}
.side_contents ul li {
  width: 100%;
  border-bottom: 1px solid var(--border1);
}
.side_contents ul li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text);
  padding: 15px 30px 15px 10px;
  position: relative;
}
.side_contents ul li a::after {
  content: "〉〉";
  height: 18px;
  font-size: 1.0rem;
  font-weight: 700;
  color: var(--textlink);
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
}
.side_contents ul li a:hover {
  color: var(--primary);
  background-color: var(--colorBg1);
}
.side_contents ul li a span {
  display: block;
}
.side_contents ul li a .date {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  color: var(--border1);
}
.side_contents ul li a .title {
  line-height: 1.5;
  letter-spacing: .5px;
  margin-top: 3px;
}
.side_contents .readmore {
  font-size: 1.4rem;
  text-align: center;
  border-bottom: 10px solid var(--colorBg2);
  padding-bottom: 5px;
  margin-bottom: 0;
}
.side_contents .resv_link + .readmore {
  margin-top: 10px;
}
.side_contents .sidebar > div {
  border-bottom: 1px solid var(--colorBg2);
}
.side_contents .sidebar > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  padding: 8px 0;
}
.side_contents .sidebar > div img {
  height: 100%;
  width: 80px;
}
.side_contents .sidebar > div p {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  padding-left: 10px;
  margin-top: 5px;
}

@media (max-width:1240px) {
  .side_contents {
    right: calc(100vw - 94%);
  }
}
@media (max-width:979px) {
  /*--parts--------------------*/
  .link01 {
    font-size: 1.4rem;
    padding-right: 60px;
    padding-left: 30px;
  }
  .ol01 > li::before {
    min-width: 22px;
    height: 22px;
  }
  .dl01 > dt {
    font-size: 1.3rem;
  }
  .dl01 > dd {
    font-size: 1.4rem;
  }
  .table01 {
    font-size: 1.4rem;
  }
  .schedule {
    padding: 40px 30px 45px;
  }
  .schedule::before, .schedule::after {
    width: calc(100%/4);
    height: 100%;
  }
  .schedule::before, .schedule::after {
    background-size: 100%;
  }
  .table_schedule thead th:not(:first-child), .table_schedule td {
    border-left: none;
  }
  .table_schedule thead th {
    background-color: var(--colorBg2);
  }
  .table_schedule tbody tr > * {
    border-bottom: 1px solid var(--border1);
  }
  .table_schedule + .ul_notice {
    font-size: 1.4rem;
    margin-left: 0;
  }
  .flex {
    display: block;
  }
  @media (max-width: 768px) {
    .link01 {
      width: fit-content;
      font-size: 1.3rem;
      padding-right: 50px;
      padding-left: 20px;
    }
    .link01 img {
      margin-right: 5px;
    }
    .dl01 > dt {
      padding: 6px 10px;
    }
    .dl01 > dd {
      padding: 6px 0 6px 10px;
    }
    .dl01 > dd + dt, .dl01 > dd + dt + dd {
      margin-top: 5px;
    }
    .table01 th, .table01 td {
      padding: 10px 12px;
    }
    .schedule {
      padding: 30px 20px 35px;
    }
    .schedule::before, .schedule::after {
      width: calc(100%/3);
    }
    .table_schedule {
      font-size: 1.4rem;
    }
    .table_schedule tbody th {
      min-width: 138px;
    }
    .table_schedule th span {
      font-size: 1.3rem;
    }
    .textile {
      padding-top: 20px;
    }
  }

  /*---header--------------------*/
  .header {
    background-color: #fff;
    position: fixed;
    top: 0 !important;
    padding: 0 !important;
  }
  .header .header_inner {
    display: none;
  }
  .header .sp_navi {
    display: block;
    width: 100%;
    height: 120px;
  }
  .header .sp_navi .top, .header .sp_navi_fixed, .header .sp_navi_fixed .menu_link, .header .sp_navi_fixed .sp_navi_list ul, .header .sp_navi .bottom, .header .sp_navi .bottom a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .sp_navi .top {
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 10px;
  }
  .header .sp_navi .bottom {
    height: 50px;
    position: relative;
    z-index: 12;
  }
  @media (max-width: 768px) {
    .header .sp_navi {
      height: 100px;
    }
    .header .sp_navi .top {
      height: 60px;
    }
    .header .sp_navi .bottom {
      height: 40px;
    }
  }
  .header h1 {
    flex: 0 0 60%;
    width: 60%;
    max-width: 210px;
    z-index: 12;
  }
  .header h1 .logo_sp {
    display: block;
  }
  .header .sp_navi_fixed {
    flex: 0 0 40%;
    justify-content: flex-end;
  }
  .header .bt_access, .header .bt_instagram {
    margin: auto 0 auto 20px;
  }
  .header .bt_access a, .header .bt_instagram a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }
  .header .bt_access img, .header .bt_instagram img {
    display: block;
    width: auto;
    height: 25px;
    margin: auto;
  }
  .header .menu_link {
    width: 60px;
    height: 60px;
    border: 2px solid var(--link1);
    margin: auto 0 auto 20px;
    position: relative;
    cursor: pointer;
    z-index: 13;
  }
  .header .menu_link p {
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    color: var(--link1);
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .header .menu_link span {
    display: block;
    width: 80%;
    height: 2px;
    background-color: var(--link1);
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    -webkit-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .header .menu_link .close, .is-open .header .menu_link .close, .is-open .header .menu_link .open {
    -webkit-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .3s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: all;
    transition-property: opacity,visibility;
  }
  .header .menu_link .close {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .is-open .header .menu_link .close {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .is-open .header .menu_link .open {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
  .header .menu_link span:nth-of-type(1) {
    top: 12px;
  }
  .header .menu_link span:nth-of-type(2) {
    top: 22px;
  }
  .is-open .header .menu_link span:nth-of-type(1), .is-open .header .menu_link span:nth-of-type(2)  {
    width: 82%;
    top: 17px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
  .is-open .header .menu_link span:nth-of-type(2) {
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  @media (max-width: 768px) {
    .header .bt_access, .header .bt_instagram {
      margin: auto 0 auto 12px;
    }
    .header .menu_link {
      width: 50px;
      height: 50px;
      margin: auto 0 auto 12px;
    }
    .header .menu_link p {
      font-size: 1.3rem;
    }
    .header .menu_link span:nth-of-type(1) {
      top: 8px;
    }
    .header .menu_link span:nth-of-type(2) {
      top: 17px;
    }
    .is-open .header .menu_link span:nth-of-type(1), .is-open .header .menu_link span:nth-of-type(2)  {
      top: 15px;
    }
  }
  .header .sp_navi .bottom > div {
    width: 50%;
  }
  .header .sp_navi .tel {
    background-color: var(--primary);
  }
  .header .sp_navi .resv {
    background-color: var(--link1);
  }
  .header .sp_navi .bottom a {
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 2.5rem;
    text-align: center;
    color: #fff;
  }
  .header .sp_navi .bottom img {
    width: 40px;
    margin-right: 10px;
  }
  @media (max-width: 768px) {
    .header .sp_navi .bottom a {
      font-size: clamp(1.4rem, calc(.75vw + 1rem), 2.0rem);
    }
    .header .sp_navi .bottom img {
      width: 15%;
      margin-right: 2%;
      max-width: 30px;
    }
  }
  .header .sp_navi_fixed .sp_navi_list {
    display: block;
    width: 100%;
    height: calc(100vh - 120px);
    background-color: #fff;
    padding: 0 10px 30px;
    margin: auto;
    transition: all .3s cubic-bezier(.25,.46,.45,.94) 0s;
    transition-property: all;
    transition-property: opacity,visibility;
    position: fixed;
    top: 120px;
    left: 0;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
  }
  .is-open .header .sp_navi_fixed .sp_navi_list {
    opacity: 1;
    visibility: visible;
  }
  @media (max-width: 768px) {
    .header .sp_navi_fixed .sp_navi_list {
      height: calc(100vh - 100px);
      top: 100px;
    }
  }
  .header .sp_navi_fixed .sp_navi_list > ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .header .sp_navi_fixed .sp_navi_list > ul > li {
    width: 100%;
    border-bottom: 1px solid var(--border1);
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child > span {
    position: relative;
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child > span::before, .header .sp_navi_fixed .sp_navi_list ul .sp_has_child > span::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--border1);
    margin: auto 0;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    transition: .3s;
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child > span::after {
    transform: rotate(90deg);
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child > span.is-open::before {
    transform: rotate(180deg);
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child > span.is-open::after {
    transform: rotate(180deg);
    opacity: 0;
  }
  .header .sp_navi_fixed .sp_navi_list ul li a, .header .sp_navi_fixed .sp_navi_list ul li > span {
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text);
    padding: 25px 5px;
  }
  .header .sp_navi_fixed .sp_navi_list ul li > span {
    transition: .3s;
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child span.is-open {
    background-color: var(--colorBg1);
  }
  .header .sp_navi_fixed .sp_navi_list ul .sp_has_child .sp_child {
    display: none;
  }
  .header .sp_navi_fixed .sp_navi_list .sp_child li a {
    font-size: 1.4rem;
    position: relative;
  }
  .header .sp_navi_fixed .sp_navi_list .sp_child li a::after {
    content: "〉〉";
    height: 18px;
    font-size: 1.0rem;
    font-weight: 700;
    color: var(--textlink);
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
  }
  .header .sp_navi_fixed .sp_navi_list ul li a span, .header .sp_navi_fixed .sp_navi_list ul li span span {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--border1);
    margin-left: 15px;
  }
  @media (max-width: 768px) {
    .header .sp_navi_fixed .sp_navi_list ul li a, .header .sp_navi_fixed .sp_navi_list ul li > span {
      padding: 18px 5px;
    }
    .header .sp_navi_fixed .sp_navi_list ul li a span, .header .sp_navi_fixed .sp_navi_list ul li span span {
      margin-left: 10px;
    }
  }

  /*---footer--------------------*/
  .footer .footer_inner .left, .footer .footer_inner .right {
    width: 100%;
  }
  .footer .con, .head_title_inner, section .con {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer > .con.flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer .con h3 span {
    font-size: 2.4rem;
    font-weight: 400;
  }
  .hana-list {
    display: flex;
  }
  .access-route {
    width: 100%;
    padding-right: 0 !important;
  }
  .access-route > :not(.dn_pc) {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }
  .con .access-route h3 {
    display: block;
    width: auto;
  }
  .access-route h3::after {
    display: none;
  }
  .con .access-route h3 span {
    display: block;
  }
  .access-route iframe {
    min-height: 300px;
  }
  .access-route div.dn_pc {
    border-top: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .access-route div:not(.dn_pc) {
    display: flex;
  }
  .access-route div p {
    flex: 0 0 22%;
    max-width: 70px;
  }
  .access-route div ul {
    flex: 0 0 78%;
    width: auto;
    padding-left: 7%;
  }
  .access-route .link01 {
    width: fit-content;
    margin: 0 auto;
  }
  .footer .footer_inner {
    padding-bottom: calc(50vw);
    overflow: hidden;
  }
  .footer .footer_inner::before {
    width: 90%;
  }
  .footer .footer_inner .left {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer .footer_inner h1 {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 20px;
  }
  .footer .footer_inner h1 + p {
    display: inline-block;
  }
  .footer .footer_inner .right {
    padding: 0;
    text-align: left;
  }
  .footer .footer_inner .footer_info {
    padding-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
  .footer .footer_inner .footer_info ul {
    display: flex;
  }
  .footer .footer_inner .footer_info ul li a img {
    width: 21px;
  }
  .footer .footer_inner .footer_info p {
    display: none;
  }
  .footer .footer_inner .footer_schedule {
    padding: 40px 30px 45px;
  }
  .footer .footer_inner .con h3 {
    font-size: 3.4rem;
    letter-spacing: 3px;
  }
  .footer .footer_inner .con h3::before {
    display: none;
  }
  .footer .footer_inner .con h3 span {
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }
  .footer .footer_inner .con h3 span::before {
    content: "";
    background-color: var(--primary);
    width: 164px;
    height: 1px;
    margin: auto;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
  }
  .footer .footer_inner .link01 {
    margin: 15px auto 0;
  }
  @media (max-width: 768px) {
    .footer .con h3 span {
      font-size: 2.0rem;
    }
    .hana-list li {
      width: calc(100%/2 - 10px);
    }
    .hana-list li:nth-last-child(-n+2) {
      margin-top: 30px;
    }
    .access-route iframe {
      min-height: 230px;
    }
    .footer .footer_inner {
      padding-bottom: calc(60vw);
    }
    .footer .footer_inner::before {
      width: 100%;
    }
    .footer .footer_inner h1 {
      max-width: 250px;
    }
    .footer .footer_inner .footer_info ul li a {
      min-height: 30px;
      font-size: 1.1rem;
    }
    .footer .footer_inner .footer_info ul li a img {
      width: 19px;
    }
    .footer .footer_inner .footer_info ul li a .ic_flower {
      width: 17px;
    }
    .footer .footer_inner .footer_schedule {
      padding: 30px 20px 35px;
    }
    .footer .footer_inner .con h3 {
      font-size: 3.0rem;
    }
    .footer .footer_inner .con h3 span {
      font-size: 2.0rem;
    }
    .footer .footer_inner .table_schedule {
      margin-top: 15px;
    }
    .footer .footer_inner .copyright {
      font-size: 1.05rem;
    }
  }
  /*---contents--------------------*/
  main {
    padding-top: 120px;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  main::before, main::after {
    display: none;
  }
  .head_title {
    padding: 50px 0;
  }
  .head_title_inner {
    font-size: clamp(2.0rem, calc(1.5vw + 2.8rem), 3.5rem);
    letter-spacing: 3px;
  }
  .contents {
    max-width: 100%;
    padding: 0;
  }
  section::before, section::after {
    content: "";
    height: 100%;
    position: absolute;
  }
  section::before {
    width: 55px;
    background: url(../img/common/bg_left_plant_sp.png) no-repeat top/100%;
    top: 25px;
    left: 0;
  }
  section:first-child::before {
    top: 80px;
  }
  section::after {
    width: 60px;
    background: url(../img/common/bg_right_plant_sp.png) no-repeat top/100%;
    top: 40px;
    right: 0;
  }
  section:first-child::after {
    top: 90px;
  }
  section .con {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }
  section h3 {
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  section h3 span {
    font-size: 1.2rem;
  }
  .side_contents {
    display: inline-block;
    width: 100%;
    max-width: 1040px;
    padding: 0 20px;
    margin: 80px auto;
    position: relative;
    top: auto;
    right: auto;
  }
  .side_contents .sidebar > div {
    float: left;
    width: 49%;
  }
  .side_contents .sidebar > div:nth-of-type(2n) {
    float: right;
  }
  @media (max-width: 768px) {
    main {
      padding-top: 100px;
    }
    .head_title {
      padding: 30px 0;
    }
    .head_title_inner {
      font-size: clamp(2.4rem, calc(1.5vw + 1.4rem), 2.5rem);
    }
    .head_title_inner span {
      font-size: clamp(1.2rem, calc(1.5vw + .2rem), 1.6rem);
      padding-top: clamp(15px, calc(1.5vw + 10px), 20px);
    }
    section {
      padding-top: 110px;
      margin-top: -110px;
    }
    section:first-child {
      padding-top: 150px;
    }
    section::before, section::after {
      width: 45px;
    }
    section::before {
      top: 42px;
    }
    section::after {
      top: 50px;
    }
    section:first-child::before {
      top: 75px;
    }
    section h3 {
      font-size: 2.5rem;
    }
    section h3 span {
      font-size: 1.1rem;
    }
    .side_contents .sidebar > div {
      float: none;
      width: 100%;
    }
  }
}