/*
Theme Name: SMART WP
Theme URI: https://smart-wp.com/
Author: SMART WP
Author URI: https://smart-wp.com/
Description: ワードプレステンプレートSMART WP
Version: 1.0
*/
@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input, textarea, button {
  border: none;
  outline: none;
}

html, body {
  width: 100%;
  color: #000;
  font-size: 16px;
  line-height: 2;
  font-family: Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  text-size-adjust: 100%;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}

p, a {
  -webkit-font-smoothing: antialiased;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: #D5D6D2;
  transition: 0.3s;
}

img {
  width: 100%;
  vertical-align: bottom;
  height: auto;
}
strong {
  font-weight: bold;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
  width: inherit;
}
.alignright{
	float: right;
	margin-left: 1.5em;
  width: inherit;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
  width: inherit;
}
@media (max-width: 480px){
	.alignright{
		float: none;
		margin-left: 0;
    margin-bottom: 15px;
	}
	.alignleft{
		float: none;
		margin-right: 0;
    margin-bottom: 15px;
	}
}

.grecaptcha-badge { visibility: hidden; }

html {
  scroll-behavior: smooth;
}

.common_page {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .common_page {
    width: 80%;
  }
}

.common_page h1 {
  font-family: serif, AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}

.common_page h2 {
  font-size: 26px;
  margin: 10px 0;
}

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

section:not(:first-of-type) {
  padding: 50px 0;
}

.section_title {
  font-family: serif, AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  margin: 0 auto 30px;
  padding: 0 15px;
  font-weight: bold;
  border-bottom: 2px solid #D5D6D2;
  width: fit-content;
  width: -moz-fit-content; /* Firefox用 */
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px;
  background: #2F2E33;
  font-family: sans-serif;
}
@media screen and (max-width: 820px) {
  header {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 820px) {
  header nav {
    font-size: 12px;
    display: block;
    position: fixed;
    top: 0;
    left: 100%;
    background: #000;
    width: 100%;
    height: 100vh;
    padding-top: 70px;
    transition: 0.5s;
    z-index: 99;
  }
  header nav.active {
    transition: 0.5s;
    transform: translateX(-85%);
  }
}
header nav ul {
  display: flex;
}
@media screen and (max-width: 820px) {
  header nav ul {
    display: block;
  }
}
@media screen and (max-width: 820px) {
  header nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin: 0;
  }
  header nav ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
header nav ul li a {
  color: #fff;
  padding: 20px;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media screen and (max-width: 820px) {
  header nav ul li a {
    display: block;
    padding: 10px 20px;
  }
}
header nav ul li a:hover {
  background-color: #434343;
}
@media screen and (max-width: 820px) {
  header .logo {
    width: 180px;
  }
}
header .header_menuTrigger {
  display: none;
}
@media screen and (max-width: 820px) {
  header .header_menuTrigger {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 100;
    cursor: pointer;
  }
  header .header_menuTrigger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  header .header_menuTrigger span:nth-child(1) {
    top: 20%;
  }
  header .header_menuTrigger span:nth-child(2) {
    top: 50%;
  }
  header .header_menuTrigger span:nth-child(3) {
    top: 80%;
  }
  header .header_menuTrigger.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  header .header_menuTrigger.active span:nth-child(2) {
    opacity: 0;
  }
  header .header_menuTrigger.active span:nth-child(3) {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
}

#news .news-wrap {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #news .news-wrap {
    width: 90%;
  }
}
#news .news-title {
  font-family: serif, AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 24px;
  width: fit-content;
  border-bottom: 2px solid #D5D6D2;
  margin-bottom: 15px;
}
#news .news-list {
  margin-bottom: 20px;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  #news .news-list {
    width: 100%;
  }
}
#news .news-list li {
  padding: 15px 40px;
  border-bottom: 1px solid #ddd;
  display: flex;
}
@media screen and (max-width: 820px) {
  #news .news-list li {
    padding: 15px;
    font-size: 14px;
  }
}
#news .news-list li:first-child {
  border-top: 1px solid #ddd;
}
#news .news-list li .news-date {
  display: block;
  margin-right: 100px;
}
@media screen and (max-width: 820px) {
  #news .news-list li .news-date {
    margin-right: 10px;
    min-width: 40%;
  }
}
#news .news-list li .news-content {
  display: block;
  margin-left: 10px;
}
#news .news-link {
  margin: 0 auto;
  overflow: hidden;
}
#news .news-link a {
  color: #000;
  font-size: 14px;
  float: right;
}
#news .news-link a:hover {
  opacity: 0.5;
}

#about {
  background-color: #F9F9F9;
}
#about p {
  margin: 0 auto;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  #about p {
    width: 80%;
  }
}

#theme {
  background-color: #F9F9F9;
}
#theme .theme-wrap {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, auto); /* 3等分のカラム */
  gap: 30px; /* カラム間のギャップ */
}
@media screen and (max-width: 414px) {
  #theme .theme-wrap {
    grid-template-columns: 1fr;
  }
}
#theme .card {
  display: block;
  width: 300px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
  background-color: #F7F7F7;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  #theme .card {
    width: 90%;
    margin: 0 auto;
  }
}
#theme .card-image {
  display: block;
}
#theme .card-content {
  padding: 20px;
  text-align: center;
}
#theme .card-tags {
  margin-bottom: 5px;
  text-align: left;
}
#theme .card-tags .tag {
  font-size: 12px;
  background-color: #fff;
  padding: 2px 16px;
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  margin: 2px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
#theme .card-tags .tag:hover {
  color: #000;
}
#theme .card-title {
  font-family: serif, AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
}
#theme .card-description {
  margin: 10px 0 20px;
}
#theme .card-price {
  text-align: right;
  font-size: 20px;
  color: #EC0000;
}
#feature .panel-wrap {
  margin: 0 auto;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, auto); /* 3等分のカラム */
  gap: 30px; /* カラム間のギャップ */
}
@media screen and (max-width: 820px) {
  #feature .panel-wrap {
    grid-template-columns: 1fr;
  }
}
#feature .panel {
  display: block;
  width: 400px;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 820px) {
  #feature .panel {
    width: 90%;
    margin: 0 auto;
  }
}
#feature .panel-image {
  display: block;
  min-height: 310px;
}
@media screen and (max-width: 414px) {
  #feature .panel-image {
    min-height: 250px;
  }
}
#feature .panel-content {
  padding: 20px;
  text-align: center;
}
#feature .panel-tags {
  margin-bottom: 5px;
  text-align: right;
}
#feature .panel-tags .tag {
  font-size: 12px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  margin-right: 2px;
  margin-left: 2px;
  cursor: pointer;
}
#feature .panel-tags .tag:hover {
  color: #000;
}
#feature .panel-title {
  font-size: 24px;
  font-weight: bold;
}
#feature .panel-description {
  margin: 10px 0 20px;
}
#feature .panel-price {
  text-align: right;
  font-size: 20px;
  color: #EC0000;
}

#voice .voice-description {
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
#voice .voice-wrap {
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  #voice .voice-wrap {
    width: 90%;
  }
}
#voice .voice-wrap .voice {
  background-color: #F7F7F7;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 30px 80px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px) {
  #voice .voice-wrap .voice {
    padding: 30px 40px;
  }
}
#voice .voice-wrap .voice p {
  margin-bottom: 30px;
}

.footer {
  color: #fff;
  background-color: #2F2E33;
  text-align: center;
  padding-top: 65px;
  font-family: sans-serif;
}
.footer_img {
  width: 250px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 820px) {
  .footer_img {
    width: 180px;
  }
}
.footer p {
  font-size: 14px;
  padding: 16px 0;
}
@media screen and (max-width: 820px) {
  .footer p {
    font-size: 10px;
  }
}
.footer_menu {
  padding: 50px;
}
@media screen and (max-width: 430px) {
  .footer_menu {
    display: none;
  }
}
.footer_menu_lists {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.footer_menu_lists a {
  color: #fff;
}
.footer_menu_lists li {
  margin: 0 10px;
}
@media screen and (max-width: 820px) {
  .footer_menu_lists li {
    line-height: 2;
  }
}

.product {
  padding: 50px 0;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .product {
    width: 90%;
  }
}
.product-detail {
  margin: 0 auto;
  width: 50%;
}
@media screen and (max-width: 820px) {
  .product-detail {
    width: 100%;
  }
}
.product-tags {
  margin-bottom: 5px;
}
.product-tags .tag {
  font-family: sans-serif;
  font-size: 14px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #C3C3C3;
  border-radius: 20px;
  margin-right: 2px;
  margin-left: 2px;
  cursor: pointer;
}
.product-tags .tag:hover {
  color: #000;
}
.product-title {
  text-align: center;
  font-family: serif, AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 48px;
  font-weight: bold;
  overflow: hidden;
}
.product-price {
  font-size: 24px;
  font-weight: normal;
  float: right;
}
.product-button-wrap {
  text-align: center;
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .product-button-wrap {
    display: block;
  }
}
.product-button-wrap a {
  display: block;
  width: 220px;
  margin: 0 20px;
  padding: 20px;
  background-color: #000;
  color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 820px) {
  .product-button-wrap a {
    margin: 20px auto;
  }
}
.product-button-wrap a:hover {
  opacity: 0.6;
}
.product-button-wrap .purchase-btn {
  background-color: #EC0000;
}

.page-title {
  font-size: 30px;
  padding: 20px 0;
  margin-bottom: 40px;
  color: #000;
  background-color: #D5D6D2;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .page-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.post {
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 414px) {
  .post {
    display: block;
  }
}
.post .post-container {
  flex: 3;
  background-color: #fff;
  padding: 0 20px;
}
@media screen and (max-width: 820px) {
  .post .post-container {
    flex: 2;
  }
}
.post-container h1 {
  font-family: serif, AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 30px;
  font-weight: bold;
  margin: 20px 0;
}
.post-container h2 {
  font-size: 26px;
  margin: 10px 0;
}
.post .post-container a {
  color: #00668c;
}
.post .post-container a:hover {
  text-decoration: underline;
}
.post .post-container .post-item {
  margin-bottom: 40px;
}
.post .post-container .post-item .post-title {
  font-size: 24px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.post .post-container .post-item .post-title a {
  border-bottom: 1px solid #E3E3E3;
  color: #000;
  padding: 10px 0;
  display: block;
}
.post .post-container .post-item .post-title a:hover {
  color: #D5D6D2;
  border-bottom: 1px solid #D5D6D2;
  text-decoration: none;
}
.post .post-container .post-item .post-img {
  height: 400px;
  margin: 20px 0;
}
.post .post-container .post-item .post-img img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 820px) {
  .post .post-container .post-item .post-img {
    height: 300px;
  }
}
.post .post-container .post-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.post .post-container .post-pagination .pagination-btn {
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  margin: 0 10px;
  text-decoration: none;
  color: #333;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: background-color 0.3s, color 0.3s;
}
.post .post-container .post-pagination .pagination-btn:hover {
  background-color: #f5f5f5;
  color: #D5D6D2;
}
.post .post-container .post-pagination .pagination-btn i {
  margin: 0 5px;
}
.post .post-container .post-pagination .pagination-btn.active {
  background-color: #D5D6D2;
  color: #fff;
}
.post .post-container .post-meta {
  margin: 10px 0;
}
.post .post-container .post-text {
  padding: 20px;
}
.post .post-container .post-text p {
  line-height: 2.2;
  letter-spacing: 1px;
  color: #000;
}
.post .sidebar {
  background-color: #fff;
  padding: 40px;
  max-width: 200px;
}
@media screen and (max-width: 820px) {
  .post .sidebar {
    padding: 40px 20px;
    max-width: none;
  }
}
.search-container {
  position: relative;
  width: 100%;
  max-width: 452px; /* 画像に合わせた幅を設定 */
}

.search-form {
  display: flex;
  overflow: hidden; /* 枠線外の要素を非表示 */
}

.search-field {
  width: 100%;
  padding: 12px 16px; /* 内側の余白 */
  border: none; /* 枠線なし */
  font-size: 14px; /* フォントサイズ */
  background: #F5F5F5;
}

.search-submit {
  background-color: transparent; /* 背景色透明 */
  border: none; /* 枠線なし */
  padding: 0 12px; /* 内側の余白 */
  cursor: pointer; /* カーソル */
  background: #F5F5F5;
}

.search-submit .fa-search { /* Font Awesome アイコン */
  font-size: 20px; /* アイコンサイズ */
  color: #757575; /* アイコンカラー */
}

/* フォームのフォーカス時のスタイル */
.search-field:focus {
  outline: none; /* アウトラインなし */
}

/* スマートフォン対応 */
@media (max-width: 768px) {
  .search-container {
      width: calc(100% - 30px); /* 画面の幅に合わせて調整 */
      margin: 0 auto; /* 中央揃え */
  }
}
.post .sidebar .sidebar-block {
  margin-bottom: 30px;
}
.post .sidebar .sidebar-block h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
  padding: 10px;
  background: #D5D6D2;
  text-align: center;
}
.post .sidebar .sidebar-block ul {
  list-style-type: none;
  padding-left: 0;
}
.post .sidebar .sidebar-block ul li {
  margin-bottom: 5px;
  padding: 5px 20px;
  color: #000;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  お問い合わせ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
form.wpcf7-form {
  margin: 0 auto;
  width: 70%;
}
@media screen and (max-width: 820px) {
  form.wpcf7-form {
    width: 90%;
  }
}
.contact-wrap {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 820px) {
  .contact-wrap {
    width: 85%;
  }
}
form.wpcf7-form label {
  font-size: 18px;
}
form.wpcf7-form input {
  display: block;
  border-bottom: 1px solid #707070;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 1.6px;
}
form.wpcf7-form textarea {
  display: block;
  border-bottom: 1px solid #707070;
  width: 100%;
  min-height: 200px;
  font-size: 18px;
  font-family: AvenirNextLTW01-Regular, Arial, AxisStd-Light, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  padding: 10px 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  resize: none;
  line-height: 2;
  letter-spacing: 2px;
}
form.wpcf7-form input[type="submit"] {
  width: 200px;
  color: #fff;
  font-size: 24px;
  padding: 8px 60px;
  background: #2F2E33;
  border-radius: 4px;
  display: block;
  margin: 20px auto;
  transition: 0.3s;
}
form.wpcf7-form input[type="submit"]:hover {
  opacity: 0.8;
  transition: 0.3s;
  cursor: pointer;
}

/* ===========================
    テーブル
=============================== */
.responsive-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  text-align: left;
}

.responsive-table td, .responsive-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

.responsive-table tr > th {
  background-color: #f9f9f9;
  text-align: center;
}

/* ===========================
    シェアボタン
=============================== */
.share-buttons a {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  color: #222 !important;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font-size: 12px;
}

.share-buttons a:hover {
  text-decoration: none !important;
  color: #fff !important;
}

.share-button-x:hover {
  background-color: #000;
}

.share-button-facebook:hover {
  background-color: #3b5998;
}

.share-button-hotenablog:hover {
  background-color: #3c7dd1;
}

.fa-hatebu::before {
  font-family: "Quicksand", "Arial", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  line-height: .9;
  content: "B!";
}
