@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

:root {
  --color-bk: #4c2613;
  --color-yellow: #F9DB00;
  --color-cream: #fffae5;
  --color-orange: #f58e47;
  --color-green: #52bd72;
  --color-blue: #3285C0;
  --color-gray: #f2f2f2;
  --color-red: #b82321;

  --color-store: #97404a;

  --color-txt-bk: #253047;
  --color-txt-yellow: #F9DB00;
  --color-txt-orange: #f8b81d;
  --color-txt-blue: #19C4CE;

  --color-bg-cream: #F7F4ED;
  --color-bg-yellow1: #fff7c0;
  --color-bg-yellow2: #fffbe2;
  --color-bg-blue: #e5f9fa;

  --ff-normal: "Urbanist", "Noto Sans JP", sans-serif;
  --ff-normal: "arial", "Noto Sans JP", sans-serif;
  --ff-noto: "Noto Sans JP", sans-serif;
  --ff-maru: "Zen Maru Gothic", sans-serif;
}

* {
  color: var(--color-bk);
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }

  /* ヘッダー エリア */
  #header_in {
    width: 90vw;
  }
}

@media screen and (max-width: 1400px){
    #header_in{
      width: 1250px;
    }
}

@media screen and (min-width: 769px) {
  #header_in .inner_left {
    width: 25.42372881%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  #header_in .inner_left ul {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0;
  }

  #header_in .inner_left ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left ul li:first-child {
    /*  margin-bottom: 5px;*/
  }

  #header_in .inner_left ul li .description {
    font-family: var(--ff-normal);
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
    margin-bottom: 10px;
  }

  #header_in .inner_left ul li img {
    /*  width: 100%;*/
    width: 280px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left ul li a:hover img {
    transition: 1.0s;
    opacity: 0.7;
  }

  #header_in .inner_right {
    width: 50.84745762%;
    height: auto;
    margin: 0;
    padding-top: 5px;
    float: right;
  }

  #header_in .inner_right ul {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--color-bk);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_in .inner_right ul li {
    width: 33.33333333%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_right ul li:first-child {
    width: 28.33333333%;
  }

  #header_in .inner_right ul li a {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 5px 0 7px 0;
    background-color: var(--color-orange);
    border-radius: 40px;
    display: block;
  }

  #header_in .inner_right ul li:last-child a {
    background-color: var(--color-green);
    border-radius: 40px;
  }

  #header_in .inner_right ul li a span {
    font-family: var(--ff-normal);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin-bottom: 2px;
    display: block;
  }

  #header_in .inner_right ul li:first-child a {
    font-size: 24px;
    letter-spacing: 0.04em;
    color: var(--color-bk);
    padding: 0;
    background: none;
  }

  #header_in .inner_right ul li:first-child a span {
    font-size: 12px;
    letter-spacing: 0;
    background: #4c261345;
    color: var(--color-bk);
    padding: 5px 0;
  }

  #header_in .inner_right ul li a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  #header_in .inner_right p {
    font-family: var(--ff-normal);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
  }

  #header_in .inner_nav {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 15px;
    display: table;
  }

  #header_in .inner_nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_in .inner_nav ul li {
    width: 20%;
    height: auto;
    margin: 0;
    padding: 0;
    border-right: 1px solid var(--color-bk);
    border-left: none;
  }

  #header_in .inner_nav ul li:first-child {
    border-right: 1px solid var(--color-bk);
    border-left: 1px solid var(--color-bk);
  }

  #header_in .inner_nav ul li a {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
    margin: 0;
    padding: 5px 0;
    display: block;
  }

  #header_in .inner_nav ul li a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

/* PC：ロゴ+エリア名を横並びに */
#header .inner_left a {
  display: flex;
  align-items: center;
text-decoration: none;
}

/* SP：ロゴ+エリア名を横並びに */
.nav .logo a {
  display: flex;
  align-items: center;
}

.header_area_name {
  display: inline-block;
  margin-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: var(--color-store);
  white-space: nowrap;
  font-family: var(--ff-normal);
}

.nav .logo .header_area_name {
  margin-left: 0.5rem;
  font-size: 15px;
}
  /* メインヴィジュアル エリア */

  #main_visual {
    width: 100%;
    height: auto;
    background: #fff6ef url(http://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/08/main-pic.webp);
    background-repeat: no-repeat;
    background-size: 78%;
    background-position: top right;
  }
}
@media screen and (max-width: 1600px){
    #main_visual{
      background-size: cover;
    }
  }

@media screen and (min-width: 769px) {

  #main_visual * {
    font-family: var(--ff-normal);
  }

  #main_visual_in {
    width: 90vw !important;
    max-width: 1350px;
    margin: 0 auto;
  }

  .mv_toyou {
    padding: 5rem 0 1rem;
    font-size: clamp(1.25rem, 1.75vw, 2.25rem);
    font-weight: 700;
    width: fit-content;
    background: url(../../uploads/2025/09/wave-y.png) no-repeat left bottom / contain;
    margin-bottom: 1rem;
  }

  .mv_comment {
    margin: 0 0 75px;
  }

  .mv_comment .mv_comment_txt1 {
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 5px;
  }

  .mv_comment .mv_comment_txt1 strong {
    color: var(--color-red);
  }

  .mv_comment .mv_comment_txt1 strong span {
    color: var(--color-red);
    font-size: 78px;
    position: relative;
    letter-spacing: 4px;
    font-weight: 900;
  }

  .mv_comment .mv_comment_txt1 strong span:before {
    content: "";
    display: block;
    width: 0.9rem;
    height: 0.9rem;
    background: var(--color-red);
    border-radius: 50%;
    position: absolute;
    top: -0.25rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv_comment .mv_comment_txt2 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 900;
    background-color: var(--color-red);
    color: #fff;
    width: fit-content;
    line-height: 1.2;
    margin-bottom: 0;
  }

  .mv_comment .mv_comment_txt2 span {
    font-size: 80px;
    color: #fff;
    font-weight: 900;
  }

  .mv_comment .mv_comment_txt3 {
    font-size: 70px;
    letter-spacing: 1px;
    font-weight: 900;
    margin-bottom: 15px;
  }

  .mv_point {
    display: flex;
    justify-content: space-between;
  }

  .mv_point .mv_pt_item {
    flex-basis: 30%;
    background: #fff;
    border-radius: 2rem;
    padding: 3.5rem 2rem 0.5rem;
    margin-bottom: 2rem;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }

  .mv_point .mv_pt_item p {
    text-align: center;
    font-size: 30px;
    color: var(--color-orange);
    font-weight: 800;
height: 100px;
        justify-content: center;
/*        display: grid;*/
    }

  .mv_point .mv_pt_item p span {
    font-size: 1rem;
    display: block;
    text-align: center;
	margin-bottom: 0.5rem;
    font-weight: 600;
  }

  .mv_point .mv_pt_item .mv_pt_c {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 5rem;
    height: 5rem;
    background: var(--color-bk);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 0.7rem;
    line-height: 1;
  }

  .mv_point .mv_pt_item .mv_pt_c span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2rem;
  }



  /* パンくずリスト エリア */
  #breadcrumb {
    width: 1180px;
    margin: 0 auto;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  .cases-template-default #breadcrumb,
  .page-template-default #breadcrumb {
    display: none;
  }

  /* コンテンツ エリア */
  #content h1 {
    font-family: var(--ff-normal);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-red);
    margin-bottom: 35px;
    padding: 1em 0.5em;
    border-radius: 5px;
    border: 2px solid;
  }

  #content h2 {
    font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 600;
    line-height: 1.0em;
    color: #ffffff;
    margin-bottom: 30px;
    padding: 0.4em 0.4em 0.5em 1.5em;
    position: relative;
    background-color: var(--color-orange);
  }

  /*
#content h2::before {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent;
  border-right-color: var(--color-bk);
}*/

  #content h3 {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: 600;
    line-height: 1.0em;
    color: #666666;
    margin-bottom: 20px;
    padding: 0.6em 0.4em 0.65em 0.8em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: solid 8px var(--color-store);
  }

  #content h4,
  #content h5,
  #content h6 {
    font-family: var(--ff-normal);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.0em;
    color: #666666;
    margin-bottom: 20px;
    padding-left: 1.5em;
    position: relative;
  }

  #content h4::before,
  #content h5::before,
  #content h6::before {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: 8px;
    bottom: 5px;
    border-radius: 50%;
    background-color: #596bb3;
    display: block;
  }

  #content h4::after,
  #content h5::after,
  #content h6::after {
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 50%;
    background-color: #596bb3;
    display: block;
  }

  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 続きを読む エリア */
  a.more-link {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    display: block;
  }

  a.more-link:hover {
    text-decoration: underline;
  }

  a.more-link:link,
  a.more-link:active,
  a.more-link:visited,
  a.more-link:hover {
    color: #dc143c;
  }

  /* ページトップ エリア */
  p.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  p.pagetop a {
    width: 40px;
    height: 40px;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #ffffff;
    background-color: var(--color-bk);
    border: 1px solid #ffffff;
    display: block;
  }

  p.pagetop a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  /* フッター エリア */
  #footer_in {
    background: var(--color-cream);
  }

  #footer_in .footer_contact {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 50px 0 80px;
    display: table;
  }

  #footer_in .footer_contact .inner_top {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footer_in .footer_contact .inner_top .right {
    width: 46.61016949%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .footer_contact .inner_top .right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .footer_contact .inner_top .left {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  #footer_in .footer_contact .inner_top .left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .footer_contact .inner_top .left ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child {
    margin-bottom: 20px;
    text-align: center;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child a {
    color: var(--color-store);
    font-family: var(--ff-normal);
    font-weight: 700;
    text-decoration: none;
  }

  #footer_in .footer_contact .inner_top .left ul li:last-child {
    margin: 0 0 20px 0;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child img {
    width: 225px;
    height: auto;
    margin: 0 auto 10px;;
    padding: 0;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child a:hover img {
    transition: 1.0s;
    opacity: 0.7;
  }

  #footer_in .footer_contact .inner_top .left ul li p {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
  }

  #footer_in .footer_contact .time {
    background: #fff;
    border-radius: 30px;
    padding: 10px 40px 20px 30px;
  }

  #footer_in .footer_contact .time table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
  }

  #footer_in .footer_contact .time table tr {
    height: 3.5rem;
    border-bottom: 1px solid var(--color-bk);
  }

  #footer_in .footer_contact .time table tr th,
  #footer_in .footer_contact .time table tr td {
    font-family: var(--ff-noto);
    text-align: center;
  }

  #footer_in .footer_contact .time table thead td {
    width: 5%;
    font-family: var(--ff-noto);
    text-align: center;
  }

  #footer_in .footer_contact .time table .donichi {
    width: 15%;
    font-size: 16px;
  }

  #footer_in .footer_contact .time table thead th {
    width: 15%;
  }



  #footer_in .footer_contact .time table thead td {
    font-weight: bold;
  }

  #footer_in .footer_contact .time table tbody th {
    font-weight: 700;
  }

  #footer_in .footer_contact .time table tbody td {
    color: var(--color-red);
    font-size: 18px;
  }

  #footer_in .footer_contact .time table tbody td.none {
    color: var(--color-bk);
  }



  #footer_in .footer_contact .time .check {
    font-family: var(--ff-normal);
    font-size: 14px !important;
    text-align: left !important;
  }

  #footer_in .footer_contact .time .check span {
    color: var(--color-red);
  }

  #footer_in .footer_contact .inner_middle {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
    display: table;
  }

  #footer_in .footer_contact .inner_middle a {
    font-family: var(--ff-normal);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
    padding: 15px 0;
    background-color: #ffffff;
    border: 1px solid var(--color-bk);
    border-radius: 10px;
    display: block;
  }

  #footer_in .footer_contact .inner_middle a span {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: var(--color-bk);
    margin-top: 7px;
    display: block;
  }

  #footer_in .footer_contact .inner_middle a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  #footer_in .footer_contact .inner_bottom {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 0;
    display: table;
  }

  #footer_in .footer_contact .inner_bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #footer_in .footer_contact .inner_bottom ul li {
    width: 33%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .footer_contact .inner_bottom ul li a {
    font-family: var(--ff-normal);
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
    background-color: var(--color-red);
    border-radius: 10px;
    display: block;
  }

  #footer_in .footer_contact .inner_bottom ul li:last-child a {
    background-color: var(--color-green);
  }

  #footer_in .footer_contact .inner_bottom ul li a span {
    font-family: var(--ff-normal);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 10px;
    display: block;
  }

  #footer_in .footer_contact .inner_bottom ul li a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  #footer .footer_nav {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 0;
    background-color: var(--color-bk);
    display: table;
  }

  #footer .footer_nav .inner {
    max-width: 1300px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  #footer .footer_nav .inner .cover {
    width: 57.62711864%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #footer .footer_nav .inner .footer-logo {
    display: block;
    width: 180px;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    font-family: var(--ff-normal);
    font-weight: 600;
    color: var(--color-store);
    text-decoration: none;
	}
  #footer .footer_nav .inner .cover img {
    margin-bottom: 5px;
  }

  #footer .footer_nav .inner .cover a:hover img {
    transition: 1.0s;
    opacity: 0.7;
  }

  #footer .footer_nav .inner .cover p {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
  }

  #footer .footer_nav .inner .cover ul {
    width: 100%;
    height: auto;
    margin-top: 25px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #footer .footer_nav .inner .cover ul li {
    width: auto;
    height: auto;
    margin-top: 15px;
    padding: 0;
    background-image: url("http://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/08/arrow.webp");
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 13px;
  }

  #footer .footer_nav .inner .cover ul li a {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 0 25px 0 17px;
    display: block;
  }

  #footer .footer_nav .inner .cover ul li a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  #footer .footer_nav .inner .copyright {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 40px;
    display: table;
  }

  #footer .footer_nav .inner .copyright p {
    font-family: var(--ff-normal);
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
  }

  /* ウィジェット エリア */
  #sidebar #widget-area {
    width: 100%;
    height: auto;
    display: table;
  }

  #sidebar #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
  }

  #sidebar #widget-area .widget-container img {
    width: 80%;
    height: auto;
    margin: 0 auto 25px;
    padding: 0;
  }

  #sidebar #widget-area .widget-container a img:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  #sidebar #widget-area .widget-container .side_menu {
    margin-bottom: 25px;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    transform: rotate(.03deg);
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    background-color: var(--color-red);
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover {
    color: #ffffff;
  }

  #sidebar #widget-area .widget-container .side_menu p a::after {
    width: 100%;
    height: 0;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
  }

  #sidebar #widget-area .widget-container .side_menu p a::after {
    background-color: #c00;
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover:after {
    height: 100%;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0 10px;
    border: 1px solid #cccccc;
    border-top: none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    margin: 0;
    padding: 1.2em 0 1.0em 1.0em;
    border-bottom: 1px dotted #666666;
  }

  #sidebar #widget-area .widget-container ul li:last-child {
    border: none;
  }

  #sidebar #widget-area .widget-container ul li a {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.0em;
    color: #666666;
    margin: 0;
    padding: 0;
    transform: rotate(.03deg);
    display: inline-block;
    position: relative;
    float: none;
  }

  #sidebar #widget-area .widget-container ul li a::after {
    width: 100%;
    height: 1px;
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
    background-color: var(--color-bk);
  }

  #sidebar #widget-area .widget-container ul li a:hover::after {
    transform: scale(1, 1);
  }

  #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: var(--color-orange);
  }

  #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 {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    background-color: var(--color-red);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }

  #sidebar #widget-area .widget-container .tagcloud {
    margin-bottom: 20px;
  }

  #sidebar #widget-area .widget-container .rss-widget-icon {
    margin: 0 5px 20px -5px;
    float: left;
  }

  /* 店舗情報（カスタムHTML） エリア */
  .side_info {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0;
    border: 1px solid #cccccc;
    border-top: none;
  }

  .side_info img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .side_info p {
    font-family: var(--ff-normal);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4em;
    color: #666666;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .side_info p span {
    font-family: var(--ff-normal);
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    line-height: 1.4em;
    color: #666666;
    margin: 0;
    padding: 0;
    display: block;
  }

  .side_info p strong {
    font-family: var(--ff-normal);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.0em;
    color: var(--color-bk);
    margin-bottom: 5px;
    padding: 0;
    display: block;
  }

  /* コメント エリア */
  #comments {
    width: auto;
    height: auto;
    margin: 20px 0 10px 0;
  }

  #respond h3 a {
    color: #ffffff;
  }

  #respond h3 a:hover {
    color: #dc143c;
  }

  #respond {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  #respond a {
    font-weight: bold;
  }

  .commentlist {
    list-style-image: none;
    list-style-type: none;
  }

  .reply {
    margin-bottom: 20px;
  }

  #commentform textarea {
    width: 99%;
    height: auto;
    margin: 10px 0;
    border: 1px solid #cccccc;
  }

  #commentform input[type=text] {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
  }

  #commentform input[type=submit] {
    margin-bottom: 20px;
    padding: 5px;
    color: #333333;
    background-color: #eeeeee;
    /* [if lt IE 9] */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #cccccc));
    background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    border: 1px solid #bbbbbb;
  }

  p.nocomments {
    display: none;
  }

  /* 検索結果 エリア */
  #content h4.not_found {
    font-size: 24px;
    padding-left: 25px;
    background-image: url("images/not_found.png") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background: none;
    border: none;
  }

  #content p.not_found {
    font-size: 14px;
    color: #dc143c;
  }

  #content dl.search_box {
    width: 100%;
    height: auto;
    padding: 15px;
    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;
  }

  #content dl.search_box dt input[type=text] {
    width: 70%;
    height: 25px;
    float: left;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit] {
    width: 100px;
    height: auto;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    float: right;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit]:hover {
    color: var(--color-orange);
  }

  #content h4.search_result_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 30px;
    color: #333333;
    background: none;
    background-image: url("images/search_result.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    border: none;
    border-bottom: 3px dotted #000000;
  }

  #content p.search_result {
    font-size: 16px;
    margin-bottom: 20px;
  }

  #content p.search_result_txt {
    font-size: 14px;
    color: #dc143c;
    margin-bottom: 20px;
  }

  /* ページャー エリア */
  #content .pager {
    text-align: center;
  }

  #content .pager a,
  #content .pager span {
    font-size: 14px;
    padding: 0 3px;
  }

  #content .pager span {
    color: #dc143c;
  }

  #content .pager a {
    color: #000000;
  }

  #content .pager a:hover {
    color: #dc143c;
  }

  /* 404 エリア */
  #content a.reverse_lnk {
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    text-decoration: underline;
  }

  /* トップページ エリア */
  .news {
    min-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 4.0em 0 5.0em 0;
    background-color: #ffffff;
    display: table;
  }

  .news section:nth-child(1) {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
  }

  .news section ul:nth-child(1) {
    width: 30%;
    height: auto;
    margin: 0;
    padding-top: 1.0em;
  }

  .news section ul:nth-child(1) li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .news section ul li strong {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 65px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: var(--color-blue);
    position: relative;
    display: block;
  }

  .news section ul li strong::after {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #000000;
    content: 'お知らせ';
    position: absolute;
    top: 75px;
    left: 0;
  }

  .news section ul:nth-child(2) {
    width: 70%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .news section ul:nth-child(2) li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2.0em 0;
    border-bottom: 1px dotted #666666;
  }

  .news section ul li p {
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
  }

  .news section ul li p span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
    margin-right: 2.0rem;
  }

  .news section ul li p a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    color: #555555;
    float: none;
    display: inline-block;
  }

  .news section ul li p a::after {
    content: none;
  }

  .news section:nth-child(2) {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: 2.5em auto 0 auto;
    padding: 0 10px;
  }

  .news section a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    float: right;
    display: inline-block;
  }

  .news section a .arrow {
    width: 1.5em;
    height: 0.1em;
    vertical-align: middle;
    line-height: 1;
    color: #555555;
    margin: -3px 0 0 0.7rem;
    position: relative;
    background: currentColor;
    display: inline-block;
  }

  .news section a .arrow::before {
    width: 0.55em;
    height: 0.55em;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
  }

  .top_contact {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0;
    background-color: var(--color-cream);
  }

  .top_contact2 {
    background-color: transparent;
  }

  .top_contact .txt {
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    margin-bottom: 2rem;
  }

  .top_contact .inner_top {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .top_contact .inner_top a {
    font-family: var(--ff-normal);
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #596bb3;
    padding: 15px 0;
    background-color: #ffffff;
    border: 1px solid #596bb3;
    border-radius: 10px;
    display: block;
  }

  .top_contact .inner_top a span {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #596bb3;
    margin-top: 7px;
    display: block;
  }

  .top_contact .inner_top a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  .top_contact .inner_bottom {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .top_contact .inner_bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .top_contact .inner_bottom ul li {
    width: 33%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_contact .inner_bottom ul li a {
    font-family: var(--ff-normal);
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
    background-color: var(--color-red);
    border-radius: 10px;
    display: block;
  }
.top_contact .inner_bottom ul li:nth-child(2) a{
    background-color: var(--color-orange);
}
  .top_contact .inner_bottom ul li:last-child a {
    background-color: var(--color-green);
  }

  .top_contact .inner_bottom ul li a span {
    font-family: var(--ff-normal);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 10px;
    display: block;
  }

  .top_contact .inner_bottom ul li a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  .top_concept {
    width: 100%;
    height: auto;
    margin: 100px 0 150px 0;
    padding: 0;
    display: table;
    margin-bottom: 0;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, var(--color-gray) 50%, var(--color-gray) 100%);
  }

  .top_concept .inner {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    border-radius: 0 0 50px 50px;
    align-items: center;
  }

  .top_concept .inner .right {
    width: 36.965517242%;
    height: auto;
    margin: 0;
    padding: 0 50px 0 0;
  }

  .top_concept .inner .right img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
   }

  .top_concept .inner .left {
    width: 56.034482758%;
    height: auto;
    margin: 0;
    padding: 50px 65px 70px;
  }

  .top_concept .inner .left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner .left ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner .left ul li strong {
    font-family: var(--ff-normal);
    font-size: 37px;
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    color: var(--color-bk);
    padding-bottom: 20px;
    display: block;
  }

  .top_concept .inner .left ul li strong span {
    font-family: var(--ff-normal);
    font-size: 60px;
    font-weight: 800;
    line-height: 1.1;
    color: var(--color-orange);
    position: relative;
  }

  .top_concept .inner .left ul li strong span::after {
    /*
  content: url("../../uploads/2025/06/concept_title_decorate.png");
  position: absolute;
  top: -18px;
  right: -12px;
*/
  }

  .top_concept .inner .left ul li p {
    font-family: var(--ff-normal);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
    margin-top: 20px;
  }

  .top_appeal {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 60px;
    padding-bottom: 80px;
    display: table;
    background: var(--color-gray);
  }

  .top_appeal .inner {
    width: 80vw;
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .top_appeal .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_appeal .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
  }

  .top_appeal .inner ul li strong {
    font-family: var(--ff-normal);
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    /*  line-height: 1.0em;*/
    color: var(--ff-txt-bk);
    /*  padding-bottom: 35px;*/
    /*  background-image: url("../../uploads/2025/06/title_border02.png");*/
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
  }

  .top_appeal .inner ul li strong span {
    color: var(--color-red);
    font-family: var(--ff-normal);
    font-size: 52px;
    margin-right: 5px;
    font-weight: 900;
  }

  .top_appeal .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
  }

  .top_appeal .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    border-radius: 2rem;
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }


  .top_message {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 30px 100px;
    background-color: var(--color-gray);
    display: table;
  }

  .top_message strong {
    font-family: var(--ff-normal);
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-bk);
    /*  padding-bottom: 35px;*/
    /*  background-image: url("../../uploads/2025/06/title_border03.png");
  background-position: center bottom;
  background-repeat: no-repeat;*/
    display: block;
  }

  .top_message strong span.incho {
    font-family: var(--ff-normal);
    color: var(--color-orange);
    font-weight: 800;
  }

  .top_message strong span.txt {
    font-family: var(--ff-normal);
    font-size: 36px;
    font-weight: 700;
  }

  .top_message_box {
    max-width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 80px 80px 40px;
    background-color: #ffffff;
    border-radius: 50px;
  }

  .top_message .inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .top_message .inner:first-child {
    align-items: center;
    margin-bottom: 50px;
  }

  .top_message .inner .left {
    width: 39.215686274%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .right {
    width: 54.901960784%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .left img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .left strong,
  .top_message .inner .right strong {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    line-height: 1.8em;
    margin-bottom: 30px;
    padding: 0 0 0 20px;
    background: none;
    position: relative;
  }

  .top_message .inner .left strong:before,
  .top_message .inner .right strong:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-blue);
  }

  .top_message .inner .left p,
  .top_message .inner .right p {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8em;
    color: #333333;
    margin-bottom: 15px;
    padding: 0;
  }

  .top_message .inner .left em,
  .top_message .inner .right em {
    font-family: var(--ff-normal);
    background: var(--color-blue);
    padding: 5px 10px 5px 5px;
    display: inline-block;
    line-height: 1.2;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 5px;
  }

  .top_message .inner .right .lead {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
  }
/*
  .top_message .inner .right p span {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    background: linear-gradient(transparent 60%, var(--color-yellow) 60%);
  }
*/

  /* 院長挨拶はこちらボタン */
  .greeting-btn {
    display: inline-block;
    background: #19c4ce;
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
  }

  .greeting-btn:hover {
    background: #17b2bb;
    transform: translateY(-3px);
  }

  .top_cases {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0;
    display: table;
    background: var(--color-blue);
  }

  .top_cases strong {
    font-family: var(--ff-normal);
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #fff;
    padding-bottom: 35px;
    /*
  background-image: url("../../uploads/2025/06/title_border05.png");
  background-position: center bottom;
  background-repeat: no-repeat;
*/
    display: block;
  }

  .top_cases strong span {
    font-family: var(--ff-normal);
    color: var(--color-bk);
  }

  .top_cases .inner {
    max-width: 1300px;
    width: 85vw;
    height: auto;
    margin: 40px auto;
    padding: 0;
  }

  .top_cases .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .top_cases .inner ul li {
    width: auto;
    height: auto;
    margin: 0 15px 30px 15px;
    padding: 0;
  }

  .top_cases .inner ul li a {
    width: auto;
    font-family: var(--ff-normal);
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: var(--color-bk);
    margin: 0;
    padding: 20px 40px;
    border-radius: 10px;
    background-color: #fff;
    display: block;
  }

  .top_cases a.link_btn {
    font-family: var(--ff-normal);
    display: block;
    width: 300px;
    padding: 25px 80px 25px 30px;
    position: relative;
    font-size: 15px;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
    background-color: var(--color-yellow);
    color: var(--color-bk);
    border-radius: 60px;
    text-decoration: none;
    font-weight: 700;
    z-index: 1;
    letter-spacing: 0.05em;
    transition: all 0.2s;
  }

  .top_cases a.link_btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff url(../images/ico_arrow.svg) no-repeat center center;
    background-size: 1.1em;
    transition: 0.2s;
  }


  .top_cases a.link_btn:after {
    content: "";
    width: 20px;
    height: 8px;
    position: absolute;
    top: calc(50% - 6px);
    right: 30px;
    border-bottom: 2px solid var(--color-orange);
    border-right: 2px solid var(--color-orange);
    transform: skew(45deg);
    display: inline-block;
    z-index: 2;
  }

  .top_cases .inner ul li a:hover,
  .top_cases a:hover {
    transition: 1.0s;
    transform: scale(1.1);
  }

  .top_reason {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 50px;
    display: table;
  }

  .top_reason p.ttl_txt {
    font-family: var(--ff-normal);
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    padding-bottom: 35px;
    /*
  background-image: url("../../uploads/2025/06/title_border06.png");
  background-position: center bottom;
  background-repeat: no-repeat;
*/
  }

  .top_reason p strong {
    font-family: var(--ff-normal);
    font-size: 42px;
    font-weight: 700;
    color: var(--color-orange);
  }

  .top_reason p strong span {
    font-family: var(--ff-normal);
    font-size: 60px;
    font-weight: 700;
    color: var(--color-orange);
  }

  .top_reason .inner {
    max-width: 1200px;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 0;
  }

  .top_reason .inner .img_left,
  .top_reason .inner .img_right {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    padding: 0;
    display: table;
  }

  .top_reason .inner .img_left .img_box {
    width: 55.08474576%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .top_reason .inner .img_right .img_box {
    width: 55.08474576%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .top_reason .inner .img_left .img_box img,
  .top_reason .inner .img_right .img_box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
    border-radius: 2rem;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .top_reason .inner .img_left ul {
    width: 44.91525423%;
    height: auto;
    margin: 0;
    padding: 100px 0 0 40px;
    float: right;
  }

  .top_reason .inner .img_right ul {
    width: 44.91525423%;
    height: auto;
    margin: 0;
    padding: 100px 40px 0 0;
    float: left;
  }

  .top_reason .inner .img_left ul li,
  .top_reason .inner .img_right ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
  }

  .top_reason .inner .img_left ul li:last-child,
  .top_reason .inner .img_right ul li:last-child {
    margin: 0;
  }

  .top_reason .inner .img_left ul li img,
  .top_reason .inner .img_right ul li img {
    width: 30.18867924%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner .img_left ul li strong,
  .top_reason .inner .img_right ul li strong {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2em;
    color: var(--color-bk);
    display: block;
    position: relative;
    z-index: 1;
  }

  .top_reason .inner .img_left ul li p,
  .top_reason .inner .img_right ul li p {
    font-family: var(--ff-normal);
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #333333;
    background: none;
  }

  .top_reason .inner ul li p.num {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 400;
    color: var(--color-red);
    position: relative;
    width: fit-content;
  }

  .top_reason .inner p.num span {
    font-family: var(--ff-normal);
    font-size: 50px;
    font-weight: 800;
    color: var(--color-red);
    font-style: italic;
    margin-left: 5px;
  }

  .top_reason .inner p.num:after {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 200px;
    left: -60%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--color-red);
    border-radius: 50%;
    z-index: 0;
  }

  .top_recommend {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .top_recommend strong {
    font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-bk);
    padding-bottom: 35px;
    background-image: url("../../uploads/2025/06/title_border07.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
  }

  .top_recommend strong span {
    font-family: var(--ff-normal);
    font-size: 34px;
    font-weight: 700;
    color: var(--color-orange);
  }

  .top_recommend .inner {
    width: 1300px;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .top_recommend .inner ul {
    width: 30.508474576%;
    height: auto;
    margin-bottom: 40px;
    padding: 0;
  }

  .top_recommend .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_recommend .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_recommend .inner ul li:nth-child(2) {
    margin-top: 20px;
    padding: 20px 0 10px 0;
    background-color: var(--color-bk);
  }

  .top_recommend .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: center;
    line-height: 2.2em;
    color: #ffffff;
  }

  .top_recommend .inner ul li p strong {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 900;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: block;
  }

  .top_theory {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px 0 100px 0;
    display: table;
  }

  .top_theory strong {
    font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-bk);
    padding-bottom: 35px;
    background-image: url("../../uploads/2025/06/title_border08.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    display: block;
  }

  .top_theory strong span {
    font-family: var(--ff-normal);
    font-size: 34px;
    font-weight: 700;
    color: var(--color-orange);
  }

  .top_theory .inner {
    width: 1300px;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .top_theory .inner ul {
    width: 31.016949152%;
    height: auto;
    margin: 0;
    padding: 25px 35px;
    background-color: #bddcc0;
  }

  .top_theory .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_theory .inner ul li:nth-child(2) {
    margin-top: 15px;
  }

  .top_theory .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_theory .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: 700;
    text-align: justify;
    line-height: 1.6em;
    color: #000000;
  }

  /* ページタイトル */
  .beginner_title,
  .access_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: var(--color-red);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .beginner_title {
    /*  background-image: url("../../uploads/2025/02/beginner_title_bg.png");*/
  }

  .access_title {
    /*  background-image: url("../../uploads/2025/02/access_title_bg.png");*/
  }

  .beginner_title h1,
  .access_title h1 {
    font-family: var(--ff-normal);
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 80px 0;
    position: relative;
  }

  .beginner_title h1::after {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #ffffff;
    margin-top: 14px;
    content: 'Beginner';
    display: block;
  }

  .access_title h1::after {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-top: 15px;
    content: 'Price・Access';
    display: block;
  }

  /* 初めての方へページ エリア */
  .beginner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_top {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0 100px 0;
    display: table;
  }

  .beginner .inner_top .inner_first {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .beginner .inner_top .inner_first img {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    float: left;
  }

  .beginner .inner_top .inner_first ul {
    width: 55%;
    height: auto;
    margin-left: -5%;
    padding: 0;
    float: right;
  }

  .beginner .inner_top .inner_first ul li:first-child {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 0 0 90px;
  }

  .beginner .inner_top .inner_first ul li:first-child strong {
    font-family: var(--ff-normal);
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: #666666;
    display: block;
  }

  .beginner .inner_top .inner_first ul li:first-child strong span {
    font-family: var(--ff-normal);
    font-size: 30px;
    font-weight: 800;
    color: var(--color-red);
    margin: 0 5px 0 0;
  }

  .beginner .inner_top .inner_first ul li:last-child {
    width: 100%;
    height: auto;
    margin-top: -15px;
    padding: 40px 90px 20px 90px;
    background-color: var(--color-cream);
  }

  .beginner .inner_top .inner_first ul li:last-child p {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    color: #666666;
    margin-bottom: 20px;
  }

  .beginner .inner_top .inner_second {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: table;
  }

  .beginner .inner_top .inner_second img {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .beginner .inner_top .inner_second ul {
    width: 50%;
    height: auto;
    margin: 0;
    padding-right: 25px;
    float: left;
  }

  .beginner .inner_top .inner_second ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_top .inner_second ul li strong {
    font-family: var(--ff-normal);
    font-size: 32px;
    font-weight: 800;
    text-align: left;
    line-height: 1.6em;
    color: var(--color-red);
    display: block;
  }

  .beginner .inner_top .inner_second ul li p {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 20px;
  }

  .beginner .inner_reason {
    max-width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .beginner .inner_reason strong {
    font-family: var(--ff-normal);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-orange);
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
  }

  .beginner .inner_reason strong::after {
    font-family: var(--ff-normal);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #666666;
    margin-top: 10px;
    content: '選ばれる理由';
    display: block;
  }

  .beginner .inner_reason .inner {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .beginner .inner_reason .inner img {
    width: 33%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_reason .inner ul {
    width: 65%;
    height: auto;
    margin: 0;
    padding: 0;
    background-position: left top;
    background-repeat: no-repeat;
  }

  .beginner .inner_reason .inner ul.first {
    background-image: url("../../uploads/2025/02/first.png");
  }

  .beginner .inner_reason .inner ul.second {
    background-image: url("../../uploads/2025/02/second.png");
  }

  .beginner .inner_reason .inner ul.third {
    background-image: url("../../uploads/2025/02/third.png");
  }

  .beginner .inner_reason .inner ul.fourth {
    background-image: url("../../uploads/2025/02/fourth.png");
  }

  .beginner .inner_reason .inner ul.fifth {
    background-image: url("../../uploads/2025/02/fifth.png");
  }

  .beginner .inner_reason .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_reason .inner ul li:first-child {
    padding-top: 55px;
  }

  .beginner .inner_reason .inner ul li strong {
    font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: var(--color-bk);
    display: block;
  }

  .beginner .inner_reason .inner ul li strong::after {
    content: none;
  }

  .beginner .inner_reason .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    color: #666666;
    margin-top: 20px;
  }

  .beginner .inner_flow {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 100px 0 80px 0;
    display: table;
  }

  .beginner .inner_flow strong {
    font-family: var(--ff-normal);
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-orange);
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
  }

  .beginner .inner_flow strong::after {
    font-family: var(--ff-normal);
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-bk);
    margin-top: 10px;
    content: '施術の流れ';
    display: block;
  }

  .beginner .inner_flow .inner {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .beginner .inner_flow .inner ul {
    width: 47.27272727%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_flow .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
  }

  .beginner .inner_flow .inner ul li::before {
    font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    color: #ffffff;
    padding: 0 0.4em;
    position: absolute;
    top: 2px;
    left: 0;
    background: var(--color-red);
  }

  .beginner .inner_flow .inner ul li.first::before {
    content: '1';
  }

  .beginner .inner_flow .inner ul li.second::before {
    content: '2';
  }

  .beginner .inner_flow .inner ul li.third::before {
    content: '3';
  }

  .beginner .inner_flow .inner ul li.fourth::before {
    content: '4';
  }

  .beginner .inner_flow .inner ul li.fifth::before {
    content: '5';
  }

  .beginner .inner_flow .inner ul li.first-child::before,
  .beginner .inner_flow .inner ul li.last-child::before {
    content: none;
  }

  .beginner .inner_flow .inner ul li:first-child {
    padding: 0;
  }

  .beginner .inner_flow .inner ul li:last-child {
    margin: 0;
    padding: 0;
  }

  .beginner .inner_flow .inner ul li:first-child img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    aspect-ratio: 3 / 2;
    object-fit: cover;
  }

  .beginner .inner_flow .inner ul li strong {
    font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: var(--color-bk);
    display: block;
  }

  .beginner .inner_flow .inner ul li strong::after {
    content: none;
  }

  .beginner .inner_flow .inner ul li:last-child p {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    color: #666666;
    margin-top: 20px;
  }

 /* =========================
   料金表
========================= */

.price {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
}

.price .price_title {
  width: 100%;
  margin: 0;
  padding-top: 80px;
}

.price .price_title strong {
  font-family: var(--ff-normal);
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #666666;
  display: block;
}

.price .price_title strong span {
  font-family: var(--ff-normal);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
  margin-top: 10px;
  display: block;
}

.price .inner {
  width: 100%;
  margin-top: 50px;
}


/* -------------------------
   共通テーブル
------------------------- */

.price-table {
  width: 100%;
  margin: 0 0 40px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

.price-table th,
.price-table td {
  box-sizing: border-box;
  height: auto;
  font-family: var(--ff-normal);
  border: 1px solid var(--color-bk);
  vertical-align: middle;
}


/* 見出し */
.price-table .course-title th {
  width: 100%;
  padding: 18px 15px;
  background-color: var(--color-bk);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}


/* -------------------------
   5列の保険料金表
------------------------- */

.price-table-5 th,
.price-table-5 td {
  text-align: center;
}

.price-table-5 tr:not(.course-title) th {
  width: 20%;
}

.price-table-5 tr:not(.course-title) td {
  width: 20%;
}

.price-table-5 tr:not(.course-title) th {
  padding: 15px 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.price-table-5 tr:not(.course-title) td {
  padding: 15px 10px;
  background-color: #fff;
  color: var(--color-bk);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}


/* 項目名 */
.price-table-5 .price-head th {
  background-color: #666;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}


/* -------------------------
   2列の自費料金表
------------------------- */

.price-table-2 th {
  width: 35%;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.price-table-2 td {
  width: 65%;
  padding: 18px 20px;
  background-color: #fff;
  color: var(--color-bk);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}


/* 自費表の補足 */
.price-table-2 th span {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}


/* -------------------------
   注意書き
------------------------- */

.price .price-note {
  margin: -20px 0 50px;
  font-family: var(--ff-normal);
  font-size: 13px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
}
}

/* =========================
   スマホ
========================= */

@media screen and (max-width: 767px) {

  .price {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .price .price_title {
    padding-top: 50px;
  }

  .price .price_title strong {
    font-size: 25px;
  }

  .price .price_title strong span {
    font-size: 15px;
  }

  .price .inner {
    margin-top: 35px;
  }

  .price-table {
    margin-bottom: 30px;
  }

  .price-table .course-title th {
    padding: 14px 8px;
    font-size: 18px;
  }

  .price-table-5 tr:not(.course-title) th,
  .price-table-5 tr:not(.course-title) td {
    padding: 12px 5px;
    font-size: 14px;
  }

  .price-table-5 .price-head th {
    font-size: 13px;
  }

  .price-table-2 th {
    width: 38%;
    padding: 14px 8px;
    font-size: 15px;
  }

  .price-table-2 td {
    width: 62%;
    padding: 14px 8px;
    font-size: 17px;
  }

  .price-table-2 th span {
    font-size: 11px;
  }

  .price .price-note {
    margin-top: -10px;
    font-size: 12px;
  }
}
  /* ==========================================================================
   コンタクトフォーム7 エリア
   ========================================================================== */

/* ==========================================================================
   コンタクトフォーム7 エリア（実際のマークアップに対応した調整版）
   ========================================================================== */

/* --- フォーム全体 --- */
.form__wrap.template01 {
  width: 100%;
}

/* --- 各行の余白：入力欄同士の間隔を整理 --- */
.form__row {
  margin-bottom: 1.8em;
}

/* --- ラベル：入力項目名の視認性を強化 --- */
.form__label {
  display: block;
  margin-bottom: 0.5em;
  font-family: var(--ff-normal);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #666666;
}

/* 必須バッジをis-requiredクラスの疑似要素で表示（span.requiredが存在しないため） */
.form__label.is-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 0.6em;
  padding: 2px 0.8em 3px 0.8em;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #ffffff;
  background-color: var(--color-store);
  border-radius: 3px;
  vertical-align: middle;
}

/* --- 入力欄を包むボディ要素 --- */
.form__body {
  width: 100%;
}

/* --- 入力フィールド共通（text/email/tel/date） --- */
.form__body input[type="text"],
.form__body input[type="email"],
.form__body input[type="tel"],
.form__body input[type="date"] {
  width: 100%;
  height: auto;
  min-height: 3.2em; /* タップ領域確保 */
  font-family: var(--ff-normal);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: #666666;
  padding: 0.8em 1.0em;
  border: 1px solid #8290ca;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* --- フォーカス時の視認性強化 --- */
.form__body input[type="text"]:focus,
.form__body input[type="email"]:focus,
.form__body input[type="tel"]:focus,
.form__body input[type="date"]:focus,
.wpcf7-reservation-datetime select:focus {
  border-color: #596bb3;
  box-shadow: 0 0 0 3px rgba(89, 107, 179, 0.2);
  outline: none;
}

/* --- プレースホルダー --- */
::-webkit-input-placeholder,
:-ms-input-placeholder {
  font-family: var(--ff-normal);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  color: #999999; /* コントラスト比改善のため#ccccccより濃くした */
}

::-moz-placeholder {
  font-family: var(--ff-normal);
  font-size: 16px;
  font-weight: 200;
  line-height: 1.6;
  color: #999999;
  opacity: 1;
}

/* ==========================================================================
   予約希望日時ブロック（.wpcf7-reservation-datetime）
   ========================================================================== */

.wpcf7-reservation-datetime {
  padding: 1.5em;
  margin-bottom: 2em;
  background-color: #f5f6fb;
  border: 1px solid #dfe3f5;
  border-radius: 6px;
}

/* ラベルは共通の.form__labelスタイルを継承するため個別指定不要 */

/* 日付入力（[date]ショートコード） */
.wpcf7-reservation-datetime input[type="date"] {
  width: 100%;
  height: auto;
  min-height: 3.2em;
  font-family: var(--ff-normal);
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  padding: 0.8em 1.0em;
  margin-bottom: 1.2em;
  border: 1px solid #8290ca;
  border-radius: 4px;
  background-color: #fefefe;
  box-sizing: border-box;
}

/* 「時」「分」を含む段落をname属性で確実に特定し横並びに配置 */
.wpcf7-reservation-datetime p:has(select[name="menu-time"]),
.wpcf7-reservation-datetime p:has(select[name="menu-time2"]) {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.6em 1.2em 0;
}

/* 「時」「分」セレクト本体：カスタム矢印付与で選択項目であることを明示 */
.wpcf7-reservation-datetime select[name="menu-time"],
.wpcf7-reservation-datetime select[name="menu-time2"] {
  width: auto;
  min-width: 6em;
  height: auto;
  min-height: 3.2em;
  font-family: var(--ff-normal);
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  padding: 0.6em 2.4em 0.6em 1.0em;
  border: 1px solid #8290ca;
  border-radius: 4px;
  background-color: #fefefe;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23596bb3' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.8em center;
  background-size: 1.1em;
  cursor: pointer;
}

/*
  休診日の注意書き（※休診日/土曜日午後、日曜日、祝日）
  [!] このp要素にはクラスが付与されていないため、
  兄弟要素内の並び順（最後のp）で特定しています。
  今後CF7側のマークアップ順序が変わると効かなくなるため、
  可能であればこちらのセレクタに正確なクラス名を入力してください。
*/
.wpcf7-reservation-datetime > p:last-child {
  display: block;
  font-family: var(--ff-normal);
  font-size: 14px;
  font-weight: 600;
  color: #b3596b;
  padding: 0.6em 1.0em;
  margin: 0.5em 0 0 0;
  background-color: #fdf1f3;
  border-left: 3px solid #b3596b;
  border-radius: 2px;
}

/* ==========================================================================
   同意チェックボックス（[acceptance accept-this]）
   ========================================================================== */

/* CF7が自動出力するaccept-thisクラスでラップ全体をクリック可能にする */
.wpcf7-form-control-wrap.accept-this label {
  display: block;
  padding: 1.0em;
  margin: 0.5em 0;
  background-color: #f9f9f9;
  border-radius: 4px;
  cursor: pointer;
  font-family: var(--ff-normal);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  color: #596bb3;
}

.wpcf7-form-control-wrap.accept-this input[type="checkbox"] {
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}

/* ==========================================================================
   送信ボタン（.submit-btn）
   ========================================================================== */

.row-submit {
  margin-top: 1.5em;
}

.submit-btn {
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}

.submit-btn input[type="submit"] {
  position: relative;
  z-index: 2; /* submit-bgより手前に表示 */
  width: 100%;
  height: auto;
  font-family: var(--ff-normal);
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  color: #ffffff;
  padding: 1.0em 0;
  background: linear-gradient(to bottom, #8290ca 0%, #596bb3 100%);
  background: var(--color-store);
/*  border: 1px solid #596bb3;*/
  border-radius: 4px;
  display: block;
  cursor: pointer;
  transition: opacity 0.2s ease, box-shadow 0.2s ease;
}

.submit-btn input[type="submit"]:hover {
  opacity: 0.9;
}

.submit-btn input[type="submit"]:focus {
  box-shadow: 0 0 0 3px rgba(89, 107, 179, 0.3);
  outline: none;
}

/*
  [!] .submit-bg の用途（ホバー時の背景切り替えアニメーション等）が
  JS側の実装依存で不明なため、ここでは装飾レイヤーとして最低限の
  非表示スタイルのみ当てています。意図した挙動があれば教えてください。
*/
.submit-btn .submit-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 4px;
  pointer-events: none;
}

  /* コンタクトフォーム7サンクスページ エリア */
  .page_thanks {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page_thanks p {
    font-family: var(--ff-normal);
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: #666666;
  }

  /* お客様の声ページ エリア */
  .single_voice {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .single_voice strong {
    font-family: var(--ff-normal);
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    line-height: 1.4em;
    color: #333333;
    margin-bottom: 20px;
    display: block;
  }

  .single_voice figure {
    width: 100%;
    height: auto;
    margin：0;
    padding: 0;
  }

  .single_voice figure img {
    width: 100%;
    height: 500px;
    margin-bottom: 20px;
    padding: 0;
    object-fit: cover;
  }

  .single_voice .inner {
    width: 100%;
    height: auto;
    margin：0;
    padding: 20px 20px 30px 20px;
    background-color: #f8f8f8;
    display: table;
  }

  .single_voice .top {
    width: 100%;
    height: auto;
    margin：0;
    padding: 0;
  }

  .single_voice .top p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
  }

  .single_voice .top p span {
    font-family: "arial", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-orange);
  }

  .single_voice .bottom {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .single_voice .bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .single_voice .bottom ul li {
    width: auto;
    height: auto;
    margin-right: 15px;
    padding: 0;
  }

  .single_voice .bottom ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    color: #000000;
  }

  /* お客様の声一覧ページ エリア */
  .voices_cats {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .voices_cats .voice_excerpt {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 20px 20px 30px 20px;
    background-color: #f8f8f8;
    display: table;
  }

  .voices_cats .voice_excerpt a {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    text-decoration: none;
    line-height: 1.4em;
    color: #333333;
    display: block;
  }

  .voices_cats .voice_excerpt a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .voices_cats .voice_excerpt .inner {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .voices_cats .voice_excerpt .inner figure {
    width: 47.058823529%;
    height: auto;
    margin: 0 0 15px 15px;
    padding: 0;
    float: right;
  }

  .voices_cats .voice_excerpt .inner figure img {
    width: 400px;
    height: 250px;
    margin: 0;
    padding: 0;
    object-fit: cover;
  }

  .voices_cats .voice_excerpt .inner .top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .voices_cats .voice_excerpt .inner .top p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
  }

  .voices_cats .voice_excerpt .inner .top p span {
    font-family: "arial", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-orange);
  }

  .voices_cats .voice_excerpt .inner .bottom {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .voices_cats .voice_excerpt .inner .bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .voices_cats .voice_excerpt .inner .bottom ul li {
    width: auto;
    height: auto;
    margin-right: 15px;
    padding: 0;
  }

  .voices_cats .voice_excerpt .inner .bottom ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    color: #000000;
  }

  /* 対応症状個別ページ エリア */
  .single_case {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .single_case .inner {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
    display: table;
  }

  .single_case .type01 {
    margin-bottom: 45px;
  }

  .single_case .inner img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
  }

  .single_case .inner p {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: justify;
    line-height: 2.0em;
    color: #000000;
    margin: 20px 0;
    padding: 0;
  }

  .single_case .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .single_case .inner ul li {
    width: 100%;
    min-height: 20px;
    margin: 0 0 10px 0;
    padding-left: 30px;
    background-image: url("../../uploads/2025/02/check_icon.png");
    background-position: left 6px;
    background-repeat: no-repeat;
    background-size: 20px;
  }

  .single_case .inner ul li:last-child {
    margin: 0;
  }

  .single_case .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    margin: 0;
    padding: 0;
  }

  .single_case .inner ul li p span {
    font-family: var(--ff-normal);
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    display: block;
  }

  .cases_voice {
    width: 100%;
    height: auto;
    margin-top: 60px;
    padding: 0;
  }

  .cases_voice .inner:has(.title) {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding: 25px;
    border: 10px solid #d4fb82;
    display: table;
  }

  .cases_voice .inner {
    display: none;
  }

  .cases_voice .inner p {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
    margin-bottom: 25px;
    padding: 0 0 10px 10px;
    border-bottom: 2px dotted var(--color-bk);
  }

  .cases_voice .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .cases_voice .inner ul li {
    width: 48.192771084%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .cases_voice .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .cases_voice .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8em;
    letter-spacing: 0;
    color: #000000;
    margin: 0;
    padding: 0;
    border: none;
  }

  /* 対応症状一覧ページ エリア */
  #cases_wrap .case-block span.case-title {
    font-family: var(--ff-normal);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-bk);
    padding: 1.0em;
    display: block;
  }

  #cases_wrap .case-block span.case-title::before {
    color: var(--color-bk);
    margin-right: 1.0em;
    content: "-";
    transform: scaleX(4);
    display: inline-block;
  }

  #cases_wrap .case-block span.case-title::after {
    color: var(--color-bk);
    margin-left: 1.0em;
    content: "-";
    transform: scaleX(4);
    display: inline-block;
  }

  #cases_wrap .case-block ul {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }

  #cases_wrap .case-block li {
    width: calc(100% / 3);
    padding: 0.5em;
    float: left;
  }

  #cases_wrap .case-block a {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    padding: 1.0em;
    border-radius: 5px;
    background-color: var(--color-orange);
    transition: 0.2s;
    overflow: hidden;
    position: relative;
    display: block;
  }

  #cases_wrap .case-block a span {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }

  #cases_wrap .case-block a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #ffffff;
    display: inline-block;
  }

  #cases_wrap .case-block a:hover {
    transform: scale(0.9);
    opacity: 0.5;
  }

  /* お問い合わせページ／投稿ページ下部 エリア */
  .single_reason {
    width: 100%;
    height: auto;
    margin: 80px 0;
    padding: 0;
    display: table;
  }

  .single_reason .ttl {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .single_reason .ttl li {
    width: 100%;
    height: auto;
    margin: 25px 0 20px 0;
    padding: 0;
  }

  .single_reason .ttl li:first-child,
  .single_reason .ttl li:last-child {
    margin: 0;
  }

  .single_reason .ttl li img {
    width: 23.529411764%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .single_reason .ttl li p {
    font-family: var(--ff-normal);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: var(--color-bk);
    margin: 0;
  }

  .single_reason .ttl li p span {
    font-family: var(--ff-normal);
    font-size: 28px;
    font-weight: 700;
    color: var(--color-orange);
  }

  .single_reason .inner {
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding: 0;
  }

  .single_reason .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .single_reason .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .single_reason .inner ul li:last-child {
    margin-top: 20px;
  }

  .single_reason .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .single_reason .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
    margin: 0;
  }

  .page_contact,
  .single_contact {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .page_contact p {
    font-family: var(--ff-normal);
    font-size: 18px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    color: #333333;
    margin: 0 0 20px 0;
  }

  .page_contact ul,
  .single_contact ul {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    padding: 0;
  }

  .page_contact ul li,
  .single_contact ul li {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

  .page_contact ul li:first-child,
  .single_contact ul li:first-child {
    margin: 0;
  }

  .page_contact ul li p,
  .single_contact ul li p {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
    margin: 0;
  }

  .page_contact ul li img,
  .single_contact ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page_contact ul li a:hover img,
  .single_contact ul li a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }

  .page_contact .view,
  .single_contact .view {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  /* カテゴリ・アーカイブ・検索結果ページ エリア */
  .post_inner {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    float: left;
    border-bottom: 1px dotted var(--color-bk);
  }

  .post_inner .thum {
    width: 17.14285714%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .post_inner .show_post {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .post_inner .show_post li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    float: left;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark {
    width: auto;
    height: auto;
    line-height: 1.0em;
    margin: 0;
    padding: 2px 5px;
    float: left;
    background-color: var(--color-bk);
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark a {
    font-family: var(--ff-normal);
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_mark_box p.cat_date {
    width: auto;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    line-height: 1.4em;
    float: right;
  }

  .post_inner .show_post li.cat_title_box p.cat_title {
    font-weight: bold;
    line-height: 1.2em;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a {
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 500;
    color: #666666;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_text_box {
    margin: 0;
  }

  .post_inner .show_post li.cat_text_box p.cat_text {
    line-height: 1.3em;
  }

  .post_inner .show_post li.cat_text_box p.cat_text a {
    font-family: var(--ff-normal);
    font-size: 15px;
    font-weight: 500;
    color: #999999;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a:hover,
  .post_inner .show_post li.cat_text_box p.cat_text a:hover,
  .post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

#footer_in .footer_contact .inner_bottom ul li:nth-child(2) a{
  background-color:#d6006c;
}
.course-title th {
    background: #f5f5f5!important;
    color: #333!important;
    text-align: center!important;
    font-size: 18px;
    padding: 12px 15px;
}
}



/* カスタマイズの */
/*top院長よりご挨拶ボタン*/
.greeting-btn {
  display: inline-block;
  background: #19c4ce;
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 24px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
}

.greeting-btn:hover {
  background: #17b2bb;
  transform: translateY(-3px);
}

/* 猫背矯正ページ専用レイアウト修正 */
.added_flow_arrow {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.added_flow_item_page {
  width: 23%;
  background: #f9f9f9;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  border: 1px solid #eee;
}

.added_flow_item_page img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* スマホ用：縦に並べる */
@media screen and (max-width: 768px) {
  .added_flow_arrow {
    flex-direction: column;
  }

  .added_flow_item_page {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* フッターポップチラ見え防止 */
.slide_tel {
  display: none;
}

.slide_tel.active {
  display: block;
}

/*HTBボタン*/
#footer_in .footer_contact .inner_bottom ul li.hpb a {
  background-color: var(--color-orange);
}

.top_contact .inner_bottom ul li.hpb a {
  background-color: var(--color-orange);
}

/* HPBボタン縦 */
@media screen and (max-width: 768px) {
  .top_contact .inner_bottom ul {
    display: block ;
  }

  .top_contact .inner_bottom ul li {
    width: 100%;
  }

  #footer_in .footer_contact .inner_bottom ul {
    display: block ;
  }

  #footer_in .footer_contact .inner_bottom ul li {
    width: 100%;
  }
#footer_in .footer_contact .inner_bottom ul li a{
    margin-bottom: 5px;
  }

}
@media screen and (min-width: 769px) {
  .page-id-31 .top_contact .inner_bottom {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }
}
/* 追記 ここから  */
@media screen and (min-width: 769px){
.access_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 80px 0 20px 0;
  background-color: #ffffff;
}
.access_info *{
  font-family: var(--ff-normal);
}
.access_info .inner_title {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto 40px auto;
  padding: 0;
}

.access_info .inner_title span {
  width: 320px;
  font-size: 18px;
  line-height: 1.0em;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0;
/*  border-radius: 30px;*/
  background-color: var(--color-orange);
  position: relative;
  display: block;
}

.access_info .inner_title span::after {
  width: 940px;
  content: "";
  position: absolute;
  top: 50%;
  left: 340px;
  border-top: 2px solid #525252;
}

.access_info .inner {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.access_info .inner .left {
  width: 40.234375%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: none;
  border-bottom: 2px dotted var(--color-bk);
}

.access_info .inner .left ul li:nth-child(1) {
  margin-bottom: 20px;
  border: none;
}

.access_info .inner .left ul li:nth-child(2) {
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-bk);
}

.access_info .inner .left ul li:nth-child(4) {
  padding-left: 35px;
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/train_icon.png");
  background-position: 0 15px;
  background-repeat: no-repeat;
}

.access_info .inner .left ul li:nth-child(5) {
  padding-left: 35px;
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/parking_icon.png");
  background-position: 0 15px;
  background-repeat: no-repeat;
}

.access_info .inner .left ul li strong {
  font-size: 22px;
  color: var(--color-bk);
  background: linear-gradient(transparent 50%, #fffb38 50%);
}

.access_info .inner .left ul li a img {
  width: 70%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6em;
  text-align: left;
  color: #525252;;
  padding: 15px 0;
}

.access_info .inner .right {
  width: 54.6875%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .right ul li {
  width: 100%;
  height: auto;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
  border: none;
}

.access_info .inner .right ul li:first-child {
  margin-bottom: 20px;
  padding: 100px 0 5px 0;
  border-bottom: 1px solid var(--color-bk);
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/access_info_bg.png");
  background-position: right 20px top;
  background-repeat: no-repeat;
  background-size: contain;
}

.access_info .inner .right ul li a {
  font-family: "arial";
  font-size: 46px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: var(--color-orange);
  padding-left: 55px;
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/phone_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
}

.access_info .inner .right ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.access_info .inner .right ul li p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  color: #525252;
}

.access_info .inner .right ul li p span {
  font-size: 14px;
  font-weight: normal;
  color: #525252;
  display: block;
}

.access_info .inner .right table {
  width: 100%;
  height: auto;
  margin-top: 20px;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.access_info .inner .right table th {
  width: calc(100% / 9*2);
  height: auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1em 0;
  border-top: 1px solid #fff;.mv_comment .mv_comment_txt1 strong span
  border-left: 1px solid var(--color-bk);
  background-color: var(--color-bk);
}

.access_info .inner .right table thead th.donichi,
.access_info .inner .right table tbody td.donichi {
  width: calc(100% / 9*2);
}

.access_info .inner .right table td {
  width: calc(100% / 9);
  height: auto;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4em;
  padding: 1em 0;
  color: var(--color-bk);
  border-bottom: 1px solid var(--color-bk);
  font-family: var(--ff-noto);
;
}

.access_info .inner .right table tr:nth-child(3) td:nth-child(1) {
  width: 100%;
/*  font-family: "arial","メイリオ", sans-serif;*/
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  color: var(--color-bk);
  padding: 0.7em 0;
}
}
/* 追記 ここまで */
@media screen and (max-width: 768px){
.access_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13.0208333333% 2.604166666% 3.90625% 2.604166666%;
  background-color: #ffffff;
}

.access_info .inner_title {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 0;
}

.access_info .inner_title span {
  width: 71.614583333%;
  font-size: 3.8vw;
  line-height: 1.0em;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  padding: 0.8em 0;
  background-color: var(--color-orange);
  font-family: var(--ff-noto);
  display: block;
}

.access_info .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.access_info .inner .left {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-image: none;
  border-bottom: 2px dotted var(--color-bk);
}

.access_info .inner .left ul li:nth-child(1) {
  text-align: center;
  margin-bottom: 3.90625%;
  border: none;
}

.access_info .inner .left ul li:nth-child(2) {
  margin-bottom: 1.302083333%;
  padding-bottom: 1.302083333%;
  border-bottom: 1px solid var(--color-bk);
}

.access_info .inner .left ul li:nth-child(4) {
  padding-left: 6.0vw;
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/train_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 4.0vw;
}

.access_info .inner .left ul li:nth-child(5) {
  padding-left: 6.0vw;
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/parking_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 4.0vw;
}

.access_info .inner .left ul li strong {
  font-size: 4.3vw;
  color: #525252;
  background: linear-gradient(transparent 50%, #e9ff38 50%);
  font-family: var(--ff-noto);
}

.access_info .inner .left ul li a img {
  width: 52.197802197%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .left ul li p {
  font-size: 3.5vw;
  font-weight: normal;
  line-height: 1.5em;
  text-align: left;
  color: #525252;
  padding: 1.0em 0;
}

.access_info .inner .right {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
}

.access_info .inner .right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.access_info .inner .right ul li {
  width: 100%;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 0;
  border: none;
}

.access_info .inner .right ul li:first-child {
  margin-bottom: 3.90625%;
  padding: 4rem 0 1.302083333% 0;
  border-bottom: 1px solid var(--color-bk);
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/access_info_bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 32% auto;
}

.access_info .inner .right ul li a {
  font-family: "arial";
  font-size: 9.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: var(--color-orange);
  padding-left: 9.5vw;
  background-image: url("https://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/02/phone_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 7.5vw;
}

.access_info .inner .right ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.access_info .inner .right ul li p {
  font-size: 3.5vw;
  font-weight: normal;
  line-height: 1.8em;
  text-align: left;
  color: #525252;
}

.access_info .inner .right ul li p span {
  font-size: 2.8vw;
  font-weight: normal;
  color: #525252;
  display: block;
}

.access_info .inner .right table {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.access_info .inner .right table th {
  width: calc(100% / 9*2);
  height: auto;
  font-size: 3.0vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1rem 0;
  border-left: 1px solid var(--color-bk);
  border-top: 1px solid #fff;
  background-color: var(--color-bk);
}

.access_info .inner .right table th:nth-child(1),
.access_info .inner .right table td:nth-child(1) {
  width: calc(100% / 9 * 2);
}

.access_info .inner .right table td {
  width: calc(100% / 9);
  height: auto;
  font-size: 2.5vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.4em;
  padding: 1rem 0;
  color: var(--color-bk);
  border-bottom: 1px solid var(--color-bk);
}
.access_info .inner .right table td.donichi {
  width: calc(100% / 9 * 2);
}
.access_info .inner .right table tr:nth-child(3) td:nth-child(1) {
  width: 100%;
  font-family: "arial","メイリオ", sans-serif;
  font-size: 3.0vw;
  font-weight: normal;
  text-align: left;
  color: var(--color-bk);
  padding: 0.7em 0;
}
}
/* 追記 ここまで */
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

  .top_added_content {
    padding: 60px 0;
    background: #fff;
    line-height: 1.6;
  }

  .top_added_content .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .top_added_content h2 {
    text-align: center;
    font-size: 26px;
    color: #00a79d;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .top_added_content h2 span {
    display: block;
    font-size: 16px;
    color: #f58220;
    margin-bottom: 5px;
  }

  .added_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .added_flow_item {
    width: 23.5%;
    text-align: center;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
  }

  .added_flow_item img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 12px;
  }

  .added_flow_item h4 {
    font-size: 16px;
    color: #333;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .added_flow_item p {
    font-size: 13px;
    text-align: left;
    margin: 0;
  }

  .added_price_nav {
    text-align: center;
    background: #fff4e5;
    padding: 40px 20px;
    border: 2px dashed #f58220;
    border-radius: 10px;
    margin-bottom: 50px;
  }

  .btn_price {
    display: inline-block;
    background: #f58220;
    color: #fff !important;
    padding: 15px 50px;
    border-radius: 50px;
    text-decoration: none !important;
    font-weight: bold;
    transition: 0.3s;
  }

  .added_faq_dl {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 20px;
  }

  .added_faq_dt {
    font-weight: bold;
    color: #00a79d;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
  }

  .added_faq_dt::before {
    content: "Q.";
    color: #f58220;
    margin-right: 10px;
  }

  .added_faq_dd {
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
  }

  @media screen and (max-width: 768px) {
    .added_flow_item {
      width: 48%;
      margin-bottom: 15px;
    }
  }

  .seo_block {
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.8;
    color: #333;
  }

  .seo_block *,
  .seo_block *::before,
  .seo_block *::after {
    box-sizing: inherit;
  }

  .seo_inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .seo_section_ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: var(--color-red);
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: var(--ff-normal);
  }

  .seo_section_ttl span {
    display: block;
    font-size: 13px;
    letter-spacing: .15em;
    color: var(--ff-store);
    margin-bottom: 6px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--ff-normal);
    opacity: 0.4;
    text-align: center;
  }

  .seo_section_lead {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
  }

  .seo_area {
    padding: 70px 0 60px;
    background: #f4fafa;
  }

  .seo_area_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 30px;
  }

  .seo_area_card {
    background: #fff;
    border-radius: 10px;
    border-top: 4px solid #00a79d;
    padding: 22px 18px;
    box-shadow: 0 2px 8px rgba(0, 167, 157, .1);
  }

  .seo_area_card h3 {
    font-size: 16px;
    font-weight: bold;
    color: #00a79d;
    margin: 0 0 12px;
    padding-bottom: 8px;
    border-bottom: 1px dashed #b2e4e1;
  }

  .seo_area_card ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .seo_area_card ul li {
    font-size: 13px;
    padding: 4px 0 4px 16px;
    position: relative;
    color: #444;
  }

  .seo_area_card ul li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: #f58220;
    font-weight: bold;
  }

  @media screen and (max-width: 768px) {
    .seo_area_grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media screen and (max-width: 480px) {
    .seo_area_grid {
      grid-template-columns: 1fr;
    }
  }

  .seo_expert {
    padding: 70px 0;
    background: linear-gradient(135deg, ##fffbee0%, ##fffbee100%);
  }

  .seo_expert_box {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    display: flex;
    gap: 0;
  }

  .seo_expert_img {
    width: 280px;
    flex-shrink: 0;
    background: var(--color-store);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 30px;
    flex-direction: column;
    gap: 14px;
  }

  .seo_expert_img .expert_name_block {
    text-align: center;
    color: #fff;
  }

  .seo_expert_img .expert_name_block p {
    font-size: 12px;
    margin: 0 0 4px;
    color: #fff;
  }

  .seo_expert_img .expert_name_block strong {
    font-size: 22px;
    display: block;
    margin: 0 0 4px;
    color: #fff;
  }

  .seo_expert_body {
    padding: 36px 40px;
    flex: 1;
  }

  .seo_expert_body h3 {
    font-size: 20px;
    color: #00a79d;
    margin: 0 0 16px;
    font-weight: bold;
    line-height: 1.4;
  }

  .seo_expert_body p {
    font-size: 14px;
    color: #555;
    margin-bottom: 14px;
    line-height: 1.8;
  }

  .seo_expert_quals {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 18px;
  }

  .seo_expert_quals span {
    background: #f8e8e8;
    color: var(--color-red);
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid #e4b2b2;
  }

  @media screen and (max-width: 768px) {
    .seo_expert_box {
      flex-direction: column;
    }

    .seo_expert_img {
      width: 100%;
      padding: 30px;
      flex-direction: row;
      justify-content: flex-start;
    }

    .seo_expert_body {
      padding: 24px 20px;
    }
  }

  .seo_localmap {
    padding: 60px 0;
    background: #fff;
  }

  .seo_localmap_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 30px;
  }

  .seo_localmap_item {
    background: #f4fafa;
    border-radius: 8px;
    padding: 16px 14px;
    text-align: center;
    border: 1px solid #ccecea;
    transition: all .2s;
  }

  .seo_localmap_item:hover {
    background: #00a79d;
    border-color: #00a79d;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 167, 157, .2);
  }

  .seo_localmap_item:hover .local_city,
  .seo_localmap_item:hover .local_note {
    color: #fff;
  }

  .local_city {
    font-size: 15px;
    font-weight: bold;
    color: #00a79d;
    margin-bottom: 4px;
    transition: color .2s;
  }

  .local_note {
    font-size: 11px;
    color: #888;
    transition: color .2s;
  }

  @media screen and (max-width: 768px) {
    .seo_localmap_grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  .seo_voice {
    padding: 70px 0;
    background: #fff;
  }

  .seo_voice_placeholder {
    text-align: center;
    padding: 40px;
    border: 2px dashed #ccc;
    border-radius: 10px;
    color: #888;
    font-size: 14px;
  }

  .seo_access {
    padding: 70px 0;
    background: #faf8f4;
  }

  .seo_access .seo_inner {
    max-width: 100%;
    padding: 0 40px;
  }

  .seo_access_flex {
    display: flex;
    gap: 32px;
    align-items: stretch;
    width: 100%;
  }

  .seo_access_info {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .06);
  }

  .seo_access_info h3 {
    font-size: 18px;
    color: #00a79d;
    font-weight: bold;
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f2e2e0;
  }

  .access_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
  }

  .access_table th,
  .access_table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e8f8f7;
    vertical-align: top;
    text-align: left;
  }

  .access_table th {
    width: 30%;
    color: var(--color-red);
    font-weight: bold;
    white-space: nowrap;
  }

  .access_table td {
    color: #444;
  }

  .seo_access_map {
    flex: 1.4;
    min-width: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    background: #e0f2f1;
  }

  .seo_access_map iframe {
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
  }

  @media screen and (max-width: 768px) {
    .seo_access .seo_inner {
      padding: 0 20px;
    }

    .seo_access_flex {
      flex-direction: column;
    }

    .seo_access_map iframe {
      height: 220px;
      min-height: 220px;
    }
  }

  .seo_text_block {
    padding: 70px 0;
    background: #fff;
  }

  .seo_text_cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .seo_text_col h3 {
    font-size: 17px;
    font-weight: bold;
    color: #00a79d;
    margin: 0 0 12px;
    padding-left: 12px;
    border-left: 4px solid #f58220;
    line-height: 1.5;
  }

  .seo_text_col p {
    font-size: 13px;
    color: #555;
    line-height: 1.85;
  }

  @media screen and (max-width: 640px) {
    .seo_text_cols {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }

.reserve-menu ul {
	width: 100%;
	display: flex;
    gap: 0 1%;
    margin: 3rem auto 0;
    align-items: flex-end;
}
.reserve-menu ul li {
	flex: 1;
}
.reserve-menu ul li a {
	font-family: var(--ff-normal);
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
   margin: 0;
   padding: 15px 0;
   border-radius: 10px;
   display: block;
}
.reserve-menu ul li a.tel-rs-btn {
   background-color: #932725;
}
.reserve-menu ul li a.web-rs-btn {
   background-color: #d46612;
}
.reserve-menu ul li a.line-rs-btn {
   background-color: var(--color-green);
}
.reserve-menu ul li a.mail-rs-btn {
   background-color: #286072;
}
.reserve-menu ul li a span {
	font-family: var(--ff-normal);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 10px;
    display: block;
}
@media screen and (max-width: 768px) {
	.reserve-menu {
		padding: 0 1rem;
	}
	.reserve-menu ul {
    	flex-wrap: wrap;
    	gap: 0.5rem 2%;
	}
	.reserve-menu ul li {
    	flex-basis: 46%;
	}
}
@media screen and (max-width: 425px) {
	.reserve-menu ul {
		flex-direction: column;
	}
	.reserve-menu ul li {
        width: 100%;
	}
}

.top_message .inner .right p.incho-name {
    text-align: right;
    font-weight: bold;
    color: var(--color-store);
    line-height: 1.6;
    margin: 3rem 0 0;
}
.top_message .inner .right p.incho-name span {
    font-size: 2.25em;
    color: var(--color-bk);
	font-family: var(--ff-normal);
}