@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/
*/

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  /* ヘッダー エリア */
  #header_in .description {
    width: 100%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 2.8vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-bottom: 1.302083333%;
    padding: 0.3em 0;
    background-color: var(--color-bk);
  }

  #header_in .logo {
    width: 45%;
    height: auto;
    margin-left: 2.604166666%;
    /*  padding: 0.911458333% 0;*/
    float: left;
  }

  #header_in .logo img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .logo a:hover img {
    transition: 1.0s;
    opacity: 0.7;
  }

  #header_in .nav {
    width: 35.15625%;
    height: auto;
    margin-bottom: 1.302083333%;
    padding: 0;
    float: right;
  }

  #header_in .nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_in .nav ul li {
    width: 29.62962962%;
    height: auto;
    margin-right: 3.703703703%;
    padding: 0;
  }

  #header_in .nav ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .nav ul li a:hover img {
    transition: 1.0s;
    opacity: 0.7;
  }

  #header .nav_sp {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--color-red);
    float: left;
  }

  #header .nav_sp .left {
    width: 50%;
    height: auto;
    float: left;
    border-right: 1px solid var(--color-red);
  }

  #header .nav_sp .right {
    width: 50%;
    height: auto;
    float: right;
  }

  #header .nav_sp .left li,
  #header .nav_sp .right li {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    border-bottom: 1px dotted var(--color-red);
  }

  #header .nav_sp .left li:last-child,
  #header .nav_sp .right li:last-child {
    border-bottom: 1px solid var(--color-red);
  }

  #header .nav_sp .left li:hover,
  #header .nav_sp .right li:hover {
    width: 100%;
    height: auto;
    transition: 1.0s;
    background-color: var(--color-red);
    border-bottom: 1px dotted #ffffff;
  }

  #header .nav_sp .left li:last-child:hover,
  #header .nav_sp .right li:last-child:hover {
    width: 100%;
    height: auto;
    transition: 1.0s;
    background-color: var(--color-red);
    border-bottom: 1px solid var(--color-red);
  }

  #header .nav_sp .left li a,
  #header .nav_sp .right li a {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 400;
    color: var(--color-bk);
    text-align: center;
    text-decoration: none;
    padding: 1.0em 0;
    display: block;
  }

  #header .nav_sp .left li a:hover,
  #header .nav_sp .right li a:hover {
    transition: 1.0s;
    color: #ffffff;
  }

  .fixheader {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
    z-index: 3;
  }

  .is-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }

/* 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: 0px;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-store);
  white-space: nowrap;
  font-family: var(--ff-noto);
}

.nav .logo .header_area_name {
  margin-left: 6px;
  font-size: 15px;
}
  /* メインヴィジュアル エリア */
  /*#main_visual img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}*/

  #main_visual {
    width: 100%;
    height: auto;
    background: #FFFEEE url(http://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/08/main-pic-sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }

  #main_visual * {
    font-family: var(--ff-normal);
  }

  #main_visual_in {
    width: 90vw !important;
    margin: 0 auto;
    padding: 0 0 40px;
  }

  .mv_toyou {
    padding: 16rem 0 1rem;
    font-size: 1.1rem;
    font-weight: 700;
    width: fit-content;
    background: url(../../uploads/2025/09/wave-y.png) no-repeat left bottom / contain;
    margin-bottom: 1rem;
  }

  .mv_comment {}

  .mv_comment .mv_comment_txt1 {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1.7;
  }

  .mv_comment .mv_comment_txt1 strong {
    color: var(--color-red);
  }

  .mv_comment .mv_comment_txt1 strong span {
    color: var(--color-red);
    font-size: 2.2rem;
    position: relative;
    font-weight: 900;
  }

  .mv_comment .mv_comment_txt1 strong span:before {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background: var(--color-red);
    border-radius: 50%;
    position: absolute;
    top: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .mv_comment .mv_comment_txt2 {
    font-size: 1.5rem;
    font-weight: 900;
    background-color: var(--color-red);
    color: #fff;
    width: fit-content;
    line-height: 1.2;
    margin-bottom: 2px;
  }

  .mv_comment .mv_comment_txt2 span {
    font-size: 2.2rem;
    color: #fff;
    font-weight: 900;
  }

  .mv_comment .mv_comment_txt3 {
    font-size: 1.75rem;
    font-weight: 900;
    margin-bottom: 4rem;
  }

  .mv_point {
    width: 80vw;
    margin: 0 auto;
  }

  .mv_point .mv_pt_item {
    background: #fff;
    border-radius: 2rem;
    padding: 2rem 1rem 1rem;
    margin-bottom: 4rem;
    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:last-child {
    margin: 0;
  }

  .mv_point .mv_pt_item p {
    text-align: center;
    font-size: 1.7rem;
    color: var(--color-orange);
    font-weight: 800;
  }

  .mv_point .mv_pt_item p span {
    font-size: 1rem;
    display: block;
    text-align: center;
  }

  .mv_point .mv_pt_item .mv_pt_c {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4rem;
    height: 4rem;
    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: 100%;
    margin-top: 0.3em;
    padding: 0 2.604166666%
  }

  #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: 6.0vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-red);
    margin-bottom: 4.557291666%;
    padding: 1em 0.5em;
    border-radius: 5px;
    border: 2px solid;
  }

  #content h2 {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 600;
    line-height: 1.3em;
    color: #ffffff;
    margin-bottom: 3.90625%;
    padding: 0.4em 0.4em 0.4em 1.0em;
    position: relative;
    background-color: var(--color-red);
  }

  /*
#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: #06560c;
}
*/

  #content h3 {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 600;
    line-height: 1.0em;
    color: #666666;
    margin-bottom: 2.604166666%;
    padding: 0.5em 0.4em 0.55em 0.8em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: solid 8px var(--color-red);
  }

  #content h4,
  #content h5,
  #content h6 {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 600;
    line-height: 1.0em;
    color: #666666;
    margin-bottom: 2.604166666%;
    padding-left: 1.5em;
    position: relative;
  }

  #content h4::before,
  #content h5::before,
  #content h6::before {
    width: 2.7vw;
    height: 2.7vw;
    content: '';
    position: absolute;
    left: 1.9vw;
    bottom: 1.3vw;
    border-radius: 50%;
    background-color: #596bb3;
    display: block;
  }

  #content h4::after,
  #content h5::after,
  #content h6::after {
    width: 1.7vw;
    height: 1.7vw;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    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;
    z-index: 10001;
    bottom: 16.0vw;
    right: 2.604166666%;
  }

  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;
    border-radius: 6px;
  }

  p.pagetop a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  /* フッター エリア */
  #footer .campaign {
    width: 100%;
    height: auto;
    margin-bottom: 9.114583333%;
    padding: 9.114583333% 2.604166666% 91.14583333% 2.604166666%;
    background-image: url("../../uploads/2025/07/campaign_bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 94.791666666%;
    display: table;
  }

  #footer .campaign .cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer .campaign .cover strong {
    font-family: var(--ff-normal), sans-serif;
    font-size: 11.0vw;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: -0.02em;
    color: #cc0000;
    margin-bottom: 3.90625%;
    padding: 0;
    display: block;
  }

  #footer .campaign .cover p {
    font-family: var(--ff-normal);
    font-size: 7.0vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.0em;
    color: #06560c;
    margin: 0;
    padding-left: 0.5em;
  }

  #footer .campaign .cover .inner {
    width: 100%;
    height: auto;
    margin: 5.208333333% 0;
    padding: 0;
    display: table;
  }

  #footer .campaign .cover .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer .campaign .cover .inner ul:nth-child(1) {
    margin-bottom: 9.0vw;
  }

  #footer .campaign .cover .inner ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:first-child {
    padding-right: 0.5em;
    margin-bottom: 3.255208333%;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:last-child {
    width: 100%;
    padding: 0.5em 0 0 0;
    background-color: #cc0000;
    position: relative;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:last-child::after {
    width: 20.0vw;
    height: 5.0vw;
    margin: 0 auto;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4.9vw;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    background-color: #cc0000;
  }

  #footer .campaign .cover .inner ul:nth-child(2) li:last-child {
    margin-top: 2.604166666%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:first-child p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 400;
    text-align: right;
    line-height: 1.0em;
    color: #666666;
    margin: 0;
    padding: 0;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:first-child p strong {
    font-family: var(--ff-normal), sans-serif;
    font-size: 8.0vw;
    transform: scale(0.7, 1);
    color: #000000;
    margin: 0 -0.3em 0 -0.2em;
    padding: 0;
    display: inline-block;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:first-child p span {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 500;
    color: #000000;
    margin-right: -0.2em;
    padding: 0;
    border: none;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:last-child p {
    font-family: var(--ff-normal), sans-serif;
    font-size: 5.0vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:last-child p span {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0.5em;
    padding: 0 0.4em 0.2em 0.4em;
    border: 1px solid #ffffff;
  }

  #footer .campaign .cover .inner ul:nth-child(1) li:last-child p strong {
    font-family: var(--ff-normal), sans-serif;
    font-size: 12vw;
    transform: scale(0.7, 1);
    letter-spacing: 0;
    color: #ffffff;
    margin: 0 0 0.2em 0.05em;
    padding: 0;
    display: inline-block;
  }

  #footer .campaign .cover .inner ul:nth-child(2) li:first-child p {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    color: #444444;
    margin: 0;
    padding: 0 0 0 2.0em;
  }

  #footer .campaign .cover .inner ul:nth-child(2) li:last-child span {
    font-family: var(--ff-normal);
    font-size: 8.0vw;
    font-weight: 600;
    letter-spacing: 1.0em;
    color: #cc0000;
    margin: 0;
    padding: 0;
  }

  #footer .campaign .cover .inner ul:nth-child(2) li:last-child strong {
    font-family: var(--ff-normal), sans-serif;
    font-size: 20.0vw;
    transform: scale(0.7, 1);
    letter-spacing: -0.03em;
    color: #cc0000;
    margin: 0 -0.3em 0 0;
    padding: 0;
    display: inline-block;
  }

  #footer .campaign .cover a {
    width: 78.125%;
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin: 0 auto;
    padding: 0.8em 0;
    border-radius: 7px;
    background-color: #06560c;
    display: block;
  }

  #footer .campaign .cover a:hover {
    transform: scale(0.9);
    transition: 1.0s;
  }

  #footer_in {
    background: var(--color-cream);
  }

  #footer_in .footer_contact {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 6.510416666% 0;
    display: table;
  }

  #footer_in .footer_contact h3 {
    font-family: var(--ff-normal);
    font-size: 6.5vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #06560c;
  }

  #footer_in .footer_contact h3 span {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 900;
    text-align: center;
    line-height: 1.0em;
    color: #06560c;
    margin-top: 0.7em;
    display: block;
  }

  #footer_in .footer_contact .inner_top {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
    display: table;
  }

  #footer_in .footer_contact .inner_top .right {
    width: 100%;
    height: auto;
    margin-bottom: 5.208333333%;
    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: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666%;
  }

  #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: 1.5em;
    padding: 0;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child {
    margin-bottom: 0.6em;
  }

  #footer_in .footer_contact .inner_top .left ul li:last-child {
    margin: 0;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child a {
        color: var(--color-store);
        text-align: center;
        font-family: var(--ff-noto);
        font-weight: 800;
        text-decoration: none;
    display: block;
  }

  #footer_in .footer_contact .inner_top .left ul li:first-child img {
    width: 70.3125%;
    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: 3.4vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.4em;
    color: var(--color-bk);
  }

  #footer_in .footer_contact .inner_top .left ul li:last-child img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .footer_contact .time {
    background: #fff;
    border-radius: 20px;
    padding: 10px 10px 20px 10px;
    margin-bottom: 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;
    font-size: 12px;
  }

  #footer_in .footer_contact .time table thead td {
    width: 5%;
    font-family: var(--ff-normal);
    text-align: center;
  }

  #footer_in .footer_contact .time table thead th,
  #footer_in .footer_contact .time table thead td.donichi {
    width: 15%;
  }

  #footer_in .footer_contact .time table thead td {}

  #footer_in .footer_contact .time table tbody th {}

  #footer_in .footer_contact .time table tbody td {
    color: var(--color-red);
    font-size: 12px;
  }

  #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: 13px !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: 0;
    padding: 7.8125% 2.604166666% 5.208333333% 2.604166666%;
    display: table;
  }

  #footer_in .footer_contact .inner_middle a {
    font-family: var(--ff-normal);
    font-size: 6.0vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #06560c;
    padding: 0.3em 0;
    background-color: #ffffff;
    border: 1px solid #06560c;
    border-radius: 7px;
    display: block;
  }

  #footer_in .footer_contact .inner_middle a span {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #06560c;
    margin-top: 0.2em;
    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: 7.8125%;
    padding: 0 2.604166666%;
    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: 49.15254237%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .footer_contact .inner_bottom ul li a {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 0.5em 0;
    background-color: var(--color-orange);
    border-radius: 7px;
    display: block;
  }

  #footer_in .footer_contact .inner_bottom ul li:last-child a {
    background-color: #49bc54;
  }

  #footer_in .footer_contact .inner_bottom ul li a span {
    font-family: var(--ff-normal);
    font-size: 2.8vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 0.5em;
    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: 7.8125% 2.604166666%;
    background-color: var(--color-bk);
    display: table;
  }

  #footer .footer_nav .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer .footer_nav .inner .cover {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }
  #footer .footer_nav .inner .cover a.footer-logo {
    display: block;
    margin: 0 auto 20px auto;
    padding: 15px;
    background: #fff;
    border-radius: 2rem;
    width: 50%;
    height: auto;
    color: var(--color-store);
    text-align: center;
    font-family: var(--ff-noto);
    font-weight: 800;
    text-decoration: none;
  }
  #footer .footer_nav .inner .cover a img {
    margin-bottom: 5px;
  }

  #footer .footer_nav .inner .cover p {
    font-family: var(--ff-normal);
    font-size: 3.4vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    color: #ffffff;
    margin-top: 1.953125%;
  }

  #footer .footer_nav .inner .cover ul {
    width: 100%;
    height: auto;
    margin-top: 3.255208333%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  #footer .footer_nav .inner .cover ul li {
    width: 48.96978021%;
    height: auto;
    margin-top: 2.06043956%;
    padding: 0;
    background-image: url("http://meihoku-sekkotsu.com/tenpaku/wp-content/uploads/2026/08/arrow.webp");
    background-position: right 1.0em center;
    background-repeat: no-repeat;
    background-size: 3.0vw;
    background-color: var(--color-store);
  }

  #footer .footer_nav .inner .cover ul li a {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.5em 0 1.5em 1.5em;
    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: 5.208333333%;
    display: table;
  }

  #footer .footer_nav .inner .copyright p {
    font-family: var(--ff-normal);
    font-size: 2.5vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
  }

  /* slidemenu style */
  #footer #slidemenu {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10000;
    border-top: 1px solid #ffffff;
    box-shadow: 0 -3px 5px rgba(89, 107, 179, 0.2);
    background-color: #ffffff;
  }

  #footer #slidemenu ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
  }

  #footer #slidemenu ul li {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer #slidemenu ul li img {
    width: 70px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer #slidemenu ul li a:hover img {
    transition: 1.0s;
    opacity: 0.5;
    cursor: pointer;
  }

  /* slide_tel style */
  .slide_tel {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 39.0625%;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 20000;
  }

  .slide_tel .inner {
    width: 86.97916666%;
    height: auto;
    margin: 0 auto;
    padding: 4.491017964% 0;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 1.0);
    background-color: #ffffff;
  }

  .slide_tel .inner p {
    font-family: var(--ff-normal);
    font-size: 5.0vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.3em;
    color: #06560c;
  }

  .slide_tel .inner ul {
    width: 100%;
    height: auto;
    margin: 4.491017964% 0;
    padding: 2.994011976% 5.988023952%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7fcef;
  }

  .slide_tel .inner ul li {
    width: 48.20788535%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .slide_tel .inner ul li a {
    width: 100%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.3em;
    color: #ffffff;
    margin: 0;
    padding: 7.042253521% 0;
    border-radius: 7px;
    display: block;
  }

  .slide_tel .inner ul li:first-child a {
    background-color: #06560c;
  }

  .slide_tel .inner ul li:last-child a {
    background-color: #48bf7c;
  }

  .slide_tel .inner a:hover,
  .slide_tel .inner ul li a:hover {
    transition: 1.0s;
    opacity: 0.5;
    cursor: pointer;
  }

  .slide_tel .inner span {
    width: 86.97916666%;
    font-family: var(--ff-normal);
    font-size: 2.6vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.3em;
    color: #06560c;
    margin: 0 auto;
    display: block;
  }

  .slide_tel .inner a {
    width: 64.07185628%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.8vw;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 4.491017964% auto 0 auto;
    padding: 1.497005988% 0 2.245508982% 0;
    border-radius: 8.0vw;
    background-color: #06560c;
    display: block;
  }

  #footer #slidemenu ul li a {
    padding: 0px 0;
    display: flex;
    justify-content: center;
  }

  #footer #slidemenu ul li:nth-child(1) a {
    background-color: var(--color-orange);
  }

  #footer #slidemenu ul li:nth-child(2) a {
    background-color: #d6006c;
  }

  #footer #slidemenu ul li:nth-child(3) a {
    background-color: var(--color-green);
  }

  /* ウィジェット エリア */
  #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: 60%;
    height: auto;
    margin: 0 auto 3.90625%;
    padding: 20px 0 0;
  }

  #sidebar #widget-area .widget-container a img:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  #sidebar #widget-area .widget-container .side_menu {
    margin-bottom: 3.90625%;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 0.8em 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: #013b1a;
  }

  #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: 3.90625%;
    padding: 0 2.604166666%;
    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 3.25vw;
    border-bottom: 1px dotted #666666;
    /*
  background-image: url("../../uploads/2025/02/side_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 2.25vw;
*/
  }

  #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: 3.5vw;
    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: #06560c;
  }

  #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: #cc0000;
  }

  #sidebar #widget-area .widget-container #calendar_wrap {
    width: auto;
    margin-bottom: 20px;
    padding: 0 15px 0 0;
    background-color: #f8f8f8;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
    width: 100%;
    margin-top: 10px;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
    font-weight: bold;
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
    text-align: right;
    color: #333333;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
    color: #dc143c;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
    color: #999999;
  }

  #sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px 10px;
    color: #333333;
  }

  #sidebar #widget-area .widget-container h3 {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 0.8em 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: 0;
    border: 1px solid #cccccc;
    border-top: none;
  }

  .side_info img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .side_info p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 600;
    line-height: 1.4em;
    color: #666666;
    margin-bottom: 3.90625%;
    padding: 0 2.604166666%;
  }

  .side_info p span {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    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: 4.0vw;
    font-weight: 700;
    line-height: 1.0em;
    color: var(--color-bk);
    margin-bottom: 0.3em;
    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: #cc0000;
  }

  #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 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2.5em 3.125% 3.0em 3.125%;
    background-color: #fff;
    display: table;
  }

  .news section:nth-child(1) {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .news section ul:nth-child(1) {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 6.25%;
  }

  .news section ul:nth-child(1) li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .news section ul li strong {
    font-family: var(--ff-normal);
    font-size: 8.5vw;
    font-weight: 400;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: var(--color-red);
    position: relative;
    display: block;
  }

  .news section ul li strong::after {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #000000;
    content: 'お知らせ';
    position: absolute;
    top: 10.0vw;
    left: 0;
  }

  .news section ul:nth-child(2) {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .news section ul:nth-child(2) li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 1.25em 0;
    border-bottom: 1px dotted #666666;
  }

  .news section ul li p {
    line-height: 1.6em;
    letter-spacing: 0.05em;
  }

  .news section ul li p span {
    font-family: var(--ff-normal);
    font-size: 3.0vw;
    font-weight: 500;
    line-height: 1.0em;
    color: #000000;
    margin-bottom: 1.302083333%;
    display: block;
  }

  .news section ul li p a {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
    color: #555555;
    float: none;
    display: block;
  }

  .news section ul li p a::after {
    content: none;
  }

  .news section:nth-child(2) {
    width: 100%;
    height: auto;
    margin-top: 1.25em;
    padding: 0;
  }

  .news section a {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    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 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 2rem 1rem;
    background-color: var(--color-cream);
  }

  .top_contact2 {
    background-color: #fff;
  }

  .top_contact .inner_top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_contact .inner_top a {
    font-family: var(--ff-normal);
    font-size: 6.0vw;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #596bb3;
    padding: 0.3em 0;
    background-color: #ffffff;
    border: 1px solid #06560c;
    border-radius: 7px;
    display: block;
  }

  .top_contact .inner_top a span {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #596bb3;
    margin-top: 0.2em;
    display: block;
  }

  .top_contact .inner_top a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  .top_contact .inner_bottom {
    width: 100%;
    height: auto;
    margin: 0;
    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: 49.15254237%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_contact .inner_bottom ul li a {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 0.5em 0;
    background-color: var(--color-orange);
    border-radius: 7px;
    display: block;
    margin-bottom: 5px;
  }

  .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: 2.8vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 0.5em;
    display: block;
  }

  .top_contact .inner_bottom ul li a:hover {
    transition: 1.0s;
    opacity: 0.7;
  }

  .top_concept {
    width: 100%;
    height: auto;
    margin: 7.8125% 0 0;
    padding: 0 2.604166666%;
    display: table;
  }

  .top_concept .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    display: block;
  }

  /*
.top_concept .inner::after {
  content: url("../../uploads/2025/06/arrow.png");
  position: absolute;
  bottom: -95px;
  left: calc(50% - 40px);
}
*/
  .top_concept .inner .right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_concept .inner .right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 20px;
  }

  .top_concept .inner .left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 13.0208333333% 5.208333333% 7.8125% 5.208333333%;
  }

  .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: 26px;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    color: var(--color-bk);
    padding-bottom: 7.8125%;
    display: block;
  }

  .top_concept .inner .left ul li strong span {
    font-family: var(--ff-normal);
    font-size: 32px;
    line-height: 1.1;
    font-weight: 700;
    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: -24px;
  right: -12px;
}*/

  .top_concept .inner .left ul li p {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
    margin-top: 3.90625%;
  }

  .top_appeal {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 50px 7% 7.8125% 7%;
    display: table;
    background: var(--color-gray);
  }

  .top_appeal .inner {
    width: 100%;
    height: auto;
    margin: 0;
    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: 5.208333333%;
    padding: 0;
  }

  .top_appeal .inner ul li strong {
    font-family: var(--ff-normal);
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: var(--color-bk);
    padding-bottom: 7.8125%;
    display: block;
  }

  .top_appeal .inner ul li strong span {
    color: var(--color-red);
    font-family: var(--ff-normal);
    font-size: 33px;
    font-weight: 800;
    line-height: 1.1;
  }


  .top_appeal .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
  }

  .top_appeal .inner ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-radius: 20px;
  }

  .top_appeal .inner ul li span {
    font-family: var(--ff-normal);
    font-size: 3.0vw;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    color: #333333;
    display: block;
  }

  .top_message {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.8125% 2.604166666%;
    background-color: var(--color-gray);
    display: table;
  }

  .top_message_box{
    padding: 0;
  }
   .top_message strong {
    font-family: var(--ff-normal);
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-bk);
    padding-bottom: 0;
    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 .inner {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 5.208333333% 5.208333333% 7.8125% 5.208333333%;
    background-color: #ffffff;
  }

  .top_message .inner .left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .left img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .left ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_message .inner .left ul li strong {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 900;
    text-align: left;
    line-height: 1.8em;
    color: var(--color-bk);
    margin-top: 5.208333333%;
    padding: 0;
    background: none;
    display: block;
  }

  .top_message .inner .left ul li p {
    font-family: var(--ff-normal);
    font-size: 3.8vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.8em;
    color: #333333;
    margin-top: 1.302083333%;
    padding: 0;
  }

  .top_message .inner .right {
    width: 100%;
    height: auto;
    margin-top: 12%;
    padding: 0;
  }

  .top_message .inner .right ul {
    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-red);
  }

  .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-red);
    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: 17px;
  }
/*
  .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%);
  }
*/
  .top_cases {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.8125% 2.604166666% 13.0208333333% 2.604166666%;
    display: table;
    background: var(--color-red);
  }

  .top_cases strong {
    font-family: var(--ff-normal);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 35px;
    display: block;
  }

  .top_cases strong span {
    font-family: var(--ff-normal);
    color: var(--color-bk);
  }

  .top_cases .inner {
    width: 100%;
    height: auto;
    margin: 5.208333333% 0 7.8125% 0;
    padding: 0;
  }

  .top_cases .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }

  .top_cases .inner ul li {
    width: auto;
    height: auto;
    margin: 0 1.953125% 3.90625% 1.953125%;
    padding: 0;
  }

  .top_cases .inner ul li:nth-child(n+9) {
    display: none;
  }

  .top_cases .inner ul li a {
    width: auto;
    font-family: var(--ff-normal);
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: var(--color-bk);
    margin: 0;
    padding: 20px 20px;
    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;
    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 {
    width: 90vw;
    height: auto;
    margin: 2rem auto 0;
    padding-bottom: 3.90625%;
    display: table;
  }

  .top_reason p.ttl_txt {
    font-family: var(--ff-normal);
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
    padding-bottom: 35px;
  }

  .top_reason p strong {
    font-family: var(--ff-normal);
    font-size: 37px;
    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 {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
  }

  .top_reason .inner .img_left,
  .top_reason .inner .img_right {
    width: 100%;
    height: auto;
    margin-bottom: 7.8125%;
    padding: 0;
    display: table;
  }

  .top_reason .inner .img_left .img_box,
  .top_reason .inner .img_right .img_box {
    width: 100%;
    height: auto;
    margin-bottom: 5.208333333%;
    padding: 0;
  }

  .top_reason .inner .img_left .img_box img,
  .top_reason .inner .img_right .img_box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner .img_left ul,
  .top_reason .inner .img_right ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666%;
  }

  .top_reason .inner .img_left ul li,
  .top_reason .inner .img_right ul li {
    width: 100%;
    height: auto;
    margin-bottom: 3.90625%;
    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: 21.97802199%;
    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: 4.7vw;
    font-weight: 700;
    line-height: 1.3em;
    letter-spacing: -0.05em;
    color: var(--color-bk);
    display: block;
  }

  .top_reason .inner .img_left ul li p,
  .top_reason .inner .img_right ul li p {
    font-family: var(--ff-normal);
    font-size: 3.6vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #333333;
    margin: 0;
    padding: 0;
    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: -40%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--color-red);
    border-radius: 50%;
    z-index: -1;
  }


  .top_recommend {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666%;
    display: table;
  }

  .top_recommend strong {
    font-family: var(--ff-normal);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    color: #0c5714;
    padding-bottom: 7.8125%;
    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: 25px;
    font-weight: 700;
    color: #cc0000;
  }

  .top_recommend .inner {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
  }

  .top_recommend .inner ul {
    width: 100%;
    height: auto;
    margin-bottom: 7.8125%;
    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: 2.604166666%;
    padding: 3.90625% 0 1.302083333% 0;
    background-color: #0c5714;
  }

  .top_recommend .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: center;
    line-height: 2.0em;
    color: #ffffff;
  }

  .top_recommend .inner ul li p strong {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    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: 3.90625% 2.604166666%;
    display: table;
  }

  .top_theory strong {
    font-family: var(--ff-normal);
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    color: #0c5714;
    padding-bottom: 7.8125%;
    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: 28px;
    font-weight: 700;
    color: #cc0000;
  }

  .top_theory .inner {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
  }

  .top_theory .inner ul {
    width: 100%;
    height: auto;
    margin-bottom: 7.8125%;
    padding: 3.90625% 5.208333333%;
    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: 4.0vw;
    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);
  }

  .beginner_title {}

  .access_title {}

  .beginner_title h1,
  .access_title h1 {
    font-family: var(--ff-normal);
    font-size: 7.0vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.7em 0;
    position: relative;
  }

  .beginner_title h1::after {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: normal;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-top: 2.604166666%;
    content: 'Beginner';
    display: block;
  }

  .access_title h1::after {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: normal;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #ffffff;
    margin-top: 2.604166666%;
    content: 'Access';
    display: block;
  }

  /* 初めての方へページ エリア */
  .beginner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666%;
  }

  .beginner .inner_top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.8125% 0 10.41666666% 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: 90.88541666%;
    height: auto;
    margin-top: -7.8125%;
    padding: 0;
    z-index: 2;
    position: relative;
    float: left;
  }

  .beginner .inner_top .inner_first ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_top .inner_first ul li:first-child {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_top .inner_first ul li:first-child strong {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    color: #666666;
    display: block;
  }

  .beginner .inner_top .inner_first ul li:first-child strong span {
    font-family: var(--ff-normal);
    font-size: 5.1vw;
    font-weight: 700;
    color: var(--color-red);
  }

  .beginner .inner_top .inner_first ul li:last-child {
    width: 90.88541666%;
    height: auto;
    margin-top: -3.90625%;
    padding: 5.208333333% 5.208333333% 10.41666666% 5.208333333%;
    background-color: #f7fcef;
    float: right;
  }

  .beginner .inner_top .inner_first ul li:last-child p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #666666;
    margin-bottom: 2.604166666%;
  }

  .beginner .inner_top .inner_second {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0;
    display: table;
  }

  .beginner .inner_top .inner_second img {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
  }

  .beginner .inner_top .inner_second ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .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: 5.1vw;
    font-weight: 800;
    text-align: left;
    line-height: 1.4em;
    color: var(--color-red);
    display: block;
  }

  .beginner .inner_top .inner_second ul li p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: var(--color-bk);
    margin-top: 2.604166666%;
  }

  .beginner .inner_reason {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  .beginner .inner_reason strong {
    font-family: var(--ff-normal);
    font-size: 9.0vw;
    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: 4.0vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #666666;
    margin: 1.302083333% 0 -1.302083333% 0;
    content: '選ばれる理由';
    display: block;
  }

  .beginner .inner_reason .inner {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0;
    display: table;
  }

  .beginner .inner_reason .inner img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_reason .inner ul {
    width: 100%;
    height: auto;
    margin-top: 3.8125%;
    padding: 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 20.0vw;
  }

  .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: 7.8125%;
  }

  .beginner .inner_reason .inner ul li strong {
    font-family: var(--ff-normal);
    font-size: 4.8vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    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: 3.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #666666;
    margin-top: 2.604166666%;
  }

  .beginner .inner_flow {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10.41666666% 0 7.8125% 0;
    display: table;
  }

  .beginner .inner_flow strong {
    font-family: var(--ff-normal);
    font-size: 9.0vw;
    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: 4.0vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #666666;
    margin: 1.302083333% 0 -1.302083333% 0;
    content: '施術の流れ';
    display: block;
  }

  .beginner .inner_flow .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .beginner .inner_flow .inner ul {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0;
  }

  .beginner .inner_flow .inner ul li {
    width: 100%;
    height: auto;
    margin-bottom: 2.604166666%;
    padding-left: 9.0vw;
    position: relative;
  }

  .beginner .inner_flow .inner ul li:first-child {
    margin-bottom: 5.208333333%;
  }

  .beginner .inner_flow .inner ul li:last-child {
    margin: 0;
  }

  .beginner .inner_flow .inner ul li::before {
    font-family: var(--ff-normal);
    font-size: 5.1vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    color: #ffffff;
    padding: 0 0.43em;
    position: absolute;
    top: 0;
    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: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;
  }

  .beginner .inner_flow .inner ul li strong {
    font-family: var(--ff-normal);
    font-size: 5.1vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    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: 3.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #666666;
    margin-top: 2.604166666%;
  }

  /* 料金・アクセスページ エリア */
  /* =========================
   料金ページ SP
========================= */

  .price {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
    box-sizing: border-box;
  }

  .price .price_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.8125% 2.604166666% 0;
    box-sizing: border-box;
  }

  .price .price_title02 {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 7.8125% 2.604166666% 1.302083333%;
    box-sizing: border-box;
  }

  .price .price_title strong {
    font-family: var(--ff-normal);
    font-size: 5.5vw;
    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: 3.3vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    color: var(--color-orange);
    margin-top: 0.5em;
    display: block;
  }

  .price .price_title img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .price .inner {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0 2.604166666%;
    box-sizing: border-box;
  }

  .price .inner span {
    font-family: var(--ff-normal);
    font-size: 2.8vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.6em;
    color: #fff;
    margin-top: 1.302083333%;
    display: block;
  }


  /* =========================
   共通テーブル
========================= */

  .price .inner table {
    width: 100%;
    height: auto;
    margin: 0 0 5%;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
    table-layout: fixed;
    font-size: 15px;
  }

  .price .inner table.type02,
  .price .inner table.type04 {
    margin-bottom: 5%;
  }

  .price .inner .zero {
    margin: -3.90625% 0 2.604166666% 0;
  }


  /* =========================
   保険料金表
   5列の場合
========================= */

  .price .inner table.type02 th,
  .price .inner table.type02 td {

    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
  }


  /* 項目名 */
  .price .inner table.type02 th {
    width: 20%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.4vw;
    font-weight: 500;
    line-height: 1.4;
    color: #ffffff;
    padding: 0.9em 0.3em;
    border: 1px solid var(--color-bk);
    background-color: var(--color-bk);
  }


  /* 金額 */
  .price .inner table.type02 td {
    width: 20%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    color: var(--color-bk);
    padding: 0.9em 0.2em;
    border: 1px solid var(--color-bk);
    background-color: #fff;
  }


  /* 表タイトル */
  .price .inner table.type02 tr.course-title th {
    width: 100%;
    font-size: 4.0vw;
    font-weight: 600;
    line-height: 1.4;
    padding: 0.8em 0.5em;
    text-align: center;
  }


  /* 表の見出し */
  .price .inner table.type02 tr:not(.course-title) th {
    font-size: 3.2vw;
    text-align: center;
  }


  /* =========================
   その他の料金表
   2列の場合
========================= */

  .price .inner table.type03 th,
  .price .inner table.type04 th {
    width: 38%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    padding: 0.9em 0.5em;
    border: 1px solid var(--color-bk);
    background-color: var(--color-bk);
  }

  .price .inner table.type03 td,
  .price .inner table.type04 td {
    width: 62%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.8vw;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    line-height: 1.4;
    color: var(--color-bk);
    padding: 0.9em 0.5em;
    border: 1px solid var(--color-bk);
    background-color: #fff;
  }


  /* 自費治療タイトル */
  .price .inner table.type03 tr:first-child th,
  .price .inner table.type04 tr:first-child th {
    width: 100%;
    font-size: 4.0vw;
    line-height: 1.4;
    text-align: center;
    padding: 0.8em 0.5em;
  }


  /* =========================
   文字
========================= */

  .price .inner table th p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    color: #ffffff;
  }

  .price .inner table td strong {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.5em;
    color: var(--color-bk);
    display: block;
  }

  .price .inner table td span {
    font-family: var(--ff-normal);
    font-size: 3.2vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.5em;
    color: #666666;
    margin-top: 1.953125%;
    display: block;
  }

  .price .inner table td span.note {
    font-size: 2.8vw;
    text-align: center;
    color: #dc143c;
  }

  .price .inner table td p {
    font-family: var(--ff-normal);
    font-size: 3.3vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: #666666;
  }


  /* =========================
   注意書き
========================= */

  .price .price-note {
    margin: -2% 0 8%;
    font-size: 2.8vw;
    line-height: 1.7;
    color: #666;
  }

  /* =========================
   料金表 スマホ時の色を固定
========================= */

  /* 表全体 */
  .price .inner table th {
    background-color: var(--color-bk);
    color: #ffffff;
    text-align: center;
  }

  /* 通常の金額セル */
  .price .inner table td {
    background-color: #ffffff;
    color: var(--color-bk);
    border: 1px solid var(--color-bk);
    text-align: left;
  }

  /* 表タイトル */
  .price .inner table tr.course-title th {
    background-color: var(--color-bk);
    color: #ffffff;
    text-align: center;
  }

  /* 保険料金表の見出し */
  .price .inner table.type02 th {
    background-color: var(--color-bk);
    color: #ffffff;
  }

  /* 保険料金表の金額 */
  .price .inner table.type02 td {
    background-color: #ffffff;
    color: var(--color-bk);
  }

  /* 自費料金表 */
  .price .inner table.type03 th,
  .price .inner table.type04 th {
    background-color: var(--color-bk);
    color: #ffffff;
  }

  .price .inner table.type03 td,
  .price .inner table.type04 td {
    background-color: #ffffff;
    color: var(--color-bk);
  }

  .page_access {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 2.604166666% 7.8125% 2.604166666%;
    display: table;
  }

  .page_access .page_access_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 9.114583333%;
  }

  .page_access .page_access_title strong {
    font-family: var(--ff-normal);
    font-size: 5.5vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #666666;
    display: block;
  }

  .page_access .page_access_title strong span {
    font-family: var(--ff-normal);
    font-size: 3.3vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: var(--color-orange);
    margin-top: 0.5em;
    display: block;
  }

  .page_access .inner {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    padding: 0;
  }

  .page_access .inner .view {
    width: 100%;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
  }

  .page_access .inner .view iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .page_access .inner table {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .page_access .inner table th {
    width: 25%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.7vw;
    font-weight: 600;
    text-align: center;
    line-height: 1.6em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    border-top: 1px solid var(--color-bk);
    border-right: 1px solid var(--color-bk);
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid var(--color-bk);
    background-color: var(--color-bk);
  }

  .page_access .inner table th.type02 {
    border: 1px solid var(--color-bk);
  }

  .page_access .inner table td {
    width: 75%;
    height: auto;
    font-family: var(--ff-normal);
    font-size: 3.7vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: #666666;
    margin: 0;
    padding: 1.0em 0.5em 1.0em 1.0em;
    border: 1px solid var(--color-bk);
  }

  .page_access .inner table td span {
    font-family: var(--ff-normal);
    font-size: 3.7vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: #666666;
    margin-top: -0.2em;
    display: block;
  }

  .page_access .inner table td span.mgn {
    margin-bottom: 0.3em;
  }

 /* ==========================================================================
   お問い合わせページ エリア - レスポンシブ対応（768px以下）
   ========================================================================== */
@media screen and (max-width: 768px) {

  /* --- フォーム行間隔：PC版より詰めてスクロール量を抑制 --- */
  .form__row {
    margin-bottom: 1.5em;
  }

  /* --- ラベル --- */
  .form__label {
    font-size: 3.5vw; /* 参考CSSに準拠。3.5vw≒13.44px@384px幅 */
    font-weight: 500;
    line-height: 1.4em; /* 1.0emは詰まりすぎるため可読性を考慮し調整 */
    margin-bottom: 0.4em;
  }

  .form__label.is-required::after {
    font-size: 2.5vw;
    padding: 1px 0.8em 3px 0.8em;
  }

  /* --- 入力フィールド共通（text/email/tel/date） --- */
  .form__body input[type="text"],
  .form__body input[type="email"],
  .form__body input[type="tel"],
  .form__body input[type="date"] {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.4em;
    min-height: 3.0em;
    padding: 0.8em 1.0em;
  }

  /* --- textarea --- */
  .form__body textarea {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.4em;
    color: #666666;
    padding: 0.8em 1.0em;
  }

  /* --- select共通 --- */
  .form__body select,
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-size: 3.5vw;
    font-weight: 500;
    line-height: 1.4em;
    min-height: 3.0em;
    padding: 0.8em 2.4em 0.8em 1.0em;
  }

  .form__body select option {
    font-size: 3.5vw;
  }

  /* --- チェックボックス/ラジオボタンのラベル --- */
  span.wpcf7-list-item-label {
    font-size: 3.5vw;
    line-height: 1.4em;
    margin: 0.8em 0 0 0.5em;
  }

  .wpcf7 p.radio {
    margin-bottom: 2.0em; /* PC版3.0emから圧縮 */
  }

  /* ==========================================================================
     予約希望日時ブロック（.wpcf7-reservation-datetime）
     ========================================================================== */

  .wpcf7-reservation-datetime {
    padding: 1.0em; /* PC版より圧縮し画面幅を有効活用 */
    margin-bottom: 1.5em;
  }

  .wpcf7-reservation-datetime input[type="date"] {
    font-size: 3.5vw;
    min-height: 3.0em;
    padding: 0.8em 1.0em;
    margin-bottom: 1.0em;
  }

  /*
    「時」「分」セレクトはPC版では横並びだが、
    幅が狭くなるスマホでは縦積みの方がタップしやすいため
    display:blockに変更しfull幅化する
  */
  .wpcf7-reservation-datetime p:has(select[name="menu-time"]),
  .wpcf7-reservation-datetime p:has(select[name="menu-time2"]) {
    display: block;
    width: 100%;
    margin: 0 0 1.0em 0;
  }

  .wpcf7-reservation-datetime select[name="menu-time"],
  .wpcf7-reservation-datetime select[name="menu-time2"] {
    width: 100%;
    min-width: 0;
    font-size: 3.5vw;
    min-height: 3.0em;
    padding: 0.8em 2.4em 0.8em 1.0em;
    background-size: 1.0em;
  }

  .wpcf7-reservation-datetime > p:last-child {
    font-size: 2.5vw;
    padding: 0.5em 0.8em;
  }

  /* ==========================================================================
     必須バッジ・同意表記
     ========================================================================== */

  .wpcf7 p span.required {
    font-size: 2.5vw;
    line-height: 1.3em;
  }

  .wpcf7 p span.accept,
  .wpcf7-form-control-wrap.accept-this label {
    font-size: 2.5vw;
    line-height: 1.4em;
  }

  .wpcf7-form-control-wrap.accept-this label {
    padding: 0.8em;
  }

  /* ==========================================================================
     送信ボタン
     ========================================================================== */

  .submit-btn {
    max-width: none;
    width: 60%; /* 参考CSSの60%指定を踏襲 */
    margin: 5.208333333% auto 0 auto; /* 参考CSSの数値をそのまま採用 */
  }

  .submit-btn input[type="submit"] {
    font-size: 4.0vw;
    line-height: 1.3em;
    padding: 0.7em 0;
  }

  /* ==========================================================================
     プレースホルダー
     ========================================================================== */

  ::-webkit-input-placeholder,
  :-ms-input-placeholder {
    font-size: 3.5vw;
    line-height: 1.3em;
  }

  ::-moz-placeholder {
    font-size: 3.5vw;
    line-height: 1.3em;
    opacity: 1;
  }
}

  /* お問い合わせサンクスページ エリア */
  .page_thanks {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page_thanks p {
    font-family: var(--ff-normal);
    font-size: 5.0vw;
    font-weight: 600;
    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: 5.0vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.4em;
    color: #333333;
    margin-bottom: 3.90625%;
    display: block;
  }

  .single_voice figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

  .single_voice figure img {
    width: 100%;
    height: 60.0vw;
    margin-bottom: 3.90625%;
    padding: 0;
    object-fit: cover;
  }

 .single_voice .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625% 3.90625% 5.208333333% 3.90625%;
  background-color: #f8f8f8;
  display: table;
}

 .single_voice .top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

  .single_voice .top p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
  }

  .single_voice .top p span {
    font-family: var(--ff-normal), sans-serif;
    font-size: 4.0vw;
    font-weight: 600;
    color: #cc0000;
  }

  .single_voice .bottom {
    width: 100%;
    height: auto;
    margin-top: 3.90625%;
    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: 2.604166666%;
    padding: 0;
  }

  .single_voice .bottom ul li p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    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: 6.510416666%;
    padding: 3.90625% 3.90625% 5.208333333% 3.90625%;
    background-color: #f8f8f8;
    display: table;
  }

  .voices_cats .voice_excerpt a {
    font-family: var(--ff-normal);
    font-size: 5.0vw;
    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.7;
  }

  .voices_cats .voice_excerpt .inner {
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
  }

 .voices_cats .voice_excerpt .inner figure {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

  .voices_cats .voice_excerpt .inner figure img {
    width: 100%;
    height: 50.0vw;
    margin-bottom: 3.90625%;
    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: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 400;
    text-align: justify;
    line-height: 1.8em;
    color: #000000;
  }

  .voices_cats .voice_excerpt .inner .top p span {
    font-family: var(--ff-normal), sans-serif;
    font-size: 4.0vw;
    font-weight: 600;
    color: #cc0000;
  }

  .voices_cats .voice_excerpt .inner .bottom {
    width: 100%;
    height: auto;
    margin-top: 3.90625%;
    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: 2.604166666%;
    padding: 0;
  }

  .voices_cats .voice_excerpt .inner .bottom ul li p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    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: 4.557591666%;
    padding: 0;
    display: table;
  }

  .single_case .type01 {
    margin-bottom: 7.161458333%;
  }

  .single_case .inner img {
    width: 100%;
    height: auto;
    margin-bottom: 3.90625%;
    padding: 0;
  }

  .single_case .inner p {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    color: #000000;
    margin: 2.604166666% 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: 5.2vw;
    margin: 0 0 3.255208333% 0;
    padding-left: 6.5vw;
    background-image: url("../../uploads/2025/02/check_icon.png");
    background-position: left 0.15em;
    background-repeat: no-repeat;
    background-size: 5.0vw;
  }

  .single_case .inner ul li:last-child {
    margin: 0;
  }

  .single_case .inner ul li p {
    font-family: var(--ff-normal);
    font-size: 4.0vw;
    font-weight: 600;
    text-align: left;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
  }

  .single_case .inner ul li p span {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: left;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    display: block;
  }

  .cases_voice {
    width: 100%;
    height: auto;
    margin-top: 7.8125%;
    padding: 0;
  }

  .cases_voice .inner:has(.title) {
    width: 100%;
    height: auto;
    margin-bottom: 5.208333333%;
    padding: 3.90625%;
    border: 5px solid #d4fb82;
    display: table;
  }

  .cases_voice .inner {
    display: none;
  }

  .cases_voice .inner p {
    font-family: var(--ff-normal);
    font-size: 3.8vw;
    font-weight: 700;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #06560c;
    margin-bottom: 3.90625%;
    padding-bottom: 1.302083333%;
    border-bottom: 2px dotted #06560c;
  }

  .cases_voice .inner ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .cases_voice .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .cases_voice .inner ul li:first-child {
    margin-bottom: 3.90625%;
  }

  .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: 3.5vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.6em;
    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: 5.0vw;
    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: 3.90625%;
    overflow: hidden;
  }

  #cases_wrap .case-block li {
    width: 50%;
    ;
    padding: 0.3em;
    float: left;
  }

  #cases_wrap .case-block a {
    font-family: var(--ff-normal);
    font-size: 3.5vw;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    padding: 0.8em 0.3em;
    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: 3.5vw;
    font-weight: 500;
    color: #fff;
  }

  #cases_wrap .case-block a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 5px;
    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: 7.8125% 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: 3.90625% 0 3.255208333% 0;
    padding: 0;
  }

  .single_reason .ttl li:first-child,
  .single_reason .ttl li:last-child {
    margin: 0;
  }

  .single_reason .ttl li img {
    width: 39.06249999%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .single_reason .ttl li p {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 700;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #06560c;
    margin: 0;
  }

  .single_reason .ttl li p span {
    font-family: var(--ff-normal);
    font-size: 4.5vw;
    font-weight: 700;
    color: #cc0000;
  }

  .single_reason .inner {
    width: 100%;
    height: auto;
    margin-top: 5.208333333%;
    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: 3.90625%;
  }

  .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: 3.5vw;
    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: 3.8vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.8em;
    color: #333333;
    margin: 0 0 5.208333333% 0;
  }

  .page_contact ul,
  .single_contact ul {
    width: 100%;
    height: auto;
    margin-bottom: 7.8125%;
    padding: 0;
  }

  .page_contact ul li,
  .single_contact ul li {
    width: 100%;
    height: auto;
    margin-top: 3.90625%;
    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: 3.5vw;
    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.7;
  }

  .page_contact .view,
  .single_contact .view {
    width: 100%;
    margin: 0;
    padding-top: 56.25%;
    position: relative;
  }

  .page_contact .view iframe,
  .single_contact .view iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  /* カテゴリ・アーカイブ・検索結果ページ エリア */
  .post_inner {
    width: 100%;
    height: auto;
    margin-bottom: 3.90625%;
    padding-bottom: 1.953125%;
    float: left;
    border-bottom: 1px dotted #06560c;
  }

  .post_inner .thum {
    width: 21.97802197%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .post_inner .show_post {
    width: 75.27472527%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .post_inner .show_post li {
    width: 100%;
    height: auto;
    margin-bottom: 0.911458333%;
    padding: 0;
    float: left;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark {
    width: auto;
    height: auto;
    font-family: var(--ff-normal);
    line-height: 1.0em;
    margin: 0;
    padding: 0 3px;
    float: left;
    background-color: #06560c;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark a {
    font-family: var(--ff-normal);
    font-size: 10px;
    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;
    text-decoration: none;
    line-height: 1.2em;
    color: #666666;
    display: block;
  }

  .post_inner .show_post li.cat_text_box {
    margin: 0;
  }

  .post_inner .show_post li.cat_text_box p.cat_text {
    line-height: 1.2em;
  }

  .post_inner .show_post li.cat_text_box p.cat_text a {
    font-family: var(--ff-normal);
    font-size: 13px;
    font-weight: 500;
    color: #999999;
    text-decoration: none;
    display: block;
  }

  .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.7;
  }

  /* フッターポップチラ見え防止 */
  .slide_tel {#header_in .description
    display: none;
  }

  .slide_tel.active {
    display: block;
  }

  .course-title th {
    background: #f5f5f5 !important;
    border-left: 5px solid var(--color-red);
    color: #333 !important;
    text-align: center !important;
    font-size: 18px;
    padding: 12px 15px;
  }





}