@charset "UTF-8";

/*-------------------------------
* Parts CSS
-------------------------------*/
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #464646;
  word-break: break-all;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

ul {
  padding-left: 20px;
}

dd {
  margin: 0;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.5s liner;
}

p {
  font-size: 17.5px;
}

a:hover {
  color: #836a4a;
}

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

#hamberger {
  display: none;
}

/* Facebook */
.fb-page span {
  margin-bottom: 20px;
}
/*--------  SVG -------*/
.logo {
  width: 590px;
  height: 117px;
  fill: #836a4a;
  transition: opacity 0.5s ease;
}

.logo:hover {
  opacity: 0.6;
}

/*--------  gMap -------*/
.gMap {
  width: 550px;
  height: 600px;
}

/*--------  SlickSlide -------*/
.carouselPosition {
  width: 100%;
  position: absolute;
  left: 0;
}
.carousel {
  width: 100%;
  left: 0;
}
.carouselContainer .slick-slide {
  margin: 0 !important;
}

/*--------  Parts -------*/
.large-logo {
  width: 35%;
  float: left;
  margin-top: 20px;
}

.list-clear {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-inside {
  padding: 0;
  list-style: inside;
}

.photo-image {
  width: 100%;
  border: 5px solid #fff;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 1px 5px 0px rgba(0, 0, 0, 0.4);
}

.clearFix::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

/* HoverImage */
.hoverImg {
  margin: 0;
  position: relative;
  overflow: hidden;
}

.hoverImg__cap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgb(143 112 41 / 70%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.hoverImg:hover .hoverImg__cap {
  opacity: 1;
}

.hoverImg img {
  transition: transform 0.3s ease-in-out;
}

.hoverImg:hover img {
  transform: scale(1.2);
}

.hoverImg__cap-text {
  width: 100%;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  position: absolute;
  top: 30%;
  transition: top 0.3s ease-in-out;
  font-weight: bold;
  opacity: 0;
}

.hoverImg__cap-text::after {
  width: 50%;
  height: 0;
  margin: 10px auto 0;
  border: 1px solid #fff;
  content: "";
  display: block;
  line-height: 0;
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}

.hoverImg:hover .hoverImg__cap-text {
  top: 40%;
  opacity: 1;
}

.hoverImg:hover .hoverImg__cap-text::after {
  transform: scale(1);
}

.telNavi__telNum {
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.telNavi__telNum-large {
  font-size: 3rem;
}

.telNavi__telNum-middle {
  font-size: 3rem;
}

.telNavi__telNum-spButton {
  display: none;
}

.telNavi__telNum-tsuka {
  padding-left: 95px;
  background: url("../image/tsuka_icon.svg") no-repeat 0 50%;
}

.telNavi__telNum-ina {
  padding-left: 95px;
  background: url("../image/ina_icon.svg") no-repeat 0 50%;
}

.coution {
  color: #e81244;
}

/* GlobalNavi */

.gNavi {
  max-width: 1200px;
  width: 100%;
  padding: 0;
  margin: auto;
  padding-top: 60px;
  padding-left: 65px;
  padding-right: 65px;
  margin-bottom: 40px;
  list-style: none;
}

.gNavi__menu {
  padding-right: 35px;
  float: left;
  text-align: center;
  background: url("../image/gnavi_bg.svg") no-repeat;
  background-position: right 28px top 0.5em;
  position: relative;
  transition: color 0.5s 0s ease;
}

.gNavi__menuLast {
  padding-right: 0;
  background: none;
}

.gNavi__menu-trans {
  display: block;
  font-size: 1rem;
  color: #9a9a9a;
  transition: color 0.5s 0s ease;
}

/*  Hover Animation*/
.gNavi__menu::after {
  width: 100%;
  margin-top: 10px;
  content: "";
  display: block;
  line-height: 0;
  font-size: 0;
  border-bottom: 3px solid #836a4a;
  transition: all 0.5s 0s ease;
  transform: scale(0);
}
.gNavi__menu:hover,
.gNavi__menu-trans:hover {
  color: #836a4a;
}
.gNavi__menu:hover::after {
  transform: scale(1);
}

/* Navi Fixed */
.scrolled {
  height: 270px;
}
.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom: 5px solid #836a4a;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  animation: fixedAni 0.3s ease-in-out forwards;
  z-index: 10;
}

@keyframes fixedAni {
  0% {
    background: rgba(255, 255, 255, 0);
  }
  100% {
    background: rgba(255, 255, 255, 1);
  }
}

.fixedNavi {
  width: 100%;
  margin: 65px auto 30px auto;
  animation: fnaviAni 0.3s ease-in-out forwards;
}

@keyframes fnaviAni {
  0% {
    padding-top: 0px;
    margin-bottom: 30px;
  }
  100% {
    padding-top: 30px;
    margin-bottom: 15px;
  }
}

.fixedLogo {
  position: fixed;
  top: 0px;
  left: 50%;
  margin-top: 30px;
  transform: translateX(-50%) scale(1) !important;
  z-index: 20;
  animation: flogoAni 0.3s ease-in-out forwards;
  max-width: 330px;
}

@keyframes flogoAni {
  0% {
    transform: scale(0);
    top: 0;
  }
  100% {
    transform: scale(0.5);
    top: -15px;
  }
}

#top-catch {
  max-width: 100%;
  width: calc(100% - 6%);
  height: 800px;
  margin: 35px auto;
  background-size: 100%;
  background-image: url(../image/main_img.png);
  background-repeat: no-repeat;
}

#top-catch-box {
  background: rgba(133, 158, 56, 0.5);
  padding: 20px;
  color: #fff;
  text-shadow: 1px 1px 3px rgb(0 0 0 / 60%);
  box-sizing: border-box;
}

#child-top-catch {
  padding-top: 10px;
}

#none-slider {
  height: 80px;
}

.topSlide {
  width: 930px;
  height: 460px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.topSlide__lists {
  height: 460px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.topSlide__lists-img {
  position: absolute;
  opacity: 0;
  animation: show 15s ease infinite;
  -webkit-animation: show 15s ease infinite;
}

.childTopChatch__title {
  width: 100%;
  position: relative;
  bottom: 0px;
  text-align: center;
  font-size: 2.4rem;
}

.childTopChatch__title::after {
  width: 5%;
  margin: 0 auto;
  margin-top: 10px;
  content: "";
  display: block;
  line-height: 0;
  font-size: 0;
  border-bottom: 3px solid #836a4a;
}

.childTopChatch__title-sub {
  display: block;
  font-size: 1.6rem;
}

.childTopSlide {
  max-width: 1125px;
  width: 100%;
  height: auto;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

.childTopSlide__lists {
  height: 30vw;
  max-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.childTopSlide__lists-img {
  position: absolute;
  opacity: 0;
  animation: show 20s ease infinite;
  -webkit-animation: show 20s ease infinite;
}

/*TopSlide Animation*/
@keyframes show {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
}

.topSlide__lists-img:nth-of-type(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.topSlide__lists-img:nth-of-type(2) {
  animation-delay: 4s;
  -webkit-animation-delay: 4s;
}

.topSlide__lists-img:nth-of-type(3) {
  animation-delay: 8s;
  -webkit-animation-delay: 8s;
}

.topSlide__lists-img:nth-of-type(4) {
  animation-delay: 12s;
  -webkit-animation-delay: 12s;
}

.topSlide__lists-img:nth-of-type(5) {
  animation-delay: 16s;
  -webkit-animation-delay: 16s;
}

.clinicInfo {
  margin-bottom: 0px;
  background: #836a4a;
  box-sizing: border-box;
}

.clinicInfo__term {
  width: 29.8%;
  box-sizing: border-box;
  font-weight: 300;
  text-align: center;
  padding: 10px;
  float: left;
  clear: both;
}

.clinicInfo__desc {
  width: 67.2%;
  background: #fff;
  box-sizing: border-box;
  font-weight: 300;
  padding: 10px;
  margin: 0;
  float: left;
}

.clinicInfo__desc-list {
  margin: 0;
  padding: 0;
  list-style: inside;
}

.snslink-container {
  margin: 0 auto;
  margin-bottom: 24px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}

.snsLink {
  width: 174px;
  padding: 40px 10px 10px;
  margin: 0 auto;
}

.snsLink__list {
  width: 48px;
  float: left;
  margin: 0 5px;
}

.snsLink__list-fb {
  width: 48px;
  height: 48px;
  fill: #d5d5d5;
  /* transition: fill 0.5s ease; */
}

.snsLink__list-tw {
  width: 48px;
  height: 48px;
  fill: #d5d5d5;
  /* transition: fill 0.5s ease; */
}

.snsLink__list-insta {
  width: 48px;
  height: 48px;
  fill: #d5d5d5;
}

.snsLink__list-insta path {
  fill: #d5d5d5;
  transition: fill 0.5s ease;
  animation-duration: 0.5s;
}

.snsLink__list-fb:hover {
  fill: #305097;
}

.snsLink__list-tw:hover {
  fill: #00aced;
}

.snsLink__list-insta:hover path {
  fill: url(#c);
}
.w50 {
  width: 50%;
}
#sb_instagram {
  padding: 20px 0 !important;
}
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
  margin: 10px auto 0 auto !important;
}
@media screen and (max-width: 1064px) {
  #sb_instagram .sb_instagram_header,
  .sb_instagram_header .newsContainer {
    padding-top: 10px !important;
    margin: 0;
  }
}
.newsContainer::before,
.newsContainer::after {
  width: 50%;
  border: 0.5px solid #836a4a;
  margin: 0 auto;
  content: "";
  display: block;
}

.newsContainer::before {
  margin-bottom: 40px;
}

.newsContainer::after {
  margin-top: 40px;
}

.newsArt {
  float: left;
  margin-bottom: 30px;
}

.newsArt:nth-of-type(2n) {
  float: right;
}

.newsArt:nth-of-type(3n) {
  clear: both;
}

.newsArt__thumb {
  margin-bottom: 20px;
}

.schedule {
  box-sizing: border-box;
  border-bottom: 5px solid #795523;
  margin: 4px 20px 20px;
  padding: 20px;
  background: #bc976a;
  border-radius: 5px;
  color: #fff;
}

.schedule__line {
  border-top: 1px solid #bc976a;
}

.schedule table {
  border-collapse: collapse;
}

.schedule td {
  width: calc((455px - 170px) / 8);
  padding: 8px 0;
  text-align: center;
}

/*Doctor & Staff*/
.staff__list {
  margin-right: 20px;
  float: left;
  text-align: center;
  overflow: hidden;
}

.staff__list:last-child {
  margin-right: 0;
}

.staff__list-image {
  width: 170px;
  height: 170px;
  margin-bottom: 10px;
  border-radius: 170px;
  display: block;
}

.staff__list-trans {
  display: block;
  font-size: 1rem;
  color: #9a9a9a;
}

.slick-slide {
  margin: 20px;
  box-sizing: border-box;
}

.slick-center {
  transform: scale(1.08);
}

.slick-slider img {
  width: 100%;
  display: block;
}

/*-------- About -------*/
.clinic {
}

.clinic__info-head {
  margin-bottom: 10px;
  float: left;
  clear: both;
}

.clinic__info-data {
  margin-bottom: 10px;
}

.clinic__info-tell {
  clear: both;
  font-size: 3.6rem;
}

.gallery__list {
  width: 170px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.gallery__list:nth-child(6n) {
  margin-right: 0px;
}

/*-------- flow -------*/
.flowBox {
  background: url("../image/flow_arrow.svg") no-repeat 5px 30px;
  position: relative;
}

.flowBox__title {
  padding-left: 56px;
  font-size: 30px;
}
.large-title.flowBox__title {
  font-size: 30px;
  font-weight: 500;
}

.flowBox__title::before {
  width: 36px;
  line-height: 36px;
  border-radius: 36px;
  margin-right: 20px;
  padding: 5px;
  background: #bc976a;
  content: "";
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  font-family: YuGothic, "游ゴシック", sans-serif;
  position: absolute;
  left: 0;
  top: 0;
}

.flow-0::before {
  content: "0";
}

.flow-1::before {
  content: "1";
}

.flow-2::before {
  content: "2";
}

.flow-3::before {
  content: "3";
}

.flow-4::before {
  content: "4";
}

.flow-5::before {
  content: "5";
}

.flowBox__text {
  margin-left: 60px;
}

/* reserve */
.attention {
  margin: 0 auto 40px;
  padding: 20px;
  background: #fff5e3;
}

.tell-reserve {
  padding-left: 380px;
  background: url("../image/sp.png") no-repeat;
}

.c-form {
  width: 930px;
  margin: 0 auto;
  border-top: 5px solid #836a4a;
  border-bottom: 10px solid #836a4a;
  padding: 20px;
  width: 930px;
  background: #f9f9f9;
}

.c-form__list-header {
  width: 100%;
  border-left: 5px solid;
  padding-left: 20px;
  margin-bottom: 20px;
  float: none;
  clear: both;
  color: #836a4a;
  font-weight: bold;
  box-sizing: border-box;
}

.c-form__list-parts {
  width: 100%;
  float: none;
  margin-bottom: 20px;
}
.c-form__list-parts input,
.c-form__list-parts textarea {
  margin-bottom: 10px;
}
.c-form__list-parts input[type="text"],
.c-form__list-parts input[type="tel"],
.c-form__list-parts input[type="email"],
.wpcf7-submit,
.c-form__list-parts textarea {
  display: block;
  box-sizing: border-box;
  padding: 10px;
}

.c-form__list-parts input[type="text"],
.c-form__list-parts input[type="tel"],
.c-form__list-parts input[type="email"] {
  width: 100%;
}

.c-form__list-parts textarea {
  width: 100%;
}

.wpcf7-not-valid-tip {
}

.wpcf7-submit {
  width: 170px;
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  background: #836a4a;
  color: #fff;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background: #aace3a;
}

/*-------- Skill -------*/
.skillBox {
  /* min-height: 672px; */
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 5px solid #bc976a;
  background: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
}

.skillBox:nth-of-type(3n) {
  margin-right: 0;
}

.equipment {
  float: left;
  /* margin-right: 6%; */
}

.equipment:nth-of-type(2n) {
  margin-right: 0;
}

.equipment__table-head {
  padding: 10px;
  margin-bottom: 10px;
  border-bottom: 3px solid #bc976a;
  color: #836a4a;
}

.equipment__table-head::before {
  content: "！";
  width: 1em;
  line-height: 1em;
  padding: 0.2em;
  margin-right: 0.5em;
  border-radius: 1.5em;
  background: #bc976a;
  display: inline-block;
  color: #fff;
}

.equipment__table-data {
  margin-bottom: 20px;
}

.pickup {
  border-radius: 5px;
  border: 3px solid #836a4a;
  padding: 10px;
  position: relative;
}

.pickup__img {
  position: static;
  left: 0;
  top: 0;
}

/*-------- flow -------*/
.guide {
  min-height: 406px;
  padding: 20px;
  box-sizing: border-box;
}

.guide__list {
  list-style: inside;
  padding: 0;
}
/*-------- Archive -------*/
.a-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #bc976a;
}

.blog-content img {
  width: auto;
}

/*-------- Container -------*/
#defs {
  display: none;
}
#wrap {
  width: 100%;
  margin: 0 auto;
  /* background: #f9f9f9; */
}

/*--------  Button -------*/
.btn {
  padding: 1em 0;
  border-radius: 5px;
  background: #bc976a;
  border-bottom: 5px solid #795523;
  display: block;
  text-align: center;
  color: #fff;
  transition: background 0.5s ease, border-bottom-color 0.5s ease;
}

.btn:hover {
  background: rgba(131, 106, 74, 0.8);
  border-bottom-color: rgba(121, 85, 35, 0.8);
  color: #fff;
}

.btn::after {
  content: "→";
}

.btn__link-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  fill: #fff;
}

.circleButton {
  width: 110px;
  height: 110px;
  position: absolute;
  font-size: 1.2rem;
  text-align: center;
  color: #fdf5da;
  top: 0;
  right: 0px;
  z-index: 1;
}
.circleButton__link:hover {
  color: #fff;
}

.circleButton__link-icon {
  width: 30px;
  height: 30px;
  margin: 20px auto 0.5em;
  display: block;
  fill: #fdf5da;
}

.circleButton__link-button {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.rotate {
  animation: rotate 0.5s ease;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#sp-nav {
  display: none;
}
/* SideBar */
.widgettitle {
  margin-bottom: 10px;
  padding: 5px;
  border-bottom: 3px solid;
  box-sizing: border-box;
  background: #836a4a;
  color: #ffffd8;
}

/*  前後記事リンク  */
.contextNav {
  color: #836a4a;
}

.contextNav a:hover {
  text-decoration: underline;
}

.contextNav__links {
  list-style: none;
  padding: 0;
}

.contextNav__links-prev {
  float: left;
}

.contextNav__links-prev::before {
  content: "←";
}

.contextNav__links-next {
  float: right;
}

.contextNav__links-next::after {
  content: "→";
}

.contextNav__links-back {
  text-align: center;
}

/************************************
** レスポンシブページネーション
************************************/
.pagination {
  list-style-type: none;
  padding-left: 0;
  margin: 30px 0;
}

.pagination,
.pagination li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}

.pagination span,.pagination a.page-numbers {
    display: flex;
    width: 4%;
    height: auto;
    min-width: unset;
    min-height: unset;
    padding: 0;
    border: 1px solid #333;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: normal;
    transition: 0.2s;
}
.pagination span{
    font-weight: bold;
    color: #85653b;
    border: none;
}
.pagination a.page-numbers:hover{
    background-color: #85653b;
    border: 1px solid #85653b;
    color: #fff;
}
.pagination a.prev.page-numbers,
.pagination a.next.page-numbers {
    border: none;
    color: #85653b;
    font-weight: 600;
}
.pagination a.prev.page-numbers:hover,
.pagination a.next.page-numbers:hover{
    background-color: #85653b;
    color: #fff;
}


.pagination a {
  font-weight: 300;
  padding-top: 1px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  min-width: 36px;
  min-height: 36px;
  color: #333;
}

.pagination li:not([class*="current"]) a:hover {
  background-color: #eee;
}

.pagination li:first-of-type a {
  border-left-width: 1px;
}

.pagination li.first span,
.pagination li.last span,
.pagination li.previous span,
.pagination li.next span {
  /* screen readers only */
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.pagination li.first a::before,
.pagination li.last a::after,
.pagination li.previous a::before,
.pagination li.next a::after {
  display: inline-block;
  font-family: Fontawesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

.pagination li.first a::before {
  content: "\f100";
}
.pagination li.last a::after {
  content: "\f101";
}

.pagination li.previous a::before {
  content: "\f104";
}
.pagination li.next a::after {
  content: "\f105";
}

.pagination li.current a {
  background-color: #ddd;
  cursor: default;
  pointer-events: none;
}

.pagination > li:first-child > a {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

@media only screen and (max-width: 680px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.current,
  .pagination li.first,
  .pagination li.last,
  .pagination li.previous,
  .pagination li.next {
    position: initial;
    top: initial;
    left: initial;
  }

  .pagination li.previous a {
    border-left-width: 0;
  }
}

@media only screen and (max-width: 400px) {
  .pagination li.first,
  .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .pagination li.previous a {
    border-left-width: 1px;
  }
}

@media only screen and (max-width: 240px) {
  /* For watches? */
  .pagination li {
    width: 50%;
  }

  .pagination li.current {
    order: 2;
    width: 100%;
    border-left-width: 1px;
  }
}

/*20210803*/
header {
  max-width: 1150px;
  width: 100%;
  margin: auto;
}
.sp {
  display: none;
}
.button.sp {
  display: none;
}

.logo {
  width: 100%;
  height: auto;
  fill: #836a4a;
  transition: opacity 0.5s ease;
  margin-top: 0%;
}

.button img:hover {
  opacity: 0.5;
}

.header_tel {
  width: 77%;
  margin-top: 20px;
  margin-left: -8em;
}

li#menu-item-71 {
  font-size: 20px;
}

li#menu-item-22 {
  font-size: 20px;
}

li#menu-item-1572 {
  font-size: 20px;
}
li#menu-item-23 {
  font-size: 20px;
}
li#menu-item-2775 {
  font-size: 20px;
}

li#menu-item-21 {
  font-size: 20px;
}

li#menu-item-24 {
  font-size: 20px;
}

li#menu-item-2558 {
  font-size: 20px;
}

li#menu-item-869 {
  font-size: 20px;
  padding: 0px;
  background-image: none;
}

li#menu-item-43 {
  font-size: 20px;
}

li#menu-item-879 {
  font-size: 20px;
}

ul.gNavi.clearFix {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0%;
  display: flex;
  justify-content: center;
}

.reserve.col-5.fr.p-rel.sdn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.button ul {
  display: flex;
  padding: initial;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
}

li.button-left {
  width: 170px;
  margin-left: 0px;
}

li.button-right {
  width: 170px;
  margin-left: 15px;
  margin-right: -5px;
}

.gNavi__menu {
  padding-right: 22px;
  float: left;
  text-align: center;
  background: url(../image/gnavi_bg.svg) no-repeat;
  background-position: right 10px top 0.5em;
  position: relative;
  transition: color 0.5s 0s ease;
}

.menu-new .gNavi__menu {
  float: none;
}

.firstButton {
  width: 110px;
  height: 110px;
  margin-right: 10em;
  position: absolute;
  font-size: 1.2rem;
  text-align: center;
  color: #fdf5da;
  top: 0;
  right: 0px;
  z-index: 1;
}

.firsttimeButton__link:hover {
  color: #fff;
}

.firsttimeButton__link-icon {
  width: 30px;
  height: 30px;
  margin: 20px auto 0.5em;
  display: block;
  fill: #fdf5da;
}

.firsttimeButton__link-button {
  width: 110px;
  height: 110px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.rotate {
  animation: rotate 0.5s ease;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

h2.container__small-title.col-2.fl {
  width: 20%;
  font-size: 40px;
  margin-left: 40px;
  margin-bottom: 0px;
}

h2.childTopChatch__title.fc-grn {
  margin-top: 30px;
  margin-bottom: -80px;
  font-size: 35px;
  font-weight: 500;
}

h3.small-title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: -5px;
}

h3.small-title.mb-40 {
  font-size: 2.5em;
  margin-bottom: 15px;
}

h4.middle-title.fc-grn.mb-40 {
  font-size: 2.5em;
  margin-bottom: 5px;
}

h4.small-title.fc-grn.mb-40 {
  font-size: 2.5em;
  margin-bottom: 0px;
}

h4.middle-title.fc-grn.mb-41 {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.childTopChatch__title-sub {
  display: block;
  font-size: 2.6rem;
}

h5.small-title {
  font-size: 1.5em;
  margin-bottom: -10px;
}

.col-4.fr {
  width: 100%;
  padding: 0px;
}
.artCon.clearFix {
  padding: 0px 40px 0px;
}
section.container.newsContainer.clearFix {
  margin-bottom: 120px;
}
.clearFix.sdn {
  display: none;
}
.col-6.fr.m-col-2.sdn {
  width: 465px;
}
footer {
  width: 100%;
  margin: auto;
  border-top: solid 4px #936e3b;
  background-color: #ffffff;
}
.cov_news {
  width: 100%;
  background: #298f3c;
  text-align: center;
  margin-bottom: 6%;
}
.cov_in {
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
}
.cov_news a {
  width: 100%;
  display: inline-block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.2em;
  font-weight: 900;
  text-align: center;
  padding: 1.1em 0.5em 1.4em;
  text-decoration: underline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}
.cov_news a span {
  position: relative;
}
.cov_news a span::before {
  position: absolute;
  font-size: 1.2em;
  left: -1.1em;
  top: 1px;
  width: 1em;
  height: 1em;
  margin: auto;
  content: "";
  font-family: "Ionicons";
}
.col-6.fr.mb-20.m-col-1 {
  margin-bottom: 120px;
}
ul.gNavi.clearFix.gNavi-visible li {
  margin-bottom: 5px;
}
div#syugi {
  width: 48%;
  height: auto !important;
}
div#hari {
  width: 48%;
  height: auto !important;
}
div#denki {
  width: 48%;
  height: auto !important;
  /* margin-right: 20px; */
}

.treatment_box,
.equipment_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*20210915　メインイメージについて*/
ul.gNavi.clearFix.gNavi-visible {
  max-width: initial;
  width: 100%;
}

@media screen and (max-width: 1064px) {
  .header_point {
    display: block;
  }
}

/*20210915*/
h3.all_heading {
  width: 100%;
  margin: 0px auto 30px;
  padding: 15px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #836a4a;
  border-radius: 10px;
  box-sizing: border-box;
}

h4.all_h4 {
  font-size: 25px;
  color: #836a4a;
  padding: 3px 0px 0px 30px;
  position: relative;
}

h4.all_h4::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 50%;
  left: 15px;
  top: 25%;
  border-radius: 8px;
  background: #836a4a;
}

.all {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.all_mein {
  width: 700px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}
.all_mein li {
  font-size: 16px;
}
.all_mein2 {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1064px) {
  .all_mein {
    width: calc(100% - 260px);
    padding: 0;
    padding-right: 1%;
  }
}
.all_wording {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.all_wording2 {
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

img.alignnone.size-full.wp-image-1104 {
  margin-top: 20px;
  margin-bottom: 35px;
}

img.aligncenter.size-full.wp-image-1105 {
  margin-top: 20px;
}

img.aligncenter.size-full.wp-image-1109 {
  margin-top: 20px;
  margin-bottom: 35px;
}

img.aligncenter.size-full.wp-image-1110 {
  margin-top: 20px;
}

img.aligncenter.size-full.wp-image-1113 {
  margin-top: 20px;
  margin-bottom: 35px;
}

img.aligncenter.size-full.wp-image-1114 {
  margin-top: 20px;
}

img.alignnone.size-full.wp-image-1117 {
  margin-top: 20px;
  margin-bottom: 35px;
}

img.alignnone.size-full.wp-image-1118 {
  margin-top: 20px;
}

.addtoany_content {
  clear: both;
  margin: 40px 0px 20px;
}

span.under_yerow {
  background: linear-gradient(transparent 60%, #ffff00 60%);
}

/*--------------ここからpopupのcss--------------*/
.modal,
.modal__bg,
.modal__content,
div#popuptel_wrap div.popuptel_inner ul,
.modal__content li,
.modal__content li a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.modal {
  display: flex;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 99999999999999999999999999;
}
.modal__bg {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#popuptel_wrap {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 99999999999999999999999999;
}
div#popuptel_wrap div.popuptel_inner {
  background-color: #fff;
  border-radius: 8px;
  display: block;
  margin-bottom: 15vw;
  width: 84vw;
  height: auto;
  padding: 5vw 0;
  z-index: 0;
  margin: auto;
}
div#popuptel_wrap div.popuptel_inner > p {
  font-size: 4.5vw;
  line-height: 1.35em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #5c2f0d;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
div#popuptel_wrap div.popuptel_inner ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 3.5vw 5vw;
  background: #fff5e3;
  margin: 3.5vw 0 4vw;
}
div#popuptel_wrap div.popuptel_inner ul li {
  width: 45%;
  margin: 0 auto;
  border-radius: 1.5vw;
  padding-bottom: 3vw;
  list-style: none;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
  background: #836a4a;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
  background: #bc976a;
}
div#popuptel_wrap div.popuptel_inner ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 3.75vw;
}
div#popuptel_wrap div.popuptel_inner ul li span {
  width: 9vw;
  background-color: #fff;
  height: 9vw;
  border-radius: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 3vw auto;
}
div#popuptel_wrap div.popuptel_inner ul li span i {
  margin: 0 auto;
  font-size: 4.2vw;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
  color: #836a4a;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
  color: #bc976a;
}
div#popuptel_wrap div.popuptel_inner ul li b {
  text-align: center;
  display: block;
}
div#popuptel_wrap div.popuptel_inner label {
  background-color: #836a4a;
  width: 80%;
  border-radius: 5000px;
  text-align: center;
  display: block;
  padding: 1.25vw;
  position: relative;
  color: #fff;
  max-width: 280px;
  margin: 0vw auto 0;
}
div#popuptel_wrap div.popuptel_inner label::before {
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 15px;
  top: 45%;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;
}

/*    labelCSS*/

input#sp-popup:checked + #popuptel_wrap {
  display: flex;
}

/*2022/02/10|追記*/
section.bread_container.clearFix {
  max-width: calc(1200px + 4%);
  width: 100%;
  margin: auto;
  margin-bottom: 45px;
  box-sizing: border-box;
  padding: 0 2%;
}
.container__bread-title {
  font-size: 3.2rem;
  margin: 20px 0;
  color: #836a4a;
}
.bread__list {
  list-style: inside;
  padding: 0;
}
.bread__list li {
  font-size: 21px;
  border-bottom: dashed 2px #acacac;
  padding-bottom: 1px;
  margin-bottom: 10px;
}

/* .w_img{
    width: 43%;
}
.w_list{
    width: 54%;
} */

.w_img {
  width: 100% !important;
}
.w_list {
  width: 100% !important;
}

.hl_4 {
  font-size: 20px;
  color: #836a4a;
  border-bottom: 2px solid;
}

/*2022/08/05|追記*/
.relaxation {
  text-align: center;
  margin-bottom: 120px;
}
.relaxation h3 {
  margin: 50px 0px 20px;
  font-size: 25px;
  color: #0f7a23;
}
.relaxation .menu {
  margin-bottom: 4%;
}
.relaxation .menu .menu_center {
  display: flex;
  justify-content: center;
}
.relaxation .menu .menu_center .menu_left {
  width: 20%;
  margin-right: 20px;
}
.menu_right {
  width: 24%;
}
.menu_right .pc {
  text-align: left;
}
.menu_right .sp {
  text-align: left;
}
.relaxation .menu h2 {
  margin-bottom: 15px;
}
.relaxation .menu table {
  width: 45%;
  margin: auto;
  border-top: 2px solid #363636;
  border-left: 2px solid #363636;
}
.relaxation .menu table tbody tr th {
  font-weight: normal;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  text-align: left;
  padding: 10px;
  background-color: white;
  text-align: center;
  font-size: 24px;
}
.relaxation .menu table tbody tr td {
  font-weight: normal;
  border-right: 2px solid #363636;
  border-bottom: 2px solid #363636;
  text-align: left;
  padding: 10px;
  background-color: white;
  text-align: center;
  font-size: 18px;
}
.weekday h2 {
  margin-bottom: 15px;
}
.weekday .takumi_line a {
  display: contents;
}
.weekday .takumi_line img {
  width: 20%;
  margin: auto;
  margin-bottom: 2em;
}
.weekday .takumi_line img:hover {
  opacity: 0.5;
}
.weekday table {
  width: 45%;
  margin: auto;
  text-decoration: none;
  border: solid 2px #363636;
}
.weekday table tbody tr {
  display: flex;
  flex-direction: column;
}
.weekday table tbody tr td {
  padding: 20px;
  font-size: 20px;
  background-color: #ffffd8;
}
.whet table {
  width: 45%;
  margin: auto;
}
.whet table tbody tr {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: solid 2px #363636;
}
.whet table tbody tr td {
  max-width: 100%;
  width: 95%;
  padding: 20px;
  font-size: 20px;
  background-color: #ffffd8;
}

footer .footer_top {
  text-align: center;
}

footer .footer_top .logo2 {
  max-width: 320px;
  margin: 40px auto 25px;
}

footer .footer_top p {
  margin-bottom: 35px;
  font-weight: 300;
}

/* ウィジェット エリア */
#sidebar {
  width: 240px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
#sidebar #widget-area ul {
  margin: 0;
}
#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
  text-align: center;
  margin: 0 0 20px;
  list-style: none;
}
#sidebar #widget-area .widget_text.widget-container {
  margin-bottom: 0;
}
#sidebar #widget-area h3 {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  padding: 16px 0 13px 0;
  color: #ffffff;
  background-color: #836a4a;
}
#sidebar #widget-area .widget-container ul {
  /* width: 100%; */
  height: auto;
  padding: 0 10px;
  border: 1px solid #cccccc;
  border-top: none;
  list-style: none;
}

#sidebar #widget-area .widget-container ul li {
  /* width: 100%; */
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 13px 0 10px 20px;
  border-bottom: 2px dotted #999999;
  background-image: url("https://www.takumi-seikotsuin.jp/wp/wp-content/themes/takumi_theme/image/side_arrow.png");
  background-repeat: no-repeat;
  background-position: 0 14px;
  list-style: none;
}
#sidebar #widget-area .widget-container li:last-child {
  border: none;
}
#sidebar #widget-area .widget-container ul li a {
  width: auto;
  height: auto;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #666666;
  text-align: left;
}
#sidebar #widget-area .widget-container ul li a:hover {
  color: #d1b38c;
}
#sidebar #widget-area .widget-container p {
  width: 100%;
  height: auto;
  margin: 0;
  margin-bottom: 15px;
  padding: 0;
}
#sidebar #widget-area .widget-container p.home a {
  background-color: #957c5c;
}
#sidebar #widget-area .widget-container p.price a {
  background-color: #bc976a;
}
#sidebar #widget-area .widget-container p.contact a {
  background-color: #d5aa74;
}
#sidebar #widget-area .widget-container p a:hover {
  color: #ffffff;
}
#sidebar #widget-area .widget-container p a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #ffffff;
  transform: rotate(0.03deg);
  text-transform: uppercase;
  margin: 0;
  padding: 23px 0 20px 0;
  display: block;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar
  #widget-area
  .widget-container
  form#searchform
  label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type="text"] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type="submit"] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar
  #widget-area
  .widget-container
  form#searchform
  input[type="submit"]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar
  #widget-area
  .widget-container
  #calendar_wrap
  table#wp-calendar
  td
  a:hover {
  color: #999999;
}

#sidebar
  #widget-area
  .widget-container
  #calendar_wrap
  table#wp-calendar
  caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  letter-spacing: 1.75px;
  font-size: 18px;
  border-radius: 7px 7px 0px 0px;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/*料金表ページcss*/

.container.price_container {
  max-width: 800px;
}
.price_container .ta-center {
  text-align: left;
}
.well3 {
  display: flex;
  width: 100%;
  background: #fffefb;
  justify-content: center;
  padding: 25px 0;
  border: none;
  border-radius: 14px;
  box-shadow: 0 3px 10px 0 rgb(37 71 41 / 27%);
}
.post_col-2a {
  float: none;
  margin: 0 20px;
  max-width: 360px;
  width: 100%;
}
.post_col-2b {
  max-width: 550px;
  margin: 0 25px;
  width: 100%;
}
.style5a {
  font-size: 24px;
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #47652c;
}
.red {
  color: #f55c39;
}
.priceBox dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto;
  justify-content: center;
  border: 3px solid #ff9140;
  border-radius: 15px;
  padding: 0;
  overflow: hidden;
}
.priceBox dl dt {
  position: relative;
  width: 40%;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 2px solid #ffffff;
  text-align: center;
  background: #ff9140;
}
.priceBox dl dd {
  width: 60%;
  font-size: 20px;
  padding: 20px 25px;
  border-bottom: 2px solid #ffb680;
  color: #404040;
  font-weight: bold;
}
/* テーブル　基本 */
.fee_table_box h2 {
  padding-bottom: 5px;
  text-align: left;
  color: #836a4a;
  border-bottom: solid 2px #836a4a;
}
.fee_table_box h2 span {
  float: right;
  margin-left: 8px;
  padding: 6px 12px;
  border-radius: 20px;
  color: #fff;
  background-color: #bc976a;
}
.fee_table_box table {
  width: 100%;
  border: 2px solid #bc976a;
  margin-bottom: 4.5em;
  border-collapse: collapse;
  border-spacing: 0;
}
.fee_table_box table tbody {
  border-bottom: solid 2px #bc976a;
}
.fee_table_box table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.fee_table_box table tr {
  border-bottom: 1px solid #bc976a;
}
.fee_table_box table td {
  padding: 20px 25px;
  border-right: 1px solid #eeeeee;
  text-align: right;
  font-size: 18px;
}
.fee_table_box table td input {
  margin: 3px 0;
}
.fee_table_box table th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
  padding: 7px;
  background: #bc976a;
  color: #fff;
  padding: 20px 25px;
  width: 50% !important;
  text-align: left !important;
}
.fee_table_box table th:last-child {
  border-right: 0;
}

.fee_table_box span {
  font-size: 15px;
}

.container .slick-dotted.slick-slider {
  margin-top: 60px;
  margin-bottom: 0;
}
section.container.about_container {
  margin-bottom: 70px;
}

/*コラム*/

.top05.top_column_area {
  clear: both;
  max-width: 1000px;
  width: 100%;
  margin: 10% auto 2%;
  padding-top: 5%;
}

.top_column_area .column_bx {
  margin: 0 auto;
  padding: 30px 0;
}

.top_column_area .column_bx p {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #afaeae;
  font-size: 16px;
  color: #2d2d2d;
  vertical-align: middle;
}

.top_column_area .column_bx .blog_day {
  display: inline-block;
  width: 7.5em;
  margin-right: 15px;
}

.top_column_area .blg_column {
  margin-right: 20px;
  padding: 3px 30px;
  background-color: #bc976a;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.top_column_area .blog_tit {
  color: #3f3434;
}
.top05.top_column_area h2.container__small-title {
  margin: 0 auto 20px;
  width: fit-content;
}

.top_column_area .column_bx .btn-more {
  width: 258px;
  margin-top: 40px;
  padding: 14px 0.5em;
  display: block;
  background-color: #bc976a;
  letter-spacing: 0.15em;
  border-radius: 10px;
  color: #fff;
  font-weight: 500;
  border-bottom: 4px solid #795523;
  text-decoration: none;
  text-align: center;
}

.top_column_area .column_bx li {
  list-style-type: none;
}

/*20240318修正追加*/
.clearFix.mb-40 article.blog_box.col-4.fl {
  width: 32%;
  margin-bottom: 30px;
}
.clearFix.mb-40 article.blog_box.col-4.fl.m-col-2.mb-20 {
  margin-bottom: 30px;
}
.clearFix.mb-40 article.blog_box.col-4.fl h5.middle-title {
  font-size: 2rem;
}
.clearFix.mb-40 article.blog_box.col-4.fl ul.list-clear li {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .fee_table_box h2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 5px;
    text-align: left;
    color: #836a4a;
    border-bottom: solid 2px #836a4a;
  }
  .fee_table_box h2 strong {
    display: flex;
    flex-wrap: wrap;
  }
  .fee_table_box h2 span {
    float: right;
    margin-top: 5px;
    margin-left: 0px;
    margin-right: 4px;
    margin-bottom: 5px;
    padding: 4px 8px;
    border-radius: 20px;
    color: #fff;
    background-color: #bc976a;
    font-size: 14px;
    text-align: center;
  }
  .fee_table_box table th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
    padding: 7px;
    background: #bc976a;
    color: #fff;
    padding: 20px 20px;
    width: 50% !important;
    text-align: left !important;
    font-size: 16px;
  }
  .page-id-3136 .fee_table_box table th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
    padding: 7px;
    background: #bc976a;
    color: #fff;
    padding: 20px 20px;
    width: 60% !important;
    text-align: left !important;
    font-size: 16px;
  }
  .fee_table_box table td {
    padding: 20px 10px;
    border-right: 1px solid #eeeeee;
    text-align: right;
    font-size: 16px;
  }

  .container .flowBox__text .middle-title {
    font-size: 18px;
    font-weight: bold;
  }
  /* 2024-0312 コラムエリア */
  #content .column_bx p {
    font-size: 14px;
  }
  .column_bx .blog_day {
    display: inline-block;
    width: 7.5em;
    margin-right: 0px;
    font-size: 10px;
  }
  .blg_column {
    margin-right: 20px;
    padding: 3px 11px;
    color: #fff;
    font-size: 0.5rem;
    text-align: center;
  }
  .top05.top_column_area h2.container__small-title {
    width: 100%;
  }
}

@media screen and (max-width: 786px) {
  #sidebar {
    display: none;
  }
  .all_mein {
    width: 96%;
    padding: 0;
    margin: auto;
    float: none;
  }
}

/* 2024-0426 鍼灸治療エリア */
.all_mein.acupuncture {
  width: 1000px;
  height: auto;
  margin: auto;
  padding: 0;
  float: unset;
}
.acupuncture h2.childTopChatch__title.fc-grn {
  margin-top: 120px;
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 500;
  border-bottom: none;
}
/*ここまで*/
/*20240827*/
.price_container .fee_table_box {
  margin-bottom: 5.5em;
}
.price_container .fee_table_box table {
  margin-bottom: 0;
}
.fee_table_box p.option-title {
  text-align: center;
  margin-top: 1.5em;
}
.price_container .fee_table_box strong {
  display: flex;
  justify-content: space-between;
  gap: 0 15px;
}
.fee_table_box h3 {
  margin-top: 1.5em;
}
.price_container .fee_table_box h2 {
  display: flex;
  justify-content: space-between;
}
.price_container .fee_table_box h2 span {
  float: none;
  margin: 0;
  line-height: 2;
}
/*ここまで*/
/*20250513*/
.category-blog .container .clearFix{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.category-blog .container .clearFix::after{
  content: unset;
}
.category-blog .container .clearFix article {
  width: 30%;
  margin-bottom: 40px;
}
h5.middle-title.blog-category-title {
  font-size: 17px;
}

@media screen and (max-width: 786px) {
  .category-blog main{
    padding-top: 50px;
  }
  .category-blog section.container.clearFix{
    padding: 20px 3% 0;
  }
  .category-blog .container .clearFix article {
    width: 46%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  h5.middle-title.blog-category-title{
    margin-bottom: 0;
  }
}
/*ここまで*/

@media screen and (max-width: 786px) {
  .all_mein.acupuncture {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
    float: unset;
  }
  .plan-block .acupuncture img,
  .plan-block img.plan-first-img {
    display: block;
    width: 100%;
    margin: 2em auto;
    height: auto;
    object-fit: contain;
  }
  .acupuncture h2.childTopChatch__title.fc-grn {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 26px;
    font-weight: 500;
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  /*20240827*/
  .price_container .fee_table_box {
    margin-bottom: 3.5em;
  }
  .price_container .fee_table_box h2 {
    font-size: 20px;
  }
  .price_container .fee_table_box table {
    margin-bottom: 0;
  }
  .fee_table_box p.option-title {
    text-align: center;
    margin-top: 1.5em;
  }
  .price_container .fee_table_box strong {
    display: flex;
    justify-content: flex-start;
    gap: 0 15px;
    margin: 10px 0 0;
  }
  .price_container .fee_table_box strong span {
    margin-bottom: 10px;
  }
  /*ここまで*/
}
