@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){
.pc {
  display: none;
}

/* ヘッダー エリア */
#header_in .description {
  width: 100%;
  height: auto;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-bottom: 1.302083333%;
  padding: 0.3em 0;
  background-color: #444444;
}

#header_in .logo {
  width: 52.208791%;
  height: auto;
  margin-left: 2.604166666%;
  padding-top: 1.302083333%;
  float: left;
}

#header_in .logo img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .logo a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .nav {
  width: 35.15625%;
  height: auto;
  margin-bottom: 1.302083333%;
  padding: 0;
  float: right;
}

#header_in .nav ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_in .nav ul li {
  width: 29.62962962%;
  height: auto;
  margin-right: 3.703703703%;
  padding: 0;
}

#header_in .nav ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .nav ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header .nav_sp {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #444444;
  float: left;
}

#header .nav_sp .left {
  width: 50%;
  height: auto;
  float: left;
  border-right: 1px solid #444444;
}

#header .nav_sp .right {
  width: 50%;
  height: auto;
  float: right;
}

#header .nav_sp .left li,
#header .nav_sp .right li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px dotted #444444;
}

#header .nav_sp .left li:last-child,
#header .nav_sp .right li:last-child {
  border-bottom: 1px solid #444444;
}

#header .nav_sp .left li:hover,
#header .nav_sp .right li:hover {
  width: 100%;
  height: auto;
  transition: 1.0s;
  background-color: #444444;
  border-bottom: 1px dotted #ffffff;
}

#header .nav_sp .left li:last-child:hover,
#header .nav_sp .right li:last-child:hover {
  width: 100%;
  height: auto;
  transition: 1.0s;
  background-color: #444444;
  border-bottom: 1px solid #444444;
}

#header .nav_sp .left li a,
#header .nav_sp .right li a {
  font-size: 3.5vw;
  font-weight: 400;
  color: #444444;
  text-align: center;
  text-decoration: none;
  padding: 1.0em 0;
  display: block;
}

#header .nav_sp .left li a:hover,
#header .nav_sp .right li a:hover {
  transition: 1.0s;
  color: #ffffff;
}

/* メインスライダー */
#main_visual_in {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 70vh;
}

#main_visual_in img {
  width: 100%;
  object-fit: cover;
  height: 70vh;
  transform: scale(1.2);
  transition: transform 8s ease-in-out;
}

#main_visual_in .bx-wrapper{
  width: 83%;
  float: right;
  margin: 0;
}

#main_visual_in .bx-wrapper .bx-pager{
  text-align: right;
  position: absolute;
  bottom: 23px;
  right: 20px;
  padding: 0;
}

#main_visual_in .bx-wrapper .bx-pager.bx-default-pager a:hover,
#main_visual_in .bx-wrapper .bx-pager.bx-default-pager a.active,
#main_visual_in .bx-wrapper .bx-pager.bx-default-pager a:focus{
  background: #5d5d5d;
}

.main-bxslider {
  max-width: 100%; /* スマホ画面いっぱいに表示 */
}

/* メインテキスト */
#main_visual_in .text_box{
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 10;
}

#main_visual_in .text_box p.text span.white{
  font-size: 3.9vw;
  letter-spacing: 3px;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  padding: 3px 0px 5px 0px;
  margin: 0 0 10px;
  line-height: 2.3;
}

#main_visual_in .text_box p.ttl{
  margin-bottom: 0;
}

#main_visual_in .text_box p.ttl span.white{
  font-size: 4vw;
  background: linear-gradient(transparent 0%, #FFFFFF 0%);
  padding: 7px 5px 8px 5px;
  display: inline-block;
  margin: 0 0 20px;
  line-height: 1;
}

#main_visual_in .text_box p.ttl span.ttl{
  font-size: 7.33vw;
  font-weight: 700;
  letter-spacing: 8px;
  line-height: 1.3;
}




/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  margin-top: 0.3em;
  padding: 0 2.604166666%
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

.cases-template-default #breadcrumb,
.page-template-default #breadcrumb {
  display: none;
}

/* コンテンツ エリア */
#content h1 {
  font-size: 5.8vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 17px;
  border-radius: 5px;
  background: linear-gradient(#444444 0%, #444444 50%, #373737 50%, #5b5b5b 100%);
}

#content h2 {
  font-size: 5.2vw;
  font-weight: 600;
  color: #ffffff;
  margin: 10px 0 20px;
  padding: 12px 10px 15px 15px;
  position: relative;
  background-color: #444444;
  box-shadow: 0 0 0 0 #444444, 0 0 0 0 #444444, 3px 5px 5px -5px #444444;
}

#content h2::before {
  width: 0;
  height: 0;
  content: " ";
  position: absolute;
  top: 100%;
  left: 0;
  border-style: solid;
  border-width: 0 10px 10px 0;
  border-color: transparent;
  border-right-color: #444444;
}

#content h3 {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.7;
  color: #2f2f2f;
  margin: 20px 0 20px;
  padding: 0.6em 0.4em 0.65em 0.8em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: solid 8px #444444;
  background-color: #f3f3f3;
}

#content h4,
#content h5,
#content h6 {
  font-size: 4.0vw;
  font-weight: 600;
  line-height: 1.7;
  color: #2f2f2f;
  margin-bottom: 2.604166666%;
  padding-left: 1.5em;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before {
  width: 2.7vw;
  height: 2.7vw;
  content: '';
  position: absolute;
  left: 1.9vw;
  bottom: 1.3vw;
  border-radius: 50%;
  background-color: #444444;
  display: block;
}

#content h4::after,
#content h5::after,
#content h6::after {
  width: 1.7vw;
  height: 1.7vw;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background-color: #444444;
  display: block;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  z-index: 10001;
  bottom: 16.0vw;
  right: 2.604166666%;
}

p.pagetop a {
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #444444;
  border: 1px solid #ffffff;
  display: block;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer .footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  gap: 40px 0;
}

#footer .footer_nav .footer_menu{
  width: 47%;
}

#footer .footer_nav .footer_menu ul li{
  font-size: 3.7vw;
  color: #fff;
  margin: 0 0 10px;
}

#footer .footer_nav .footer_menu ul li.ttl{
  margin: 0 0 20px;
  font-size: 4.2vw;
  font-weight: 700;
}

#footer .footer_nav .footer_menu ul li:last-child{
  margin: 0;
}

#footer .footer_nav .footer_menu ul li a{
  color: #fff;
  text-decoration: none;
}

#footer .footer_nav .footer_menu ul li a:hover{
  color: #E8FF02;
}

.footer_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
}

.footer_top .footer_left{
  width: 100%;
}

.footer_top .footer_left p{
  margin: 0 0 20px;
}

.footer_top .footer_left .footer_btn ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 0;
}

.footer_top .footer_left .footer_btn ul li a{
  color: #292929;
  text-decoration: none;
  width: 260px;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 15px;
  background-color: #E8FF02;
  font-weight: 600;
  position: relative;
}

.footer_top .footer_left .footer_btn ul li.li01 a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/footer_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 27%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_top .footer_left .footer_btn ul li.li02 a::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(images/footer_icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
}

.footer_top .footer_left .footer_btn ul li a:hover{
  transition: 1.0s;
  opacity: 0.3;
}

.footer_top .footer_left .company_data{
  margin: 0 0 20px;
}

.footer_top .footer_left .company_data dl{
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_top .footer_left .company_data dl:last-child{
  margin: 0;
}

.footer_top .footer_left .company_data dl dt{
  width: 20%;
}

.footer_top .footer_left .company_data dl dd{
  width: 77%;
}

.footer_top .footer_left .company_data dl dt,
.footer_top .footer_left .company_data dl dd{
  font-size: 16px;
  color: #fff;
}

.footer_top .footer_left p.tel,
.footer_top .footer_left p.tel span{
  font-size: 10vw;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  color: #fff;
  z-index: 1;
  text-align: center;
}

.footer_top .footer_left p.tel span.yellow_line::after{
  bottom: 19px;
  height: 15px;
  z-index: -1;
  background-color: #b7c900;
}

.footer_top .footer_right{
  width: 100%;
  margin: 40px 0 0;
}

#footer .copyright p{
  text-align: center;
  color: #fff;
  font-size: 3vw;
}

/* slidemenu style */
#footer #slidemenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  border-top: 1px solid #ffffff;
  box-shadow: 0 -3px 5px rgba(89,107,179,0.2);
  background-color: #ffffff;
}

#footer #slidemenu ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}

#footer #slidemenu ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
  cursor: pointer;
}

/* slide_tel style */
.slide_tel {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 39.0625%;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 20000;
}

.slide_tel .inner {
  width: 86.97916666%;
  height: auto;
  margin: 0 auto;
  padding: 4.491017964% 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,1.0);
  background-color: #ffffff;
}

.slide_tel .inner p {
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #444444;
}

.slide_tel .inner p span {
  font-size: 5.0vw;
  font-weight: 500;
  color: #444;
  display: inline;
}

.slide_tel .inner ul {
  width: 100%;
  height: auto;
  margin: 4.491017964% 0;
  padding: 2.994011976% 5.988023952%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f3f5fe;
}

.slide_tel .inner ul li {
  width: 48.20788535%;
  height: auto;
  margin: 0;
  padding: 0;
}

.slide_tel .inner ul li a {
  width: 100%;
  height: auto;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 7.042253521% 0;
  border-radius: 7px;
  display: block;
  transition: 1.0s;
}

.slide_tel .inner ul li:first-child a {
  background-color: #2892ef;
}

.slide_tel .inner ul li:last-child a {
  background-color: #444;
}

.slide_tel .inner a:hover,
.slide_tel .inner ul li a:hover {
  opacity: 0.5;
}

.slide_tel .inner span {
  width: 86.97916666%;
  font-size: 2.6vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.3em;
  color: #444444;
  margin: 0 auto;
  display: block;
}

.slide_tel .inner a {
  width: 64.07185628%;
  height: auto;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;  
  line-height: 1.0em;
  color: #ffffff;
  margin: 4.491017964% auto 0 auto;
  padding: 1.497005988% 0 2.245508982% 0;
  border-radius: 8.0vw;
  background-color: #444;
  display: block;
}

/* ウィジェット エリア */
#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: 3.90625%;
  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: 3.90625%;
}

#sidebar #widget-area .widget-container .side_menu p a {
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0;
  transform: rotate(.03deg);
  text-transform: uppercase;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  display: block;
}

#sidebar #widget-area .widget-container .side_menu p a {
  background-color: #444;
}

#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: #3e9f74;
}

#sidebar #widget-area .widget-container .side_menu p a:hover:after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
  border: 1px solid #c3c3c3;
  border-top: none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 17px 17px 17px 40px;
  border-bottom: 1px dotted #c3c3c3;
  background-image: url("../../uploads/2025/02/side_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 2.25vw;
  position: relative;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border: none;
}

#sidebar #widget-area .widget-container ul li::before {
  content: '';
  background-image: url(images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 5%;
  top: 53%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
}

#sidebar #widget-area .widget-container ul li a {
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.0em;
  color: #666666;
  margin: 0;
  padding: 0;
  transform: rotate(.03deg);
  display: inline-block;
  position: relative;
  float: none;
}

#sidebar #widget-area .widget-container ul li a::after {
  width: 100%;
  height: 1px;
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
  background-color: #444;
}

#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-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0;
  background-color: #444;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

#sidebar #widget-area .widget-container .tagcloud {
  margin-bottom: 20px;
}

#sidebar #widget-area .widget-container .rss-widget-icon {
  margin: 0 5px 20px -5px;
  float: left;
}

/* 店舗情報（カスタムHTML） エリア */
.side_info {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cccccc;
  border-top: none;
}

.side_info img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.side_info p {
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.3em;
  color: #666666;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
}

.side_info p strong {
  font-size: 4.0vw;
  font-weight: 700;
  line-height: 1.0em;
  color: #444;
  margin-bottom: 0.3em;
  padding: 0;
  display: block;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* p */
.red{
  font-weight: bold;
  color: #ed2323;
}

.small{
  font-size: 13px;
}

.bold{
  font-weight: 700;
}

.center{
  text-align: center;
}

.right{
  text-align: right;
}

/* 黄色下線 */
span.yellow_line{
  display: inline-block;
  position: relative;
}

span.yellow_line::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 8px;
  background-color: #e8ff02;
  z-index: -1;
}

/* テーブル */
table.table {
  width: 100%;
  overflow: hidden;
  border-spacing: 2px;
  border-collapse: separate;
  border: none;
}

table.table tr {
  border: none;
}

table.table th {
  background-color: #444;
  text-align: center;
  width: auto;
  border-radius: 5px;
  padding: 15px;
  border: none;
  width: 20%;
  color: #E8FF02;
}

table.table td {
  background-color: #f3f3f3;
  width: auto;
  border-radius: 5px;
  padding: 15px;
  border: none;
}

/******************************************
 *
 * トップページ エリア
 *
*******************************************/
/* サブ英語 */
.sub_en{
  font-size: 5.8vw;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
}

.sub_en02{
  font-size: 7.7vw;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
}

/* btn01 */
.btn01{
  text-align: center;
}
.btn01 a{
  font-family: trajan-pro-3, serif;
  border: solid 1px #070707;
  color: #070707;
  text-decoration: none;
  width: 100%;
  max-width: 300px;
  box-sizing: border-box;
  padding: 13px 20px 11px;
  display: inline-block;
  text-align: center;
  letter-spacing: 0px;
  font-size: 3.4vw;
  transition: 1.0s;
}

.btn01 a::after {
  content: '+';
  font-size: 3.4vw;
  font-weight: 600;
  color: #000;
  margin-left: 8px;
  display: inline;
}

.btn01 a:hover{
  background-color: #E8FF02;
}

/* トップページ 料金 */
.top_first-plan{
  width: 85%;
  margin: 47px auto 60px;
  padding: 35px 0 43px;
  position: relative;
  box-shadow: 0px 0px 13px 0 rgb(0 0 0 / 13%);
  z-index: 1;
}

.top_first-plan p.p-text01{
  text-align: center;
  margin: 0 0 10px;
}

.top_first-plan p.p-text01 span{
  position: relative;
  display: inline-block;
  padding: 0 15px 0 20px;
  font-size: 3.4vw;
  font-weight: 700;
}

.top_first-plan p.p-text01 span::before,
.top_first-plan p.p-text01 span::after {
  content: '';
  background: #000;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 50%;
}

.top_first-plan p.p-text01 span::before {
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
}

.top_first-plan p.p-text01 span::after {
  right: 0;
  transform: translateY(-50%) rotate(30deg);
}

.top_first-plan p.p-text02{
  text-align: center;
  font-size: 5.8vw;
  font-weight: 600;
  margin: 0 0 13px;
  letter-spacing: 2px;
}

.top_first-plan p.p-text03{
  text-align: center;
  font-size: 4.7vw;
}

.top_first-plan p.p-text03 span{
  font-size: 11.4vw;
  font-weight: 600;
  line-height: 1;
}

/* トップページ お問い合わせ */
#top_contact{
  margin: 0;
  padding: 70px 0 60px;
  background: rgb(102,102,102);
  background: linear-gradient(180deg, rgba(102,102,102,1) 0%, rgba(80,80,80,1) 30%, rgba(93,92,92,1) 100%);
}

#top_contact .inner{
  width: 100%;
  position: relative;
}

#top_contact .text_box{
  width: 50%;
  margin: 0 0 20px;
  padding: 0;
}

#top_contact .btn_box div{
  width: 47%;
}

#top_contact .text_box p{
  color: #fff;
  margin: 0 0 20px;
  font-size: 3.7vw;
  letter-spacing: 2px;
}

#top_contact .btn_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}

#top_contact .btn_box a{
  position: relative;
  width: 100%;
  height: 40vw;
  text-align: center;
  border: solid 2px #fff;
  border-radius: 20px;
  text-decoration: none;
  color: #fff;
  font-size: 3.1vw;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 60px 11px 0;
}

#top_contact .btn_box .tel a span{
  font-size: 3vw;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
}

#top_contact .btn_box .tel a{
  color: #292929;
  background: rgb(245,255,141);
  background: linear-gradient(180deg, rgba(245,255,141,1) 0%, rgba(232,251,44,1) 34%, rgba(184,201,4,1) 100%);
}

#top_contact .btn_box .contact a{
  background: rgb(49,152,233);
  background: linear-gradient(180deg, rgba(49,152,233,1) 0%, rgba(18,124,208,1) 34%, rgba(2,101,181,1) 100%);
}

#top_contact .btn_box a::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

#top_contact .btn_box .tel a::before{
  background-image: url(images/top_contact_icon01.svg);
  left: 39%;
  top: 25%;
  transform: translateY(-50%);
  width: 11vw;
  height: 11vw;
}

#top_contact .btn_box .contact a::before{
  background-image: url(images/top_contact_icon02.svg);
  left: 34%;
  top: 33%;
  transform: translateY(-50%);
  width: 14vw;
  height: 14vw;
}

#top_contact .btn_box a:hover{
  transition: 1.0s;
  opacity: 0.3;
}

#top_contact .deco{
  position: absolute;
  right: 0;
  bottom: 18vw;
  width: 44vw;
  z-index: 0;
}

/* トップページ はじめのエリア */
#top_intro{
  padding: 70px 0;
}

#top_intro .top_intro_inner{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  overflow: hidden;
}

#top_intro h2.title{
  position: relative;
  font-size: 5.7vw;
  text-align: center;
  line-height: 170%;
  font-weight: normal;
  font-family: serif;
  background: none;
  box-shadow: none;
  color: #000;
  padding: 0;
  margin: 0;
}

#top_intro h2.title::before{
  display: none;
}

#top_intro .img01{
  width: 100%;
  margin: 30px 0 0;
}

#top_intro .img01 img{
  margin: auto;
}

#top_intro .img02{
display: none;
}

#top_intro .text_box{
  border-left: 1px solid #C0BDBC;
  padding: 30px 0 30px 4%;
}

#top_intro .text_box p{
  margin: 0 0 30px;
  line-height: 2;
}

#top_intro .text_box p:last-child{
  margin: 0;
}

#top_intro .text_box p span.span_text{
  font-size: 3.9vw;
}

/* トップページ aboutエリア */
#top_about{
  margin: 0;
}

#top_about .top_about_inner{
  position: relative;
}

#top_about .top_about_image{
  position: relative;
  width: 100%;
}

#top_about .top_about_image img{
  width: 100%;
}

#top_about .top_about_content{
  background-color: #e3e3e3;
  padding: 40px 20px 30px;
  width: 100%;
}

#top_about h2.title{
  position: relative;
  font-size: 5.7vw;
  text-align: center;
  line-height: 170%;
  font-weight: normal;
  font-family: serif;
  background: none;
  box-shadow: none;
  color: #000;
  padding: 0;
  margin: 0 0 2.4vw 0;
}

#top_about h2.title::before{
  display: none;
}

#top_about .top_about_items{
  margin-top: 30px;
}

#top_about .top_about_item{
  margin-bottom: 25px;
  background: #f4f4f4;
  padding: 13px 20px;
}

#top_about .top_about_item_text{
  padding-left: 35px;
  position: relative;
  font-size: 4vw;
}

#top_about .top_about_item_text::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #444;
  border: 1px solid #444;
}

#top_about .top_about_item_text::after {
  position: absolute;
  content: "";
  top: 47%;
  left: 6px;
  -webkit-transform: translateY(-50%)  rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  border-left: 2px solid #E8FF02;
  border-bottom: 2px solid #E8FF02;
  width: 7px;
  height: 4px;
}

/* トップページ about02エリア */
#top_about02{
  margin: 70px 0 0;
}

#top_about02 .inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
  gap: 40px 0;
}

#top_about02 .left{
  width: 100%;
}

#top_about02 .left .sub_en{
  margin: 0 0 20px;
}

#top_about02 .right{
  width: 100%;
}

#top_about02 .right p{
  line-height: 2;
}

/* トップページ top_trialエリア */
#top_trial{
  margin: 100px 0 100px;
}

#top_trial .box01{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}

#top_trial .box01 .title_box{
  position: absolute;
  right: 15px;
  top: 14px;
}

#top_trial .box01 .title_box h2.title,
#top_trial .box01 .title_box h2.title span{
  writing-mode: vertical-rl;
  font-size: 4vw;
  letter-spacing: 4px;
  font-weight: normal;
  font-family: serif;
  background: none;
  box-shadow: none;
  color: #000;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#top_trial .box01 .title_box h2.title span.yellow_line::after{
  right: 1vw;
  bottom: 0;
  height: 100%;
  width: 2vw;
}

#top_trial .box01 .title_box h2.title::before{
  display: none;
}

#top_trial .box01 div.img_box{
  width: 100%;
}

#top_trial .box01 .sub_en02{
  position: absolute;
  left: 13px;
  bottom: -27px;
}

#top_trial .box02{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0;
  gap: 30px 0;
}

#top_trial .box02 .left{
  width: 100%;
}

#top_trial .box02 .left p{
  margin: 0;
  line-height: 2;
}

#top_trial .box02 .right{
  width: 100%;
}

#top_trial .box02 .right .sub_en{
  margin: 0 0 20px;
}

/* トップページ top_infoエリア */
#top_info{
  margin: 70px 0 70px;
}

#top_info .title_box{
  position: relative;
}

#top_info .title_box:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 19px;
  left: auto;
  right: 63%;
  width: 100%;
}

#top_info .title_box h2.title{
  background: none;
  box-shadow: none;
  color: #000;
  margin: 0 0 0 auto;
  padding: 0;
  width: 55%;
  text-align: left;
}

#top_info .title_box h2.title span{
  font-size: 5.8vw;
}

#top_info .title_box h2.title::before{
  display: none;
}

#top_info .top_info_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 40px 0 0;
  gap: 40px 0;
}

#top_info .top_info_box .left{
  width: 100%;
}

#top_info .top_info_box .left p.logo img{
  margin: 0 auto;
}

#top_info .top_info_box .left p.p_info{
  margin: 20px 0 20px;
  font-size: 4.7vw;
  font-weight: 500;
}

.top_info_company_data{
  margin: 0 0 30px;
}

.top_info_company_data dl{
  margin: 0 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top_info_company_data dl:last-child{
  margin: 0;
}

.top_info_company_data dl dt{
  width: 30%;
}

.top_info_company_data dl dd{
  width: 67%;
}

.top_info_company_data dl dt,
.top_info_company_data dl dd{
  font-size: 4vw;
}

#top_info .top_info_box .left p.tel{
  margin: 0 0 10px;
}

#top_info .top_info_box .left p.tel,
#top_info .top_info_box .left p.tel span{
  font-size: 10vw;
  text-align: center;
  font-family: trajan-pro-3, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0px;
}

#top_info .top_info_box .left p.tel span.yellow_line::after{
  bottom: 4vw;
  height: 2.3vw;
}

#top_info .top_info_box .right{
  width: 100%;
  padding: 0;
}

#top_info .top_info_box .right p{
  margin: 0 0 10px;
}

#top_info .top_info_box .right p:last-child{
  margin: 0;
}

/* 対応症状一覧ページ エリア */
#cases_wrap .case-block span.case-title {
  font-size: 5.0vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #444444;
  padding: 1.0em;
  display: block;
}

#cases_wrap .case-block span.case-title::before {
  color: #444444;
  margin-right: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block span.case-title::after {
  color: #444444;
  margin-left: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block ul {
  width: 100%;
  margin-bottom: 3.90625%;
  overflow: hidden;
}

#cases_wrap .case-block li {
  width: 50%;;
  padding: 0.3em;
  float: left;
}

#cases_wrap .case-block a {
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0.8em 0.3em;
  border-radius: 5px;
  background-color: #444;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  display: block;
}

#cases_wrap .case-block a span {
  font-size: 3.5vw;
  font-weight: 500;
}

#cases_wrap .case-block a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #ffffff;
  display: inline-block;
}

#cases_wrap .case-block a:hover {
  transform: scale(0.9);
  opacity: 0.5;
}

/* 対応症状個別ページ エリア */
.single-cases .single_case {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single-cases .single_case .inner {
  width: 100%;
  height: auto;
  margin-bottom: 4.557591666%;
  padding: 0;
  display: table;
}

.single-cases .single_case .type01 {
  margin-bottom: 7.161458333%;
}

.single-cases .single_case .inner img {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.single-cases .single_case .inner p {
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
  margin: 2.604166666% 0;
  padding: 0;
}

.single-cases .single_case .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.single-cases .single_case .inner ul li {
  width: 100%;
  min-height: 5.2vw;
  margin: 0 0 3.255208333% 0;
  padding-left: 6.5vw;
  background-image: url("../../uploads/2025/02/check_icon.png");
  background-position: left 0.15em;
  background-repeat: no-repeat;
  background-size: 5.0vw;
}

.single-cases .single_case .inner ul li:last-child {
  margin: 0;
}

.single-cases .single_case .inner ul li p {
  font-size: 4.0vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

.single-cases .single_case .inner ul li p span {
  font-size: 3.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  display: block;
}

/* 症例ページ下部　選ばれる理由 */
.single_reason {
  margin-top: 7.8125%;
}

.single_reason_ttl {
  margin: 0 0 5.208333333%;
}

.single_reason_ttl strong {
  text-align: center;
  font-size: 5.7vw;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0 0 3.90625%;
  display: block;
}

.single_reason_ttl img {
  display: block;
  margin: 0 auto 3.90625% auto;
}

.single_reason_ttl strong span {
  color: #ff3c00;
  font-weight: 700;
}

.single_reason_box {
  margin: 0 0 5.208333333%;
}

.single_reason_box img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  margin-bottom: 3.90625%;
}

#content .single_reason_box h2 {
  font-size: 4.3vw;
}

#content .single_reason_box h2 span.number {
  margin: 0 7px 0 0;
}

#content .single_reason_box h2 span.yellow {
  color: #ffff00;
}

/* 投稿ページ エリア */
.single p {
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.6em;
  color: #000;
  margin-bottom: 1.5em;
}

.single .page_contact {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.single .page_contact ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single .page_contact ul li {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.single .page_contact ul li:first-child {
  margin: 0;
}

.single .page_contact ul li:last-child {
  margin-bottom: 7.8125%;
}

.single .page_contact ul li p {
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.8em;
  color: #666666;
  margin-bottom: 1.5em;
}

.single .page_contact ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.single .page_contact ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.single .page_contact .view {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

.single .page_contact .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #444444;
}

.post_inner .thum {
  width: 21.97802197%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 75.27472527%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 0.911458333%;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 0 3px;
  float: left;
  background-color: #444;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none; 
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 500;
  color: #999999;
  line-height: 1.4em;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2em;
  color: #666666;
  display: block;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.2em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-size: 13px;
  font-weight: 500;
  color: #999999;
  text-decoration: none;
  display: block;
}

.post_inner .show_post li.cat_title_box p.cat_title a:hover,
.post_inner .show_post li.cat_text_box p.cat_text a:hover,
.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* ワンカラム */
.page-template-page-one_column #wrapper,
.single-cases #wrapper{
  width: 100%;
  padding: 25vw 0 40px 0;
}
.page-template-page-one_column #content{
  width: 100%;
  float: none;
  margin: 40px auto 0;
}

.single-cases #content{
  width: 90%;
  float: none;
  margin: 40px auto 0;
}

.page-template-page-one_column #content .post,
.single-cases #content .post{
  padding: 0;
}

.page-template-page-one_column #wrapper h1,
.single-cases #wrapper h1{
  text-align: center;
  font-size: 6.7vw;
  font-weight: 500;
  background-color: #ededed;
  padding: 60px 20px;
}

/* 初めての方へ　ページ */
.point{
  position: relative;
}

.point_img {
  margin: 0;
  overflow: hidden;
}

.point_img img{
  width: 150%;
  max-width: none;
  margin-left: -23%;
}

#content .point_h2{
  position: absolute;
  background: #fff;
  padding: 40px;
  border-radius: 40px 40px 0 0;
  width: 90%;
  left: 20px;
  top: 160px;
}

#content .point_h2 h2{
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 5vw;
  letter-spacing: 3px;
}

#content .point_h2 h2 span{
  color: #c5b800;
  font-size: 10vw;
  font-weight: 700;
}

#content .point_h2 h2::before{
  display: none;
}

.point_h2 p{
  font-size: 4vw;
  font-weight: 600;
}

.point_in{
  padding: 190px 0 0;
  width: 90%;
  margin: auto;
}

.point_in ul li{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fffad8;
  margin: 0 0 60px;
  padding: 20px;
}

.point_in ul li .img_box{
  width: 45%;
  position: relative;
}

.point_in ul li .img_box img{
  width: 100%;
}

.point_in ul li .img_box p.icon{
  display: block;
  position: absolute;
  top: -41px;
  right: -13px;
  width: 60px;
}

.point_in ul li .text_box{
  width: 50%;
}

.point_in ul li .text_box p{
  display: none;
}

#content .point_in ul li .text_box h3{
  background: none;
  border: 0;
  padding: 0;
  font-size: 4.0vw;
  margin: 0;
  line-height: 1.7;
}

.greeting{
  margin: 40px auto 0;
  width: 90%;
}

.greeting .img_box{
  width: 85%;
  margin: auto;
}

.greeting .text_box{
  width: 100%;
  margin: 30px 0 0;
}

#content .greeting .text_box h2{
  background: none;
  border: 0;
  color: #444;
  font-size: 5.7vw;
  padding: 0;
  box-shadow: none;
  margin: 0 0 30px;
}

#content .greeting .text_box h2::before{
  display: none;
}

.greeting .text_box p{
  margin: 0 0 30px;
}

.greeting .text_box p:last-child{
  margin: 0;
}

.greeting .text_box p.ttl{
  font-size: 4.9vw;
  font-weight: 600;
}

.greeting .text_box p.ttl span{
  font-size: 4vw;
  font-weight: 500;
}

/* 対応症状一覧 */
.symptom{
  width: 90%;
  margin: auto;
}

.symptom_img{
  width: 43%;
  margin: auto;
}

.symptom_left{
  width: 100%;
}

.symptom_right{
  width: 100%;
}

.symptom_item{
  margin: 0 0 40px;
}

#content .symptom_item h3{
  padding: 0;
  margin: 0 0 20px;
  background: none;
  border: none;
  font-size: 5.3vw;
}

ul.symptom_menu li{
  margin: 0 0 10px;
}

ul.symptom_menu li:last-child{
  margin: 0;
}

ul.symptom_menu li a{
  background: #dbdbdb;
  color: #000;
  text-decoration: none;
  padding: 13px 35px 13px 13px;
  display: block;
  position: relative;
}

ul.symptom_menu li a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  right: 15px;
  top: 50%; /* ←親要素の中央に */
  transform: translateY(-50%);
  background-image: url(images/arrow_black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

ul.symptom_menu li a:hover::after{
  transition: 1.0s;
  right: 7px;
}

/* 投稿ページ　お悩み */
.single_onayami{
  width: 100%;
  margin: 0 auto 0;
}

#content .single_onayami h2{
  text-align: center;
  background: none;
  box-shadow: none;
  border: none;
  color: #4b4b4b;
  font-size: 5.8vw;
  padding: 0 0 20px;
  margin: 0 0 40px;
}

#content .single_onayami h2::before{
  content: "";
  width: 130px;
  height: 6px;
  border-radius: 2px;
  background-color: #e8ff02;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: auto;
  transform: translateX(-50%);
  border: none;
}

.single_onayami_in{
  background: #f3f3f3;
  border-radius: 20px;
  padding: 40px;
}

.single_onayami_in ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
}

.single_onayami_in ul li{
  font-size: 4vw;
  font-weight: 500;
  color: #4b4b4b;
  width: 100%;
  position: relative;
  padding: 10px 20px 10px 40px;
  border-bottom: 2px dotted #9f9f9f;
  display: flex;
  align-items: center;
}

.single_onayami_in ul li:before{
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(images/icon_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* コンタクトフォーム7 */
#contact_bnr{
  margin: 0 0 30px;
}

#contact_bnr .tel{
  text-align: center;
  background: #a18f00;
  color: #fff;
  font-size: 4.7vw;
  font-weight: 600;
  padding: 10px 20px;
  margin: 20px auto 0;
  width: 100%;
}

#contact_form{
  border: solid 1px #e3e3e3;
  padding: 40px 20px;
}

#contact_form .contact_form_in .item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: solid 1px #e3e3e3;
}

#contact_form .contact_form_in .item .ttl{
  width: 100%;
  margin: 0 0 10px;
}

#contact_form .ttl p{
  font-size: 16px;
  font-weight: 500;
}

#contact_form .ttl p span.span01{
  font-size: 13px;
  font-weight: 600;
  background: #c30000;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
  border-radius: 7px;
  margin: 0 0 0 10px;
}

#contact_form .ttl p span.span02{
  font-size: 13px;
  font-weight: 600;
  background: #838383;
  color: #fff;
  display: inline-block;
  padding: 0 7px;
  border-radius: 7px;
  margin: 0 0 0 10px;
}

#contact_form .contact_form_in .item .text{
  width: 100%;
}

#contact_form .contact_form_in .item .text p.mini{
  font-size: 13px;
  font-weight: 500;
  color: #696969;
}

#contact_form .contact_form_in .radio .text p.mini{
  margin: 10px 0 0;
}

#contact_form input,
#contact_form select,
#contact_form textarea{
  width: 100%;
  border: solid 1px #e3e3e3;
  padding: 7px;
}

#contact_form .contact_form_btn{
  margin: 40px 0 0;
}

#contact_form .contact_form_btn p{
  text-align: center;
}

#contact_form span.wpcf7-form-control{
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

#contact_form span.wpcf7-form-control input{
  width: auto;
  border: 0;
  padding: 0;
  vertical-align: middle;
}

#contact_form span .wpcf7-list-item{
  margin: 0;
}

#contact_form span .wpcf7-list-item label{
  vertical-align: middle;
}

#contact_form .contact_form_btn .ttl,
#contact_form .contact_form_btn .text{
  margin: 0 0 20px;
}

#contact_form .contact_form_btn .text .red{
  color: #c30000;
}

#contact_form .contact_form_btn p{
  text-align: left;
}

#contact_form .contact_form_btn .btn p{
  text-align: center;
}

#contact_form .contact_form_btn input{
  text-align: center;
  background: #bd0909;
  color: #fff;
  border: 0;
  width: 340px;
  margin: 0 auto 0;
  padding: 15px 0;
}

#contact_form .contact_form_btn input:hover{
  transition: 1.0s;
  opacity: 0.3;
}

#contact_policy {
  margin: 40px 0 0;
}

}