@charset "UTF-8";

/*
Theme Name: haroharo
Author: YOSHIKI FUKUHARA
*/

/*----------------------------------------------
# Global / Common Parts
----------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body.tips {
  background: url(http://test05.fukuhara.work/blog/wp-content/uploads/2025/06/bg.webp)
    repeat;
  background-size: 30px;
}

body.tips.nav-fixed-padding-active {
  padding-top: 58px;
}

header {
  padding-bottom: 0 !important;
}

.contents {
  width: 100% !important;
}

.post p {
  margin-bottom: 1em;
  font-size: 1.1rem;
}



/* Container */
body.tips .container {
  background: #ffffff;
  border-radius: 10px;
  margin-bottom: 5em;
  width: 980px;
}

.container.tips main,
.contents.tips main {
  width: 100%;
}

/* Breadcrumb */
.breadcrumbWrap {
  margin: 1em 0;
  text-align: left;
  width: 100%;
}

body.tips .breadcrumbWrap {
  margin-bottom: 1em;
  max-height: inherit;
  overflow: inherit;
}

.breadcrumb {
  font-size: 0.9rem;
  margin: 0 auto;
  max-width: 1100px;
}

body.tips .breadcrumb {
  background: #ffffff;
  border-radius: 5px;
  max-width: 980px;
  padding: 1em 20px;
}

.breadcrumb span {
  margin: 0 5px;
}

.breadcrumb span:first-child {
  margin-left: 0;
}

/* Pagination */
.wp-pagenavi {
  margin-bottom: 3em;
  text-align: center;
}

/* Search Form */
.search {
  margin-bottom: 15px;
}

label.category-list-title {
  margin-bottom: 15px;
}

.headerBottom__search {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 10px;
}

.search-keyword {
  flex: 1;
  font-size: 14px;
  height: 32px;
  outline: none;
  width: 150px;
}

.action-search-button {
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
}

.action-search-button img {
  display: block;
  height: 32px;
}

.headerBottom__search:hover {
  border-color: #e1637b;
}

/*----------------------------------------------
# Header (Tips)
----------------------------------------------*/
.headerTips {
  background: none;
  margin-bottom: 2em;
  padding: inherit;
  position: relative;
}

.headerTips-cover {
  background: url(http://test05.fukuhara.work/blog/wp-content/uploads/2025/06/headerTips-cover.png)
    no-repeat;
  background-size: 100% 270px;
  width: auto;
}

.headerTips-logo-wrap .headerTips-logo {
  padding: 20px 0 100px;
}

.headerTips nav {
  border-radius: 30px;
  bottom: 7%;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0%);
  z-index: 1000;
}

.headerTips nav.fixed-nav {
  background: none;
  border-radius: 0;
  height: 60px;
  left: 0;
  position: fixed;
  right: 0;
  top: 20px;
  transform: none;
}

.headerTips ul {
  background: #ffffff;
  border-radius: 30px;
  box-shadow: 0 10px 10px -6px rgb(97 196 198 / 30%);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  width: 980px;
}

.headerTips ul li {
  width: auto;
}

.headerTips ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 1em 0;
}

/*----------------------------------------------
# Sidebar Menu (Tips)
----------------------------------------------*/
.tips .side {
  margin: 0 0 0 40px;
}

.tips .side .category-list-title {
  background: #65d6df;
  font-size: 1.2rem;
  text-shadow: 1px 2px 2px #45a6ae;
}

.side-category-list.tips li a {
  align-items: center;
  display: flex;
  height: 54px;
  padding: 0 10px;
}

.side-category-list.tips li ul {
  border-top: 1px dotted #c9c9c9;
}

.side-category-list.tips li ul li {
  border: none;
  height: 48px;
}

.side-category-list.tips li ul li a {
  font-size: 0.8rem;
}

.side-category-list.tips li ul li a:before {
  color: #c9c9c9;
  content: "---";
  font-weight: 700;
  margin-right: 5px;
  padding-right: 5px;
}

/*----------------------------------------------
# Customer Photos List
----------------------------------------------*/
.tag-list {
  margin-bottom: 2em;
}

.tag-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.tag-list ul li {
  margin: 0 0.5em 1em;
  text-align: center;
}

.tag-list ul li a {
  background: #000000;
  border-radius: 30px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 0.5em 1em;
  width: 150px;
}

.tag-list ul li .tag-wallpaper {
  background: #f1dc1f;
  text-shadow: 1px 2px 2px #b1a216;
}

.tag-list ul li .tag-floor {
  background: #e496ef;
  text-shadow: 1px 2px 2px #a169a9;
}

.tag-list ul li .tag-fusuma {
  background: #e1637b;
  text-shadow: 1px 2px 2px #b8495e;
}

.content-area {
  margin-bottom: 3em;
}

/* Grid Layout */
.posts-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4em;
}

/* Post Item */
.post-item {
  background-color: #ffffff;
  border: 1px solid #ffbbc8;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}

.post-item.category-news,
.tag-wallpaper {
  border: 1px solid #f1dc1f;
}

.tag-floor {
  border: 1px solid #e496ef;
}

.tag-fusuma {
  border: 1px solid #e1637b;
}

.post-item:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-10px);
}

/* Thumbnail */
.post-thumbnail {
  margin-bottom: 0.5rem;
  text-align: center;
}

.post-thumbnail img {
  aspect-ratio: 16 / 9;
  border-radius: 5px;
  height: auto;
  object-fit: cover;
  width: 100%;
}

/* Category / Tag Name */
.post-tag span,
.post-category span,
.post-tag a,
.post-category a {
  background: #e1637b;
  color: #ffffff !important;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.2rem 0.5rem;
  text-shadow: 1px 2px 2px #b8495e;
}

.post-tag,
.post-category {
  margin-bottom: 0.2rem;
}

.post-category .category-news {
  background: #f1dc1f;
  text-shadow: 1px 2px 2px #b1a216;
}

.post-tag .tag-floor {
  background: #e496ef;
  text-shadow: 1px 2px 2px #a169a9;
}

.post-tag .tag-wallpaper {
  background: #f1dc1f;
  text-shadow: 1px 2px 2px #b1a216;
}

/* Date */
.post-date {
  color: #757575;
  font-size: 0.85em;
  font-weight: 700;
}

/* Post Title */
.entry-title {
  color: #212121;
  font-size: 1rem;
  margin: 0;
}

.entry-title a {
  color: inherit;
  text-decoration: none;
}

/*----------------------------------------------
# Customer Photo Detail
----------------------------------------------*/
#userPhoto-notice {
  margin-bottom: 4em;
}

#userPhoto-notice .toggle {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}

#userPhoto-notice .userPhoto-notice-contents {
  text-align: center;
}

.userPhoto-notice-contents .para-change {
  margin-top: 10px;
}

.chare-image {
  margin: 20px auto;
  text-align: center;
}

.post-title {
  background: -webkit-linear-gradient(135deg, transparent 25%, rgba(15, 166, 216, .05) 25%, rgba(15, 166, 216, .05) 50%, transparent 50%, transparent 75%, rgba(15, 166, 216, .05) 75%, rgba(15, 166, 216, .05));background: linear-gradient(135deg, transparent 25%, rgba(15, 166, 216, .05) 25%, rgba(15, 166, 216, .05) 50%, transparent 50%, transparent 75%, rgba(15, 166, 216, .05) 75%, rgba(15, 166, 216, .05));background-size: 4px 4px;border-left: solid 8px #36c3c6;font-size: 1.5rem;margin: 0 0 2em;padding: .75em 1em;}

.post-detail-date {
  margin-bottom: 1em;
}

.post-detail-thumbnail {
  margin: 0 auto 2em;
  text-align: center;
  width: 100%;
}

.post-detail-thumbnail.scf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.post-detail-thumbnail img {
  height: auto;
  width: 100%;
}
.entry-content h3 {
    background: -webkit-linear-gradient(135deg, transparent 25%, rgba(15, 166, 216, .05) 25%, rgba(15, 166, 216, .05) 50%, transparent 50%, transparent 75%, rgba(15, 166, 216, .05) 75%, rgba(15, 166, 216, .05));
    background: linear-gradient(135deg, transparent 25%, rgba(15, 166, 216, .05) 25%, rgba(15, 166, 216, .05) 50%, transparent 50%, transparent 75%, rgba(15, 166, 216, .05) 75%, rgba(15, 166, 216, .05));
    background-size: 4px 4px;
    border-left: solid 8px #36c3c6;
    font-size: 1.3rem;
    margin: 4em 0 2em;
    padding: .75em 1em;
}
.entry-content h3:before{
    background: repeating-linear-gradient(90deg, #36c3c6 0%, #36c3c6 29.3%, rgba(15, 166, 216, .2) 29.3%, rgba(15, 166, 216, .2) 100%);
    bottom: 0;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.post-detail-thumbnail .scf-image {
  margin: 0.5%;
  width: calc(100% / 2 - 1%);
}

.post-detail-thumbnail .scf-image img {
  height: 320px;
  object-fit: cover;
  width: 320px;
}

.post-detail-content {
  text-align: center;
}

.post-detail-content h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}

.post-review {
  margin-bottom: 2em !important;
}

.post-detail-content h3:before,
.post-detail-content h3:after {
  content: "□□□□□□□□□□□□□□□□□□□□□□□□";
  display: block;
}

.post-detail-content h4 {
  font-size: 1rem;
  margin-bottom: 0.5em;
}

.post-navigation {
  display: flex;
  justify-content: space-around;
  margin: 2em 0;
}

.nav-previous {
  margin-right: 1em;
}

.nav-next {
  margin-left: 1em;
  text-align: right;
}

.post-navigation p {
  margin: 0 1em;
}

/*----------------------------------------------
# News List
----------------------------------------------*/
.news-list {
  color: #212121;
}

/* Post Item */
.news-list .news-item {
  color: #212121;
}

.news-list .news-item:hover {
  color: #212121;
}

/* Thumbnail */
.news-list .news-thumbnail {
  height: 100px;
  width: 100px;
}

.news-list .news-thumbnail img {
  height: 100px;
  object-fit: cover;
  width: 100px;
}

/* Category */
.news-list .news-category a,
.news-list .news-category {
  color: #212121;
}

/* Date */
.news-list .news-date {
  color: #212121;
}

/*----------------------------------------------
# News Detail
----------------------------------------------*/
.entry-content ul {
  margin-bottom: 1em;
}

.entry-content ul li {
  margin-bottom: 0.2em;
}

.entry-content ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}

.note {
  background: #ff414112; /* Default for red, will be overridden */
  border-radius: 10px;
  margin: 1em auto;
}

.note.red {
  background: #ff414112;
  border: 5px solid #ff4141;
}

.note.blue {
  background: #65d6df12;
  border: 5px solid #36c3c6;
}

.note.blue strong {
  color: blue;
}

.note.red strong {
  color: red;
}

.note dt {
  border-left: none !important;
  border-radius: 0 0 10px 0 !important;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 5px 18px 5px 10px;
  width: auto;
  font-size: 1.1rem;
}

.note.red dt {
  background: #ff4141;
  color: #ffffff;
  margin-bottom: 0; /* Override margin-bottom from .note dt */
}

.note.blue dt {
  background: #36c3c6;
  border-radius: 0 0 10px 0;
  color: #ffffff;
  margin-bottom: 0; /* Override margin-bottom from .note dt */
}

.note.red dt:after,
.note.blue dt:after {
  display: none;
}

.note dd {
  border: none !important;
  border-radius: inherit !important;
  color: #000000 !important;
  display: inherit !important;
  font-weight: normal !important;
  margin: 0.5em auto !important;
  margin-bottom: 0.2em !important;
  padding: 0 !important;
  width: 96% !important;
}

.note.list dd {
  padding-left: 1em;
  text-indent: -0.4em;
}

.note.list dd:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}

.note dd:last-child {
  margin-bottom: 1em !important;
}

.note dd a {
  color: blue;
  text-decoration: underline;
}

.note dd a:hover {
  text-decoration: none;
}

/*----------------------------------------------
# 404 Page
----------------------------------------------*/
.error-container {
  background: white;
  border-radius: 10px;
  margin: 50px auto;
  padding: 50px;
  text-align: center;
}

.error-title {
  color: #f23e0c;
  font-size: 100px;
  font-weight: bold;
  margin: 0;
}

.error-message {
  color: #000000;
  font-size: 1.2rem;
  font-weight: 500;
  margin: 10px 0 20px;
}

.error-btn {
  background: #f9bb30;
  border: 1px solid #f9bb30;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
  transition: 0.3s;
}

.error-btn:hover {
  background: #ffffff;
  border: 1px solid #f9bb30;
  color: #f9bb30;
}

/*----------------------------------------------
# Tips List / Archive (快適な暮らしのヒント！ 内装でできる工夫いろいろ一覧)
----------------------------------------------*/
.tips-in {
  padding: 2em;
}
.tips-in:last-child {
  margin-bottom: 0;
}
.tips-title {
  font-size: 1.6rem;
  margin-bottom: 1em;
  text-align: center;
}

/* Archive specific styles */
.tips-archive-items ul,
.tips-category-items ul {
  display: flex;
  flex-wrap: wrap;
}

.tips-archive-items ul li,
.tips-category-items ul li {
  margin: 1% 1% 4% 1%;
  width: calc(100% / 4 - 2%);
}

.tips-archive-items ul li img,
.tips-category-items ul li img {
  margin-bottom: 1em;
}

.tips-archive-items ul li .archive-title,
.tips-category-items ul li .archive-title {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

/* categorystyles */
.tips-category-list {
  margin-top: 2em;
}
.tips-category-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tips-category-list ul li {
  position: relative;
}
.tips-category-list ul li a {
  border: 1px solid #c9c9c9;
  border-radius: 100px;
  display: inline-block;
  font-size: 0.8rem;
  padding: 10px 50px 10px 20px;
}
.tips-category-list ul li a:after {
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top center;
  transition: 0.15s;
  width: 6px;
}
/* List specific styles */
.tips-page-items ul {
  display: flex;
  flex-wrap: wrap;
}

.tips-page-items li {
  margin: 2%;
  width: calc(100% / 3 - 4%);
}

.tips-page-items .thumb {
  margin-bottom: 1em;
}

.tips-list-btn {
  margin: 3em 0 0;
  text-align: center;
}

.tips-list-btn a {
  background: #36c3c6;
  border: 1px solid #36c3c6;
  border-radius: 30px;
  color: #ffffff !important;
  display: inline-block;
  font-weight: 600;
  padding: 0.5em 1em;
  width: 200px;
}

.tips-list-btn a:hover {
  background: #ffffff;
  border: 1px solid #36c3c6;
  color: #36c3c6 !important;
}

.tips-list-items {
  margin-bottom: 1em;
}

.tips-list-items ul li {
  margin-bottom: 0.25em;
}

.tips-list-items ul li a {
  color: #2c9aa3;
  display: inline-block;
  line-height: 1.4;
  padding-left: 0.7em;
  text-indent: -0.4em;
}
.tips-list-items ul li a:hover {
  text-decoration: underline;
}
.tips-list-items ul li a:before {
  content: "・";
  display: inline-block;
}

.tips-list-items .tips-list-title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
}

.tips-list-items ul li img {
  border-radius: 5px 5px 0 0;
  height: auto;
  margin-bottom: 0.5em;
  object-fit: cover;
  padding: 0.5em;
  width: 100% !important;
}

.tips-list-items ul li p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-top: -1em;
  padding: 0 1em 1em;
}

.tips01 p {
  letter-spacing: 0.01rem;
  line-height: 1.8;
  text-align: center;
}

.tips-in.category .tips-list-items ul {
  justify-content: center;
}

/* Term / Category Specific */
.term-anchor-menu {
  margin: 0 0 6em;
  padding-top: 2em;
}

.tips-list-special-categories .term-anchor-menu {
  margin: 0 0 4em;
}

.term-anchor-menu.pro ul {
  display: block;
  text-align: center;
}

.term-anchor-menu.pro ul li {
  display: inline-block;
  margin: 0.5%;
  width: inherit;
}

.term-anchor-menu.pro ul li a {
  margin: 0;
}

.term-anchor-menu ul {
  display: flex;
  flex-wrap: wrap;
}

.term-anchor-menu ul li {
  margin: 0 1%;
  width: calc(100% / 4 - 2%);
}

.term-anchor-menu ul li a {
  background-color: #ffffff;
  border: 1px solid #36c3c6;
  border-radius: 5px;
  display: block;
  font-weight: 600;
  margin: 0.5em auto;
  padding: 1em;
  text-align: center;
}

.term-anchor-menu ul li a:hover {
  background: #65d6df;
  color: #ffffff;
}

.tips-categories-sections {
  display: flex;
  flex-wrap: wrap;
}

.tips-categories-sections section {
  margin: 1% 2% 10% 2%;
  width: calc(100% / 2 - 4%);
}

.term-block {
  margin-bottom: 4em;
  margin-top: -100px !important;
  padding-top: 100px;
}

.term-block.term-noanchor {
  margin-top: 0 !important;
  padding-top: 0;
}

.term-title-mokuji {
  color: #2c9aa3;
  font-size: 1.6rem;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
.term-title-mokuji:before {
  background-color: #2c9aa3; /* 線の色 */
  border-radius: 5px; /* 線の両端を丸く */
  bottom: -5px; /* 線の位置 */
  content: "";
  height: 3px; /* 線の高さ */
  left: 50%; /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  width: 30px;
}
.term-title {
  color: #2c9aa3;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5em;
}

.tips-list-title {
  font-size: 1rem !important;
}

.term-category-image-wrapper img {
  border-radius: 5px;
  margin-bottom: 1em;
}

.term-child-description {
  margin-bottom: 0.5em;
}

.term-child-description p {
  line-height: 1.6;
}

.term-thumb img {
  border-radius: 4px;
  display: block;
  height: auto;
  width: 100%;
}

.tips-list,
.tips-detail,
.tips-page {
  /* Removed trailing comma */
  border-radius: 5px;
  padding: 2em 4em; /* Combined padding for brevity */
}

.tips-detail > * {
  font-size: 1rem;
  letter-spacing: 0.08rem;
}

.tips-meta {
  align-items: center;
  display: flex;
  font-size: 0.8rem;
  justify-content: space-between;
  margin-bottom: 2em;
}

.tips-category {
  background: #65d6df4a;
  border-radius: 3px;
  margin-right: 0.5em;
  padding: 1px 5px;
}
.tips-category a {
  color: #2c9aa3;
}
.tips-detail__thumbnail {
  margin: 0 auto 1em;
  text-align: center;
  width: 90%;
}

.tips-detail__title {
  border-radius: 5px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.4em 0.5em 0.4em 0;
}
.tips-detail__content > * {
  margin-bottom: 1em;
}
.tips-detail__content strong {
  color: #000000;
}

.tips-detail__content h2:first-child {
  margin-top: 2em;
}

.tips-detail__content h2 {
  background: -webkit-linear-gradient(
    135deg,
    transparent 25%,
    rgba(15, 166, 216, 0.05) 25%,
    rgba(15, 166, 216, 0.05) 50%,
    transparent 50%,
    transparent 75%,
    rgba(15, 166, 216, 0.05) 75%,
    rgba(15, 166, 216, 0.05)
  );
  background: linear-gradient(
    135deg,
    transparent 25%,
    rgba(15, 166, 216, 0.05) 25%,
    rgba(15, 166, 216, 0.05) 50%,
    transparent 50%,
    transparent 75%,
    rgba(15, 166, 216, 0.05) 75%,
    rgba(15, 166, 216, 0.05)
  );
  background-size: 4px 4px;
  border-left: solid 8px #36c3c6;
  font-size: 1.5rem;
  margin: 4em 0 2em;
  padding: 0.75em 1em;
}

.tips-detail__content h2:before {
  background: #65d6df;
  content: "";
  height: 11px;
  left: 0.3em;
  position: absolute;
  top: 0;
  transform: rotate(55deg);
  width: 12px;
}

.tips-detail__content h2:after {
  background: #65d6df;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.6em;
  transform: rotate(15deg);
  width: 8px;
}

.tips-detail__content h2 strong,
.tips-detail__content h3 strong,
.tips-detail__content h4 strong {
  color: red;
}

.tips-detail__content h3 {
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 3em 0 2em;
  padding: 0 0.5em 0.5em;
  position: relative;
}
.tips-detail__content h3:before {
  background: repeating-linear-gradient(
    90deg,
    #36c3c6 0%,
    #36c3c6 29.3%,
    rgba(15, 166, 216, 0.2) 29.3%,
    rgba(15, 166, 216, 0.2) 100%
  );
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.tips-detail__content .step {
  align-items: center;
  border-left: 0;
  display: flex;
  padding-left: 0;
  position: relative;
}

.tips-detail__content .step strong {
  color: inherit;
}

.tips-detail__content .step:before {
  background: #65d6df;
  border-radius: 3px;
  color: #ffffff;
  font-size: 0.9rem;
  height: 30px;
  letter-spacing: 0.01rem;
  line-height: 30px;
  margin-right: 0.4em;
  padding: 0 0.6em 0 0.5em;
  text-align: center;
  width: 30px;
}

.tips-detail__content .step01:before {
  content: "1";
}

.tips-detail__content .step02:before {
  content: "2";
}

.tips-detail__content .step03:before {
  content: "3";
}

.tips-detail__content .step04:before {
  content: "4";
}

.tips-detail__content h4 {
  border-left: solid 2px #65d6df;
  font-size: 1.2rem;
  margin: 3em 0 1.5em;
  padding: 0 0 0 16px;
}

.tips-detail__content blockquote {
  background-color: #65d6df12;
  border-left: 3px solid #36c3c6;
  color: #000000;
  font-size: 0.9rem;
  margin: 0 2em 1em 2em;
  padding: 30px 20px 25px 40px;
  position: relative;
}
.tips-detail__content blockquote p strong {
  color: #000000;
}
.tips-detail__content blockquote:before {
  color: #36c3c6;
  content: "“";
  font-family: serif;
  font-size: 4em;
  left: 10px;
  line-height: 1;
  position: absolute;
  top: 5px;
}

.tips-detail__content blockquote p {
  line-height: inherit;
  margin: 0;
}

.tips-detail__content .wp-block-image.left {
  float: left;
  margin-right: 2%;
  width: 30%;
}

.tips-detail__content .wp-block-image.left:after {
  clear: both;
  content: "";
  display: block;
}

.tips-detail__content a {
  display: inline-block;
  font-weight: bold;
  margin: 0 5px;
}

.tips-detail__content a:hover {
  color: #005ae0;
  opacity: 0.8;
  text-decoration: underline;
}

.tips-detail__content p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.tips-detail__content p strong {
  color: #e33722;
}
.tips-detail__content .arrow-link {
  margin-bottom: 0.5em;
}
.tips-detail__content .arrow-link a {
  align-items: center;
  color: #1b6192;
  display: flex;
  line-height: 1;
  margin-left: 0;
  text-decoration: underline;
}
.tips-detail__content .arrow-link a:hover {
  text-decoration: none;
}
.tips-detail__content .category {
  margin-bottom: 4em;
}
.tips-detail__content .category li {
  display: inline-block;
}
.tips-detail__content .category li a {
  background: #36c3c6;
  border: 1px solid #36c3c6;
  border-radius: 100px;
  color: #ffffff !important;
  display: inline-block;
  font-size: 1rem;
  margin: 0 0.5em 0.5em 0;
  padding: 0.5em 1em;
}
.tips-detail__content .category li a:hover {
  text-decoration: none;
}
.tips-detail__content dl dd,
.tips-detail__content dl dt {
  border-left: 1px solid #000000;
  padding-left: 0.8em;
}

.tips-detail__content dl dd {
  margin-bottom: 1em;
  padding-bottom: 0.2em;
  padding-left: 0.9em;
}

.tips-detail__content dl dt {
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
  padding-top: 0.2em;
}

.tips-detail__content dl dd p,
.tips-detail__content dl dt p {
  margin-bottom: 0;
}

.tips-detail__content dl dd ul {
  background: none;
  margin-bottom: 0;
  padding: 0.5em 0 0.5em 0.5em;
}

.tips-detail__content dl dd ul li {
  margin-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -0.5em;
}

.tips-detail__content dl dd ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}

.tips-detail__content ol {
  background: #edf2f6;
  border-radius: 5px;
  list-style: auto;
  margin: 0 0 1em;
  padding: 1em 1em 1em 2.5em;
}

.tips-detail__content ol > li {
  margin-bottom: 0.5em;
}

.tips-detail__content .nest > li {
  line-height: 1.8;
}

.tips-detail__content .nest li ul li {
  line-height: 1.8;
  margin-bottom: 0;
}

.tips-detail__content .nest li ul li::before {
  content: "・";
  display: inline-block;
  margin-right: 5px;
}

.tips-detail__content .nest > li ul {
  padding-left: 0.5em;
}

.tips-detail__content .nest li ul li ul li {
  font-size: 21px;
}

.tips-detail__content .nest li ul li ul li::before {
  height: 2px;
  margin-bottom: 8px;
}

.tips-detail__content ul.nomal {
  background: #edf2f6;
  border-radius: 5px;
  padding: 1em;
}

.tips-detail__content ul.nomal li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -0.5em;
}

.tips-detail__content ul.nomal li:last-child {
  margin-bottom: 0;
}

.tips-detail__content ul.nomal li:before {
  color: #2c9aa3;
  content: "✓";
  display: inline-block;
  margin-right: 5px;
}

.tips-detail__content figure {
  margin: 0 auto 3em;
  margin-bottom: 2em;
  text-align: center;
  width: 70%;
}

.tips-detail__content figcaption {
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: center;
}

.tips-detail__content .term-float.r {
  display: flex;
  flex-wrap: wrap;
}

.tips-detail__content .term-float-img {
  text-align: center;
  width: 30%;
}
.tips-detail__content .term-float-img img {
  border-radius: 5px;
}
.tips-detail__content .term-float-text {
  padding-right: 1em;
  width: 70%;
}

/* Linked Post Card */
.linked-post-card {
  margin-top: 2em;
  position: relative;
}

.linked-post-card a {
  align-items: flex-start;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: inherit;
  display: flex;
  margin-bottom: 20px;
  padding: 15px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.linked-post-card a:before {
  background: #ffffff;
  content: "✔︎関連記事はこちら";
  display: inline-block;
  font-size: 0.8rem;
  left: 3.5em;
  padding: 0 5px;
  position: absolute;
  top: -0.7em;
}

.linked-post-card a:hover {
  color: inherit;
  text-decoration: none;
}

.linked-post-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1),
    0 12px 28px -12px rgba(0, 0, 0, 0.05);
}

/* Image part */
.linked-post-card .post-image {
  flex-shrink: 0;
  height: auto;
  margin-right: 15px;
  overflow: hidden;
  width: 20%;
}

.linked-post-card .post-image img {
  border-radius: 5px;
  display: block;
  height: auto;
  max-width: 100%;
}

/* Text part */
.linked-post-card .post-content {
  flex-grow: 1;
}

.linked-post-card .post-content h4 {
  border: none;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 0;
}

.linked-post-card .post-content p {
  font-size: 0.9em;
  font-weight: initial;
  line-height: 1.6;
  margin-top: 0;
}

/* Flex Layouts */
.flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.flex .flexItem {
  border: 10px solid #edf2f6;
  border-radius: 5px;
}

.flex .flexItem a {
  margin: 0;
}

.flex02 .flexItem {
  margin: 1%;
  width: calc(100% / 2 - 2%);
}

.flex03 .flexItem {
  margin: 1%;
  width: calc(100% / 3 - 2%);
}

.flex04 .flexItem {
  margin: 1%;
  width: calc(100% / 4 - 2%);
}

.flexItem-img {
  text-align: center;
}

.flexItem img {
  border-radius: 5px 5px 0 0;
  margin-bottom: 0.5em;
}

.flexItem p {
  border-radius: 0 0 5px 5px;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.8em;
  padding: 0 1em;
  text-align: center;
}
.flexItem p strong {
  color: #000000;
}
.flex.left .flexItem p {
  text-align: left;
}
/* Gutenberg */
.has-small-font-size {
  font-size: 0.9rem;
}
.has-medium-font-size {
  font-size: 1.1rem;
}
.has-large-font-size {
  font-size: 1.2rem;
}
.has-x-large-font-size {
  font-size: 1.4rem;
}
/*----------------------------------------------
# Media Queries (max-width: 768px)
----------------------------------------------*/
@media (max-width: 768px) {
  /* Common Parts */
  .main {
    margin: auto;
    width: 96% !important;
  }

  .contents.tips main {
    width: 90% !important;
  }



  .footer {
    display: block !important;
    width: 95% !important;
  }

  .footer-category-inner {
    display: block !important;
    padding-bottom: 0 !important;
    width: 96% !important;
  }

  .footer-category-list .cate01,
  .footer-category-child-item li {
    margin-bottom: 0.5em !important;
  }

  .breadcrumbWrap {
    line-height: 1.4;
    margin: 1em auto;
    max-height: 5em;
    overflow: auto;
    width: 96%;
  }

  .breadcrumb {
    font-size: 0.8rem;
  }

  /* Search Form */
  .search {
    justify-content: flex-start;
    width: 100%;
  }

  .headerBottom__search {
    display: flex;
  }

  .search-keyword {
    font-size: 12px;
    padding: 4px 8px;
    width: 20%;
  }

  .action-search-button img {
    height: 32px;
  }

  /* Header (Tips) */
  .headerTips-cover {
    background: url(http://test05.fukuhara.work/blog/wp-content/uploads/2025/06/headerTips-cover-sp.png)
      no-repeat;
    background-size: 100% 270px;
    width: auto;
  }

  .headerTips {
    margin-bottom: 0;
  }

  .headerTips-logo-wrap .headerTips-logo {
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
  }

  .headerTips .sp_category_dropdown_wrap {
    display: block;
    text-align: center;
  }

  .headerTips .sp_category_toggle_btn {
    align-items: center;
    background: #ffffff;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 15px 20px;
    text-align: left;
    width: 100%;
  }

  .headerTips .sp_category_toggle_btn svg {
    margin-right: 5px;
  }

  .headerTips .sp_category_dropdown_menu {
    border: none;
    bottom: inherit;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    left: 0;
    position: absolute;
    transform: none;
    width: 100%;
    z-index: 100;
  }

  .headerTips .sp_category_dropdown_menu ul {
    background: #c9faff;
    border-radius: initial;
    box-shadow: inherit;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .headerTips .sp_category_dropdown_menu li {
    border-bottom: 1px solid #ffffff;
    text-align: left;
  }

  .headerTips .sp_category_dropdown_menu li:last-child {
    border-bottom: none;
  }

  .headerTips .sp_category_dropdown_menu a {
    color: #00686a;
    display: block;
    font-size: 0.8rem;
    font-weight: 400;
    padding: 10px 20px;
    text-decoration: none;
  }

  .headerTips .sp_category_dropdown_menu a:hover {
    background-color: #f9f9f9;
    color: #000000;
  }

  /* Customer Photos List */
  .tag-list ul {
    margin: 0 auto;
    width: 96%;
  }

  .tag-list ul li a {
    width: 110px;
  }

  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 3em;
  }

  /* Customer Photo Detail */
  #userPhoto-notice .toggle {
    font-size: 1rem;
  }

  .post-title {
    font-size: 1.2rem;
  }

  .post-detail-thumbnail {
    width: 100%;
  }

  .post-detail-thumbnail img {
    height: auto;
    width: auto;
  }

  .post-detail-thumbnail .scf-image img {
    height: 200px !important;
    width: 200px !important;
  }

  .post-detail-content {
    margin-bottom: 2em;
  }

  .post-detail-content h3 {
    font-size: 1rem;
  }

  .post-detail-content h3:before,
  .post-detail-content h3:after {
    content: "□□□□□□□□□□□□□□□□□□□□□";
    display: block;
  }

  .post-detail-content p {
    padding: 0 1em;
  }

  /* Tips List / Archive (快適な暮らしのヒント！ 内装でできる工夫いろいろ一覧) */
  body.tips .container {
    margin: 1em auto;
    width: 90%;
  }

  body.tips .container.tips-container {
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 2%;
    width: 100%;
  }

  body.tips .container.tips-container main {
    padding: 2em 1em 1em; /* Combined padding for brevity */
    width: 96% !important;
  }

  body.tips .breadcrumb {
    border-radius: 0;
  }

  .tips-archive-items ul li {
    margin: 1% 1% 4%;
    width: calc(100% / 2 - 2%);
  }
  .tips-category-list ul {
    display: block;
  }
  .tips-category-list ul li {
    margin-bottom: 0.8em;
  }
  .tips-category-list ul li a {
    display: block;
  }
  .tips-detail__content .figure {
    /* This class does not exist in the original HTML */
    width: 100%;
  }

  .tips-detail__content .wp-block-image.left {
    float: none;
    margin-right: 0;
    width: 100%;
  }

  .tips-detail__content .wp-block-image.left:after {
    clear: both;
    content: "";
    display: none;
  }
  .tips-detail__content .category li {
    display: block;
  }
  .tips-detail__content .category li a {
    display: block;
    text-align: center;
  }
  .term-anchor-menu ul li {
    width: 100%;
  }

  .term-anchor-menu.pro ul li {
    margin: 0.5em 0;
    width: 100%;
  }

  .tips-detail__content .term-float.r {
    /* No changes needed here based on previous */
  }

  .tips-detail__content .term-float-img {
    margin: 0 auto 1em;
    width: 80%;
  }

  .tips-detail__content .term-float-text {
    order: 2;
    padding-right: 0;
    width: 100%;
  }

  .tips-categories-sections {
    display: block;
  }

  .tips-categories-sections section {
    margin-bottom: 5em;
    width: 100%;
  }

  .tips-categories-sections section:last-child {
    margin-bottom: 0;
  }

  .tips-in {
    margin-bottom: 2em;
    padding: 0 0 1em;
  }

  .tips-list,
  .tips-detail {
    padding: 0 0 2em; /* Combined padding for brevity */
  }
  .tips-detail__content figure {
    width: 100%;
  }
  .tips-detail__content blockquote {
    margin-left: 0;
    margin-right: 0;
  }
  .tips-detail__title {
    font-size: 1.4rem;
    margin-bottom: 0.25em;
    padding: 0;
  }

  .tips-detail__content h2 {
    font-size: 1.3rem;
  }

  .tips-detail__content h3 {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .tips-detail__content h4 {
    font-size: initial;
  }

  .tips-detail__content dl > div {
    display: block;
    margin-bottom: 1em;
  }

  .tips-detail__content dl dd {
    border-radius: 0 0 5px 5px;
    width: 100%;
  }

  .tips-detail__content dl dt:after {
    border: 10px solid transparent;
    border-top: 10px solid #36c3c6;
    content: "";
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 115%;
  }

  .tips-detail__content dl dt {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }

  .linked-post-card .post-image {
    margin-right: 5px;
  }

  .linked-post-card .post-content h4 {
    font-size: 0.7rem;
  }

  .linked-post-card .post-content p {
    display: none;
  }
  .linked-post-card a:before {
    left: 1em;
  }
  .note.blue dt {
    font-size: 1rem;
    text-align: center;
  }
  .note.list dd {
    font-size: 0.9rem;
    padding-left: 1.5em !important;
    text-indent: -0.7em;
  }
  .flex01 .flexItem,
  .flex02 .flexItem,
  .flex03 .flexItem,
  .flex04 .flexItem {
    margin: 1% 1% 10% 1%;
    width: calc(100% / 1 - 2%);
  }
  .tips-list-special-categories .term-anchor-menu {
    margin: 0 0 2em;
  }
}
