@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 .inner_left {
  width: 55%;
  height: auto;
  margin: 0;
  padding-bottom: 0;
  float: left;
}

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

#header_in .inner_right {
  width: 42%;
  height: auto;
  margin-bottom:0;
  margin-left: 3%;
  padding: 0;
  float: right;
}

#header_in .inner_right .sp_nav_btn,
#header_in .inner_right .sp_mail_btn,
#header_in .inner_right .sp_line_btn {
  width: 29.62963%;
  height: auto;
  margin-left: 3.703703733%;
  padding: 0;
  float: right;
}

#header_in .inner_right .sp_nav_btn img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

#header_in .nav_sp {
  width: 100%;
  height: auto;
  padding: 0;
}
#header_in .nav_sp  ul {
  width:100%;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  align-content:center;
  justify-content:space-evenly;
  align-items:center;
  margin-top:4%;
}
#header_in .nav_sp  ul li {
  width:46%;
  font-size: 3.8vw;
  margin-bottom:3%;
}
#header_in .nav_sp  ul li:nth-child(9){
  width: 95%;
}
#header_in .nav_sp  ul li a {
  background:#233A5E;
  display:block;
  padding:10% 5%;
  display:flex;
  text-decoration:none;
  flex-direction:row;
  flex-wrap:nowrap;
  align-content:center;
  justify-content:flex-start;
  align-items:center;
  position:relative;
}
#header_in .nav_sp  ul li:nth-child(9) a {
  padding:5% 2.5%;
}
#header_in .nav_sp  ul li a span.sp_memu_text{
  color:white;
  text-decoration:none;
  font-weight:600;
  letter-spacing:1px;
  font-size: 1em;
}
#header_in .nav_sp  ul li a span.sp_memu_icon{
  width: 1.3em;
  margin-right:0.5em;
}
#header_in .nav_sp  ul li a span.sp_memu_icon img{
  image-rendering:auto;
  //image-rendering: pixelated;
  //image-rendering: -moz-crisp-edges;
  //image-rendering: crisp-edges;
  //-ms-interpolation-mode: nearest-neighbor;
}
#header_in .nav_sp  ul li a::before{
  border-left:2px solid;
  border-top:2px solid;
  border-color:#ffffff;
  content:"";
  height:5px;
  position:absolute;
  right:15px;
  top:42%;
  -moz-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  transform:rotate(135deg);
  width:5px;
}
.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 2;
  box-shadow: 0 4px 4px rgba(153,153,153,0.2);
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:999999999999999999999999999999;
}
  
  .footer-popup {
        width: 100%;
        overflow: hidden;
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 9999;
    }

    .footer-popup ul {
        width: 100%;
        overflow: hidden;
        display: table;
        table-layout: fixed;
    }

    .footer-popup ul li {
        display: table-cell;
        background-color: #00B900;
    }

    .footer-popup ul li.tel {
        background-color: #ff8400;
        animation: buruburu 1.0s infinite;
    }

    @keyframes furifuri {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-2deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(2deg)}
        100% {transform: rotate(0deg)}
    }

    @keyframes buruburu {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-2deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(2deg)}
        100% {transform: rotate(0deg)}
    }

    @keyframes kurakura {
        0% {transform: rotate(0deg)}
        25% {transform: rotate(-1deg)}
        50% {transform: rotate(0deg)}
        75% {transform: rotate(1deg)}
        100% {transform: rotate(0deg)}
    }

    .footer-popup ul li.contact {
        background-color: #92bfe0;
    }

    .footer-popup ul li a {
        display: block;
    }

    .footer-popup ul li a img {
        margin: auto;
    }
  
/*ポップアップ*/  
  @keyframes buruburu {
   0% {transform: rotate(0deg)}
    25% {transform: rotate(-2deg)}
    50% {transform: rotate(0deg)}
    75% {transform: rotate(2deg)}
    100% {transform: rotate(0deg)}
}
  .popup-block {
    display: block !important;
    width: 100%;
    height: 70px;
    position: fixed !important;
    bottom: 0px !important;
    left: 0px !important;
    z-index: 3 !important;
    display: flex;
    justify-content: space-between;
}
  .popup-block .icon_tel {
    background: #26887e;
    height: 200px;
  width: 50%;
}
  .popup-block a {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
}
  .popup-block .icon_send {
    background: #ff4b64;
    height: 200px;

}
  .popup-block .icon_mail {
    background: #ffaf00;
    height: 200px;
    width: 50%;
}
  
  .popup-block img {
    width: 70% !important;
  margin: auto !important;
} 
  
  

/* パンくずリスト エリア */
#breadcrumb {
  margin: 0 0 2.604166666% 0;
}

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

/* コンテンツ エリア */
#content h1 { 
  width: 100%;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 3.90625%;
  padding: 15px 10px 12px 10px;
  clear: both;
  color: #157f75;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #157f75;
  background-image: url("/johnny-test/wp-content/uploads/2026/06/body_bg_new.jpg");
  background-position: 0 0;
  background-repeat: repeat;
}

#content h2 { 
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 3.255208333%;
  padding: 8px 10px 5px 20px;
  clear: both;
  color: #ffffff;
  background-color: #26887e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#content h3 { 
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 2.604166666%;
  padding: 3px 10px;
  clear: both;
  color: #003333;
  border-bottom: 2px dotted #003333;
  border-left: 8px solid #003333;
}

#content h4,
#content h5,
#content h6 { 
  width: auto;
  font-size: 16px;
  line-height: 1.0em;
  margin-bottom: 1.953125%;
  padding: 1px 7px 0 7px;
  clear: both;
  color: #003333;
  border-left: 16px solid #ff3300;
}

#content h1 a { 
  font-size: 28px;
  font-weight: bold;
  text-decoration: none; 
  color: #157f75;
}

#content h2 a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; 
  color: #ffffff;
}

#content h3 a { 
  font-size: 18px;
  font-weight: bold;
  text-decoration: none; 
  color: #003333;
}

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

#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover,
#content h4 a:hover,
#content h5 a:hover,
#content h6 a:hover { 
  opacity: 0.5;
}
#content .post {
  padding-bottom: 20px;
      width: 100%;
}

#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: 2.604166666%;
  right: 2.604166666%;
  z-index: 2;
}

p.pagetop a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  color: #ffffff;
  background-color: #ff6600;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  opacity: 0.5;
}

/* フッター エリア */
#footer_in .inner_left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .inner_left ul {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

#footer_in .inner_left ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner_left ul li p {
  font-family:"Noto Sans JP", メイリオ, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka;
  font-size: 13px;
  margin-bottom: 2%;
  text-align: left;
  line-height: 1.3em;
  color: #000;
  margin-top: 1.302083333%;
  padding: 0;
}

#footer_in .inner_left ul li img {
  width:100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner_right {
  width: 100%;
  height: auto; 
  margin-bottom: 3.90625%;
  padding: 0;
}

#footer_in  ul.f_nav01 {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  margin-bottom: 25px;
}
#footer_in ul.f_nav01 li{
  padding: 0;
  width: 50%;
  border-bottom: solid 1px #27A297;
}
#footer_in ul.f_nav01 li:nth-child(2n) {
  border-left: solid 1px #27A297;
}
#footer_in ul.f_nav01 li:nth-child(5),
#footer_in ul.f_nav01 li:nth-child(6) {
  border-bottom: none;
}
#footer_in ul.f_nav01 li a {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  padding: 15% 0;
}

#footer_in ul.f_nav01 li a b {
  font-size: 4vw;
  color: #333333;
  letter-spacing: 2px;
  margin-bottom: 2px;
}

#footer_in ul.f_nav01 li a span {
  font-weight: 600;
  color: #ffa66f;
  font-size: 3.2vw;
  letter-spacing: 0.75px;
}
#footer_in div.f_nav02 ul{display: flex;flex-direction: row;flex-wrap: wrap;align-content: center;justify-content: flex-start;align-items: flex-start;}
#footer_in div.f_nav02 ul li{
  width: 50%;
  padding: 1.5%;
}

#footer_in div.f_nav02 ul li a {
  width: 100%;
  background: #233A5E;
  display: block;
  color: #Fff;
  text-decoration: none;
  padding: 10% 6%;
  font-weight: 500;
  font-size: 3.5vw;
  background-image:url("images/arrow_icon_white.png");
  background-position: center right 5%;
  background-repeat:no-repeat;
  background-size: auto 9px;
}

#footer_in div.f_nav02 ul li:nth-child(9) {
  width: 100%;
}

#footer_in div.f_nav02 ul li:nth-child(9) a {
  padding: 4% 3%;
}

#footer_in .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 1.302083333%;
  padding: 0;
}

#footer_in .inner ul li:last-child {
  margin: 0;
}

#footer_in .inner ul li 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: 2.994791666% 0 2.604166666% 0;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

#footer_in .inner ul li.type01 a {
  background-color: #157f75;
}

#footer_in .inner ul li.type02 a {
  background-color: #a1d337;
}

#footer_in .inner ul li a:hover {
  color: #ffffff;
}

#footer_in .inner ul li 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;
}

#footer_in .inner ul li.type01 a::after {
  background-color: #003333;
}

#footer_in .inner ul li.type02 a::after {
  background-color: #6fa106;
}

#footer_in .inner ul li a:hover:after {
  height: 100%;
}

#footer_in p {
  width: 100%;
  height: auto; 
  font-family:"Noto Sans JP", メイリオ, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka;
  font-size: 12px;
  text-align: left;
  color: #003333;
  padding-top: 5.208333333%;
  clear: both;
}

/* ウィジェット エリア */
#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: 2.604166666%;
  padding: 0;
}

#sidebar #widget-area .widget-container img:hover {
  opacity: 0.5;
}

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

#sidebar #widget-area .widget-container p.access {
  margin-bottom: 3.255208333%;
}

#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: 3.90625% 0 3.515625% 0;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

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

#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::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 p.home a::after {
  background-color: #003333;
}

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

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

#sidebar #widget-area .widget-container p a:hover:after {
  height: 100%;
}

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

#sidebar #widget-area .widget-container ul li.report {
  width: 100%;
  height: auto;
  line-height: 1.4em;
  margin: 0;
  padding: 13px 0 10px 0;
  border-bottom: 2px dotted #999999;
  background-image: none;
}

#sidebar #widget-area .widget-container ul li.report span {
  font-size: 12px;
  line-height: 1.2em;
  display: block;
}

#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("https://okamotoyuge-seikotsuin.com/wp-content/uploads/2019/11/side_nav_icon.png");
  background-position: 0 14px;
  background-repeat: no-repeat;
}

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

#sidebar #widget-area .widget-container ul li a {
  font-size: 16px;
  text-decoration: none;
  color: #333333;
  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: #e3023e;
}

#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 {
  width: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  padding: 16px 0 13px 0;
  color: #ffffff;
  background-color: #a1d337;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}

#sidebar #widget-area .widget-container h3.orange {
  background-color: #ff3300;
}

#sidebar #widget-area .widget-container h3.green {
  background-color: #157f75;
}

#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;
}

/* トップページ エリア */
.top_bnr {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.top_bnr img.arrow {
  width: 82.19178082%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.top_bnr02 {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top_bnr img,
.top_bnr02 img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_bnr02 p {
  font-size: 15px;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 1.953125%;
}

.top_bnr02 p span {
  font-size: 18px;
  font-weight: bold;
  color: #157f75;
}

.top_box {
  width: 100%;
  height: auto;
  margin-bottom: 1.953125%;
  padding: 0;
  display: table;
}

.top_box img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top_box .inner {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.top_box .inner p {
  font-size: 15px;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 1.953125%;
}

.top_box .inner p span {
  font-size: 15px;
  font-weight: bold;
  color: #157f75;
}

.top_box .inner img {
  width: 80%;
  height: auto;
  margin: 0 auto 2.604166666% auto;
  padding: 0;
}

.contact_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #f9fef1;
  border: 1px solid #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact_box .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.contact_box .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contact_box .inner ul {
  width: 100%;
  height: auto;
  margin: 2.604166666% 0 4.557291666% 0;
  padding: 0;
  float: left;
}

.contact_box .inner ul li:first-child {
  width: 32.63473053%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.contact_box .inner ul li:last-child {
  width: 65.11976047%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.contact_box .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.contact_box .inner p {
  font-size: 15px;
  line-height: 1.6em;
  color: #003333;
  margin-bottom: 2.604166666%;
}

.contact_box .inner p span {
  color: #157f75;
}

.contact_box .inner .view {
  width: 100%;
  margin-top: 3.90625%;
  padding-top: 56.25%;
  position: relative;
}

.contact_box .inner .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* 選ばれる理由ページ エリア */
.page img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.feature .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding-bottom: 3.90625%;
  border-bottom: 2px dotted #999999;
  display: table;
}

.feature .inner img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.feature .inner ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.feature .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.feature .inner ul li:last-child {
  margin: 0;
}

.feature .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: none;
}

.feature .inner ul li p {
  font-size: 15px;
  line-height: 1.6em;
  color: #333333;
}

/* 患者様の声ページ エリア */
.voice {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice .outer {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 2.604166666%;
  background-color: #f9fef1;
  border: 1px solid #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.voice .outer .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666%;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  display: table;
}

.voice .outer .inner img {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.voice .outer .inner ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.voice .outer .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 1.953125%;
  padding: 0;
}

.voice .outer .inner ul li:first-child {
  padding-bottom: 1.302083333%;
  border-bottom: 2px dotted #999999;
}

.voice .outer .inner ul li strong {
  font-size: 16px;
  line-height: 1.2em;
  color: #555555;
  display: block;
}

.voice .outer .inner ul li p {
  font-size: 15px;
  line-height: 1.6em;
  color: #333333;
}

.voice .outer .inner ul li span {
  font-size: 12px;
  line-height: 1.2em;
  color: #666666;
}

/* 初めての方へページ エリア */
.flow_box {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.flow_box .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.flow_box .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 4.557291666%;
  padding: 0;
}

.flow_box .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 1.953125%;
  }

.flow_box .inner ul li:first-child {
  padding: 0 20%;
}

.flow_box .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.flow_box .inner ul li p {
  font-size: 15px;
  line-height: 1.6em;
  color: #333333;
}

/* 症例一覧ページ エリア */
.case_box {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.case_box .img_nav {
  width: 100%;
  height: auto;
  margin-bottom: 3.255208333%;
  padding: 0;
  display: table;
}

.case_box .img_nav ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.case_box .img_nav ul li {
  width: 48%;
  height: auto;
  margin: 0 1.506849315% 1.432291666% 0;
  padding: 0;
  float: left;
}

.case_box .img_nav ul li:last-child {

}

.case_box .img_nav ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}  
  
.ylwbox {
    background-color: #FFFFD2;
    border: 2px solid #CC0000;
}
  
.price-table td {
    width: 50%;
} 
  
  
  
  

  
/*よくある質問*/

.question1 {
    font-size: 17px;
    font-weight: bold;
    line-height: 130%;
    margin: 15px auto 4px auto;
    padding: 5px 0 6px 50px;
    background-image: url(https://okamotoyuge-seikotsuin.com/wp-content/uploads/2019/11/q1.png);
    background-repeat: no-repeat;
    background-position: 10px top;
}

.answer1 {
    position: relative;
    font-size: 13px;
    line-height: 140%;
    border: solid 1px #CCC;
    background-color: #F5F5F5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 5px auto 35px auto;
    padding: 20px 20px 20px 60px;
    background-image: url(https://okamotoyuge-seikotsuin.com/wp-content/uploads/2019/11/a1.png);
    background-repeat: no-repeat;
    background-position: 12px 18px;
}

.nmlbox {
    border: 2px solid #CCCCCC;
}

.nmlbox, .dottbox, .ylwbox, .graybg {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

/*メール*/
  .wpcf7 p input[type="text"] {
    width: 100%;
    height: auto;
    margin: 5px 0 15px 0;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}
  
  .wpcf7 p input[type="text"], .wpcf7 p input[type="email"], .wpcf7 p input[type="tel"] {
    width: 100%;
    height: auto;
    margin: 5px 0 30px 0;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}
  
.wpcf7 p textarea {
    width: 100%;
    height: auto;
    margin-top: 5px;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    background-color: #fefefe;
}

.wpcf7 p span.required {
    font-size: 12px;
    text-align: center;
    color: #ffffff;
    padding: 2px 7px 0 7px;
    background-color: #ff3300;
    font-weight: bolder;
}

.wpcf7 p span.accept {
    font-size: 12px;
    color: #ff3300;
}

.wpcf7 p input[type="submit"] {
    width: 50% !important;
    height: auto;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 10px 0;
    color: #ffffff;
    background-color: #fec32b;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #ffd979), color-stop(1, #fec32b) );
    background: -o-linear-gradient(bottom, #ffd979 0%, #fec32b 100%);
    background: -moz-linear-gradient(bottom, #ffd979 0%, #fec32b 100%);
    background: -webkit-linear-gradient(bottom, #ffd979 0%, #fec32b 100%);
    background: -ms-linear-gradient(bottom, #ffd979 0%, #fec32b 100%);
    background: linear-gradient(to bottom, #ff724f 0%, #ff3300 100%);
    border: 1px solid #ff3300;;
    display: block;
}
  
.wpcf7 p {
    width: 100%;
    height: auto;
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    color: #6c5e55;
    margin-bottom: 15px;
    padding: 0;
    font-weight: bolder;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    font-weight: 100;
} 

/*症例ページ*/

table, td, th {
    border: solid 1px #CCC;
  padding: 5px;
}

table {
    width: 100%;
    font-size: 13px;
    margin: 10px 0;
    border-collapse: collapse;
    border-spacing: 0px;
}

.dsc2item td {
    padding: 6px;
    width: 25%;
}

.dsc1item th, .dsc2item th {
    text-align: center;
    background-color: #EBEBEB;
}

th {
    background-color: #ecfcca;
  color: #573d41;
  text-align: center;
}


.top-news {
  padding: 15px;
  border: 2px #157e75 solid;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1em;
}

.top-news-text{
  text-align: center;
  margin-bottom: 10px;
}

.top-news p.top-news-title {
  display: block;
  margin-bottom: 1em;
  border-bottom: 1px solid #157e75;
  text-align: center;
  padding: 5px 0;
  color: #157e75;
  font-size: 21px;
  font-weight: bold;
}

.top-news p.top-news-subtitle {
  color: #147d75;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted #147d75;
}

.top-news p.top-news-subtitle2 {
  color: #147d75;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted #147d75;
}

.top-news p.top-news-subtitle2 + ul li span {
  background-color: #6fa106;
}

.top-news ul {
  margin: 0;
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 1em;
}

.top-news ul li {
  padding: 0;
  margin: 0;
  display: table-cell;
  padding: 0 10px;
}

.top-news ul li::before {
  content: none !important;
}

.top-news ul li span {
  display: block;
  font-size: 16px;
  background-color: #ff3300;
  border-radius: 5px;
  text-align: center;
  padding: 10px 5px;
  font-weight: bold;
  color: white;
}

.top-news ul.tujo span {
  background-color: #157e75;
}

.top-news ul.kyushin span {
  background-color: #ff6600;
}

@media screen and (max-width: 425px){
.top-news ul li {
  padding: 0;
  margin: 0;
  display: table-cell;
  padding: 0 2px;
}
.top-news ul.kyushin span {
  background-color: #ff6600;
  padding: 10px 1px;
}
}







/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
}

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

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-size: 10px;
  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: 15px;
  color: #613811;
  text-decoration: none;
  line-height: 1.2em;
  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;
  color: #613811;
  line-height: 1.3em;
  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 {
  color: #dddddd;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a:hover {
  color: #ff6600;
}
  
/*------------------------------------症例メニューレスポンシブ2020/6/19------------------------------------*/ 

.caselist div#cases_nav {
    padding: 0;
    border-radius: initial;
    background: #fff;
}

.caselist div#cases_nav li {
    float: left;
    width: 49%;
    margin: 1px;
    text-align: center;
    background: #157f75;
    border-right: none;
}

.caselist div#cases_nav li:nth-child(-n+5) {
    background: #157f75;
    border-bottom: none;
}

#content .pager span {
    color: #dc143c;
    padding: 10px 15px;
    border: 1px solid #d0d0d0;
}

#content .pager a {
    color: #000000;
    padding: 10px 15px;
    border: 1px solid #d0d0d0;
}
  
#content a.prev.page-numbers {
    padding: 0 10px 0 0;
    border: none;
}
  
#content a.next.page-numbers {
    padding: 0 0 0 10px;
    border: none;
}
  
/*------------------------------------症例メニューレスポンシブ2020/6/19ここまで------------------------------------*/ 
  
  
}

  /*--------------ここからpopupのcss--------------*/
 .modal,
 .modal__bg,
 .modal__content,
 div#popuptel_wrap div.popuptel_inner ul,
 .modal__content li,
 .modal__content li a {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

 .modal {
    display: flex;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    justify-content: center;
    align-items: center;
    width: 100vw;
    z-index: 99999999999999999999999999;
}
 .modal__bg {
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
 #popuptel_wrap {
    display: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  z-index: 99999999999999999999999999;
}
 div#popuptel_wrap div.popuptel_inner {
   background-color: #fff;
   border-radius: 8px;
   display: block;
   margin-bottom: 15vw;
   width: 84vw;
   height: auto;  
   padding: 5vw 0;
   z-index: 0;
  margin: auto
}
div#popuptel_wrap div.popuptel_inner > p{
  font-size: 4.5vw;
  line-height: 1.35em;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #5c2f0d;
  font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}
div#popuptel_wrap div.popuptel_inner ul{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 3.5vw 5vw;
  background: #e6f3c9;
  margin: 3.5vw 0 4vw;
}
div#popuptel_wrap div.popuptel_inner ul li{
  width: 45%;
  margin: 0 auto;
  border-radius: 1.5vw;
  padding-bottom: 3vw;
  list-style: none;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) {
  background: #1a7750;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) {
  background: #88b51b;
}
div#popuptel_wrap div.popuptel_inner ul li a{
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 3.75vw;
}
div#popuptel_wrap div.popuptel_inner ul li span{
  background-image: url('images/popup_tel01.png');
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;
  width: 9vw;
  background-color: #fff;
  height: 9vw;
  border-radius: 800px;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 3vw auto;
}
div#popuptel_wrap div.popuptel_inner ul li span i{
  margin: 0 auto;
  font-size: 4.2vw;

}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(1) span i {
  color: #1a7750;
}
div#popuptel_wrap div.popuptel_inner ul li:nth-child(2) span i {
  color: #88b51b;
}
div#popuptel_wrap div.popuptel_inner ul li b{
  text-align: center;
  display: block;
  color: #fff;
}
div#popuptel_wrap div.popuptel_inner label{
  background-color: #1a7750;
  width: 80%;
  border-radius: 5000px;
  text-align: center;
  display: block;
  padding: 1.25vw;
  position: relative;
  color: #fff;
  max-width: 280px;
  margin: 0vw auto 0;
}
div#popuptel_wrap div.popuptel_inner label::before{
  border-left: 2px solid ;
  border-top: 2px solid ;
  border-color: #fff;
  content: "";
  height: 6px;
  position: absolute;
  right: 15px;
  top: 45%;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 6px;  
}
div#popuptel_wrap div.popuptel_inner label span{
  color: #fff;
}

/*    labelCSS*/

input#sp-popup:checked + #popuptel_wrap {
    display: flex; 
}

@media screen and ( min-width:768px ) {
  #popuptel_wrap {
      display: none!important;
  }
}

/* 追記（初めての方へページ）ここから HONDA 2024.1.6 */
@media screen and (max-width: 768px){
.page_beginner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 13.02083333% 0 7.8125% 0;
  background-color: #ffffff;
}

.page_beginner .inner_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}		

.page_beginner .inner_title strong {
  font-size: 7.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #42210b;
  position: relative;
  display: block;
}	
	
.page_beginner .inner_title strong::before {
  width: 30%;
  height: 1px;
  margin: auto;
  content: '';
  position: absolute;
  top: -6.0vw;
  left: 0;
  right: 0;
  background-color: #41b47e;
}

.page_beginner .inner_title p {
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 2.0em;
  color: #42210b;
  margin-top: 3.90625%;
}	

.page_beginner .inner_odd,
.page_beginner .inner_even {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
  position: relative;
  display: table;
}		

.page_beginner .inner_odd .inner,
.page_beginner .inner_even .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table; 
}

.page_beginner .inner_odd .inner ul,
.page_beginner .inner_even .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_beginner .inner_odd .inner ul li,
.page_beginner .inner_even .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_beginner .inner_odd .inner ul li:first-child img,
.page_beginner .inner_even .inner ul li:first-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_beginner .inner_odd .inner ul li:first-child,
.page_beginner .inner_even .inner ul li:first-child {
  margin-bottom: 3.90625%;
}

.page_beginner .inner_odd .inner ul li strong,
.page_beginner .inner_even .inner ul li strong {
  font-size: 6.0vw;
  font-weight: 600;
  line-height: 1.3em;
  color: #42210b;
  display: block;
}

.page_beginner .inner_odd .inner ul li:last-child,
.page_beginner .inner_even .inner ul li:last-child {
  margin-top: 3.90625%;
}

.page_beginner .inner_odd .inner ul li:last-child p,
.page_beginner .inner_even .inner ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #42210b;
}

.page_greeting {
  width: 105.2083333%;
  height: auto;
  margin: 0 -2.604166666%;
  padding: 19.53125% 2.604166666% 10.41666666% 2.604166666%;
  background-color: #fdf9f8;
}

.page_greeting .inner_title {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}		

.page_greeting .inner_title strong {
  font-size: 7.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #42210b;
  position: relative;
  display: block;
}	
	
.page_greeting .inner_title strong::before {
  width: 30%;
  height: 1px;
  margin: auto;
  content: '';
  position: absolute;
  top: -6.0vw;
  left: 0;
  right: 0;
  background-color: #41b47e;
}
	
.page_greeting .inner_top {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
  position: relative;
  display: table;
}			
	
.page_greeting .inner_top .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}	

.page_greeting .inner_top .inner ul {
  width: 100%%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_greeting .inner_top .inner ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_greeting .inner_top .inner ul li:first-child img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_greeting .inner_top .inner ul li:first-child {
  margin-bottom: 3.90625%;
}

.page_greeting .inner_top .inner ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #42210b;
  margin-top: 2.604166666%;
}

.page_greeting .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 5.208333333%;
}	

.page_greeting .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_greeting .inner_bottom ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.page_greeting .inner_bottom ul li:first-child {
  margin-bottom: 5.208333333%;
}

.page_greeting .inner_bottom ul li:last-child p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #42210b;
  margin-top: 2.604166666%;
}	

.top_worry {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 7.8125% 2.604166666% !important;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
  background-image: url("/johnny-test/wp-content/uploads/2026/06/top_worry_bg.jpg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 80%;
}
	
	.top_worry .inner_top {
  width: 100% !important;
  height: auto;	
  margin: 0;
  padding: 0;
  background: none !important;
}

.top_worry .inner_top img {
  width: 100% !important;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_worry .inner_top ul {
  width: 100% !important;
  height: auto;	
  margin: 0;
  padding-top: 0.7em;
}

.top_worry .inner_top ul li {
  width: 100%;
  height: auto;
  font-size: 4.0vw !important;
  font-weight: 600;
  line-height: 1.2em;
  color: #9c896a;
  margin-top: 0.7em;
  padding-left: 5.5vw;
  background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/check_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 4.0vw;
}

	.top_worry .inner_bottom strong {
  font-size: 7.0vw !important;
  font-weight: 600 !important;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: #665544;
  display: block;
}
.top_worry .inner_bottom {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding-bottom: 3.90625%;
  border-bottom: 2px solid #665544;
}
.top_worry{
  padding: 50px 5px;
}
	
	.inner_left a{
  display:flex;
  align-items:center;
}

.sp_logo_mark{
  width:32px !important;
  height:auto;
  margin-right:5px !important;
}

.sp_logo_text{
  width:120px !important;
  height:auto;
}
	
}
/* 追記ここまで */