@charset "utf-8";

/* =========================

  base

=========================*/
:root {
  /*color*/
  --fontcolor: #3E4D47;
  --maincolor: #3E9595;
  --maincolor-hover: #7ABBBB;
  --accentcolor: #EFD25F;
  --accentcolor-hover: #F4DF8C;
  --bgcolor: #E2F2ED;
  --bgbeige: #FAF9F8;
  --font: "M PLUS Rounded 1c", serif, 
          "Yu Gothic UI", "Yu Gothic", "Meiryo",
          "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro",
          "Arial Rounded MT Bold", "Helvetica Rounded", sans-serif;
  --normalfont: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  --border-color: #B2DBCE;
  --shadow: 0px 0px 14px 0px rgba(97, 126, 117, .20);
}

body {
  color: var(--fontcolor);
  font-size: 16px;
  font-family: var(--normalfont);
  line-height: 1.8em;
  background-color: #FDFEFF;
  letter-spacing: 0.08em;
  scroll-behavior: smooth;
}
body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}
a {
  color: var(--fontcolor);
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
a:hover {
  opacity: .6;
}
img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.wrapper {
  overflow: hidden;
}
@media screen and (max-width:750px) {
  body {
    font-size: 15px;
    line-height: 1.8em;
  }
}
/* ------------------------
  icon
------------------------*/
.icon {
  position: relative;
}
.icon_access,.icon_tel,.icon_tel_w {
  background-color: #FFFFFF;
  border-radius: 100vw;
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
}
.icon_access::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_access.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon_tel_w {
  background-color: var(--maincolor);
}
.icon_tel::before,
.icon_tel_w::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_tel.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.icon_tel_w::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_tel_w.svg);
}
.icon_arrow::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 0 3px 14px;
  background-color: #FFFFFF;
  vertical-align: middle;
  border-radius: 100vw;
}
.icon_arrow_r::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow_orange.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  margin: 0 0 3px 6px;
  background-color: #FFFFFF;
  vertical-align: middle;
  border-radius: 100vw;
}
.icon_calendar {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_calendar.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 88px;
  height: 71px;
  vertical-align: middle;
  margin-right: 15px;
}
.icon_web::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_web.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  vertical-align: text-bottom;
  margin-right: 8px;
}
.icon_line {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_line.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  margin-right: 12px;
}

@media screen and (max-width:750px) {
  .icon_calendar::before,
  .icon_tel_w, .icon_line {
    margin-right: 5px;
  }
  .icon_arrow::before {
    width: 18px;
    height: 18px;
    margin: 0 0 3px 5px;
  }
  .icon_calendar {
    width: 45px;
    height: 36.5px;
    margin-right: 10px;
}
}

/* ------------------------
  contents
------------------------*/
.section__contents {
  margin-bottom: 150px;
}
.section__contents__inner {
  max-width: 1600px;
  width: 90%;
  margin: auto;
}
.section__contents p {
  margin-bottom: 30px;
}
.section__contents p:last-child {
  margin-bottom: 0;
}
.section__contents p a:hover {
  opacity: 0.6;
}
@media screen and (max-width:750px) {
  .section__contents {
    margin-bottom: 90px;
  }
  .section__contents p {
    margin-bottom: 20px;
    text-align: left;
  }
  .img__area img {
    width: 100%;
  }
}

/* ------------------------
  ttl
------------------------*/
h2 {
  font-size: clamp(32px, 6vw, 45px);
  font-family: "M PLUS Rounded 1c", serif;
  letter-spacing: 0.12em;
  font-weight: normal;
  line-height: 1.4em;
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 80px;
}
h2.h2_ttl {
  margin-left: 20px;
}
h2.h2_ttl::before {
  width: 61px;
  height: 49px;
  content: "";
  position: absolute;
  background-image: url(../images/ttl_accessory.svg);
  background-size: cover;
  top: 34%;
  left: -16px;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.section__ttl {
  text-align: center;
  position: relative;
}
.section__ttl .subttl {
  color: var(--accentcolor);
  font-size: 30px;
  font-weight: 100;
  display: block;
  margin-bottom: 15px;
}
.subpage h3, .ttl_border {
  font-weight: 500;
  position: relative;
  margin: 30px 0 15px;
  padding-left: 25px;
}
h4 strong {
  font-weight: 500;
}
.subpage h3::before, .ttl_border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: var(--accentcolor);
  border-radius: 100vw;
}
@media screen and (max-width:750px) {
  h2, .feature_ttl {
    margin-bottom: 40px;
  }
  h2::before {
    width: 48px;
    height: 38px;
    top: 26%;
  }
  .subttl {
    font-size: 16px;
  }
  .section__ttl .subttl {
    font-size: 14px;
    line-height: 1.3;
    display: block;
    margin-bottom: 3px;
  }
}

/* ------------------------
  btn
------------------------*/
/* base */
.btn_wrap {
  margin-top: 25px;
}
.btn_wrap .btn {
  margin-right: 50px;
}
.btn_wrap .btn:last-child {
  margin-right: 0;
}
.btn {
  text-align: center;
  padding: 0 !important;
}
.btn a, .wp-block-button__link a,
.btn.shadow_btn .inner {
  font-family: var(--normalfont);
  color: #FFFFFF;
  font-size: 16px;
  border: 2px solid var(--maincolor);
  background-color: var(--maincolor);
  display: block;
  padding: 14px 56px;
  border-radius: 100vh;
  position: relative;
}
.btn a .arrow::before, .wp-block-button__lin .arrow::before,
.btn.shadow_btn .inner .arrow::before {
  border-color: #FFFFFF;
}
.wp-block-button__link {
  border: 1px solid var(--maincolor);
  background-color: var(--maincolor) !important;
}
.wp-block-button__link.wp-element-button {
  font-size: 1em;
  line-height: 1.4em;
  padding: 12px 56px !important;
  position: relative;
}
.wp-block-button__link {
  color: #FFFFFF !important;
}
.wp-block-button__link:hover {
  color: var(--maincolor) !important;
  border: 1px solid var(--maincolor);
  background-color: transparent !important;
}
a.wp-block-button__link.wp-element-button:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #FFFFFF;
  border-right: solid 1px #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  right: 30px;
}
/* hover時 */
.btn a:hover {
  color: var(--maincolor);
  background-color: transparent;
  border-color: var(--maincolor);
  border-radius: 100vh;
}
.btn a:hover .arrow::before, .wp-block-button__link a:hover .arrow::before {
  border-color: var(--maincolor);
}
a.wp-block-button__link.wp-element-button:hover::before {
  border-top: solid 1px var(--maincolor);
  border-right: solid 1px var(--maincolor);
}

/* border */
.btn.btn_border a {
  color: var(--maincolor);
  border: 2px solid var(--maincolor);
  border-radius: 100vh;
  background-color: #FFFFFF;
}
.btn.btn_border a:hover {
  color: #FFFFFF;
  background-color: var(--maincolor);
  opacity: 1;
}
.btn.btn_border a .arrow::before {
  border-color: var(--maincolor);
}
.btn.btn_border a:hover .arrow::before {
  border-color: #FFFFFF;
}

/* shadow */
.btn.shadow_btn a {
  font-family: var(--font);
  color: var(--fontcolor);
  font-size: 1.3em;
  font-weight: 600;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 14px 0px rgba(97, 140, 200, .4);
  padding: 15px 56px;
  border: 3px solid #FFFFFF;
}
.btn.shadow_btn a:hover {
  opacity: 1.0;
  border-color: var(--maincolor);
}

@media screen and (max-width:750px) {
  .btn a {
    font-size: 16px !important;
    padding: 8px 40px;
  }
  .btn_wrap.flex.flex_center,
  .btn_wrap.flex {
    display: block;
    margin: 30px 0 0;
  }
  .btn_wrap .btn {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .btn_wrap .btn:last-child {
    margin-bottom: 0;
  }
}

/* ------------------------
  time_table, tag
------------------------*/
.tags {
  font-size: 12px;
  background-color: #666;
  color: #FFFFFF;
  display: table;
  width: 96px;
  text-align: center;
}
.tags .tags-txt {
  display: table-cell;
  vertical-align: middle;
}
.table_area {
  width: 600px;
}
.time_table {
  width: calc(100% - 62px);
  background-color: #FFFFFF;
  padding: 30px;
  border: 1px solid var(--maincolor);
  border-radius: 20px;
}
.time_table table {
  width: 100%;
}
.time_table table th, .time_table td {
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  padding: 6px 0;
  vertical-align: middle;
}
.time_table .last_time {
  display: flex;
  margin: 15px 0;
}
.time_table .last_time dd {
  width: 70%;
}
.time_table .last_time ul {
  display: flex;
  flex-wrap: wrap;
}
.time_table .last_time ul li {
  margin: 0 10px 5px 0;
}
.time_table .closed_day {
  font-size: 0.9em;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.time_table .tag_des.tag_border,
.time_table .closed_day .tag_des {
  margin-right: 10px;
}
.time_table .tag_des.tag_border,
.time_table .last_time dd {
  margin-left: 12px;
}
.time_table .closed_day .tag_des {
  color: #FFFFFF;
  line-height: 1.4em;
  background-color: var(--maincolor);
  border-radius: 100vw;
  border-color: var(--maincolor);
}
.time_table .last_time {
  display: block;
}
.time_table .last_time dt {
  width: 100%;
  line-height: 1.4em;
  text-align: left;
  margin-bottom: 10px;
}
.time_table .tag_des.tag_border, .time_table .last_time dd {
  width: 100%;
  margin-left: 0;
}
.time_table .circle {
  color: #96D0BE;
  font-size: 1.1em;
}
.time_table .ttl_border {
  font-family: var(--normalfont);
  color: var(--maincolor);
  font-size: 1em;
  line-height: 1.8em;
  margin: 0 0 10px;
}
@media screen and (max-width:1024px) {
  .time_table.w70 {
    width: auto;
  }
}
@media screen and (max-width:750px) {
  .time_table {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .time_table .tag_des.tag_border,
  .time_table .closed_day .tag_des {
    font-size: 13px;
  }
}


/* =========================

  block

=========================*/

/* ------------------------
  -- link block
------------------------*/
.link__block {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.megamenu .link__block {
  gap: .5rem;
}
.link__block li {
  width: calc(100% / 5 - 15px);
  height: 94px;
  border: 1px solid var(--maincolor);
  background-color: #FFFFFF;
  border-radius: 0.5rem;
  display: table;
}
.link__block li:last-child,
.link__block li:nth-child(4n) {
  margin-right: 0;
}
.link__block li a {
  color: var(--maincolor);
  font-size: 1em;
  font-weight: 500;
  line-height: 1.4em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  transition: none;
  padding: 10px;
  transition: all 0.3s ease 0s;
}
.link__block li:hover {
  color: #FFFFFF;
  background-color: var(--maincolor);
  transition: all 0.5s ease 0s;
}
.link__block li:hover a {
  color: #FFFFFF;
}
.link__block .no_post li {
  width: 100%;
  background-color: transparent;
  border: none; 
  font-weight: normal;
}
.link__block .no_post li:hover {
  color: #5F5F5F;
}
.shadow__block__arrow li {
  border: 2px solid #FFFFFF;
}
.shadow__block__arrow li a {
  position: relative;
  box-shadow: 0px 0px 9px 0px rgba(58, 114, 203, .1);
}
.shadow__block__arrow li a::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
.shadow__block__arrow li:hover {
  background-color: #FFFFFF;
  border: 2px solid var(--maincolor);
}
.shadow__block__arrow li:hover a {
  color: var(--maincolor);
  transition: all 0.5s ease 0s;
}
.shadow__block__arrow li a p {
  padding-right: 40px;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@media screen and (max-width:1366px) { 
  .link__block {
    width: 90%;
  }
}

@media screen and (max-width:1024px) { 
  .link__block {
    width: 100%;
  }
  .link__block li,
  .link__block li:nth-child(3n) {
    width: 40%;
    height: auto;
    padding: 4%;
  }
  .link__block li:nth-child(2n){
    margin-right: 0;
  }
}
@media screen and (max-width:750px) {
  .link__block li,
  .link__block li:nth-child(3n) {
    width: 46.5%;
    padding: 0;
  }
  .link__block li a {
    padding: 8%;
  }
  .link__block li a p {
    text-align: center;
  }
  .shadow__block__arrow li a::before {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .shadow__block__arrow li a p {
    padding-right: 22px;
  }
}

/* ------------------------
  -- step block / 
     nostep block
------------------------*/
.step__block, .nostep__block {
  width: 100%;
}
.step__block > li, .nostep__block > li {
  display: flex;
  align-items: center;
  background-color: #F5F5F5;
  padding: 32px 48px;
  position: relative;
  margin-bottom: 122px;
}
.nostep__block > li {
  margin-bottom: 40px;
}
.step__block > li::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 41px solid transparent;
  border-left: 41px solid transparent;
  border-top: 32px solid var(--border-color);
  border-bottom: 0;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
}
.step__block > li:last-child, .nostep__block > li:last-child {
  margin-bottom: 0;
}
.step__block > li:last-child::after {
  content: none;
}
.step__block > li .txt__area, .nostep__block > li .txt__area {
  width: 588px;
  margin-right: 20px;
}
.step__block > li .txt__area .ttl__area, .nostep__block > li .txt__area .ttl__area {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.step__block > li .txt__area .ttl__area p.step, .nostep__block > li .txt__area .ttl__area p.step {
  font-size: 20px;
  margin-bottom: 0;
}
.step__block > li .txt__area .ttl__area p.step .num {
  font-size: 2.5em;
  line-height: 1.0;
  margin-left: 3px;
}
.step__block > li .txt__area .ttl__area .step_ttl, .nostep__block > li .txt__area .ttl__area .nostep_ttl {
  font-size: 22px;
  margin-left: 20px;
}
.nostep__block > li .txt__area .ttl__area .nostep_ttl {
  margin-left: 0;
}
.step__block > li .txt__area .txt, .nostep__block > li .txt__area .txt {
  text-align: left;
}
.step__block > li img, .nostep__block > li img {
  width: 498px;
  height: 309px;
  object-fit: cover;
  border-radius: 5px;
}
.step__block > li .img__area iframe, .nostep__block > li .img__area iframe {
  width: 498px;
  border-radius: 5px;
}
.step__block > li .btn, .nostep__block > li .btn {
  display: inline-block;
}
@media screen and (max-width:1099px) {
  .step__block > li, .nostep__block > li {
    display: block;
    padding: 20px;
  }
  .step__block > li .txt__area .ttl__area p.step .num {
    font-size: 2em;
  }
  .step__block > li .txt__area, .nostep__block > li .txt__area {
    width: 100%;
    margin: 0;
  }
  .step__block > li .img__area iframe, .nostep__block > li .img__area iframe {
    width: 100%;
  }
  .step__block > li img, .nostep__block > li img {
    width: 100%;
    height: auto;
  }
  .step__block > li .img__area, 
  .nostep__block > li .img__area {
    margin-top: 40px;
  }
  .step__block p.text_center {
    text-align: center;
  }
}
@media screen and (max-width:750px) {
  .step__block > li .txt__area .ttl__area, .nostep__block > li .txt__area .ttl__area { 
    display: block;
  }
  .step__block > li .txt__area .ttl__area .step_ttl, .nostep__block > li .txt__area .ttl__area .nostep_ttl {
    font-size: 18px;
    margin: 12px 0 0;
  }
  .step__block > li img {
    height: 150px;
  }
}

/* ------------------------
  -- table
------------------------*/
.wp-block-table thead,
.wp-block-table td, .wp-block-table th {
  border: none !important;
  border-collapse: separate;
  border-spacing: 5px;
  padding: 25px !important;
  vertical-align: middle;
}
.wp-block-table .has-fixed-layout {
  border-collapse: separate;
}
.wp-block-table thead {
  color: #FFFFFF;
  background: var(--maincolor);
}
.wp-block-table td {
  background-color: #EEF8F4 !important;
  vertical-align: middle;
}
.wp-block-table td, .wp-block-table th {
  border: 3px solid #FFFFFF !important;
}
.wp-block-table.solid__table td, .wp-block-table.solid__table th {
  border: 3px solid #FFFFFF !important;
}
.wp-block-table.solid__table td {
  border-bottom: 1px solid var(--border-color) !important;
  padding: 1em .5em;
}
.wp-block-table .has-fixed-layout td {
  background-color: #FFFFFF;
}
.wp-block-table.solid__table td:first-of-type {
  width: 30%;
}
.wp-block-table.is-style-vk-table-border-top-bottom td {
  border-bottom: 1px solid var(--border-color) !important;
  background-color: transparent !important;
  padding: 14px 5px !important;
}
.vk-scroll-hint[data-scroll-breakpoint=table-scrollable-mobile]:has(i:last-of-type) {
  color: var(--maincolor);
}
/* ※ */
/*
.attention li {
  text-indent: -14px;
  padding-left: 14px;
  margin-bottom: 5px;
}
.attention li::before {
  content: "※";
}
 */
/* ※num */
.attention li.num {
  text-indent: -27px;
  padding-left: 27px;
}
.attention li.num::before {
  counter-increment: number 1;
  content: "※" counter(number) ;
  margin-right: 5px;
}
@media screen and (max-width:750px) {
  .wp-block-table thead,
  .wp-block-table td, .wp-block-table th {
    padding: 10px !important;
  }
  .price__table table, .price__table .attention, .normal__table, .solid__table {
    width: 100%;
  }
  .price__table td, .price__table th, .normal__table td, .normal__table th, .solid__table th {
    padding: 12px 18px;
  }
  .table__wrap__scroll {
    overflow-x: scroll;
  }
}

/* ------------------------
  other table
------------------------*/
dl.border__table {
  /* width: 650px; */
  width: 100%;
  margin: auto;
  line-height: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
dl.border__table dt, dl.border__table dd {
  box-sizing: border-box;
  border-bottom: 1px solid var(--border-color);
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
}
dl.border__table dt {
  width: 30%;
}
dl.border__table dd {
  width: 70%;
}
.border__list {
  /* width: 650px; */
  width: 100%;
  margin: auto;
  line-height: 1.5em;
}
.border__list li {
  text-align: left;
  margin-top: 20px;
  padding-left: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border-color);
}
@media screen and (max-width:750px) {
  dl.border__table, .border__list {
    width: 100%;
  }
  dl.border__table dt, dl.border__table dd {
    padding-left: 10px;
  }
}

/* ------------------------
  -- txt__img__block
------------------------*/
.txt__img__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 3rem;
}
.txt__img__block .txt__area {
  width: 60%;
  text-align: left;
}
.txt__img__block .img__area {
  width: 800px;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.txt__img__block .img__area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width:1500px) {
  .txt__img__block .txt__area {
    width: 60%;
  }
  .txt__img__block .img__area {
    width: 38%;
  }
}
@media screen and (max-width:1024px) {
  .txt__img__block {
    display: block;
  }
  .txt__img__block .txt__area {
    width: 100%;
  }
  .txt__img__block .img__area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* ------------------------
  -- accordion
------------------------*/
.accordion-js dl {
  width: 100%;
  margin: 10px auto;
}
.accordion-js .accordion {
  text-align: left;
  margin-bottom: 20px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 40px;
  border: 2px solid var(--border-color);
}
.accordion-js .accordion:last-child {
  margin-bottom: 0;
}
.accordion-js .accordion-title {
  position: relative;
  padding: 20px 74px 20px 40px;
}
.accordion-js .accordion-content {
  display: none;
  padding: 30px 0;
  margin: 0 40px;
  border-top: 1px solid var(--border-color);
  overflow: hidden;
  cursor: initial;
}
.accordion-js .toggle_btn {
  width: 40px;
  height: 40px;
  right: 0;
}
.accordion-js .accordion-title .toggle_btn::before {
  display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 40px;
	bottom: 0;
	margin:auto;
	width: 30px;
	height: 3px;
	background-color: var(--maincolor);
	transition: .2s;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
  transition: transform 0.5s;
  border-radius: 100vh;
}
.accordion-js .accordion-title .toggle_btn::after {
  display: block;
	content: "";
	position: absolute;
	top: 0; 
	right: 40px;
	bottom: 0;
	margin: auto;
	width: 30px;
	height: 3px; 
	background-color: var(--maincolor);
	transition: .3s;
  border-radius: 100vh;
}
.accordion-js .accordion-title.open .toggle_btn::before{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.accordion-js .accordion-title.open .toggle_btn::after{
	background-color: transparent;
}
.accordion-js.accordion_col2 {
  overflow: hidden;
}
.accordion-js.accordion_col2 .accordion {
  width: 47.5%;
  float: left;
  padding: 0;
  margin-right: 2.5%;
}
.accordion-js.accordion_col2 .accordion:nth-child(2n) {
  margin-right: 0;
}
.accordion.accordion_none {
  cursor: default;
}
@media screen and (max-width:1099px) {
  #sp-nav .accordion-js dl {
    margin: 0;
  }
  #sp-nav .accordion-js .accordion {
    border: none;
    background-color: transparent;
  }
  #sp-nav .accordion-js .accordion-title {
    font-size: 17px;
    padding: 0;
  }
  #sp-nav nav .accordion-js .accordion-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #sp-nav nav .accordion-js .accordion-content ul li {
    width: 100%;
    margin: 0;
    border: none;
  }
  #sp-nav nav .accordion-js .accordion-content .bg_green {
    border-radius: 0 0 10px 10px;
  }
  #sp-nav nav .accordion-js .accordion-content ul li {
    border-radius: 0;
  }
  #sp-nav nav .accordion-js .accordion-content ul li a {
    width: calc(100% - 76px);
    font-weight: normal;
    margin: auto;
    padding: 10px 26px 10px 50px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
  }
  #sp-nav nav .accordion-js .accordion-content ul li a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: var(--maincolor);
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 16px;
  }
  #sp-nav nav .accordion-js .accordion-content ul li:last-child a {
    border-bottom: none;
  }
  #sp-nav nav .accordion-js .accordion-content .nopost {
    width: calc(100% - 28px);
    font-weight: 400;
    padding: 14px;
  }
}
@media screen and (max-width:1099px) {
  .accordion-js .accordion-title .toggle_btn::before,
  .accordion-js .accordion-title .toggle_btn::after {
    width: 20px;
    right: 20px;
    right: 15px;
  }
  .accordion-js .accordion-content {
    margin: 0 25px;
    padding: 20px 0;
  }
}
@media screen and (max-width:750px) {
  .accordion-js .accordion {
    border: 3px solid var(--border-color);
  }
  .accordion-js .accordion-title {
    padding: 15px 45px 15px 30px;
  }
  .accordion-js .accordion-content {
    margin: 0 20px;
  }
  #first_time_faq .accordion .a {
    float: none;
  }
  .accordion-js.accordion_col2 .accordion {
    width: calc(100% - 6px);
    margin: 0 0 25px 0;
    float: none;
  }
  #sp-nav .accordion-js .accordion-content {
    margin: 0;
  }
  #sp-nav .accordion-js .accordion-title .toggle_btn::before,
  #sp-nav .accordion-js .accordion-title .toggle_btn::after {
    width: 15px;
    height: 2px;
    right: 10px;
  }
}
/* ------------------------
  -- tab
------------------------*/
.tab-content {
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 0 60px;
}
.tab-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.5rem;
}
.tab-container {
  margin: 0 0 50px;
}
.tab {
  width: calc(100% / 3);
  color: var(--border-color);
  font-size: 1.6rem;
  font-weight: 400;
  text-align:center;
  padding: 20px 10px;
  border-bottom: 2px solid var(--border-color);
  cursor: pointer;
}
.tab:last-child {
  border-right: none;
}
.tab:hover {
  opacity: .6;
}
.tab.active {
  color: var(--maincolor);
  border-bottom: 2px solid var(--maincolor);
  position: relative;
}
.tab.active::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid var(--maincolor);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
.tab.active:hover {
  opacity: 1.0;
}
.tab-wrapper {
  margin-bottom: 70px;
}
.tab-wrapper:last-child {
  margin-bottom: 0;
}
.tab-wrapper .tab-content-item {
  display: none;
}
.tab-wrapper .tab-content-item.show {
  display: block;
}
.content.show .search_list_category {
  display: flex;
  flex-wrap: wrap;
}
.content.show .search_list_category > li {
  width: 23.7%;
  height: 94px;
  font-size: 18px;
  text-align: center;
  display: table;
  border: 1px solid var(--border-color);
  background-color: #FFFFFF;
  margin: 0 1% 1% 0;
}
.content.show .search_list_category li a {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.content.show .search_list_category li a:hover {
  opacity: 0.6;
}
.content.show .search_list_category li a:after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 6px;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #FFFFFF;
  display: block;
  height: 0;
  width: 0;
}
@media screen and (max-width:1500px) {
  .tab-content {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
@media screen and (max-width:750px) {
  .tab {
    font-size: 1rem;
    text-align: center;
    line-height: 1.4em;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content.show .search_list_category > li {
    width: 48%;
    height: 52px;
    font-size: 14px;
    margin-bottom: 1.5%;
  }
  .tab-container {
    margin: 0 0 20px;
    gap: 1rem;
  }
  .tab-content .ttl_border {
    font-size: 18px;
  }
  .content.show .search_list_category li a {
    line-height: 1.3em;
  }
}

/* =========================

  img slide

=========================*/
.img__slide {
  margin: 120px 0;
}
.img__slide__wrap {
  display: flex;
  overflow: hidden;
}
.img__slide__list {
  display: flex;
  list-style: none;
}
.img__slide__list {
animation:infinity-scroll-left 95s infinite linear 0.5s both;
}
.img__slide__item {
  width: calc(100vw / 4);
  margin-right: 30px;
}
.img__slide__item > img{
   width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width:1500px) {
  .img__slide {
    margin: 90px 0;
  }
  .img__slide__item {
    width: calc(210vw / 5);
    margin-right: 15px;
  }
  .img__slide__item > img {
    border-radius: 10px;
  }
}

/* =========================

  header

=========================*/
header {
  width: 92%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100vw;
  z-index: 9999;
  background-color: #FFFFFF;
}
header a:hover {
  opacity: 0.6;
  transition: all 0.3s ease 0s;
}
header .pc_nav {
  font-family: var(--font);
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pc_nav .nav {
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  border-radius: 100vw;
  padding: 20px 60px;
  box-shadow: var(--shadow);
  gap: 2rem;
}
header .pc_nav ul {
  display: flex;
  /* height: 90px; */
}
header .pc_nav ul li {
  width: max-content;
  text-align: center;
  display: table;
}
header .pc_nav ul li a {
  font-weight: 500;
  padding: 10px;
  display: table-cell;
  vertical-align: middle;
}
header .pc_nav .nav.fixed li a {
  color: #12123C;
}
header .pc_nav ul.link {
  height: fit-content;
  gap: 1.5rem;
  justify-content: end;
}
header .pc_nav ul.link li {
  display: block;
}
header .pc_nav ul.link li a {
  font-size: 16px;
  color: #62666C;
  padding: 0;
}
header .pc_nav ul.link li a .icon_arrow_r::before {
  margin: 0 6px 3px 0;
}
header .pc_nav
header .logo a img {
  width: 512px;
  vertical-align: middle;
  border-radius: 0;
}
.fixed-header {
  position: fixed;
  top: 10px;
  background-color: #FFFFFF;
  z-index: 9999;
  display: table;
}
/* .fixed-header .header_inner {
  max-width: 1720px;
  margin: auto;
} */
.fixed-header .logo_btn {
  display: flex;
  justify-content: space-between;
}
.fixed-header .logo {
  max-width: 370px;
  min-width: 300px;
}
.logo img {
  border-radius: 0;
}
.fixed-header .access {
  font-size: 15px;
  font-weight: bold;
  padding: 5px 10px;
}
.fixed-header .access .font_l {
  margin-left: 4px;
}
.fixed-header .access .fa-train {
  margin-right: 6px;
}
.fixed-header .teldetail {
  margin-left: 15px;
  display: grid;
}
.btn_tel {
  font-size: 26px;
  text-align: center;
  padding: 6px 38px;
  border: 1px solid #000000;
  border-radius: 100vh;
}
.btn_tel .inner {
  vertical-align: middle;
}
@media screen and (max-width:1600px) {
  .fixed-header .header_inner {
    width: 100%;
  }
  header .pc_nav .nav.fixed .nav_inner {
    width: auto;
  }
  header .access {
    line-height: 1.3em;
  }
}
@media screen and (max-width:1300px) {
  header .tel {
    font-size: 1.8em;
  }
  header .tel .fa-phone {
    color: #FFFFFF;
    font-size: 14px;
    padding: 10px;
    vertical-align: bottom;
  }
}
@media screen and (max-width:1250px) {
  header .pc_nav ul li a {
    font-size: 15px;
    line-height: 1.6em;
  }
  header .pc_nav .subttl {
    font-size: 8px;
  }
}
@media screen and (max-width:750px) {
  .tel {
    font-size: 30px;
  }
  .tel .fa-phone {
    font-size: 14px;
    padding: 10px;
    vertical-align: text-bottom;
  }
}

/* =========================

  nav

=========================*/
.sp_nav {
  display: none;
}
.fixed-header nav .nav_inner {
  display: flex;
  justify-content: space-around;
}
.fixed-header nav .nav_inner > li {
  font-size: 17px;
}
.fixed-header nav .nav_inner > li:last-child {
  margin-right: 0;
}
.fixed-header nav .nav_inner .arrow {
  padding: 6px;
}
.fixed-header nav .nav_inner .arrow::before {
  width: 6px;
  height: 6px;
  border-color: var(--maincolor);
}
.fixed-header nav .nav_inner li .subttl {
  font-family: var(--normalfont);
  color: #96D0BE;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.0em;
  display: block;
  letter-spacing: 0.02em;
}
@media screen and (max-width:1500px) {
  .fixed-header nav .nav_inner > li {
    font-size: 16px;
  }
  header .pc_nav .nav {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 1150px) {
  header {
    width: 95%;
  }
  header .pc_nav {
    display: none;
  }
  header .sp_nav {
    width: 100%;
    height: 64px;
    display: table;
    top: 0;
    left: 0;
    z-index: 999;
  }
  header .sp_nav_inner {
    position: relative;
    z-index: 9999;
    display: table-cell;
    vertical-align: middle;
    background: #FFFFFF;
    border-radius: 100vw;
    box-shadow: var(--shadow);
  }
  .fixed-header {
    width: 95%;
  }
}
@media screen and (max-width: 750px) {
  header {
    width: 100%;
    /* height: 80px; */
    position: fixed !important;
    top: 0;
    background: transparent;
  }
}

/* hamburger menu */
body.menu-open {
  position: fixed; /* 背景のスクロールを防ぐ */
  width: 100%;
  overflow: hidden;
}

#sp-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  /* right: -120%; */
  display: none;
  width: 100%;
  height: 100vh;
  background: #FAFAFA;
  transition: all 0.6s;
  overflow: auto;
}
#sp-nav.panelactive {
  right: 0;
  display: block;
  animation-name: fadeIn;
  animation-fill-mode:forwards;
  animation-duration:1s;
  overflow: auto;
}
/*フェードイン*/
@keyframes fadeIn{
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#sp-nav .sp-nav_inner {
  width: 100%;
  height: calc(100vh - 90px);
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#sp-nav nav ul li {
  list-style: none;
  border: 1px solid var(--maincolor);
  border-radius: 10px;
  position: relative;
}
#sp-nav nav ul li:first-child {
  border-top: 1px solid var(--maincolor);
}
#sp-nav .sp-nav_inner nav a,
#sp-nav .accordion-js .accordion-title {
  width: calc(100% - 20px);
  line-height: 1.4em;
  display: block;
  padding: 20px 10px;
}
#sp-nav .accordion-js .ttl_border {
  font-size: 1em;
  font-weight: 500;
  margin: 30px 15px 15px;
  padding-left: 20px;
}
#sp-nav .accordion-js .ttl_border::before {
  background-color: var(--maincolor);
}
#sp-nav .sp-nav_inner nav a {
  position: relative;
}
#sp-nav .sp-nav_inner nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--maincolor);
  border-right: solid 2px var(--maincolor);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transform: rotate(45deg);
}
.openbtn {
  position: absolute;
  z-index: 9999;
  width: 75px;
  height: 75px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  cursor: pointer;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 20px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--maincolor);
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 25px;
}
.openbtn span:nth-of-type(3) {
  top: 35px;
}
.openbtn.active span:nth-of-type(1) {
  top: 20px;
  left: 20px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 32px;
  left: 20px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}
@media screen and (max-width: 1150px) {
  #sp-nav .sp-nav_inner .nav_inner {
    display: block;
  }
  .sp_nav_inner .logo {
    width: 250px;
    padding-left: 25px;
    margin: 8px 15px;
  }
  #sp-nav .sp_nav .nav_btn {
    margin-bottom: 20px;
  }
  #sp-nav .sp_nav .detail {
    margin: 20px 0;
    font-weight: bold;
  }
  #sp-nav .sp_nav .detail .tel_mail i {
    font-size: 16px;
    padding: 8px;
    margin-right: 8px;
  }
  #sp-nav .sp_nav .detail .tel_mail li.tel span {
    font-size: 25px;
    vertical-align: middle;
  }
  #sp-nav nav ul li {
    width: 90%;
    margin: 0 auto 15px;
  }
  .fixed-header nav .nav_inner > li {
    margin-right: 0;
  }
  #sp-nav .sp-nav_inner .nav_btn .col2 {
    display: block;
  }
  #sp-nav .sp-nav_inner .nav_btn .col2 li {
    margin: 0 0 15px 0;
  }
  .sp_nav_inner .logo {
    z-index: 9999;
    position: relative;
  }
  .openbtn {
    z-index: 9999;
    top: 0;
    right: 10px;
    cursor: pointer;
    width: 75px;
    height: 65px;
  }
  .openbtn .menu {
    font-size: 11px;
    line-height: 1.2em;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 4px;
    right: 0;
  }
  p.menu::before {
    content: "MENU";
    display: inline-block;
  }
  #sp-nav .sp-nav_inner .nav_inner {
    padding: 20px 0 150px;
  }
  #sp-nav .access {
    padding: 20px 10px;
    text-align: center;
    margin: 0 20px 20px;
  }
  #sp-nav .teldetail {
    margin: 0 20px 60px;
  }
  #sp-nav .teldetail .btn_tel {
    padding: 12px 38px;
  }
  #sp-nav .navlogo {
    width: 150px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 750px) {
  .sp_nav_inner .logo {
    width: 54%;
    min-width: auto;
    margin: 12px 20px 8px;
    padding-left: 0;
  }
  .sp_nav_inner .logo img {
    width: 100%;
  }
  #sp-nav .sp-nav_inner nav a,
  #sp-nav .accordion-js .accordion-title {
    width: calc(100% - 45px);
    font-weight: normal;
    display: block;
    padding: 12px 30px 15px 15px;
    word-break: break-all;
  }
  #sp-nav .navlogo {
    width: 150px;
    margin: 0 auto 150px;
  }
  #sp-nav .tel {
    font-size: 30px;
    text-align: center;
  }
  #sp-nav .tel .fa-phone {
    font-size: 14px;
    padding: 10px;
    vertical-align: text-top;
  }
}

/* =========================

  dropdown / megamenu
  
=========================*/
.dropdown:hover .dropdown_box  {
  animation: fadeIn 0.4s ease-in-out forwards;
}
.dropdown:hover {
  transition: background-color .3s; /* 背景色の変化をアニメーション化 */
}
.dropdown {
  position: relative;
}
.dropdown li {
  font-size: 16px;
  position: relative;
}
.dropdown li:last-child {
  border-bottom: none;
}
/* .dropdown li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px var(--maincolor);
  border-right: solid 1px var(--maincolor);
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
} */
.dropdown li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 0;
}
.dropdown li a p {
  font-size: 16px;
}
.dropdown_box {
  position: absolute;
  top: 100%;
  right: -20%;
  transform: scaleY(0); /* ドロップダウンメニューの非表示 */
  transform-origin: center top; /* 変形を適応する基準を設定 */
  transition: transform .2s;
  width: max-content;
  z-index: 1;
  box-shadow: var(--shadow);
  padding: 15px 5px;
  border-radius: 1vw;
}
.dropdown_box li {
  transition: opacity .2s; /* 不透明度の変化をアニメーション化 */
  margin: 5px 10px;
}
.dropdown_box li a {
  width: auto;
  padding: 15px 5px;
  background-color: #FFFFFF;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: var(--shadow);
}
.dropdown_box li a:hover {
  border: 2px solid var(--maincolor);
  opacity: 1.0;
}
.dropdown:hover .dropdown_box {
  background-color: var(--bgcolor);
}
.dropdown_box .dropdown_inner .item {
  flex-flow: column;
}
header .pc_nav .dropdown ul li a {
  width: 210px;
  padding: 15px 36px;
}
.dropdown:hover .doropdown_col2 {
  width: 400px;
  left: 0;
  column-count: 2;
  gap: 0;
}
header .pc_nav .dropdown ul li p {
  color: var(--maincolor);
  line-height: 1.4em;
}
li.megamenu .megamenu_box {
  position: absolute;
  top: 40px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 32px 2%;
  background: var(--bgcolor);
  box-shadow: var(--shadow);
  transition: opacity 0.2s ease, transform 0.2s ease;
  opacity: 0;
  transform: translateY(-10px);
  animation: fadeIn 0.4s ease-in-out forwards;
  display: none;
  z-index: 1;
}
li.megamenu:hover > .megamenu_box {
  max-height: 80vh;
  height: auto;
  top: 7.5vh;
  opacity: 1;
  transform: translateY(0);
  animation: fadeIn 0.4s ease-in-out forwards;
  display: block;
  overflow: scroll;
  border-radius: 1vw;
}
li.megamenu .megamenu_box .megamenu_section .ttl_border {
  font-family: var(--normalfont);
  font-size: 1.1em;
  font-weight: 500;
  text-align: left;
}
li.megamenu .megamenu_box .megamenu_section .ttl_border::before {
  background-color: var(--maincolor);
}
li.megamenu:hover > a > li {
  color: var(--maincolor);
}
li.megamenu > .megamenu_box .megamenu_inner {
  display: flex;
  justify-content: center;
}
li.megamenu > .megamenu_box .megamenu_inner.flex_none {
  display: block;
}
li.megamenu > .megamenu_box .megamenu_inner.flex_none .item {
  width: auto;
}
li.megamenu > .megamenu_box .megamenu_inner.flex_none .item li {
  width: 14%;
}
li.megamenu_item {
  height: auto;
}
li.megamenu_item a {
  font-family: var(--normalfont) !important;
  font-size: 15px !important;
  padding: 12px 10px;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl {
  font-size: 1.6em;
  font-family: "M PLUS Rounded 1c", serif, "Yu Gothic UI", "Yu Gothic", "Meiryo", "Hiragino Maru Gothic ProN", "Hiragino Maru Gothic Pro", "Arial Rounded MT Bold", "Helvetica Rounded", sans-serif;
  font-weight: bold;
  text-align: left;
  padding: 0 0 5px 16px;
  margin: 80px 0 20px;
  position: relative;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl:first-child {
  margin-top: 0;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_section .megamenu_parent_title {
  margin-top: 60px;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_section:first-child .megamenu_parent_title {
  margin-top: 0;
}
li.megamenu > .megamenu_box .megamenu_inner .megamenu_ttl::before {
  width: 38px;
  height: 31px;
  content: "";
  position: absolute;
  background-image: url(../images/ttl_accessory.svg);
  background-size: cover;
  bottom: 0;
  top: -14px;
  left: -15px;
  margin: auto;
  z-index: -1;
}
li.megamenu .megamenu_box .item {
  width: 1120px;
  height: auto;
  flex-wrap: wrap;
  gap: 14px;
}
li.megamenu .megamenu_box .item li {
  width: 19%;
  border: none;
  position: relative;
  border-radius: 10px;
}
li.megamenu .megamenu_box .item li a {
  color: var(--maincolor);
  font-size: 16px;
  text-align: left;
  line-height: 1.4em;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  padding: 15px 28px 15px 15px;
}
li.megamenu .megamenu_box .item li a:hover {
  border-color: var(--maincolor);
  opacity: 1.0;
}
header .pc_nav .megamenu .item a {
  color: var(--maincolor) !important;
}
li.megamenu .megamenu_box .item li a img {
  height: 58px;
}
li.megamenu .megamenu_box .arrow::before {
  border-color: var(--maincolor);
}
li.megamenu .megamenu_box .nav_cat_list {
  width: 33.3%;
  margin-right: 2%;
}
li.megamenu .megamenu_box .nav_cat_list .nav_cat_ttl {
  color: var(--maincolor);
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 1.4rem;
  border-bottom: 2px solid var(--maincolor);
  padding-bottom: 15px;
  position: relative;
}
li.megamenu .megamenu_box .nav_cat_list .nav_cat_ttl::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 10px solid var(--maincolor);
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
li.megamenu .megamenu_box .nav_cat_list:last-child {
  margin-right: 0;
}
li.megamenu .megamenu_box .nav_cat_list .item {
  width: 100%;
  justify-content: space-between;
  gap: unset;
}
li.megamenu .megamenu_box .nav_cat_list .item li {
  width: 49%;
  margin-bottom: 2%;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width:1500px) {
  .dropdown li {
    font-size: 15px;
  }
  .dropdown li a {
    padding: 12px 0;
  }
  li.megamenu:hover > .megamenu_box {
    top: 70px;
  }
}
@media screen and (max-width:1200px) {
  li.megamenu .megamenu_box .item li a {
    font-size: 14px;
  }
}
@media screen and (max-width:1120px) {
  li.megamenu .megamenu_box .item {
    width: 90%;
  }
}

/* =========================

  KV

=========================*/
.kv {
  width: 92%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  position: relative;
  border-radius: 4vw;
  margin: 0 auto 40px;
}
.kv::before {
  content: "";
  background-image: url(../images/bg_kv_object01.svg);
  background-size: cover;
  position: absolute;
  width: 444px;
  height: 345px;
  left: -11vw;
  top: 0;
  z-index: -1;
}
.kv::after {
  content: "";
  background-image: url(../images/bg_kv_object02.svg);
  background-size: cover;
  position: absolute;
  width: 335px;
  height: 272px;
  right: -10vw;
  bottom: 1vw;
  z-index: -1;
}
.kv_inner {
  height: 100%;
}
.swiper-container.swiper-fade.swiper-initialized.swiper-horizontal.swiper-autoheight.swiper-watch-progress.swiper-backface-hidden,
.swiper-autoheight .swiper-wrapper, .swiper-slide.swiper-slide-prev, .swiper-slide, .swiper-fade .swiper-slide, .swiper-fade .swiper-slide,
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: 100% !important;
}
.swiper-slide {
  width: 100% !important;
  height: 100% !important;
  border-radius: 4vw;
  overflow: hidden;
  position: relative;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  object-position: center;
}
.swiper-slide.page03 img {
  object-position: right;
}
.swiper-slide 
.swiper-container .swiper-wrapper .swiper-slide {
  border-radius: 4vw !important;
  overflow: hidden !important;
}
.kv_point {
  width: 30vw;
  position: absolute;
  bottom: 40px;
  right: 20px;
  display: flex;
  gap: 1rem;
  z-index: 99;
}
.kv_point li {
  width: 33.333%;
}
.kv_copy {
  max-width: 950px;
  width: 50vw;
  background-color: #FFFFFF;
  position: absolute;
  left: -2px;
  bottom: -2px;
  padding: 50px 60px;
  border-radius: 0 4vw 0 0;
  z-index: 99;
}
.kv_copy::after {
  content: "";
  background-image: url(../images/bg_w_triangle.svg);
  width: 44px;
  height: 57px;
  position: absolute;
  bottom: -9px;
  right: -42px;
}
.kv_copy img {
  border-radius: 0;
}
@media screen and (max-width:1100px) { 
  .kv {
    height: 68vh;
    margin-bottom: 24vw;
  }
  .kv_copy h1 {
    width: 85%;
  }
  .kv_point {
    width: 56%;
    margin: 30px auto 40px;
    position: unset;
  }

}
@media screen and (max-width:750px) { 
  .kv {
    width: 90%;
    height: 75vh;
    margin-bottom: 134px;
  }
  .kv::before {
    content: "";
    width: 200px;
    height: 158px;
    left: -23vw;
  }
  .kv::after {
    width: 150px;
    height: 122px;
    right: -19vw;
  }
  .kv_copy {
    width: 73%;
    padding: 30px 20px;
  }
  .kv_copy h1 {
    width: 100%;
  }
  .kv_point {
    width: 90%;
    margin: 15px auto 40px;
  }
  .swiper-slide img {
    object-position: center -15vw;
  }
  .swiper-slide.page03 img {
    object-position: right -5vw;
  }
}


/* =========================

  top news

=========================*/
#top_news_column {
  width: 100%;
  padding: 60px 0;
}
#top_news_column .section__contents__inner {
  display: flex;
  justify-content: space-between;
}
#top_news_column .top_news,
#top_news_column .top_column {
  width: 45%;
}
#top_news_column h2 {
  margin-bottom: 25px;
}
#top_news_column .news_item a,
#top_news_column .column_item a,
#top_news_column .no_postss {
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 20px 30px;
  margin-bottom: 20px;
  display: block;
}
#top_news_column .news_item a:hover,
#top_news_column .column_item a:hover {
  box-shadow: 0px 0px 16px 0px rgba(150, 208, 190, 1);
  opacity: 1.0;
}
.day {
  line-height: 1.2em;
  margin-bottom: 6px;
}
.post_name {
  font-weight: 600;
  line-height: 1.4em;
}
#top_news_column .no_posts {
  text-align: center;
}
@media screen and (max-width:1500px) { 
}
@media screen and (max-width:750px) { 
  #top_news_column .section__contents__inner {
    flex-flow: column;
  }
  #top_news_column {
    width: 100%;
    display: block;
  }
  #top_news_column .top_news, #top_news_column .top_column {
    width: 100%;
  }
  #top_news_column .top_column  {
    margin-top: 90px;
  }
}


/* =========================

  top about

=========================*/
#top_about {
  margin-top: 250px;
}
#top_about .section__contents__inner {
  position: relative;
}
#top_about .section__contents__inner::before {
  content: "";
  background-image: url(../images/img_cloud.png);
  background-size: cover;
  max-width: 366px;
  max-height: 220px;
  width: 27vw;
  height: 17vw;
  position: absolute;
  top: -10vw;
  right: -18vw;
}
#top_about .section__contents__inner::after {
  content: "";
  background-image: url(../images/img_cloud.png);
  background-size: cover;
  max-width: 366px;
  max-height: 220px;
  width: 25vw;
  height: 15vw;
  position: absolute;
  bottom: -19vw;
  left: -18vw;
}
#top_about .section__contents__inner .about_inner {
  position: relative;
  background-color: var(--bgcolor);
  padding: 136px 0 80px;
  text-align: center;
  border-radius: 100vw;
}
#top_about .section__contents__inner .about_inner::before {
  content: "";
  background-image: url(../images/about_img01.png);
  background-size: cover;
  max-width: 330px;
  max-height: 296px;
  width: 20vw;
  height: 18vw;
  position: absolute;
  bottom: -5px;
  left: 30px;
}
#top_about .section__contents__inner .about_inner::after {
  content: "";
  background-image: url(../images/about_img02.png);
  background-size: cover;
  max-width: 310px;
  max-height: 250px;
  position: absolute;
  bottom: -5px;
  right: 30px;
  width: 20vw;
  height: 14vw;
}
#top_about .section__ttl {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: auto;
}
#top_about h3 {
  color: var(--maincolor);
  text-align: center;
}
@media screen and (max-width:1200px) { 
  #top_about .section__contents__inner .about_inner {
    border-radius: 15vw;
    padding: 136px 30px 80px;
  }
  #top_about .section__contents__inner::before {
    content: "";
    background-image: url(../images/img_cloud.png);
    background-size: cover;
    width: 27vw;
    height: 17vw;
    position: absolute;
    top: -16vw;
    right: -18vw;
    z-index: -1;
  }
}
@media screen and (max-width:950px) { 
  #top_about .section__contents__inner .about_inner::before {
    width: 140px;
    height: 126px;
    position: absolute;
    bottom: -60px;
  }
  #top_about .section__contents__inner .about_inner::after {
    width: 142px;
    height: 114px;
    bottom: -60px;
  }
}
@media screen and (max-width:750px) { 
  #top_about {
    margin: 150px 0 180px;
  }
  #top_about .section__contents__inner .about_inner {
    padding: 80px 30px;
  }
  #top_about .section__ttl {
    top: -31px;
  }
  #top_about .section__contents__inner::after {
    width: 25vw;
    height: 15vw;
    position: absolute;
    bottom: -30vw;
    left: -15vw;
  }
}

/* =========================

  top doctor

=========================*/
#top_doctor {
  position: relative;
}
#top_doctor::before {
  content: "";
  background-image: url(../images/bg_object02.png);
  background-size: cover;
  position: absolute;
  width: 450px;
  height: 357px;
  left: 0;
  top: 8vw;
  z-index: -1;
}
#top_doctor::after {
  content: "";
  background-image: url(../images/bg_object01.png);
  background-size: cover;
  position: absolute;
  width: 747px;
  height: 598px;
  right: -5vw;
  top: 17vw;
  z-index: -1;
}
#top_doctor .section__contents__inner {
  max-width: 1500px;
  width: 90%;
  padding: 100px 50px;
  border-radius: 2vw;
  position: relative;
}
#top_doctor .txt__img__block {
  align-items: end;
  gap: 0;
}
#top_doctor .txt__img__block .txt__area {
  width: 50%;
  padding: 70px 60px;
  border-radius: 5vw;
  margin-right: -30px;
  position: relative;
  z-index: 2;
}
#top_doctor .img__area {
  width: 45%;
  height: auto;
  margin-bottom: -40px;
  aspect-ratio: 1 / 1;
  position: relative;
}
#top_doctor .img__area .name {
  position: absolute;
  bottom: 15px;
  right: 30px;
  color: var(--maincolor);
  font-size: 1.2em;
  font-weight: 500;
  background-color: #FFFFFF;
  padding: 10px 30px;
  border-radius: 100vw;
  margin: 0;
  z-index: 2;
}
#top_doctor .img__area img {
  border-radius: 3vw;
}
#top_doctor .img__slide {
  margin: 200px auto 0;
  padding-bottom: 150px;
}
@media screen and (max-width:1130px) { 
  #top_doctor .section__contents__inner {
    width: calc(100% - 100px);
  }
  #top_doctor .txt__img__block {
    display: block;
  }
  #top_doctor .txt__img__block .txt__area {
    width: calc(100% - 120px)
  }
  #top_doctor .img__area {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 12;
    margin: 50px auto 0;
  }
}
@media screen and (max-width:1024px) { 
  #top_doctor .img__area {
    width: 90%;
    aspect-ratio: 1 / 1;
  }
}
@media screen and (max-width:750px) { 
  #top_doctor::before {
    width: 220px;
    height: 160px;
    left: -26vw;
    top: 8vw;
  }
  #top_doctor::after {
    width: 350px;
    height: 303px;
    right: -5vw;
    top: auto;
    bottom: 14vw;
  }
  #top_doctor .section__contents__inner {
    width: 90%;
    padding: 0;
  }
  #top_doctor .txt__img__block .txt__area {
    width: calc(100% - 50px);
    padding: 40px 25px;
  }
  #top_doctor .img__area {
    margin-top: 30px;
  }
  #top_doctor .img__slide {
    margin: 90px auto 0;
    padding-bottom: 30px;
  }
}

/* =========================

  top feature

=========================*/
#top_feature {
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
  background-color: var(--bgcolor);
}
#top_feature::before {
  content: "";
  background-image: linear-gradient(#ffffff, var(--bgcolor));
  width: 100%;
  height: 25vw;
  position: absolute;
  left: 0;
  top: 0;
}
.point__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point__block li {
  width: calc(100% / 3 - 2rem);
  position: relative;
}
.point__block .txt__area {
  width: calc(100% - 12%);
  background-color: #FFFFFF;
  border-radius: 0 0 30px 30px;
  padding: 10% 6% 6%;
  position: relative;
  left: 0;
  right: 0;
  margin: -50px auto 0;
}
#top_feature .point__block h3 {
  font-size: 1.6em;
  color: var(--maincolor);
  margin: 14px 0 30px;
  position: relative;
}
#top_feature .point__block p {
  margin-bottom: 20px;
}
#top_feature .point__block p:last-child {
  margin-bottom: 0;
}
.point__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 2rem;
}
.point__block .img__area {
  position: relative;
  margin-bottom: 15px;
}
.point__block .point {
  color: var(--accentcolor);
  background-color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 100vw;
  width: 130px;
  height: 130px;
  position: absolute;
  top: -3.5vw;
  left: 40px;
  display: table;
  text-align: center;
  margin-bottom: 0;
  display: table;
}
.point__block .point .txt_feature {
  font-weight: 200;
  text-align: center; 
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.point__block .point .num {
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.0;
  margin-top: -7px;
  display: inline-block;
  border-bottom: 3px dotted #eed25e;
  padding-bottom: 10px;
}
#top_feature .point__block h3 {
  font-size: 1.7em;
  font-weight: 500;
}
@media screen and (max-width:1700px) { 
  .point__block .point {
    font-size: 12px;
    width: 100px;
    height: 100px;
    top: -4.5vw;
    left: 20px;
  }
  #top_feature .point__block h3 {
    margin: 20px 0;
  }
}
@media screen and (max-width:1300px) { 
  .point__block li {
    width: 47%;
  }
}
@media screen and (max-width:1024px) { 
  .point__block .point {
    top: -6.5vw;
  }
  .circle__list {
    justify-content: center;
  }
}
@media screen and (max-width:750px) { 
    .point__block {
    display: block;
  }
  .point__block li {
    width: 100%;
    margin-bottom: 40px;
  }
  .point__block li:nth-child(2n) {
    margin-top: 0;
  }
  .point__block .point {
    font-size: 12px;
    width: 90px;
    height: 90px;
    position: absolute;
    top: -11.5vw;
    left: 15px;
  }
  .point__block .point .num {
    padding-bottom: 5px;
  }
  .point__block .txt__area {
    position: relative;
  }
  .point__block h3,
  #top_feature .point__block h3 {
    font-size: 1.4em;
  }
  .point__block .img__area {
    margin-bottom: 20px;
    text-align: center;
  }
}

/* =========================

  top medical info

=========================*/
.wave {
  position: relative;
}
.wave::after {
  content: "";
  background-image: url(../images/wave.svg);
  background-size: cover;
  width: 100%;
  height: 4%;
  position: absolute;
  bottom: 0;
}
.circle__list {
  width: 100%;
  margin: auto;
  padding: 7vw 8vw;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  position: relative;
  z-index: 1;
}
.circle__list li {
  display: table;
  text-align: center;
}
.circle__list li a {
  color: var(--maincolor);
  width: 260px;
  height: 260px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 100vw;
  background-color: #FFFFFF;
  border: 4px solid #FFFFFF;
}
.circle__list li a:hover {
  transition: all 0.3s ease 0s;
  box-shadow: 0px 0px 16px 0px rgba(150, 208, 190, 1);
  border: 4px solid var(--border-color);
  opacity: 1.0;
}
.circle__list li img {
  height: 82px;
  border-radius: 0;
  display: block;
  margin: 0 auto 30px;
}
.circle__list li .circle__list__item__name {
  position: relative;
  display: inline-block;
}
.circle__list li .circle__list__item__name p {
  font-size: 22px;
  margin: 0;
}
.circle__list li .arrow {
  position: absolute;
  padding: 8px;
  right: -15px;
  top: 3px;
  bottom: 0;
  margin: auto;
}
.circle__list li .arrow::before {
  width: 8px;
  height: 8px;
  border-top: solid 2px var(--maincolor);
  border-right: solid 2px var(--maincolor);
}
.bg_gradation {
  position: relative;
  margin-bottom: 300px;
}
.bg_gradation {
  background-image: linear-gradient(142deg, rgba(239, 248, 246, 1) 40%, rgba(253, 252, 234, 1));
  margin: auto;
  border-radius: 10vw;
  z-index: 0;
}
@media screen and (max-width:1366px) { 
  .bg_gradation::before {
    top: 0;
  }
}
@media screen and (max-width:1024px) { 
  .bg_gradation {
    margin-bottom: 90px;
  }
}
@media screen and (max-width:750px) { 
  #top_feature {
    padding-bottom: 100px;
    margin-bottom: 50px;
  }
  .point__block {
    display: block;
  }
  .point__block li {
    width: 100%;
    margin-bottom: 40px;
  }
  .point__block li:nth-child(2n) {
    margin-top: 0;
  }
  .point__block .txt__area {
    position: relative;
  }
  .point__block h3 {
    font-size: 1.2em;
  }
  .circle__list {
    gap: 1rem;
  }
  .circle__list li:nth-child(2n) {
    margin-right: 0;
  }
  .circle__list li a {
    width: 32vw;
    height: 32vw;
  }
  .circle__list li img {
    height: 35px;
    margin: 0 auto 5px;
  }
  .circle__list li .circle__list__item__name p {
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: center;
  }
  .circle__list li .arrow::before {
    width: 4px;
    height: 4px;
  }
  .bg_gradation::before {
    width: 100%;
    height: 88%;
    border-radius: 0 80px 20px 0;
    bottom: -120px;
  }
  .wave::after {
    height: 4vw;
  }
}

/* =========================

  top first-time

=========================*/
#top_first-time {
  position: relative;
}
#top_first-time::before {
  content: "";
  background-image: url(../images/first-time_img01.png);
  background-size: cover;
  max-width: 542px;
  max-height: 535px;
  width: 35vw;
  height: 34.5vw;
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}
#top_first-time::after {
  content: "";
  background-image: url(../images/first-time_img02.png);
  background-size: cover;
  max-width: 415px;
  max-height: 423px;
  width: 25vw;
  height: 25vw;
  position: absolute;
  top: 5vw;
  right: -60px;
  z-index: -1;
}
#top_first-time .section__contents__inner {
  padding-top: 5vw;
}
#top_first-time h3 {
  text-align: center;
  position: relative;
  margin-top: 120px;
}
.panel {
  display: flex;
  gap: 2rem;
  margin-top: 70px;
}
.panel li {
  width: calc(100% / 3);
  box-shadow: 0px 0px 14px 0px rgba(97, 140, 200, .4);
  border-radius: 2vw;
  display: table;
}
.panel li a {
  padding: 35px;
  border: 3px solid #FFFFFF;
  border-radius: 2vw;
  display: table-cell;
  vertical-align: bottom;
}
.panel li a:hover {
  opacity: 1.0;
  border-color: var(--maincolor);
}
.panel li a:hover .btn.shadow_btn .inner {
  color: var(--maincolor);
  background-color: #FFFFFF;
  border-color: var(--maincolor);
  transition: all 0.3s ease 0s;
}
.panel li a:hover .btn.shadow_btn .inner .arrow::before{
  border-color: var(--maincolor);
}
.panel li p {
  font-family: var(--font);
  font-size: 1.5em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width:950px) { 
  .panel {
    flex-flow: column;
    gap: 1rem;
    margin-top: 30px;
  }
  .panel li {
    width: 100%;
  }
  .panel li a {
    padding: 20px;
  }
  .panel li p {
    font-size: 1.2em;
  }
}
@media screen and (max-width:750px) { 
  #top_first-time {
    margin: 160px 0 0;
  }
  #top_first-time::before {
    top: -24vw;
    left: -27px;
  }
  #top_first-time::after {
    top: 12vw;
    right: -31px;
  }
  #top_first-time h3 {
    margin-top: 90px;
  }
}

/* =========================

  bnr contact

=========================*/
#bnr_contact img {
  border-radius: 0;
}

/* =========================

  footer

=========================*/
footer {
  background-color: var(--bgbeige);
  padding: 80px 0 0;
  border-radius: 3vw;
}
footer .footer_inner {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
footer .footer_inner .detail {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px;
}
/* footer .footer_inner .detail .col2 {
  display: flex;
  gap: 1rem;
  flex-flow: column;
} */
.logo_footer {
  width: 260px;
  max-width: 95%;
  margin: 0 auto 40px;
}
.logo_footer img {
  border-radius: 0;
}
footer .icon_access {
  width: auto;
  height: auto;
  vertical-align: super;
  margin-right: 20px;
}
footer .icon_access::before {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_access.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 13px;
  height: 17px;
}
footer .footer_inner .detail .btn.btn_border a {
  padding: 10px 56px;
  background-color: transparent;
}
footer .footer_inner .detail .btn.btn_border a:hover {
  color: var(--maincolor);
  opacity: .6;
}
footer .footer_inner .detail .btn.btn_border a:hover .arrow::before {
  border-color: var(--maincolor);
}
footer .footer_inner .footer_tel_btn {
  width: fit-content;
  margin-bottom: 20px;
}
footer .footer_inner .footer_tel_btn .icon_tel_w {
  width: 50px;
  height: 50px;
}
footer .footer_inner .footer_tel_btn .icon_tel_w::before {
  width: 21px;
  height: 28px;
}
footer .footer_inner .tel a {
  color: var(--maincolor);
  font-size: 2.5em;
  font-weight:600;
  display: inline-flex;
  align-items: center;
}
footer .footer_inner .tel,
footer .footer_inner .btn_primary {
  margin: 50px 0 0;
}
footer .btn_wrap.web {
  margin-top: 10px !important;
}
footer .web .btn {
  width: 100%;
}
footer .web .btn a {
  font-size: 1.2em;
}
footer .web .btn a:hover {
  color: #FFFFFF;
  background-color: var(--maincolor);
  opacity: .6;
}
footer .table_area {
  margin-bottom: 30px;
}
footer .table_area:last-child {
  margin-bottom: 0;
}
.copy {
  color: #FFFFFF;
  text-align: center;
  background-color: var(--maincolor);
  padding: 5px 0;
}
@media screen and (max-width:1366px) { 
  footer .footer_inner .table_detail {
    width: 48%;
  }
  .table_area {
    width: auto;
  }
}
@media screen and (max-width:1100px) {
}
@media screen and (max-width:1024px) {
  footer .footer_inner .table_area {
    width: 100%;
  }
  footer .footer_inner .tel a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width:750px) {
  footer {
    padding: 60px 0 0;
    border-radius: 5vw;
  }
  .logo_footer {
    width: 60%;
    margin: 0 auto 30px;
  }
  footer .footer_inner .detail {
    display: block;
    margin: 0 0 50px;
  }
  footer .footer_inner .clinic_detail {
    margin-bottom: 50px;
  }
  footer .footer_inner .clinic_detail, footer .footer_inner .table_detail {
    width: 100%;
  }
  footer .footer_inner .tel, footer .footer_inner .btn_primary {
    margin: 30px 0 0;
  }
  footer .footer_inner .footer_tel_btn {
    width: 100%;
  }
  footer .footer_inner .icon_tel_w {
    margin-right: 10px;
  }
  footer .footer_inner .tel a {
    font-size: 2rem;
  }
  .copy {
    padding: 5px 10px;
  }
}

/* =========================

  fixed side

=========================*/
#fixed-side {
  position: fixed;
  right: 60px;
  bottom: 20px;
  z-index: 999;
}
#fixed-side ul {
  display: flex;
  align-items: center;
}
#fixed-side ul li {
  margin-right: 20px;
}
#fixed-side ul li:last-child {
  margin-right: 0;
}
#fixed-side ul li a {
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  border-radius: 100vw;
  padding: 16px 36px;
}
#fixed-side ul li.tel a {
  color: #FFFFFF;
  font-size: 28px;
  background-color: var(--accentcolor);
}
#fixed-side ul li.tel a:hover {
  background-color: var(--accentcolor-hover);
  opacity: 1.0;
}
#fixed-side ul li.web {
  border-radius: 100vw;
  background-color: var(--maincolor);
}
#fixed-side ul li.web a {
  color:  #FFFFFF;
}
#fixed-side ul li.web a:hover {
  background-color: var(--maincolor-hover);
  opacity: 1.0;
}
#fixed-side ul li.line {
  color: #FFFFFF;
  border: 2px solid #03C755;
  background-color: #FFFFFF;
  border-radius: 100vw;
}
#fixed-side ul li.line a {
  color: #03C755;
}
@media screen and (max-width:1100px) {
  #fixed-side {
    right: 20px;
  }
}
@media screen and (max-width:750px) {
  #fixed-side {
    width: 100%;
    padding: 0;
    background-color: transparent;
    right: auto;
    bottom: 0;
    box-shadow: unset;
    z-index: 9999;
  }
  #fixed-side ul {
    width: 100%;
  }
  #fixed-side ul li {
    width: 50%;
    height: 50px;
    margin-right: 0;
  }
  #fixed-side ul li a, #fixed-side ul li.tel a,
  #fixed-side ul li.web {
    color: #FFFFFF;
    font-size: 16px;
    border-radius: 0 !important;
  }
  #fixed-side ul li.tel {
    border: 2px solid var(--accentcolor);
  }
  #fixed-side ul li.web {
    border: 2px solid var(--maincolor);
  }
  #fixed-side ul li.line {
    border-radius: 0;
  }
  #fixed-side ul li a {
    color: #FFFFFF;
    justify-content: center;
    padding: 14px 5px;
  }
  #fixed-side ul li a.inner {
    height: -webkit-fill-available;
  }
  #fixed-side .icon_tel_w {
    width: 28px;
    height: 28px;
  }
  #fixed-side .icon_tel_w::before {
    width: 13px;
    height: 17px;
  }
  #fixed-side .icon_tel, #fixed-side .icon_web::before {
    margin-right: 6px;
  }
}