/***************************************

森上鍼灸整骨院 CSS

******************************************/
/***********************

common

**********************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600&display=swap');
html {
  scroll-padding-top: 150px;
}
* {
  box-sizing: border-box;
  font-family: inherit;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.5;
  transition: 0.4s;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media(max-width:768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}
li {
  list-style: none;
}
i {
  font-style: normal;
}
body, html {
  margin: 0px;
  padding: 0px;
  /**/
  /**/
  font-feature-settings: 'palt';
}
body {
  overflow-x: hidden;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-size: 16px;
}
ul {
  margin: 0;
  padding: 0;
}
.ib {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
h1, h2, h3, h4 {
  font-weight: 600;
}
#wpadminbar {
  display: none;
}
.pc_content {
  display: block !important;
}
@media(max-width:769px) {
  .pc_content {
    display: none !important;
  }
}
.sp_content {
  display: none !important;
}
@media(max-width:769px) {}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
/***************************************

header

***************************************/
header {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  z-index: 2;
  width: 100vw;
}
header h1 {
  margin: 15px 0px;
}
header .ib {
  width: 100%;
  padding: 20px 30px;
}
header .head_sub {
  width: 640px;
  position: absolute;
  top: 20px;
  right: 40px;
}
.head_sub ul {
  display: flex;
  width: 150px;
  position: absolute;
  left: 0;
  top: 0;
}
.head_sub ul li {
  display: block;
}
.head_sub ul li a {
  display: block;
  padding: 0px 3px;
}
.head_sub p {
  color: #6b360a;
  position: absolute;
  top: 5px;
  left: 150px;
  font-size: 12px;
  margin: 0;
}
.head_sub a.head_tel {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 20px;
  font-weight: bold;
  color: #6b360a;
}
.head_sub a.head_tel:before {
  content: url(../img/fd.webp);
  margin-right: 10px;
  position: relative;
  top: 5px;
}
/*header nav {
  width: 750px;
  position: absolute;
  top: 54px;
  right: 30px;
}
header nav ul {
  display: flex;
}
header nav ul li {
  display: block;
  width: calc(100% / 7);
}
header nav ul li a {
  display: block;
  padding: 20px 0px;
  text-align: center;
  color: #6b360a;
  font-size: 15px;
}
nav ul.langs {
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
nav ul.langs li {
  position: relative;
  padding: 10px;
  border: 0;
  background-color: #f9f9f9;
  font-size: 14px;
  text-align: center;
}
nav ul.langs li.lang_jp::before {
  position: absolute;
  content: "";
  background: url("../img/icon_jpn.svg") center/contain no-repeat;
  height: 30px;
  width: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav ul.langs li.lang_cn::before {
  position: absolute;
  content: "";
  background: url("../img/icon_cn.svg") center/contain no-repeat;
  height: 30px;
  width: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
nav ul.langs li.lang_en::before {
  position: absolute;
  content: "";
  background: url("../img/icon_us.svg") center/contain no-repeat;
  height: 30px;
  width: 20px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}*/
/***************************************

slider

**************************************/
.top_slide {
  position: relative;
  margin-top: -140px;
  height: 60vh;
  overflow: hidden;
}
.top_slide h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  right: auto;
  bottom: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
  z-index: 9;
  width: 700px;
  max-width: 100%;
  color: #fff;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
  /**/
  font-weight: 900;
}
.top_slide h1 img {
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.6));
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: auto;
}
/**************************************

about

**************************************/
.about {
  background-color: #f9f9f9;
}
.about .ib {
  padding: 50px 0px;
}
/*.about h2 {
  font-size: 18px;
  color: #6b360a;
  padding-left: 45px;
}
.about h2 span {
  display: block;
  color: #666;
  font-size: 12px;
  font-weight: normal;
}
.about p {
  position: absolute;
  top: 50px;
  right: 20px;
  width: 812px;
  font-size: 14px;
  line-height: 2;
}*/
.about_con {
  padding: 3.5rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}
.about_box {
  position: relative;
  height: 475px;
}
.about_box::before {
  content: '';
  width: 240px;
  display: block;
  top: 0;
  height: 1px;
  background: #6e7db1;
  left: calc(50% - 120px);
  position: absolute;
}
.about_box h3 {
  font-size: 18px;
  margin-top: 30px;
  color: #6e7db1;
  text-align: center;
}
.about_box h3 i {
  font-weight: normal;
  font-size: 14px;
}
.about_box h3 span {
  display: block;
  color: #000;
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
}
.about_box img {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.about_box p {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
}
.about_box a {
  margin-top: 40px;
  display: block;
  text-align: center;
  padding: 15px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  background: #6e7db1;
}
.about_con .about_box:nth-child(2) h3 {
  color: #ff9300;
}
.about_con .about_box:nth-child(2) a {
  background: #ff9300;
  margin-top: 63px;
}
.about_con .about_box:nth-child(2):before {
  background: #ff9300;
}
.about_con .about_box:nth-child(3) h3 {
  color: #ff695e;
}
.about_con .about_box:nth-child(3) a {
  background: #ff695e;
}
.about_con .about_box:nth-child(3):before {
  background: #ff695e;
}
/**************************************

top_mov

**************************************/
.top_mov {}
.top_mov .ib {
  padding: 20px 0px 50px;
}
.top_mov h2 {
  text-align: center;
  margin-top: 0;
}
.top_mov .mov_link {
  display: flex;
  justify-content: space-between;
}
.top_mov .mov_link div {
  width: 526px;
  display: block;
}
.mov_link p {
  font-size: 14px;
  line-height: 2;
}
.top_mov .mov_link div a {
  position: relative;
  display: block;
  border: none;
  overflow: hidden;
  height: 296px;
  transition: 0.3s ease;
}
.top_mov .mov_link div a span {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  top: 110px;
  transition: 0.3s ease;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.top_mov .mov_link div a:hover span {
  top: 102px;
  transition: 0.3s ease;
}
.top_mov .mov_link div a:hover {
  border: 8px solid #ddd;
}
.top_mov .mov_link div a:hover img {
  transform: scale(1.1);
  transition: 0.3s ease;
}
.top_mov .mov_link div a img {
  transition: 0.3s ease;
}
.top_mov .mov_link div a span:before {
  display: block;
  content: url(../img/mov_icon.webp);
}
.top_mov .mov_link div a:before {
  background: rgba(0, 0, 0, .3);
  z-index: 2;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 296px;
}
/**************************************

read

**************************************/
.read {
  height: 385px;
  background: #f5f5e6;
}
.read .ib {
  height: 100%;
}
.read img {
  position: absolute;
  top: 30px;
  left: 0;
}
.read img.read01 {
  left: calc(50% - 120px);
  top: 40px;
}
.read img.read02 {
  right: 0;
  left: auto;
  top: 40px;
}
/****************************************

top_menu

***************************************/
.top_menu {}
.top_menu .ib {
  padding: 100px 0px 50px;
}
.menu_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 1.5rem;
}
.menu_con a {
  width: 29%;
  display: block;
  margin-bottom: 35px;
}
.menu_con a span {
  display: block;
  padding: 2px;
  border: 1px solid #ddd;
}
.menu_con a span img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.menu_con a p {
  fotn-size: 18px;
  color: #6b360a;
}
.menu_con div {
  width: 29%;
  display: block;
  margin-bottom: 35px;
}
.menu_con div a {
  display: inline;
  width: auto;
}
.menu_con div img {
  border: 1px solid #ddd;
}
.menu_con div p {
  margin: 10px 0px;
}
.menu_con div p a {
  color: red;
}
/***************************************

top_list

***************************************/
.top_list {
  background: url(../img/list_bg.webp) 50% 50% fixed;
  background-size: cover;
}
.top_list .ib {
  padding: 100px 0px 50px;
}
.top_list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.top_list ul li {
  display: block;
  width: 31%;
  margin-bottom: 25px;
  margin-right: 25px;
}
.top_list ul li a {
  padding: 15px 40px 15px 40px;
  color: #9c5c29;
  background: #fff;
  font-size: 18px;
  display: block;
  border: 1px solid #deb58a;
  border-bottom: 3px solid #deb58a;
}
.top_list ul li a:before {
  content: url(../img/icon01.webp);
  padding-right: 7px;
  position: relative;
  top: 3px;
}
.top_list ul#seclist li a:before {
  content: url(../img/icon03.webp);
  padding-right: 7px;
  position: relative;
  top: 3px;
}
.top_list ul#seclist2 li a:before {
  content: url(../img/icon04.webp);
  padding-right: 7px;
  position: relative;
  top: 3px;
}
/*.top_list ul li:nth-child(n+17) a:before{
content: url(../img/icon04.webp);
padding-right: 7px;
position: relative;top:3px;
}

.top_list ul li:nth-child(n+26) a:before{
content: url(../img/icon04.webp);
padding-right: 7px;
position: relative;top:3px;
}*/
/*******************************************

topinfo

*******************************************/
.top_info {
  margin-top: -30px;
}
.top_info .ib {
  width: 1000px;
  padding: 20px 0px 50px;
}
.top_info h2 {
  font-size: 16px;
  color: #3f3f3f;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.top_info h2 span {
  font-size: 12px;
  padding-left: 5px;
  font-weight: normal;
  color: #666;
}
.top_info ul {
  display: block;
  width: 960px;
  margin: 10px auto;
}
.top_info ul li {
  display: block;
}
.top_info ul li a {
  display: block;
  font-size: 13px;
  padding: 12px 0px;
  border-bottom: 1px dotted #666;
}
.top_info ul li a span {
  color: #666;
  text-decoration: none;
}
.top_info ul li a p {
  display: inline;
  padding-left: 20px;
  color: #885c29;
  margin: 0;
  text-decoration: underline;
}
.top_info a.to_info {
  position: absolute;
  top: 39px;
  right: 0;
  font-size: 13px;
  color: #666;
  display: block;
}
.top_info a.to_info:before {
  content: "\f284";
  padding-right: 10px;
}
/*********************************************

top_sns

*********************************************/
.top_sns {}
.top_sns .ib {
  padding: 50px 0px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_sns .ib div {
  width: 570px;
}
.top_sns .ib div iframe {
  height: 570px;
}
.top_sns .ib div:nth-child(2) {
  width: 500px;
}
.top_sns .ib div h3 {
  font-size: 22px;
}
.top_sns .ib div:nth-child(2) h3:before {
  content: url(../img/blog.webp);
  position: relative;
  margin-right: 10px;
  top: 15px;
}
.top_sns .ib div ul {
  margin: 40px 0px;
}
.top_sns .ib div ul li {
  display: block;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top_sns .ib div ul li span {
  display: block;
  border: 1px solid #bbb;
  width: 140px;
  height: 100px;
  background: #ddd;
  overflow: hidden;
}
.top_sns .ib div ul li span img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.top_sns .ib div ul li a {
  display: block;
  width: 330px;
}
.top_sns .ib div ul li a i {
  display: block;
  font-size: 14px;
  color: #00a03d;
}
.top_sns .ib div ul li a p {
  color: #6b360a;
  font-size: 16px;
}
.sns_list {
  width: 100% !important;
  margin: 50px 0px;
  padding: 20px 0px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
}
.sns_list a {
  display: block;
  border: 1px solid #ddd;
  width: 220px;
  font-size: 12px;
  position: relative;
  font-weight: bold;
  color: #3f3f3f;
  text-align: left;
  padding: 13px 10px 13px 70px;
  margin: 0 10px;
  border: 1px solid #ddd;
  line-height: 1.4;
}
.sns_list a:before {
  position: absolute;
  top: 15px;
  left: 30px;
  content: url(../img/tw_ico.webp);
}
.sns_list a:nth-child(2):before {
  content: url(../img/fb_ico.webp);
}
.sns_list a:nth-child(3):before {
  content: url(../img/ig_ico.webp);
}
.sns_list a:nth-child(4):before {
  content: url(../img/yt_ico.webp);
  left: 20px;
}
/**************************************

top_map

****************************************/
.top_map {}
.top_map .ib {
  padding: 20px 0px 50px;
}
.top_map h2 {
  font-size: 36px;
  text-align: center;
  letter-spacing: -2px;
  color: #6b360a;
  position: relative;
}
.top_map h2:before {
  position: absolute;
  width: 70px;
  height: 3px;
  background: #ffbc00;
  display: block;
  content: '';
  bottom: 37px;
  left: calc(50% - 35px);
}
.top_map h2 span {
  display: block;
  color: #3f3f3f;
  font-size: 14px;
  margin-top: 20px;
}
#map {
  height: 400px;
}
/******************************************

subpage

common

********************************************/
header.sub_header {
  height: 100px;
}
header.sub_header .head_sub {
  width: 640px;
  position: absolute;
  top: 15px;
  right: 0px;
}
header.sub_header h1 {
  margin: 0px 0px;
  padding-top: 15px;
}
header.sub_header nav {
  width: 750px;
  position: absolute;
  top: 42px;
  right: -10px;
}
.ib.sub_head {
  width: 1120px;
  padding: 0;
}
.page_tit {
  border-top: 6px solid #f0e6d4;
  border-bottom: 6px solid #e6e6e6;
}
.page_tit .ib {
  padding: 35px 0px;
}
.page_tit h2 {
  font-size: 16px;
  color: #451f00;
  font-weight: normal;
}
.page_tit h2 span {
  display: block;
  color: #885c29;
  font-size: 12px;
}
.content .ib {
  padding: 50px 0px;
  overflow: hidden;
}
.content .ib .main {
  width: 780px;
  float: left;
}
.content .ib .side_con {
  width: 260px;
  float: right;
}
.content h2 {
  position: relative;
  margin-bottom: 40px;
}
.content h2:before {
  position: absolute;
  bottom: -20px;
  width: 100px;
  height: 2px;
  background: #a1c945;
  display: block;
  content: '';
  z-index: 2;
}
.content h2:after {
  position: absolute;
  content: '';
  bottom: -20px;
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  display: block;
}
.archive ul {
  display: block;
  margin-bottom: 50px;
}
.archive ul li {
  display: block;
  margin: auto;
}
.archive ul li a {
  display: block;
  font-size: 14px;
  padding: 7px 0px;
}
.archive ul li a span {
  color: #666;
}
.archive ul li a p {
  display: inline;
  padding-left: 20px;
  color: #885c29;
  margin: 0;
}
p.date {
  font-size: 14px;
  color: #3f3f3f;
  margin: 15px 0px;
}
p.date.blog {
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  color: #3f3f3f;
  margin: 15px 0px;
}
p.date.blog span {
  font-weight: bold;
  padding: 0px 10px;
}
/*.con_ib {
  margin: 40px 0px 20px;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.con_ib p {
  font-size: 14px;
  line-height: 1.8;
}
.con_ib img {
  display: block;
  margin: 20px auto;
}*/
a.back_arc {
  color: #fff;
  font-size: 20px;
  display: block;
  margin: 30px auto;
  padding: 15px;
  text-align: center;
  width: 240px;
  border-radius: 12px;
  background: #574a36;
}
/***************************

blog

**************************/
.blog_con {
  width: 100%;
  float: left;
  overflow: hidden;
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 30px 0px;
}
.blog_con .blog_box {
  width: 246px;
  margin: 0px 20px 20px 0px;
}
.blog_con .blog_box:nth-child(3n) {
  margin-right: 0;
}
.blog_con .blog_box a {
  color: inherit;
}
.blog_con .blog_box .blog_img {
  height: 160px;
  overflow: hidden;
}
.blog_con .blog_box .blog_img img {
  transition: 0.4s ease;
  width: 100%;
  height: auto;
}
.blog_con .blog_box .blog_img img:hover {
  transform: scale(1.2);
  transition: 0.4s ease;
}
.blog_con .blog_box p.blog_tag {
  font-size: 12px;
  font-weight: bold;
  color: #000;
  margin: 16px 0px;
}
.blog_con .blog_box p.blog_tag span {
  font-size: 12px;
  font-weight: normal;
  color: #666;
}
.blog_con .blog_box p.blog_tag span:before {
  content: '|';
  margin: 0px 5px 0px;
}
.blog_con .blog_box h3 {
  font-size: 14px;
  line-height: 1.8;
  color: #6b360a;
  font-weight: normal;
}
.next_link {
  width: 730px;
  overflow: hidden;
  display: flex;
  font-size: 20px;
  justify-content: center;
  padding: 10px 0px 40px;
}
.next_link span.p_l a {
  padding: 10px 15px;
  color: #fff;
  background: #574a36;
  margin: 6px;
  display: block;
}
.next_link span.p_l a {
  color: #fff;
}
.next_link span.n_l a {
  padding: 10px 15px;
  color: #FFF;
  background: #574a36;
  margin: 6px;
  display: block;
}
.next_link span.n_l a {
  color: #fff;
}
.next_link a.blog_link {
  padding: 10px 15px;
  background: #574a36;
  ;
  color: #fff;
  text-align: center;
  margin: 6px;
  display: block;
  width: 300px;
}
/************************

sidebar

*************************/
.side_con h3 {
  font-size: 16px;
}
.side_con h3:before {
  /*content: url("../img/leaf.svg");*/
  display: inline-block;
  content: ' ';
  background: url("../img/leaf.svg");
  background-size: cover;
  margin-right: 5px;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
.arc_year {}
.arc_year ul {
  display: block;
}
.arc_year li {
  display: block;
}
.arc_year li a {
  display: block;
  border-bottom: 1px solid #b5ada2;
  padding: 20px 30px;
  font-size: 14px;
}
.arc_year li a:before {
  content: "\f3d1";
  margin-right: 15px;
  font-size: 12px;
}
.arc_year li a:hover {
  background: #f5f2e3;
}
.arc_year li:nth-child(1) {
  border-top: 1px solid #b5ada2;
}
/**************

ブログサイドバー

**************/
.side_blog {
  width: 260px;
  float: right;
}
.side_blog h3 {
  color: #000;
  padding: 5px;
  margin-bottom: 7px;
  font-size: 16px;
}
.side_blog ul {
  display: block;
}
.side_blog ul a {
  color: inherit;
}
.side_blog ul li {
  display: block;
}
.side_blog ul li a.current-arc {
  background: #fff !important;
}
.side_blog ul li a.current-arc:hover {
  background: #f6f6ec !important;
}
.side_blog ul li.current-cat {
  display: block;
  background: #f6f6ec !important;
}
.side_blog ul li a {
  display: block;
  padding: 14px 25px;
  border: 1px solid #666666;
  font-size: 13px;
  position: relative;
  border-bottom: none;
}
.side_blog ul.archive li a {
  display: block;
  padding: 14px 25px;
  border: 1px solid #666666;
  font-size: 13px;
  position: relative;
  border-bottom: none;
}
.side_blog ul.year li a {
  display: block;
  padding: 14px 25px;
  border: 1px solid #666666;
  font-size: 13px;
  position: relative;
  border-bottom: none;
}
.side_blog ul.year li:last-child a {
  border-bottom: 1px solid #666666;
}
.side_blog ul.archive li:last-child a {
  border-bottom: 1px solid #666666;
}
.side_blog ul.cat li a:after {
  content: "\f3d1";
  position: absolute;
  top: 13px;
  color: #6b360a;
  right: 10px;
  font-size: 20px;
}
.side_blog ul.archive li a:after {
  content: "\f3d1";
  position: absolute;
  top: 13px;
  color: #6b360a;
  right: 10px;
  font-size: 20px;
}
.side_blog ul.year li a:after {
  content: "\f3d1";
  position: absolute;
  top: 13px;
  color: #6b360a;
  right: 10px;
  font-size: 20px;
}
.side_blog ul.cat li a span {
  position: absolute;
  display: block;
  top: 13px;
  right: 30px;
  font-size: 10px;
  padding: 5px 10px;
  background: #f5f2e3;
  border-radius: 12px;
}
.side_blog ul.archive li a span {
  position: absolute;
  display: block;
  top: 13px;
  right: 30px;
  font-size: 10px;
  padding: 5px 10px 5px 6px;
  background: #f5f2e3;
  border-radius: 12px;
}
.side_blog ul.year li a span {
  position: absolute;
  display: block;
  top: 13px;
  right: 30px;
  font-size: 10px;
  padding: 5px 10px 5px 6px;
  background: #f5f2e3;
  border-radius: 12px;
}
.side_blog ul li:last-child a {
  border-bottom: 1px solid #666666;
}
.side_blog ul:nth-of-type(2) li a {
  display: block;
  padding: 8px;
  border: 1px solid #666666;
  font-size: 13px;
  position: relative;
  border-bottom: none;
  overflow: hidden;
}
.side_blog ul:nth-of-type(2) li:last-child a {
  border-bottom: 1px solid #666;
}
.side_blog ul.latest li a .l_img {
  float: left;
  width: 58px;
  height: 58px;
  overflow: hidden;
}
.side_blog ul.latest li a .l_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.side_blog ul.latest li a span {
  display: block;
  float: left;
  font-size: 10px;
  color: #666;
  padding-left: 10px;
  width: 150px;
}
.side_blog ul.latest li a p {
  font-size: 12px;
  padding-left: 10px;
  float: left;
  width: 179px;
  margin: 3px 0px;
}
/**************************

pager

**************************/
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: none !important;
  padding: 7px 12px !important;
  margin: 2px;
  background: #574a36 !important;
  color: #fff !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #898989;
  border: none !important;
  background: #898989 !important;
}
/**************************************

footer

**************************************/
img.pagetop {
  cursor: pointer;
  width: 67px;
  height: 67px;
  position: fixed;
  z-index: 9999;
  right: 30px;
  bottom: 30px;
}
footer {
  border-top: 2px solid #77614f;
}
footer .ib {
  padding: 40px 0px;
}
footer ul {
  display: block;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  display: block;
  color: #666;
  padding: 0px 20px;
  font-size: 12px;
  /*border-right: 1px solid #666;*/
}
footer ul li:nth-child(2) a {
  border: none;
}
footer p {
  color: #77614F;
  font-size: 12px;
  text-align: center;
}
@media(max-width:769px) {}
/*---
add 2019.08.13 K.Ohno
---*/
.begin_read {
  background-color: #F5F5E6;
  padding: 15px 0px;
}
.begin_read_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  margin: auto;
  max-width: 700px;
}
.begin_read_wrapper li {
  position: relative;
  display: block;
  padding: 10px;
  overflow: hidden;
}
.begin_read_wrapper img {
  display: block;
  width: 250px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 0px solid #ccc;
}
.begin_read_wrapper li:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.thumb_title {
  position: absolute;
  display: block;
  bottom: 35;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 300px;
  color: #f3f3f3;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.1em;
}
.begin_top {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1150px;
  margin: auto;
}
.begin_top img {
  display: block;
  margin: auto;
}
.begin_top .topthumb {
  width: 300px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: 3px solid #ccc;
}
.left_block {
  width: 30%;
}
.right_block {
  width: 70%;
}
@media(max-width:769px) {
  .left_block {
    width: 100%;
  }
  .right_block {
    width: 100%;
  }
}
/*----------
add 2019/08/21 K.Ohno
----------*/
.begineer_box_wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  border-radius: 0px;
}
.begineer_box_left {
  overflow: hidden;
}
.begineer_box_left img {
  display: block;
  margin: auto;
  max-width: 150px;
  height: 150px;
}
.begineer_box_right {
  width: 70%;
}
.begin_title {
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin: 15px 0 0 0;
}
.begin_sub {
  font-size: 16px;
  text-align: left;
  margin: auto;
  width: 90%;
}
.btn_begin {
  display: inline-block;
  padding: 5px 7px;
  margin: 3px;
}
.btn_begin:last-child {
  border-right: 0px;
}
.border-koshi {
  border-top: 5px solid #a1c345;
  color: #a1c345;
}
.border-hiza {
  border-top: 5px solid #8EDBE5;
  color: #8EDBE5;
}
.border-kotsuban {
  border-top: 5px solid #FEA002;
  color: #FEA002;
}
.border-ashikubi {
  border-top: 5px solid #FBA9AF;
  color: #FBA9AF;
}
.begin_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1090px;
  margin: auto;
}
.begin_list li {
  display: block;
  margin: auto;
  width: 50%;
  padding: 5px;
}
@media(max-width:769px) {
  .begin_list li {
    width: 100%;
  }
}
.begin_btn_koshi, .begin_btn_hiza, .begin_btn_kotsuban, .begin_btn_ashikubi {
  display: block !important;
  margin: 10px !important;
  text-align: center !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 10px !important;
  font-size: 15px;
  font-weight: 600;
}
.begin_btn_koshi {
  background-color: #a1c345;
}
.begin_btn_koshi:active {
  color: #fff;
  background-color: #a1c345;
}
.begin_btn_hiza {
  background-color: #8EDBE5;
}
.begin_btn_ashikubi {
  background-color: #FBA9AF;
}
.begin_btn_kotsuban {
  background-color: #FEA002;
}
.begin_btn_koshi-kangae {
  background-color: #fff;
  font-weight: 600;
  display: block;
  margin: 10px;
  text-align: center;
  color: #a1c345;
  border-radius: 50px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid;
}
.begin_btn_koshi-kangae:link {
  background-color: #fff;
  color: #a1c345;
}
.begin_btn_koshi-kangae:visited {
  background-color: #fff;
  color: #a1c345;
}
.begin_btn_koshi-kangae:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.begin_btn_koshi-kangae:active {
  background-color: #fff;
  color: #a1c345;
}
.begin_btn_koshi-kangae, .begin_btn_hiza-kangae, .begin_btn_kotsuban-kangae, .begin_btn_ashikubi-kangae {
  position: relative;
}
.coming_soon {
  position: absolute;
  top: 96%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-weight: 500;
  font-size: 15px;
}
.begin_btn_hiza-kangae {
  background-color: #fff;
  font-weight: 600;
  display: block;
  margin: 10px;
  text-align: center;
  color: #8EDBE5 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid;
}
.begin_btn_kotsuban-kangae {
  background-color: #fff;
  font-weight: 600;
  display: block;
  margin: 10px;
  text-align: center;
  color: #FEA002 !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid;
}
.begin_btn_ashikubi-kangae {
  background-color: #fff;
  font-weight: 600;
  display: block;
  margin: 10px;
  text-align: center;
  color: #FBA9AF !important;
  border-radius: 50px;
  padding: 10px;
  font-size: 15px;
  border: 1px solid;
}
.img_doc {
  display: inline-block;
  width: 50px;
  padding: 0 0 10px 0;
}
.begineer_read {
  text-align: center;
  font-size: 30px;
  color: #5f442f;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}
.img_doc2 {
  width: 300px;
  display: block;
  margin: auto;
}
.doc_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap-reverse;
}
.gnav a:link {
  color: #5f442f !important;
}
.gnav a:visited {
  color: #5f442f !important;
}
.gnav a:hover {
  color: #5f442f !important;
  opacity: 0.5;
}
.gnav a:active {
  color: #5f442f !important;
}
.btn_ready {
  opacity: 0.5;
}
.coming_ready {
  position: relative;
}
.coming_ready_wbg {
  content: " ";
  position: absolute;
  height: 10px;
  width: 35%;
  background: #fff;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: auto;
}
.sizes_image {
  width: 480px !important;
  height: 633px !important;
}
/* add 2019.12.16 */
/* googlemapの上に配置 */
.footer_phone_number {
  font-size: 14px;
  text-align: center;
  color: #5f442f;
  padding: 15px;
  width: 100%;
  /*		background-color:#ccc;
	max-width: 500px;
	margin:auto;*/
}
/* 森上鍼灸整骨院の文字だけ拡大 */
.txt_phone {
  font-weight: 600;
  font-size: 20px;
}
.attension_area {
  margin: 50px 20px;
}
@media screen and (max-width:768px) {
  .attension_area {
    margin: 30px 20px;
  }
}
.attension_area h2 {
  color: darkorange;
  text-align: center;
  margin: 0 0 20px 0;
  padding: 0 0 1rem 0;
  font-size: 20px;
  border-bottom: 1px dashed darkorange;
}
.attension_area p {
  font-size: 14px;
}
.attension_area div.attension_wrapper {
  margin: auto;
}
.attension_area div.attension_inner {
  border: 2px solid rgba(255, 140, 0, 1.00);
  border-radius: 5px;
  padding: 0 1rem;
  max-width: 1100px;
  margin: auto;
  background-color: rgba(255, 140, 0, 0.05);
}
.attension_area div.attension_inner .attension_title {
  text-align: center;
}
.attension_area div.attension_inner .attension_title span {
  display: inline-block;
  background-color: rgba(255, 140, 0, 1.00);
  font-size: 1rem;
  font-weight: 900;
  color: #fff;
  padding: 4px 15px;
  border-radius: 5px;
}
/*.attension_area div.attension_inner span {
  display: inline-block;
  background-color: rgba(255, 140, 0, 1.00);
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  line-height: 1;
  padding: 4px 10px;
  position: relative;
  top: 0px;
  margin: 10px;
}
@media(max-width:768px) {
  .attension_area div.attension_inner span {
    display: block;
    margin: 10px 0 0 0;
    text-align: center;
  }
}*/
.attension_area div.attension_inner ul li {
  font-size: 14px;
}
.attension_area div.attension_inner .left_line {
  border-left: 6px solid;
  padding: 0 0 0 8px;
}
/************************************************/
/* 2021.02.09 */
/************************************************/
.begin_read .begin_list .begineer_box_wrapper.border-koshi .begineer_box_right .begin_btn_koshi-kangae h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-koshi .begineer_box_right .begin_btn_koshi h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-hiza .begineer_box_right .begin_btn_hiza-kangae h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-hiza .begineer_box_right .begin_btn_hiza h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-kotsuban .begineer_box_right .begin_btn_kotsuban-kangae h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-kotsuban .begineer_box_right .begin_btn_kotsuban h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-ashikubi .begineer_box_right .begin_btn_ashikubi-kangae h3 {
  padding: 0;
  margin: 0;
}
.begin_read .begin_list .begineer_box_wrapper.border-ashikubi .begineer_box_right .begin_btn_ashikubi h3 {
  padding: 0;
  margin: 0;
}
.top_menu .ib .menu_con a h2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #5f442f;
}
.top_list .ib ul li a h3 {
  display: inline-block;
  margin: auto;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
}
/************************************************/
/* 2021.06.04 */
/************************************************/
.con_ib img.single-lead-img {
  display: block;
  margin: 0 auto 30px auto;
  border-radius: 10px;
  width: 100%;
}
.touin_about {
  overflow: hidden;
  background: rgba(240, 230, 212, 0.35);
  padding: 25px 18px;
  border-radius: 10px;
}
.touin_about .incho_img {
  display: block;
  max-width: 100%;
  width: 180px;
  border: 1px solid #e3e3e3;
  border-radius: 50%;
  margin: auto;
}
.touin_about p.name {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #77614F;
}
.touin_about p.about_content {
  border-top: 1px solid #e3e3e3;
  font-size: 13px;
  padding: 15px 0;
  color: #333;
  line-height: 1.8em;
}
.taglists {
  text-align: center;
  background-color: #5f442f;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  opacity: 0.85;
  margin: 40px 0 25px 0;
  border-radius: 10px;
}
.content_block p {
  margin: 0 0 30px 0;
}
.con_tags ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.con_tags ul li {
  border: 1px solid #e3e3e3;
  min-width: 150px;
  padding: 0 10px;
  text-align: center;
  border-radius: 5px;
  margin: 10px 5px;
}
.side_blog ul.about_content_sns {
  display: flex;
}
.side_blog ul.about_content_sns li {
  width: 25%;
}
.side_blog ul.about_content_sns li img {
  display: block;
  margin: auto;
  height: 27px;
  width: 27px;
}
.header_bg {
  background: url("../img/blog_bannar01.webp");
  height: 300px;
  background-size: cover;
  background-attachment: fixed;
}
.header_up {
  padding: 0 10px 20px 10px;
  display: flex;
  justify-content: center;
  background-image: url("../img/blog_bannar01.webp");
  height: 350px;
  border-bottom: 1px solid #77614f;
  position: relative;
}
.header_up .h2_wrapper {
  position: absolute;
  width: 300px;
  bottom: 45px;
  left: 0;
  right: 0;
  margin: auto;
}
.header_up h2 {
  font-size: 30px;
  color: #fff;
  margin: auto;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  text-align: center;
}
.header_up .h2_subtitle {
  background-color: #a1c945;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  padding: 10px 25px;
  text-align: center;
}
.list_menus {
  display: flex;
  justify-content: center;
  background-color: #fff;
  padding: 15px 0;
  border-radius: 0 0 15px 15px;
  width: 100%;
  max-width: 1200px;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .3));
  margin: auto;
  position: fixed;
  z-index: 10;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -0%);
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; /* Safari での Default値 */
}
@media screen and (max-width: 768px) {
  .list_menus {
    display: none;
  }
}
.list_menus li {
  color: #77614F;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 0 12px;
  border-right: 1px solid #e3e3e3;
  align-self: center;
  flex: 1;
}
.list_menus li.contact_area {
  width: 200px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.65em;
  position: relative;
  margin: 0 0 0 1rem;
  flex: auto;
}
.list_menus li:last-child {
  border-right: 0px;
}
.list_menus li.tel {
  max-width: 300px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.65em;
}
.list_menus li.tel p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 0.5em;
}
.list_menus li.tel span {
  font-size: 45%;
}
.list_menus_sp li.tel p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 0.5em;
}
.list_menus_sp li.tel span {
  font-size: 45%;
}
.header_up .nav_wrapper {
  width: 100%;
}
/* パンくずリスト用CSS ここから */
div.breadcrumbs {
  max-width: 1150px;
  margin: 20px auto;
}
div.breadcrumbs span a {
  display: inline-block;
  background-color: rgba(227, 227, 227, 0.7);
  padding: 3px 10px;
  margin: 5px 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #333;
}
div.breadcrumbs span.post {
  display: inline-block;
  background-color: rgba(161, 201, 69, 0.65);
  padding: 3px 10px;
  margin: 5px 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
div.breadcrumbs span.archive {
  display: inline-block;
  background-color: rgba(161, 201, 69, 0.8);
  ;
  padding: 3px 10px;
  margin: 5px 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
div.breadcrumbs span.search {
  display: inline-block;
  background-color: rgba(161, 201, 69, 0.8);
  ;
  padding: 3px 10px;
  margin: 5px 5px;
  border-radius: 5px;
  font-size: 13px;
  color: #333;
  font-weight: 500;
}
/* パンくずリスト用CSS ここまで */
/* サイト内検索用CSS ここから */
#form {
  position: relative;
}
#s-box {
  height: 40px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
  border: solid 3px #eaeaea;
  outline: 0;
}
#s-btn-area {
  height: 50px;
  position: absolute;
  left: 250px;
  top: 0;
  background: none;
  color: #666;
  border: none;
  font-size: 20px;
  outline: 0;
}
#s-btn {
  background-color: black;
  width: 50px;
  height: 30px;
  position: relative;
  right: 20px;
  bottom: 10px;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
}
/* サイト内検索用CSS ここまで */
p.text_searchresult {
  font-size: 20px;
  font-weight: 600;
}
.side_blog .touin_about .about_content_sns li a {
  border: 0px;
  padding: 0;
  margin: 0;
}
span.result_date {
  display: inline-block;
  background-color: rgba(161, 201, 69, 0.7);
  margin-right: 10px;
  padding: 3px 10px;
  color: #333;
}
/* ハンバーガーメニューここから */
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 34px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 13;
}
.toggle_btn_bg {
  position: fixed;
  top: 30px;
  right: 30px;
  width: 30px;
  height: 30px;
  background-color: #a1c945;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .3;
  z-index: 12;
  cursor: pointer;
}
.navbtn_rakuten {
  background-color: #BF0000;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.navbtn_kotei {
  background-color: #4C64D3;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.navbtn_sb {
  background-color: #a1c945;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.navbtn_yobo {
  background-color: #F36F42;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.navbtn_hogo {
  background-color: #F4B400;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.navbtn_koureisya {
  background-color: #9b90c8;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
}
.navbtn_subtitle {
  font-size: 10px;
}
.navbtn_address {
  color: #333 !important;
  font-weight: 600;
}
.navbtn_tel {
  border-top: 1px solid #333;
  color: #333 !important;
  font-weight: 600;
}
.pcbtn_rakuten, .pcbtn_kotei, .pcbtn_sb, .pcbtn_yobo, .pcbtn_hogo {
  display: block;
  width: 100%;
  color: #fff;
  padding: 10px;
  font-weight: 600;
}
.pcbtn_rakuten {
  background-color: #bf0000;
}
.pcbtn_kotei {
  background-color: #4C64D3;
}
.pcbtn_sb {
  background-color: #a1c345;
}
.pcbtn_yobo {
  background-color: #F36F42;
}
.pcbtn_hogo {
  background-color: #F4B400;
}
.nav_bg {
  height: 55px;
  margin: 30px 0;
}
.nav_bg img {
  display: block;
  width: 245px;
  margin: auto;
}
.navbutton {
  position: relative;
  display: block;
  border: 1px solid #a1c945;
  color: #fff !important;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  background-color: #a1c945;
  border-radius: 5px;
  margin: 10px 0;
  line-height: 1.2em;
}
.navbutton_rakuten {
  position: relative;
  display: block;
  border: 1px solid #bf0000;
  color: #fff !important;
  padding: 10px;
  font-size: 13px;
  font-weight: 600;
  background-color: #bf0000;
  border-radius: 5px;
  margin: 10px 0;
  line-height: 1.2em;
}
.navbutton:hover {
  background-color: #fff;
  color: #a1c945;
}
.setumei {
  font-size: 12px;
  padding-top: 10px;
}
.setumei a {
  font-weight: 600;
  color: #a1c945;
  border-bottom: 1px solid #a1c945;
}
.inner ul li a img.inner_nav_svg {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* ハンバーガーメニューここまで */
/*-- PC/SP表示切り替えCSS ここから  --*/
.sp_area {
  display: none;
}
.pc_area_1024 {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_area {
    display: none !important;
  }
  .sp_area {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pc_area_1024 {
    display: none;
  }
}
/*-- PC/SP表示切り替えCSS ここまで  --*/
.moriue_logo_in_spnav {
  display: block;
  width: 90%;
  max-width: 180px;
  margin: 20px auto;
}
.list_menus_sp li {
  color: #77614F;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 0 12px;
  border-bottom: 1px solid #e3e3e3;
  align-self: center;
}
.list_menus_sp li:last-child {
  border-bottom: 0;
}
.list_menus_sp li.tel {
  max-width: 300px;
  text-align: center;
  margin: auto;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.65em;
  padding: 35px 0 0 0;
}
.list_menus_sp li.tel p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 0.5em;
}
.list_menus_sp li.tel p span {
  font-size: 45%;
}
footer div.ttl_access_wrapper {
  padding: 30px 0;
  background-color: #77614F;
}
footer div.ttl_access_wrapper p {
  color: #fff;
}
footer div.ttl_access_wrapper p.ttl_access {
  font-size: 30px;
  font-weight: 600;
}
.front_menus {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.70);
  width: 100%;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .3));
  margin: auto;
  position: fixed;
  z-index: 10;
  top: 0;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; /* Safari での Default値 */
  backdrop-filter: blur(3px);
  padding: 1rem;
}
.front_menus li {
  color: #77614F;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
  padding: 0 10px;
  border-right: 1px solid #e3e3e3;
  align-self: center;
}
.front_menus li:last-child {
  border-right: 0px;
}
.front_menus li.tel {
  width: 300px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.65em;
}
.front_menus li.tel p {
  margin: 0;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 0.5em;
}
.front_menus li.tel span {
  font-size: 45%;
}
li.contact_area {
  width: 280px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.65em;
  position: relative;
  margin: 0 0 0 1rem;
}
li.contact_area.ca_sp {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 0.65em;
  position: relative;
  margin: 1rem 0;
}
li.contact_area .contact_mail {
  position: absolute;
  font-size: 13px;
  text-align: center;
  padding: 10px 0;
  left: 0;
  right: 0;
  bottom: -51px;
  margin: auto;
  background-color: #FF6800;
  color: #fff;
  width: 200px;
  border-radius: 0 0 10px 10px;
}
li.contact_area .ttl {
  display: block;
  font-size: 16px;
  margin: 0;
  background-color: #0099FF;
  color: #fff;
  padding: 10px 1rem;
  border-radius: 5px;
}
li.contact_area .ttl span {
  display: inline-block;
  font-size: 13px;
  background-color: #fff;
  color: #0099FF;
  margin: 6px 0 0 0;
  padding: 4px 10px;
}
li.contact_area .ttl.reserve {
  background-color: #a1c945;
}
li.contact_area .phone_number {
  font-size: 1.5rem;
  padding: 0;
  margin: 0 auto 5px auto;
  line-height: 1;
  color: #333;
}
li.contact_area .time {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  padding: 0 0 0 1.2rem;
  margin: 0 auto 2px auto;
  color: #333;
  max-width: 250px;
  text-align: left;
  opacity: 0.75;
}
li.contact_area .time::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/icon-time-contact.svg") center/contain no-repeat;
}
li.contact_area .time.reserve::before {
  background: url("../img/icon-time-b.svg") center/contain no-repeat;
}
li.contact_area .attension {
  position: relative;
  font-size: 11px;
  font-weight: 500;
  padding: 0 0 0 1.2rem;
  margin: 0 auto 2px auto;
  color: #333;
  max-width: 250px;
  text-align: left;
  opacity: 0.75;
}
li.contact_area .attension::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url("../img/icon-attension-f.svg") center/contain no-repeat;
}
li.contact_area .attension.reserve::before {
  background: url("../img/icon-attension-b.svg") center/contain no-repeat;
}
.front_menus ul.about_content_sns {
  display: flex;
}
.front_menus ul.about_content_sns li {
  border-right: 0;
}
.front_menus ul.about_content_sns li img {
  display: block;
  margin: auto;
  width: 100%;
}
.sp_backwall {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.70);
  backdrop-filter: blur(3px);
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 12;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, .3));
  padding: 20px 0 0 0;
}
.moriue_logo_wrapper {}
.moriue_logo_sp {
  height: 40px;
  display: block;
  margin-right: auto;
  margin-top: 15px;
  margin-left: 22px;
}
#toc_container {
  min-width: 300px;
  margin: 0 auto 1em auto;
}
/*div.ib div.content_block h3 {
  border-left: 3px solid #a1c945;
  padding-left: 4px;
}*/
.btn_wrapper {
  position: relative;
}
.btn_wrapper::after {
  position: absolute;
  content: ' ';
  height: 20px;
  width: 20px;
  background: url("../img/chevron-right.svg") center/cover no-repeat;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 700;
}
/* lazyload s */
.fadein-box img {
  opacity: 0;
  transition: opacity 4s;
}
.fadein-box img.lazyloaded {
  opacity: 1;
}
/* lazyload e */
.change_lang {
  position: fixed;
  top: 3px;
  right: 3px;
  z-index: 11;
  border: 1px solid rgba(95, 68, 47, 0.3);
  border-radius: 10px;
  color: #333;
  display: flex;
  width: 100%;
  max-width: 300px;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, .3));
}
@media(max-width:768px) {
  .change_lang_isfront {
    position: absolute;
    top: 450px;
    left: 0;
    right: 0;
    margin: auto;
    /*    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
  }
  .change_lang_isother {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: auto;
    /*    border-top-left-radius: 0;
    border-top-right-radius: 0;*/
  }
}
.change_lang ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
  width: 100%;
  margin: auto;
}
.change_lang ul li {
  position: relative;
  text-align: center;
  width: 33%;
  border-right: 1px solid rgba(95, 68, 47, 0.3);
  font-size: 10px;
  padding: 2px 0 2px 15px;
  flex: 1;
}
.change_lang ul li:last-child {
  border: 0;
}
.change_lang ul li img {
  position: absolute;
  display: inline-block;
  height: 10px;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto;
  padding: 0;
  overflow: hidden;
}
.lang_active {
  background-color: #f7f7f7;
}
.archives_wrapper {}
.archives_wrapper .archives {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}
.archives_wrapper .archives .archive {
  width: 100%;
  overflow: hidden;
  padding: 1rem;
  display: flex;
  border: 1px solid #e3e3e3;
  margin: 10px 0;
  justify-content: center;
  position: relative;
}
.archives_wrapper .archives .archive::after {
  position: absolute;
  height: 20px;
  width: 20px;
  font-size: 20px;
  color: #e3e3e3;
  content: '>';
  top: 0;
  bottom: 0;
  left: 1rem;
  margin: auto;
}
.archives_wrapper .archives .archive img {
  object-fit: cover;
  object-position: center/center;
  display: block;
  margin-right: auto;
  height: 150px;
  width: 150px;
}
.archives_wrapper .archives .archive .info_ttl {
  font-weight: 500;
  font-size: 1rem;
  padding: 0 10px 10px;
  /*border-bottom: 1px solid #e3e3e3;*/
  margin: 10px 0 0 0;
}
.archives_wrapper .archives .archive .info_ttl::before {
  opacity: 1;
  bottom: 0;
}
.archives_wrapper .archives .archive .info_ttl::after {
  opacity: 1;
  bottom: 0;
}
.info_honbun {
  font-size: 0.8rem;
  opacity: 0.7;
}
.img_area {
  width: 25%;
  align-self: center;
  overflow: hidden;
}
.text_area {
  width: 75%;
}
.info_date {
  color: #999;
  font-size: 12px;
  text-align: right;
}
.info_more_btn {
  display: block;
  border: 1px solid #e3e3e3;
  max-width: 200px;
  text-align: center;
  margin-left: auto;
  padding: 10px;
  border-radius: 10px;
}
.h1_logo {
  margin: auto;
  padding: 0;
}
.h3_unei {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}
/*******************
Slider-pro用設定
********************/
.slider-pro .sp-slides .sp-slide img.sp-image {
  width: 100%;
  height: 810px;
  object-fit: cover;
  object-position: 50% 35%
}
.sns_items {
  display: flex;
  gap: 10px;
  align-items: center;
}
.sns_items li {
  flex: 1;
  margin: 0;
  padding: 0;
  border: 0;
}
.sns_items li img {
  width: 20px;
  height: 20px;
}
/* 目次用CSS */
.block_contentslist {
  height: 0;
  font-size: 13px;
  line-height: 2;
  transition: all .3s;
  overflow: hidden;
}
.contents_btn {
  display: block;
  width: 100%;
  max-width: 450px;
  position: relative;
  padding: 20px 20px 20px 20px;
  background-color: #e6b422;
  font-weight: bold;
  font-size: 22px;
  line-height: 1;
  margin: auto;
  border: 3px solid #e6b422;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
.contents_btn::before {
  position: absolute;
  content: "";
  height: 150px;
  width: 150px;
  background: url("../img/chestup-yk.webp") center/contain no-repeat;
  top: -85px;
  right: -10px;
}
.contents_btn::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 60px;
  background: url("../img/icon-tap-bg-gold.svg") center/cover no-repeat;
  top: 0;
  left: 0;
}
@media(max-width: 768px) {
  .contents_btn {
    font-size: 16px;
  }
  .contents_btn::before {
    top: -60px;
    height: 120px;
    width: 120px;
  }
}
.contents_btn img {
  position: absolute;
  content: "";
  height: 15px;
  width: 22px;
  top: 0;
  bottom: 0;
  left: 16px;
  margin: auto;
}
.block_contentslist .contentslist_ttl {
  text-align: center;
  background-color: #f4f4f4;
  padding: 5px 0;
  margin: 0 0 10px 0;
  position: relative;
  font-weight: bold;
}
.block_contentslist .contentslist_ttl button img {
  display: block;
  width: 100%;
}
.block_contentslist .contents_mainlist li a {
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
}
.block_contentslist .contents_mainlist li a:link {
  color: #333;
}
.block_contentslist .contents_mainlist li a:visited {
  color: #333;
}
.block_contentslist .contents_mainlist li a:hover {
  color: #999;
}
.block_contentslist .contents_mainlist li a:active {
  color: #333;
}
.block_contentslist .contents_mainlist > li:not(:last-of-type) {
  padding: 0 0 10px 0;
}
.block_contentslist .contents_mainlist > li span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.5rem;
}
.block_contentslist .contents_mainlist > li span::before {
  position: absolute;
  content: "";
  background: url("../img/icon-hari.svg") center/cover no-repeat;
  height: 16px;
  width: 16px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block_contentslist .contents_mainlist li .contents_sublist li {
  padding: 0 0 0 1rem;
  margin: 10px 0 10px 1rem;
  position: relative;
}
.block_contentslist .contents_mainlist li .contents_sublist li:last-of-type {
  margin: 10px 0 0 1rem;
}
.block_contentslist .contents_mainlist li .contents_sublist li::before {
  position: absolute;
  content: "";
  background: url("../img/icon-l.svg") center/contain no-repeat;
  height: 6px;
  width: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contentslist_wrapper {
  margin: 0 auto 3.5rem auto;
  position: relative;
}
.contents_mainlist {
  margin: 0 0 0 0;
}
.contentlist_inner {
  padding: 16px;
  max-width: 450px;
  margin: 20px auto 0 auto;
  background-color: #f9f9f9;
}
.label_sougou {
  display: inline-block;
  background-color: #5f442f;
  color: #fff;
  padding: 2px 10px;
  margin: 0 5px 0 0;
  font-weight: 600;
  border-radius: 3px;
  font-size: 13px;
}
.contents_list {
  padding: 3.5rem 1.5rem 0 1.5rem;
}
/* SP時のみ表示されるメニュー s */
.sp_contact_area {
  display: block;
  text-align: center;
  opacity: 0;
  transition: opacity .1s linear;
  position: fixed;
  bottom: -2px;
  z-index: 49;
  width: 100%;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.sp_contact_area p.sp_bal {
  position: relative;
  background: #f4eee3;
  padding: 10px;
  text-align: center;
  color: #666;
  font-weight: bold;
  border-radius: 5px;
  font-size: 12px;
  margin: 0 auto 15px auto;
  max-width: 63vw;
}
.sp_contact_area p.sp_bal a:link {
  color: #333;
}
.sp_contact_area p.sp_bal a:visited {
  color: #333;
}
.sp_contact_area p.sp_bal a:hover {
  color: #333;
}
.sp_contact_area p.sp_bal a:active {
  color: #333;
}
.sp_contact_area p.sp_bal .ab_arrow {
  position: absolute;
  height: 11px;
  width: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_contact_area p.sp_bal::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  background: url("../img/icon-hisi-pink.svg") center/contain no-repeat;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_contact_area p.sp_bal::after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #f4eee3;
  top: 98.5%;
  left: 50%;
}
.sp_contact_area ul {
  display: flex;
  justify-content: center;
}
.sp_contact_area ul li {
  text-align: center;
  padding: 16px 0;
  border-right: 1px solid #e3e3e3;
  flex: 1;
}
.sp_contact_area ul li:last-child {
  border: 0;
}
.sp_contact_area ul li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 1;
}
.sp_contact_area ul li a span.subttl {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 8px 0 0 0;
}
.sp_contact_area ul li a .icon_img {
  display: inline-block;
  height: 1rem;
  width: 1rem;
}
.sp_contact_area ul li a:link {
  color: #fff;
}
.sp_contact_area ul li a:visited {
  color: #fff;
}
.sp_contact_area ul li a:hover {
  color: #fff;
}
.sp_contact_area ul li a:active {
  color: #fff;
}
.sp_contact_area ul li a img {
  display: inline-block;
  margin-right: 10px;
}
.sp_contact_area ul li.contact_phone_sp {
  background-color: #a1c945;
  color: #f7f7f7;
  font-weight: 700;
}
.sp_contact_area ul li.contact_mail_sp {
  background-color: #f39800;
  color: #f7f7f7;
  font-weight: 700;
}
.sp_contact_area ul li.contact_pre {
  background-color: #0099ff;
  color: #f7f7f7;
  font-weight: 700;
}
/* SP時のみ表示されるメニュー e */
.list_menus_sp li.labels {
  margin: 10px 0 20px 0;
  padding: 0;
  border: 0;
}
.list_menus_sp li.labels p.tel_num {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: #333;
}
.list_menus_sp li.labels p.tel_num a {
  color: #333;
}
.list_menus_sp li.labels p.tel_num a:link {
  color: #333;
}
.list_menus_sp li.labels p.tel_num a:visited {
  color: #333;
}
.list_menus_sp li.labels p.tel_num a:hover {
  color: #333;
}
.list_menus_sp li.labels p.tel_num a:active {
  color: #333;
}
.list_menus_sp li.labels p.tel_time {
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #333;
  opacity: 0.75;
}
.list_menus_sp li.labels p.label_all {
  background-color: #5f442f;
  border-radius: 5px;
  text-align: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 20px 0 0 0;
}
.list_menus_sp li.labels p.label_soudan {
  background-color: #0099FF;
  border-radius: 5px;
  text-align: center;
  padding: 6px 10px;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  margin: 20px 0 0 0;
}
section.sec_404 {
  color: #333;
  background-color: #f9f9f9
}
section.sec_404 .inner_404 {
  position: relative;
  padding: 14rem 1.5rem 14rem 1.5rem;
  max-width: 1000px;
  margin: auto;
  text-align: center;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  section.sec_404 .inner_404 {
    padding: 14rem 1.5rem 22rem 1.5rem;
  }
}
section.sec_404 .inner_404 img {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  margin: auto;
  height: 350px;
  width: 350px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  section.sec_404 .inner_404 img {
    left: 0;
    height: 300px;
    width: 300px;
  }
}
section.sec_404 .inner_404 p.p_404_ttl {
  font-size: 3rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1;
}
section.sec_404 .inner_404 p.p_404_subttl {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  opacity: 0.7;
}
section.sec_404 .inner_404 p.p_404_description {
  margin: 0;
}
section.sec_404 .inner_404 a.a_404 {
  display: block;
  max-width: 200px;
  margin: 2rem auto 0 auto;
  padding: 10px;
  background-color: #a1c945;
  color: #fff;
  border: 2px solid #a1c945;
  border-radius: 5px;
  font-weight: 700;
  transition: all .3s;
}
section.sec_404 .inner_404 a.a_404:link {
  background-color: #a1c945;
  color: #fff;
}
section.sec_404 .inner_404 a.a_404:visited {
  background-color: #a1c945;
  color: #fff;
}
section.sec_404 .inner_404 a.a_404:hover {
  background-color: transparent;
  color: #a1c945;
  opacity: 1;
}
section.sec_404 .inner_404 a.a_404:active {
  background-color: #a1c945;
  color: #fff;
}
/* add 2024.05.21 */
.recruit_area {
  padding: 16px;
  margin: 30px 0;
}
.recruit_area .recruit_area_inner {
  max-width: 1100px;
  margin: auto;
  background-color: #f9f9f9;
  padding: 30px 16px;
}
.recruit_area .recruit_area_inner h2 {
  text-align: center;
  color: #5f442f;
  margin: auto;
  line-height: 1;
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  font-weight: 900;
}
.recruit_area .recruit_area_inner h2 + p {
  font-size: 14px;
  width: 800px;
  max-width: 100%;
  margin: 1rem auto 2rem auto;
}
/* 採用情報　記事ページ用バナーリストデザイン s */
.sec_banner .banner_inner .recruit_banners {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  width: 600px;
  max-width: 100%;
  margin: auto;
}
.sec_banner .banner_inner .recruit_banners.is_front_page {
  grid-template-columns: 1fr;
  /* grid-template-columns: 1fr 1fr 1fr;*/
}
@media screen and (max-width:768px) {
  .sec_banner .banner_inner .recruit_banners {
    grid-template-columns: 1fr;
  }
  .sec_banner .banner_inner .recruit_banners.is_front_page {
    grid-template-columns: 1fr;
  }
}
.sec_banner .banner_inner .recruit_banners li {
  background-color: #333;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
  margin: 0;
}
.sec_banner .banner_inner .recruit_banners li a {
  display: contents;
}
.sec_banner .banner_inner .recruit_banners li.part {
  background: url("../img/recruit_part.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li.sinkyu {
  background: url("../img/recruit_sinkyu.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li.sinkyu_veteran {
  background: url("../img/recruit_sinkyu_veteran.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li.sinsotu {
  background: url("../img/recruit_sinsotu.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li.staff {
  background: url("../img/recruit_staff.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li.driver {
  background: url("../img/recruit_driver.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li.all {
  background: url("../img/recruit_staff.webp") center/cover no-repeat;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper {
  position: relative;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.45);
  padding: 2.5rem 1.5rem;
  height: 100%;
  width: 100%;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 65%;
  top: 0;
  bottom: 0;
  left: -50px;
  margin: auto;
  background-color: #ff0000;
  transform: skew(-30deg, 0);
  opacity: 0.5;
  z-index: 0;
}
@media screen and (max-width:768px) {
  .sec_banner .banner_inner .recruit_banners li .reclist_wrapper::after {
    width: 65%;
  }
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper.part::after {
  background-color: #EF89B1;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper.staff::after {
  background-color: #ff0000;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper.sinsotu::after {
  background-color: #1967D2;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper.sinkyu::after {
  background-color: #34A853;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper.sinkyu_veteran::after {
  background-color: #C75000;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper.driver::after {
  background-color: #F4CA15;
}
.sec_banner .banner_inner .recruit_banners li.all .reclist_wrapper::after {
  background-color: #328f47;
  opacity: 0.7;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper .texts {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 60%;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper p {
  display: block;
  margin: auto;
  padding: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.sec_banner .banner_inner .recruit_banners li .reclist_wrapper p.small {
  margin: 5px 0 0 0;
  font-size: 16px;
}
@media screen and (max-width:768px) {
  .sec_banner .banner_inner .recruit_banners li .reclist_wrapper p {
    font-size: 18px;
  }
  .sec_banner .banner_inner .recruit_banners li .reclist_wrapper p.small {
    font-size: 14px;
  }
}
.banner_recruit {
  display: block;
  width: 500px;
  max-width: 100%;
  margin: auto;
  border-radius: 5px;
  overflow: hidden;
}
.about_us {
  margin: 50px 20px;
}
@media screen and (max-width:768px) {
  .about_us {
    margin: 30px 20px;
  }
}
.about_us .about_us__inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}
.about_us .about_us__inner .about_us__box {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.about_us .about_us__inner .about_us__box h2 {
  width: 250px;
  font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
  font-weight: 900;
  color: #5f442f;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width:768px) {
  .about_us .about_us__inner .about_us__box h2 {
    text-align: center;
  }
}
.about_us .about_us__inner .about_us__box h2 span {
  display: inline-block;
  width: 100%;
  font-size: 0.8rem;
  color: #333;
  opacity: 0.7;
  margin: 5px 0 0 0;
}
.about_us .about_us__inner .about_us__box p {
  flex: 1;
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}
@media screen and (max-width:768px) {
  .about_us .about_us__inner .about_us__box h2 {
    width: 100%;
  }
  .about_us .about_us__inner .about_us__box p {
    flex: auto;
    width: 100%;
  }
}
.sec_important {
  background-color: #f4eee3;
  padding: 3.5rem 1.5rem;
}
.sec_important .sec_important__inner {
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
.sec_important .sec_important__inner h2 {
  font-weight: 900;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 1;
  text-align: center;
  color: #5f442f;
}
.sec_important .sec_important__inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.sec_important .sec_important__inner ul li {
  padding: 0;
}
.sec_important .sec_important__inner ul li h3 {
  padding: 0;
  margin: 0;
}
.sec_important .sec_important__inner ul li h3 img {
  display: block;
  width: 100%;
  border: 1.5px solid #e3e3e3;
  border-radius: 5px;
}
@media screen and (max-width:768px) {
  .sec_important .sec_important__inner ul {
    grid-template-columns: 1fr;
  }
}
.search_area {
  margin: 30px 0;
}
.search_area .search_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 550px;
  max-width: 100%;
  margin: auto;
}
.search_area .search_block .input_area {
  width: 100%;
}
.search_area .search_block .input_area form {
  display: flex;
  margin: auto;
  padding: 0;
  width: 100%;
  filter: drop-shadow(0px 0px 5px rgba(150, 150, 150, 0.2));
}
.search_area .search_block .input_area .submit-btn-wrap {
  position: relative;
  flex: 1;
}
.search_area .search_block .input_area .submit-btn-wrap::before {
  display: block;
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: url("../img/icon-search-gray.svg") center/contain no-repeat;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.search_area .search_block .input_area form input[type=text] {
  display: block;
  padding: 6px 10px 6px 50px;
  border-radius: 50px 0 0 50px;
  border: 0px solid #e3e3e3;
  position: relative;
  width: 100%;
  font-size: 16px;
}
.search_area .search_block .input_area form input[type=submit] {
  display: block;
  background-color: #a1c945;
  border-radius: 0 50px 50px 0;
  border: 0;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1.5;
  font-size: 16px;
}
.ttl_area {
  width: 160px;
}
.search-insite {
  position: relative;
  background: #A1C945;
  padding: 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  border-radius: 5px;
}
.search-insite:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(161, 201, 69, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-top: -10px;
  border-left-color: #A1C945;
  left: 100%;
  top: 50%;
}
@media screen and (max-width:768px) {
  .search-insite:after {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(161, 201, 69, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-left: -10px;
    margin-top: auto;
    border-top-color: #A1C945;
    border-left-color: transparent;
    top: 100%;
    left: 50%;
  }
}
.search-insite img {
  position: relative;
  display: inline-block;
  height: 15px;
  margin-right: 5px;
  top: 2px;
}
.sec_others {
  background-color: transparent;
}
.sec_others .sec_others__inner {
  padding: 3.5rem 1.5rem;
  width: 1100px;
  max-width: 100%;
  margin: auto;
}
.sec_others .sec_others__inner h2 {
  text-align: center;
  color: #5f442f;
  border-bottom: 1px solid #e3e3e3;
  width: 200px;
  margin: 0 auto 30px auto;
  padding: 0 0 10px 0;
}
.other_items {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width:768px) {
  .other_items {
    grid-template-columns: 1fr;
  }
}
.other_items a {
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: 600;
}
.other_items .other_ttl {
  text-align: center;
  font-weight: 600;
}
.other_items .other_detail {
  font-size: 14px;
}
.other_items .other_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 10px;
  gap: 0;
}
.other_items .other_item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.other_item.other_setsubi {
  border: 1px solid #6e7db1;
}
.other_item.other_setsubi a {
  background-color: #6e7db1;
  color: #fff;
}
.other_item.other_setsubi .other_ttl {
  color: #6e7db1;
}
.other_item.other_sogei {
  border: 1px solid #ff9300;
}
.other_item.other_sogei a {
  background-color: #ff9300;
  color: #fff;
}
.other_item.other_sogei .other_ttl {
  color: #ff9300;
}
.other_item.other_hime {
  border: 1px solid #ff695e;
}
.other_item.other_hime a {
  background-color: #ff695e;
  color: #fff;
}
.other_item.other_hime .other_ttl {
  color: #ff695e;
}
.content_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 0 60px 0;
}
.content_items:last-of-type {
  margin: 0;
}
@media screen and (max-width:768px) {
  .content_items {
    grid-template-columns: 1fr;
  }
}
.content_items .content_item {
  border: 1px solid #e3e3e3;
  padding: 10px;
  background-color: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0;
}
.content_items .content_item.content_important {
  background-color: #f4eee3;
}
.content_items .content_item h3 {
  text-align: center;
  color: #5f442f;
  margin: 10px 0;
  padding: 0;
}
.content_items .content_item .sikkan_imgbox {
  width: 100%;
  height: 150px;
}
.content_items .content_item .sikkan_imgbox img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content_items .content_item .customer_state {
  margin: 0;
  padding: 0;
}
.content_items .content_item .customer_voice {
  font-size: 14px;
  line-height: 1.5;
}
.content_items .content_item a {
  display: block;
  text-align: center;
  background-color: #5f442f;
  color: #fff;
  padding: 10px;
}
.sec_topics {
  background-color: #f9f9f9;
}
.sec_topics .topics_inner {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 3.5rem 1.5rem;
}
.topic_items {}
.topic_items .topic_item {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}
.topic_items .topic_item .left_item {
  width: 250px;
  border-right: 1px solid #e3e3e3;
}
.topic_items .topic_item .left_item h2 {
  font-size: 20px;
  color: #5f442f;
  font-weight: 800;
  margin: 0;
  padding: 0;
  text-align: left;
}
.topic_items .topic_item .left_item h2 + p {
  font-size: 13px;
  opacity: 0.7;
  margin: 0;
  padding: 0;
}
.topic_items .topic_item .right_item {
  flex: 1;
}
@media screen and (max-width:768px) {
  .topic_items .topic_item .left_item {
    width: 100%;
  }
  .topic_items .topic_item .right_item {
    width: 100%;
  }
}
.topic_items .topic_item .right_item .topic_subttl {
  font-weight: 800;
  margin: 0 0 10px 0;
  padding: 0;
}
.topic_items .topic_item .right_item .topic_detail {
  margin: 0 0 30px 0;
  padding: 0;
}
.topic_items .topic_item .right_item a {
  display: block;
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #5f442f;
  color: #fff;
  font-weight: 800;
  width: 200px;
  margin-left: auto;
}
/* 画像エリア */
.hero_area {
  height: 50vh;
}
@media screen and (max-width: 768px) {
  .hero_area {
    height: 50vh;
  }
}
.hero_area .hero_inner {
  position: relative;
  height: 100%;
}
.hero_area .hero_inner .sp_content {
  display: none;
}
.hero_area .hero_inner .pc_content {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .hero_area .hero_inner .sp_content {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .hero_area .hero_inner .pc_content {
    display: none;
  }
}
.hero_area .hero_inner h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  padding: 0 20px;
  max-width: 100%;
  font-size: clamp(2rem, 1.8rem + 1vw, 3rem);
  color: #fff;
  text-align: center;
  /* drop-shadow */
  filter: drop-shadow(0px 0px 6px rgba(121, 121, 121, 0.6)) drop-shadow(0px -4px 9px rgba(162, 162, 162, 0.8));
  z-index: 1;
}
.hero_area .hero_inner .slide-items {
  display: none;
}
.hero_area .hero_inner .slide-items.slick-initialized {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero_area .hero_inner .slide-items img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero_area .hero_inner img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
/******************************
osusume-links add 2025.05.08
******************************/
section.osusume-links {
  text-align: center;
  padding: 0;
  background: #f4f1e6;
  margin: 4rem 0 1rem 0;
  border-radius: 8px;
  border: 2px solid #6c9c23;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease, opacity 0.3s ease;
}
section.osusume-links.js-ready {
  visibility: visible;
  height: auto;
  opacity: 1;
}
section.osusume-links h2 {
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  margin: 0;
  border: none;
  padding: 1rem;
  color: #333;
  overflow: hidden;
}
section.osusume-links h2::before {
  position: absolute;
  content: "";
  height: auto;
  width: 35px;
  background: url("../img/icon-book.svg") center/contain no-repeat;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
}
section.osusume-links h2::after {
  position: absolute;
  content: "";
  height: auto;
  width: 60px;
  background: url("../img/icon-tap.svg") center/cover no-repeat;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 768px) {
  section.osusume-links h2::before {
    width: 1.5rem;
  }
  section.osusume-links h2::after {
    width: 50px;
  }
  section.osusume-links h2 {}
}
section.osusume-links ul {
  margin: 2rem;
}
@media (max-width: 768px) {
  section.osusume-links ul {
    margin: 1rem;
  }
}
section.osusume-links ul li {
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 8px;
}
section.osusume-links ul li:last-of-type {
  margin: 0 0 0 0;
}
section.osusume-links ul li a {
  display: block;
  text-align: left;
  position: relative;
  padding: 0 0 0 1.5rem;
  font-weight: normal;
}
section.osusume-links ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  width: 1rem;
  background: url("../img/icon-leaves.svg") center/contain no-repeat;
}
section.osusume-links ul li a.label_hari::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1rem;
  width: 1rem;
  background: url("../img/icon-header-heading.svg") center/contain no-repeat;
}
/******************************
access
******************************/
/* ルート詳細 */
/* アクセスエリア全体 */
.access_area_wrapper {
  background-color: #f9f9f9;
  border-radius: 8px;
  margin: 1rem 0;
  padding: 0;
}
/* アクセスブロック */
.access_area_inner {
  background-color: #ffffff;
  margin: auto;
  padding: 0;
}
/* メイン見出し */
.access_area_wrapper .access_area_inner h2.access_header {
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 1rem 1rem;
  /*border: 1px solid #e3e3e3;*/
  background: #f9f9f9;
  border-radius: 8px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .access_area_wrapper .access_area_inner h2.access_header {
    padding: 1rem 3rem 1rem 3rem;
  }
}
.access_area_wrapper .access_area_inner h2.access_header::before {
  display: inline-block;
  position: relative;
  content: "";
  height: 20px;
  width: 20px;
  top: 4px;
  bottom: 0;
  left: 0;
  right: auto;
  margin: 0 0.5rem 0 0;
}
@media screen and (max-width: 768px) {
  .access_area_wrapper .access_area_inner h2.access_header::before {
    display: inline-block;
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    top: 0;
    bottom: 0;
    left: 1rem;
    right: auto;
    margin: auto;
  }
}
.access_area_wrapper .access_area_inner h2.access_header::after {
  background: url("../img/icon-plus-acordion.svg") center/contain no-repeat;
  display: inline-block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  right: 1rem;
  left: auto;
  margin: auto;
  transition: all 0.3s;
}
.access_area_wrapper .access_area_inner h2.access_header.is-active::after {
  background: url("../img/icon-plus-acordion.svg") center/contain no-repeat;
  display: inline-block;
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 0;
  bottom: 0;
  right: 1rem;
  left: auto;
  margin: auto;
  transform: rotate(-405deg);
}
/* コンテンツ領域 */
.access_area_inner .access_content {
  overflow: hidden;
  display: none;
}
.access_area_inner .access_content .access_routes .access_routes_header {
  margin: 2rem 0 0 0;
  padding: 0.5rem 0 0.5rem 3rem;
  background: #6c9c23;
  color: #fff;
  position: relative;
  border-radius: 8px;
}
.access_area_inner .access_content .access_routes .access_routes_header::before {
  position: absolute;
  content: "";
  height: 1rem;
  width: 1rem;
  background: url("../img/icon-access-white.svg") center/contain no-repeat;
  top: 0;
  left: 1rem;
  bottom: 0;
  margin: auto;
}
.access_area_inner .access_content .access_block {
  margin: 3rem 0 1rem 0;
  padding: 2rem;
  display: block;
  position: relative;
  z-index: 1;
  background-color: #f8f7f3;
}
@media screen and (max-width: 768px) {
  .access_area_inner .access_content .access_block {
    padding: 1rem;
  }
}
.access_area_inner .access_content .access_block:last-of-type {
  margin: 3rem 0 0 0;
}
.access_area_inner .access_content .access_block .steps-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 1rem;
  align-items: center;
}
/* 地域ごとの見出し */
.route_header {
  font-size: 1.2rem;
  color: #5f442f;
  margin-bottom: 10px;
  font-weight: 600;
}
/* 交通手段 */
.access_area_inner .route_mobile {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
  padding: 0.5rem 1rem;
  position: relative;
  background: #6c9c23;
  color: #fff;
}
/* 詳細説明 */
.access_area_inner .route_detail {
  font-size: 0.8rem;
  color: #555555;
  line-height: 1.6;
}
.access_area_wrapper .access_area_inner .access_routes .access_block .access_midashi {
  background: #f8f7f3;
  color: #333;
  position: absolute;
  display: inline-block;
  top: -32px;
  left: 0;
  margin: auto;
  font-weight: 600;
  text-align: center;
  border-radius: 8px 8px 0 0;
  min-width: 150px;
  max-width: 100%;
  padding: 4px 10px;
}
.single-post .access_location {
  display: inline-block;
  background-color: #ff8891;
  padding: 0.2rem 1rem;
  color: #f9f9f9;
  border-radius: 8px;
  font-weight: 700;
  margin: 1.5rem 0 0.5rem 0;
}
.single-post .access_location:first-of-type {
  margin: 0 0 0.5rem 0;
}
.sp_label {
  position: relative;
  display: inline-block;
}
.sp_label::after {
  position: absolute;
  content: "";
  height: 13px;
  width: 30px;
  background: url("../img/icon-right-arrow-triple.svg") center/contain no-repeat;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sp_goal {
  position: relative;
  display: inline-block;
  background-color: #6c9c23;
  color: #fff;
  padding: 0.2rem 1rem;
  border-radius: 8px;
}
.access_area_wrapper .access_area_inner .access_routes .access_block .txt_caution {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
}
.pagination .page-numbers {
  display: flex;
  gap: 0.5rem;
}
.pagination .page-numbers .page-item a, .pagination .page-numbers .page-item span {
  color: rgba(51, 51, 51, 0.5);
  display: block;
  padding: 0.2rem 0.5rem;
  border: 1px solid rgba(51, 51, 51, 0.2);
  font-weight: 500;
}
.pagination .page-numbers .page-item.is-current a, .pagination .page-numbers .page-item.is-current span {
  color: rgba(51, 51, 51, 1);
  font-weight: 700;
  background-color: rgba(51, 51, 51, 0.2);
}
.pagination .page-numbers .page-item a.prev, .pagination .page-numbers .page-item a.next {
  color: rgba(51, 51, 51, 1);
}
section.profile-page {
  margin: 4rem 1rem;
}
section.profile-page .container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}
/******************************
single-post h2
******************************/
.single-post h2::before {
  position: absolute;
  content: "";
  height: 1em;
  width: 1em;
  left: 0;
  top: 3px;
  margin: auto;
  background: url("../img/icon-single-post-h2.svg") center/contain no-repeat;
}
/******************************
single-post h1
******************************/
.single-post h1 {
  margin: 2rem 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e3e3e3;
}
/******************************
single-post content_block
******************************/
.single-post .content_block {
  margin: 0 0 2rem 0;
}
.single-post .content_block figure:first-of-type {
  margin: 0 0 2rem 0;
}
.single-post .content_block figure {
  margin: 1rem 0 2rem 0;
}
/* 画像 */
.single-post .content_block img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .single-post .content_block img {
    margin: 0 0 1rem 0;
  }
}
/******************************
post-attention
******************************/
.post-attention-wrapper {
  background-color: #f7f7f7;
  padding: 2rem;
  border-radius: 8px;
  border: 2px solid #6c9c23;
}
@media screen and (max-width: 768px) {
  .post-attention-wrapper {
    padding: 1rem;
  }
}
.post-attention-wrapper h3 {
  position: relative;
  margin: 0 0 0.5rem 0;
  padding: 0 0 0 2rem;
}
.post-attention-wrapper h3::before {
  position: absolute;
  content: "";
  height: 1.5rem;
  width: 1.5rem;
  background: url("../img/icon-questions.svg") center/contain no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.post-attention-wrapper .contents-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0;
}
.post-attention-wrapper .contents-list .contents-list-item {
  display: flex;
  column-gap: 2rem;
  row-gap: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: #ffffff;
  border-radius: 8px;
  flex-wrap: wrap;
  margin: 0;
}
.post-attention-wrapper .contents-list .contents-list-item .thumbnail {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .post-attention-wrapper .contents-list .contents-list-item .thumbnail {
    width: 100px;
  }
}
.post-attention-wrapper .contents-list .contents-list-item .thumbnail img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  display: block;
  margin: auto;
  border-radius: 50%;
}
.post-attention-wrapper .contents-list .contents-list-item .thumbnail p {
  margin: 0.5rem 0 0 0;
  font-size: 0.8rem;
  text-align: center;
}
.post-attention-wrapper .contents-list .contents-list-item .content {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .post-attention-wrapper .contents-list .contents-list-item .content {
    flex: auto;
  }
}
.post-attention-wrapper .contents-list .contents-list-item .content p {
  display: block;
  margin: 0;
  padding: 0;
}
.post-attention-wrapper .contents-list .contents-list-item .content p.ttl {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0;
  color: #6c9c23;
}
@media screen and (max-width: 768px) {
  .post-attention-wrapper .contents-list .contents-list-item .content p.ttl {
    text-align: center;
  }
}
.post-attention-wrapper .contents-list .contents-list-item .content p.text {
  color: #333;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .post-attention-wrapper .contents-list .contents-list-item .content p.text {
    margin: 0 0 0.5rem 0;
  }
}
.post-attention-wrapper .contents-list .contents-list-item .content p.name {
  font-size: 0.8rem;
  color: #333;
  opacity: 0.7;
  text-align: left;
  margin: 0 0 0 0;
}
@media screen and (max-width: 768px) {
  .post-attention-wrapper .contents-list .contents-list-item .content p.name {
    text-align: center;
  }
}
/******************************
ヘッダーメニュー
******************************/
/* 共通 */
header .nav-wrapper {
  position: relative;
}
header .nav-wrapper .sns-area .sns-items {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
header .nav-wrapper .sns-area .sns-items .sns-item img {
  width: 20px;
}
header .nav-wrapper .contact-area {
  width: 250px;
}
header .nav-wrapper .contact-area img {
  width: 100%;
}
header .nav-wrapper .select-lang {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 80%;
}
header .nav-wrapper .select-lang .lang-item {}
header .nav-wrapper .select-lang .lang-item a {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.5rem 1rem;
  background-color: #f9f9f9;
  border-radius: 8px;
}
header .nav-wrapper .select-lang .lang-item a img {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  height: 1rem;
  margin: auto;
}
header .nav-wrapper .select-lang-front {
  display: grid;
  gap: 0;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  width: 300px;
  position: absolute;
  padding: 0.5rem;
  border-radius: 50px;
  right: 2rem;
  bottom: 1rem;
}
header .nav-wrapper .select-lang-front .lang-item {}
header .nav-wrapper .select-lang-front .lang-item a {
  position: relative;
  display: block;
  text-align: center;
  font-size: 0.8rem;
}
header .nav-wrapper .select-lang-front .lang-item a img {
  position: absolute;
  left: 1rem;
  top: 0;
  bottom: 0;
  height: 1rem;
  margin: auto;
}
header .nav-wrapper p.category-name {
  text-align: center;
  margin: 2rem 1rem 1rem 1rem;
  padding: 0 0 0.5rem 0;
  border-bottom: 1px solid #a1c945;
  font-weight: 700;
}
header .nav-wrapper p.category-name:first-of-type {
  margin-top: 0;
}
/* front-menu */
header {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
header .nav-wrapper .front-menu-wrapper {
  padding: 1rem;
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  width: 1500px;
  max-width: 100%;
  margin: auto;
}
@media (max-width: 768px) {
  header .nav-wrapper .front-menu-wrapper {
    display: none;
  }
}
header .nav-wrapper .front-menu-wrapper figure {
  margin: 0;
  width: 120px;
}
header .nav-wrapper .front-menu-wrapper nav {
  flex: 1;
}
header .nav-wrapper .front-menu-wrapper nav .front-menu-items {
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
/* sp-menu */
header .nav-wrapper .sp-menu-wrapper {
  display: none;
  background: #fff;
}
@media (max-width: 768px) {
  header .nav-wrapper .sp-menu-wrapper {
    display: block;
  }
}
/* --- スマホ専用ロゴ ---*/
.logo-wrapper {
  width: 120px;
  margin: 1rem;
}
/* --- スマホ専用ハンバーガーメニュー --- */
.hamburger-wrapper {
  position: fixed;
  top: 1.3rem;
  right: 1rem;
  z-index: 1001;
}
/* ハンバーガーボタン（3本線） */
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  z-index: 1002;
  gap: 4px;
}
.hamburger-icon span {
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center center;
}
.hamburger-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(7px, 6px);
}
.hamburger-icon.active span:nth-child(2) {
  opacity: 0;
}
.hamburger-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}
/* --- スライドメニュー本体 --- */
header .nav-wrapper .sp-menu-wrapper {
  display: none;
  background: #fff;
}
@media (max-width: 768px) {
  header .nav-wrapper .sp-menu-wrapper {
    display: block;
  }
}
header .nav-wrapper .sp-menu-wrapper .contact-area {
  margin: 2rem 0;
}
/* スライドメニュー全体 */
#sp-slide-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 1000;
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
/* 表示状態 */
#sp-slide-menu.active {
  left: 0;
}
/* メニューラッパー */
.sp-menu-items-wrapper {
  width: 100%;
  background: #fff;
}
/* メニューリスト */
.sp-menu-items {
  list-style: none;
  margin: auto;
  width: 80%;
  font-size: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
/* 各メニュー項目 */
.sp-menu-item {
  /*   padding: 1.2rem 1rem;
  border-bottom: 1px solid #ccc;
  text-align: center; */
}
.sp-menu-item a {
  text-decoration: none;
  font-size: 1rem;
  color: #333;
  display: block;
  width: 100%;
}
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
.side_blog #searchform {
  display: flex;
  justify-content: space-between;
  flex: 1;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  border-radius: 8px;
}
.side_blog #searchform button {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  width: 100px;
  text-align: center;
  background-color: #5f442f;
  color: #fff;
  font-weight: 700;
}