@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: 170px;
  height: 55px;
  margin: 0;
  padding: 0;
  background-color: #e8929f;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header_in .inner_left img {
  width: 142px;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .inner_right {
  width: 40px;
  height: auto;
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

#menu {
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative;
  cursor: pointer;
  float: right;
}

#menu .bar {
  width: 40px;
  height: 5px;
  background-color: #dc8f90;
  position: absolute;
  left: 0;
  transition: .15s ease-in-out;
  display: inline-block;
}

#bar01 {
  top: 13px;
}

#bar02 {
  top: 25px;
}

#bar03 {
  top: 37px;
}

.active #bar01 {
  top: 25px;
  transform: rotate(45deg);
}

.active #bar02 {
  width: 0;
}
.active #bar03 {
  top: 25px;
  transform: rotate(-45deg);
}

#header .nav_sp {
  width: 100%;
  height: auto;
  padding: 0;
  z-index: 3;
  position: relative;
  border-bottom: 1px solid #dc8f90;
}

#header .nav_sp .left {
  width: 50%;
  height: auto;
  float: left;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
}

#header .nav_sp .right {
  width: 50%;
  height: auto;
  border-top: 1px solid #dc8f90;
  float: right;
}

#header .nav_sp .bottom {
  width: 100%;
  height: auto;
  float: none;
  display: table;
}

#header .nav_sp .left li,
#header .nav_sp .right li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-bottom: 1px dotted #dc8f90;
}

#header .nav_sp .bottom li {
  width: 100%;
  height: auto;
  border: none;
  background-color: #dc8f90;
}

#header .nav_sp .left li:hover,
#header .nav_sp .right li:hover {
  width: 100%;
  height: auto;
  background-color: #dc8f90;
  border-bottom: 1px dotted #ffffff;
}

#header .nav_sp .bottom li:hover {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border: none;
}

#header .nav_sp .left li a,
#header .nav_sp .right li a {
  font-size: 3.8vw;
  color: #000000;
  text-align: center;
  text-decoration: none;
  padding: 5.208333333% 0;
  display: block;
}

#header .nav_sp .bottom li a {
  font-size: 3.8vw;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 3.90625% 0;
  display: block;
}

#header .nav_sp .left li a:hover,
#header .nav_sp .right li a:hover {
  color: #ffffff;
}

#header .nav_sp .bottom li a:hover {
  color: #c68182;
}

.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;
}

/* パンくずリスト エリア */
#breadcrumb {
  width: 100%;
  margin: 1.302083333% auto 0 auto;
  padding: 0 3.90625%;
}

#breadcrumb div {
  font-size: 12px;
  display: inline-block;
}

/* コンテンツ エリア */
.page-id-92 #content h1,
.page-id-153 #content h1,
.page-id-155 #content h1,
.page-id-16682 #content h1 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0 3.90625% 5.208333333% 3.90625%;
  padding: 2.604166666% 0 2.994791666% 0;
  background: linear-gradient(180deg, #e8929f 0%, #e8929f 50%, #dc8f90 50%, #dc8f90 100%);
  border-radius: 100px;
}

#content h1,
#footer h2 { 
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 5.208333333%;
  padding: 2.604166666% 0 2.994791666% 0;
  background: linear-gradient(180deg, #e8929f 0%, #e8929f 50%, #dc8f90 50%, #dc8f90 100%);
  border-radius: 100px;
}

#content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.3em;
  letter-spacing: 0;
  color: #333333;
  margin-bottom: 3.90625%;
  padding: 2.213541666% 0 2.604166666% 0.651041666%;
  position: relative;
}

#content h2::before,
#content h2::after {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#fcbcc8), to(#eb4649));
  background-image: -webkit-linear-gradient(right, #fcbcc8 0%, #eb4649 100%);
  background-image: linear-gradient(to left, #fcbcc8 0%, #eb4649 100%);
}

#content h2::before {
  top: 0;
}

#content h2::after {
  bottom: 0;
}

#content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000000;
  margin-bottom:2.604166666%;
  padding: 0 0 1.302083333% 0.651041666%;
  position: relative;
  border-bottom: 5px solid #cccccc;
}

#content h3::before {
  width: 15%;
  height: 5px;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #d70000;
}

#content h4,
#content h5,
#content h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: max(3.5vw,16px);
  font-weight: 300;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 1.953125%;
  padding-left: 1.2em;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before {
  width: max(2.8vw,12px);
  height: max(2.8vw,12px);
  content: '';
  position: absolute;
  bottom: 1px;
  left: 0;
  background: #d70000;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 2.604166666%;
  right: 2.604166666%;
}

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: #dc8f90;
  border: 1px solid #ffffff;
}

p.pagetop a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* フッター エリア */
#footer_in_top .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 10%;
  display: table;
}

#footer_in_top .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in_top .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

#footer_in_top .inner ul li:last-child {
  margin: 0;
}

#footer_in_top .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in_top .inner ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in_middle .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 0;
  display: table;
}

#footer_in_middle .inner strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8.0vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.10em;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 5.208333333%;
  display: block;
}

#footer_in_middle .inner strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: 0;
}

#footer_in_middle .inner a {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

#footer_in_middle .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in_middle .inner a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

#footer_in_bottom .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 3.90625%;
  display: table;
}

#footer_in_bottom .inner .left {
  width: 46.875%;
  height: auto;
  margin: 0 auto 5.208333333% auto;
  padding: 0;
}

#footer_in_bottom .inner .left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in_bottom .inner .left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in_bottom .inner .right {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #dc8f90;
}

#footer_in_bottom .inner .right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer_in_bottom .inner .right ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #dc8f90;
}

#footer_in_bottom .inner .right ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000000;
  padding: 3.90625% 0;
  display: block;
}

#footer_in_bottom .inner .right ul li a:hover {
  transition: 1.0s;
  color: #ffffff;
  background-color: #dc8f90;
}

#footer_in_bottom .inner .right ul li a span.arrow {
  width: 8px;
  height: 8px;
  margin: 1.302083333% 3.90625% 0 0;
  border-top: 1px solid #dc8f90;
  border-right: 1px solid #dc8f90;
  transform: rotate(45deg);
  display: inline-block;
  float: right;
}

#footer_in_bottom .inner .right ul li a:hover span.arrow {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

#copyright .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.994791666% 2.604166666% 2.604166666% 2.604166666%;
  display: table;
}

#copyright .inner p {
  font-family: "arial","メイリオ";
  font-size: 2.3vw;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
}

/* ウィジェット エリア */
#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-top: 7.8125%;
  padding: 0;
}

#sidebar #widget-area .widget-container a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

#sidebar #widget-area .widget-container ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  clear: both;
}

#sidebar #widget-area .widget-container ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top: 1px solid #999999;
  border-bottom: none;
}

#sidebar #widget-area .widget-container ul li:last-child {
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

#sidebar #widget-area .widget-container ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  color: #000000;
  padding: 3.90625% 0 3.90625% 5.208333333%;
  position: relative;
  display: block;
}

#sidebar #widget-area .widget-container ul li a::before {
  width: 9px;
  height: 9px;
  vertical-align: middle;
  margin: auto;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-top: 1px solid #c77071;
  border-right: 1px solid #c77071;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sidebar #widget-area .widget-container ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#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 Sans JP", sans-serif;
  font-size: 4.3vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #c77071;
  margin: 5.859375% 0 3.90625% 0;
  padding: 0;
}

#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 エリア */
.btn_side {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #d70000;
}

.btn_side a {
  font-family: "Noto Sans JP";
  font-size: 4.3vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 5.208333333% 0;
  text-transform: uppercase;
  display: block;
  position: relative;
  z-index: 1;
}

.btn_side a,
.btn_side a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn_side a::before,
.btn_side a::after {
  background: #970000;
  content: '';
  position: absolute;
  z-index: -1;
}

.btn_side a:hover,
.btn_side02 a:hover {
  color: #ffffff;
}

.btn_side a::after,
.btn_side02 a::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}

.btn_side a:hover::after,
.btn_side02 a:hover::after {
  width: 100%;
}

/* コメント エリア */
#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;
}

/* トップページ エリア */
.top01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #dc8f90;
}

.top01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 0;
  display: table;
}

.top01 .inner strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 8.0vw;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.10em;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 5.208333333%;
  display: block;
}

.top01 .inner strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 400;
  line-height: 1.0em;
  letter-spacing: 0;
}

.top01 .inner a {
  width: 80%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
}

.top01 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top01 .inner a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.top02 {
  width: 100%;
  height: auto;
  margin: 7.8125% 0;
  padding: 0 3.90625%;
}

.top02 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0;
  border: 1px solid #fecfcf;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)),
  url("../../uploads/2025/08/top02_bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
}

.top02 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top02 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 2.604166666%;
  padding: 0;
}

.top02 .inner ul li:first-child {
  margin-bottom: 3.255208333%;
}

.top02 .inner ul li:last-child {
  margin: 0;
}

.top02 .inner ul li p {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 2.604166666% 0;
  background: linear-gradient(to right, #e8929f 0%, #f0acb6 100%);
  position: relative;
}

.top02 .inner ul li p::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #e8929f; 
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.top02 .inner ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  background: linear-gradient(135deg, #d9171b 0%, #e9676a 100%);
  background: -webkit-linear-gradient(-45deg, #d9171b 0%, #e9676a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
}

.top02 .inner ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #555555;
  display: block;
}

.top03 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 12% 3.90625% 2.604166666% 3.90625%;
  background-color: #fcf6f6;
}

.top03 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #eb4649;
  display: block;
}

.top03 strong span {
  font-family: "arial";
  font-size: 2.3vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #222222;
  margin-top: 1.953125%;
  display: block;
}

.top03 .inner {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.top03 .inner ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top03 .inner ul li {
  width: 100%;
  height: auto;
  margin: -45px 0 2.604166666% 0;
  padding: 0;
}

.top03 .inner ul li:first-child,
.top03 .inner ul li:last-child {
  margin: 0;
}

.top03 .inner ul li span {
  width: 90px;
  height: 90px;
  font-family: "arial";
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  line-height: 90px;
  color: #ffffff;
  border-radius: 50px;
  background-color: #eb4649;
  position: relative;
  z-index: 2;
  display: block;
}

.top03 .inner ul li span::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: -2px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 15px solid #eb4649;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top03 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top03 .inner ul li a:hover img,
.top03 .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top03 .inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #333333;
  display: block;
}

.top04 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625% 3.90625% 9.114583333% 3.90625%;
  background-color: #fcf6f6;
}

.top04 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #eb4649;
  display: block;
}

.top04 strong span {
  font-family: "arial";
  font-size: 2.3vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #222222;
  margin: 1.953125% 0 3.90625% 0;;
  display: block;
}

.top04 p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #333333;
}

.top04 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.top04 .inner .img_left,
.top04 .inner .img_right {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.top04 .inner .img_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner .img_right img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top04 .inner .img_left ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top04 .inner .img_right ul {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top04 .inner .img_left ul li,
.top04 .inner .img_right ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.255208333%;
  padding: 0;
}

.top04 .inner .img_left ul li:first-child,
.top04 .inner .img_right ul li:first-child {
  margin-bottom: 2.604166666%;
  float: left;
}

.top04 .inner .img_left ul li:last-child,
.top04 .inner .img_right ul li:last-child {
  margin: 0;
}

.top04 .inner .img_left ul li:first-child p,
.top04 .inner .img_right ul li:first-child p {
  font-family: "arial";
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  color: #dc8f90;
  margin-right: 10px;
  float: left;
}

.top04 .inner .img_left ul li:first-child span,
.top04 .inner .img_right ul li:first-child span {
  width: 40px;
  height: 40px;
  font-family: "arial";
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  border-radius: 30px;
  background-color: #dc8f90;
  display: block;
}

.top04 .inner .img_left ul li strong,
.top04 .inner .img_right ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.5em;
  color: #333333;
  display: block;
}

.top04 .inner .img_left ul li:last-child p,
.top04 .inner .img_right ul li:last-child p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.8em;
  color: #333333;
  margin: 0;
  float: none;
}

.top05 {
  width: 100%;
  height: auto;
  margin: 7.8125% 0 5.208333333% 0;
  padding: 0 3.90625%;
}

.top05 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

.top05 .inner ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top05 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.top05 .inner ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top05 .inner ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

.top06 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
}

.top06 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #dc8f90;
  display: block;
}

.top06 strong span {
  font-family: "arial";
  font-size: 2.3vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #222222;
  margin-top: 1.953125%;
  display: block;
}

.top06 .inner {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 2.604166666% 0;
  padding: 0;
  display: table;
}

.top06 .inner .news {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .inner .news table {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 3.255208333%;
  border-bottom: 2px dotted #cccccc;
}

.top06 .inner .news table th {
  width: 18.36158192%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .inner .news table th img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.top06 .inner .news table th a:hover img {
  transition: 1.0s;
  opacity: 0.5;
}

.top06 .inner .news table td {
  width: 77.7321681%;
  height: auto;
  margin: 0;
  padding-left: 3.90625%;
}

.top06 .inner .news table td p {
  font-family: "arial";
  font-size: 2.5vw;
  font-weight: normal;
  text-align: left;
  line-height: 1.0em;
  color: #333333;
  margin-bottom: 1.302083333%;
}

.top06 .inner .news table td a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  line-height: 1.2em;
  color: #000000;
  display: block;
}

.top06 .inner .news table td a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top06 a.lnk {
  width: 80%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0 auto;
  padding: 2.604166666% 0;
  border-radius: 50px;
  border: 2px solid #dc8f90;
  box-shadow: 0 1px 6px rgba(0,0,0,0.3);
  background-color: #dc8f90;
  display: block;
}

.top06 a.lnk:hover {
  transition: 1.0s;
  color: #dc8f90;
  border: 2px solid #dc8f90;
  background-color: #ffffff;
}

/* 店舗一覧（動的）ページ エリア */
.shop01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 0;
  background-color: #fcf6f6;
}

.shop01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.shop01 .inner ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.shop01 .inner ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop01 .inner ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  letter-spacing: 0;
  color: #000000;
}

.shop01 .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.shop02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop02 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.shop02 .inner #area00,
.shop02 .inner #area01,
.shop02 .inner #area02,
.shop02 .inner #area03,
.shop02 .inner #area04,
.shop02 .inner #area05 {
  width: 100%;
  height: auto;
  margin: 7.8125% 0 -1.302083333% 0;
  padding: 0;
}

.shop02 .inner #area00 strong,
.shop02 .inner #area01 strong,
.shop02 .inner #area02 strong,
.shop02 .inner #area03 strong,
.shop02 .inner #area04 strong,
.shop02 .inner #area05 strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #eb4649;
  display: block;
}

.shop02 .inner #area00 strong span,
.shop02 .inner #area01 strong span,
.shop02 .inner #area02 strong span,
.shop02 .inner #area03 strong span,
.shop02 .inner #area04 strong span,
.shop02 .inner #area05 strong span {
  font-family: "arial";
  font-size: 2.3vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #222222;
  margin-top: 1.953125%;
  display: block;
}

.shop02 .inner .cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop02 .inner .cover ul {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding-bottom: 2.604166666%;
  border-radius: 15px;
  background-color: #f9edee;
  display: table;
}

.shop02 .inner .cover ul li {
  width: 100%;
  height: auto;
  margin-bottom: 1.953125%;
  padding: 0 3.90625%;
}

.shop02 .inner .cover ul li:first-child {
  margin-bottom: 5.208333333%;
  padding: 0;
}

.shop02 .inner .cover ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.shop02 .inner .cover ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
}

.shop02 .inner .cover ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.7vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.5em;
  color: #000000;
}

.shop02 .inner .cover ul li:last-child ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 3.90625%;
}

.shop02 .inner .cover ul li:last-child ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop02 .inner .cover ul li:last-child ul li:first-child {
  float: left;
}

.shop02 .inner .cover ul li:last-child ul li:last-child {
  float: right;
}

.shop02 .inner .cover ul li:last-child ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  letter-spacing: 0;
  padding: 3.5vw 0 3.5vw 1.0vw;
  display: block;
}

.shop02 .inner .cover ul li:last-child ul li:first-child a {
  color: #000000;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  background-color: #ffffff;
  background-image: url("../../uploads/2025/08/shop_tel_icon.png");
  background-position: 4.0vw center;
  background-repeat: no-repeat;
  background-size: 3.8vw;
}

.shop02 .inner .cover ul li:last-child ul li:last-child a {
  color: #ffffff;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  background-color: #eb4649;
  background-image: url("../../uploads/2025/08/shop_home_icon.png");
  background-position: 3.5vw center;
  background-repeat: no-repeat;
  background-size: 3.7vw;
}

.shop02 .inner .cover ul li:last-child ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
}

/* 初めての方へページ エリア */
.beginner01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 2.604166666% 0 7.8125% 0;
}

.beginner01 .bg_on {
  width: 100%;
  height: auto;
}

.beginner01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.beginner01 .inner img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.beginner01 .inner ul {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
}

.beginner01 .inner ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.beginner01 .inner ul li:last-child {
  margin: 0;
}

.beginner01 .inner ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.8vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  display: block;
}

.beginner01 .inner ul li strong span {
  color: #eb4649;
}

.beginner01 .inner ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 300;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
}

.beginner02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 0;
  background-color: #fcf6f6;
}

.beginner02 .inner_top {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.beginner02 .inner_bottom {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0 3.90625%;
  display: table;
}

.beginner02 .inner_top img,
.beginner02 .inner_bottom img {
  width: 80.22662889%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.beginner02 .inner_top ul,
.beginner02 .inner_bottom ul {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
}

.beginner02 .inner_top ul li,
.beginner02 .inner_bottom ul li {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

.beginner02 .inner_top ul li:last-child,
.beginner02 .inner_bottom ul li:last-child {
  margin: 0;
}

.beginner02 .inner_top ul li strong,
.beginner02 .inner_bottom ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.3vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  display: block;
}

.beginner02 .inner_top ul li p,
.beginner02 .inner_bottom ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 300;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
}

.beginner02 .inner_top ul li p span,
.beginner02 .inner_bottom ul li p span {
  font-weight: 600;
  color: #666666;
}

.beginner02 .inner_bottom ul li p span.red {
  font-weight: 600;
  line-height: 1.4em;
  color: #eb4649;
  margin: 2.604166666% 0;
  display: block;
}

.beginner03 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 7.8125%;
}

.beginner03 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.beginner03 .inner .cover {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.beginner03 .inner .cover img {
  width: 80.22662889%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.beginner03 .inner .cover ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.beginner03 .inner .cover ul li {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.beginner03 .inner .cover ul li:first-child {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 10.0vw;
}

.beginner03 .inner .cover ul li:first-child strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.5vw;
  font-weight: 400;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
  display: block;
}

.beginner03 .inner .cover ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 300;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
}

.beginner03 .inner .cover ul li.flow01 {
  background-image: url("../../uploads/2025/08/flow_bg01.png");
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

.beginner03 .inner .cover ul li.flow02 {
  background-image: url("../../uploads/2025/08/flow_bg02.png");
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

.beginner03 .inner .cover ul li.flow03 {
  background-image: url("../../uploads/2025/08/flow_bg03.png");
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

.beginner03 .inner .cover ul li.flow04 {
  background-image: url("../../uploads/2025/08/flow_bg04.png");
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

.beginner03 .inner .cover ul li.flow05 {
  background-image: url("../../uploads/2025/08/flow_bg05.png");
  background-position: 0 top;
  background-repeat: no-repeat;
  background-size: 20.0vw;
}

/* 代表挨拶ページ エリア */
.greet01 {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 7.8125%;
}

.greet01 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.greet01 .inner img {
  width: 82.417582417%;
  height: auto;
  margin: 0 auto 3.90625% auto;
  padding: 0;
}

.greet01 .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  text-align: left;
  line-height: 1.8em;
  color: #000000;
  padding-top: 1.739130434%;
}

.greet01 .inner p.title {
  font-size: 4.3vw;
  font-weight: 500;
  padding: 0;
}

.greet01 .inner strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: right;
  line-height: 1.0em;
  color: #000000;
  margin-top: 3.90625%;
  display: block;
}

.greet01 .inner strong span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: right;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 1.953125%;
  display: block;
}

.greet02 {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 7.8125% 0 10.41666666% 0;
  background-color: #fefafa;
  display: table;
}

.greet02 .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  display: table;
}

.greet02 .inner strong {
  font-family: "arial";
  font-size: 5.0vw;
  font-weight: bold;
  text-align: left;
  line-height: 1.0em;
  letter-spacing: 0.10em;
  color: #dc8f90;
  margin: 0;
  padding: 10px 0 10px 45px;
  background-image: url("../../uploads/2025/08/message_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  display: block;
}

.greet02 .inner p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 300;
  text-align: left;
  text-indent: -1em;
  line-height: 1.5em;
  color: #000000;
  margin-top: 2.604166666%;
  padding-left: 1em;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #999999;
}

.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: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box,
.post_inner .show_post li.cat_title_box {
  margin-bottom: 5px;
}

.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: #dc8f90;
}

.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 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4em;
  color: #666666;
  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 Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.0em;
  text-decoration: none; 
  color: #333333;
  display: block;
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.3em;
  color: #444444;
  text-decoration: none; 
  display: block;
}

.post_inner .thum a:hover img,
.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;
}

/* 202407 */
.shourei {
	padding-top: 5.208333333%;
}

.shourei .concept_box .lbox {
	padding-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7em;
	background: url(images/shourei_bg.png) no-repeat right bottom;
	background-size: auto 50%;
}
.shourei .concept_box .rbox {
	padding-top: 14px;
	font-size: 14px;
	line-height: 1.58em;
}

.shourei #content .headLine01 {
	margin-bottom: 5.208333333%;
	font-size: 24px;
	padding: 15px 0;
	color: #fff;
	border-radius: 100px;
	text-align: center;
	font-weight: 600;
	font-family: "Noto Sans JP", sans-serif;
  background: linear-gradient(180deg, #e8929f 0%, #e8929f 50%, #dc8f90 50%, #dc8f90 100%);
}
.shourei .concept_box {
	margin-bottom: 30px;
}
.shourei #content .lbox p{
	color: #000;
	font-family: "Noto Sans JP", sans-serif;		
}
.shourei #content .lbox p span {
	color: #D90400;
	font-family: "Noto Sans JP", sans-serif;
}
.shourei .concept_box .lbox {
	padding-bottom: 30px;
	line-height: 1.75;
}
.shourei #content .rbox p {
	margin-bottom: 20px;
	letter-spacing: 0.8px;
	font-family: "Noto Sans JP", sans-serif;
}

.shourei .cat_title {
	margin-top: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	gap: 10px;
}
.shourei .cat_title span {
	padding-bottom: 10px;
	font-family: "Noto Sans JP", sans-serif;
	color: #000;
	text-align: center;
}
.shourei .cat_title::before,
.shourei .cat_title::after {
	width: 70px;
	height: 15px;
	content: "";
	flex-shrink: 0;
	background: url(images/shourei_title_bg.png) no-repeat center / 100% auto;
}
.shourei .cat_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.shourei .cat_list li {
	width: calc(50% - 10px);
}
.shourei .cat_list li .pho {
	margin-bottom: 20px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 0;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.shourei .cat_list li .pho img {
	aspect-ratio: 1;
	width: 100%;
	object-fit: cover;
}
.shourei .cat_list a {
	padding: 5px 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	min-height: 50px;
	font-size: 12px;
	color: #D90400;
	box-sizing: border-box;
	border-radius: 25px;
	border: 1px solid #D90400;
	text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
	background: url(images/shourei_arrow01.png) no-repeat right 10px center / 8px auto;
}
.shourei .cat_list a span {
	margin-left: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.75em;
}
.shourei .shop_box {
	margin-top: 60px;
	padding-top: 40px;
	border-top: 1px solid #979797;
}
.shourei .shop_title,
.shourei #content .shop_title {
	font-family: "Noto Sans JP", sans-serif;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	color: #000;
	margin-bottom: 50px;
}
.shourei .shop_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 20px;
}
.shourei .shop_list li {
	width: calc(50% - 10px);
}
.shourei .shop_list .pho {
	margin-bottom: 20px;
}
.shourei .shop_list a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	padding: 0 20px;
	width: auto;
	height: 40px;
	color: #fff;
	font-size: 12px;
	line-height: 1.1;
	text-decoration: none;
	border-radius: 20px;
	background: #D90400 url(images/shourei_arrow02.png) no-repeat right 10px top 55% / 8px auto;
}
.shoureiDetail {
	padding-top: 30px;
	font-family: "Noto Sans JP", sans-serif;
}
.shoureiDetail .date {
	margin-bottom: 12px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	gap: 16px;
	color: #666;
	letter-spacing: 0.48px;
    display: none;
}
.shoureiDetail .date .cat {
	display: flex;
	height: 28px;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #D90400;
	color: #fff;
	font-size: 12px;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.48px;
	padding: 0 12px;
}
.shoureiDetail .detailBox h1 {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 5px;
	font-size: 25px;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #D90400;
	font-family: "Noto Sans JP", sans-serif;
}
.shoureiDetail .detailBox h1::before {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100px;
	border-bottom: 2px solid #F7CDCC;
	content: "";
}
.shoureiDetail .detailBox p {
	margin: 0 auto 25px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2.3;
	letter-spacing: 0.64px;
	color: #333;
}
.shoureiDetail .h2Ttl,
.shoureiDetail .detailBox h2 {
	margin-bottom: 25px;
	padding: 3px 10px;
	font-size: 16px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #f09b99;
	color: #fff;
}
.shoureiDetail .detailBox p + h2 {
	margin-top: 0;
}
.shoureiDetail .detailBox ul:not(.k_diet_ul) {
	margin: 0 40px 60px;
	max-width: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}
.shoureiDetail .detailBox ul:not(.k_diet_ul) li {
	padding-bottom: 3px;
	position: relative;
	width: auto;
	font-size: 15px;
	letter-spacing: 0.36px;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	border-bottom: 1px dashed #D90400;
}
.shoureiDetail .detailBox ul:not(.k_diet_ul) li::before {
	position: absolute;
	left: -30px;
	top: 0;
	width: 25px;
	height: 28px;
	background: url(images/shourei_icon.png) no-repeat left top / 25px auto;
	content: "";
}
.shoureiDetail .detailBox img {
	margin: 30px auto;
	max-width: 100%;
	width: auto;
	display: block;
	float: none;
}
.shoureiDetail .detailBox h4,
.shoureiDetail .detailBox h3 {
	margin-bottom: 22px;
	padding: 4px 5px;
	font-size: 16px;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
	background-color: #f0f0f0;
	color: #333;
	border-left: 3px solid #D90400;
}
.shourei.shoureiDetail .shop_box {
  padding-top: 3px;
  margin-bottom: 90px;
  border-top: none;
}
.shoureiDetail .h2Ttl {
  margin-bottom: 28px;
}
.shoureiDetail .flexBox {
  display: flex;
  margin: 0 auto 45px;
  width: auto;
  align-items: center;
  flex-direction: column;
}
.shoureiDetail .flexBox .photo {
  margin: 0 0 10px;
  width: auto;
  text-align: center;
  flex-shrink: 0;
}
.shoureiDetail .flexBox p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
	font-family: "Noto Sans JP", sans-serif;
}
.shoureiDetail .flexBox p span {
	font-family: "Noto Sans JP", sans-serif;
  color: #D90400;
}
.shoureiDetail .detailBtn {
  margin-bottom: 20px;
}
.shoureiDetail .detailBtn a {
  margin: 0 auto;
	font-family: "Noto Sans JP", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: auto;
  height: 60px;
  background : linear-gradient(90deg, rgba(216, 3, 3, 1) 0%, rgba(235, 87, 113, 1) 100%);
  border-radius : 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  box-shadow : 5px 5px 5px rgba(0, 0, 0, 0.25);
}
.shoureiDetail .detailBtn a:after {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 10px;
  content: "";
  background: url(images/shourei_arrow02.png) no-repeat center / 10px auto;
}
.shoureiDetail .picture {
  width: auto;
  margin: 0 auto 50px;
}
.shourei.shoureiDetail .shop_title {
  margin-bottom: 20px;
}
.shourei.shoureiDetail .shop_box .shop_title {
  margin-bottom: 30px;
}
.shoureiDetail .detailBox .img_right {
	float: none;
}
.shoureiDetail .detailBox .point_box {
	margin: 0 auto 30px;
	max-width: 1000px;
}

.shoureiDetail .detailBox .point_box .p_no {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	margin: 0;
	padding: 5px 5px 2px;
	background: #ff8737;
}

.shoureiDetail .detailBox .point_box .p_no span {
	font-size: 1.2em;
	font-style: italic;
	margin-left: 3px;
}

.shoureiDetail .detailBox .point_box .p_title {
	font-size: 22px;
	font-weight: bold;
	color: #525252;
	margin-bottom: 15px;
	padding: 5px 5px 3px;
	border-bottom: 2px solid #ff8737;
}

.shoureiDetail .detailBox .point_box .p_title:before {
  display: inline-block;
  content: url(images/point_hand.svg);
  width: 20px;
  height: 20px;
  margin-right: 3px;
  transform: translateY(15%);
}

.shoureiDetail .detailBox .point_box .p_title span {
	font-size: 1.1em;
	color: #ff8737;
}
.shoureiDetail .detailBox .pickup_problem {
    border: none;
    font-weight: bold;
    color: #F60;
    font-size: 16px;
    background-color: #FFFFCC;
}
.shoureiDetail .detailBox .onayami_maxwidth,
.shoureiDetail .detailBox .pc-only,
.shoureiDetail .detailBox .pc {
	display: none !important;
}
	.shoureiDetail .detailBox li p {
		margin-bottom: 20px;
	}
.k_diet_ol01, .k_diet_ol02 {
	width: 96%;
	margin: 0 auto 30px;
	list-style-type: none;
}
.k_diet_ol01 li {
	background: #FFE599;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	padding: 10px;
	margin-bottom: 10px;
}
.k_diet_ol01 li div {
	background: #FFF;
	padding: 16px;
	overflow: hidden;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.k_diet_img_right {
	text-align: center;
}
.k_diet_ol02 li {
	margin-bottom: 20px;
	border-bottom: dotted #8C6900 2px;
	padding: 0 0 20px;
	overflow: hidden;
}
.k_diet_ol02 li p:nth-child(2) {
	margin-bottom: 20px;
}
.center02 {
	text-align: center;
	margin-bottom: 30px;
}
.k_diet_ul {
	background: #FAE9C9;
	padding: 16px 16px;
	width: 96%;
	margin: 0 auto 30px;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-sizing: border-box;
	list-style-type: none;
}
.k_diet_ul li {
	background: #FFF;
	padding: 10px 16px 0;
	margin: 0 auto 20px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	box-sizing: border-box;
}
	.k_diet_ul_ttl {
	padding: 10px 0 10px; 
	font-size: 1.6em;
	font-weight: bold;
	border-bottom: dotted #D9A300 2px;
	color: #C6A300;
	margin-bottom: 20px;
}
.k_diet_ul li div p {
	margin-bottom: 10px;
}
.k_diet_list {
	list-style-type: none;
}
.k_diet_list li {
	margin: 0 0 10px;
	padding: 0;
}
.k_diet_list li:before {
	content: "â— ";
	color: #F90;
}
.shoureiDetail .detailBox .green {
    color: #098B0D;
    font-weight: bold;
    font-size: 16px;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #060;
}
.shoureiDetail .detailBox .red-big {
    color: #FF0000;
    font-size: 1.2em;
}
  .beginner-bnr{
  margin-bottom: 40px;
  display: flex;
  justify-content: center;    
}


/* 20250502 固定バナー */
.floating_banner{
	position: fixed;
	bottom: 0;
	left: 4vw;
  width: 80%;
}

.shoureiDetail .detailBox .floating_banner img {
  margin: 0 auto;
}

/* よくある質問 エリア */
.faq {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.faq .menu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 5.208333333% 5.208333333% 7.8125% 5.208333333%;
  border: 1px solid #fecfcf;
  background-color: #fcf6f6;
}

.faq .menu span {
  width: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #999999;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999999;
  display: block;
}

.faq .menu ul {
  width: 100%;
  height: auto;
  margin-top: 2.604166666%;
  padding: 0;
}

.faq .menu ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fecfcf;
}

.faq .menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  color: #333333;
  padding: 3.90625% 0;
  display: block;
}

.faq .menu ul li a:hover {
  text-decoration: underline;
}

.faq #booking,
.faq #payment,
.faq #firsttime,
.faq #treatment,
.faq #okay {
  width: 100%;
  height: auto;
  margin-top: 7.1825%;
  padding: 0;
  display: table;
}

.faq #booking ul,
.faq #payment ul,
.faq #firsttime ul,
.faq #treatment ul,
.faq #okay ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.faq #booking ul li,
.faq #payment ul li,
.faq #firsttime ul li,
.faq #treatment ul li,
.faq #okay ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625% 0;
}

.faq #booking ul li:first-child,
.faq #payment ul li:first-child,
.faq #firsttime ul li:first-child,
.faq #treatment ul li:first-child,
.faq #okay ul li:first-child {
  border-bottom: 1px solid #999999;
}

.faq #booking ul li strong,
.faq #payment ul li strong,
.faq #firsttime ul li strong,
.faq #treatment ul li strong,
.faq #okay ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #333333;
  display: block;
}

.faq #booking ul li:first-child strong::before,
.faq #payment ul li:first-child strong::before,
.faq #firsttime ul li:first-child strong::before,
.faq #treatment ul li:first-child strong::before,
.faq #okay ul li:first-child strong::before {
  font-family: "arial", sans-serif;
  font-size: 5.0vw;
  font-weight: 500;
  content: 'Q';
  color: #eb4649;
  margin-right: 10px;
  display: inline;
}

.faq #booking ul li p,
.faq #payment ul li p,
.faq #firsttime ul li p,
.faq #treatment ul li p,
.faq #okay ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.8vw;
  font-weight: 300;
  text-align: justify;
  text-indent: -1.4em;
  line-height: 1.6em;
  color: #000000;
  margin-left: 1.4em;
}

.faq #booking ul li:last-child p::before,
.faq #payment ul li:last-child p::before,
.faq #firsttime ul li:last-child p::before,
.faq #treatment ul li:last-child p::before,
.faq #okay ul li:last-child p::before {
  font-family: "arial", sans-serif;
  font-size: 5.0vw;
  font-weight: 500;
  content: 'A';
  color: #41a0c4;
  margin-right: 10px;
  display: inline;
}

/* お客様の声 エリア */
.voice {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice .menu {
  width: 100%;
  height: auto;
  margin-bottom: 7.8125%;
  padding: 5.208333333% 5.208333333% 7.8125% 5.208333333%;
  border: 1px solid #fecfcf;
  background-color: #fcf6f6;
}

.voice .menu span {
  width: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #999999;
  margin: 0 auto;
  padding: 3px 0;
  border: 1px solid #999999;
  display: block;
}

.voice .menu ul {
  width: 100%;
  height: auto;
  margin-top: 2.604166666%;
  padding: 0;
}

.voice .menu ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #fecfcf;
}

.voice .menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  line-height: 1.0em;
  color: #333333;
  padding: 3.90625% 0;
  display: block;
}

.voice .menu ul li a:hover {
  text-decoration: underline;
}

.voice #lumbago,
.voice #shoulder,
.voice #pelvic,
.voice #sports,
.voice #traffic,
.voice #other {
  width: 100%;
  height: auto;
  padding: 0;
  display: table;
}

.voice #lumbago,
.voice #shoulder,
.voice #pelvic,
.voice #sports,
.voice #traffic {
  margin-bottom: 2.604166666%;
}

.voice #other {
  margin: 0;
}

.voice #lumbago .inner,
.voice #shoulder .inner,
.voice #pelvic .inner,
.voice #sports .inner,
.voice #traffic .inner,
.voice #other .inner {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 7.8125% 0;
  padding-bottom: 1.302083333%;
  border-bottom: 1px solid #dc8f90;
}

.voice #lumbago .inner .left,
.voice #lumbago .inner .right,
.voice #shoulder .inner .left,
.voice #shoulder .inner .right,
.voice #pelvic .inner .left,
.voice #pelvic .inner .right,
.voice #sports .inner .left,
.voice #sports .inner .right,
.voice #traffic .inner .left,
.voice #traffic .inner .right,
.voice #other .inner .left,
.voice #other .inner .right {
  width: 100%;
  height: auto;
  padding: 0;
}

.voice #lumbago .inner .right,
.voice #shoulder .inner .right,
.voice #pelvic .inner .right,
.voice #sports .inner .right,
.voice #traffic .inner .right,
.voice #other .inner .right {
  margin: 0;
}

.voice #lumbago .inner .left,
.voice #shoulder .inner .left,
.voice #pelvic .inner .left,
.voice #sports .inner .left,
.voice #traffic .inner .left,
.voice #other .inner .left {
  margin-bottom: 5.208333333%;
}

.voice #lumbago .inner .left img,
.voice #shoulder .inner .left img,
.voice #pelvic .inner .left img,
.voice #sports .inner .left img,
.voice #traffic .inner .left img,
.voice #other .inner .left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.voice #lumbago .inner .right strong,
.voice #shoulder .inner .right strong,
.voice #pelvic .inner  .right strong,
.voice #sports .inner .right strong,
.voice #traffic .inner .right strong,
.voice #other .inner .right strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.4em;
  color: #dc8f90;
  display: block;
}

.voice #lumbago .inner .right ul,
.voice #shoulder .inner .right ul,
.voice #pelvic .inner  .right ul,
.voice #sports .inner .right ul,
.voice #traffic .inner .right ul,
.voice #other .inner .right ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.voice #lumbago .inner .right ul li,
.voice #shoulder .inner .right ul li,
.voice #pelvic .inner  .right ul li,
.voice #sports .inner .right ul li,
.voice #traffic .inner .right ul li,
.voice #other .inner .right ul li {
  width: 100%;
  height: auto;
  padding: 0;
}

.voice #lumbago .inner .right ul li:nth-child(odd),
.voice #shoulder .inner .right ul li:nth-child(odd),
.voice #pelvic .inner  .right ul li:nth-child(odd),
.voice #sports .inner .right ul li:nth-child(odd),
.voice #traffic .inner .right ul li:nth-child(odd),
.voice #other .inner .right ul li:nth-child(odd) {
  margin-bottom: 3.90625%;
}

.voice #lumbago .inner .right ul li:nth-child(even),
.voice #shoulder .inner .right ul li:nth-child(even),
.voice #pelvic .inner  .right ul li:nth-child(even),
.voice #sports .inner .right ul li:nth-child(even),
.voice #traffic .inner .right ul li:nth-child(even),
.voice #other .inner .right ul li:nth-child(even) {
  margin-bottom: 5.208333333%;
}

.voice #lumbago .inner .right ul li span,
.voice #shoulder .inner .right ul li span,
.voice #pelvic .inner  .right ul li span,
.voice #sports .inner .right ul li span,
.voice #traffic .inner .right ul li span,
.voice #other .inner .right ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #333333;
  display: block;
}

.voice #lumbago .inner .right ul li p,
.voice #shoulder .inner .right ul li p,
.voice #pelvic .inner  .right ul li p,
.voice #sports .inner .right ul li p,
.voice #traffic .inner .right ul li p,
.voice #other .inner .right ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8em;
  color: #333333;
}

/* 交通事故治療 エリア */
.traffic_accident {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_top {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 3.90625%;
}

.traffic_accident .inner_top img {
  width: 100%;
  height: auto;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.traffic_accident .inner_top p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 3.90625%;
}

.traffic_accident .inner_middle {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 7.8125%;
}

.traffic_accident .inner_middle .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 2.604166666%;
}

.traffic_accident .inner_middle .inner .left {
  display: none;
}

.traffic_accident .inner_middle .inner .right {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_middle .inner .right table {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.traffic_accident .inner_middle .inner .right table th {
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #b64a4c;
  margin: 0;
  padding: 2.604166666% 0;
  border: 1px solid #dc8f90;
  background-color: #f9edee;
}

.traffic_accident .inner_middle .inner .right table th.type01 {
  width: 35%;
}

.traffic_accident .inner_middle .inner .right table th.type02 {
  width: 65%;
}

.traffic_accident .inner_middle .inner .right table td {
  width: auto;
  height: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #333333;
  margin: 0;
  padding: 2.604166666% 1.302083333%;
  border: 1px solid #dc8f90;
  background-color: #ffffff;
}

.traffic_accident .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 5.208333333%;
}

.traffic_accident .inner_bottom ul {
  width: 100%;
  height: auto;
  margin: 0 auto 5.208333333% auto;
  padding-top: 3.90625%;
  display: flex;
  justify-content: space-between;
}

.traffic_accident .inner_bottom ul li {
  width: 31.501831501%;
  height: auto;
  margin: 0 auto;
  padding: 0;
}

.traffic_accident .inner_bottom ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_bottom p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
  margin-bottom: 3.90625%;
}

.traffic_accident .inner_reason {
  width: 100%;
  height: auto;
  margin: 0;
  padding：0;
}

.traffic_accident .inner_reason .inner {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 3.90625% 2.604166666%;
  border: 1px solid #dc8f90;
}

.traffic_accident .inner_reason .inner .cover {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625% 0;
  border-bottom: 1px solid #dc8f90;
}

.traffic_accident .inner_reason .inner .cover:nth-child(1) {
  padding: 0 0 3.90625% 0;
}

.traffic_accident .inner_reason .inner .cover:nth-child(5) {
  padding: 3.90625% 0 0 0;
  border: none;
}

.traffic_accident .inner_reason .inner .cover img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_reason .inner .cover ul {
  width: 100%;
  height: auto;
  margin-top: 3.90625%;
  padding: 0;
}

.traffic_accident .inner_reason .inner .cover ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.traffic_accident .inner_reason .inner .cover ul li:first-child {
  margin-bottom: 2.604166666%;
  padding-left: 13.5vw;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 11.5vw;
}

.traffic_accident .inner_reason .inner .cover:nth-child(1) ul li:first-child {
  background-image: url("../../uploads/2025/08/point_icon01.png");
}

.traffic_accident .inner_reason .inner .cover:nth-child(2) ul li:first-child {
  background-image: url("../../uploads/2025/08/point_icon02.png");
}

.traffic_accident .inner_reason .inner .cover:nth-child(3) ul li:first-child {
  background-image: url("../../uploads/2025/08/point_icon03.png");
}

.traffic_accident .inner_reason .inner .cover:nth-child(4) ul li:first-child {
  background-image: url("../../uploads/2025/08/point_icon04.png");
}

.traffic_accident .inner_reason .inner .cover:nth-child(5) ul li:first-child {
  background-image: url("../../uploads/2025/08/point_icon05.png");
}

.traffic_accident .inner_reason .inner .cover ul li strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5.0vw;
  font-weight: 700;
  text-align: left;
  line-height: 1.3em;
  color: #000000;
  display: block;
}

.traffic_accident .inner_reason .inner .cover ul li strong span {
  color: #dc8f90;
}

.traffic_accident .inner_reason .inner .cover ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.3vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #000000;
}

/* 店舗一覧（静的）ページ エリア */
.shops {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shops .inner_menu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 3.90625%;
  background-color: #fcf6f6;
  display: table;
}

.shops .inner_menu ul {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5.208333333% 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shops .inner_menu ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.shops .inner_menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #000000;
  padding: 0;
  display: block;
}

.shops .inner_menu ul li a:hover {
  color: #e8929f;
  transition: 1.0s;
}

.shops .inner {
  width: 100%;
  height: auto;
  margin-top: 7.8125%;
  padding: 0 3.90625%;
  display: table;
}

.shops .inner strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 6.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #eb4649;
  display: block;
}

.shops .inner strong span {
  font-family: "arial";
  font-size: 2.3vw;
  font-weight: normal;
  text-align: center;
  line-height: 1.0em;
  color: #000000;
  margin-bottom: 1.953125%;
  display: block;
}

.shops .inner .cover {
  width: 100%;
  height: auto;
  margin-top: 5.208333333%;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.shops .inner .cover ul {
  width: 100%;
  height: auto;
  margin: 0
  padding: 0;
  border-radius: 15px;
  background-color: #f9edee;
}

.shops .inner .cover ul li {
  width: 100%;
  height: auto;
}

.shops .inner .cover ul li:nth-child(1) {
  margin-bottom: 5.208333333%;
  padding: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.shops .inner .cover ul li:nth-child(2),
.shops .inner .cover ul li:nth-child(3),
.shops .inner .cover ul li:nth-child(4) {
  padding: 0 15px;
}

.shops .inner .cover ul li:nth-child(5) {
  padding: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #eb4649;
}

.shops .inner .cover ul li:nth-child(1) img {
  width: 100%;
  height: auto;
  margin: 0
  padding: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.shops .inner .cover ul li:nth-child(2) strong {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.0em;
  color: #000000;
}

.shops .inner .cover ul li:nth-child(3) p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  text-align: left;
  line-height: 1.6em;
  color: #000000;
  margin-top: 2.604166666%;
}

.shops .inner .cover ul li:nth-child(4) ul {
  width: 100%;
  height: auto;
  margin: 5.208333333% 0 7.8125% 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.shops .inner .cover ul li:nth-child(4) ul li {
  height: auto;
  margin: 0;
  padding: 0;
}

.shops .inner .cover ul li:nth-child(4) ul li:nth-child(1) {
  width: 27.2727272%;
}

.shops .inner .cover ul li:nth-child(4) ul li:nth-child(2) {
  width: 33.03030303%;
}

.shops .inner .cover ul li:nth-child(4) ul li:nth-child(3) {
  width: 37.57575757%;
}

.shops .inner .cover ul li:nth-child(4) ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.0vw;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #eb4649;
  padding: 3.5vw 0 3.5vw 3.0vw;
  display: block;
}

.shops .inner .cover ul li:nth-child(4) ul li:nth-child(1) a {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-right: 1px solid #fc9496;
  background-color: #ffffff;
  background-image: url("../../uploads/2025/08/shops_tel_icon.png");
  background-position: 4.0vw center;
  background-repeat: no-repeat;
  background-size: 3.0vw;
}

.shops .inner .cover ul li:nth-child(4) ul li:nth-child(2) a {
  background-color: #ffffff;
  background-image: url("../../uploads/2025/08/shops_web_icon.png");
  background-position: 4.0vw center;
  background-repeat: no-repeat;
  background-size: 3.0vw;
}

.shops .inner .cover ul li:nth-child(4) ul li:nth-child(3) a {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-left: 1px solid #fc9496;
  background-color: #ffffff;
  background-image: url("../../uploads/2025/08/shops_review_icon.png");
  background-position: 4.0vw center;
  background-repeat: no-repeat;
  background-size: 3.0vw;
}

.shops .inner .cover ul li:nth-child(5) a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 3.90625% 0;
  position: relative;
  display: block;
}

.shops .inner .cover ul li:nth-child(5) a::after {
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin: auto;
  content: "";
  position: absolute;
  top: 3px;
  bottom: 0;
  right: 6.5em;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shops .inner .cover ul li:nth-child(4) ul li a:hover, 
.shops .inner .cover ul li:nth-child(5) a:hover {
  transition: 1.0s;
  opacity: 0.5;
}
 /* フォーム*/
  #page_contact {
    padding: 15px;
  }

  /* テーブルレイアウトを縦並びに */
  .contact_wrap {
    width: 100%;
    border-collapse: collapse;
    display: block;
  }

  .contact_wrap tr {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
  }

  .contact_wrap th,
  .contact_wrap td {
    display: block;
    width: 100%;
    text-align: left;
  }

  .contact_wrap th p {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
  }

  /* 必須マーク */
  .required {
    color: #d00;
    font-size: 12px;
    margin-right: 5px;
  }

  /* 入力欄 */
  .contact_wrap input[type="text"],
  .contact_wrap input[type="email"],
  .contact_wrap input[type="tel"],
  .contact_wrap textarea {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
  }

  /* ラジオボタン縦並び */
  .contact_wrap .radio td .wpcf7-list-item {
    display: block;
    margin: 5px 0;
  }

  /* 注意書き（例文や説明文） */
  .contact_wrap td p span[style] {
    font-size: 12px !important;
    margin-top: 5px;
    display: block;
  }

  /* 備考やアンケートテキストエリア */
  .contact_wrap textarea {
    min-height: 120px;
  }

  /* チェックボックスと注意書き */
  .accept {
    font-size: 12px;
    color: #555;
    display: block;
    margin-top: 5px;
  }

  /* 送信ボタン */
  .wpcf7-submit {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
  }
  .wpcf7-submit:hover {
    background: #005f87;
  }

}