@charset "utf-8";
/* CSS Document */

/*
Theme Name: AMATERASU
Description: Easy,SimpleDesign
Version: simple 1.1
Base Color: red
Author: AMATERASU
Author URI: http://www.seo-amaterasu.com/
*/

@media screen and (max-width: 768px){
.pc {
  display: none;
}

/* ヘッダー エリア */
#header_in .description {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  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: #fe9151;
}

#header_in .logo {
  width: 50.82417583%;
  height: auto;
  margin-left: 2.604166666%;
  padding-top: 1.627604166%;
  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 #fe9151;
  float: left;
}

#header .nav_sp .left {
  width: 50%;
  height: auto;
  float: left;
  border-right: 1px solid #fe9151;
}

#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 #fe9151;
}

#header .nav_sp .left li:last-child,
#header .nav_sp .right li:last-child {
  border-bottom: 1px solid #fe9151;
}

#header .nav_sp .left li:hover,
#header .nav_sp .right li:hover {
  width: 100%;
  height: auto;
  transition: 1.0s;
  background-color: #fe9151;
  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: #fe9151;
  border-bottom: 1px solid #fe9151;
}

#header .nav_sp .left li a,
#header .nav_sp .right li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  color: #fe9151;
  text-align: center;
  text-decoration: none;
  padding: 1.0em 0;
  display: block;
}

#header .nav_sp .left li a:hover,
#header .nav_sp .right li a:hover {
  transition: 1.0s;
  color: #ffffff;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* メインヴィジュアル エリア */
#main_visual img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.top-catch span strong{
  font-size: 18px;
}
/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  margin-top: 0.3em;
  padding: 0 2.604166666%
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

.cases-template-default #breadcrumb,
.page-template-default #breadcrumb {
  display: none;
}

/* コンテンツ エリア */
#content h1 { 
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 4.557291666%;
  padding: 0.4em 0.5em;
  border-radius: 5px;
  background: linear-gradient(#fe9151 0%, #fe9151 50%, #d55205 50%, #feaf80 100%);
}

#content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 3.90625%;
  padding: 0.4em 0.4em 0.4em 1.0em;
  position: relative;
  background-color: #fe9151;
  box-shadow: 0 0 0 0 #feaf80, 0 0 0 0 #feaf80, 3px 5px 5px -5px #d55205;
  margin-top: 1em;
}

#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: #d55205;
}

#content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #666666;
  margin-bottom: 2.604166666%;
  padding: 0.5em 0.4em 0.55em 0.8em;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: solid 8px #fe9151;
  background-color: #fefce9;
  margin-top: 1em;
}

#content h4,
#content h5,
#content h6 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #666666;
  margin-bottom: 2.604166666%;
  padding-left: 1.5em;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before { 
  width: 2.7vw;
  height: 2.7vw;
  content: '';
  position: absolute;
  left: 1.9vw;
  bottom: 1.3vw;
  border-radius: 50%;
  background-color: #fe9151;
  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: #fe9151;
  display: block;
}

#content .post {
  padding-bottom: 20px;
  margin: 0 20px 0 20px;
}
#content .post p{
  font-size: 3.8vw;
}
#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: #fe9151;
  border: 1px solid #ffffff;
  display: block;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer_in .footer_contact {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 6.510416666% 0;
  display: table;
}

#footer_in .footer_contact h3 {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #fe9151;
}

#footer_in .footer_contact h3 span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.0em;
  color: #fe9151;
  margin-top: 0.7em;
  display: block;
}

#footer_in .footer_contact .inner_top {
  width: 100%;
  height: auto; 
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

#footer_in .footer_contact .inner_top .right {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0;
}

#footer_in .footer_contact .inner_top .right img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666%;
}

#footer_in .footer_contact .inner_top .left ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 1.5em;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left ul li:first-child {
  margin-bottom: 0.6em;
}

#footer_in .footer_contact .inner_top .left ul li:last-child {
  margin: 0;
}

#footer_in .footer_contact .inner_top .left ul li:first-child img {
  width: 70.3125%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#footer_in .footer_contact .inner_top .left ul li:first-child a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .footer_contact .inner_top .left ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #492f09;
}

#footer_in .footer_contact .inner_top .left ul li:last-child img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_middle {
  width: 100%;
  height: auto; 
  margin: 0;;
  padding: 7.8125% 2.604166666% 5.208333333% 2.604166666%;
  display: table;
}

#footer_in .footer_contact .inner_middle a {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #596bb3;
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid #596bb3;
  border-radius: 7px;
  display: block;
}

#footer_in .footer_contact .inner_middle a span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: #596bb3;
  margin-top: 0.2em;
  display: block;
}

#footer_in .footer_contact .inner_middle a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .footer_contact .inner_bottom {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0 2.604166666%;
  display: table;
}

#footer_in .footer_contact .inner_bottom ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer_in .footer_contact .inner_bottom ul li {
  width: 49.15254237%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer_in .footer_contact .inner_bottom ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 0;
  background-color: #fe9151;
  border-radius: 7px;
  display: block;
}

#footer_in .footer_contact .inner_bottom ul li:last-child a {
  background-color: #49bc54;
}

#footer_in .footer_contact .inner_bottom ul li a span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 0.5em;
  display: block;
}

#footer_in .footer_contact .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer .footer_nav {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: #fbba25;
  display: table;
}

#footer .footer_nav .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer .footer_nav .inner .left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

#footer .footer_nav .inner .left img {
  width: 70.3125%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
}

#footer .footer_nav .inner .left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer .footer_nav .inner .left p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.4em;
  color: #492f09;
  margin-top: 1.953125%;
}

#footer .footer_nav .inner .left ul {
  width: 100%;
  height: auto; 
  margin-top: 3.255208333%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#footer .footer_nav .inner .left ul li {
  width: 48.96978021%;
  height: auto; 
  margin-top: 2.06043956%;
  padding: 0;
  background-image: url("http://hama-fukuchiyama.com/wp-content/uploads/2025/03/footer_nav_icon.png");
  background-position: right 1.0em center;
  background-repeat: no-repeat;
  background-size: 3.0vw;
  background-color: #ff6600;
}

#footer .footer_nav .inner .left ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.5em 0 1.5em 1.5em;
  display: block;
  width: 80%;
}

#footer .footer_nav .inner .left ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer .footer_nav .inner .right {
  display: none;
}

#footer .footer_nav .inner .copyright {
  width: 100%;
  height: auto; 
  margin: 0;
  padding-top: 5.208333333%;
  display: table;
}

#footer .footer_nav .inner .copyright p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #492f09;
}

/* 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-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #492f09;
}

.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: #fefce9;
}

.slide_tel .inner ul li {
  width: 48.20788535%;
  height: auto;
  margin: 0;
  padding: 0;
}

.slide_tel .inner ul li a {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;  
  line-height: 1.3em;
  color: #ffffff;
  margin: 0;
  padding: 7.042253521% 0;
  border-radius: 7px;
  display: block;
}

.slide_tel .inner ul li:first-child a {
  background-color: #ff6600;
}

.slide_tel .inner ul li:last-child a {
  background-color: #fe9151;
}

.slide_tel .inner a:hover,
.slide_tel .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
  cursor: pointer;
}

.slide_tel .inner span {
  width: 86.97916666%;
  font-family: "Noto Serif JP", serif;
  font-size: 2.6vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.3em;
  color: #492f09;
  margin: 0 auto;
  display: block;
}

.slide_tel .inner a {
  width: 64.07185628%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;  
  line-height: 1.0em;
  color: #492f09;
  margin: 4.491017964% auto 0 auto;
  padding: 1.497005988% 0 2.245508982% 0;
  border-radius: 8.0vw;
  background-color: #fbba25;
  display: block;
}

.slide_tel {
    display: none;
  }
/* ウィジェット エリア */
#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-family: "Noto Serif JP", serif;
  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: #fe9151;
}

#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: #d55205;
}

#sidebar #widget-area .widget-container .side_menu p a:hover:after {
  height: 100%;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
  border: 1px solid #e0be8d;
  border-top: none;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  line-height: 1.2em;
  margin: 0;
  padding: 1.2em 0 1.0em 3.25vw;
  border-bottom: 1px dotted #492f09;
  background-image: url("http://hama-fukuchiyama.com/wp-content/uploads/2025/03/side_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 2.25vw;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border: none;
}

#sidebar #widget-area .widget-container ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.0em;
  color: #492f09;
  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: #fe9151;
}

#sidebar #widget-area .widget-container ul li a:hover::after {
  transform: scale(1, 1);
}

#sidebar #widget-area .widget-container form#searchform {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px 11px 0 11px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#sidebar #widget-area .widget-container form#searchform label.screen-reader-text {
  margin-top: -3px;
}

#sidebar #widget-area .widget-container form#searchform input[type=text] {
  width: 100%;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit] {
  width: auto;
  font-size: 12px;
  margin: 5px 0 10px 0;
  padding: 0 15px;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#sidebar #widget-area .widget-container form#searchform input[type=submit]:hover {
  color: #cc0000;
}

#sidebar #widget-area .widget-container #calendar_wrap {
  width: auto;
  margin-bottom: 20px;
  padding: 0 15px 0 0;
  background-color: #f8f8f8;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar {
  width: 100%;
  margin-top: 10px;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar th {
  font-weight: bold;
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td {
  text-align: right;
  color: #333333;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a {
  color: #dc143c;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar td a:hover {
  color: #999999;
}

#sidebar #widget-area .widget-container #calendar_wrap table#wp-calendar caption {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px 10px;
  color: #333333;
}

#sidebar #widget-area .widget-container h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0.8em 0;
  background-color: #fe9151;
  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 #e0be8d;
  border-top: none;
}

.side_info img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.side_info p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.3em;
  color: #492f09;
  margin-bottom: 3.90625%;
  padding: 0 2.604166666%;
}

.side_info p strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 700;
  line-height: 1.0em;
  color: #fe9151;
  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: 10px 0 10px 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content h4.not_found::before,
#content h4.not_found::after {
  content: 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_contact {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: #ffffff;
}

.top_contact .inner_top {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_contact .inner_top a {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #596bb3;
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid #596bb3;
  border-radius: 7px;
  display: block;
}

.top_contact .inner_top a span {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: #596bb3;
  margin-top: 0.2em;
  display: block;
}

.top_contact .inner_top a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_contact .inner_bottom {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: table;
}

.top_contact .inner_bottom ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_contact .inner_bottom ul li {
  width: 49.15254237%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_contact .inner_bottom ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 0.5em 0;
  background-color: #fe9151;
  border-radius: 7px;
  display: block;
}

.top_contact .inner_bottom ul li:last-child a {
  background-color: #49bc54;
}

.top_contact .inner_bottom ul li a span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 0.5em;
  display: block;
}

.top_contact .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_concept {
  width: 100%;
  height: auto; 
  margin: 0;
  padding-bottom: 5.208333333%;
  display: table;
}

.top_concept .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .left {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .left img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .right {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 5.208333333% 2.604166666% 0 2.604166666%;
}

.top_concept .inner .right ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .right ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_concept .inner .right ul li:first-child {
  margin-bottom: 5.208333333%;
}

.top_concept .inner .right ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600; 
  line-height: 1.4em;
  color: #ff9900;
  display: block;
}

.top_concept .inner .right ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400; 
  text-align: justify;
  line-height: 1.8em;
  color: #333333;
  margin-bottom: 2.604166666%;
}

.top_reason {
  width: 100%;
  height: auto; 
  margin: 0;
  padding-bottom: 3.90625%;
  display: table;
}

.top_reason .reason_title {
  width: 97.39583333%;
  height: auto; 
  margin: 0 auto 7.8125% auto;
  padding-bottom: 3.90625%;
  border-bottom: 2px solid #ff9900;
}

.top_reason .reason_title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0em;
  color: #333333;
  display: block;
}

.top_reason .reason_title strong .green {
  font-family: "Noto Serif JP", serif;
  color: #ff9900;
}

.top_reason .reason_title strong .fnt_size {
  font-family: "Noto Serif JP", serif;
  font-size: 5.3vw;
  text-align: center;
  line-height: 1.3em;
  display: block;
}

.top_reason .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left,
.top_reason .inner .img_right {
  width: 100%;
  height: auto; 
  margin-bottom: 7.8125%;
  padding: 0;
  display: table;
}

.top_reason .inner .img_left .img_box,
.top_reason .inner .img_right .img_box {
  width: 100%;
  height: auto; 
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top_reason .inner .img_left .img_box img,
.top_reason .inner .img_right .img_box img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left ul,
.top_reason .inner .img_right ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666%;
}

.top_reason .inner .img_left ul li,
.top_reason .inner .img_right ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 3.90625%;
  padding: 0;
}

.top_reason .inner .img_left ul li:last-child,
.top_reason .inner .img_right ul li:last-child {
  margin: 0;
}

.top_reason .inner .img_left ul li img,
.top_reason .inner .img_right ul li img {
  width: 21.97802199%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left ul li strong,
.top_reason .inner .img_right ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.4em;
  color: #ff9900;
  display: block;
}

.top_reason .inner .img_left ul li p,
.top_reason .inner .img_right ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #333333;
}

/* ページタイトル */
.beginner_title,
.koutsujiko_title,
.access_title {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
iframe{
height: auto;
}
.beginner_title {
  background-image: url("http://hama-fukuchiyama.com/wp-content/uploads/2025/03/beginner_title_bg.png");
}

.koutsujiko_title {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/koutsujiko_title_bg.png");
}

.access_title {
  background-image: url("http://hama-fukuchiyama.com/wp-content/uploads/2025/03/access_title_bg.png");
}

.beginner_title h1,
.koutsujiko_title h1,
.access_title h1 {
  font-family: "Noto Serif JP", serif;
  font-size: 7.0vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.7em 0;
  position: relative;
}

.beginner_title h1::after {
  font-family: "arial";
  font-size: 4.5vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 2.604166666%;
  content: 'Beginner';
  display: block;
}

.koutsujiko_title h1::after {
  font-family: "arial";
  font-size: 4.5vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 2.604166666%;
  content: 'Traffic accident';
  display: block;
}

.access_title h1::after {
  font-family: "arial";
  font-size: 4.5vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #ffffff;
  margin-top: 2.604166666%;
  content: 'Price・Flow';
  display: block;
}

/* 初めての方へページ エリア */
.beginner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666%;
}

.beginner .inner_top {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 0 10.41666666% 0;
  display: table;
}

.beginner .inner_top .inner_first {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: table;
}

.beginner .inner_top .inner_first img {
  width: 90.88541666%;
  height: auto; 
  margin-top: -7.8125%;
  padding: 0;
  z-index: 2;
  position: relative;
  float: left;
}

.beginner .inner_top .inner_first ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_top .inner_first ul li:first-child {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_top .inner_first ul li:first-child strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.5em;
  color: #666666;
  display: block;
}

.beginner .inner_top .inner_first ul li:first-child strong span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.1vw;
  font-weight: 700;
  color: #009245;
}

.beginner .inner_top .inner_first ul li:last-child {
  width: 90.88541666%;
  height: auto; 
  margin-top: -3.90625%;
  padding: 5.208333333% 5.208333333% 10.41666666% 5.208333333%;
  background-color: #f8fef0;
  float: right;
}

.beginner .inner_top .inner_first ul li:last-child p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 2.604166666%;
}

.beginner .inner_top .inner_second {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.beginner .inner_top .inner_second img {
  width: 100%;
  height: auto; 
  margin-top: 5.208333333%;
  padding: 0;
}

.beginner .inner_top .inner_second ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_top .inner_second ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_top .inner_second ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.1vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
  color: #000000;
  display: block;
}

.beginner .inner_top .inner_second ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
  margin-top: 2.604166666%;
}

.beginner .inner_reason {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: table;
}

.beginner .inner_reason strong {
  font-family: "arial";
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.beginner .inner_reason strong::after {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  margin: 1.302083333% 0 -1.302083333% 0;
  content: '選ばれる理由';
  display: block;
}

.beginner .inner_reason .inner {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.beginner .inner_reason .inner img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_reason .inner ul {
  width: 100%;
  height: auto; 
  margin-top: 3.8125%;
  padding: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

.beginner .inner_reason .inner ul.first {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/first.png");
}

.beginner .inner_reason .inner ul.second {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/second.png");
}

.beginner .inner_reason .inner ul.third {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/third.png");
}

.beginner .inner_reason .inner ul.fourth {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/fourth.png");
}

.beginner .inner_reason .inner ul.fifth {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/fifth.png");
}

.beginner .inner_reason .inner ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_reason .inner ul li:first-child {
  padding-top: 7.8125%;
}

.beginner .inner_reason .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.5em;
  color: #009245;
  display: block;
}

.beginner .inner_reason .inner ul li strong::after {
  content: none;
}

.beginner .inner_reason .inner ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-top: 2.604166666%;
}

.beginner .inner_flow {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 10.41666666% 0 7.8125% 0;
  display: table;
}

.beginner .inner_flow strong {
  font-family: "arial";
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.beginner .inner_flow strong::after {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  margin: 1.302083333% 0 -1.302083333% 0;
  content: '施術の流れ';
  display: block;
}

.beginner .inner_flow .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_flow .inner ul {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0;
}

.beginner .inner_flow .inner ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 2.604166666%;
  padding-left: 9.0vw;
  position: relative;
}

.beginner .inner_flow .inner ul li:first-child {
  margin-bottom: 5.208333333%;
}

.beginner .inner_flow .inner ul li:last-child {
  margin: 0;
}

.beginner .inner_flow .inner ul li::before {
  font-family: "Noto Serif JP", serif;
  font-size: 5.1vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
  padding: 0 0.43em;
  position: absolute;
  top: 0;
  left: 0;
  background: #009245;
}

.beginner .inner_flow .inner ul li.first::before {
  content: '1';
}

.beginner .inner_flow .inner ul li.second::before {
  content: '2';
}

.beginner .inner_flow .inner ul li.third::before {
  content: '3';
}

.beginner .inner_flow .inner ul li.fourth::before {
  content: '4';
}

.beginner .inner_flow .inner ul li:first-child::before,
.beginner .inner_flow .inner ul li:last-child::before {
  content: none;
}

.beginner .inner_flow .inner ul li:first-child {
  padding: 0;
}

.beginner .inner_flow .inner ul li:last-child {
  margin: 0;
  padding: 0;
}

.beginner .inner_flow .inner ul li:first-child img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.beginner .inner_flow .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.1vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.5em;
  color: #009245;
  display: block;
}

.beginner .inner_flow .inner ul li strong::after {
  content: none;
}

.beginner .inner_flow .inner ul li:last-child p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-top: 2.604166666%;
}

/* 料金・アクセスページ エリア */
.price {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: table;
}

.price .price_title {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666% 0 2.604166666%;
}

.price .price_title02 {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666% 1.302083333% 2.604166666%;
}

.price .price_title strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 5.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  display: block;
}

.price .price_title strong span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.3vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin-top: 0.5em;
  display: block;
}

.price .price_title img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  display: inline;
}

.price .inner {
  width: 100%;
  height: auto; 
  margin: 5.208333333% 0 3.90625% 0;
  padding: 0 2.604166666%;
}

.price .inner span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.0vw;
  font-weight: 500;
  text-align: right;
  line-height: 1.0em;
  color: #dc143c;
  margin: 1.302083333% 1.302083333% 0 0;
  display: block;
}

.price .inner table {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.price .inner table th {
  width: 50%;
  height: auto; 
  font-family: 'Noto Serif JP', serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.0em 0.3em 1.0em 1.0em;
  border-top: 1px solid #009245;
  border-right: 1px solid #009245;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #009245;
  background-color: #009245;
}

.price .inner table th.last {
  border: 1px solid #009245;
}

.price .inner table th p {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.7vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
}

.price .inner table td {
  width: 50%;
  height: auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 4.0vw;
  font-weight: 500;
  text-align: center;
  vertical-align: top;
  line-height: 1.0em;
  color: #009245;
  margin: 0;
  padding: 1.0em 0.5em;
  border: 1px solid #009245;
}

.price .inner table td p {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.6em;
  color: #666666;
}
.block_price_th{
  width: 50%;
}
.page_access {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666% 7.8125% 2.604166666%;
  display: table;
}

.page_access .page_access_title {
  width: 100%;
  height: auto; 
  margin: 0;
  padding-top: 9.114583333%;
}

.page_access .page_access_title strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 5.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  display: block;
}

.page_access .page_access_title strong span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.3vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin-top: 0.5em;
  display: block;
}

.page_access .inner {
  width: 100%;
  height: auto; 
  margin-top: 5.208333333%;
  padding: 0;
}

.page_access .inner .view {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

.page_access .inner .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page_access .inner table {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.page_access .inner table th {
  width: 25%;
  height: auto; 
  font-family: 'Noto Serif JP', serif;
  font-size: 3.7vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.6em;
  color: #ffffff;
  margin: 0;
  padding: 1.0em 0;
  border-top: 1px solid #009245;
  border-right: 1px solid #009245;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #009245;
  background-color: #009245;
}

.page_access .inner table th.last {
  border: 1px solid #009245;
}

.page_access .inner table td {
  width: 75%;
  height: auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.7vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.6em;
  color: #666666;
  margin: 0;
  padding: 1.0em 0.5em 1.0em 1.0em;
  border: 1px solid #009245;
}

.page_access .inner table td span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.7vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.6em;
  color: #666666;
  margin-top: -0.2em;
  display: block;
}

.page_access .inner table td span.mgn {
  margin-bottom: 0.3em;
}

/* 交通事故治療 */
.traffic_accident {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_top {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666%;
  display: table;
}

.traffic_accident .inner_top img {
  width: 90.88541666%;
  height: auto; 
  margin-top: -7.8125%;
  padding: 0;
  z-index: 2;
  position: relative;
  float: left;
}

.traffic_accident .inner_top ul {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_top ul li:first-child {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_top ul li:first-child strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.5em;
  color: #666666;
  display: block;
}

.traffic_accident .inner_top ul li:first-child strong span {
  font-family: "Noto Serif JP", serif;
  font-size: 5.1vw;
  font-weight: 700;
  color: #009245;
}

.traffic_accident .inner_top ul li:last-child {
  width: 90.88541666%;
  height: auto; 
  margin-top: -3.90625%;
  padding: 5.208333333% 5.208333333% 10.41666666% 5.208333333%;
  background-color: #f8fef0;
  float: right;
}

.traffic_accident .inner_top ul li:last-child p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 2.604166666%;
}

.traffic_accident .inner_bnr {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666% 7.8125% 2.604166666%;
  display: table;
}

.traffic_accident .inner_bnr img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .worry {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 0;
  background-color: #f8fef0;
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/sp_worry_bg.png");
  background-position: center top 3.0vw;
  background-repeat: no-repeat;
  background-size: 120vw;
}

.traffic_accident .worry .inner {
  width: 100%;
  height: auto; 
  margin: 0 auto;
  padding: 0;
  display: table;
}

.traffic_accident .worry .inner strong {
  font-family: "arial";
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.traffic_accident .worry .inner strong::after {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  margin-top: 1.302083333%;
  content: 'このようなお悩みありませんか？';
  display: block;
}

.traffic_accident .worry .inner ul {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0 2.604166666%;
}

.traffic_accident .worry .inner ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 1.3em 0 1.3em 7.0vw;
  border-bottom: 2px dotted #596bb3;
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/check_icon.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 5.0vw;
}

.traffic_accident .worry .inner ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
  color: #666666;
  margin: 0;
}

.traffic_accident .conditions {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 7.8125% 2.604166666% 9.114583333% 2.604166666%;
  display: table;
}

.traffic_accident .conditions strong {
  font-family: "arial";
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.traffic_accident .conditions strong::after {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  margin-top: 1.302083333%;
  content: '当院の5つの条件';
  display: block;
}

.traffic_accident .conditions .inner {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.traffic_accident .conditions .inner img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .conditions .inner ul {
  width: 100%;
  height: auto; 
  margin-top: 3.8125%;
  padding: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

.traffic_accident .conditions .inner ul.first {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/first.png");
}

.traffic_accident .conditions .inner ul.second {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/second.png");
}

.traffic_accident .conditions .inner ul.third {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/third.png");
}

.traffic_accident .conditions .inner ul.fourth {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/fourth.png");
}

.traffic_accident .conditions .inner ul.fifth {
  background-image: url("http://linkwin.kuron.jp/hanamaru/wp-content/uploads/2024/07/fifth.png");
}

.traffic_accident .conditions .inner ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .conditions .inner ul li:first-child {
  padding-top: 7.8125%;
}

.traffic_accident .conditions .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.8vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.5em;
  color: #009245;
  display: block;
}

.traffic_accident .conditions .inner ul li strong::after {
  content: none;
}

.traffic_accident .conditions .inner ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-top: 2.604166666%;
}

.traffic_accident .things {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0 2.604166666% 7.8125% 2.604166666%;
  display: table;
}

.traffic_accident .things strong {
  font-family: "arial";
  font-size: 9.0vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.0em;
  color: #009245;
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
}

.traffic_accident .things strong::after {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #666666;
  margin-top: 1.302083333%;
  content: '交通事故にあった時にするべき4つのこと';
  display: block;
}

.traffic_accident .things .inner {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .things .inner ul {
  width: 100%;
  height: auto; 
  margin-top: 7.8125%;
  padding: 0;
}

.traffic_accident .things .inner ul li {
  width: 100%;
  height: auto; 
  margin-bottom: 2.604166666%;
  padding-left: 8.0vw;
  position: relative;
}

.traffic_accident .things .inner ul li:first-child {
  margin-bottom: 5.208333333%;
}

.traffic_accident .things .inner ul li:last-child {
  margin: 0;
}

.traffic_accident .things .inner ul li::before {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  color: #ffffff;
  padding: 0 0.43em;
  position: absolute;
  top: 0;
  left: 0;
  background: #009245;
}

.traffic_accident .things .inner ul li.first::before {
  content: '1';
}

.traffic_accident .things .inner ul li.second::before {
  content: '2';
}

.traffic_accident .things .inner ul li.third::before {
  content: '3';
}

.traffic_accident .things .inner ul li.fourth::before {
  content: '4';
}

.traffic_accident .things .inner ul li:first-child {
  padding: 0;
}

.traffic_accident .things .inner ul li:last-child {
  margin: 0;
  padding: 0;
}

.traffic_accident .things .inner ul li.first-child::before,
.traffic_accident .things .inner ul li.last-child::before {
  content: none;
}

.traffic_accident .things .inner ul li:first-child img {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.traffic_accident .things .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.5em;
  color: #009245;
  display: block;
}

.traffic_accident .things .inner ul li strong::after {
  content: none;
}

.traffic_accident .things .inner ul li:last-child p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-top: 2.604166666%;
}

/* 追加ページ エリア */


















/* お問い合わせページ エリア */
.wpcf7 label {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #492f09;
}

.wpcf7 p input[type="text"],
.wpcf7 p input[type="email"],
.wpcf7 p input[type="tel"],
.wpcf7 p input[type="date"],
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #492f09;
  margin: 1.0em 0 3.0em 0;
  padding: 1.0em;
  border: 1px solid #fe9151;
  background-color: #fefefe;
}
  
.wpcf7 p textarea {
  width: 100%;
  height: auto;
  margin-top: 0.5em;
  padding: 1.0em;
  border: 1px solid #fe9151;
  background-color: #fefefe;
}

.wpcf7 p select {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #492f09;
  margin: 1.0em 0 3.0em 0;
  padding: 1.0em;
  border: 1px solid #fe9151;
}

.wpcf7 p select option {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #492f09;
}

.wpcf7 p span.required {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1px 1.0em 3px 1.0em;
  background-color: #fe9151;
} 
  
.wpcf7 p {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #492f09;
  padding: 0;
} 

.wpcf7 p.radio {
  margin-bottom: 3.0em;
}

span.wpcf7-list-item-label {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  color: #492f09;
  margin: 1.0em 0 0 0.5em;
  display: inline-block;
}
  
.wpcf7 p span.accept {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #492f09;
}
  
.wpcf7 p input[type="submit"] {
  width: 60% !important;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 5.208333333% auto 0 auto;
  padding: 0.7em 0;
  background: linear-gradient(to bottom, #fe9151 0%, #ff6600 100%);
  border: 1px solid #ff6600;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  background: linear-gradient(to bottom, #ff6600 0%, #fe9151 100%);
  border: 1px solid #ff6600;
}

::-webkit-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #cccccc;
}

::-moz-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #cccccc;
}

/* お問い合わせ・サンクスページ エリア */
.page_contact {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.page_contact p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 5.208333333%;
}

.page_contact ul {
  width: 100%;
  height: auto; 
  margin-bottom: 6.510416666%;
  padding: 0;
}

.page_contact ul li {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.page_contact ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8;
  font-weight: 400;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  margin-bottom: 5.208333333%;
}

.page_contact ul li img {
  width: 100%;
  height: auto; 
  margin-bottom: 2.604166666%;
  padding: 0;
}

.page_contact ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.page_contact .view {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
}

.page_contact .view iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page_thanks {
  width: 100%;
  height: auto; 
  margin: 0;
  padding: 0;
}

.page_thanks p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 600;
  line-height: 1.6em;
  color: #666666;
}

/* 対応症状一覧ページ エリア */
#cases_wrap .case-block span.case-title {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #fe9151;
  padding: 1.0em;
  display: block;
}

#cases_wrap .case-block span.case-title::before {
  color: #fe9151;
  margin-right: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block span.case-title::after {
  color: #fe9151;
  margin-left: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block ul {
  width: 100%;
  margin-bottom: 3.90625%;
  overflow: hidden;
}

#cases_wrap .case-block li {
  width: 50%;;
  padding: 0.3em;
  float: left;
}

#cases_wrap .case-block a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #492f09;
  padding: 0.8em 0.3em;
  border-radius: 5px;
  background-color: #fbba25;
  transition: 0.2s;
  overflow: hidden;
  position: relative;
  display: block;
}

#cases_wrap .case-block a span {
  font-family: "Noto Serif JP", serif;
  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 p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: justify;
  line-height: 1.6em;
  color: #666666;
  margin-bottom: 1.5em;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #492f09;
}

.post_inner .thum {
  width: 21.97802197%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 75.27472527%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 0.911458333%;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  font-family: "Noto Serif JP", serif;
  line-height: 1.0em;
  margin: 0;
  padding: 0 3px;
  float: left;
  background-color: #fe9151;
}

.post_inner .show_post li.cat_mark_box p.cat_mark a {
  font-family: "Noto Serif JP", serif;
  font-size: 10px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none; 
}

.post_inner .show_post li.cat_mark_box p.cat_date {
  width: auto;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  color: #492f09;
  line-height: 1.4em;
  float: right;
}

.post_inner .show_post li.cat_title_box p.cat_title {
  font-weight: bold;
  line-height: 1.2em;
}

.post_inner .show_post li.cat_title_box p.cat_title a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2em;
  color: #492f09;
  display: block;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.2em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #492f09;
  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;
}
.bnr_area{
width:100%; 
margin:0 auto;
}
}