@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 {
  flex-basis: 68%;/*width*/
  /* height: auto;
  margin: 0;
  padding-top: 4%;
  padding-left: 0;
  float: left; */
}
#header_in .inner_left img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
#header_in .inner_right {
    flex-basis: 28%;/*width*/
    /* height: auto;
    margin: 0;
    padding: 0;
    float: right; */
}
#header_in .inner_right ul.nav_wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
}
#header_in .inner_right ul.nav_wrap li {
    width: 50%;
    margin-right: 8px;
}
#header_in .inner_right ul.nav_wrap li img {
    width: 100%;
}
#nav_sp.nav_sp{
  position:fixed;
  top:0;
  left:0;
  /* right:0; */
  /* bottom:0; */
  opacity:0;
  padding: 18% 0% 0%;
  pointer-events:none;
  transition: .5s ease;
  transform: translateY(-50vw);
  background-color:#fff;
  height: auto;
  z-index:99;
  width: 100%;
}
input#sp-menu:checked + #nav_sp{
      opacity:1;
      pointer-events:all;
      transform:translateY(0);
}
#nav_sp .t_sp_menu ul{
  width:100%;
  margin-top:4%;
}
#nav_sp .t_sp_menu ul li{
}
#nav_sp .t_sp_menu ul li a{
    position: relative;
    display: block;
    z-index: 2;
    overflow: hidden;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    color: #4b260d;
    background: #fff1cb;
    border-bottom: 1px solid #aa6130;
}
#nav_sp .t_sp_menu ul li a:after{
  content: url('http://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/side_nav-02.png');
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}

/* パンくずリスト エリア */
#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;
  margin-bottom: 4.557291666%;
  padding: 0.4em 0.5em;
  border-radius: 5px;
  /* background: linear-gradient(#fe8b2e 0%, #fe8b2e 50%, #ff562e 50%, #ffab6b 100%); */
}
.l-oneColumn #content h1 {
  color: var(--main-color);
}
.l-twoColumn #content h1 {
  color: #fff;
  background: linear-gradient(#e7b5bb 0%, var(--main-color) 50%, #e499a1 50%, var(--main-color) 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: var(--main-color);
  /* box-shadow: 0 0 0 0 #ffab6b, 0 0 0 0 #ffab6b, 3px 5px 5px -5px #ff562e; */
}

#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: #ff562e;
}

#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 var(--main-color);
  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: var(--main-color);
  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: var(--main-color);
  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: 2.604166666%;
  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: #ffab6b;
  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: #ffffff;
}

#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: #ffffff;
  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 p.text_tel{
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
}

#footer_in .inner_top .left p.text_tel span{
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
}

#footer_in .inner_top .left ul {
  width: 100%;
  height: auto;	
  margin: 0 0 20px;
  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: #ffffff;
}

#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: var(--main-color);
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid var(--main-color);
  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: var(--main-color);
  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;
}

#footer_in .inner_bottom ul li {
  width: 49.15254237%;
  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: #ff562e;
  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 #f4961f;
  background-color: #fdca93;
  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 #f4961f;
  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, #fee0bf 0%, #fdbe77 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: #665544;
  margin: 0;
  padding: 4.555808656% 0;
  background-image: url("http://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/footer_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, #fdbe77 0%, #fee0bf 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: #ffffff;
}

/* slidemenu style */
#footer #slidemenu {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background-color: #ffffff;
}

#footer #slidemenu ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
}

#footer #slidemenu ul li {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#footer #slidemenu ul li a:hover img {
  transition: 1.0s;
  opacity: 0.5;
  cursor: pointer;
}

/* slide_tel style */
.slide_tel {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-top: 39.0625%;
  background-color: rgba(0,0,0,0.8);
  position: fixed;
  z-index: 20000;
}

.slide_tel .inner {
  width: 86.97916666%;
  height: auto;
  margin: 0 auto;
  padding: 4.491017964% 0;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0,0,0,1.0);
  background-color: #ffffff;
}

.slide_tel .inner p {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  font-weight: 500;
  text-align: center;
  line-height: 1.3em;
  color: #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: #fff7f7;
}

.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: #f97b2e;
}

.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: #fd5430;
  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: #fff7f7;
}

.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;
  background-color: #00b729;
}

.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: #fd5430;
  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: #ff562e;
}

#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: #00494c;
}

#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://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/side_nav-02.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: var(--main-color);
  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: var(--main-color);
  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: 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;
}

.top_campaign .inner_top img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_campaign .inner_middle {
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 0;
  display: table;
}

.top_campaign .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: var(--main-color);
  padding: 0.3em 0;
  background-color: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 7px;
  display: block;
}

.top_campaign .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: var(--main-color);
  margin-top: 0.2em;
  display: block;
}

.top_campaign .inner_middle a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_campaign .inner_middle p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #665544;
  margin-top: 2.604166666%;
}

.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;
}

.top_campaign .inner_bottom ul li {
  width: 49.15254237%;
  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: var(--main-color);
  border-radius: 7px;
  display: block;
}

.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_bnr_shokai{
  width: 90%;
  margin: 40px auto 10px;
}

.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: var(--main-color);
  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: var(--main-color);
  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 var(--main-color);
  border-right: solid 1px var(--main-color);
  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://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/background-12.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: 3.8vw;
  font-weight: 600;
  line-height: 1.2em;
  color: #9c896a;
  margin-top: 0.7em;
  padding-left: 5.5vw;
  background-image: url("http://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/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: 6.5vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0;
  color: #665544;
  margin-bottom: 7.8125%;
  display: block;
}

.top_worry .inner_bottom strong .blue {
  font-family: "Noto Serif JP", serif;
  color: var(--main-color);
}

.top_worry .inner_bottom strong .pink {
  font-family: "Noto Serif JP", serif;
  color: #dd7c7c;
}

.top_worry .inner_bottom strong .fnt_size {
  font-size: 5.5vw;
  font-family: "Noto Serif JP", serif;
}

.top_reason {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 3.90625%;
  /*background-image: url("http://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/background-11-.png"),
                    url("http://sky-shinkyuseitai.com/wp-content/uploads/2023/09/top_reason_bg_top_left.png"),
                    url("http://sky-shinkyuseitai.com/wp-content/uploads/2023/09/top_reason_bg_middle_right.png"),
                    url("http://sky-shinkyuseitai.com/wp-content/uploads/2023/09/top_reason_bg_middle_left.png"),
                    url("http://sky-shinkyuseitai.com/wp-content/uploads/2023/09/top_reason_bg_bottom_right.png");*/
  background-position: right top,
                       left top,
                       right 33.33333333%,
                       left 75%,
                       right bottom -1px;
  background-repeat: no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat;
  background-size: 41.66666666%,
                   52.08333332%,
                   27.60416666%,
                   27.60416666%,
                   52.08333332%;
  display: table;
}

.top_reason .reason_title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 2.604166666% 2.604166666% 5.208333333% 2.604166666%;
}

.top_reason .reason_title img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_reason .inner {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left,
.top_reason .inner .img_right {
  width: 100%;
  height: auto;	
  margin-bottom: 7.8125%;
  padding: 0;
  display: table;
}

.top_reason .inner .img_left .img_box,
.top_reason .inner .img_right .img_box {
  width: 100%;
  height: auto;	
  margin-bottom: 5.208333333%;
  padding: 0;
}

.top_reason .inner .img_left .img_box img,
.top_reason .inner .img_right .img_box img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left ul,
.top_reason .inner .img_right ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0 2.604166666%;
}

.top_reason .inner .img_left ul li,
.top_reason .inner .img_right ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 3.90625%;
  padding: 0;
}

.top_reason .inner .img_left ul li:last-child,
.top_reason .inner .img_right ul li:last-child {
  margin: 0;
}

.top_reason .inner .img_left ul li img,
.top_reason .inner .img_right ul li img {
  width: 21.97802199%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_reason .inner .img_left ul li strong,
.top_reason .inner .img_right ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 5.0vw;
  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: 3.8vw;
  font-weight: 400;
  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: var(--main-color);
}

.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: #665544;
  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: #9c896a;
  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: var(--main-color);
  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: var(--main-color);
  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 var(--main-color);
  border-right: solid 1px var(--main-color);
  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: var(--main-color);
  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: var(--main-color);
  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 var(--main-color);
  border-right: solid 1px var(--main-color);
  transform: rotate(45deg);
}

.top_lnk .inner .event a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* 初めての方へページ エリア */
.beginner {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.beginner .inner_top {
  width: 100%;
  height: auto;	
  margin-bottom: 5.208333333%;
  padding: 0;
}

.beginner .inner_top img {
  width: 72.1153846%;
  height: auto;	
  margin: 0 auto 3.90625% auto;
  padding: 0;
}

.beginner .inner_top p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8em;
  color: #665544;
  margin-bottom: 2.604166666%;
}

.beginner .inner_middle {
  width: 100%;
  height: auto;	
  margin-bottom: 5.208333333%;
  padding: 0;
}

.beginner .inner_middle img {
  width: 100%;
  height: auto;	
  margin-bottom: 5.208333333%;
  padding: 0;
}

.beginner .inner_middle p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8em;
  color: #665544;
  margin-bottom: 4.557291666%;
}

.beginner .inner_bottom {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding: 0;
}

.beginner .inner_bottom .inner_first,
.beginner .inner_bottom .inner_second,
.beginner .inner_bottom .inner_third,
.beginner .inner_bottom .inner_fourth,
.beginner .inner_bottom .inner_fifth {
  width: 98.62637362%;
  height: auto;	
  padding: 2.604166666% 2.604166666% 4.557291666% 15.0vw;
  background-color: #f0ebe1;
  position: relative;
  display: table;
}

.beginner .inner_bottom .inner_first,
.beginner .inner_bottom .inner_second,
.beginner .inner_bottom .inner_third,
.beginner .inner_bottom .inner_fourth {
  margin: 0 0 6.518416666% 1.3736264%;
}

.beginner .inner_bottom .inner_fifth {
  margin：0 0 0 1.3736264%;
}

.beginner .inner_bottom .inner_first::before,
.beginner .inner_bottom .inner_second::before,
.beginner .inner_bottom .inner_third::before,
.beginner .inner_bottom .inner_fourth::before,
.beginner .inner_bottom .inner_fifth::before {
  content: "";
  position: absolute;
  top: -1.3736264%;
  left: -1.3736264%;
  border-bottom: 15.0vw solid transparent;
  border-left: 15.0vw solid #665544;
  z-index: 100;
}

.beginner .inner_bottom .inner_first::after,
.beginner .inner_bottom .inner_second::after,
.beginner .inner_bottom .inner_third::after,
.beginner .inner_bottom .inner_fourth::after,
.beginner .inner_bottom .inner_fifth::after {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2vw;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  white-space: pre;
  position: absolute;
  top: 0.2vw;
  left: 0.2vw;
  z-index: 101;
  display: block;
}

.beginner .inner_bottom .inner_first::after {
  content: "flow\A１";
}

.beginner .inner_bottom .inner_second::after {
  content: "flow\A２";
}

.beginner .inner_bottom .inner_third::after {
  content: "flow\A３";
}

.beginner .inner_bottom .inner_fourth::after {
  content: "flow\A４";
}

.beginner .inner_bottom .inner_fifth::after {
  content: "flow\A５";
}

.beginner .inner_bottom .inner_first img,
.beginner .inner_bottom .inner_second img,
.beginner .inner_bottom .inner_third img,
.beginner .inner_bottom .inner_fourth img,
.beginner .inner_bottom .inner_fifth img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.beginner .inner_bottom .inner_first ul,
.beginner .inner_bottom .inner_second ul,
.beginner .inner_bottom .inner_third ul,
.beginner .inner_bottom .inner_fourth ul,
.beginner .inner_bottom .inner_fifth ul {
  width: 100%;
  height: auto;	
  margin-top: 5.208333333%;
  padding: 0;
}

.beginner .inner_bottom .inner_first ul li,
.beginner .inner_bottom .inner_second ul li,
.beginner .inner_bottom .inner_third ul li,
.beginner .inner_bottom .inner_fourth ul li,
.beginner .inner_bottom .inner_fifth ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 3.90625%;
  padding: 0;
}

.beginner .inner_bottom .inner_first ul li:last-child,
.beginner .inner_bottom .inner_second ul li:last-child,
.beginner .inner_bottom .inner_third ul li:last-child,
.beginner .inner_bottom .inner_fourth ul li:last-child,
.beginner .inner_bottom .inner_fifth ul li:last-child {
  margin: 0;
}

.beginner .inner_bottom .inner_first ul li strong,
.beginner .inner_bottom .inner_second ul li strong,
.beginner .inner_bottom .inner_third ul li strong,
.beginner .inner_bottom .inner_fourth ul li strong,
.beginner .inner_bottom .inner_fifth ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 6.0vw;
  font-weight: 600;
  line-height: 1.0em;
  color: #665544;
  display: block;
}

.beginner .inner_bottom .inner_first ul li p,
.beginner .inner_bottom .inner_second ul li p,
.beginner .inner_bottom .inner_third ul li p,
.beginner .inner_bottom .inner_fourth ul li p,
.beginner .inner_bottom .inner_fifth ul li p {
  font-family: "Noto Serif JP", serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1.5em;
  color: #665544;
}

/* 料金 エリア */
.price-box {
    margin-bottom: 20px;
}
.price-box table.price-list {
  width: 100%;
  line-height: 1.2;
  margin-bottom: 10px;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
.price-box table.price-list tr {
}
.price-box table.price-list tr th {
  border: 1px solid #cb9331;
  background-color: #ffca4d;
  color: #432f19;
  text-align: center;
  padding: 8px 2%;
  font-weight: bold;
  vertical-align: middle;
}
.price-box table.price-list tr th.w30 {
  width: 30%;
}
.price-box table.price-list tr td {
  border: 1px solid #cb9331;
  background-color: #ffffff;
  padding: 16px 4%;
  font-size: 16px;
  text-align: right;
  vertical-align: middle;
}
.price-box table.price-list tr td.hx {
  background-color: #fcf6d5;
  text-align: center;
}
.price-box .text {
  margin-bottom: 7px;
}
.price-box .text span {
  color: #FF0000;
}
.price-box table.price-list tr .txt-c {
  text-align: center;
}

.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: var(--main-color);
  margin-bottom: 5.208333333%;
  padding: 0;
}

.access p.text_tel{
  font-family: "Noto Serif JP", serif;
  color: #665544;
  font-size: 14px;
  line-height: 1.7;
}

.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: var(--main-color);
}

.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: var(--main-color);
  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 {
  margin-bottom: 7%;
}

.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: 3% 0 3%;
  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: 3% 0 3%;
  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: var(--main-color);
}

.wpcf7 p span.caution{
  color: #eb0e0e;
  font-weight: bold;
}

.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: var(--main-color);
}
	
.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, #ffab6b 0%, #fe8b2e 100%);
  border: 1px solid #fe8b2e;
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  background: linear-gradient(to bottom, #fe8b2e 0%, #ffab6b 100%);
  border: 1px solid #fe8b2e;
}

::-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: var(--main-color);
  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;
}

.symptom-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.symptom-list li {
  list-style: none;
  width: 100%;
  background: #f9f5ef;
  padding: 15px;
  margin: 10px;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}
.symptom-list li a{
  color: #591818;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 3.90625%;
  padding-bottom: 1.953125%;
  float: left;
  border-bottom: 1px dotted var(--main-color);
}

.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: var(--main-color);
}

.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;
}
}