/*
Theme Name: Suisai
Author: GitHub Copilot
Description: A theme for TOTO Suisai Plaza based on a Figma design.
Version: 1.0
*/

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  font-size: 18px;
  line-height: 2.0;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

header {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
}

header .logo img {
  width: 250px;
}

.right-header {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

header nav ul {
  display: flex;
  gap: 50px;
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul li a {
  font-weight: bold;
  font-size: 18px;
}

header nav ul li a.current {
  border-bottom: 3px solid #229ad7
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: right;
}

.header-contact .tel {
  margin-right: 20px;
}

.header-contact .tel p {
  margin: 0;
  font-size: 16px;
  line-height: 1.2;
}

.header-contact .tel span {
  font-size: 24px;
  font-weight: bold;
}

.header-contact .mail a {
  display: flex;
  align-items: center;
  background-color: #229ad7;
  color: white;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 18px;
}

.header-contact .mail img {
  width: 27px;
  margin-right: 10px;
}

main {
  padding-top: 110px;
}

.main-visual {
  position: relative;
  height: 780px;
  padding: 0;
}

.slider .slide-item {
  height: 780px;
  background-size: cover;
  background-position: center;
}

.slide-1 {
  background-image: url('img/mv-slide01.webp');
}

.slide-2 {
  background-image: url('img/mv-slide02.webp');
}

.slide-3 {
  background-image: url('img/mv-slide03.webp');
}

.main-visual .catch-copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  letter-spacing: 5px;
  text-align: center;
  color: white;
  width: 780px;
}

.main-visual .catch-copy p {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.83);
}

.main-visual .catch-copy h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  line-height: 1.4;
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.83);
}

.marker {
  background: linear-gradient(transparent 60%, #229ad7 60%);
}

section {
  padding: 100px 40px;
}

.section-title {
  text-align: center;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

h2 span {
  display: block;
  font-size: 18px;
  font-weight: lighter;
}

.news {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}

.news h2 {
  color: #229ad7
}

.news ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 980px;
}

.news ul li {
  border-bottom: 1px dotted #ccc;
}

.news ul li a {
  display: flex;
  align-items: center;
  padding: 20px;
}

.news ul li time {
  margin-right: 20px;
}

.news ul li span {
  background-color: #229ad7;
  border-radius: 20px;
  color: white;
  padding: 5px 10px;
  margin-right: 20px;
  font-size: 14px;
}

.merchandise {
  background-color: #f7f7f7;
}

.merchandise .items {
  display: grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.merchandise .item {
  border: 1px solid #eee;
  padding: 20px;
}

.merchandise .item h3 {
  font-size: 18px;
  font-weight: medium;
  text-align: left;
}

.merchandise .item-image {
  padding: 20px;
}

.merchandise .item-image img {
  width: 100%;
}

.merchandise .item h4 {
  font-size: 24px;
  font-weight: bold;
  color: #e02a15;
  margin: 10px 0;
}

.merchandise .item .price {
  font-size: 30px;
  font-weight: bold;
  color: #e02a15;
}

.merchandise .item .price span {
  font-size: 20px;
}

.merchandise .item .price-info {
  font-size: 16px;
}

.merchandise .item .price-details {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
}

.merchandise .item .price-details span {
  background-color: #f0f0f0;
  padding: 10px 20px;
  margin: 0 5px;
}

.btn {
  display: inline-block;
  background-color: #229ad7;
  color: white;
  padding: 15px 40px;
  margin-top: 20px;
  font-weight: bold;
}

.about,
.renovation-image {
  max-width: 1400px;
  display: flex;
  align-items: center;
  gap: 40px;
  text-align: left;
  margin: 0 auto;
}

.about-content,
.feature-content,
.renovation-image-content {
  flex: 1;
}

.about-image,
.feature-image,
.renovation-image-image {
  flex: 1;
}

.about-image img,
.feature-image img,
.renovation-image-image img {
  width: 100%;
}

.about-content,
.renovation-image-content {
  background-image: url('img/img53.webp');
  background-size: 450px;
  background-position: center;
  background-repeat: no-repeat;
}

.feature-content {
  background-image: url('img/img62.webp');
  background-size: 450px;
  background-position: center;
  background-repeat: no-repeat;
}

.reform {
  background-color: #f7f7f7;
}

.reform h3 {
  text-align: center;
}

.reform .cases {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.reform .case {
  padding-bottom: 20px;
}

.reform .case img {
  width: 100%;
	height: 373px;
    object-fit: cover;
}

.reform .case h4 {
  font-size: 20px;
  margin: 10px 0;
}

.reform .case a {
  color: #229ad7;
  font-weight: bold;
  border: 1px solid #229ad7;
  padding: 0 5px;
}

.feature-inner {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.feature ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature ul li {
  margin-bottom: 20px;
}

.feature ul li h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.feature ul li .red {
  color: #e02a15;
}

.store-info {
  background-color: #f7f7f7;
}

.store-info .store-info-content {
  display: flex;
  gap: 40px;
  max-width: 1400px;
  margin: 40px auto 0;
  text-align: left;
}

.store-info-image {
  flex: 1;
}

.store-info-image img {
  width: 100%;
}

.store-info-details {
  flex: 1;
  font-size: 20px;
  letter-spacing: 2px;
}

.store-info-details table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.store-info-details tr {
  border-bottom: 1px solid #ccc;
}

.store-info-details th,
.store-info-details td {
  padding: 15px;
  text-align: left;
  vertical-align: top;
}

.store-info-details th {
  width: 30%;
  font-weight: bold;
}

.contact {
  background-image: url('img/img76.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #333;
}

.contact-content {
  padding: 40px;
  max-width: 1000px;
}

.contact-content p {
  text-align: center;
}

.contact-methods {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.contact-tel {
  background-color: #229ad7;
  color: white;
  flex: 1;
}

.contact-tel hr {
  width: 80%;
  border: 1px solid white;
  margin: 15px auto;
}

.contact-tel p {
  text-align: center;
  line-height: 1.2;
  letter-spacing: 3px;
}

.contact-mail {
  background-color: #F5C51E;
  color: white;
  flex: 1;
}

.contact-mail p {
  text-align: center;
  line-height: 1.2;
}

.contact-tel span,
.contact-mail span {
  font-size: 40px;
}

.contact-tel .mini {
  font-size: 32px;
}

.contact-mail a {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
}

.contact-mail img {
  width: 69px;
}

.map {
  padding: 0;
}

.banners {
  text-align: center;
  padding: 25px 40px;
}

.bnr-group {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
}

.bnr-group .bnr p {
  font-size: 16px;
  text-align: center;
  margin: 0;
  line-height: 1.2;
}

footer {
  background-color: #f0f0f0;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px;
}

.footer-logo img {
  width: 145px;
}

.footer-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.footer-nav {
  flex: 1;
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 25px;
  max-width: 600px;
}

.footer-nav ul li {
  margin: 0 10px;
}

.footer-nav ul li a::after {
  content: '▲';
  color: #229ad7;
  margin-left: 5px;
  font-size: 10px;
  display: inline-block;
  transform: rotate(90deg)
}

.copyright {
  background-color: #229ad7;
  color: white;
  text-align: center;
  padding: 20px;
}

.copyright p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 2px;
}


.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
}

.page-top a {
  display: block;
  background-color: #E02A15;
  color: white;
  width: 60px;
  height: 60px;
  text-align: center;
  padding-top: 5px;
  box-sizing: border-box;
  line-height: 1;
}

.page-top a span {
  font-size: 14px;
}

.page-top img {
  width: 24px;
}

/* Page Trouble
---------------------------------------------------------- */
.page-title {
  position: relative;
  height: 400px;
  padding: 0;
}

.page-title-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.page-title-overlay {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title-text {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
  color: #333;
}

.page-title-text p {
  font-size: 20px;
  margin: 0;
  letter-spacing: 2px;
}

.page-title-text h1 {
  font-size: 50px;
  font-weight: bold;
  margin: 0;
  letter-spacing: 5px;
}

.trouble-list {
  padding: 100px 0;
}

.trouble-line {
  padding: 50px 0;
}

.gray {
  background-color: #f7f7f7;
}

.trouble-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  max-width: 1400px;
  margin: 0 auto;
}

.trouble-item h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 5px solid #229ad7;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trouble-item h3 img {
  width: 23px;
  height: 23px;
}

.trouble-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: flex-start;
  margin-top: 20px;
}

.trouble-content p {
  font-size: 18px;
  line-height: 1.8;
  margin: 0;
}

.trouble-content img {
  width: 100%;
}

/* Reform Archive
---------------------------------------------------------- */
.reform-archive {
  padding: 100px 40px;
}

.reform-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  max-width: 1400px;
  margin: 60px auto 0;
}

.reform-item {
  border: 1px solid #ccc;
  padding: 20px;
}

.reform-item a {
  display: block;
  padding: 20px;
}

.reform-item-header h3 {
  font-size: 20px;
  font-weight: bold;
}

.ratings {
  display: flex;
  gap: 20px;
  margin: 10px 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 10px;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 20px;
  font-family: Times;
  line-height: 1;
}

.stars::before {
  content: '★★★★★';
  letter-spacing: 3px;
  background: linear-gradient(90deg, #ffcc00 var(--percent), #ccc var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reform-item-body {
  margin-top: 20px;
}

.reform-item-image .no-image {
  width: 300px;
  height: 200px;
  background-color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.reform-item-image img {
  width: 100%;
  height: auto;
}

.reform-category {
  display: inline-block;
  border: 1px solid #229ad7;
  color: #229ad7;
  padding: 5px 10px;
  font-size: 14px;
}

.reform-item-content h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0;
}

.reform-item-content p {
  font-size: 16px;
  line-height: 1.6;
}

.reform-specs {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
}

.reform-meta {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  font-size: 14px;
  display: flex;
  gap: 20px;
}

.reform-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-top: 1px dotted #ccc;
  padding-top: 10px;
}

.arrow {
  font-size: 24px;
  color: #229ad7;
}

/* Q&A Page */
.qa-section {
  padding: 80px 0;
}

.qa-section__inner {
  max-width: 1000px;
  margin: 80px auto;
}

.qa-item {
  margin: 20px 0;
}

.qa-item__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  cursor: pointer;
  background-color: #229ad7;
  color: #fff;
  letter-spacing: 2px;
}

.qa-item__question p {
  margin: 0;
}

.qa-item__answer {
  display: none;
  padding: 20px;
  background-color: #f9f9f9;
  line-height: 1.8;
}

.qa-item__answer p {
  margin: 0;
}

.qa-item__icon {
  position: relative;
  width: 20px;
  height: 20px;
}

.qa-item__icon::before,
.qa-item__icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
}

.qa-item__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa-item.active .qa-item__icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* News Page & Sidebar */
.page-container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 80px auto;
  padding: 0 20px;
}

.page-content {
  width: 70%;
}

.sidebar {
  width: 25%;
}

.news-list {
  border: 1px solid #ccc;
  padding: 20px;
}

.news-item-long {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.news-item-long:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.news-item-long__img-wrapper {
  width: 200px;
  margin-right: 30px;
}

.news-item-long__img-wrapper img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.news-item-long__body {
  flex: 1;
  position: relative;
}

.news-item-long__category {
  display: inline-block;
  padding: 5px 15px;
  background-color: #0071b7;
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.news-item-long__title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
  line-height: 1.5;
}

.news-item-long__date {
  display: block;
  font-size: 14px;
  color: #888;
  margin-bottom: 20px;
}

.news-item-long__link {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #0071b7;
  text-decoration: none;
  font-weight: bold;
}

.news-item-long__link::after {
  content: '→';
  margin-left: 5px;
}

/* Sidebar Widgets */
.widget {
  margin-bottom: 40px;
}

.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0071b7;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
}

.widget ul li a {
  text-decoration: none;
  color: #333;
}

.widget ul li a:hover {
  background-color: #f5f5f5;
}

/* Pagination */
.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination .page-numbers {
  display: inline-block;
  padding: 8px 15px;
  margin: 0 5px;
  border: 1px solid #ddd;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
  background-color: #0071b7;
  color: #fff;
  border-color: #0071b7;
}

/* Product Page */
.product-section {
  padding: 80px 0;
}

.product-section__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.product-category .section-title {
  margin-bottom: 40px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: baseline;
}

.product-card {
  border: 1px solid #eee;
  text-align: center;
  position: relative;
  background: #fff;
}

.blue-card {
  border: 2px solid #229ad7;
}

.orange-card {
  border: 2px solid #F5C51E;
}

.product-card__tag {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 15px;
  font-size: 14px;
  background: #ffffff4a;
  z-index: 1;
}

.blue-tag {
  border: 2px solid #229ad7;
}

.orange-tag {
  border: 2px solid #F5C51E;
}

.product-card__image {
  position: relative;
  margin-bottom: 20px;
}

.product-card__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 2.5 / 2;
  object-fit: cover;
}

.product-card__image span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 12px;
  padding: 2px 5px;
}

.product-card__title {
  color: #e02a15;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

.product-card__price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.product-card__price .price-tag {
  background-color: #e02a15;
  color: white;
  padding: 5px;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1.2;
}

.product-card__price .price-tag span {
  display: block;
  font-size: 16px;
}

.product-card__price p {
  font-size: 32px;
  font-weight: bold;
  color: #e02a15;
  margin: 0;
}

.product-card__price p span {
  font-size: 16px;
  font-weight: bold;
  /* color: #333; */
}

.product-card__features {
  padding: 10px 0;
}

.product-card__features p {
  font-size: 14px;
  margin: 0 0 15px;
  line-height: 1.5;
}

.product-card__features p span {
  font-size: 20px;
}

.product-card__features div {
  font-weight: bold;
}

.product-card__features div span {
  background-color: #F5C51E;
  border-radius: 30px;
  padding: 7px 25px;
}

.product-card__desc {
  text-align: left;
  padding: 15px;
  background-color: #fff;
}

.product-card__desc img {
  width: 55px;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-card__desc p {
  position: relative;
  font-size: 16px;
  margin: 0;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  text-shadow:
    -2px -2px 0 rgba(255, 255, 255, 1),
    2px -2px 0 rgba(255, 255, 255, 1),
    -2px 2px 0 rgba(255, 255, 255, 1),
    2px 2px 0 rgba(255, 255, 255, 1);
}

.product-card__button {
  display: block;
  color: white;
  padding: 15px;
  font-weight: bold;
  transition: background-color 0.3s;
}

.blue-btn {
  background-color: #229ad7;
}

.orange-btn {
  background-color: #F5C51E;
}

.product-card__button:hover {
  background-color: #555;
}

/* Contact Page */

.contact-page-section__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.contact-form {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
}

.contact-form-lead {
  text-align: center;
  line-height: 2.3;
  margin: 40px 0;
}

.contact-form-lead span {
  color: #229ad7;
}

.contact-form-lead a {
  color: #229ad7;
  text-decoration: underline;
}

.contact-form-heading {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 15px;
  color: #229ad7;
  border-bottom: 2px solid #229ad7;
  margin: 0 0 30px;
}

/* 全体テーブル風レイアウト */
/* table 全体 */
.contact-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  table-layout: fixed;
}

/* セルの基本 */
.contact-table th,
.contact-table td {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: top;
  font-size: 15px;
}

/* 見出し */
.contact-table th {
  width: 33%;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #e5e5e5;
}

/* 必須マーク */
.contact-table .req {
  color: red;
  font-size: 12px;
  margin-left: 4px;
}

/* 入力フォーム共通 */
.contact-table input[type="text"],
.contact-table input[type="email"],
.contact-table input[type="tel"],
.contact-table textarea {
  width: 80%;
  padding: 12px;
  border: 1px solid #cfcfcf;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
}

.contact-table textarea {
  height: 150px;
}

/* ラジオボタン整列 */
.wpcf7-list-item {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}

/* 送信ボタン */
.contact-submit {
  text-align: center;
  margin-top: 40px;
}

.contact-submit input[type="submit"] {
  background: #1ea4e9;
  color: #fff;
  padding: 12px 50px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.contact-submit input[type="submit"]:hover {
  opacity: 0.85;
}

.privacy-policy-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.privacy-policy-content {
  line-height: 1.8;
  margin-top: 40px;
}

.privacy-policy-content p {
  font-size: 18px;
}

.privacy-policy-content ol {
  padding-left: 20px;
}

.privacy-policy-content li {
  margin-bottom: 15px;
}

.privacy-policy-content strong {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.privacy-policy-sign {
  text-align: right;
}

/* Single Post Page */
.post-single {
  background-color: #fff;
}

.post-single__title {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.5;
}

.post-single__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.post-single__date {
  font-size: 14px;
  color: #888;
}

.post-single__category a {
  display: inline-block;
  padding: 5px 15px;
  background-color: #0071b7;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

.post-single__thumbnail {
  margin-bottom: 30px;
}

.post-single__thumbnail img {
  width: 100%;
  height: auto;
}

.post-single__content {
  line-height: 1.8;
  font-size: 16px;
}

.post-single__content h2 {
  font-size: 24px;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0071b7;
}

.post-single__content h3 {
  font-size: 20px;
  margin: 30px 0 15px;
  padding-left: 15px;
  border-left: 5px solid #0071b7;
}

.post-single__content p {
  margin-bottom: 20px;
}

.post-single__content a {
  color: #0071b7;
  text-decoration: underline;
}

.post-single__content ul,
.post-single__content ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.post-single__content li {
  margin-bottom: 10px;
}

.post-single__content blockquote {
  margin: 30px 0;
  padding: 20px;
  background-color: #f7f7f7;
  border-left: 5px solid #ccc;
}

/* About Page */
.about-us {
  padding: 80px 20px;
}

.about-us__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.about-us__content {
  display: flex;
  align-items: center;
  gap: 50px;
}

.about-us__text {
  flex: 1;
}

.about-us__text h2 {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #229ad7;
}

.about-us__image {
  flex: 1;
}

.about-us__image img {
  width: 100%;
  height: auto;
}

.store-info-section {
  padding: 80px 20px;
  background-color: #f7f7f7;
}

.store-info-section__inner {
  max-width: 900px;
  margin: 0 auto;
}

.store-info-table dl {
  display: flex;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.store-info-table dl:last-child {
  border-bottom: none;
}

.store-info-table dt {
  width: 15%;
  padding: 25px;
  font-weight: bold;
  background-color: #f7f7f7;
}

.store-info-table dd {
  width: 70%;
  padding: 25px;
  margin: 0;
}

.access-map {
  padding: 0;
}

.access-map__inner {
  max-width: 100%;
}

/* Responsive Styles
---------------------------------------------------------- */

/* Tablet and smaller */
@media (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }

  img {
    max-width: 100%;
  }

  .renovation-image,
  .feature-inner,
  .store-info .store-info-content,
  .news {
    flex-direction: column;
    gap: 30px;
  }

  .about {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .about-image,
  .renovation-image-image {
    margin-right: 0;
  }

  .about-content,
  .feature-content,
  .renovation-image-content {
    background-size: 300px;
  }
}

@media (max-width: 992px) {

  body {
    padding-bottom: 65px;
  }

  .sp-only {
    display: block;
  }

  .pc-only {
    display: none;
  }

  header {
    height: 65px;
    padding: 10px 20px;
    position: static;
  }

  .right-header {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
  }

  header nav ul {
    gap: 20px;
  }

  main {
    padding-top: 65px;
  }

  .main-visual {
    height: 60vh;
  }

  .main-visual .catch-copy {
    width: 100%;
  }

  .slider .slide-item {
    height: 60vh;
  }

  .main-visual .catch-copy h1 {
    font-size: 36px;
  }

  .main-visual .catch-copy p {
    font-size: 24px;
  }

  section {
    padding: 60px 20px;
  }

  h2 {
    font-size: 24px;
  }

  h2 span {
    font-size: 16px;
  }

  .merchandise .items,
  .product-grid,
  .trouble-grid {
    grid-template-columns: 1fr;
  }

  .reform .cases {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .reform .case h4 {
    font-size: 16px;
  }

  .reform .case a {
    font-size: 10px;
  }

  .product-section__inner {
    padding: 0;
  }

  .contact-spimg {
    margin-bottom: -5px;
  }

  .contact-spimg img {
    width: 100%;
  }

  .contact-content {
    padding: 0;
  }

  .contact-methods {
    flex-direction: column;
  }

  .contact-tel span,
  .contact-mail span {
    font-size: 30px;
  }

  .contact-tel .mini {
    font-size: 22px;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .footer-logo img {
    width: 100px;
  }

  .footer-nav ul {
    padding: 0;
  }

  .page-title {
    height: 150px;
  }

  .page-container {
    flex-direction: column;
  }

  .page-content,
  .sidebar {
    width: 100%;
  }

  .sidebar {
    margin-top: 60px;
  }

  .store-info-table dt,
  .store-info-table dd {
    padding: 5px;
    text-align: left;
  }

  .about-us__content,
  .store-info-table dl {
    flex-direction: column;
  }

  .store-info-details {
    font-size: 16px;
  }

  .store-info-details th,
  .store-info-details td {
    display: block;
    width: 100%;
    padding: 10px 0;
  }

  .store-info-table dt,
  .store-info-table dd {
    border-right: none;
  }

  .store-info-table dt {
    border-bottom: 1px solid #eee;
  }

  .contact-page-section__inner {
    padding: 0;
  }

  .trouble-line {
    padding: 50px 20px;
  }

  .trouble-item h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 3px solid #229ad7;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .trouble-content p {
    font-size: 16px;
  }

  .reform-archive {
    padding: 80px 20px;
  }

  .reform-grid {
    grid-template-columns: unset;
  }

  .ratings {
    display: block;
  }

  .qa-section__inner {
    padding: 0 20px;
  }

}

/* Mobile */
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }

  header {
    padding: 10px;
    position: fixed;
  }

  header .logo img {
    width: 200px;
  }

  .right-header {
    flex-direction: column;
    align-items: stretch;
  }

  header nav {
    width: 100%;
  }

  header nav ul {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  header nav ul li a {
    display: block;
    padding: 10px;
    background: #f5f5f5;
  }

  .header-contact {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .header-contact .tel {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .header-contact .mail a {
    justify-content: center;
  }

  .main-visual {
    height: 600px;
  }

  .slider .slide-item {
    height: 600px;
  }

  .main-visual .catch-copy h1 {
    font-size: 26px;
  }

  .main-visual .catch-copy p {
    font-size: 18px;
  }

  .news ul {
    width: 100%;
  }

  .news ul li a {
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
  }

  .news ul li a p {
    width: 100%;
    margin: 0;
  }

  .product-card {
    padding: 10px;
  }

  .bnr-group {
    flex-direction: column;
    gap: 20px;
  }

  .page-title-text h1 {
    font-size: 24px;
  }

  .page-title-text p {
    font-size: 16px;
  }

  .trouble-content {
    grid-template-columns: 1fr;
  }

  .reform-item-body {
    grid-template-columns: 1fr;
  }

  .reform-item-image img,
  .reform-item-image .no-image {
    width: 100%;
  }

  .news-item-long {
    flex-direction: column;
  }

  .news-item-long__img-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .contact-form-wrapper,
  .privacy-policy-wrapper {
    padding: 20px;
  }

  .contact-table th,
  .contact-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0;
  }

  .contact-table th {
    border-bottom: 1px solid #eee;
    padding-top: 20px;
  }

  .contact-table td {
    padding-bottom: 20px;
  }

  .contact-table input[type="text"],
  .contact-table input[type="email"],
  .contact-table input[type="tel"],
  .contact-table textarea {
    width: 90%;
  }

  .contact-mail img {
    width: 50px;
  }

  .slide-1 {
    background-image: url('img/mv-slide01-sp.webp');
  }

  .slide-2 {
    background-image: url('img/mv-slide02-sp.webp');
  }

  .slide-3 {
    background-image: url('img/mv-slide03-sp.webp');
  }
}

/* Hamburger Menu */
.hamburger {
  width: 45px;
  height: 45px;
  display: none;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 100;
  position: absolute;
  right: 20px;
  background-color: #229ad7;
  padding: 7px;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #ffffff;
  margin: 6px 0;
  transition: 0.4s;
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background-color: rgba(255, 255, 255, 0.98);
  z-index: 50;
  padding-top: 70px;
  text-align: center;
  overflow-y: auto;
}

.mobile-nav .header-contact {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  justify-content: center;
}

.mobile-nav .header-contact .tel {
  margin-right: 0;
  margin-bottom: 20px;
}

.mobile-nav .header-contact .mail {
  justify-content: center;
}

.mobile-nav .header-contact .mail a {
  display: inline-flex;
}

.mobile-nav nav ul {
  display: block;
}

.mobile-nav nav ul li {
  padding: 7px 0;
  width: 80%;
  margin: 0 auto
}

.mobile-nav nav ul li a {
  font-size: 18px;
  font-weight: bold;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(-45deg) translate(-7px, 6px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(45deg) translate(-7px, -6px);
}

body.mobile-menu-active {
  overflow: hidden;
}

body.mobile-menu-active .mobile-nav {
  display: block;
}

@media (max-width: 1200px) {

  .right-header .desktop-nav,
  .right-header>.header-contact {
    display: none;
  }

  .hamburger {
    display: block;
  }
}

/* SP Fixed Footer */
.sp-fixed-footer {
  display: none;
}

@media (max-width: 768px) {
  .sp-fixed-footer {
    height: 65px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  }

  .sp-fixed-footer img {
    width: 20px;
  }

  .sp-footer-tel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 1;
    background-color: #229ad7;
    color: white;
    padding: 5px;
  }

  .sp-footer-tel p {
    margin: 0;
    font-size: 10px;
    line-height: 1.2;
    text-align: center;
  }

  .sp-footer-tel span {
    font-size: 15px;
    line-height: 1.2;
  }

  .sp-footer-mail {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 1;
    background-color: #F5C51E;
    color: white;
    text-align: center;
    padding: 20px 10px;
    font-weight: bold;
    padding: 5px;
  }

  .sp-footer-mail p,
  .sp-page-top p {
    margin: 0;
    color: #fff;
    font-weight: normal;
    line-height: 1.2;
  }

  .sp-page-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: #E02A15;
    padding: 5px;
  }

  .sp-page-top a {
    color: white;
    text-align: center;
    padding: 20px 10px;
    display: block;
    font-weight: bold;
    writing-mode: vertical-rl;
  }

  .page-top {
    display: none;
  }
}