@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 !important;
  }

  /* ヘッダー エリア */
  #header_in .inner_left {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_left img {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_right {
    width: 730px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #header_in .inner_right ul {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
  }

  #header_in .inner_right ul li {
    width: 200px;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
  }

  #header_in .inner_right ul li:nth-child(1) {
    margin-left: 0;
    width: 300px;
    padding-right: 4px;
  }

  #header_in .inner_right ul li a {
    font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
    font-size: 38px;
    font-weight: bold;
    text-align: right;
    line-height: 1.3em;
    letter-spacing: 0.04em;
    color: #000000;
    text-decoration: none;
    display: block;
  }

  #header_in .inner_right ul li a:hover {
    opacity: 0.5;
  }

  #header_in .inner_right ul li:first-child p {
    font-size: 16px;
    text-align: right;
    color: #000000;
  }

  #header_in .inner_right ul li:last-child p {
    font-size: 13px;
    text-align: right;
    color: #000000;
  }

  #header_in .inner_right ul li img {
    margin-right: 0;
  }

  /* グローバルナビ エリア */
  #nav ul {
    width: auto;
    height: auto;
    list-style: none;
    text-align: center;
    table-layout: fixed;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 20px;
  }

  #nav ul li {
    border-left: none;
    width: 20%;
    position: relative;
  }

  #nav ul li::before,
  #nav ul li:nth-child(1)::after {
    content: '';
    position: absolute;
    top: 0;
    height: 40px;
    width: 1px;
    border-left: dotted 1px #707070;
  }

  #nav ul li::before {
    right: 0;
  }

  #nav ul li:nth-child(1)::after {
    left: 0;
  }

  #nav ul li a {
    height: auto;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    padding: 8px 18px;
    color: #666666;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  #nav li a:hover {
    opacity: 0.5;
  }

  #nav li a img {
    margin-right: 8px;
  }

  /* パンくずリスト エリア */
  #breadcrumb {
    margin: -10px 0 5px 0;
  }

  #breadcrumb div {
    font-size: 12px;
    display: inline-block;
  }

  /* コンテンツ エリア */
  #content h1 {
    width: auto;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 8px 10px 6px 20px;
    clear: both;
    color: #666666;
    background-color: #f8f8f8;
    border-top: 4px solid #cc0000;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  #content h2 {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: 10px;
    padding: 10px 10px 8px 16px;
    clear: both;
    color: #fff;
    background-color: #ff8e15;
    border-radius: 5px;
  }

  #content h3 {
    font-size: 16px;
    padding: 10px 10px 3px 20px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 3px solid #ff8e15;
  }

  #content h3:before {
    content: '';
    position: absolute;
    top: 15%;
    left: 5px;
    width: 5px;
    background-color: red;
  }

  #content h4,
  #content h5,
  #content h6 {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 1px 10px 0px 20px;
    clear: both;
    color: #666666;
    background-color: #f8f8f8;
    border-top: 4px solid #cc0000;
    border-bottom: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
  }

  #content h1 a {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
  }

  #content h2 a,
  #content h3 a {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
  }

  #content h4 a,
  #content h5 a,
  #content h6 a {
    width: auto;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
  }

  #content h1 a:hover,
  #content h2 a:hover,
  #content h3 a:hover,
  #content h4 a:hover,
  #content h5 a:hover,
  #content h6 a:hover {
    color: #cc0000;
  }

  #content .post {
    padding-bottom: 20px;
  }

  .home #wrapper #content .post,
  .page-template-page-onecolumn #wrapper #content .post {
    padding-bottom: 0;
  }

  #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: 120px;
    right: 55px;
  }

  p.pagetop a {
    display: block;
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    color: #ffffff;
    background-color: #cccccc;
    /* [if lt IE 9] */
    background: -webkit-gradient(linear,
        left top,
        left bottom,
        color-stop(0, #eeeeee),
        color-stop(1, #999999));
    background: -o-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
    background: -moz-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
    background: -webkit-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
    background: -ms-linear-gradient(bottom, #eeeeee 0%, #999999 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #999999 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #888888;
  }

  p.pagetop a:hover {
    opacity: 0.7;
    color: #cc0000;
  }

  /* フッター エリア */
  #footer_in .inner_right {
    width: 415px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_right img {
    /* width:100%; */
    /* height:auto; */
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_right ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }

  #footer_in .inner_right ul li {
    width: 200px;
  }

  #footer_in .inner_right ul li:nth-child(1) {
    margin: 0 0 15px;
    width: 415px;
    text-align: center;
  }

  #footer_in .inner_right ul li img {
    margin: 0 auto;
  }

  #footer_in .inner_left {
    width: 770px;
    height: auto;
    margin: 0;
    padding: 0;
  }

  #footer_in .inner_left>p {
    color: #fff;
    font-size: 14px;
    margin: 12px 0 16px;
    text-align: center;
    max-width: 400px;
  }

  #footer_in .inner_left #f_logo {
    width: 400px;
    margin: 0;
  }

  #footer_in .inner_left #f_logo a {
    display: block;
  }

  #footer_in .inner_left #f_logo a img {
    margin: 0 auto;
  }

  #footer_in .inner_left ul {
    width: 500px;
    height: auto;
    margin-left: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  #footer_in .inner_left ul li {
    width: auto;
    height: auto;
    margin: 0;
    padding-left: 15px;
    background-image: url("images/arrow_foot_icon.png");
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 17px;
    background-size: 12px;
  }

  #footer_in .inner_left ul li a {
    font-size: 15px;
    text-decoration: none;
    color: #2e1d0e;
    font-weight: 400;
    padding-bottom: 5px;
    display: inline-block;
    letter-spacing: 1px;
  }

  #footer_in .inner_left ul li a:hover {
    text-decoration: underline;
  }

  #copyright p,
  #copyright p a {
    width: auto;
    height: auto;
    font-family: "Noto Sans JP", "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka";
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    margin: 0;
  }

  /* ウィジェット エリア */
  #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 ul {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    background-color: #none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: auto;
    height: auto;
    margin: 0 5px;
    padding: 4px 0 4px 25px;
    background-image: url("images/nav_icon.png");
    background-position: 0 8px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #444444;
  }

  #sidebar #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #666666;
  }

  #sidebar #widget-area .widget-container ul li a:hover {
    color: #cc0000;
  }

  #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{
  width:auto;
  font-size:16px;
  font-weight:bold;
  line-height:1;
  padding:8px 0 8px 15px;
  color:#666666;
  background-color:#f8f8f8;
  border-top:4px solid #cc0000;
  border-bottom:1px solid #cccccc;
  border-left:1px solid #cccccc;
  border-right:1px solid #cccccc;
}*/
  #sidebar #widget-area .widget-container .tagcloud {
    margin-bottom: 20px;
  }

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

  /* コメント エリア */
  #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;
  }

  /*症例ページCSS*/
  .cases-template-single-cases .ovh {
    overflow: hidden;
  }

  .cases-template-single-cases .ovh .img-right {
    float: right;
    text-align: center;
    width: 34%;
  }

  .cases-template-single-cases .ovh .img-left {
    float: left;
    text-align: center;
    width: 34%;
  }

  .cases-template-single-cases .ovh .text-right {
    float: right;
    width: 62%;
  }

  .cases-template-single-cases .ovh .text-left {
    float: left;
    width: 62%;

  }

  element.style {
    opacity: 1;
    transform: translateY(0px);
  }

  /* ウィジェット エリア */
  #sidebar #widget-area .widget-container {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    text-align: center;
    margin: 0 0 20px;
  }

  #sidebar #widget-area .widget_text.widget-container {
    margin-bottom: 0;
  }

  #sidebar #widget-area h3 {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    padding: 16px 0 13px 0;
    color: #ffffff;
    background-color: #ff8e15;
    border-radius: 5px 5px 0 0;
  }

  #sidebar #widget-area .widget-container ul {
    width: 100%;
    height: auto;
    padding: 0 10px;
    border: 1px solid #cccccc;
    border-top: none;
  }

  #sidebar #widget-area .widget-container ul li {
    width: 100%;
    height: auto;
    line-height: 1.2em;
    margin: 0;
    padding: 13px 0 10px 20px;
    border-bottom: 2px dotted #999999;
    background-image: url("images/side_arrow.png");
    background-repeat: no-repeat;
    background-position: 0 14px;
  }

  #sidebar #widget-area .widget-container li:last-child {
    border: none;
  }

  #sidebar #widget-area .widget-container ul li a {
    width: auto;
    height: auto;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #666666;
    text-align: left;
  }

  #sidebar #widget-area .widget-container ul li a:hover {
    color: #cc0000;
  }

  #sidebar #widget-area .widget-container p {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding: 0;
  }

  #sidebar #widget-area .widget-container p.home a {
    background-color: #ff8e15;
  }

  #sidebar #widget-area .widget-container p.price a {
    background-color: #ff3300;
  }

  #sidebar #widget-area .widget-container p.access a {
    background-color: #a1d337;
  }

  #sidebar #widget-area .widget-container p a:hover {
    color: #ffffff;
  }

  #sidebar #widget-area .widget-container p a {
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1.2em;
    color: #ffffff;
    transform: rotate(.03deg);
    text-transform: uppercase;
    margin: 0;
    padding: 23px 0 20px 0;
    display: block;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
  }

  #sidebar #widget-area .widget-container form#searchform {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 11px 0 11px;
    display: table;
    background-color: #f8f8f8;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #eeeeee;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (min-width:992px) #header {

    /* カテゴリ・アーカイブ・検索結果ページ エリア */
    .post_inner {
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      padding-bottom: 15px;
      float: left;
      border-bottom: 1px dotted #50361d;
    }

    .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: #6fb429;
    }

    .post_inner .show_post li.cat_mark_box p.cat_mark a {
      font-size: 12px;
      color: #ffffff;
      text-decoration: none;
    }

    .post_inner .show_post li.cat_mark_box p.cat_date {
      width: auto;
      height: auto;
      font-size: 12px;
      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-size: 16px;
      color: #613811;
      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-size: 15px;
      color: #613811;
      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 {
      color: #dddddd;
    }

    .post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
      color: #ff6600;
    }

  }

  /* ドライヘッドスパLPCSS */
  #headspa {
    background: #000 url(./images/bk01.png);
    background-repeat: repeat;
  }

  .main_sp {
    display: none;
  }

  .dry_area {
    max-width: 700px;
    width: 100%;
    margin: auto;
    padding: 30px 0 30px;
    box-sizing: border-box;
  }

  .spa-p {
    margin-bottom: 1em;
    color: #fff;
    line-height: 2.1 !important;
    font-size: 90%;
  }

  .dry-title {
    text-align: center;
    font-size: 120%;
    position: relative;
    margin: 50px 0;
  }

  .dry-title {
    color: #fff !important;
    font-family: serif;
    font-size: 120%;
  }

  .dry-span {
    display: block;
    font-size: 14px;
    color: #aaa;
    font-family: serif;
    text-align: center;
  }

  .dry_in {
    margin-bottom: 10px;

  }

  .pc {
    display: block;
  }

  .fee_area {
    padding: 50px 0 0;
  }

  .fee_head {
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
  }

  .menuWrap {
    padding: 30px 25px;
    border: 1px solid #a98855;
    margin-bottom: 30px;
    background: #0000008a;
    background-size: contain;
    background-position: right -80px center;
    background-repeat: no-repeat;
  }

  .mobile {
    display: none;
  }

  .menuBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .menuBox figure {
    max-width: 290px;
    width: 100%;
    position: relative;
    margin-right: 5px;
  }

  .menuBox .no1::before {
    content: "";
    width: 104px;
    height: 104px;
    background-image: url(./images/no1.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -50px;
    left: -25px;
  }

  .menuInner {
    max-width: 590px;
  }

  .menuInner p.sml_p {
    padding: 0;
  }

  .menuInner p {
    padding: 20px 15px;
    line-height: 1.6;
  }

  .menuInner p .sml {
    font-size: 14px;
  }

  .old_b {
    margin-top: 2em;
  }

  .fee_table {
    background-color: #fff;
    border: solid 5px #efefef;
    padding: 15px 15px 0;
    margin: 0 auto 15px;
    max-width: 930px;
  }

  .fee_table table {
    width: 100%;
    margin-bottom: 15px;
    font-size: 100%;
    border-collapse: collapse;
  }

  .fee_table tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
  }

  .fee_table tr {
    display: block;
    width: 100%;
  }

  .fee_table.tbl02 th {
    text-align: center;
    font-family: 'Corporate-Mincho', 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
  }

  .fee_table th {
    display: block;
    width: 100%;
    padding: 15px 10px 0;
    box-sizing: border-box;
    font-weight: 500;
    text-align: left;
  }

  .fee_table td {
    width: 75%;
    vertical-align: top;
    padding: 15px 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  .title_option {
    font-size: 20px;
  }

  .fee_head .red {
    color: #f55c39;
  }

  .fee_table.tbl02 td.price {
    font-size: 120%;
    color: #5e5e5e;
    vertical-align: middle;
    width: 220px;
  }

  .fee_table tr:nth-child(even) {
    background: #fafafa;
  }

  .sp {
    display: none;
  }

  .blue {
    color: #2ca9e1;
  }

  .fee_table.tbl02 td {
    width: 87%;
    font-size: 16px;
  }

  #headspa .payment {
    padding: 15px 10px;
    background: #ffff;
    border: solid 5px #efefef;
  }

  .payment {
    padding: 15px 10px;
    text-align: center;
    clear: both;
    background: #fff;
    border: solid 5px #efefef;
  }

  .payment h3 {
    font-size: 24px;
    color: #3b5524;
    position: relative;
    font-weight: 500;
    margin-bottom: 19px;
    font-family: 'Corporate-Mincho', serif;
  }

  .payment h3 {
    line-height: 1.2;
    padding-top: 10px;
    text-align: center;
    font-size: 24px !important;
  }

  .payment p {
    font-size: 18px;
    line-height: 2.1;
    text-align: center;
  }

  .contact_area {
    padding: 40px 15px;
  }

  .top_contact {
    margin: 0 auto;
    width: 96%;
    max-width: 1000px;
    margin-top: 20px;
  }

  .contact_access {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    gap: 20px;
  }

  .contact_access p {
    margin: 0;
  }

  p.n_cta {
    width: 50%;
    order: 1;
  }

  .uketuke {
    width: 47%;
  }

  .uketuke ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    line-height: 1.5;
    font-size: 17px;
    color: #562d10;
    text-align: left;
  }

  .uketuke ul li.l_img {
    padding: 10px 0;
  }

  h3.shop_hd {
    font-size: 24px;
    color: #466332;
    padding: 35px 0 10px;
    font-weight: 500;
  }

  .top_contact h3 {
    text-align: center;
    width: 100%;
  }

  .contact_info {
    padding: 32px;
    max-width: 900px;
    text-align: center;
    border-radius: 12px;
    font-size: 0;
    box-sizing: border-box;
    margin: 20px auto 40px;
  }

  .contact_info ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .menuInner h2 span.fr_fee {
    display: block;
    margin-top: 12px;
    color: #f5370c;
    font-weight: bold;
    font-size: 25px;
    vertical-align: middle;
    box-sizing: border-box;
  }

  h2.pc {
    background-color: #efeae2 !important;
  }

  #content h2 {
    color: #333;
  }

  .rich_font {
    font-family: 'Corporate-Mincho', 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro W3, メイリオ, sans-serif;
    box-sizing: border-box;
  }

  .box03 {
    color: #466332;
    max-width: 1250px;
    width: 100%;
    margin: 1% auto 0 auto;
  }

  .desn {
    margin: 3em 0 1.5em;
    padding: 1.1em .2em .6em;
    font-size: 27px;
    font-weight: 400;
  }

  .dry-service {
    display: flex;
  }

  .dry-li {
    box-sizing: border-box;
    padding: 8px 12px;
    border: solid 1px #cdaf34;
    background: #0000008a;
    color: #fff;
    font-size: 14px;
    margin: 5px;
    width: 33%;
  }

  .service-title {
    color: #ffff;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .service-p {
    color: #ffff;
  }

  .spa-top-p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    line-height: 1.5 !important;
    margin-top: 40px;
  }
/* フォームの全体スタイル */
form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* ラベルのスタイル */
label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #333;
}

/* 必須マークのスタイル */
label span {
    color: red;
    font-size: 14px;
}

/* 入力フィールド（text, email, tel, date）共通 */
input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="date"], select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc!important;
    border-radius: 4px;
    font-size: 14px;
}

/* 希望時間のgray部分のスタイル */
label .gray {
    font-size: 12px;
    color: #888;
    display: block;
    margin-top: 5px;
}

/* 必須フィールドのスタイル */
input[required], 
select[required] {
    border-color: #ff0000;
}

/* 送信ボタンのスタイル */
input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* 送信ボタンホバー時のスタイル */
input[type="submit"]:hover {
    background-color: #45a049;
}

/* 入力フィールドにフォーカスが当たった時のスタイル */
input:focus, 
select:focus {
    border-color: #4CAF50;
    outline: none;
    box-shadow: 0 0 5px rgba(76, 175, 80, 0.3);
}
}