/***************************************

森上鍼灸整骨院 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";
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 16px;
}

ul {
  margin: 0;
  padding: 0;
}

.ib {
  width: 1120px;
  max-width: 100%;
  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: 100%;
}

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, 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 {
  padding-inline: 1rem;
  margin-block: 3rem;
}

@media (max-width: 767px) {
  .top_info {
    width: auto;
  }
}

.top_info .ib {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.top_info .title_wrapper {
  position: relative;
}

.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 h2 span.announcements {
  color: #6c9c23;
}

.top_info h2 span.new_entries {
  color: #f39800;
}

.top_info ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.top_info ul li {
  display: block;
}

.top_info ul li a {
  display: flex;
  font-size: 13px;
  padding: 12px 0px;
  border-bottom: 1px dotted #666;
  gap: 0.5rem;
}

.top_info ul li:last-of-type a {
  border-bottom: none;
}

.top_info ul li a span.post_date {
  display: inline-block;
  background-color: #666;
  color: #fff;
  text-decoration: none;
  padding-block: 0.2rem;
  padding-inline: 0.5rem;
  margin-right: 0.5rem;
  width: 8rem;
  align-self: flex-start;
}

.top_info ul li a span.post_ttl {
  flex: 1;
  display: inline-block;
  padding-block: 0.2rem;
}

.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: 3px;
  right: 0;
  font-size: 13px;
  color: #666;
  display: block;
}

.top_info a.to_info i {
  display: inline-block;
  margin-right: 0.5rem;
}

/*********************************************

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: 0 15px;
  overflow: hidden;
}

.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%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .blog_con {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
}

.blog_con .blog_box {}

.blog_con .blog_box:nth-child(3n) {}

.blog_con .blog_box a {
  color: inherit;
}

.blog_con .blog_box .blog_img {
  overflow: hidden;
}

.blog_con .blog_box .blog_img img {
  transition: 0.4s ease;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 60/37;
}

.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: 100%;
}

.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,
.side_blog ul.archive li a,
.side_blog ul.year li a {
  display: block;
  padding: 1rem;
  border: 1px solid #e3e3e3;
  font-size: 13px;
  position: relative;
  border-bottom: none;
}

.side_blog ul.cat li a::after {
  font-family: "Font Awesome 6 Free";
  /* ←ここ重要 */
  font-weight: 900;
  /* solid の場合は900 */
  content: "\f35a";
  /* 表示したいアイコンのコード */
  position: absolute;
  top: 15px;
  color: #6b360a;
  right: 10px;
  font-size: 20px;
}

.side_blog ul.archive li a::after {
  font-family: "Font Awesome 6 Free";
  /* ←ここ重要 */
  font-weight: 900;
  /* solid の場合は900 */
  content: "\f35a";
  /* 表示したいアイコンのコード */
  position: absolute;
  top: 15px;
  color: #6b360a;
  right: 10px;
  font-size: 20px;
}

.side_blog ul.year li a::after {
  font-family: "Font Awesome 6 Free";
  /* ←ここ重要 */
  font-weight: 900;
  /* solid の場合は900 */
  content: "\f35a";
  /* 表示したいアイコンのコード */
  position: absolute;
  top: 15px;
  color: #6b360a;
  right: 10px;
  font-size: 20px;
}

.side_blog ul.cat li a span {
  position: absolute;
  display: block;
  top: 13px;
  right: 40px;
  font-size: 10px;
  padding: 5px 10px;
  background: #f5f2e3;
  border-radius: 5px;
}

.side_blog ul.archive li a span {
  position: absolute;
  display: block;
  top: 13px;
  right: 40px;
  font-size: 10px;
  padding: 5px 10px 5px 6px;
  background: #f5f2e3;
  border-radius: 5px;
}

.side_blog ul.year li a span {
  position: absolute;
  display: block;
  top: 13px;
  right: 40px;
  font-size: 10px;
  padding: 5px 10px 5px 6px;
  background: #f5f2e3;
  border-radius: 5px;
}

.side_blog ul li:last-child a,
.side_blog ul.year li:last-child a,
.side_blog ul.archive li:last-child a {
  border-bottom: 1px solid #e3e3e3;
}

.side_blog ul:nth-of-type(2) li a {
  display: block;
  padding: 8px;
  border: 1px solid #e3e3e3;
  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 #e3e3e3;
}

.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);
  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);
  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::before {
  display: none;
}

.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, 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_wrapper {
  margin-inline: 1rem;
}

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 0.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 0.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 0.5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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.7);
  width: 100%;
  filter: drop-shadow(0px 0px 6px rgba(0, 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.7);
  backdrop-filter: blur(3px);
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 12;
  filter: drop-shadow(0px 0px 6px rgba(0, 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, 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;
  gap: 1rem;
}

/* .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;
}

.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 0.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 0.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 0.1s linear;
  position: fixed;
  bottom: -2px;
  z-index: 1;
  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 0.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
******************************/
section.osusume-links {
  text-align: center;
  padding: 0;
  background: #f4f1e6;
  margin: 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;
}

.content.single-post 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;
}

.single-post .content 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 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%;
  align-self: center;
}

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;
  /* ノッチ（safe‑area）対応 */
  top: calc(env(safe-area-inset-top, 0px) + 1.3rem);
  right: calc(env(safe-area-inset-right, 0px) + 1rem);
  left: auto;
  /* ← 横向きでも左ノッチに当たらない */
  z-index: 1001;
}

/* iOS11.0‑11.2 用フォールバック */
@supports (top: constant(safe-area-inset-top)) {
  .hamburger-wrapper {
    top: calc(constant(safe-area-inset-top) + 1.3rem);
    right: calc(constant(safe-area-inset-right) + 1rem);
  }
}

/* PC では非表示（sp_area を付けているなら不要） */
@media (min-width: 769px) {
  .hamburger-wrapper {
    display: none;
  }
}

/* ハンバーガーボタン */
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  gap: 4px;
  /* Safari 以外の modern ブラウザ用 */
  z-index: 1002;
}

/* Safari ≤14 向け gap 代替 */
@supports not (gap: 1px) {
  .hamburger-icon span+span {
    margin-top: 4px;
  }
}

.hamburger-icon span {
  display: block;
  width: 100%;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: 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;
  align-self: center;
}

/* スライドメニュー全体 */
#sp-slide-menu {
  overscroll-behavior: contain;
  touch-action: pan-y;
  position: fixed;
  inset: 0;
  /* top/right/bottom/left:0 と同義 */
  width: 100%;
  height: 100dvh;
  /* iOS Safari で 100vh 問題を回避 */
  background: #fff;
  /* transform で非表示 → 表示を制御（横スクロール防止） */
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  /* ←ここがポイント */
  overflow-y: auto;
  /* 内容超過時にスクロール */
}

/* 表示状態 */
#sp-slide-menu.active {
  transform: translateX(0);
}

/* メニューラッパー */
.sp-menu-items-wrapper {
  width: 100%;
  background: #fff;
  padding: 5rem 0 2rem;
  /* 上 5rem で見出しが切れない */
}

/* メニューリスト */
.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;
}

.fixed_menu {
  position: fixed;
  width: 100%;
  bottom: -250px;
  z-index: 9999;
  padding: 0 1rem;
  margin: 0;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  transition: all 0.3s;
}

@media screen and (max-width: 768px) {
  .fixed_menu {
    display: none;
  }
}

.fixed_menu.is_active {
  bottom: 0;
}

.fixed_menu_inner {
  padding: 0;
  width: 1200px;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.fixed_menu_ttl {
  background-color: #f4eee3;
  padding: 1rem;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 10px 10px 0 0;
}

.fixed_menu_content {
  background: #fff;
  overflow: hidden;
}

.fixed_menu_content a {
  display: block;
  margin: 1rem;
  padding: 1rem;
  text-align: center;
  font-size: 1.8rem;
  background-color: #0099ff;
  border: 2px solid #0099ff;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

.fixed_menu_content a:link {
  color: #fff;
}

.fixed_menu_content a:visited {
  color: #fff;
}

.fixed_menu_content a:hover {
  background-color: #fff;
  color: #0099ff;
  opacity: 1;
}

.fixed_menu_content a:active {
  color: #fff;
}

.fixed_menu_content a>span {
  font-size: 1rem;
  display: inline-block;
  margin-top: 0.5rem;
}

.select_lang_wrapper {
  position: absolute;
  width: 280px;
  max-width: 100%;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3));
  overflow: hidden;
}

.select_lang_wrapper ul {
  display: flex;
  gap: 10px;
}

.select_lang_wrapper ul li {
  background-color: #fff;
  width: 50%;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1;
  border-radius: 8px;
}

.select_lang_wrapper ul li.lang_en {}

.select_lang_wrapper ul li.lang_cn {}

.select_lang_wrapper ul li a {
  display: block;
  margin: 0;
  line-height: 1;
  padding: 10px 10px;
}

.select_lang_wrapper ul li a img {
  display: inline-block !important;
  position: relative;
  height: 0.8rem !important;
  width: auto !important;
  margin-right: 10px;
  bottom: 1px;
}

/**************************************************
トップページ記事一覧
**************************************************/
/* post-list 共通構造 */
.top_sns .ib {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: 30px;
}

@media (max-width: 768px) {
  .top_sns .ib {
    display: block;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.top_sns .ib>div {
  margin-inline: 10px;
}

@media (max-width: 768px) {
  .top_sns .ib>div>h3 {
    text-align: center;
  }
}

.top_sns .ib div ul.post-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.top_sns .ib div ul.post-list .post-item a {
  display: flex;
  gap: 1rem;
  width: 100%;
}

/* サムネイルのレイアウト統一（.latest と同様の構成） */
.top_sns .ib div ul.post-list .post-item a .post-thumbnail {
  width: 150px;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  flex-shrink: 0;
  background: #333;
}

@media (max-width: 768px) {
  .top_sns .ib div ul.post-list .post-item a .post-thumbnail {
    width: 125px;
  }
}

.top_sns .ib div ul.post-list .post-item a .post-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* テキスト側 */
.top_sns .ib div ul.post-list .post-item a .post-detail {
  flex: 1;
}

.top_sns .ib div ul.post-list .post-item a .post-detail .post-date {
  opacity: 0.8;
  font-size: 0.8rem;
}

.top_sns .ib div ul.post-list .post-item a .post-detail .post-title {
  margin: 0;
}

/**************************************************
記事ページ内記事一覧
**************************************************/
ul.latest li a {
  display: flex;
  gap: 10px;
}

ul.latest li a p {
  margin: 0;
  padding: 0;
}

ul.latest li a .post-thumbnail {
  width: 80px;
  max-width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
  flex-shrink: 0;
  background: #333;
}

ul.latest li a .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

ul.latest li a .post-detail {
  flex: 1;
  min-width: 0;
  /* ← これが超重要！！ */
  font-size: 0.8rem;
}

ul.latest li a .post-detail span {
  display: block;
  font-size: 0.8rem;
}

/**************************************************
記事ページ内サイドバー全般
**************************************************/
.side_blog .side_blog_category,
.side_blog .side_blog_latest,
.side_blog .side_blog_archive,
.side_blog .side_blog_archive_year,
.side_blog_search {
  margin: 0 0 30px 0;
  border: 1px solid #e3e3e3;
  padding: 1rem;
}

.side_blog>div {
  margin-block-end: 2rem;
}

.side_blog>div>h3 {
  margin: 0 0 1rem 0;
}

@media (max-width: 768px) {
  .side_blog>div>h3 {
    text-align: center;
  }
}

.side_blog>.side_blog_archive_year:last-child {
  margin-bottom: 0;
}

/**************************************************
haripicoから移行
**************************************************/
.sns_area {
  max-width: 100%;
  width: 1120px;
  margin: auto;
  padding: 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.sns_area .sns_instagram {
  flex: 1;
}

.sns_area .sns_blog {
  width: 35%;
}

.sns_area .sns_blog h3 {
  margin: 0 0 1rem 0;
  padding: 0;
}

.sns_area .sns_blog .title_wrapper {
  position: relative;
}

.sns_area .sns_blog .title_wrapper a {
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 3px;
  color: #666;
}

.sns_area .sns_blog .title_wrapper a i {
  display: inline-block;
  margin-right: 0.5rem;
}

.sns_area .sns_blog h2 {
  font-size: 1rem;
  margin: 1rem 0;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 0.5rem;
}

.sns_area .sns_blog h2 span {
  opacity: 0.6;
}

.sns_area .sns_blog h2 span.announcements {
  color: #6c9c23;
}

.sns_area .sns_blog h2 span.new_entries {
  color: #f39800;
}

@media screen and (max-width: 768px) {

  .sns_area .sns_instagram {
    flex: auto;
    width: 100%;
  }

  .sns_area .sns_blog {
    width: 100%;
  }

  .sns_area .sns_blog h3 {
    text-align: center;
  }
}

.sns_area .sns_blog ul {
  margin-bottom: 3rem;
}

.sns_area .sns_blog ul:last-of-type {
  margin-bottom: 0;
}

.sns_area .sns_blog ul li {
  display: block;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.sns_area .sns_blog ul li span {
  display: block;
  border: 1px solid #bbb;
  width: 90px;
  height: 90px;
  background: #ddd;
  overflow: hidden;
  margin: 0 10px 0 0;
}

.sns_area .sns_blog ul li span img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.sns_area .sns_blog ul li a {
  display: block;
  width: 330px;
  flex: 1;
}

.sns_area .sns_blog ul li a i {
  display: block;
  font-size: 0.8rem;
  color: #fff;
  margin: 0 0 0.5rem 0;
  background-color: #666;
  padding: 0.2rem 0.5rem;
}

.sns_area .sns_blog ul li a i+p {
  color: #444;
  font-size: 0.8rem;
  margin: auto;
}

/* 記事内ボタン */
.wave-wrapper {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.3;
  overflow: hidden;
  z-index: 0;
}

.wave-track {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200%;
  height: 100%;
}

.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
}

@keyframes wave-loop {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.animate-wave-slow {
  animation: wave-loop 8s linear infinite;
}

.animate-wave-medium {
  animation: wave-loop 6s linear infinite reverse;
}

.animate-wave-fast {
  animation: wave-loop 10s linear infinite;
}

.btn-wave:visited {
  color: #fff;
  text-decoration: none;
}

/* --- レイアウトとコンテナ設定 --- */
.cta-container {
  display: flex;
  flex-direction: column;
  /* モバイルは縦並び */
  gap: 1rem;
  /* gap-4 */
  width: 100%;
  max-width: 64rem;
  /* max-w-5xl */
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  align-items: stretch;
}

/* PC画面用 (768px以上で横並び) */
@media (min-width: 768px) {
  .cta-container {
    flex-direction: row;
  }
}

/* --- ボタン共通スタイル (.btn-wave) --- */
/* 注: 既存CSSの.btn-wave:visited等はそのまま維持してください */
.btn-wave {
  position: relative;
  /* 波の基準位置 */
  flex: 1;
  /* 横並び時に等幅に */
  display: flex;
  align-items: center;
  /* 上下中央揃え */
  justify-content: center;
  /* 左右中央揃え */
  padding: 1.25rem 1.5rem;
  /* py-5 px-6 */
  border-radius: 0.375rem;
  /* rounded-md */
  overflow: hidden;
  /* 波がはみ出さないように */

  /* テキスト設定 */
  text-decoration: none;
  color: white;
  font-weight: 700;
  /* font-bold */
  font-size: 1.1rem;
  /* text-lg */
  text-align: center;

  /* ホバーアニメーション */
  transition: background-color 0.3s ease;
}

/* 縦並びレイアウト用 (オレンジのボタン) */
.btn-column {
  flex-direction: column;
}

/* --- ボタンごとの色設定 --- */
/* 青ボタン */
.btn-blue {
  background-color: #0099ff;
}

.btn-blue:hover {
  background-color: #0088ee;
}

/* オレンジボタン */
.btn-orange {
  background-color: #ff8c42;
}

.btn-orange:hover {
  background-color: #ff7b29;
}

/* --- ボタン内のテキストレイヤー --- */
/* 波(z-index:0)より上に表示するため */
.btn-text {
  position: relative;
  z-index: 10;
  width: 100%;
}

/* --- サブラベル (24時間受付) --- */
.sub-label {
  position: relative;
  z-index: 10;
  margin-top: 0.5rem;
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
  /* rounded-full */
  font-size: 0.875rem;
  /* text-sm */
  font-weight: 500;

  /* ガラス効果 */
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: inline-block;
}

.show-pc {
  display: none;
}

.show-sp {
  display: block;
}

@media (min-width: 768px) {
  .show-pc {
    display: block;
  }

  .show-sp {
    display: none;
  }
}

.main_wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 20px;
}

@media (max-width: 768px) {
  .main_wrapper {
    grid-template-columns: minmax(0, 1fr);
  }
}


/********************/
/* -- H2 --
/********************/
.content h2{position:relative;margin-bottom:40px;}
.content.single-post h2{font-size:clamp(1.2rem, 1.14rem + 0.3vw, 1.5rem);position:relative;margin-bottom:1.5rem;border-bottom:3px double rgba(108, 156, 35, 0.5);padding:0 0 0 2.3rem;padding-block:10px;}
@media (max-width: 768px){
.content.single-post h2{padding:0 0 0 1.65rem;}
}
.content h2::before{position:absolute;left:0;bottom:-20px;width:100px;height:2px;background:#a1c945;display:block;content:"";z-index:2;}
.single-post .content h2::before{position:absolute;content:"";height:1em;width:1em;left:0;top:0;bottom:0;margin:auto;background:url("../img/icon-single-post-h2.svg") center/contain no-repeat;}

/********************/
/* -- H3 --
/********************/
.single-post h3.wp-block-heading{position:relative;font-weight:bold;margin:1rem 0;border-bottom:1px solid rgba(108, 156, 35, 0.5);padding:0 0 0.5rem 1.5rem;}
.single-post h3.wp-block-heading::before{position:absolute;content:"";height:0.7em;width:0.7em;left:0;top:6px;margin:auto;background:url("../img/icon-single-post-h3.svg") center/contain no-repeat;}

/********************/
/* -- H4 --
/********************/
.single-post h4.wp-block-heading{position:relative;font-weight:bold;font-size:1.1rem;margin:1.2rem 0 0.5rem;color:#555;padding:0 0 0.5rem 1.5rem;}
.single-post h4.wp-block-heading::before{position:absolute;content:"";height:0.7em;width:0.7em;left:0;top:6px;margin:auto;background:url("../img/icon-single-post-h4.svg") center/contain no-repeat;}

.single-post h3.wp-block-heading {
  position: relative;
  font-weight: bold;
  margin: 1rem 0;
  border-bottom: 1px solid rgba(108, 156, 35, 0.5);
  padding: 0 0 0.5rem 1.5rem;
}

.single-post h3.wp-block-heading::before {
  position: absolute;
  content: "";
  height: 0.7em;
  width: 0.7em;
  left: 0;
  top: 6px;
  margin: auto;
  background: url("../img/icon-single-post-h3.svg") center/contain no-repeat;
}

.single-post h4.wp-block-heading {
  position: relative;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 1.2rem 0 0.5rem;
  color: #555;
  padding: 0 0 0.5rem 1.5rem;
}

.single-post h4.wp-block-heading::before {
  position: absolute;
  content: "";
  height: 0.7em;
  width: 0.7em;
  left: 0;
  top: 6px;
  margin: auto;
  background: url("../img/icon-single-post-h4.svg") center/contain no-repeat;
}

.content_block .wp-block-accordion {
  margin: 0 0 3rem 0;
}

.content.single-post .add_action {
  position:relative;
  margin: 0;
  cursor: pointer;
  background-color: #f9f9f9;
  padding: 1rem 9rem 1rem 1rem;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
}

.content.single-post .add_action::before {
  display: none;
}

.content.single-post .add_action::after {
  position: absolute;
  content: "タップで開く ▼";
  right: 1rem;
  font-size: 14px;
  background-color: #a1c945;
  color: #fff;
  padding: 5px 10px;
  top: 50%;
  transform: translateY(-50%);
}

.content.single-post .wp-block-custom-accordion.block_item {
  margin: 0 0 3rem 0;
  background-color:#f9f9f9;
  border-radius:8px;
  overflow:hidden;
}

.wp-block-custom-accordion.block_item .item_content.add_acordion {
  display: none;
}

.wp-block-custom-accordion.block_item .item_content.add_acordion .wp-block-paragraph {
  margin: 2rem 0 0 0;
}


.archive ol.wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 2rem 0;
}

.archive ol.wp-block-list:last-child {
  margin-bottom: 0;
}

.archive ol.wp-block-list li {
  position: relative;
  list-style: decimal;
  padding-left: 1.2rem;
}

.archive ol.wp-block-list li::before {
  position: absolute;
  display: none;
  content: "";
  height: 0.5em;
  width: 0.5em;
  background: url("../img/list-headicon.svg") center/contain no-repeat;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}



.content.single-post figure.img_center {
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
}

.content.single-post figure.img_center img {
  width: 100%;
}

@media (max-width: 600px) {
  .content.single-post figure.img_center {
    width: 80%;
  }
}

.wp-block-custom-accordion.block_item .item_content.add_acordion .item_content_inner {
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-top:1px solid #e3e3e3;
}

.wp-block-custom-accordion.block_item .item_content.add_acordion .item_content_inner *:first-child{
 margin-top:0;
}