@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 (min-width: 769px) {
  .sp {
    display: none;
  }

  .pc_btn {
    display: block !important;
  }

  .sp_btn {
    display: none !important;
  }


  a.link-btn {
    text-decoration: none;
    color: var(--color-navy);
    font-weight: bold;
    padding: 1rem 3rem;
    border: 2px solid;
    display: inline-block;
    min-width: 350px;
    font-size: 18px;
    position: relative;
    transition: all .3s;
  }

  a.link-btn:hover {
    color: #fff;
    background: var(--color-navy);
    border-color: var(--color-navy);
  }

  a.link-btn:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: var(--color-navy);
    line-height: 1;
    width: 1.5em;
    height: 1.5em;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 1rem;
    bottom: 0;
    margin: auto;
  }

  a.link-btn:hover:before {
    background: var(--color-bgyellow);
    border-color: var(--color-bgyellow);
  }

  a.link-btn:after {
    content: '';
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
    border-width: 0.3em 0.5em;
    border-left-color: currentColor;
    border-right: 0;
    transform: translateX(15%);
    position: absolute;
    top: 0;
    right: 1.625rem;
    bottom: 0;
    margin: auto;
  }

  body.page-template-page-onecolumn #content .wrap {
    max-width: 1100px;
    margin: 0 auto;
  }

  body.page-template-page-onecolumn #content .onecolumn_h2 {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
  }

  body.page-template-page-onecolumn #content .onecolumn_h2 h2 {
    background-color: unset;
    color: #27B0CB;
    font-size: 65px;
    line-height: 1em;
    margin-bottom: 0;
    padding: 10px 10px 0 10px;
    border: none;
    font-weight: bold;
  }

  body.page-template-page-onecolumn #content .onecolumn_h2.jp h2 {
    font-size: 42px;
  }

  body.page-template-page-onecolumn #content .onecolumn_h2 p {
    background-color: unset;
    color: #404040;
    line-height: 1em;
    font-size: 22px;
    margin: 12px auto 0;
    font-weight: 600;
  }

  body.page-template-page-onecolumn #content h3 {
    padding: 0;
    border: unset;
    font-weight: bold;
    background-color: unset;
    padding: 15px;
    padding-left: 30px;
    font-size: 24px;
    background-image: url(images/h3-icon.png);
    background-repeat: no-repeat;
    background-position: left center;
  }

  body.page-template-page-onecolumn #content #guide_page h3 {
    background: none;
    padding: 0;
  }

  /*****768以下*****/
  @media screen and (max-width:768px) {
    #content p {
      margin-bottom: 1.75em;
      line-height: 1.75;
    }

    body.page-template-page-onecolumn #content h2,
    body.page-template-page-onecolumn #content h3 {
      padding: 0;
      border: unset;
      font-weight: bold;
      background-color: unset;
    }

    body.page-template-page-onecolumn #content .onecolumn_h2 h2 {
      width: 100%;
      padding-left: 0;
      text-align: center;
      font-size: 13vw;
    }

    body.page-template-page-onecolumn #content .onecolumn_h2 p {
      font-size: 6vw;
    }
  }

  /* ヘッダー エリア */
  #header_in .inner_left {
    width: 25.42372881%;
    height: auto;
    margin: 0;
    padding: 0;
padding-top: 8px;
    float: left;
  }

  #header_in .inner_left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left ul li:first-child {
    margin-bottom: 10px;
  }

  #header_in .inner_left ul li .description {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #665544;
  }

  #header_in .inner_left ul li img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left ul li a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }

  #header_in .inner_right {
    width: 55.84745762%;
    height: auto;
    margin: 0;
    padding-top: 6px;
    float: right;
  }

  #header_in .inner_right ul {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #665544;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_in .inner_right ul li {
    width: 34.16666666%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_right ul li:first-child {
    width: 26.66666666%;
  }

  #header_in .inner_right ul li a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 5px 0 7px 0;
    background-color: #e46f6f;
    border-radius: 40px;
    display: block;
  }

  #header_in .inner_right ul li:last-child a {
    background-color: #49bc54;
    border-radius: 40px;
  }

  #header_in .inner_right ul li a span {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin-bottom: 5px;
    display: block;
  }

  #header_in .inner_right ul li:first-child a {
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #665544;
    padding: 0;
    background: none;
  }

  #header_in .inner_right ul li:first-child a span {
    font-size: 16px;
    letter-spacing: 0;
    color: #665544;
  }

  #header_in .inner_right ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #header_in .inner_right p {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #665544;
  }

  #header_in .inner_nav {
    width: 100%;
    height: auto;
    margin: 0;
    padding-top: 30px;
    display: table;
  }

  #header_in .inner_nav ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #header_in .inner_nav ul li {
    width: 16.66666666%;
    height: auto;
    margin: 0;
    padding: 0;
    border-right: 1px solid #9c896a;
    border-left: none;
  }

  #header_in .inner_nav ul li:first-child {
    border-right: 1px solid #9c896a;
    border-left: 1px solid #9c896a;
  }

  #header_in .inner_nav ul li a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #39342c;
    margin: 0;
    padding: 5px 0;
    display: block;
  }

  #header_in .inner_nav ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* main_visual エリア */
  #main_visual_in img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  /* パンくずリスト エリア */
  #breadcrumb {
    width: 1180px;
    margin: 0 auto;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  .cases-template-default #breadcrumb,
  .page-template-default #breadcrumb {
    display: none;
  }

  /* コンテンツ エリア */
  #content h1 {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin-bottom: 35px;
    padding: 0.6em 0.5em;
    border-radius: 5px;
    background-color: #22987a;
  }

  #content h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.0em;
    color: #fff;
    margin-bottom: 30px;
    padding: 0.4em 0.4em 0.5em 1.5em;
    background-color: #22987a;
  }

  #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;
  }

  #content h3 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.0em;
    color: #665544;
    margin-bottom: 20px;
    padding: 0.6em 0.4em 0.65em 0.8em;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-left: solid 8px #cd8826;
    background-color: #f0ebe1;
  }

  #content h4 {
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    color: #494949;
    /*文字色*/
    background: transparent;
    /*背景透明に*/
    border-left: solid 5px #cd8826;
    /*左線*/
  }

  #content h5,
  #content h6 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.0em;
    color: #665544;
    margin-bottom: 20px;
    padding-left: 1.5em;
    position: relative;
  }

  #content h5::before,
  #content h6::before {
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    left: 8px;
    bottom: 5px;
    border-radius: 50%;
    background-color: #f19ca6;
    display: block;
  }

  #content h4::after,
  #content h5::after,
  #content h6::after {
    width: 7px;
    height: 7px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 50%;
    background-color: #f19ca6;
    display: block;
  }

  #content .post {
    padding-bottom: 20px;
  }

  #content .eye_catch img {
    margin: 0 10px 20px 0;
    float: left;
  }

  /* 続きを読む エリア */
  a.more-link {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    display: block;
  }

  a.more-link:hover {
    text-decoration: underline;
  }

  a.more-link:link,
  a.more-link:active,
  a.more-link:visited,
  a.more-link:hover {
    color: #dc143c;
  }

  /* ページトップ エリア */
  p.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
  }

  p.pagetop a {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;
    color: #ffffff;
    background-color: #e46f6f;
    border: 1px solid #ffffff;
    display: block;
  }

  p.pagetop a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* フッター エリア */
  #footer_in .footer_contact {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: table;
  }

  #footer_in .footer_contact h3 {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #321d03;
  }

  #footer_in .footer_contact h3 span {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1.0em;
    color: #999999;
    margin-top: 15px;
    display: block;
  }

  #footer_in .inner_top {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
    display: table;
  }

  #footer_in .inner_top .right {
    width: 46.61016949%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  #footer_in .inner_top .right img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_top .left {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  #footer_in .inner_top .left ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_top .left ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 0;
  }

  #footer_in .inner_top .left ul li:first-child {
    margin-bottom: 10px;
  }

  #footer_in .inner_top .left ul li:last-child {
    margin: 0;
  }

  #footer_in .inner_top .left ul li:first-child img {
    width: 76.27118644%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #footer_in .inner_top .left ul li:first-child a:hover img {
    transition: 1.0s;
    opacity: 0.3;
  }

  #footer_in .inner_top .left ul li p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #999999;
  }

  #footer_in .inner_top .left ul li:last-child img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_middle {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
    display: table;
  }

  #footer_in .inner_middle a {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #e46f6f;
    padding: 15px 0;
    background-color: #ffffff;
    border: 1px solid #e46f6f;
    border-radius: 10px;
    display: block;
  }

  #footer_in .inner_middle a span {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #e46f6f;
    margin-top: 7px;
    display: block;
  }

  #footer_in .inner_middle a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #footer_in .inner_bottom {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding: 0;
    display: table;
  }

  #footer_in .inner_bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #footer_in .inner_bottom ul li {
    width: 49.5%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }

  #footer_in .inner_bottom ul li a {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
    background-color: #e46f6f;
    border-radius: 10px;
    display: block;
  }

  #footer_in .inner_bottom ul li:last-child a {
    background-color: #49bc54;
  }

  #footer_in .inner_bottom ul li a span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 10px;
    display: block;
  }

  #footer_in .inner_bottom ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #footer_in .footer_nav {
    width: 100%;
    height: auto;
    margin: 50px 0 30px 0;
    padding: 0;
    display: table;
  }

  #footer_in .footer_nav ul {
    width: 700px;
    height: auto;
    margin: 0 auto 20px;
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  #footer_in .footer_nav ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0;
    background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/side_nav_icon.png");
    background-position: 0 center;
    background-repeat: no-repeat;
  }

  #footer_in .footer_nav ul li a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #e46f6f;
    margin: 0;
    padding: 0 25px 0 15px;
    display: block;
  }

  #footer_in .footer_nav ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #footer_in .copyright {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 0;
    display: table;
  }

  #footer_in .copyright p {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    line-height: 1.0em;
    color: #999999;
  }

  /* ウィジェット エリア */
  #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: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0;
  }

  #sidebar #widget-area .widget-container a img:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  #sidebar #widget-area .widget-container .side_menu {
    margin-bottom: 25px;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    transform: rotate(.03deg);
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: block;
  }

  #sidebar #widget-area .widget-container .side_menu p a {
    background-color: #22987a;
  }

  #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: #6dd38d;
  }

  #sidebar #widget-area .widget-container .side_menu p a:hover:after {
    height: 100%;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 0 10px;
    border: 1px solid #dfd2bc;
    border-top: none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    margin: 0;
    padding: 1.2em 0 1.0em 1.0em;
    border-bottom: 2px dotted #dfd2bc;
    background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/side_nav_icon.png");
    background-position: 0 center;
    background-repeat: no-repeat;
  }

  #sidebar #widget-area .widget-container ul li:last-child {
    border: none;
  }

  #sidebar #widget-area .widget-container ul li a {
    font-family: "Noto Serif JP", serif;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.0em;
    color: #9c896a;
    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: #665544;
  }

  #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: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 0;
    padding: 1.0em 0;
    background-color: #22987a;
    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 #dfd2bc;
    border-top: none;
  }

  .side_info img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .side_info p {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.3em;
    color: #665544;
    margin-bottom: 15px;
    padding: 0 10px;
  }

  .side_info p strong {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.0em;
    color: #cd8826;
    margin-bottom: 5px;
    padding: 0;
    display: block;
  }

  /* コメント エリア */
  #comments {
    width: auto;
    height: auto;
    margin: 20px 0 10px 0;
  }

  #respond h3 a {
    color: #ffffff;
  }

  #respond h3 a:hover {
    color: #dc143c;
  }

  #respond {
    width: auto;
    height: auto;
    margin-top: 20px;
  }

  #respond a {
    font-weight: bold;
  }

  .commentlist {
    list-style-image: none;
    list-style-type: none;
  }

  .reply {
    margin-bottom: 20px;
  }

  #commentform textarea {
    width: 99%;
    height: auto;
    margin: 10px 0;
    border: 1px solid #cccccc;
  }

  #commentform input[type=text] {
    margin-bottom: 5px;
    border: 1px solid #cccccc;
  }

  #commentform input[type=submit] {
    margin-bottom: 20px;
    padding: 5px;
    color: #333333;
    background-color: #eeeeee;
    /* [if lt IE 9] */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #cccccc));
    background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    border: 1px solid #bbbbbb;
  }

  p.nocomments {
    display: none;
  }

  /* 検索結果 エリア */
  #content h4.not_found {
    font-size: 24px;
    padding-left: 25px;
    background-image: url("images/not_found.png") !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
    background: none;
    border: none;
  }

  #content p.not_found {
    font-size: 14px;
    color: #dc143c;
  }

  #content dl.search_box {
    width: 100%;
    height: auto;
    padding: 15px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }

  #content dl.search_box dt input[type=text] {
    width: 70%;
    height: 25px;
    float: left;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit] {
    width: 100px;
    height: auto;
    font-size: 14px;
    text-align: center;
    padding: 2px 0;
    float: right;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
  }

  #content dl.search_box dd input[type=submit]:hover {
    color: #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;
  }

  /* トップページ エリア */
  .top_campaign {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 100px 0;
    background-color: #f0ebe1;
  }

  .top_campaign .inner_top {
    width: 1180px;
    /* ここを変更 */
    max-width: 100%;
    /* レスポンシブ対応 */
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .top_campaign .inner_top a {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #e46f6f;
    padding: 15px 0;
    background-color: #ffffff;
    border: 1px solid #e46f6f;
    border-radius: 10px;
    display: block;
  }

  .top_campaign .inner_top a span {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #e46f6f;
    margin-top: 7px;
    display: block;
  }

  .top_campaign .inner_top a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .top_campaign .inner_bottom {
    width: 1180px;
    height: auto;
    margin: 40px auto 0 auto;
    padding: 0;
    display: table;
  }

  .top_campaign .inner_bottom ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .top_campaign .inner_bottom ul li {
    width: 49.15254237%;
    height: auto;
    margin: 0;
    padding: 0;
    margin-right: 10px;
  }

  .top_campaign .inner_bottom ul li a {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0;
    color: #ffffff;
    margin: 0;
    padding: 15px 0;
    background-color: #e46f6f;
    border-radius: 10px;
    display: block;
  }

  .hotpepper_btn {
    background-color: #9F1446 !important;
  }

  .top_campaign .inner_bottom ul li:last-child a {
    background-color: #49bc54;
  }

  .top_campaign .inner_bottom ul li a span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 1.0em;
    letter-spacing: 0.03em;
    color: #ffffff;
    margin-top: 10px;
    display: block;
  }

  .top_campaign .inner_bottom ul li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

.yoyakufuyou{
width: 100%;
height: auto;
margin: 40px auto 40px auto;
align-item: center;
}

.yoyakufuyou img{
margin: 0 auto;
}

  .top_news {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 60px;
    background-color: #faf7f2;
  }

  .top_news .news {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 40px 40px 20px 40px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(102, 85, 68, 0.25);
    background-color: #ffffff;
    display: table;
  }

  .top_news .news .inner {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }

  .top_news .news .inner ul.left {
    width: 20%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_news .news .inner ul.left li {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    padding: 0;
  }

  .top_news .news .inner ul.left li:last-child {
    margin-bottom: 20px;
  }

  .top_news .news .inner ul.left li strong {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.0em;
    color: #665544;
    position: relative;
    display: block;
  }

  .top_news .news .inner ul.left li strong::after {
    width: 45px;
    height: 3px;
    content: '';
    position: absolute;
    bottom: -25px;
    left: 0;
    background-color: #e46f6f;
    display: inline-block;
  }

  .top_news .news .inner ul.left li a {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.0em;
    color: #e46f6f;
    padding-left: 15px;
    position: relative;
    display: block;
  }

  .top_news .news .inner ul.left li a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    border: 0;
    border-top: solid 1px #e46f6f;
    border-right: solid 1px #e46f6f;
    transform: rotate(45deg);
  }

  .top_news .news .inner ul.left li a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .top_news .news .inner ul.right {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_news .news .inner ul.right li {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ded3bd;
  }

  .top_news .news .inner ul.right li p span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #665544;
    display: block;
  }

  .top_news .news .inner ul.right li p a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.3em;
    color: #665544;
    margin-top: 7px;
    display: block;
  }

  .top_news .news .inner ul.right li p a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .top_worry {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .top_worry .inner_top {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
    background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/top_worry_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
  }

  .top_worry .inner_top img {
    width: 46.61016949%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_worry .inner_top ul {
    width: 50%;
    height: auto;
    margin: 0;
    padding-top: 10px;
  }

  .top_worry .inner_top ul li {
    width: 100%;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.0em;
    color: #9c896a;
    margin-top: 20px;
    padding-left: 35px;
    background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/check_icon.png");
    background-position: 0 center;
    background-repeat: no-repeat;
  }

  .top_worry .inner_bottom {
    width: 1180px;
    height: auto;
    margin: 40px auto 0 auto;
    padding-bottom: 30px;
    border-bottom: 2px solid #665544;
  }

  .top_worry .inner_bottom strong {
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4em;
    letter-spacing: 0.03em;
    color: #665544;
    display: block;
  }

  .top_worry .inner_bottom strong .gray {
    font-family: "Noto Serif JP", serif;
    color: #999999;
  }

  .top_worry .inner_bottom strong .pink {
    font-family: "Noto Serif JP", serif;
    color: #e46f6f;
  }

  .top_reason {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 30px;
    display: table;
  }

  .top_reason .reason_title {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 80px 0;
    display: table;
  }

  .top_reason .reason_title strong {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #e46f6f;
    display: block;
  }

  .top_reason .reason_title strong span {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1.0em;
    color: #999999;
    margin-top: 15px;
    display: block;
  }

  .top_reason .inner {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .top_reason .inner .img_left,
  .top_reason .inner .img_right {
    width: 100%;
    height: auto;
    margin-bottom: 70px;
    padding: 0;
    display: table;
  }

  .top_reason .inner .img_left .img_box {
    width: 55.08474576%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .top_reason .inner .img_right .img_box {
    width: 55.08474576%;
    height: 70%;
    margin: 0;
    padding: 0;
    float: right;
  }

  .top_reason .inner .img_left .img_box img,
  .top_reason .inner .img_right .img_box img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner .img_left ul {
    width: 44.91525423%;
    height: auto;
    margin: 0;
    padding-left: 40px;
    float: right;
  }

  .top_reason .inner .img_right ul {
    width: 44.91525423%;
    height: auto;
    margin: 0;
    padding-right: 40px;
    float: left;
  }

  .top_reason .inner .img_left ul li,
  .top_reason .inner .img_right ul li {
    width: 100%;
    height: auto;
    padding: 0;
	padding-bottom: 20px;
  }

  .top_reason .inner .img_left ul li:last-child,
  .top_reason .inner .img_right ul li:last-child {
    margin: 0;
  }

  .top_reason .inner .img_left ul li img,
  .top_reason .inner .img_right ul li img {
    width: 30.18867924%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_reason .inner .img_left ul li strong,
  .top_reason .inner .img_right ul li strong {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2em;
    color: #665544;
    display: block;
  }

  .top_reason .inner .img_left ul li p,
  .top_reason .inner .img_right ul li p {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    line-height: 1.6em;
    color: #665544;
  }

  .top_faq {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 80px;
    background-color: #e2e2e2;
  }

  .top_faq .inner_title {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px 0 55px 0;
    background-color: #22987a;
  }

  .top_faq .inner_title strong {
    font-family: "Noto Serif JP", serif;
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    line-height: 1.em;
    color: #ffffff;
    position: relative;
    display: block;
  }

  .top_faq .inner_title strong::after {
    width: 130px;
    height: 4px;
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 65px);
    background-color: #ffffff;
    display: inline-block;
  }

  .top_faq .inner {
    width: 1180px;
    height: auto;
    margin: 80px auto 0 auto;
    padding: 0;
  }

  .top_faq .inner dl.syncer-acdn-faq {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 23px 20px 20px 40px;
    background-color: #ffffff;
    border: 1px solid #d8cab3;
  }

  .top_faq .inner dl.syncer-acdn-faq dt {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6em;
    color: #665544;
    padding: 3px 0 5px 45px;
    text-decoration: none;
    position: relative;
  }

  .top_faq .inner dl.syncer-acdn-faq dt .toggle_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    overflow: hidden;
    display: block;
  }

  .top_faq .inner dl.syncer-acdn-faq dt .toggle_btn:before, .toggle_btn:after {
    width: 25px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #665544;
    display: block;
  }

  .top_faq .inner dl.syncer-acdn-faq dt .toggle_btn:before {
    width: 2px;
    height: 25px;
  }

  .top_faq .inner dl.syncer-acdn-faq dt.syncer-acdn.selected .toggle_btn:before {
    content: normal;
  }

  .top_faq .inner dl.syncer-acdn-faq dt:hover {
    transition: 1.0s;
    opacity: 0.5;
  }

  .top_faq .inner dl.syncer-acdn-faq dd {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    color: #665544;
    margin-top: 20px;
    padding: 3px 0 5px 45px;
    display: none;
  }

  .top_lnk {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 80px 0 100px 0;
  }

  .top_lnk .inner_title {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: table;
  }

  .top_lnk .inner_title strong {
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #e46f6f;
    display: block;
  }

  .top_lnk .inner_title strong span {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    line-height: 1.0em;
    color: #999999;
    margin-top: 15px;
    display: block;
  }

  .top_lnk .inner {
    width: 1180px;
    height: auto;
    margin: 0 auto;
    padding-top: 80px;
    display: flex;
    justify-content: space-between;
  }

  .top_lnk .inner .blog {
    width: 48.30508474%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_lnk .inner .blog .title {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 40px;
    display: table;
  }

  .top_lnk .inner .blog .title strong {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #665544;
    position: relative;
    display: block;
  }

  .top_lnk .inner .blog .title strong::after {
    width: 40px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    background-color: #e46f6f;
    display: inline-block;
  }

  .top_lnk .inner .blog ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_lnk .inner .blog ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ded3bd;
  }

  .top_lnk .inner .blog ul li p span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #665544;
    display: block;
  }

  .top_lnk .inner .blog ul li p a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 1.3em;
    color: #665544;
    margin-top: 7px;
    display: block;
  }

  .top_lnk .inner .blog ul li p a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .top_lnk .inner .blog ul li p a::after {
    content: none;
  }

  .top_lnk .inner .blog a {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
    line-height: 1.0em;
    color: #e46f6f;
    padding-right: 15px;
    position: relative;
    display: block;
  }

  .top_lnk .inner .blog a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    border-top: solid 1px #e46f6f;
    border-right: solid 1px #e46f6f;
    transform: rotate(45deg);
  }

  .top_lnk .inner .blog a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .top_lnk .inner .event {
    width: 48.30508474%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_lnk .inner .event .title {
    width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 40px;
    display: table;
  }

  .top_lnk .inner .event .title strong {
    font-family: "Noto Serif JP", serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #665544;
    position: relative;
    display: block;
  }

  .top_lnk .inner .event .title strong::after {
    width: 40px;
    height: 2px;
    content: '';
    position: absolute;
    bottom: -15px;
    left: calc(50% - 20px);
    background-color: #e46f6f;
    display: inline-block;
  }

  .top_lnk .inner .event ul {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .top_lnk .inner .event ul li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ded3bd;
  }

  .top_lnk .inner .event ul li p span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    color: #665544;
    display: block;
  }

  .top_lnk .inner .event ul li p a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
    line-height: 1.3em;
    color: #665544;
    margin-top: 7px;
    display: block;
  }

  .top_lnk .inner .event ul li p a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  .top_lnk .inner .event ul li p a::after {
    content: none;
  }

  .top_lnk .inner .event a {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    text-decoration: none;
    line-height: 1.0em;
    color: #e46f6f;
    padding-right: 15px;
    position: relative;
    display: block;
  }

  .top_lnk .inner .event a::after {
    width: 6px;
    height: 6px;
    margin-top: -3px;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border: 0;
    border-top: solid 1px #e46f6f;
    border-right: solid 1px #e46f6f;
    transform: rotate(45deg);
  }

  .top_lnk .inner .event a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }

  /* 初めての方へページ エリア */
  .beginner {
    width: 660px;
    margin: auto;
  }

  .beginner_in {
    margin-bottom: 60px;
  }

  .beginner p {
    font-family: "Noto Serif JP", serif;
  }

  .beginner p.center {
    text-align: center;
  }

  .beginner p.center img {
    display: inline-block;
  }

  .beginner strong {
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
  }

  #content .beginner h2 {
    position: relative;
    background: none;
    box-shadow: none;
    color: #000;
    text-align: center;
    line-height: 1.7;
  }

  #content .beginner h2::before {
    display: none;
  }

  #content .beginner h2::after {
    display: block;
    content: '';
    margin: min(3vw, 24px) auto 0;
    width: 20%;
    height: 3px;
    background-color: #ff7fb7;
  }

  #content .beginner h3 {
    text-align: center;
    border-bottom: solid 2px #ff7fb7;
    padding: 17px 0;
    background: none;
    border-left: 0;
    color: #000;
    font-size: 22px;
    line-height: 1.7;
  }

  .beginner ul {
    margin-top: 30px;
    margin-left: 20px;
  }

  .beginner li {
    list-style: disc;
    font-family: "Noto Serif JP", serif;
    line-height: 2.3;
  }

  .beginner_btn {}

  .beginner_btn a {
    background-color: #fcb900;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000;
    font-family: "Noto Serif JP", serif;
  }

  .top_shopnum {
    margin: min(5vw, 40px) auto;
    padding: min(3%, 24px);
    width: min(96%, 1024px);
    border: solid min(.5vw, 6px) #ff7fb6;
    border-radius: 10px;
    box-sizing: border-box;
  }

  .top_shopnum_txt {
    position: relative;
    margin: 0 auto min(5vw, 40px);
    padding: 0 0 min(2vw, 16px);
    font-size: clamp(15px, 3vw, 30px);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-bottom: solid 2px #ff7fb6;
  }

  .top_shopnum_txt>span {
    display: inline;
  }

  .top_shopnum_txt>span {
    display: block;
    text-align: center;
  }

  .top_shopnum_txt .txt_m {
    font-size: 120%;
  }

  .top_shopnum_txt .num {
    display: inline-block;
    font-size: 250%;
    line-height: 1;
    transform: translate(0, .08em);
  }

  .top_shopnum_txt .txt_l {
    font-size: 150%;
  }

  .itaric {
    font-style: italic;
  }

  .top_shopnum_txt::before, .top_shopnum_txt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
  }

  .top_shopnum_txt::before, .top_shopnum_txt::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }

  .top_shopnum_txt::before {
    border-top: 24px solid #ff7fb6;
  }

  .top_shopnum_txt::before, .top_shopnum_txt::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
  }

  .top_shopnum_txt::before {
    transform: translate(-50%, 100%);
    border-top: 16px solid #ff7fb6;
  }

  .top_shopnum_txt::after {
    transform: translate(-50%, calc(100% - 3px));
    border-top: 16px solid #fff;
  }

  .top_shopnum_bt a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: .5em;
    width: min(80%, 600px);
    background-color: #f8c22c;
    color: inherit;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: clamp(18px, 4vw, 30px);
    border-radius: 100px;
    box-sizing: border-box;
  }

  .top_shopnum_bt a::before {
    content: '';
    display: block;
    aspect-ratio: 4 / 3;
    margin: 0 .5em 0 0;
    width: min(1.5em, 48px);
    background: url(http://sakura0721.xsrv.jp/yotuba/wp-content/uploads/2024/03/ico_shop.png) center center no-repeat;
    background-size: contain;
  }

  .top_shopnum_bt a::after {
    content: '>';
    display: block;
    margin: 0 0 0 .5em;
    font-size: 90%;
    transform: scale(1, 1.5) translate(0, .05em);
  }

  /* 料金ページ */
  .price {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0;
  }

  .price p {
    font-family: "Noto Serif JP", serif;
  }

  .price ul {
    margin-left: 3em;
  }

  .price ul li {
    margin-top: .5em;
    list-style: disc;
    font-family: "Noto Serif JP", serif;
  }

  .price table.block_price {
    table-layout: fixed;
    margin: 2em auto;
    width: 98%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
  }

  .price table.block_price tr {}

  .price table.block_price th {
    background-color: #f5f5f5;
  }

  .price table.block_price td {}

  .price table.block_price th,
  .price table.block_price td {
    vertical-align: middle;
    padding: 3px;
    border: solid 1px #bdbdae;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-weight: normal;
  }

  .access {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .access .inner_top {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .access .inner_top img {
    width: 77.64705882%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .access .inner_middle {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    padding: 40px;
    background-color: #f0ebe1;
  }

  .access .inner_middle img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px rgba(102, 85, 68, 0.2);
  }

  .access table {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    border-collapse: collapse;
    border: 0;
  }

  .access table th {
    width: 25%;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #665544;
    margin: 0;
    padding: 1.0em;
    border: 1px solid #9c896a;
  }

  .access table td {
    width: 75%;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
    color: #665544;
    margin: 0;
    padding: 1.0em;
    border: 1px solid #9c896a;
  }

  .access p {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.0em;
    color: #f19ca6;
    margin-bottom: 40px;
    padding: 0;
  }

  .access .inner_bottom {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px;
    background-color: #f0ebe1;
  }

  .access .inner_bottom .view {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: 0 0 10px rgba(102, 85, 68, 0.2);
  }

  .access .inner_bottom .view iframe {
    margin-bottom: -7px;
  }

  /* 喜びの声ページ エリア */
  .voice {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .voice strong {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #665544;
    margin-bottom: 25px;
    display: block;
  }

  .voice p {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6em;
    color: #9c896a;
  }

  .voice .inner {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 20px;
    border: 1px solid #9c896a;
    position: relative;
    display: table;
  }

  .voice .inner::before {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.0em;
    color: #ffffff;
    padding: 0.3em 0.8em 0.4em 0.8em;
    content: 'VOICE';
    position: absolute;
    top: -13px;
    left: 20px;
    background: #f19ca6;
  }

  .voice .inner iframe {
    width: 37.03703703%;
    height: auto;
    margin: 0;
    padding: 37.5px 0;
    background-color: #f0ebe1;
    float: left;
  }

  .voice .inner img {
    width: 37.03703703%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .voice .inner ul {
    width: 59.25925925%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .voice .inner ul li {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .voice .inner ul li:last-child {
    margin-top: 30px;
  }

  .voice .inner ul li strong {
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3em;
    color: #f19ca6;
    margin-bottom: 20px;
    display: block;
  }

  .voice .inner ul li span {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3em;
    color: #9c896a;
    margin-top: -15px;
    display: block;
  }

  .voice .inner ul li dl.syncer-acdn-voice {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .voice .inner ul li dl.syncer-acdn-voice dt {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 1.6em;
    color: #665544;
    margin: 0 40px;
    padding: 5px 0;
    text-decoration: none;
    border: 1px solid #9c896a;
    position: relative;
  }

  .voice .inner ul li dl.syncer-acdn-voice dt .toggle_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 35px;
    left: 15px;
    text-indent: 100%;
    white-space: nowrap;
    transform: translateY(-50%);
    overflow: hidden;
    display: block;
  }

  .voice .inner ul li dl.syncer-acdn-voice dt .toggle_btn:before, .toggle_btn:after {
    width: 25px;
    height: 2px;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #665544;
    display: block;
  }

  .voice .inner ul li dl.syncer-acdn-voice dt .toggle_btn:before {
    width: 2px;
    height: 25px;
  }

  .voice .inner ul li dl.syncer-acdn-voice dt.syncer-acdn.selected .toggle_btn:before {
    content: normal;
  }

  .voice .inner ul li dl.syncer-acdn-voice dt:hover {
    transition: 1.0s;
    opacity: 0.5;
  }

  .voice .inner ul li dl.syncer-acdn-voice dd {
    margin: 20px 0;
    padding: 0;
    display: none;
  }

  .voice .inner ul li dl.syncer-acdn-voice dd strong {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    color: #665544;
    margin: 20px 0 10px 0;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #faf7f2;
    display: block;
  }

  .voice .inner ul li dl.syncer-acdn-voice dd span {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6em;
    color: #665544;
    margin: 0;
    padding-left: 15px;
    display: block;
  }

  /* お問い合わせページ エリア */
  .wpcf7 label {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0em;
    color: #665544;
  }

  .wpcf7 p input[type="text"],
  .wpcf7 p input[type="email"],
  .wpcf7 p input[type="tel"],
  .wpcf7 p input[type="date"],
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    width: 100%;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0em;
    color: #665544;
    margin: 1.0em 0 3.0em 0;
    padding: 1.0em;
    border: 1px solid #9c896a;
    background-color: #fefefe;
  }

  .wpcf7 p textarea {
    width: 100%;
    height: auto;
    margin-top: 0.5em;
    padding: 1.0em;
    border: 1px solid #9c896a;
    background-color: #fefefe;
  }

  .wpcf7 p select {
    width: 100%;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0em;
    color: #665544;
    margin: 1.0em 0 3.0em 0;
    padding: 1.0em;
  }

  .wpcf7 p select option {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0em;
    color: #665544;
  }

  .wpcf7 p span.required {
    font-family: "Noto Serif JP", serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.0em;
    color: #ffffff;
    padding: 1px 1.0em 3px 1.0em;
    background-color: #f19ca6;
  }

  .wpcf7 p {
    width: 100%;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.0em;
    color: #665544;
    padding: 0;
  }

  span.wpcf7-list-item-label {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 400;
    color: #665544;
    margin: 1.0em 0 3.0em 0.5em;
    display: inline-block;
  }

  .wpcf7 p span.accept {
    font-family: "Noto Serif JP", serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.0em;
    color: #f19ca6;
  }

  .wpcf7 p input[type="submit"] {
    width: 30% !important;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.0em;
    color: #ffffff;
    margin: 30px auto 0 auto;
    padding: 1.0em 0;
    background: linear-gradient(to bottom, #f19ca6 0%, #f19ca6 100%);
    border: 1px solid #f19ca6;
    display: block;
  }

  .wpcf7 p input[type="submit"]:hover {
    background: linear-gradient(to bottom, #f19ca6 0%, #f19ca6 100%);
    border: 1px solid #f19ca6;
  }

  ::-webkit-input-placeholder {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.0em;
    color: #9c896a;
  }

  ::-moz-placeholder {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.0em;
    color: #9c896a;
    opacity: 1;
  }

  :-ms-input-placeholder {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.0em;
    color: #9c896a;
  }

  /* お問い合わせサンクスページ エリア */
  .page_thanks {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .page_thanks p {
    font-family: "Noto Serif JP", serif;
    font-size: 32px;
    font-weight: 600;
    text-align: left;
    line-height: 1.6em;
    color: #665544;
  }

  /* 対応症状一覧ページ エリア */
  #cases_wrap .case-block span.case-title {
    font-family: "Noto Serif JP", serif;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0em;
    color: #665544;
    padding: 1.0em;
    display: block;
  }

  #cases_wrap .case-block span.case-title::before {
    color: #665544;
    margin-right: 1.0em;
    content: "-";
    transform: scaleX(4);
    display: inline-block;
  }

  #cases_wrap .case-block span.case-title::after {
    color: #665544;
    margin-left: 1.0em;
    content: "-";
    transform: scaleX(4);
    display: inline-block;
  }

  #cases_wrap .case-block ul {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
  }

  #cases_wrap .case-block li {
    width: calc(100% / 3);
    padding: 0.5em;
    float: left;
  }

  #cases_wrap .case-block a {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.0em;
    color: #ffffff;
    padding: 1.0em;
    border-radius: 5px;
    background-color: #22987a;
    transition: 0.2s;
    overflow: hidden;
    position: relative;
    display: block;
  }

  #cases_wrap .case-block a span {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
  }

  #cases_wrap .case-block a::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left-color: #ffffff;
    display: inline-block;
  }

  #cases_wrap .case-block a:hover {
    transform: scale(0.9);
    opacity: 0.5;
  }

  /* カテゴリ・アーカイブ・検索結果ページ エリア */
  .post_inner {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 15px;
    float: left;
    border-bottom: 1px dotted #f19ca6;
  }

  .post_inner .thum {
    width: 17.14285714%;
    height: auto;
    margin: 0;
    padding: 0;
    float: left;
  }

  .post_inner .show_post {
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
  }

  .post_inner .show_post li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 0;
    float: left;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark {
    width: auto;
    height: auto;
    line-height: 1.0em;
    margin: 0;
    padding: 2px 5px;
    float: left;
    background-color: #f19ca6;
  }

  .post_inner .show_post li.cat_mark_box p.cat_mark a {
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_mark_box p.cat_date {
    width: auto;
    height: auto;
    font-family: "Noto Serif JP", serif;
    font-size: 12px;
    font-weight: 500;
    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: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 500;
    color: #665544;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_text_box {
    margin: 0;
  }

  .post_inner .show_post li.cat_text_box p.cat_text {
    line-height: 1.3em;
  }

  .post_inner .show_post li.cat_text_box p.cat_text a {
    font-family: "Noto Serif JP", serif;
    font-size: 15px;
    font-weight: 500;
    color: #9c896a;
    text-decoration: none;
  }

  .post_inner .show_post li.cat_title_box p.cat_title a:hover,
  .post_inner .show_post li.cat_text_box p.cat_text a:hover,
  .post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
    transition: 1.0s;
    opacity: 0.3;
  }
}

li.check {
  position: relative;
  padding-left: 25px;
}

li.check:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #8b6b4e;
  border-bottom: 2px solid #8b6b4e;
}

li.check:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}

/* --- セクション全体 --- */
.concept-block {
  width: 100%;
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

/* --- インナー幅 --- */
.concept-inner {
  max-width: 800px;
  margin: 0 auto;
}

/* 英語見出し */
.concept-en {
  color: #666 !important;
  /* グレーで視認性UP */
  font-size: 13px !important;
  /* 小さく上品に */
  font-weight: 600 !important;
  letter-spacing: 0.18em !important;
  margin: 0 0 6px 0 !important;
  text-align: center !important;
}

/* 日本語見出し（大きめに戻す） */
.concept-jp {
  color: #333 !important;
  font-size: 28px !important;
  /* 大きくする */
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  margin: 0 0 28px 0 !important;
  text-align: center !important;
}

/* 余計なテーマ装飾を完全に無効化 */
.concept-block h2,
.concept-block h3 {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.concept-block h2::before,
.concept-block h2::after,
.concept-block h3::before,
.concept-block h3::after {
  content: none !important;
  display: none !important;
}

/* 下線デザインを維持 */
.concept-jp::after {
  content: "" !important;
  width: 60px !important;
  height: 2px !important;
  background: #ccc !important;
  display: block !important;
  margin: 14px auto 0 !important;
}

/* 本文のテキスト */
.concept-text p {
  font-size: 17px !important;
  line-height: 2.0 !important;
  color: #444 !important;
  margin-bottom: 18px !important;
}

.concept-section {
  width: 100%;
  padding: 80px 20px;
  background: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

.concept-container {
  max-width: 1000px;
  margin: 0 auto;
}

/* ==========================
   見出し
========================== */
.concept-en {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.15em;
  color: #b6935c;
  /* ゴールド */
  margin-bottom: 10px;
}

.concept-title {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600;
  color: #8a6a3f;
  /* ゴールドブラウン */
  margin-bottom: 20px;
}

.concept-line {
  width: 60px;
  height: 2px;
  background: #b6935c;
  margin: 0 auto 40px;
}

/* ==========================
   テキスト
========================== */
.concept-text {
  max-width: 860px;
  margin: 0 auto 60px;
}

.concept-text p {
  font-size: 17px;
  line-height: 2.0;
  color: #554433;
  margin-bottom: 1.6em;
}

/****************************************
 * 「初めての方へ」コンセプトブロック
 ****************************************/

/* 全体の背景（淡いベージュ） */
.midori-concept {
  width: 100%;
  background-color: #f3f4ec;
  padding: 80px 0;
}

/* 中央の横並びレイアウト（最大幅） */
.midori-concept-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
  box-sizing: border-box;
}

/* 左画像エリア */
.midori-concept-img {
  flex: 0 0 48%;
}

.midori-concept-img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 36px;
}

/* 右テキストエリア */
.midori-concept-text {
  flex: 1;
}

/* 01 + タイトル行 */
.midori-concept-head {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}

/* 番号 01（オレンジ・縦長に見えるよう行間広め） */
.midori-num {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
  color: #f28f2c;
}

/* 見出し（緑、3行くらいで収まる幅） */
.midori-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  color: #3c9344;
  max-width: 10em;
  /* 文字幅を抑えて改行させる */
}

/* 本文 */
.midori-concept-text p {
  font-size: 18px;
  line-height: 2.4;
  color: #333333;
  margin: 0;
}

/* スマホ調整 */
@media (max-width: 768px) {
  .midori-concept {
    padding: 40px 0;
  }

  .midori-concept-inner {
    flex-direction: column;
    gap: 32px;
    padding: 0 20px;
  }

  .midori-concept-img,
  .midori-concept-text {
    flex: 1 1 auto;
    width: 100%;
  }

  .midori-concept-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .midori-num {
    font-size: 32px;
  }

  .midori-title {
    font-size: 28px;
    max-width: none;
  }

  .midori-concept-text p {
    font-size: 16px;
    line-height: 2.2;
  }
}

/* 外枠 */
.concept-block {
  padding: 80px 0;
  background: #f5f5ec;
  /* 参考に近い薄いアイボリー */
}

/* 内側2カラム */
.concept-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 40px;
}

/* 左画像 */
.concept-img img {
  width: 520px;
  height: auto;
  border-radius: 20px;
  display: block;
}

/* 右側 */
.concept-text {
  flex: 1;
  max-width: 520px;
}

/* 01 番号 */
.concept-num {
  font-size: 48px;
  font-weight: 700;
  color: #d8922a;
  /* オレンジ */
  margin-bottom: 20px;
}

/* 見出し背景帯 */
.concept-title {
  background: #e8e4d7;
  padding: 20px 30px;
  border-left: 10px solid #d8922a;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #306f2b;
  /* 緑 */
  margin-bottom: 30px;
}

/* 本文 */
.concept-text p {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

/* ブロック全体（背景） */
.cw-concept {
  background: #f5f5ec;
  padding: 80px 0;
  width: 100%;
}

/* 横並びの構造 */
.cw-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: center;
}

/* 左画像 */
.cw-img img {
  width: 520px;
  border-radius: 20px;
  display: block;
}

/* 右側テキスト */
.cw-content {
  flex: 1;
  max-width: 480px;
}

/* 番号 */
.cw-num {
  font-size: 46px;
  font-weight: 700;
  color: #d8922a;
  margin-bottom: 20px;
}

/* 見出し */
.cw-title {
  background: #e8e4d7;
  padding: 20px 30px;
  border-left: 12px solid #d8922a;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 700;
  color: #306f2b;
  margin-bottom: 30px;
}

/* 本文 */
.cw-content p {
  font-size: 18px;
  line-height: 1.9;
  color: #333;
}

.cw-img img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  height: auto !important;
}


/* ==========================
   トップ挨拶
========================== */

/* .top-greeting */
.top-greeting {
  background: linear-gradient(to bottom, #fff 80%, var(--color-bgmizu));
}

.top-greeting h2:before {
  content: "GREETING";
}

.greeting-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  margin-right: 5vw;
  /*margin-bottom: 3rem;*/
}

.greeting-content>* {
  flex: 1;
}

.greeting-content .greeting-txt {
  padding-left: 5vw;
}

/* ==========================
   top
========================== */


.top_concept {
  max-width: 1000px;
  margin: 20px auto;
}

.top_concept p {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #665544;
}

.top_concept h2,
.top_concept h2 {
  border: none !important;
  background: none !important;
  text-align: center;
  font-size: 40px !important;
}

.top_concept h2::after,
.top_contact h2::after {
  display: none;
}

.top_concept h2 span {
  color: #c49d4e;
}


.top_worry {
  max-width: 1000px;
  margin: 20px auto;
}


.top_worry h2,
.top_contact h2 {
  border: none !important;
  background: none !important;
  text-align: center;
  font-size: 40px !important;
}

.top_worry h2::after,
.top_contact h2::after {
  display: none;
}

.top_worry h2 span {
  color: #c49d4e;
}

.top_worry ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
}

.top_worry ul li {
  width: 30%;
  padding-bottom: 30px !important;
  position: relative;
}

.top_worry ul li img {
  width: 100%;
  height: 18vw;
  border-radius: 10px;
  object-fit: cover;
}

.top_worry ul li a {
  color: #c49d4e;
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
  padding: 12px 0px;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 0 4px 9px -3px #d8c2ab;
}

.top_worry ul li a::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #c49d4e;
  border-right: solid 2px #c49d4e;
  transform: rotate(45deg);
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.top_worry ul li a:hover {
  background-color: #c49d4e;
  color: #FFF;
  opacity: 1;
}

.top_worry ul li a:hover::before {
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
}

.worry_all a {
  position: relative;
  text-align: center;
  display: block;
  //margin: 80px auto 0 auto;
  margin: 60px auto 100px auto;
  padding: 20px;
  width: 100%;
  max-width: 700px;
  border: solid 2px #c49d4e;
  background: #22987a;
  color: #FFF;
  border-radius: 100px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
  transition: background .5s;
  -webkit-transition: background .5s;
}

.worry_all a::before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  transform: rotate(45deg);
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

.top_sitemenu {
  max-width: 1000px;
  //margin: 50px auto; /* ← 上下50px、左右auto */
  margin: 80px auto;
  /* ← 上下80px、左右auto */
}

.top_sitemenu p {
  font-family: "Noto Serif JP", serif;
  margin: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #111;
}

.top_sitemenu_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px 0;
}

.top_sitemenu_box li {
  width: 24%;
  text-align: center;
}

.top_sitemenu_box li img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  margin-bottom: 10px;
}

.top_sitemenu_box li a {
  text-decoration: none;
  color: #22987a;
}

@media screen and (max-width: 768px) {
  .top_worry {
    margin: 40px auto;
  }

  .top_worry h2 {
    font-size: 24px !important;
  }

  .top_worry ul li {
    width: 48%;
  }

  .top_worry ul li img {
    height: 25vw;
  }

  .worry_all a {
    padding: 10px;
    font-size: 20px;
  }

  .top_reason_title img {
    width: 80%;
  }

  .top_sitemenu_box {
    gap: 0;
  }

  .top_contact_info {
    flex-direction: column-reverse;
  }

  .top_contact_txt,
  .top_contact_img,
  .top_contact_calender img {
    width: 90%;
    margin: auto;
  }

  .top_sitemenu_box li {
    width: 48%;
  }
}

/* -----------------------------------
   テーマの h2 装飾を lw-heading 内だけ完全リセット
----------------------------------- */
.lw-heading h2 {
  all: unset !important;
  /* ← 棒や背景装飾をすべてリセット */
  display: inline-block !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  color: #333 !important;
  position: relative !important;
  padding: 0 15px !important;
  text-align: center !important;
  box-sizing: border-box !important;
}

/* -----------------------------------
   左右ライン（新デザイン）
----------------------------------- */
.lw-heading h2::before,
.lw-heading h2::after {
  content: "" !important;
  position: absolute !important;
  top: 50% !important;
  width: 80px !important;
  height: 2px !important;
}

.lw-heading h2::before {
  left: -95px !important;
}

.lw-heading h2::after {
  right: -95px !important;
}

/* -----------------------------------
   セクション全体
----------------------------------- */
.lw-heading {
  text-align: center !important;
  margin: 60px auto 30px !important;
}

/* -----------------------------------
   英語サブタイトル（REASON）
----------------------------------- */
.lw-heading-sub {
  display: block !important;
  margin-top: 8px !important;
  /* ← 距離を縮めた */
  font-size: 16px !important;
  /* ← 大きく修正 */
  letter-spacing: 4px !important;
  color: #7f7f7f !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

/* 料金テーブル（price_list） */
.price_list {
  /* 色はここだけ変えれば全体のトーンが変わります */
  --accent: #d4c4a3;
  /* 見出し帯（上段）の色 */
  --border: #e6e8ef;
  /* 罫線 */
  --head-bg: #f5f7fb;
  /* 見出しセル背景 */
  --row-alt: #fafbfe;
  /* ゼブラ背景 */

  width: min(750px, 100%);
  margin: 24px auto;
  border: 1px solid var(--border);
  border-radius: 14px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  overflow: hidden;
  /* 角丸を効かせる */
}

/* セル共通 */
.price_list th,
.price_list td {
  padding: 14px 16px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  font-size: 16px;
  line-height: 1.6;
}

/* 右端と最下段の罫線調整 */
.price_list tr>*:last-child {
  border-right: 0;
}

.price_list tr:last-child>* {
  border-bottom: 0;
}

/* 1行目（見出し行） */
.price_list tr:first-child th {
  background: var(--accent);
  color: #333;
  font-weight: 700;
  text-align: center;
  letter-spacing: .02em;
}

/* 左端（項目列） */
.price_list th:first-child {
  text-align: left;
  font-weight: 700;
  background: var(--head-bg);
}

/* 1行目左上（空セル）だけは見出し帯に馴染ませる */
.price_list tr:first-child th:first-child {
  background: var(--accent);
}

/* データセル */
.price_list td {
  text-align: center;
  font-weight: 600;
}

/* ゼブラ（見出し行を除く） */
.price_list tr:nth-child(even):not(:first-child) td,
.price_list tr:nth-child(even):not(:first-child) th:first-child {
  background: var(--row-alt);
}

/* スマホ：横スクロールにして崩れを防ぐ */
@media (max-width: 640px) {
  .price_list {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .price_list th,
  .price_list td {
    white-space: nowrap;
    font-size: 14px;
    padding: 11px 7px;
  }
}



/* ===== FAQ（テーマ干渉完全回避） ===== */
.faq-safe {
  margin: 24px 0;
}

.faq-safe__item {
  margin-bottom: 28px;
}

.faq-safe__question {
  position: relative;
  padding: 14px 16px 14px 48px;
  background: #f3efe6;
  font-weight: 700;
  line-height: 1.7;
}

.faq-safe__question::before {
  content: "Q";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
}

.faq-safe__answer {
  position: relative;
  margin-top: 12px;
  padding-left: 32px;
  line-height: 1.9;
}

.faq-safe__answer::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 800;
}

/* ===== /FAQ ===== */