/*
Theme Name: Frontier
*/

/** 共通 */
	:root {
	  --light_blue: #2cae6a;
  --light_green: #2cae6a;
  --cream: #fcfbe8;
  --gray: #d2d2d2;
  --d-gray: #3c3c3c;
  --margin-sec: 50px;
  --margin-m: 20px;
  --margin-s: 10px;
  --margin-title: 20px;

  @media screen and (max-width: 480px) {
    --margin-sec: 30px;
  }
}

html {
  line-height: 1.5;
}

body {
  width: 100%;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 17px;
  color: #000;
}

html,
body{
  margin: 0;
  padding: 0;
}


h1 {
  text-align: center;
  margin-bottom: 30px;
}

h4,
h3,
h2 {
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.margin_of_top {
  margin-top: 90px;
}
/*
.margin_of_top_a {
  margin-top: -90px;
  padding-top: 90px;
}
*/

.flex_sb,
.flex_sb_c {
  display: flex;
  justify-content: space-between;
}

a[href=""] {
  /* pointer-events: none; */
  text-decoration: none;
}

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

.sec {
  padding-bottom: var(--margin-sec);
  margin-bottom: var(--margin-m);
}

/*space-between横並びの調整*/
.itiran_null_three {
  display: block;
}

.itiran_list li:nth-of-type(3n)+.itiran_null_three {
  display: none;
}

img.alignleft {
  float: left;
  margin: 10px 10px 10px 0;
  max-width: 300px;
}

img.alignright {
  float: right;
  margin: 10px 0 10px 10px;
  max-width: 300px;
}

img.aligncenter {
  margin: 10px auto;
  display: block;
  max-width: 500px;
}
img.aligncenter2 {
  margin: 10px auto;
  display: block;
  max-width: 800px;
}

.motto_blue_btn  {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 10px;
    max-width: 360px;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    background-color: var(--light_green);
    cursor: pointer;
	border-radius: 10px;
	font-weight:bold;
	background-image: url(https://ayashi.koyo-ad.com/wp-content/uploads/icon_arrow_down_green.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}




.recommend_motto_contents,
.visit_motto_contents,
.staff_motto_contents,
#greeting_motto_contents,
#qa_motto_contents {
  display: none;
}

/*
 .motto_blue_btn::after {
  content: "\025bc";
  font-size: 1em;
  flex: none;
  margin-left: 10px;
}
*/

#recommend_motto::before {
  content: "推薦文をもっと見る";
}

.staff_motto::before {
  content: "全文を見る";
}

.visit_motto::before {
  content: "訪問鍼灸について詳しく見る";
}

#greeting_motto_btn::before {
  content: "院長挨拶をもっと見る";
}

#qa_motto::before {
  content: "よくある質問をもっと見る";
}

#recommend_motto.open::before,
.visit_motto.open::before,
#qa_motto.open::before,
#greeting_motto_btn.open::before,
.staff_motto.open::before {
  content: "閉じる";
}

#recommend_motto.open::after,
.visit_motto.open::after,
.staff_motto.open::after,
#greeting_motto_btn.open::after,
#qa_motto.open::after {
  transform: rotate(180deg);
}

.motto_orange_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  max-width: 400px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  background-color: #f2914a;
  cursor: pointer;
}

.motto_orange_btn::after {
  content: "\025bc";
  font-size: 1em;
  flex: none;
  margin-left: 10px;
}

.one_btn,
.one_bn {
  max-width: 800px;
  margin: 0 auto var(--margin-m);
}

.two_btn_list {
  max-width: 800px;
  margin: 0 auto;
}

.two_bn_list li,
.two_btn_list li {
  width: 48%;
}

.two_bn_list li {
  margin-bottom: var(--margin-m);
}

.two_bn_list li a,
.two_btn_list li a {
  width: 100%;
	color:#2cae6a;
	font-size: 26px;
	font-weight:bold;
}

.bk_line_btn_arrow {
width: 30%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 18px;
    margin: 20px auto 0;
    border-radius: 999px;
    background: linear-gradient(180deg, #aee3d5 0%, #6fcbb7 55%, #36b7aa 100%);
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: .02em;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.18);
	transition: 0.5s;
}

.bk_line_btn_arrow::after {
  content: "▶";
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  line-height: 1;
}

.bk_line_btn_arrow:hover {
  opacity: 0.5;
}


.light_blue_text {
  color: #49c0b9;
}

/* .bgc_blue {
  background-color: #e5f3fe;
} */

.bg_orange_title {
  background-color: #f19049;
  padding: 3px 10px;
  margin-bottom: var(--margin-s);
  color: #fff;
}

.line_orange_title {
  border: 1px solid #f19049;
  color: #f19049;
  padding: 3px 10px;
  margin-bottom: var(--margin-s);
}

.bg_lblue_w_text {
  display: block;
  background: var(--light_blue);
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0 5px;
}

.underline_gray_title h2,
.underline_gray_title {
  font-size: 30px;
}

.underline_gray_title .sub {
  font-size: 0.85em;
}

.underline_gray_title {
  padding-top: var(--margin-s);
  padding-bottom: var(--margin-s);
  margin-bottom: var(--margin-title);
  text-align: center;
	font-weight: bold;
}

/*
 .underline_gray_title::before {
  content: "";
  display: block;
  background-color: var(--d-gray);
  width: 80px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}
*/

.light_blue_title {
  color: var(--light_blue);
  font-weight: 600;
  margin-bottom: var(--margin-title);
}

.g_map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bk_line_sub_title {
  display: inline-block;
  border: 1px solid;
  padding: 5px 10px;
}

.bg_cream {
	background-color: #49c0b9 !important;
}

.copy_text {
  text-align: center;
  padding: var(--margin-s);
  font-size: 14px;
  color:#fff;
}

.check_list_explanation_sec {
  margin-bottom: var(--margin-sec);
}

/* .big_triangle {
  margin: 0 auto var(--margin-sec);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20vw solid transparent;
  border-left: 20vw solid transparent;
  border-top: 70px solid #65a9dc;
  border-bottom: 0;
} */

.big_triangle {
    width: 290px;
    height: 70px;
    margin: 0px auto 35px;
    background: linear-gradient(90deg, #a9dfd0 0%, #7fd0bc 45%, #66bfb3 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (max-width: 767px) {
    .big_triangle {
        width: 180px;
        height: 24px;
        margin: 20px auto 0;
    }
}

/* @media screen and (max-width: 480px) {
  .big_triangle {
    border-right: 30vw solid transparent;
    border-left: 30vw solid transparent;
    border-top: 40px solid #65a9dc;
  } */
}

/** 文責 */
.bunseki {
  background: #f0f0f0;
  letter-spacing: 1px;
  overflow: hidden;
  width: 700px;
  padding: 0;
  margin: 0px auto;
}

.bunseki_img_text {
  display: flex;
  justify-content: space-between;
  padding: 30px 10px;
  width: 100%;
}

.bunseki li {
  font-size: 14px;
  list-style-type: disc;
}

.bunseki .bunseki_name {
  line-height: 145%;
  letter-spacing: 1px;
  padding-left: 10px;
  border-left: 5px solid;
  margin-top: 25px;
  font-weight: bold;
  font-size: 20px;
}

.bunseki_title {
  font-weight: bold;
  padding-left: 5px;
  font-size: 16px;
}

.bunseki .bunseki_img {
  width: 180px;
  height: 180px;
  flex: none;
  margin-right: 20px;
}

.bunseki .bunseki_img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.bunseki_midashi {
  letter-spacing: 1px;
  color: #fff;
  border-radius: 3px;
  background: var(--light_blue);
  padding: 5px 10px;
  margin-right: 10px;
}

.bunseki_list {
  padding-left: 20px;
  margin-bottom: 10px;
}

.bunseki_list_box .carerr {
  font-weight: 600;
}

.bunseki_list_box p {
  font-size: 15px;
}

.bunseki_list:last-of-type {
  margin-bottom: 0px;
}

.bunseki_text {
  width: 80%;

}

.bun_shikaku {
  background: #6faade;
  margin: 15px 0 7px;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .bunseki {
    width: 95%;
  }

  .bunseki_img_text {
    flex-direction: column;
    align-items: center;
  }

  .bunseki .bunseki_img {
    margin: 0 0 20px;
  }

  .bunseki_text {
    width: 100%;
  }

  .bunseki_img_text {
    width: 95%;
  }
}

/* 診療時間table */
.table_note_box {
  margin-bottom: var(--margin-m);
}

table.sinryou_time {
  height: 132px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.sinryou_time th,
table.sinryou_time td {
  border: solid 1px var(--light_blue);
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

table.sinryou_time th {
  background-color: var(--light_blue);
  color: #fff;
}

table.sinryou_time td {
  background-color: #fff;
  color: var(--light_blue);
  vertical-align: middle;
}

table.sinryou_time td.first {
  text-align: left;
}

table.sinryou_time th.first,
table.sinryou_time td.first {
  width: 155px;
}

.sinryou_remarks {
  font-size: 16px;
  font-weight: 600;
}

.sinryou_remarks span {
  background-color: red;
  font-weight: 600;
  color: #fff;
  padding: 2px 10px;
}

/*スマホがblockになるtable

table.company_table {
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}

table.company_table th,
table.company_table td {
  border: solid 1px #cecece;
  padding: 10px;
  @media screen and (max-width: 480px) {
      display: block;
    }
}

table.company_table th {
  background-color: #ddf5df;
  vertical-align:middle
}

.company_table a {
  color: #26ba0d;
  text-decoration: underline;
  text-underline-offset: 3px;
} */

.check_list {
  max-width: 800px;
  padding: 20px;
  border: 1px solid var(--gray);
  margin: 0 auto 20px;
}

.check_list li {
  padding-bottom: 10px;
  display: flex;
  font-size: 18px;
}

.check_list li:last-child {
  padding-bottom: 0;
}

.check_list li::before {
  content: "";
  display: block;
  width: 1.3em;
  height: 1.3em;
  background-image: url(img/check.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 7px;
  flex: none;
}

.l_line_title {
  border-left: solid 7px var(--light_blue);
  padding: 0 10px;
  margin-bottom: 10px;
  font-weight: 600;
}

.y_marker {
  background: linear-gradient(transparent 60%, rgb(255, 255, 0) 60%);
}

.bold {
  font-weight: 600;
}

.s_text {
  font-size: 13px;
}

.light_blue_dashed_line {
  padding-bottom: 8px;
  margin-bottom: var(--margin-s);
  font-size: 20px;
  background-image: repeating-linear-gradient(90deg,
      var(--light_blue) 0,
      var(--light_blue) 2px,
      rgba(0, 0, 0, 0) 2px,
      rgba(0, 0, 0, 0) 4px);
  background-size: 4px 4px;
  background-repeat: repeat-x;
  background-position: center bottom;
}

/* 施術メニューtable */

table.light_blue_table {
  height: 132px;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.light_blue_table th,
table.light_blue_table td {
  border: solid 1px;
  text-align: center;
  padding: 10px;
  font-size: 18px;
}

table.light_blue_table th {
  background-color: #d7eaf9;
}

table.light_blue_table td {
  background-color: #fff;
  vertical-align: middle;
}

table.light_blue_table td.first {
  text-align: left;
}

table.light_blue_table th.first,
table.light_blue_table td.first {
  width: 155px;
  vertical-align: middle;
}

table.light_blue_table th.first.blue {
  background-color: #b5d7f3;
}

.inline_block {
  display: inline-block;
}

.important_text {
  font-size: 1.3em;
  font-weight: 600;
}

.tyuui_text {
  font-size: 0.8em;
}

@media screen and (max-width: 480px) {
  .check_list li {
    font-size: 1em;
  }

  table.light_blue_table th.first,
  table.light_blue_table td.first {
    width: 75px;
  }

  table.light_blue_table th,
  table.light_blue_table td {
    font-size: 13px;
    padding: 5px;
  }
}

/** タブのCSS */
/* .tab_contents {
  display: none;
}
.tab_contents.active {
  display: block;
} */

@media screen and (max-width: 768px) {
/*
   .margin_of_top {
    margin-top: 65px;
  }

  .margin_of_top_a {
    margin-top: -65px;
    padding-top: 65px;
  }
*/

  img.alignright,
  img.alignleft {
margin: 10px auto;
        display: block;
        float: none;
        max-width: 100%;
        width: 100%;
	  height: auto;
  }
}

@media screen and (max-width: 480px) {
  .flex_sb_c {
    flex-direction: column;
  }

  .bk_line_btn_arrow {
    margin-bottom: var(--margin-s);
  }

  .two_bn_list li,
  .two_btn_list li,
  .bk_line_btn_arrow {
    width: 100%;
    font-size: 16px;
  }
.two_bn_list li a,
.two_btn_list li a {
	font-size: 16px;
}

  .underline_gray_title {
    font-size: 20px;
  }

  /* 診療時間table */
  table.sinryou_time {
    width: 100%;
    height: auto;
    margin-bottom: 3px;
  }

  table.sinryou_time th,
  table.sinryou_time td {
    font-size: 12px;
    padding: 5px;
  }

  table.sinryou_time th.first,
  table.sinryou_time td.first {
    width: 25%;
  }

  .sinryou_remarks {
    font-size: 14px;
    margin-bottom: 3px;
  }

  /*スマホがblockになるtable */
  table.company_table th,
  table.company_table td {
    display: block;
  }

  .underline_gray_title .sub {
    font-size: 1em;
  }
}

/* g口コミ */
.ti-widget-container .ti-header.source-Google {
  display: flex !important;
  justify-content: center;
  flex-direction: column-reverse;
}

.ti-rating-text,
.ti-rating-text {
  display: none;
}

.ti-widget.ti-goog .ti-header .ti-large-logo {
  margin: 0 0 8px !important;
}

/** スライダー */
.slick-prev.slide-arrow,
.slick-next.slide-arrow {
  width: auto;
  height: 90px;
  z-index: 100;
}

.slick-prev.slide-arrow {
  transform: rotate(180deg) translate(0, 50%);
  left: 0;
}

.slick-next.slide-arrow {
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: var(--margin-sec);
}

.slick-dots li button:before {
  font-size: 13px;
  content: "\025cf";
}

.slick-dots {
  bottom: -35px;
}

@media screen and (max-width: 768px) {
  .slick-initialized .slick-slide {
    padding: 0 30px;
  }
}

@media screen and (max-width: 480px) {
  .slick-initialized .slick-slide {
    padding: 0 10px;
  }

  .slick-prev.slide-arrow,
  .slick-next.slide-arrow {
    height: 50px;
  }

  .slick-prev.slide-arrow {
    left: -2%;
  }

  .slick-next.slide-arrow {
    right: -2%;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 60px;
  }
}

/** 患者様の声 */

.accordion {
  position: relative;
}

.accordion-btn {
  bottom: -32px;
  font-weight: 600;
  color: #28b1e6;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  left: 0;
  margin: auto;
  padding: 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.2s;
  width: fit-content;
  z-index: 11;
}

.accordion-text::before {
  bottom: 0px;
  content: "";
  height: 35px;
  position: absolute;
  width: 100%;
  z-index: 10;
  background: #fff;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.49343487394957986) 15%,
      rgba(255, 255, 255, 1) 32%);
}
.accordion-btn::after {
    content: "続きを読む";
    color: #50ac93;
    font-size: 16px;
}
.accordion-text.is-hide {
  height: 100px;
}

.accordion-text {
  overflow: hidden;
  position: relative;
}

.accordion-btn.is-show::after {
  content: "閉じる";
}

.accordion-btn.is-show {
  bottom: -2.3em;
}

.accordion-btn.is-show+.accordion-text::before {
  content: none;
}

/** h2-目次 */

#mokuji-content li br {
  display: none;
}

#mokuji-content {
  background-color: #f8f8f8;
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: clamp(14px, 1.4vw, 16px);
}

#mokuji-content li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

#mokuji-content li:last-child {
  margin-bottom: 0px;
}

#mokuji-content li a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

#mokuji-content li::before {
  content: "\025b6";
  color: #65a9dc;
  font-size: 1em;
  margin-right: 5px;
  display: inline-block;
  text-decoration: none;
}

/** パンくず */
ol.pankuzu {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 10px 10px;
  list-style: none;
  font-size: 0.8em;
  max-width:1000px;
  width:100%;
  margin:0 auto;
}

/** ページャ */

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}

ul.page-numbers {
  margin: 50px 0;
}

.page-numbers li {
  margin-right: 7px;
}

.page-numbers li:last-child {
  margin-right: 0;
}

.page-numbers.current {
  width: 35px;
  height: 35px;
  background-color: var(--light_blue);
  color: #fff;
  border-radius: 5px;
}

a.page-numbers {
  width: 35px;
  height: 35px;
  border: 1px solid var(--light_blue);
  border-radius: 5px;
}

.prev.page-numbers,
.next.page-numbers {
  width: 40px;
  font-size: 0.8rem;
}

/** header */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

header nav {
  height: 90px;
  background-color: #fffffff7;
  padding: 10px;
}

.header_nav {
  height: 18px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  margin: 0 auto;
}

.header_nav li {
  display: flex;
  align-items: center;
  padding: 0 20px;
  /* border-right: 1px solid #fff; */
}

.header_nav li:last-child {
  border-right: none;
}

.header_nav li a {
  font-size: 0.95em;
}

.access_hamburger {
  display: none;
}

.logo_img {
  max-width: 250px;
}

#header_nav_access{
  display: flex;
}

@media screen and (max-width: 970px) {
  .header_nav li{
    padding: 0 10px;
  }
  .header_nav li a {
    font-size: 0.85em;
}
}
@media screen and (max-width: 768px) {
  header {
    height: auto;
  }

  header nav {
    padding: 0;
    height: 65px;
  }

  #header_nav_access{
    display: none;
  }

  .bn_flex_box a {
    width: 100%;
    margin-bottom: 20px;
  }

  .bn_flex_box {
    margin-bottom: 30px;
  }

  .logo_access_hamburger {
    display: flex;
    justify-content: space-between;
    height: 65px;
    padding: 10px 5px;
    background-color: #ffffffeb;
  }

  .access_hamburger {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

  .access_hamburger p {
    font-size: 15px;
    color: #666666;
    line-height: 1.3;
  }

  .sp_access_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
  }

  .sp_access_btn img {
    height: 80%;
    width: auto;
  }

  .hamburger_btn {
    position: relative;
    cursor: pointer;
    width: 38px;
  }

  .hamburger_btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0px;
    height: 3px;
    border-radius: 2px;
    background: #000;
    width: 100%;
    z-index: 1000;
  }

  .hamburger_btn span:nth-of-type(1) {
    top: -2px;
  }

  .hamburger_btn span:nth-of-type(2) {
    top: 11px;
  }

  .hamburger_btn span:nth-of-type(3) {
    top: 23px;
  }

  .hamburger_btn p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    line-height: 1;
  }

  .hamburger_btn.active span:nth-of-type(1) {
    top: 6px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }

  .hamburger_btn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .hamburger_btn.active span:nth-of-type(3) {
    top: 18px;
    left: 0;
    transform: translateY(-6px) rotate(45deg);
    width: 100%;
  }

  /* フェードインのときはこれ */
  #header_nav {
    width: 100%;
    height: 100lvh;
    position: fixed;
    top: 0;
    padding: 120px 30px 30px;
    background-color: #fffffff2;
    z-index: -1;
    display: none;
  }

  .header_nav li {
    padding: 0 20px 10px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }

  .header_nav a::before {
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .header_nav .home::before {
    background-image: url(img/icon_nav_home.png);
    margin-right: 5px;
    width: 1.1em;
    height: 1.1em;
  }

  .header_nav .first::before {
    background-image: url(img/icon_nav_first.png);
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .sejutu_menu::before {
    background-image: url(img/icon_nav_sejutu_menu.png);
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .syoujou::before {
    background-image: url(img/icon_nav_syoujou.png);
    width: 1.3em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .price::before {
    background-image: url(img/icon_nav_price.png);
    width: 1em;
    height: 1em;
    margin-right: 2px;
  }

  .header_nav .voice::before {
    background-image: url(img/icon_nav_voice.png);
    width: 1.3em;
    height: 1.3em;
    margin-right: 2px;
  }

  .header_nav .news::before {
    background-image: url(img/icon_nav_news.png);
    margin-right: 5px;
    width: 1.1em;
    height: 1.1em;
  }

  /* .header_nav {
    width: 80%;
    height: 100lvh;
    position: fixed;
    top: 0;
    padding: 120px 30px 30px;
    background-color: #282828f2;
    z-index: -1;
    right: -120%;
    transition: 0.6s;
  }

  .header_nav ul {
    flex-direction: column;
    height: 100%;
  }

  .header_nav li {
    padding: 10px;
    border-right: none;
  }

  .header_nav li a {
    text-decoration: underline;
  } */

  /* #bg_cover {
    background-color: rgb(140 141 140 / 73%);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  #bg_cover.active {
    visibility: visible;
    opacity: 1;
  } */

  /*
  .header_nav.active {
    right: 0;
  } */
}

@media screen and (max-width: 480px) {
  .access_hamburger p {
    font-size: 13px;
  }

  .sp_access_btn {
    margin-right: 5px;
  }

  .sp_access_btn img {
    height: 70%;
  }

  .hamburger_btn {
    width: 33px;
  }

  .hamburger_btn span:nth-of-type(1) {
    top: 0;
  }

  .hamburger_btn p {
    bottom: 0;
  }

  header nav {
    background-color: transparent;
  }

  .logo_img {
    max-width: 210px;
    margin-right: 10px;
  }
}

/** footer */

.footer_menu_list {
  display: none;
}

@media screen and (max-width: 480px) {
  footer {
    padding-bottom: 50px;
  }

  .footer_menu_list {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
  }
}

/** メニュー */
/*----- 左から_スライドメニュー ------*/
/* メニュー（隠れている部分） */
/*1 {
      width: 80%;
      height: 100%;
      position: fixed;
      top: 0;
      padding: 70px 30px;
      background-color: #fff;
      z-index: 90;
      transform: translateX(-100%);
      transition: 0.6s;
  } */
/* グレーカバー */
/*2 {
      background-color: rgb(140 141 140 / 73%);
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 100;
      transition: 0.3s;
      visibility: hidden;
      opacity: 0;
  } */
/* グレーカバー表示 */
/* 2.open {
      visibility: visible;
      opacity: 1;
  } */
/* メニュー表示 */
/* 1.open {
      transform: translateX(0);
  } */
/*----- 左から_スライドメニュー ------*/

/*----- 下から_スライドメニュー ------*/
/* メニュー（隠れている部分） */
/* 1 {
      background-color: #fff;
      position: fixed;
      bottom: 0;
      transform: translateY(100%);
      transition: 0.6s;
  } */
/* グレーカバー */
/* 2 {
          background-color: rgb(140 141 140 / 73%);
          width: 100%;
          height: 100%;
          position: fixed;
          z-index: 100;
          transition: 0.3s;
          visibility: hidden;
          opacity: 0;
      } */
/* グレーカバー表示 */
/* 2.open {
          visibility: visible;
          opacity: 1;
      } */
/* メニュー表示 */
/* 1.open {
          transform: translateY(0);
      } */
/*----- 下から_スライドメニュー ------*/
/** TOPへ戻る */
.pagetop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 100;
}

.pagetop span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #52aa92;
  border: #fff 1px solid;
  font-size: 20px;
  font-weight: 600;
  padding: 0 0 7px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}

.pagetop span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(-45deg) translate(-15%, -57%);
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 480px) {
  .pagetop {
    bottom: 90px;
    z-index: 100;
  }

  .pagetop span {
    width: 55px;
    height: 55px;
    font-size: 18px;
    padding: 0 0 6px;
  }
}

@media screen and (max-width:768px){

  .pagetop{
    bottom: 125px;
  }

  .pagetop span{
    width: 45px;
    height: 45px;
    font-size: 16px;
    padding: 0 0 5px;
  }

  .pagetop span::before{
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg) translate(-10%, -60%);
  }

}

/** TOP */
/*
 * .top.key::after {
  content: "";
  display: block;
  width: 50%;
  height: 100px;
  margin: var(--margin-m) 0;
  border-right: 1px solid;
}
*/
.yazirusi {
  position: relative;
  width: 100px;
  margin: 8% 46%;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
.yazirusi {
width: 100px;
margin: 10% 45%;
}
}
@media screen and (max-width: 480px) {
.yazirusi {
width: 50px;
margin: 15% 43%;
}

	 .pagetop{
    bottom: 80px;
  }
}

.line01 {
  height: 1px;
  background-color: #000;
}
.line02 {
  position: absolute;
  top: 0;
  right: 0;
  transform-origin: right bottom;
  width: 20px;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
}

h1.top {
  text-align: center;
  font-weight: bold;
    background: #2cae6a;
    color: #fff;
    width: 80%;
    margin: 0 auto 1%;
    line-height: 2;
}
}

.onayami_list {
  flex-wrap: wrap;
  margin-bottom: var(--margin-m);
}

.onayami_list li {
  height: 200px;
  width: 24%;
  margin-bottom: var(--margin-s);
}

.onayami_list li a {
  display: block;
  height: 100%;
  background-color: var(--gray);
}

.under_arrow_img_box {
  max-width: 230px;
  margin: var(--margin-sec) auto;
}

.appeal_img_box {
  max-width: 800px;
  margin: 0 auto;
}

.menu_list {
  flex-wrap: wrap;
  margin-bottom: var(--margin-sec);
}

.menu_list li {
  height: 200px;
  width: 24%;
  margin-bottom: var(--margin-s);
}

.menu_list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: var(--gray);
  padding: var(--margin-s);
}

.slick_list.voice dl {
  padding: 0 7px;
}

.slick_list.voice .img {
  width: 100%;
  height: 300px;
  margin-bottom: var(--margin-s);
  display: flex;
  justify-content: center;
}

.slick_list.voice .img img {
  width: auto;
  height: 100%;
}

.slick_list.voice .text {
  word-break: break-all;
}

.slick_list.voice .personal_info {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: var(--margin-s);
}

.slick_list.voice .personal_info div {
  margin-right: var(--margin-m);
  margin-bottom: var(--margin-s);
}

.slick_list.voice .personal_info div:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.slick_list.voice .light_blue_title {
  margin-bottom: var(--margin-s);
	text-align: center;
}

.archive .tab_contens_box,
.top .tab_contens_box {
  margin-bottom: var(--margin-sec);
}

.archive .tab_all_contents_box article,
.top .tab_all_contents_box article {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px dashed;
  margin-bottom: var(--margin-m);
}

.archive .tab_all_contents_box article:last-child,
.top .tab_all_contents_box article:last-child {
  margin-bottom: 0;
}

.archive .item_title,
.top .item_title {
  margin-left: var(--margin-m);
}

.page_under_contents_sec {
  padding: var(--margin-sec) var(--margin-s);
}

.page_under_contents_sec .address_box {
  margin-bottom: var(--margin-s);
}

.page_under_contents_sec p {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  h1.top {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .top.key::after {
    height: 60px;
  }

  h1.top {
    font-size: 20px;
    width: 100%;
    margin: 0 auto 3%;
    line-height: 2;
  }

  .onayami_list li {
    height: 130px;
    width: 48.5%;
  }

  .under_arrow_img_box {
    max-width: 180px;
  }

  .menu_list li {
    height: 130px;
    width: 48.5%;
  }

  .slick_list.voice dl {
    padding: 0 10px;
  }

  .archive .tab_contens_box,
  .top .tab_contens_box {
    font-size: 16px;
  }

  .archive .tab_all_contents_box article,
  .top .tab_all_contents_box article {
    flex-direction: column;
  }

  .top .item_title {
    margin-left: 0;
  }
}

/** 最新情報一覧 */

/* .item_list {
  width: 32%;
}

.item_list a {
  text-decoration: underline;
}

.archive_tab a {
  display: block;
  color: #fff;
  padding: 6px 20px;
  font-size: 0.9em;
}

.archive .tab_contens.active {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
  border: #000 solid 1px;
  padding: 20px;
}

.archive .item_list {
  margin-right: 2%;
  margin-bottom: 3%;
}

.archive .item_list:nth-child(3n) {
  margin-right: 0;
}

.item_title {
  font-size: 1.2em;
  /* font-weight: 600; */
}

.item_img {
  height: 150px;
  background-color: #bf1a20;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.item_img img {
  object-fit: contain;
}

.cat_name {
	display: flex;
	padding: 2px 10px;
	background-color: #49c0b9 !important;
	color: #fff;
	border-radius: 50px;
	font-size: 15px;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
}

/*
.item_list .motto {
  display: flex;
  justify-content: flex-end;
  font-weight: 600;
	position:relative;
}
*/

.item_list .motto {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  justify-content: flex-end;
  font-weight: 600;
	position:relative;
  max-width: 360px;
  margin: 0 auto;
  position: relative;
  padding-right: 35px;
  font-size: 20px;
	color: #2cae6a;
font-weight: bold;
border-radius: 10px;

}

.item_list .motto::after {
  content: "";
  background-image: url(https://ayashi.koyo-ad.com/wp-content/uploads/icon_arrow_green.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  flex: none;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}






.item_date_cat {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .item_list {
    width: 48%;
  }

  .archive .item_list:nth-child(3n) {
    margin-right: 2%;
  }

  .archive .item_list:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .item_date_cat {
    margin-bottom: 5px;
  }
}


/** 投稿詳細ページ */
.date_cat {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.single_date {
  margin-right: 10px;
}

.date_cat .tab_list {
  margin-bottom: 0;
}

.date_cat .cat_name a {
  padding: 2px 20px;
  font-size: 0.8em;
}

.single_img_lead {
  display: flex;
  justify-content: space-between;
}

.single_img_lead,
.field_content {
  margin-bottom: 50px;
}

.single_img {
  width: 30%;
}

.single_text {
  width: 68%;
}

.field_content img {
  width: auto;
  max-width: 500px;
}

.field_content:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 570px) {
  .single_img_text {
    margin-bottom: 40px;
  }

  .field_content img {
    width: auto;
    max-width: 100%;
  }

  .field_content .alignleft,
  .field_content .alignright {
    max-width: 60%;
  }
}

@media screen and (max-width: 480px) {
  .single_img_lead {
    flex-direction: column;
  }

  .single_img,
  .single_text {
    width: 100%;
  }

  .single_img {
    margin-bottom: 10px;
  }

  .single_img_lead,
  .field_content {
    margin-bottom: 30px;
  }
}

/** はじめての方へ */
.key-first {
  padding-bottom: 50px;
}

.first_flow_list {
  padding: 30px 0;
  counter-reset: number 0;
  max-width: 800px;
}

.first_flow_list li {
  background-color: #fff;
  padding: 20px;
  box-shadow: 2px 3px 3px #8fc0e8;
  margin-bottom: 60px;
}

.first_flow_list li .img {
  margin-bottom: var(--margin-s);
}

.first_flow_list li .text h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: var(--margin-s);
  display: flex;
  align-items: center;
}

.first_flow_list li .text h3:before {
  counter-increment: number 1;
  content: counter(number);
  font-size: 1.2em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: var(--light_blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

@media screen and (max-width: 480px) {
  .first_flow_list li {
    margin-bottom: 30px;
  }
}

/** よくあるご質問 */
#qa_motto {
  margin-top: 40px;
  cursor: pointer;
}

.qa_list dt {
  margin-left: 15px;
  padding: 10px;
  padding-left: 2.4em;
  padding-right: 30px;
  display: flex;
  align-items: center;
  background-color: #fcecdf;
  position: relative;
  margin-bottom: var(--margin-s);
  cursor: pointer;
}

.qa_list dt:before {
  content: "Q";
  font-weight: 600;
  font-size: 1.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #f19049;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: -15px;
  top: 0;
}

.qa_list dt::after {
  content: "\025bc";
  font-size: 1em;
  color: #f19049;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.qa_list dt.open::after {
  transform: rotate(180deg) translate(0, 50%);
}

.qa_list dd {
  margin-left: 15px;
  padding: 10px;
  padding-left: 2.4em;
  display: flex;
  align-items: center;
  background-color: #d2e8fd;
  position: relative;
  margin-bottom: var(--margin-s);
  display: none;
}

.qa_list dd:before {
  content: "A";
  font-weight: 600;
  font-size: 1.6em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background-color: #49a0f0;
  border: 2px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  position: absolute;
  left: -15px;
  top: 0;
}

/** 6つの特徴 */
.features_list {
  padding: 30px 0 0;
  counter-reset: number 0;
  max-width: 800px;
}

.features_list li {
  margin-bottom: 60px;
}

.features_list li:last-of-type {
  margin-bottom: 0px;
}

.features_list li .img {
  margin-bottom: var(--margin-s);
}

.features_list li .text h3 {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: var(--margin-s);
  display: flex;
  align-items: center;
}

.features_list li .text h3:before {
  counter-increment: number 1;
  content: "特徴" counter(number);
  font-size: 0.8em;
  padding: 3px 10px;
  background-color: var(--light_blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  .features_list li {
    margin-bottom: 30px;
  }
}

/* 院長挨拶 */
.greeting_sec .img {
  max-width: 700px;
  margin: 0 auto;
}

.greeting_sec .img,
.greeting_sec .text {
  margin-bottom: var(--margin-s);
}

/** スタッフ紹介 */
.slick_list.staff {
  margin-top: 20px;
}

.slick_list.staff li {
  padding: 0 10px;
}

.slick_list.staff .img {
  width: 100%;
  height: 300px;
  margin-bottom: var(--margin-s);
}

.slick_list.staff .img img {
  height: 100%;
}

.slick_list.staff .text p,
.slick_list.staff .text,
.slick_list.staff .qualification,
.slick_list.staff .name {
  margin-bottom: var(--margin-m);
}

.slick_list.staff .qualification,
.slick_list.staff .name {
  width: 49%;
  text-align: center;
}

.slick_list.staff .text p {
  word-wrap: break-word;
}

.slick_list.staff .text h3 {
  text-align: center;
}

@media screen and (max-width: 480px) {

  .slick_list.staff .qualification,
  .slick_list.staff .name {
    width: 100%;
  }
}

/** 身体のプロからもご推薦いただいております */
.recommend_img_text {
  margin-bottom: var(--margin-sec);
}

.recommend_img_text h3 {
  font-weight: 600;
}

.recommend_img_text dt {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}

.recommend_img_text .img {
  float: left;
  max-width: 370px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.free_area_content_sec::after,
.syoujou_subtitle_contents::after,
.recommend_img_text:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 480px) {
  .recommend_img_text h3 {
    font-size: 18px;
  }

  .recommend_img_text .img {
    float: none;
    max-width: 250px;
    margin: 0 auto 15px;
  }
}

/** 施術メニュー */
.sejutu_menu_img_lead .contents_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sejutu_menu_img_lead .img {
  flex: none;
  max-width: 300px;
  border: 1px solid var(--gray);
  margin: 0 20px;
}

.free_area_content_sec {
  margin-bottom: 30px;
}

.free_area_content_sec:last-child {
  margin-bottom: 0px;
}

.user_contents .motto_blue_btn::after,
.sejutu_menu_img_lead .motto_blue_btn::after {
  transform: rotate(30deg);
}

@media screen and (max-width: 480px) {
  .sejutu_menu_img_lead .contents_area {
    flex-direction: column;
  }

  .sejutu_menu_img_lead .img {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

/** 施術メニュー 一覧 */
.sejutu_menu_img_lead .img_lead.flex_sb_c {
  align-items: flex-start;
  margin-bottom: 20px;
}

.visit_sec .light_blue_text.title {
  font-weight: 600;
  display: block;
}

.visit_sec .text,
.visit_sec .img {
  margin-bottom: 10px;
  margin-right: 10px;
}

.visit_sec .img {
  flex: none;
  max-width: 300px;
}

.visit_sec .visit_contents dd {
  margin-bottom: 40px;
}

.visit_sec .visit_contents {
  margin-bottom: 60px;
}

.visit_sec .price_contents .text {
  text-align: center;
}

.visit_flow_list .flex_sb_c {
  justify-content: flex-start;
  align-items: center;
}

.visit_flow_list .sb .flex_sb_c {
  justify-content: space-between;
}

.visit_flow_list li {
  margin-bottom: 30px;
}

.visit_flow_list .img_title {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-right: 10px;
  flex: none;
  width: 100%;
  max-width: 180px;
}

.visit_flow_list .img_title img {
  margin-bottom: 10px;
}

.visit_flow_list .img_title .title {
  color: #b57bdd;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 480px) {
  .visit_flow_list .img_title .title {
    margin-bottom: 10px;
  }

  .visit_sec .visit_contents {
    margin-bottom: 40px;
  }

  .visit_sec .visit_contents dd {
    margin-bottom: 20px;
  }

  .visit_sec .img {
    max-width: 100%;
  }

  .visit_sec .text,
  .visit_sec .img {
    margin-right: 0;
  }
}

/** 症状のページ　詳細 */

.syoujou_subtitle_contents {
  margin-bottom: 20px;
}

.syoujou_subtitle_contents:last-of-type {
  margin-bottom: 0px;
}

.single_syoujou h3 {
  border-left: 5px solid #59b3a2;
  color: #50ac93;
  padding-left: 5px;
  line-height: 1.1;
  font-weight: 600;
  margin-bottom: 10px;
}

.single_syoujou .tel_web_sec {
  padding: var(--margin-sec) 0;
}

.single_syoujou .syoujou_sejutu_sec {
  margin-bottom: 0;
}

.img_check_list_sec {
  margin-bottom: 20px;
}

.img_check_list_sec .contents_area {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.img_check_list_sec .img {
  width: 33%;
  max-width: 350px;
  margin-right: 20px;
  flex: none;
  border: solid 1px var(--gray);
}

.img_check_list_sec .title_list {
  width: 70%;
}

.single_sejutu_menu mark,
.single_syoujou mark {
  background:linear-gradient(transparent 60%, yellow 60%);
}

@media screen and (max-width: 480px) {
  .single_syoujou {
    font-size: 0.85em;
  }

  .single_syoujou p {
    line-height: 2rem;
  }

  .img_check_list_sec {
    margin-bottom: 10px;
  }

  .img_check_list_sec .contents_area {
    flex-direction: column;
    justify-content: center;
  }

  .img_check_list_sec .title_list,
  .img_check_list_sec .img {
    width: 100%;
    max-width: 100%;
  }

  .img_check_list_sec .img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/** 症状のページ　一覧 */
.tab_list {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.tab_list li {
  width: calc(100% / 4 - 10px);
  margin: 0 4px 8px;
}

.tab_list a {
  color: #fff;
  font-weight: 600;
  display: flex;
  padding: 14px 18px;
  align-content: center;
  justify-content: center;
  border: solid 1px rgb(20, 143, 229);
  background: var(--light_blue);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  text-shadow: 0px 0px 4px #106ead;
}

.syoujou_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.syoujou_list li {
  width: calc(100% / 3 - 10px);
  margin: 0 4px 8px;
  position: relative;
  border: 1px solid var(--light_blue);
  height: 250px;
  overflow: hidden;
}

.syoujou_list li img {
  height: 100%;
  object-fit: cover;
}

.syoujou_list li span {
  display: flex;
  width: 100%;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  background-color: var(--light_blue);
  color: #fff;
  text-shadow: 0px 0px 4px #106ead;
  position: absolute;
  bottom: 0;
}

/* カスタムフィールドのリストタグ追加 */
.syoujou_feature_block__text ul {
  list-style: disc;
  margin: 1em 0 1em 1.5em;
  padding-left: 1.5em;
}

.syoujou_feature_block__text ol {
  list-style: decimal;
  margin: 1em 0 1em 1.5em;
  padding-left: 1.5em;
}

.syoujou_feature_block__text li {
  margin-bottom: 0.5em;
}

/* カスタムフィールドのコンテンツ用 */
.syoujou_feature_block__text .care_content{
        background-color: #e8f9f3;
    display: inline-block;
    padding: 10px;
    margin: 10px 0px 10px 0px;
    border: #59b3a2 solid 1px;
}

.syoujou_feature_block__text h2{
    margin: 0 0 18px;
    padding: 12px 16px;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    background: #75c4a6;
    border-left: 5px solid #219877;
    color: #fff;
}

.syoujou_feature_block__text h4{
    font-size: 16px;
    color: #50ac93;
    border-bottom: 2px solid #75c4a6;
    margin-bottom: 5px;
}

.syoujou_feature_block__text h5{
    color: #50ac93;
    font-size: 16px;
    margin-bottom: 5px;
}




@media screen and (max-width: 480px) {
  .tab_list li {
    width: calc(100% / 2 - 10px);
  }

  .syoujou_list li {
    width: calc(100% / 2 - 8px);
    height: 170px;
  }

  .syoujou_list li span {
    padding: 10px;
    font-size: 0.8em;
    line-height: 1.3;
  }
}

/** 料金ページ */
/* h2#heading0 {
  display: none;
} */

.price_style {
  margin-bottom: 60px;
}

.price_style h2 {
  margin-top: 60px;
  margin-bottom: 30px;
}

h3.menu_tittle {
  padding: 0.25em 0.5em;
  background: #ffff;
  border-left: solid 5px #009ad2;
}

h4.othermenu_tittle {
  border-bottom: solid 1px black;
  margin-top: 30px;
}

@media screen and (max-width: 480px) {
  .price table span {
    font-size: 12px;
  }

  .price table {
    font-size: 16px;
  }
}

.price table {
  width: 100%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.price table th {
  width: 50%;
  font-weight: 700;
  color: #fff;
  background-color: #009ad2;
}

.price_hoken table th {
  width: 20%;
}

.price table th,
.price table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #c3c3c3;
}

td.setumei {
  background: azure;
}

.price_page {
  padding: 0.2rem;
  margin-bottom: 0.2rem;
  text-align: center;
}

.underline_yellow {
  background: linear-gradient(transparent 60%, #fffe03 60%);
}

/** アクセスページ 共通*/
.accsess_style {
  margin: 50px 0;
}

.accsess_style h2 {
  font-weight: 700;
  margin-bottom: 20px;
}

.accsess_style h4 {
  font-weight: 700;
  margin-bottom: 10px;
}

.accsess_style p {
  margin-bottom: 20px;
  font-size: 14px
}

.accsess_style i {
  color: #197fc2;
  margin-right: 0.5em;
}

/** アクセスページ 上部*/
.accsess_info_wrap {
  display: flex;
  justify-content: center;
}

.accsess_map {
  width: 50%;
  margin-right: 30px;
}

.accsess_map iframe {
  width: 100%;
  margin-bottom: 20px
}

/** アクセスページ 駐車場について*/
.accsess_parking {
  margin-top: 100px;
}

.accsess_parking_wrap {
  display: flex;
  justify-content: center;
}

.accsess_parking_map {
  width: 50%;
  margin-right: 30px;
}

.lin_yellow {
  background-color: #fffd6b;
  background: linear-gradient(transparent 70%, #fffd6b 70%);
}

.parking_info_img {
  display: flex;
  max-width: 100%;
  margin-bottom: 20px;
}

.accsess_parking_info a {
  color: blue;
  text-decoration: underline;
}

.accsess_parking_map img {
  border: solid 5px #03A9F4;
}

/** アクセスページ レスポンシブ*/
@media screen and (max-width: 768px) {
  .accsess_info_wrap {
    flex-wrap: wrap;
  }

  .accsess_map {
    width: 100%;
    padding: 0px;
    margin-right: 0;
  }

  .accsess_parking_wrap {
    flex-wrap: wrap;
  }

  .accsess_parking_map {
    width: 100%;
    padding-right: 0px;
    margin: 20px 0;
  }

  .accsess_style {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .accsess_map iframe {
    height: 350px;
  }
}

/** お喜びの声一覧 */
.voice_list li {
  margin-bottom: 50px;
}

.voice_list li:last-of-type {
  margin-bottom: 0px;
}

.voice_archive_img_personal_info {
  margin-bottom: var(--margin-m);
}

.voice_archive_img_personal_info .img {
  width: 55%;
  max-height: 300px;
  overflow: hidden;
  border: gray solid 1px;
}

.voice_archive_img_personal_info .personal_info {
  width: 44%;
}

.voice_archive_img_personal_info .personal_info div {
  margin-bottom: var(--margin-s);
}

.voice_list .light_blue_title {
  font-size: 20px;
  margin-bottom: var(--margin-s);
}

.voice_note{
  font-size: 13px;
  margin: 10px 0;
}

@media screen and (max-width: 480px) {
  .voice_list li {
    margin-bottom: 30px;
  }

  .voice_archive_img_personal_info {
    margin-bottom: var(--margin-s);
  }

  .voice_archive_img_personal_info .personal_info,
  .voice_archive_img_personal_info .img {
    width: 100%;
  }

  .voice_archive_img_personal_info .img {
    margin-bottom: var(--margin-s);
  }

  .voice_archive_img_personal_info .personal_info {
    display: flex;
    flex-wrap: wrap;
  }

  .voice_archive_img_personal_info .personal_info div {
    margin-right: var(--margin-s);
  }

  .voice_archive_img_personal_info .personal_info div:last-of-type {
    margin-bottom: 0;
  }

}

/** 交通事故施術 */

.jiko_contents,
.jiko_onayami,
.jiko_sejyutu_flow,
.jiko_bn_area{
    margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
.jiko_contents,.jiko_onayami,
.jiko_sejyutu_flow,.jiko_bn_area{
margin-bottom: 60px;
}
}

@media screen and (max-width: 480px){
.jiko_contents,
.jiko_onayami,
.jiko_sejyutu_flow,
.jiko_bn_area{margin-bottom: 48px;
}
}

@media screen and (min-width: 767px) {
.jiko_sejyutu_flow{
    max-width: 70%;
    margin: 0 auto;
	}
}

.jiko_box {
    margin-bottom: 48px;
}


.accident_img {
  margin-bottom: 20px;
}

p.ttl_sub_text {
    line-height: 0.7;
}


li.jiko_onayami {
    position: relative;
    text-indent: 2em;
    font-weight: bold;
    line-height: 2.2;
    font-size: 16.5px;
    list-style: none;
    text-align: left;
    padding-left: 5px;
	padding-right: 5px;
    border: 1px solid #2cae6a;
    margin: 0 0 -1px;
	background: #eef2f5;
}

.jiko_onayami:before {
width: 16px;
    height: 16px;
    background: #ffffff;
    border: 1px solid #2cae6a;
    left: 10px;
    top: 7px;
}

.jiko_onayami:before,
.jiko_onayami:after {
    content: "";
    display: block;
    position: absolute;
}

.jiko_onayami:after{
border-left: 2px solid #2cae6a;
    border-bottom: 2px solid #2cae6a;
    width: 18px;
    height: 5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 15px;
    top: 8px;
}

.triangle_box{
background: var(--light_blue);
    height: calc(60px / 2);
    width: 150px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: 20px auto;
}

@media screen and (min-width: 960px){
.accident_img {
    margin-bottom: 10px;
    float: left;
    margin-right: 20px;
    width: 50%;
}
.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
}

.jiko_sejyutu_flow_item {
    position: relative;
    margin-bottom: 48px;
}

.jiko_sejyutu_flow_text {
    width: 100%;
    position: absolute;
	bottom:-2.5em;
	color:#fff;
	display: flex;
    justify-content: center;
    align-items: center;
}

    .jiko_sejyutu_flow_text p {
        background-color: rgba(44, 174, 106, 0.9);
        width: 70%;
        padding: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

@media screen and (max-width: 480px){
	    .jiko_sejyutu_flow_text p {
        background-color: rgba(44, 174, 106, 0.9);
        width: 95%;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
		font-size:15px;
    }

}



p.jiko_onayami_text {
    background: var(--light_blue);
    padding: 20px;
    margin-bottom: 20px;
	color:#fff;
	text-align:center;
}

h3.jiko_sejyutu_flow_list_ttl {
    font-weight: 700;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
}

span.circle {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2cae6a;
    margin-right: 10px;
}

span.icon_flow_number {
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    width: 70px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 70px;
    margin-right: 10px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}

ol.jiko_sejyutu_flow_list li {
    margin-bottom: 100px;
}

@media screen and (min-width: 480px){
ol.jiko_sejyutu_flow_list li {
    margin-bottom: 56px;
	}

	.triangle_box {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #2cae6a;
    height: calc(60px / 2);
    width: 150px;
    margin: 30px auto;
}

	h3.jiko_sejyutu_flow_list_ttl {
    font-weight: 700;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
    margin-top: 30px;
}
	h3.jiko_sejyutu_flow_list_ttl {
    font-weight: 700;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
    margin-top: 30px;
}
	}


	@media screen and (min-width: 767px){
ol.jiko_sejyutu_flow_list li {
    margin-bottom: 72px;
		}
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}
}

.triangle_box.m_10 {
    margin: 10px auto;
}

@media screen and (max-width: 480px){
	.triangle_box.m_10 {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #2cae6a;
    height: calc(60px / 2);
    width: 150px;
    margin: -30px auto;
}

	h3.jiko_sejyutu_flow_list_ttl {
    font-weight: 700;
    display: flex;
    margin-bottom: 10px;
    position: relative;
    align-items: center;
    margin-top: 30px;
}
	}

.traffic_accident_style h2 {
    color: var(--light_blue);
	margin:0 0 30px 0;
}

.traffic_accident_style h3 {
    margin-bottom: 20px;
}

p.jiko_contents_read {
    margin-bottom: 30px;
}

		.br-sp{
			display:none;
		}

		@media only screen and (max-width: 480px){
			.br-sp{
			display:block;
			}
			}

span.ttl_sub{
position: relative;
    font-size: 15px;
    color: #333;
    padding: 0 12px;
}

.ttl_sub:before,
.ttl_sub:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #333;
}

.ttl_sub:before {
    left: 0;
}

.ttl_sub:after {
    right: 0;
}

.traffic_accident_style h2.mg_0 {
    margin: 0;
    line-height: 0.7;
}

@media screen and (max-width: 480px)
{

.underline_gray_title .mg_0 {
font-size:20px;
}

	li.jiko_onayami {
    position: relative;
    font-weight: bold;
    font-size: 16.5px;
    list-style: none;
    text-align: left;
    border: 1px solid #2cae6a;
    margin: 0 0 -1px;
    background: #f3fdf7;
	line-height:1.8;
    padding: 5px;
    text-indent: -0.1rem;
    padding-left: 40px;
}
}

ul.jiko_onayami_list.m_20,
.jiko_onayami_text_item.m_20{
margin-bottom:20px;
}

.sp{ display: none;}
@media screen and (max-width: 425px){
.sp{
	display:block;
}
}