@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 (min-width: 769px){
.sp {
  display: none;
}

/* ヘッダー エリア */
#header_in .inner_left {
  flex-basis: 25.42372881%;/*width*/
  /* display: flex;
  align-items: center; */
  /* height: auto;
  margin: 0;
  padding-top: 7px;
  float: left; */
}

/*.c-inner_left_ul { #header_in .inner_left ul*/
  /* width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
} */
/* .c-inner_left__logo {
  flex-basis: 22%;
} */
/* #header_in .inner_left ul li {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
} */
/* #header_in .inner_left ul li:first-child {
  margin-bottom: 10px;
} */

#header_in .inner_left .description {/*.inner_left ul li .description*/
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #665544;
}

#header_in .inner_left ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_left ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .inner_right {
  flex-basis: 50.84745762%;/*width*/
  /* height: auto;
  margin: 0;
  padding: 0;
  float: right; */
}

#header_in .inner_right ul {
  width: 100%;
  height: auto;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #665544;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_in .inner_right ul li {
  width: 34.16666666%;
  height: auto;
  margin: 0;
  padding: 0;
}

#header_in .inner_right ul li:first-child {
  width: 26.66666666%;
}

#header_in .inner_right ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 5px 0 7px 0;
  background-color: var(--main-color);
  border-radius: 40px;
  display: block;
}

#header_in .inner_right ul li:last-child a {
  background-color: #49bc54;
  border-radius: 40px;
}

#header_in .inner_right ul li span {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 5px;
  display: block;
}

#header_in .inner_right ul li:first-child a {
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #665544;
  padding: 0;
  background: none;
}

#header_in .inner_right ul li:first-child span {
  font-size: 16px;
  letter-spacing: 0;
  color: #665544;
}

#header_in .inner_right ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#header_in .inner_right p {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #665544;
}

#header_in .inner_nav {
  width: 100%;
  height: auto;
  margin: 0;
  padding-top: 30px;
  display: table;
}

#header_in .inner_nav ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header_in .inner_nav ul li {
  width: 16.66666666%;
  height: auto;
  margin: 0;
  padding: 0;
  border-right: 1px solid #9c896a;
  border-left: none;
}

#header_in .inner_nav ul li:first-child {
  border-right: 1px solid #9c896a;
  border-left: 1px solid #9c896a;
}

#header_in .inner_nav ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #9c896a;
  margin: 0;
  padding: 5px 0;
  display: block;
}

#header_in .inner_nav ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* パンくずリスト エリア */
#breadcrumb {
  max-width: 1180px;/*width*/
  margin: 0 auto;
}

#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: 32px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  margin-bottom: 35px;
  padding: 0.6em 0.5em;
  border-radius: 5px;
  /* background: linear-gradient(#fe8b2e 0%, #fe8b2e 50%, #f77716 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: 26px;
  font-weight: 600;
  line-height: 1.0em;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 0.4em 0.4em 0.5em 1.5em;
  position: relative;
  background-color: var(--main-color);
  /* box-shadow: 0 0 0 0 #ffab6b, 0 0 0 0 #ffab6b, 3px 5px 5px -5px #f77716; */
}

#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: var(--main-color);
}

#content h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.0em;
  color: #665544;
  margin-bottom: 20px;
  padding: 0.6em 0.4em 0.65em 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: 18px;
  font-weight: 600;
  line-height: 1.0em;
  color: #665544;
  margin-bottom: 20px;
  padding-left: 1.5em;
  position: relative;
}

#content h4::before,
#content h5::before,
#content h6::before { 
  width: 12px;
  height: 12px;
  content: '';
  position: absolute;
  left: 8px;
  bottom: 5px;
  border-radius: 50%;
  background-color: var(--main-color);
  display: block;
}

#content h4::after,
#content h5::after,
#content h6::after { 
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  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: 20px;
  right: 20px;
}

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: 36px;
  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: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin-top: 15px;
  display: block;
}

#footer_in .inner_top {
  width: 100%;
  height: auto;	
  margin-top: 40px;
  padding: 0;
  display: table;
}

#footer_in .inner_top .right {
  width: 46.61016949%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: right;
}

#footer_in .inner_top .right img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

#footer_in .inner_top .left {
  width: 50%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: left;
}

#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: 30px;
  padding: 0;
}

#footer_in .inner_top .left ul li:first-child {
  margin-bottom: 10px;
}

#footer_in .inner_top .left ul li:last-child {
  margin: 0;
}

#footer_in .inner_top .left ul li:first-child img {
  width: 76.27118644%;
  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: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  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: 40px;
  padding: 0;
  display: table;
}

#footer_in .inner_middle a {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: var(--main-color);
  padding: 15px 0;
  background-color: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  display: block;
}

#footer_in .inner_middle a span {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: var(--main-color);
  margin-top: 7px;
  display: block;
}

#footer_in .inner_middle a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .inner_bottom {
  width: 100%;
  height: auto;	
  margin-top: 30px;
  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: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
  background-color: #ff562e;
  border-radius: 10px;
  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: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 10px;
  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: 50px 0 30px 0;
  padding: 0;
  display: table;
}

#footer_in .footer_nav ul {
  width: 700px;
  height: auto;
  margin: 0 auto 20px;
  padding: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

#footer_in .footer_nav ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 10px 0;
  background-image: url("http://tsunagari-gr.co.jp/toso/wp-content/uploads/2024/03/footer_nav_icon.png");
  background-position: 0 center;
  background-repeat: no-repeat;
}

#footer_in .footer_nav ul li a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 0 25px 0 15px;
  display: block;
}

#footer_in .footer_nav ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

#footer_in .copyright {
  width: 100%;
  height: auto;	
  margin-top: 40px;
  padding: 0;
  display: table;
}

#footer_in .copyright p {
  font-family: "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
}

/* ウィジェット エリア */
#sidebar #widget-area {
  width: 100%;
  height: auto;
  display: table;
}

#sidebar #widget-area .widget-container {
  width: 100%;
  height: auto;
  float: left;
  clear: both;
}

#sidebar #widget-area .widget-container img {
  /* width: 100%;
  height: auto; */
  margin-bottom: 25px;
  /* 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: 25px;
}

#sidebar #widget-area .widget-container .side_menu p a {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  margin: 0;
  padding: 1.0em 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: var(--main-color);
}

#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: #815d45;
}

#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: 25px;
  padding: 0 10px;
  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 1.0em;
  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;
}

#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: 17px;
  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: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #fff;
  margin: 0;
  padding: 1.0em 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: 15px;
  font-weight: 600;
  line-height: 1.3em;
  color: #665544;
  margin-bottom: 15px;
  padding: 0 10px;
}
.side_info p strong {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.0em;
  color: var(--main-color);
  margin-bottom: 5px;
  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: 100px 0;
  background-color: #f0ebe1;
}

.top_campaign .inner_top {
  width: 840px;
  height: auto;	
  margin: 0 auto;
  padding: 0;
}

.top_campaign .inner_top img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_campaign .inner_middle {
  width: min(100%, 1180px);
  /* height: auto;	 */
  margin: 0 auto;
  /* padding: 0;
  display: table; */
}

.top_campaign .inner_middle a {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: var(--main-color);
  padding: 15px 0;
  background-color: #ffffff;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  display: block;
}

.top_campaign .inner_middle a span {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0.1em;
  color: var(--main-color);
  margin-top: 7px;
  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: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #665544;
  margin-top: 15px;
}

.top_campaign .inner_bottom {
  width: min(100%, 1180px);
  /* height: auto;	 */
  margin: 40px auto 0 auto;
  /* 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: 32px;
  font-weight: 500;
  text-align: center;
  text-decoration: none; 
  line-height: 1.0em;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
  padding: 15px 0;
  background-color: var(--main-color);
  border-radius: 10px;
  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: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #ffffff;
  margin-top: 10px;
  display: block;
}

.top_campaign .inner_bottom ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.top_bnr_shokai {
  max-width: 930px;/*width*/
  margin: 80px auto 80px;
}

.top_news {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 60px;
  background-color: #faf7f2;
}

.top_news .news {
  width: 1080px;
  height: auto;	
  margin: 0 auto;
  padding: 40px 40px 20px 40px;
  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: 20%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_news .news .inner ul.left li {
  width: 100%;
  height: auto;	
  margin-bottom: 80px;
  padding: 0;
}

.top_news .news .inner ul.left li:last-child {
  margin-bottom: 20px;
}

.top_news .news .inner ul.left li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600; 
  line-height: 1.0em;
  color: #665544;
  position: relative;
  display: block;
}

.top_news .news .inner ul.left li strong::after {
  width: 45px;
  height: 3px;
  content: '';
  position: absolute;
  bottom: -25px;
  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: 15px;
  font-weight: 600; 
  text-decoration: none; 
  line-height: 1.0em;
  color: var(--main-color);
  padding-left: 15px;
  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: 80%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_news .news .inner ul.right li {
  width: 100%;
  height: auto;	
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ded3bd;
}

.top_news .news .inner ul.right li p span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400; 
  text-decoration: none; 
  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: 16px;
  font-weight: 500;
  text-decoration: none; 
  line-height: 1.3em;
  color: #665544;
  margin-top: 7px;
  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-bottom: 100px;
}

.top_worry .inner_top {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 0 auto;
  padding-top: 40px;
  background-image: url("images/456136.png");
  background-position: right top;
  background-repeat: no-repeat;
}

.top_worry .inner_top img {
  width: 46.61016949%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_worry .inner_top ul {
  width: 50%;
  height: auto;	
  margin: 0;
  padding-top: 10px;
}

.top_worry .inner_top ul li {
  width: 100%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.0em;
  color: #9c896a;
  margin-top: 20px;
  padding-left: 35px;
  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;
}

.top_worry .inner_bottom {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 40px auto 0 auto;
  padding-bottom: 30px;
  border-bottom: 2px solid #665544;
}

.top_worry .inner_bottom strong {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.03em;
  color: #665544;
  margin-bottom: 60px;
  display: block;
}
.top_worry .inner_bottom strong .blue {
  font-family: "Noto Serif JP", serif;
  color: var(--main-color);
}
.top_worry .inner_bottom strong .fnt_size {
    font-family: "Noto Serif JP", serif;
}
.top_worry .inner_bottom strong .pink {
  font-family: "Noto Serif JP", serif;
  color: #dd7c7c;
}

.top_worry .inner_bottom .parent {
  width: 600px;
  height: auto;	
  margin: -20px auto 0 auto;
  padding: 0;
}

.top_reason {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 30px;
  /*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 66.66666666%,
                       right bottom;
  background-repeat: no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat,
                     no-repeat;
  background-size: 41.66666666%,
                   26.04166666%,
                   13.80208333%,
                   13.80208333%,
                   26.04166666%;
  display: table;
}

.top_reason .reason_title {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 0 auto;
  padding: 20px 0 70px 0;
}

.top_reason .reason_title img {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_reason .inner {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 0 auto;
  padding: 0;
}

.top_reason .inner .img_left,
.top_reason .inner .img_right {
  width: 100%;
  height: auto;	
  margin-bottom: 70px;
  padding: 0;
  display: table;
}

.top_reason .inner .img_left .img_box {
  width: 55.08474576%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: left;
}

.top_reason .inner .img_right .img_box {
  width: 55.08474576%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: right;
}

.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 {
  width: 44.91525423%;
  height: auto;	
  margin: 0;
  padding-left: 40px;
  float: right;
}

.top_reason .inner .img_right ul {
  width: 44.91525423%;
  height: auto;	
  margin: 0;
  padding-right: 40px;
  float: left;
}

.top_reason .inner .img_left ul li,
.top_reason .inner .img_right ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 30px;
  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.18867924%;
  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: 24px;
  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: 18px;
  font-weight: 400;
  line-height: 1.6em;
  color: #665544;
}

.top_faq {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 80px;
  background-color: #faf7f2;
}

.top_faq .inner_title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 40px 0 55px 0;
  background-color: var(--main-color);
}

.top_faq .inner_title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  line-height: 1.em;
  color: #ffffff;
  position: relative;
  display: block;
}

.top_faq .inner_title strong::after {
  width: 130px;
  height: 4px;
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 65px);
  background-color: #ffffff;
  display: inline-block;
}

.top_faq .inner {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 80px auto 0 auto;
  padding: 0;
}

.top_faq .inner dl.syncer-acdn-faq {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding: 23px 20px 20px 40px;
  background-color: #ffffff;
  border: 1px solid #d8cab3;
}

.top_faq .inner dl.syncer-acdn-faq dt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6em;
  color: #665544;
  padding: 3px 0 5px 45px;
  text-decoration: none;
  position: relative;
}

.top_faq .inner dl.syncer-acdn-faq dt .toggle_btn {
  width: 30px;
  height: 30px;
  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: 25px;
  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: 25px;
}

.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: 20px;
  font-weight: 400;
  line-height: 1.6em;
  color: #665544;
  margin-top: 20px;
  padding: 3px 0 5px 45px;
  display: none;
}

.top_lnk {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 80px 0 100px 0;
}

.top_lnk .inner_title {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 0 auto;
  padding: 0;
  display: table;
}

.top_lnk .inner_title strong {
  font-family: 'Noto Serif JP', serif;
  font-size: 36px;
  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: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 1.0em;
  color: #9c896a;
  margin-top: 15px;
  display: block;
}

.top_lnk .inner {
  max-width: 1180px;/*width*/
  height: auto;	
  margin: 0 auto;
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
}

.top_lnk .inner .blog {
  width: 48.30508474%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_lnk .inner .blog .title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 40px;
  display: table;
}

.top_lnk .inner .blog .title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600; 
  text-align: center;
  line-height: 1.0em;
  color: #665544;
  position: relative;
  display: block;
}

.top_lnk .inner .blog .title strong::after {
  width: 40px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
  background-color: var(--main-color);
  display: inline-block;
}

.top_lnk .inner .blog ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_lnk .inner .blog ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ded3bd;
}

.top_lnk .inner .blog ul li p span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  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: 16px;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.3em;
  color: #665544;
  margin-top: 7px;
  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: 15px;
  font-weight: 600; 
  text-align: right;
  text-decoration: none; 
  line-height: 1.0em;
  color: var(--main-color);
  padding-right: 15px;
  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: 48.30508474%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_lnk .inner .event .title {
  width: 100%;
  height: auto;	
  margin: 0;
  padding-bottom: 40px;
  display: table;
}

.top_lnk .inner .event .title strong {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 600; 
  text-align: center;
  line-height: 1.0em;
  color: #665544;
  position: relative;
  display: block;
}

.top_lnk .inner .event .title strong::after {
  width: 40px;
  height: 2px;
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 20px);
  background-color: var(--main-color);
  display: inline-block;
}

.top_lnk .inner .event ul {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.top_lnk .inner .event ul li {
  width: 100%;
  height: auto;	
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ded3bd;
}

.top_lnk .inner .event ul li p span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  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: 16px;
  font-weight: 500;
  text-align: left;
  text-decoration: none; 
  line-height: 1.3em;
  color: #665544;
  margin-top: 7px;
  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: 15px;
  font-weight: 600; 
  text-align: right;
  text-decoration: none; 
  line-height: 1.0em;
  color: var(--main-color);
  padding-right: 15px;
  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: 40px;
  padding: 0;
}

.beginner .inner_top img {
  width: 41.17647058%;
  height: auto;	
  margin-right: 20px;
  padding: 0;
  float: left;
}

.beginner .inner_top p {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8em;
  color: #665544;
  margin-bottom: 20px;
}

.beginner .inner_middle {
  width: 100%;
  height: auto;	
  margin-bottom: 40px;
  padding: 0;
}

.beginner .inner_middle img {
  width: 47.05882352%;
  height: auto;	
  margin-left: 20px;
  padding: 0;
  float: right;
}

.beginner .inner_middle p {
  font-family: "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8em;
  color: #665544;
  margin-bottom: 25px;
}

.beginner .inner_bottom {
  width: 100%;
  height: auto;	
  margin: 0;
  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: 99.4117647%;
  height: auto;	
  padding: 10px 20px 10px 70px;
  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 40px 5px;
}

.beginner .inner_bottom .inner_fifth {
  margin：0 0 0 5px;
}

.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: -5px;
  left: -5px;
  border-bottom: 5.5em solid transparent;
  border-left: 5.5em 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: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  white-space: pre;
  position: absolute;
  top: 4px;
  left: 3px;
  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: 31.57894736%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: right;
}

.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: 68.42105263%;
  height: auto;	
  margin-top: 35px;
  padding: 0;
  float: left;
}

.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: 25px;
  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: 28px;
  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: 18px;
  font-weight: 500;
  line-height: 1.6em;
  color: #665544;
}

/* 料金 エリア */
.price-box {
    margin-bottom: 40px;
}
.price-center{
  text-align: center;
}
.price-center img{
  display: inline-block;
}
.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%;
  text-align: right;
  vertical-align: middle;
}
.price-box table.price-list tr td.hx {
    background-color: #fcf6d5;
    text-align: center;
}
.price-box .text {
  font-size: 15px;
  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: 77.64705882%;
  height: auto;	
  margin: 0 auto;
  padding: 0;
}

.access .inner_middle {
  width: 100%;
  height: auto;	
  margin-bottom: 40px;
  padding: 40px;
  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: 10px;
  padding: 0;
  border-collapse: collapse;
  border: 0; 
}

.access table th {
  width: 25%;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #665544;
  margin: 0;
  padding: 1.0em;
  border: 1px solid #9c896a;
}

.access table td {
  width: 75%;
  height: auto;	
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  color: #665544;
  margin: 0;
  padding: 1.0em;
  border: 1px solid #9c896a;
}

.access p {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.0em;
  color: var(--main-color);
  margin-bottom: 40px;
  padding: 0;
}

.access p.text_tel{
  font-family: "Noto Serif JP", serif;
  color: #665544;
  font-size: 15px;
  line-height: 1.7;
}

.access .inner_bottom {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 40px;
  background-color: #f0ebe1;
}

.access .inner_bottom .view {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 10px rgba(102,85,68,0.2);
}

.access .inner_bottom .view iframe {
  margin-bottom: -7px;
}

/* 喜びの声ページ エリア */
.voice {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.voice strong {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #665544;
  margin-bottom: 25px;
  display: block;
}

.voice p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  color: #9c896a;
}

.voice .inner {
  width: 100%;
  height: auto;	
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #9c896a; 
  position: relative;
  display: table;
}

.voice .inner::before {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.0em;
  color: #ffffff;
  padding: 0.3em 0.8em 0.4em 0.8em;
  content: 'VOICE';
  position: absolute;
  top: -13px;
  left: 20px;
  background: var(--main-color);
}

.voice .inner iframe {
  width: 37.03703703%;
  height: auto;	
  margin: 0;
  padding: 37.5px 0;
  background-color: #f0ebe1;
  float: left;
}

.voice .inner img {
  width: 37.03703703%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: left;
}

.voice .inner ul {
  width: 59.25925925%;
  height: auto;	
  margin: 0;
  padding: 0;
  float: right;
}

.voice .inner ul li {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.voice .inner ul li:last-child {
  margin-top: 30px;
}

.voice .inner ul li strong {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  line-height: 1.3em;
  color: var(--main-color);
  margin-bottom: 20px;
  display: block;
}

.voice .inner ul li span {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  color: #9c896a;
  margin-top: -15px;
  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: 20px;
  font-weight: 400;
  text-align: center;
  line-height: 1.6em;
  color: #665544;
  margin: 0 40px;
  padding: 5px 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: 35px;
  left: 15px;
  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: 20px 0;
  padding: 0;
  display: none;
}

.voice .inner ul li dl.syncer-acdn-voice dd strong {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  color: #665544;
  margin: 20px 0 10px 0;
  padding: 5px 10px;
  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: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: #665544;
  margin: 0;
  padding-left: 15px;
  display: block;
}

/* お問い合わせページ エリア */
.wpcf7 label {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
}

.wpcf7 p {
  margin-bottom: 30px;
}

.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: 16px;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
  margin: 10px 0 10px;
  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: 16px;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
  margin: 10px 0 10px;
  padding: 1.0em;
}

.wpcf7 p select option {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
}

.wpcf7 p span.required {
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  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: 16px;
  font-weight: 500;
  line-height: 1.0em;
  color: #665544;
  padding: 0;
}	

span.wpcf7-list-item-label {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 400;
  color: #665544;
  margin: 10px 0 10px;
  display: inline-block;
}
	
.wpcf7 p span.accept {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.0em;
  color: var(--main-color);
}
	
.wpcf7 p input[type="submit"] {
  width: 30% !important;
  height: auto;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 1.0em;
  color: #ffffff;
  margin: 30px auto 0 auto;
  padding: 1.0em 0;
  background: linear-gradient(to bottom, #ffab6b 0%, #fe8b2e 100%);
  border: 1px solid var(--main-color);
  display: block;
}

.wpcf7 p input[type="submit"]:hover {
  background: linear-gradient(to bottom, #fe8b2e 0%, #ffab6b 100%);
  border: 1px solid var(--main-color);
}

::-webkit-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.0em;
  color: #9c896a;
}
::-moz-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.0em;
  color: #9c896a;
  opacity: 1;
}
:-ms-input-placeholder {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.0em;
  color: #9c896a;
}	

/* お問い合わせサンクスページ エリア */
.page_thanks {
  width: 100%;
  height: auto;	
  margin: 0;
  padding: 0;
}

.page_thanks p {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  line-height: 1.6em;
  color: #665544;
}

/* 対応症状一覧ページ エリア */
#cases_wrap .case-block span.case-title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  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: 30px;
  overflow: hidden;
}

#cases_wrap .case-block li {
  width: calc(100% / 3);
  padding: 0.5em;
  float: left;
}

#cases_wrap .case-block a {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1.0em;
  color: #ffffff;
  padding: 1.0em;
  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: 16px;
  font-weight: 500;
}

#cases_wrap .case-block a::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 10px;
  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: 740px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.symptom-list li {
  list-style: none;
  width: calc(50% - 30px);
  background: #f9f5ef;
  padding: 20px;
  margin: 15px;
  text-align: center;
  text-decoration: underline;
  font-size: 16px;
}
.symptom-list li a{
  color: #591818;
}

/* カテゴリ・アーカイブ・検索結果ページ エリア */
.post_inner {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  padding-bottom: 15px;
  float: left;
  border-bottom: 1px dotted var(--main-color);
}

.post_inner .thum {
  width: 17.14285714%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

.post_inner .show_post {
  width: 80%;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}

.post_inner .show_post li {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding: 0;
  float: left;
}

.post_inner .show_post li.cat_mark_box p.cat_mark {
  width: auto;
  height: auto;
  line-height: 1.0em;
  margin: 0;
  padding: 2px 5px;
  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: 12px;
  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;
  color: #665544;
  text-decoration: none; 
}

.post_inner .show_post li.cat_text_box {
  margin: 0;
}

.post_inner .show_post li.cat_text_box p.cat_text {
  line-height: 1.3em;
}

.post_inner .show_post li.cat_text_box p.cat_text a {
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  font-weight: 500;
  color: #9c896a;
  text-decoration: none; 
}

.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;
}

.top_campaign .u-fz-s {
  margin-right: .875em;
}
}

li.check{
  position: relative;
  padding-left: 25px;
}
li.check:before {
  content: "";
  position: absolute;
  top: .35em;
  left: 6px;
  -webkit-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  transform: rotate(50deg);
  width: 3px;
  height: 7px;
  border-right: 2px solid #8b6b4e;
  border-bottom: 2px solid #8b6b4e;
}
li.check:after {
  content: "";
  position: absolute;
  top: .2em;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8b6b4e;
  border-radius: 2px;
}
.c-gridBox {
  display: grid;
}
.c-gridBox.-img {
  grid-template-columns: repeat(2, 1fr);
}
.c-gridBox.-block {
  gap: 2em 1em;
}
.c-gridBox__item {
  position: relative;
}
.top_campaign.-inGridBox {
  background-color: #fff;
}
.top_campaign.-inGridBox .inner_bottom ul li a {
  font-size: min(4.0vw, 24px);
}
a.c-gridBox__item:hover {
  opacity: .75;
}
.c-gridBox__titleLink {
  font-family: inherit;
  color: inherit !important;
}
.c-gridBox__text {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(45, 45, 45, 0.65);
  text-align: center;
}
.side_info {
  padding: 1em;
}
@media (min-width: 769px) {
  .c-gridBox.-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .top_campaign.-inGridBox {
    padding: 7.8125% 2.604166666%;
  }
  .c-gridBox.-block .c-gridBox__item {
    display: grid;
    grid-row: span 3;
    grid-template-rows: subgrid;
    gap: 0;
  }
}
.u-fz-s {
  font-size: .875em;
}
.u-ta-right {
  text-align: right;
}
.u-mb-5 {
  margin-bottom: .5rem;
}