@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;
}

.sp_btn{
  display: block!important;
}
.pc_btn{
  display: none!important;
}

/* ヘッダー エリア */
#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: 0;
  padding: 0.3em 0;
  background-color: #e46f6f;
}

#header_in .logo {
  width: 49.45054944%;
  height: auto;
  margin-left: 2.604166666%;
  padding: 0.5em 0;
  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: 23.35164835%;
  height: auto;
  margin-right: 2.604166666%;
  padding: 0.5em 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: 47.05882352%;
  height: auto;
  margin: 0;
  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 #999999;
  float: left;
}

#header .nav_sp .left {
  width: 50%;
  height: auto;
  float: left;
  border-right: 1px solid #999999;
}

#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 #999999;
}

#header .nav_sp .left li:last-child,
#header .nav_sp .right li:last-child {
  border-bottom: 1px solid #999999;
}

#header .nav_sp .left li:hover,
#header .nav_sp .right li:hover {
  width: 100%;
  height: auto;
  transition: 1.0s;
  background-color: #e36e6f;
  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: #e36e6f;
  border-bottom: 1px solid #999999;
}

#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: #999999;
  text-align: center;
  text-decoration: none;
  padding: 6px 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;
  background-color: #ffffff;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* main_visual エリア */	
#main_visual_in img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}	
	
/* パンくずリスト エリア */
#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(#f19ca6 0%, #f19ca6 50%, #f3828f 50%, #f3828f 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: #f19ca6;
  box-shadow: 0 0 0 0 #f3828f, 0 0 0 0 #f3828f, 3px 5px 5px -5px #f3828f;
}

#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: #db6f7c;
}

#content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #665544;
  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 #f19ca6;
  background-color: #f0ebe1;
}

#content h4,
#content h5,
#content h6 {
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #665544;
  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: #f19ca6;
  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: #f19ca6;
  display: block;
}

#content .post {
  padding-bottom: 20px;
}

#content .eye_catch img {
  margin: 0 10px 20px 0;
  float: left;
}

/* 続きを読む エリア */
a.more-link {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
  display: block;
}

a.more-link:hover {
  text-decoration: underline;
}

a.more-link:link,
a.more-link:active,
a.more-link:visited,
a.more-link:hover {
  color: #dc143c;
}

/* ページトップ エリア */
p.pagetop {
  display: none;
  position: fixed;
  bottom: 9.6%;
  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: #e46f6f;
  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: 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: #e46f6f;
}

#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: #999999;
  margin-top: 0.7em;
  display: block;
}

#footer_in .inner_top {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

#footer_in .inner_top .right {
  width: 100%;
  height: auto;	
  margin-bottom: 5.208333333%;
  padding: 0;
}

#footer_in .inner_top .right img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .inner_top .left {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .inner_top .left ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .inner_top .left ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 1.5em;
  padding: 0;
}

#footer_in .inner_top .left ul li:first-child {
  margin-bottom: 0.6em;
}

#footer_in .inner_top .left ul li:last-child {
  margin: 0;
}

#footer_in .inner_top .left ul li:first-child img {
  width: 61.81318681%;
  height: auto;	
  margin: 0 auto;
  padding: 0;
}

#footer_in .inner_top .left ul li:first-child a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .inner_top .left ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #999999;
}

#footer_in .inner_top .left ul li:last-child img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .inner_middle {
  width: 100%;
  height: auto;	
  margin-top: 6.510416666%;
  padding: 0;
  display: table;
}

#footer_in .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: #e46f6f;
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid #e46f6f;
  border-radius: 7px;
  display: block;
}

#footer_in .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: #e46f6f;
  margin-top: 0.2em;
  display: block;
}

#footer_in .inner_middle a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .inner_bottom {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

#footer_in .inner_bottom ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

#footer_in .inner_bottom ul li {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .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: #e46f6f;
  border-radius: 7px;
  display: block;
}

#footer_in .inner_bottom ul li:last-child a {
  background-color: #49bc54;
}

#footer_in .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 .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .footer_nav {
  width: 100%;
  height: auto;	
  margin: 6.510416666% 0 3.90625% 0;
  padding: 1.302083333% 1.302083333% 0 1.302083333%;
  border: 1px solid #e46f6f;
  background-color: #fff8fa;
  display: table;
}

#footer_in .footer_nav ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#footer_in .footer_nav ul li {
  width: 49.29378531%;
  height: auto;	
  margin-bottom: 1.4124294%;
  padding: 0;
  border: 1px solid #e46f6f;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #fee0bf),
  color-stop(1, #fdbe77)
);
  background: linear-gradient(to bottom, #fff8fa 0%, #f9dde4 100%);
}

#footer_in .footer_nav ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.0vw;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  color: #999999;
  margin: 0;
  padding: 4.555808656% 0;
  background-image: url("http://sakura0721.xsrv.jp/yotuba/wp-content/uploads/2024/02/side_nav_icon.png");
  background-position: right 2.604166666% center;
  background-repeat: no-repeat;
  display: block;
}

#footer_in .footer_nav ul li:hover {
  transition: 1.0s;
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #fdbe77),
  color-stop(1, #fee0bf)
);
  background: linear-gradient(to bottom, #f9dde4 0%, #fff8fa 100%);
}

#footer_in .copyright {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

#footer_in .copyright p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #999999;
}

/* slidemenu style */
#footer #slidemenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

#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: #665544;
}

.slide_tel .inner ul {
  width: 100%;
  height: auto;
  margin: 4.491017964% 0;
  padding: 2.994011976% 5.988023952%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbe5eb;
}

.slide_tel .inner ul li {
  width: 60%;
  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: 13% 0;
  border-radius: 7px;
  display: block;
  background-color: #ef6b6b;
}

.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: #665544;
  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: #ffffff;
  margin: 4.491017964% auto 0 auto;
  padding: 1.497005988% 0 2.245508982% 0;
  border-radius: 8.0vw;
  background-color: #e46f6f;
  display: block;
}

/* slide_line style */
.slide_line {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 39.0625%;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 20000;
}

.slide_line .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_line .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #665544;
}

.slide_line .inner ul {
  width: 100%;
  height: auto;
  margin: 4.491017964% 0;
  padding: 2.994011976% 5.988023952%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbe5eb;
}

.slide_line .inner ul li {
    width: 60%;
    height: auto;
    margin: 0;
    padding: 0;
}

.slide_line .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: 13% 0;
  border-radius: 7px;
  display: block;
}

.slide_line .inner ul li:first-child a {
  background-color: #0ea514;
}

.slide_line .inner ul li:last-child a {
  background-color: #0ea514;
}

.slide_line .inner a:hover,
.slide_line .inner ul li a:hover {
  transition: 1.0s;
  opacity: 0.5;
  cursor: pointer;
}

.slide_line .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: #665544;
  margin: 0 auto;
  display: block;
}

.slide_line .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: #ffffff;
  margin: 4.491017964% auto 0 auto;
  padding: 1.497005988% 0 2.245508982% 0;
  border-radius: 8.0vw;
  background-color: #f19ca6;
  display: block;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container img {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 0;
}

#sidebar #widget-area .widget-container a img:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#sidebar #widget-area .widget-container .side_menu {
  margin-bottom: 3.90625%;
}

#sidebar #widget-area .widget-container .side_menu p a {
  font-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: #f15063;
}

#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: #f37f8d;
}

#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 #dfd2bc;
  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: 2px dotted #dfd2bc;
  background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/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: #9c896a;
  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: #665544;
}

#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: #f19ca6;
  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 #dfd2bc;
  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: #665544;
  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: #f19ca6;
  margin-bottom: 0.3em;
  padding: 0;
  display: block;
}

/* コメント エリア */
#comments {
  width: auto;
  height: auto;
  margin: 20px 0 10px 0;
}

#respond h3 a {
  color: #ffffff;
}

#respond h3 a:hover {
  color: #dc143c;
}

#respond {
  width: auto;
  height: auto;
  margin-top: 20px;
}

#respond a {
  font-weight: bold;
}

.commentlist {
  list-style-image: none;
  list-style-type: none;
}

.reply {
  margin-bottom : 20px;
}

#commentform textarea {
  width: 99%;
  height: auto;
  margin: 10px 0;
  border: 1px solid #cccccc;
}

#commentform input[type=text] {
  margin-bottom: 5px;
  border: 1px solid #cccccc;
}

#commentform input[type=submit] {
  margin-bottom: 20px;
  padding:5px;
  color: #333333;
  background-color: #eeeeee; /* [if lt IE 9] */
  background: -webkit-gradient(
  linear,
  left top,
  left bottom,
  color-stop(0, #eeeeee),
  color-stop(1, #cccccc)
);
  background: -o-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -moz-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -webkit-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: -ms-linear-gradient(bottom, #eeeeee 0%, #cccccc 100%);
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  border: 1px solid #bbbbbb;
}

p.nocomments {
  display: none;
}

/* 検索結果 エリア */
#content h4.not_found {
  font-size: 24px;
  padding-left: 25px;
  background-image: url("images/not_found.png") !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
  background: none;
  border: none;
}

#content p.not_found {
  font-size: 14px;
  color: #dc143c;
}

#content dl.search_box {
  width: 100%;
  height: auto;
  padding: 15px;
  display: table;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #eeeeee;
}

#content dl.search_box dt input[type=text] {
  width: 70%;
  height: 25px;
  float: left;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit] {
  width: 100px;
  height: auto;
  font-size: 14px;
  text-align: center;
  padding: 2px 0;
  float: right;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
}

#content dl.search_box dd input[type=submit]:hover {
  color: #cc0000;
}

#content h4.search_result_title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 30px;
  color: #333333;
  background: none;
  background-image: url("images/search_result.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none;
  border-bottom: 3px dotted #000000;
}

#content p.search_result {
  font-size: 16px;
  margin-bottom: 20px;
}

#content p.search_result_txt {
  font-size: 14px;
  color: #dc143c;
  margin-bottom: 20px;
}

/* ページャー エリア */
#content .pager {
  text-align: center;
}

#content .pager a,
#content .pager span {
  font-size: 14px;
  padding: 0 3px;
}

#content .pager span {
  color: #dc143c;
}

#content .pager a {
  color: #000000;
}

#content .pager a:hover {
  color: #dc143c;
}

/* 404 エリア */
#content a.reverse_lnk {
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
  text-decoration: underline;
}

/* トップページ エリア */
.top_campaign {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: #f0ebe1;
}

.top_campaign .inner_top {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: table;
}

.top_campaign .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: #e46f6f;
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid #e46f6f;
  border-radius: 7px;
  display: block;
}

.top_campaign .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: #e46f6f;
  margin-top: 0.2em;
  display: block;
}

.top_campaign .inner_top a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_campaign .inner_bottom {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding: 0;
  display: table;
}

.top_campaign .inner_bottom ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.top_campaign .inner_bottom ul li {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_campaign .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: #e46f6f;
  border-radius: 7px;
  display: block;
}

.hotpepper_btn {
  background-color: #9F1446!important;
}

.top_campaign .inner_bottom ul li:last-child a {
  background-color: #49bc54;
}

.top_campaign .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_campaign .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_news {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: #faf7f2;
}

.top_news .news {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 3.90625% 3.90625% 1.302083333% 3.90625%;
  border-radius: 3px;
  box-shadow: 0 0 4px rgba(102,85,68,0.25);
  background-color: #ffffff;
  display: table;
}

.top_news .news .inner {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.top_news .news .inner ul.left {
  width: 22%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_news .news .inner ul.left li {
  width: 100%;
  height: auto;	
  margin-bottom: 2.2em;
  padding: 0;
}

.top_news .news .inner ul.left li:last-child {
  margin-bottom: 0.8em;
}

.top_news .news .inner ul.left li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 600; 
  line-height: 1.0em;
  color: #665544;
  position: relative;
  display: block;
}

.top_news .news .inner ul.left li strong::after {
  width: 40%;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -0.4em;
  left: 0;
  background-color: #e46f6f;
  display: inline-block;
}

.top_news .news .inner ul.left li a {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600; 
  text-decoration: none; 
  line-height: 1.0em;
  color: #e46f6f;
  padding-left: 1.0em;
  position: relative;
  display: block;
}

.top_news .news .inner ul.left li a::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border: 0;
  border-top: solid 1px #e46f6f;
  border-right: solid 1px #e46f6f;
  transform: rotate(45deg);
}

.top_news .news .inner ul.left li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_news .news .inner ul.right {
  width: 78%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_news .news .inner ul.right li {
  width: 100%;
  height: auto;	
  margin-bottom: 2.604166666%;
  padding-bottom: 1.953125%;
  border-bottom: 1px solid #ded3bd;
}

.top_news .news .inner ul.right li p span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6vw;
  font-weight: 400; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #665544;
  display: block;
}

.top_news .news .inner ul.right li p a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  font-weight: 500;
  text-decoration: none; 
  line-height: 1.3em;
  color: #665544;
  margin-top: 0.3em;
  display: block;
}

.top_news .news .inner ul.right li p a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_worry {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 7.8125% 2.604166666%;
  background-color: rgba(255,255,255,0.8);
  background-blend-mode: lighten;
  background-image: url("http://linkwin-client.pecori.jp/asobigokoro-test/honmachi/wp-content/uploads/2026/01/sp_top_worry_bg_new.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 80%;
}

.top_worry .inner_top {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_worry .inner_top img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_worry .inner_top ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-top: 0.7em;
}

.top_worry .inner_top ul li {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  font-weight: 600;
  line-height: 1.2em;
  color: #9c896a;
  margin-top: 0.7em;
  padding-left: 5.5vw;
  background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2024/02/check_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: 4.0vw;
}

.top_worry .inner_bottom {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding-bottom: 3.90625%;
  border-bottom: 2px solid #665544;
}

.top_worry .inner_bottom strong {
  font-family: "Noto Serif JP", serif;
  font-size: 7.0vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.5em;
  letter-spacing: 0em;
  color: #665544;
  display: block;
}

.top_worry .inner_bottom strong .gray {
  font-family: "Noto Serif JP", serif;
  color: #999999;
}

.top_worry .inner_bottom strong .pink {
  font-family: "Noto Serif JP", serif;
  color: #e46f6f;
}

.top_worry .inner_bottom strong .fnt_size {
  font-size: 5.5vw;
  text-align: center;
  line-height: 1.3em;
  font-family: "Noto Serif JP", serif;
  display: block;
}

.top_reason {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 2.604166666%;
  background-image: url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2023/09/top_reason_bg_top_left.png"),
                    url("http://sakura0721.xsrv.jp/soyokaze/wp-content/uploads/2023/09/top_reason_bg_bottom_right.png");
  background-position: left top,
                       right bottom -1px;
  background-repeat: no-repeat,
                     no-repeat;
  background-size: 52.08333332%,
                   52.08333332%;
  display: table;
}

.top_reason .reason_title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 7.8125% 2.604166666% 5.208333333% 2.604166666%;
}

.top_reason .reason_title strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #e46f6f;
  display: block;
}

.top_reason .reason_title strong span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.0em;
  color: #999999;
  margin-top: 0.7em;
  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: 9.114583333%;
  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;
  border-radius: 20px;
}

.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: 5.208333333%;
  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: 30%;
  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: 5.5vw;
  font-weight: 700;
  line-height: 1.2em;
  color: #665544;
  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: 4.0vw;
  font-weight: 400;
  text-align: justify;
  line-height: 1.6em;
  color: #665544;
}

.top_faq {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 7.8125%;
  background-color: #faf7f2;
}

.top_faq .inner_title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 1.8em 0 3.0em 0;
  background-color: #e46f6f;
}

.top_faq .inner_title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  position: relative;
  display: block;
}

.top_faq .inner_title strong::after {
  width: 22%;
  height: 4px;
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: calc(50% - 11%);
  background-color: #ffffff;
  display: inline-block;
}

.top_faq .inner {
  width: 100%;
  height: auto;	
  margin-top: 7.8125%;
  padding: 0 2.604166666%;
}

.top_faq .inner dl.syncer-acdn-faq {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding: 1.0em;
  background-color: #ffffff;
  border: 1px solid #d8cab3;
}

.top_faq .inner dl.syncer-acdn-faq dt {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 400;
  line-height: 1.6em;
  color: #665544;
  padding-left: 1.5em;
  text-decoration: none;
  position: relative;
}

.top_faq .inner dl.syncer-acdn-faq dt .toggle_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
}

.top_faq .inner dl.syncer-acdn-faq dt .toggle_btn:before, .toggle_btn:after {
  width: 20px;
  height: 2px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #665544;
  display: block;
}

.top_faq .inner dl.syncer-acdn-faq dt .toggle_btn:before {
  width: 2px;
  height: 20px;
}

.top_faq .inner dl.syncer-acdn-faq dt.syncer-acdn.selected .toggle_btn:before {
  content: normal;
}

.top_faq .inner dl.syncer-acdn-faq dt:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.top_faq .inner dl.syncer-acdn-faq dd {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8vw;
  font-weight: 400;
  line-height: 1.5em;
  color: #665544;
  margin-top: 2.604166666%;
  padding-left: 1.8em;
  display: none;
}

.top_lnk {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 7.8125% 3.90625% 10.41666666% 3.90625%;
}

.top_lnk .inner_title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: table;
}

.top_lnk .inner_title strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 6.5vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.0em;
  color: #e46f6f;
  display: block;
}

.top_lnk .inner_title strong span {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.5vw;
  font-weight: 900;
  text-align: center;
  line-height: 1.0em;
  color: #999999;
  margin-top: 0.7em;
  display: block;
}

.top_lnk .inner {
  width: 100%;
  height: auto;	
  margin: 0 auto;
  padding-top: 7.8125%;
}

.top_lnk .inner .blog {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  display: table;
}

.top_lnk .inner .blog .title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 7.8125%;
  display: table;
}

.top_lnk .inner .blog .title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 600; 
  text-align: left;
  line-height: 1.0em;
  color: #665544;
  position: relative;
  display: block;
}

.top_lnk .inner .blog .title strong::after {
  width: 8%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  background-color: #e46f6f;
  display: inline-block;
}

.top_lnk .inner .blog ul {
  width: 100%;
  height: auto;	
  margin-bottom: -2.604166666%;
  padding: 0;
}

.top_lnk .inner .blog ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 2.604166666%;
  padding-bottom: 1.953125%;
  border-bottom: 1px solid #ded3bd;
}

.top_lnk .inner .blog ul li p span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6vw;
  font-weight: 400; 
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #665544;
  display: block;
}

.top_lnk .inner .blog ul li p a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.3em;
  color: #665544;
  margin-top: 0.3em;
  display: block;
}

.top_lnk .inner .blog ul li p a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_lnk .inner .blog ul li p a::after {
  content: none;
}

.top_lnk .inner .blog a {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600; 
  text-align: right;
  text-decoration: none; 
  line-height: 1.0em;
  color: #e46f6f;
  padding-right: 1.0em;
  position: relative;
  display: block;
}

.top_lnk .inner .blog a::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border: 0;
  border-top: solid 1px #e46f6f;
  border-right: solid 1px #e46f6f;
  transform: rotate(45deg);
}

.top_lnk .inner .blog a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_lnk .inner .event {
  width: 100%;
  height: auto;	
  margin-top: 7.8125%;
  padding: 0;
  display: table;
}

.top_lnk .inner .event .title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 7.8125%;
  display: table;
}

.top_lnk .inner .event .title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.5vw;
  font-weight: 600; 
  text-align: left;
  line-height: 1.0em;
  color: #665544;
  position: relative;
  display: block;
}

.top_lnk .inner .event .title strong::after {
  width: 8%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -0.5em;
  left: 0;
  background-color: #e46f6f;
  display: inline-block;
}

.top_lnk .inner .event ul {
  width: 100%;
  height: auto;	
  margin-bottom: -2.604166666%;
  padding: 0;
}

.top_lnk .inner .event ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 2.604166666%;
  padding-bottom: 1.953125%;
  border-bottom: 1px solid #ded3bd;
}

.top_lnk .inner .event ul li p span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.6vw;
  font-weight: 400; 
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.05em;
  color: #665544;
  display: block;
}

.top_lnk .inner .event ul li p a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.3em;
  color: #665544;
  margin-top: 0.3em;
  display: block;
}

.top_lnk .inner .event ul li p a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_lnk .inner .event ul li p a::after {
  content: none;
}

.top_lnk .inner .event a {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 600; 
  text-align: right;
  text-decoration: none; 
  line-height: 1.0em;
  color: #e46f6f;
  padding-right: 1.0em;
  position: relative;
  display: block;
}

.top_lnk .inner .event a::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border: 0;
  border-top: solid 1px #e46f6f;
  border-right: solid 1px #e46f6f;
  transform: rotate(45deg);
}

.top_lnk .inner .event a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* 初めての方へページ エリア */
.beginner {
  width: 100%;
  margin: auto;
}
.beginner_in{
  margin-bottom: 60px;
}
.beginner p{
  font-family: "Noto Serif JP", serif;
}
.beginner p.center{
  text-align: center;
}
.beginner p.center img{
  display: inline-block;
}
.beginner strong{
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
#content .beginner h2{
  position: relative;
  background: none;
  box-shadow: none;
  color: #000;
  text-align: center;
  line-height: 1.7;
}
#content .beginner h2::before{
  display: none;
}
#content .beginner h2::after {
  display: block;
  content: '';
  margin: min(3vw, 24px) auto 0;
  width: 20%;
  height: 3px;
  background-color: #ff7fb7;
}
#content .beginner h3{
  text-align: center;
  border-bottom: solid 2px #ff7fb7;
  padding: 17px 0;
  background: none;
  border-left: 0;
  color: #000;
  font-size: 22px;
  line-height: 1.7;
}
.beginner ul{
  margin-top: 30px;
  margin-left: 20px;
}
.beginner li{
  list-style: disc;
  font-family: "Noto Serif JP", serif;
  line-height: 2.3;
}
.beginner_btn{

}
.beginner_btn a{
  background-color: #fcb900;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", serif;
}

.top_shopnum {
    margin: min(5vw, 40px) auto;
    padding: min(3%, 24px);
    width: min(96%, 1024px);
    border: solid min(.5vw, 6px) #ff7fb6;
    border-radius: 10px;
    box-sizing: border-box;
}
.top_shopnum_txt {
    position: relative;
    margin: 0 auto min(5vw, 40px);
    padding: 0 0 min(2vw, 16px);
    font-size: clamp(15px, 3vw, 30px);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    border-bottom: solid 2px #ff7fb6;
}
.top_shopnum_txt > span {
    display: inline;
}
.top_shopnum_txt > span {
    display: block;
    text-align: center;
}
.top_shopnum_txt .txt_m {
    font-size: 120%;
}
.top_shopnum_txt .num {
    display: inline-block;
    font-size: 250%;
    line-height: 1;
    transform: translate(0, .08em);
}
.top_shopnum_txt .txt_l {
    font-size: 150%;
}
.itaric {
    font-style: italic;
}
.top_shopnum_txt::before, .top_shopnum_txt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.top_shopnum_txt::before, .top_shopnum_txt::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.top_shopnum_txt::before {
    border-top: 24px solid #ff7fb6;
}
.top_shopnum_txt::before, .top_shopnum_txt::after {
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
}
.top_shopnum_txt::before {
    transform: translate(-50%, 100%);
    border-top: 16px solid #ff7fb6;
}
.top_shopnum_txt::after {
    transform: translate(-50%, calc(100% - 3px));
    border-top: 16px solid #fff;
}
.top_shopnum_bt a {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: .5em;
    width: min(80%, 600px);
    background-color: #f8c22c;
    color: inherit;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    font-size: clamp(18px, 4vw, 30px);
    border-radius: 100px;
    box-sizing: border-box;
}
.top_shopnum_bt a::before {
    content: '';
    display: block;
    aspect-ratio: 4 / 3;
    margin: 0 .5em 0 0;
    width: min(1.5em, 48px);
    background: url(http://sakura0721.xsrv.jp/yotuba/wp-content/uploads/2024/03/ico_shop.png) center center no-repeat;
    background-size: contain;
}
.top_shopnum_bt a::after {
    content: '>';
    display: block;
    margin: 0 0 0 .5em;
    font-size: 90%;
    transform: scale(1, 1.5) translate(0, .05em);
}
.beginner .box_youtube {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 のアスペクト比を維持 */
    height: 0;
    overflow: hidden;
}
.beginner .box_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 料金ページ */
.price {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 0;
}
.price p{
  font-family: "Noto Serif JP", serif;
}
.price ul {
  margin-left: 3em;
}
.price ul li {
  margin-top: .5em;
  list-style: disc;
  font-family: "Noto Serif JP", serif;
}
.price table.block_price{
  table-layout: fixed;
  margin: 2em auto;
  width: 98%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}
.price table.block_price tr{

}
.price table.block_price th{
  background-color: #f5f5f5;
}
.price table.block_price td{

}
.price table.block_price th,
.price table.block_price td{
  vertical-align: middle;
  padding: 3px;
  border: solid 1px #bdbdae;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}

.access {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.access .inner_top {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.access .inner_top img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.access .inner_middle {
  width: 100%;
  height: auto;	
  margin-bottom: 5.208333333%;
  padding: 3.90625%;
  background-color: #f0ebe1;
}

.access .inner_middle img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
  border: 1px solid #ffffff;
  box-shadow: 0 0 10px rgba(102,85,68,0.2);
}

.access table {
  width: 100%;
  height: auto;	
  margin-bottom: 0.5em;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.access table th {
  width: 25%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.3vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.3em;
  color: #665544;
  margin: 0;
  padding: 1.0em 0.3em;
  border: 1px solid #9c896a;
}

.access table td {
  width: 75%;
  height: auto;	
  font-family: "Noto Serif JP", serif;
  font-size: 3.3vw;
  font-weight: 600;
  line-height: 1.4em;
  color: #665544;
  margin: 0;
  padding: 1.0em 0.3em 1.0em 0.5em;
  border: 1px solid #9c896a;
}

.access p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1.4em;
  color: #f19ca6;
  margin-bottom: 5.208333333%;
  padding: 0;
}

.access .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 3.90625%;
  background-color: #f0ebe1;
}

.access .inner_bottom .view {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 56.25%;
  position: relative;
  box-shadow: 0 0 10px rgba(102,85,68,0.2);
}

.access .inner_bottom .view iframe {
  width: 100%;
  height: 100%;
  margin-bottom: -7px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 喜びの声ページ エリア */
.voice {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.voice strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  color: #665544;
  margin-bottom: 3.90625%;
  display: block;
}

.voice p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.6em;
  color: #9c896a;
}

.voice .inner {
  width: 100%;
  height: auto;	
  margin-top: 7.8125%;
  padding: 3.90625% 2.604166666% 5.208333333% 2.604166666%;
  border: 1px solid #9c896a; 
  position: relative;
  display: table;
}

.voice .inner::before {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0.35em 0.8em;
  content: 'VOICE';
  position: absolute;
  top: -1.0em;
  left: 2.604166666%;
  background: #f19ca6;
}

.voice .inner iframe {
  width: 100%;
  height: auto;	
  margin: 0 auto 3.90625% auto;
  padding: 37.5px 0;
  background-color: #f0ebe1;
  display: table;
}

.voice .inner img {
  width: 100%;
  height: auto;	
  margin-bottom: 3.90625%;
  padding: 0;
}

.voice .inner ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.voice .inner ul li {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.voice .inner ul li:last-child {
  margin-top: 6.510416666%;
}

.voice .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  color: #f19ca6;
  margin-bottom: 3.90625%;
  display: block;
}

.voice .inner ul li span {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8vw;
  font-weight: 400;
  line-height: 1.3em;
  color: #9c896a;
  margin-top: -0.3em;
  display: block;
}

.voice .inner ul li dl.syncer-acdn-voice {
  width: 100%;
  height: auto;
  margin: 0;
  padding:0;
}

.voice .inner ul li dl.syncer-acdn-voice dt {
  font-family: "Noto Serif JP", serif;
  font-size: 4.5vw;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
  color: #665544;
  margin: 0;
  padding: 0.15em 0 0.25em 0;
  text-decoration: none;
  border: 1px solid #9c896a;
  position: relative;
}

.voice .inner ul li dl.syncer-acdn-voice dt .toggle_btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1.875em;
  left: 1.0em;
  text-indent: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  overflow: hidden;
  display: block;
}

.voice .inner ul li dl.syncer-acdn-voice dt .toggle_btn:before, .toggle_btn:after {
  width: 25px;
  height: 2px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #665544;
  display: block;
}

.voice .inner ul li dl.syncer-acdn-voice dt .toggle_btn:before {
  width: 2px;
  height: 25px;
}

.voice .inner ul li dl.syncer-acdn-voice dt.syncer-acdn.selected .toggle_btn:before {
  content: normal;
}

.voice .inner ul li dl.syncer-acdn-voice dt:hover {
  transition: 1.0s;
  opacity: 0.5;
}

.voice .inner ul li dl.syncer-acdn-voice dd {
  margin: 0;
  padding: 0;
  display: none;
}

.voice .inner ul li dl.syncer-acdn-voice dd strong {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.3em;
  color: #665544;
  margin: 5.208333333% 0 2.604166666% 0;
  padding: 0.5em 0.5em 0.5em 1.0em;
  border-radius: 5px;
  background-color: #faf7f2;
  display: block;
}

.voice .inner ul li dl.syncer-acdn-voice dd span {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.6em;
  color: #665544;
  margin: 0;
  padding-left: 1.0em;
  display: block;
}

/* お問い合わせページ エリア */
.wpcf7 label {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
}

.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: #665544;
  margin: 1.0em 0 3.0em 0;
  padding: 1.0em;
  border: 1px solid #9c896a;
  background-color: #fefefe;
}
	
.wpcf7 p textarea {
  width: 100%;
  height: auto;
  margin-top: 0.5em;
  padding: 1.0em;
  border: 1px solid #9c896a;
  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: #665544;
  margin: 1.0em 0 3.0em 0;
  padding: 1.0em;
}

.wpcf7 p select option {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
}

.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: #f19ca6;
}	
	
.wpcf7 p {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
  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: #665544;
  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: #f19ca6;
}
	
.wpcf7 p input[type="submit"] {
  width: 60% !important;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 4.0vw;
  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, #f19ca6 0%, #f19ca6 100%);
  border: 1px solid #f19ca6;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  background: linear-gradient(to bottom, #f19ca6 0%, #f19ca6 100%);
  border: 1px solid #f19ca6;
}

::-webkit-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #9c896a;
}

::-moz-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #9c896a;
  opacity: 1;
}

:-ms-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 200;
  line-height: 1.3em;
  color: #9c896a;
}

/* お問い合わせサンクスページ エリア */
.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: #665544;
}

/* 対応症状一覧ページ エリア */
#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: #665544;
  padding: 1.0em;
  display: block;
}

#cases_wrap .case-block span.case-title::before {
  color: #665544;
  margin-right: 1.0em;
  content: "-";
  transform: scaleX(4);
  display: inline-block;
}

#cases_wrap .case-block span.case-title::after {
  color: #665544;
  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: #ffffff;
  padding: 0.8em 0.3em;
  border-radius: 5px;
  background-color: #f19ca6;
  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;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted #f19ca6;
}

.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: #f19ca6;
}

.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;
  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: #665544;
  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: #9c896a;
  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;
}

/* 受付時間／休診日／アクセス〜「駐車場案内を見る」ボタンエリア */

  .home #wrapper{
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    display: block !important;
    overflow-x: hidden; /* 横スクロール対策。不要なら外してOK */
  }

#content{
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

.c-access .c-access-content,
.c-access .c-access-content-left,
.c-access .c-access-content-right {
    display: contents;
  }

   .c-access {
       margin-top: 330px;
       padding: 55px 0 60px;
   }

   .pcv {
       display: none;
   }

   .spv {
       display: block;
   }

   .c-access-inner {
       width: 100%;
       margin: 30px auto auto;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -ms-flex-flow: column;
       flex-flow: column;
       border-bottom: none;
       padding-bottom: 0;
   }

   .c-access-content,
   .c-access-content-left,
   .c-access-content-right {
       display: contents;
   }

   .c-access-content-left p {
       -webkit-box-ordinal-group: 3;
       -ms-flex-order: 2;
       order: 2;
   }

   .c-access-title {
       display: block;
       text-align: center;
       -webkit-box-ordinal-group: 2;
       -ms-flex-order: 1;
       order: 1;
       margin-bottom: 45px;
   }

   .c-access-content-fukidashi {
       width: 92%;
       margin: 0 auto 25px;
   }

    .c-fukidashi-title {
        padding: 6px 18px;
    }
   .c-access-content-fukidashi .c-access-content-fukidashi-text {
       font-size: 16px;
       padding: 0 0 0 8px;
       display: block;
       line-height: 20px;
   }

   .c-access-content-fukidashi p:after {
       background-image: url(../img/parts-store-access/title-after-sp.png);
       width: 10px;
       height: 15px;
       bottom: -15px;
       text-decoration: none;
   }

   .c-access-content-title {
       -webkit-box-ordinal-group: 4;
       -ms-flex-order: 3;
       order: 3;
       width: 92%;
       margin: 0 auto 60px;
       padding-top: 30px;
       padding-bottom: 30px;
       padding-left: 65px;
       position: relative;
   }

   .c-access-content-title:before {
       background-image: url(http://linkwin-client.pecori.jp/asobigokoro-test/honmachi/wp-content/uploads/2026/01/logo-cat.png
);
       width: 55px;
       height: 55px;
       top: 20px;
       bottom: 2px;
   }

   .c-access-content-title .c-access-content-title-group {
       font-size: 14px;
       margin-bottom: 5px;
       position: absolute;
       top: 0;
       left: 2px;
   }

   .c-access-content-title .c-access-content-clinic-name {
       font-size: 30px;
       gap: 4px;
   }

   .c-access-content-title .c-access-content-clinic-name-sub {
       font-size: 19px;
   }

   .c-access-content-tel {
       -webkit-box-ordinal-group: 5;
       -ms-flex-order: 4;
       order: 4;
       width: 92%;
       margin: 0 auto;
       padding-bottom: 18px;
       border-bottom: none;
   }

   .c-access-content-tel a {
       text-decoration: none;
   }

   .c-access-content-tel-illust {
       max-width: 183px;
       height: 46px;
       display: block;
       right: 0;
       top: -50px;
       margin: unset;
   }

   .c-access-content-tel-illust-fukidashi {
       max-width: 183px;
   }

   .c-access-content-tel-number {
       background-image: url(http://linkwin-client.pecori.jp/asobigokoro-test/honmachi/wp-content/uploads/2026/01/tel-icon-sp.png);
       margin-bottom: 10px;
   }

.c-access-content-tel-number a {
  font-size: 8vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #053864;
  line-height: 1;
}

   .c-access-content-tel-caption p:first-child {
       font-size: 14px;
       margin-bottom: 5px;
   }

   .c-access-content-tel-caption p:last-child {
       font-size: 3vw;
       letter-spacing: -0.02em;
   }

   .c-access-date {
       -webkit-box-ordinal-group: 6;
       -ms-flex-order: 5;
       order: 5;
       padding: 10px 0;
   }

   .c-access-date-inner {
       padding: 20px 10px;
       background-size: 4px 4px;
   }

   .c-access-week {
       padding: 0 5px 8px;
   }

   .c-access-week p {
       font-size: 13px;
   }

   .c-access-week-title {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 110px;
       flex: 0 0 110px;
   }

   .c-access-date-time {
       padding: 10px 5px;
   }

   .c-access-date-time p {
       font-size: 13px;
   }

   .c-access-date-time-bottom-wrap {
       border-bottom: none;
   }

   .c-access-date-time-title {
       -webkit-box-flex: 0;
       -ms-flex: 0 0 110px;
       flex: 0 0 110px;
   }

   .c-access-date-temporary {
       border-radius: 8px;
       padding: 8px 0;
   }

   .c-access-date-temporary-title {
       padding-left: 10px;
       -webkit-box-flex: 0;
       -ms-flex: 0 0 115px;
       flex: 0 0 115px;
   }

   .c-access-date-temporary-item {
       gap: 2px 0;
   }

   .c-access-date-temporary-item p {
       font-size: 11px;
   }

   .c-access-content-address {
       -webkit-box-ordinal-group: 7;
       -ms-flex-order: 6;
       order: 6;
       border-top: 1px solid #053864;
       width: 92%;
       margin: 25px auto 0;
       padding-top: 15px;
   }

   .c-access-content-address p {
       font-size: 14px;
   }

   .c-access-content-nearest {
       -webkit-box-ordinal-group: 8;
       -ms-flex-order: 7;
       order: 7;
       width: 92%;
       margin: 0 auto;
   }

   .c-access-content-nearest p {
       font-size: 14px;
   }

   .c-access-content-parking {
       -webkit-box-ordinal-group: 9;
       -ms-flex-order: 8;
       order: 8;
       width: 92%;
       margin: 0 auto 10px;
   }

   .c-access-content-parking p {
       font-size: 14px;
   }

   .c-access-button {
       -webkit-box-ordinal-group: 10;
       -ms-flex-order: 9;
       order: 9;
       width: 92%;
       max-width: 100%;
       height: 40px;
       margin: 0 auto 20px;
   }

   .c-access-button a {
       max-width: 180px;
       height: 40px;
       margin-left: auto;
   }

   .c-access-button .button-hover-orange {
       margin-left: unset;
       margin: 0 auto;
   }

   /* Googleレビューエリア */
   .google-review {
       padding: 75px 0 0;
   }

   .google-review-title {
       max-width: 150px;
       margin: 0 auto 20px;
   }

   .google-review-star {
       max-width: 85px;
       margin: 0 auto 20px;
   }

   .google-review-text-wave {
       background-image: url(http://linkwin-client.pecori.jp/asobigokoro-test/honmachi/wp-content/uploads/2026/01/title-text-bg-sp.png);
       max-width: 335px;
   }

   .google-review-content {
       width: 92%;
       margin: 0 auto;
       padding: 0 0 30px 0;
   }

  .review-card .mrtext {
    white-space: normal;
  }

   .mapreview-wrapper {
       max-width: 1200px !important;
       margin: auto !important;
   }

   /* CONTACTエリア */
.c-contact-ttl,
.c-contact-text {
    display: none;
  }

.c-contact-flex {
      flex-direction: column;
      gap: 18px;
  }

.c-contact .c-contact-flex > a.c-contact-link:nth-of-type(2) {
      padding: 0 20px;
  }

.c-contact-link {
      width: 100%;
      display: block;
  }

.c-contact-tel,
.c-contac-line {
      width: 100%;
  }

.c-contact-link.line > p, .c-contact-link.line br {
    display: none !important;
}

.c-contact .c-contac-line {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 0;
  position: relative;
}

.c-contact .c-contac-line-icon img {
  max-width: 48px;
  height: auto;
}

.c-contact .c-contact-line-text-area {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  text-decoration: none !important;
}

.c-contact-line-text {
      display: none;
  }

.c-contact .c-contact-link.line::after {
  content: "";
  position: absolute;
  background-image: url(http://linkwin-client.pecori.jp/asobigokoro-test/honmachi/wp-content/uploads/2026/01/arrow-sp.png);
  background-size: cover;
  background-repeat: no-repeat;

  width: 38px;
  height: 38px;

  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.c-contact .c-contact-line-ttl {
  text-align: left !important;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-left: 0;
  text-decoration: none !important;
  white-space: nowrap;
}

.c-contact-link .c-contact-line-ttl span {
    text-decoration: none !important;
}

.c-contact .c-contact-link.line > p {
  margin: 0;
  padding: 0;
  display: none;
}

.c-contact .c-contact-tel {
      gap: 10px;
      padding: 20px 0;
  }

.c-contact .c-contact-tel-icon {
    max-width: 28px;
  }

.c-contact .c-contact-tel-icon {
    max-width: 28px;
  }

.c-contact .c-contac-shop-text {
        font-size: 3.8vw;
        position: relative;
        left: 2px;
    }

.c-contact .c-contac-shop-tel-num {
    font-size: 7.2vw;
  }

.c-contact .c-contac-tel-btm-text {
    font-size: 3vw;
    letter-spacing: 0.02em;
  }

.c-contact .c-contact-link::after {
        background-image: url(http://linkwin-client.pecori.jp/asobigokoro-test/honmachi/wp-content/uploads/2026/01/arrow-sp.png);
        width: 38px;
        height: 38px;
        right: 15px;
    }

  .c-contact .c-contact-flex > a.c-contact-link.pcv::before {
    display: none !important;
    content: none !important;
  }

.c-contact-link{
  text-decoration: none !important;
}

/* 選ばれる理由エリア */
.top_reason .img_left,
.top_reason .img_right {
    position: relative;
}

.top_reason .inner .img_left ul li:first-child img,
.top_reason .inner .img_right ul li:first-child img {
    position: absolute;
    top: 10px;          
    left: 28px; 
    z-index: 3;
}

.top_reason .inner .img_right ul li:first-child img {
    left: auto;
    right: 20px;
    z-index: 3;
}

.fixheader.is-fixed {
  z-index: 9999;
}

#header,
#header_in {
  position: relative;
  z-index: 9999; 
}


.top_reason .inner .img_left ul li:first-child img,
.top_reason .inner .img_right ul li:first-child img{
  z-index: 1;
}

  p.pagetop a {
    z-index: 9999;
    position: fixed;
    bottom: 70px;
    right: 10px;
  }

  .mrbox-pager {
    display: none;
  }

  .beginner_in img {
    max-width: 100% !important;
  }

  .sp-only {
    display: block !important;
  }

.google-review-text-wave p {
    white-space: nowrap;
  }

}