@charset "UTF-8";
/*------------------------
 *  common
 * ----------------------*/
* {
  box-sizing: border-box;
}

body {
  --color--title:#311D0C;
  --color--text:#3B4043;
  --color--main:#DED3C5;
  --color--sub1:#F5F3EF;
  --color--accent:#27466a;
  --color--line:#27466a;
  --color--apparel:#ced5dc;
  --color--bg:#ded3c5;
  overflow-x: hidden;
  background: var(--color--bg);
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  color: var(--color--text);
  font-size: 1em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  width: 100%;
  position: relative;
}

a {
  transition: all 0.3s ease-in-out;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/* メニューが開いているときに本文のスクロールを無効化（オプション） */
body.menu-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  filter: brightness(105%);
  image-rendering: -webkit-optimize-contrast;
  height: auto;
  vertical-align: bottom;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.show-sp {
  display: none;
}

.show-tb {
  display: none;
}

.show-note {
  display: none;
}

@media (max-width: 1366px) {
  .show-note {
    display: block;
  }
}
@media (max-width: 1024px) {
  .show-tb {
    display: block;
  }
}
@media (max-width: 520px) {
  .show-sp {
    display: block;
  }
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}
br.sp {
  display: none;
}
@media (max-width: 767px) {
  br.sp {
    display: inline;
  }
}
@media (max-width: 480px) {
  br.pc-tab {
    display: none;
  }
}
br.tab-sp {
  display: none;
}
@media (max-width: 1024px) {
  br.tab-sp {
    display: inline;
  }
}

a {
  text-decoration: none;
  color: var(--color--text);
}

.section__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section__inner__narrow {
  max-width: 1046px;
  margin: 0 auto;
}

.section__inner__wide {
  max-width: 1366px;
  margin: 0 auto;
}

@media (max-width: 1366px) {
  .section__inner {
    padding: 0 15px;
  }
}
/*.button{
		display:block;
		width:280px;
		height:60px;
		color:var(--wp--preset--color--white);
		display:flex;
		align-items:center;
		justify-content:center;
		background:var(--color--main) url(../images/icon_button_arrow_1.svg) no-repeat center right 15px;
		background-size:16px;
		border-radius:3px;
	}*/
.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 60px;
  color: var(--color--text);
  font-weight: 600;
  background: inherit;
  background-image: url(../images/home/btn_img.png);
  background-position: right bottom;
  background-size: 120px auto;
  padding-right: 150px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  transition: 0.2s ease;
}
.button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: right bottom;
  background-size: 120px auto;
  opacity: 0;
  transition: opacity 0.8s ease;
  z-index: 1;
  pointer-events: none;
}
.button span {
  position: relative;
  z-index: 2;
}
.button:hover {
  background-image: url(../images/home/btn_img2.png);
}
.button:hover::after {
  opacity: 1;
}

.button_square {
  border: 1px solid;
  padding: 10px;
  background-color: var(--wp--preset--color--white);
  display: inline-block;
  font-family: YakuHanJP_Narrow, "Noto Serif JP", serif;
  letter-spacing: 0.2em;
}
.button_square a {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
  width: 500px;
  padding: 10px 25px;
  color: var(--color--text);
  transition: 0.3s ease-in-out;
  font-weight: 600;
}
@media (max-width: 768px) {
  .button_square a {
    width: 250px;
    max-width: 250px;
  }
}
.button_square a:before,
.button_square a:after {
  content: "";
  width: 18px;
  height: 18px;
  border-color: var(--color--accent);
  box-sizing: border-box;
  border-style: solid;
  display: block;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.button_square a:before {
  top: -6px;
  left: -6px;
  border-width: 1px 0 0 1px;
  z-index: 5;
}
.button_square a:after {
  bottom: -6px;
  right: -6px;
  border-width: 0 1px 1px 0;
}
.button_square a:hover:before,
.button_square a:hover:after {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-color: var(--color--accent);
}
.button_square a:hover {
  color: var(--color--accent);
  border-color: var(--color--accent);
}

/*------------------------
 *  flex
 * ----------------------*/
.flex-wrapper.half,
.flex-wrapper.one-third,
.flex-wrapper.quarter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-wrapper.four:after {
  display: block;
  content: "";
  width: 24%;
}

.flex-wrapper .flex-one {
  width: 100%;
}

.flex-wrapper.half .flex-one {
  width: 48%;
}

.flex-wrapper.one-third .flex-one {
  width: 32%;
}

.flex-wrapper.quarter .flex-one {
  width: 48%;
}

.flex-wrapper.quarter .flex-three {
  width: 48%;
}

@media (min-width: 1025px) {
  .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .flex-wrapper.reverse {
    flex-direction: row-reverse;
  }
  .flex-wrapper.two .flex-one {
    width: 48%;
  }
  .flex-wrapper.three .flex-one {
    width: 32%;
  }
  .flex-wrapper.three .flex-two {
    width: 64%;
  }
  .flex-wrapper.four .flex-one {
    width: 24%;
  }
  .flex-wrapper.four .flex-two {
    width: 48%;
  }
  .flex-wrapper.four .flex-three {
    width: 72%;
  }
  .flex-wrapper.quarter .flex-one {
    width: 24%;
  }
  .flex-wrapper.quarter .flex-two {
    width: 48%;
  }
  .flex-wrapper.quarter .flex-three {
    width: 72%;
  }
  .flex-wrapper.five .flex-one {
    width: 18%;
  }
  .flex-wrapper.five .flex-two {
    width: 36%;
  }
  .flex-wrapper.five .flex-three {
    width: 54%;
  }
}
/*------------------------
 *  grid
 * ----------------------*/
.grid-wrapper {
  display: grid;
}
.grid-wrapper.three {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

/*------------------------
 *  header
 * ----------------------*/
.header_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: 90px;
  z-index: 20;
  flex-grow: 3;
  position: fixed;
  /*------------------------
  *  dropdown menu
  * ----------------------*/
  /* モバイル対応のドロップダウン */
}
.header_wrapper.fixed {
  position: fixed;
}
.header_wrapper header {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header_wrapper header .header__logoArea {
  padding: 0 30px;
  display: flex;
  align-items: center;
  flex-grow: 3;
}
.header_wrapper header .header__logoArea .header__logo {
  text-indent: -9999px;
  width: 230px;
  height: 50px;
  background: url(../images/logo.svg) no-repeat;
  background-size: contain;
}
.header_wrapper header .header__logoArea .header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  background-size: contain;
}
.header_wrapper .header-nav {
  display: flex;
  justify-content: center;
  margin-right: 200px;
}
@media (max-width: 1024px) {
  .header_wrapper .header-nav {
    margin-right: 0;
  }
}
.header_wrapper .header-nav a {
  padding: 0 16px;
  line-height: 90px;
  height: 90px;
  color: var(--color--title);
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.header_wrapper .header-nav a:hover {
  text-decoration: underline; /* 変化するプロパティのみを記述 */
}
@media (max-width: 1366px) {
  .header_wrapper .header-nav a {
    padding: 0 0.5em;
    font-size: 14px;
  }
}
.header_wrapper .header-list {
  display: flex;
  justify-content: center;
  position: relative;
  list-style: none;
}
@media (max-width: 1024px) {
  .header_wrapper .header-nav {
    transition: opacity 0.4s ease, transform 0.3s ease;
    transform: translateY(-20px);
    opacity: 0;
  }
  .header_wrapper .header-nav.menu-active {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  .header_wrapper body.menu-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    animation: fadeIn 0.3s ease forwards;
  }
}
.header_wrapper .menu-link {
  color: var(--color--title);
  font-weight: 600;
}
.header_wrapper .menu-link:hover {
  color: var(--color--accent);
  font-weight: 600;
}
.header_wrapper .menu-link:hover:before {
  content: "\f077";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.header_wrapper .menu-link:hover .text {
  text-decoration: underline;
}
.header_wrapper .menu-link:before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 10px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 1366px) {
  .header_wrapper {
    padding: 0;
  }
  .header_wrapper header {
    flex-grow: 2;
  }
  .header_wrapper header .header__logoArea {
    padding: 0;
    flex-grow: 3;
  }
  .header_wrapper header .header__logoArea .header__home {
    display: none;
  }
  .header_wrapper header .header__logoArea .header__logo {
    width: 180px;
  }
}
.header_wrapper .header-contact-wrapper {
  position: absolute;
  right: 0;
  bottom: -20px; /* ここでボタンをはみ出させる量を調整 */
  z-index: 10;
}
@media (max-width: 1024px) {
  .header_wrapper .header-contact-wrapper {
    display: none;
  }
}
.header_wrapper .header-contact-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(#695F4E, #2E1F12);
  color: #ffffff;
  padding: 2rem 1.5rem;
  text-decoration: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.header_wrapper .header-contact-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#8a7f77, #5c514b);
  opacity: 0;
  transition: opacity 1s ease;
  z-index: -1;
}
.header_wrapper .header-contact-btn:hover::before {
  opacity: 1;
}
.header_wrapper .header-contact-btn .header-contact-btn__text-ja {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
.header_wrapper .header-contact-btn .header-contact-btn__text-en {
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .header_wrapper {
    height: auto;
  }
  .header_wrapper header {
    flex-grow: 2;
  }
  .header_wrapper header .header__logoArea {
    width: 200px;
  }
  .header_wrapper header .header__logoArea .header__sitetype {
    font-size: 12px;
  }
  .header_wrapper header .header__menu {
    width: 100%;
    margin: 0 10px;
    display: none;
    order: 4;
  }
  .header_wrapper header .header__menu.h-menu-active {
    display: block;
  }
  .header_wrapper header .header__menu ul {
    height: auto;
  }
  .header_wrapper header .header__menu ul li {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
  .header_wrapper header .header__menu ul li.tel a strong {
    font-size: 20px;
  }
  .header_wrapper header .header-nav {
    width: 100%;
    display: none;
    flex-direction: column;
    position: static;
    background-color: var(--color--bg);
    z-index: 999;
    padding-top: 5px;
    order: 3;
  }
  .header_wrapper header .header-nav.menu-active {
    display: flex;
    animation: fadeIn 0.8s ease forwards; /* フェードインアニメーション */
  }
  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header_wrapper header .header-nav body.menu-open {
    overflow: hidden; /* メニュー展開時にスクロールを無効にする */
  }
  .header_wrapper header .header-nav a {
    line-height: 0;
    height: auto;
    font-weight: 500;
    font-size: 16px;
  }
  .header_wrapper header .header-list {
    display: block;
    width: 100%;
  }
  .header_wrapper header .header-list li {
    padding: 10px 0;
    margin: 0 30px;
    border-bottom: 1px solid var(--color--line);
  }
  .header_wrapper header .header-list li:last-child {
    border: none;
  }
  .header_wrapper header .header-list li.header-item .megaMenu .megaMenu-list {
    justify-content: flex-start;
    padding: 10px 0;
  }
  .header_wrapper header .header-list li.header-item .megaMenu .megaMenu-list li {
    padding: 5px;
    margin: 0;
    flex-grow: 1;
    border-bottom: none;
  }
  .header_wrapper header .header-list li.header-item .megaMenu .megaMenu-list li a {
    padding: 0;
  }
  .header_wrapper header .header-list li button .icon-circle {
    width: 50px;
    height: 50px;
  }
  .header_wrapper header .megaMenu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    transform: translateY(0);
    transition: none;
  }
}
.header_wrapper .menu-link:hover:before {
  content: "";
  margin-right: 0px;
}
.header_wrapper .menu-link:before {
  content: "";
  margin-right: 0px;
}
.header_wrapper .mobile-contact-item {
  display: none;
}
@media (max-width: 1024px) {
  .header_wrapper .mobile-contact-item {
    display: block;
  }
}
.header_wrapper .mobile-menu-icon {
  display: none;
  cursor: pointer;
  order: 2;
}
.header_wrapper .mobile-menu-icon span {
  background-color: var(--color--text);
  display: block;
  height: 3px;
  margin: 6px 0;
  width: 30px;
  border-radius: 2px;
  transition: 0.3s ease;
}
.header_wrapper .mobile-menu-icon #menu-toggle.active span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.header_wrapper .mobile-menu-icon #menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.header_wrapper .mobile-menu-icon #menu-toggle.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
.header_wrapper .mobile-menu-icon #menu-toggle.active span {
  background-color: var(--color--text);
}
@media (max-width: 1024px) {
  .header_wrapper .mobile-menu-icon {
    display: block;
    margin-right: 10px;
    margin-top: 5px;
  }
}
.header_wrapper .dropdown {
  position: relative;
}
.header_wrapper .dropdown:hover .dropdown-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.header_wrapper .dropdown .dropdown-toggle {
  position: relative;
}
.header_wrapper .dropdown .dropdown-toggle:after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s ease;
}
.header_wrapper .dropdown .dropdown-toggle:hover:after {
  transform: rotate(180deg);
}
.header_wrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
}
.header_wrapper .dropdown-menu li {
  display: block;
  margin: 0;
}
.header_wrapper .dropdown-menu li a {
  display: block;
  padding: 10px 20px;
  color: var(--color--title);
  line-height: 1.5;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  height: auto;
}
.header_wrapper .dropdown-menu li a:hover {
  background-color: var(--color--main);
  color: var(--color--accent);
  text-decoration: none;
}
@media (max-width: 1024px) {
  .header_wrapper .dropdown .dropdown-toggle:after {
    content: none;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_wrapper .dropdown .dropdown-toggle span {
    padding: 0 8px;
  }
  .header_wrapper .dropdown-menu {
    position: static;
    width: 100%;
    background-color: var(--color--bg);
    box-shadow: none;
    padding: 0 0 0 20px;
    visibility: visible;
    opacity: 1;
    transform: none;
  }
  .header_wrapper .dropdown-menu.show {
    display: block;
  }
  .header_wrapper .dropdown-menu li {
    margin: 0 !important;
    border-bottom: none !important;
    padding: 0;
  }
  .header_wrapper .dropdown-menu li a {
    padding: 10px 15px;
    line-height: 1;
  }
  .header_wrapper .header-item.dropdown {
    position: relative;
  }
  .header_wrapper .header-item.dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px 0;
  }
}

/*------------------------
 *  h
 * ----------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: YakuHanMP, "Noto Serif JP", serif;
  line-height: 1.6;
  font-weight: 600;
  color: var(--color--text);
}

h2 {
  margin-bottom: 0.5em;
  font-family: "EB Garamond", serif;
  color: var(--color--line);
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.3em;
}
section .lead {
  font-size: 18px;
  line-height: 2.2;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  section .lead {
    font-size: 14px;
  }
  h2 {
    font-size: 30px;
  }
}
.video-wrap {
  position: relative;
}
.video-wrap .video-innner-content {
  position: absolute;
  left: 30%;
  top: 200px;
  z-index: 1;
}

/*------------------------
 *  home kv
 * ----------------------*/
#kv {
  position: relative;
}
#kv .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 120px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 768px) {
  #kv .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 20px;
    padding: 20px;
  }
}
#kv .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  background: var(--wp--preset--color--white);
  opacity: 1;
  border-radius: 0;
}
#kv .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color--main);
}
#kv article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
#kv article h2 {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  max-width: 1200px;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  color: var(--color--text);
  text-align: left;
  line-height: 2.25;
  position: absolute;
  left: 10%;
  bottom: 20%;
}
@media (max-width: 768px) {
  #kv article h2 {
    left: 0%;
    bottom: 0;
    font-size: 18px;
    line-height: 1.7;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
#kv article h2 span {
  display: block;
  font-size: 30px;
}

@media (max-width: 1366px) {
  #kv {
    margin-bottom: 200px;
  }
  #kv article h2 {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 5px;
  }
}
@media (max-width: 1024px) {
  #kv {
    margin-bottom: 120px;
  }
}
@media (max-width: 520px) {
  #kv {
    margin-bottom: 80px;
  }
}
/*------------------------
 *  sec_news
 * ----------------------*/
#sec_news {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  max-width: 40%;
  margin: -300px 0 0px auto;
  padding: 15px 30px;
  position: relative;
  z-index: 11;
  height: 300px;
  min-width: 500px;
}
#sec_news .flex-wrapper {
  flex-direction: column;
}
#sec_news .flex-wrapper .flex-two, #sec_news .flex-wrapper .flex-one {
  width: 100%;
}
#sec_news .flex-wrapper h2 {
  margin-bottom: 0px;
}
#sec_news .flex-wrapper h2 span {
  display: block;
  color: var(--wp--preset--color--black);
  font-size: 18px;
}
#sec_news .flex-wrapper .news-item {
  padding: 5px 0;
  display: flex;
}
#sec_news .flex-wrapper .news-item .news-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  margin-right: 50px;
}
#sec_news .flex-wrapper .news-item .news-title {
  font-size: 16px;
  color: #333;
}
@media (max-width: 1024px) {
  #sec_news .flex-wrapper .news-item {
    flex-direction: column;
    border-bottom: 1px dotted var(--color--line);
  }
}
#sec_news .flex-three {
  margin-top: 10px;
}

@media (max-width: 1024px) {
  #sec_news {
    top: -60px;
    max-width: 90%;
    padding: 30px;
    margin: 0 0 100px auto;
    height: auto;
    max-height: 100vh;
    margin-bottom: 0;
    min-width: 80%;
  }
  #sec_news .flex-wrapper {
    display: flex;
    flex-direction: column;
  }
  #sec_news .flex-wrapper h2 {
    display: inline-block;
  }
  #sec_news .flex-wrapper h2 span {
    display: inline-block;
    margin-left: 1em;
  }
  #sec_news .flex-wrapper ul li {
    padding: 24px 0;
  }
  #sec_news .flex-wrapper ul li .date {
    color: var(--color--gray3);
  }
  #sec_news .flex-wrapper .flex-three {
    margin-top: 20px;
    position: static;
  }
  #sec_news .flex-wrapper .flex-three .button {
    width: 100%;
    text-align: center;
  }
}
/*------------------------
 *  sec_greeting
 * ----------------------*/
#sec_greeting {
  text-align: center;
  background-image: url(../images/home/bk_greeting2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top right;
  padding-bottom: 50px;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  #sec_greeting {
    margin-top: 0px;
  }
}
#sec_greeting h2 {
  background-image: url(../images/wave_line.svg);
  background-repeat: no-repeat;
  background-size: 300px auto;
  background-position: bottom center;
}
@media (max-width: 768px) {
  #sec_greeting h2 {
    padding-bottom: 30px;
  }
}

/*------------------------
 *  sec_coffee
 * ----------------------*/
#sec_coffee {
  padding: 50px 0;
  text-align: center;
  background-image: url(../images/home/bk_coffee2.png), url(../images/home/bk_coffee.png);
  background-repeat: no-repeat;
  background-size: 100% auto, cover;
  background-position: top left, top right;
}
#sec_coffee .en_title {
  margin-bottom: 50px;
}
#sec_coffee .flex-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 100px;
  max-width: 1366px;
  margin: 50px auto;
  padding: 20px;
}
@media (max-width: 1024px) {
  #sec_coffee .flex-wrapper {
    grid-template-columns: repeat(2, 1fr); /* 2列に変更 */
    gap: 30px 20px;
  }
}
#sec_coffee .item_thum {
  width: 100%;
  margin: 20px auto;
}

/*------------------------
 *  sec_apparel
 * ----------------------*/
#sec_apparel {
  padding: 50px 0;
  text-align: center;
  background: var(--color--line);
  background-position: top right;
  color: var(--color--main);
}
#sec_apparel h2 {
  color: var(--color--main);
}
#sec_apparel .en_title {
  margin-bottom: 50px;
}
#sec_apparel .flex-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 100px;
  max-width: 1366px;
  margin: 50px auto;
  padding: 20px;
}
@media (max-width: 1024px) {
  #sec_apparel .flex-wrapper {
    grid-template-columns: repeat(2, 1fr); /* 2列に変更 */
    gap: 30px 50px;
  }
}
@media (max-width: 768px) {
  #sec_apparel .flex-wrapper {
    gap: 30px 20px;
  }
}
#sec_apparel .item_thum {
  width: 100%;
  margin: 20px auto;
}

/*------------------------
 *  sec_concept
 * ---------------------- */
#sec_concept {
  margin: 0 auto;
  background-color: var(--wp--preset--color--white);
}
#sec_concept .section__inner {
  text-align: center;
  max-width: 1366px;
  background-image: url(../images/home/bk_concept.png);
  background-repeat: no-repeat;
  background-size: 450px auto;
  background-position: top left;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  #sec_concept .section__inner {
    padding: 50px 0;
    background-image: none;
  }
}
#sec_concept .contents {
  width: 50%;
  margin: 0 0 0 auto;
}
@media (max-width: 1024px) {
  #sec_concept .contents {
    width: 100%;
    padding: 0px 50px;
  }
}
#sec_concept .flex-wrapper {
  width: auto;
  margin: 100px auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 768px) {
  #sec_concept .flex-wrapper {
    margin: 50px auto;
    grid-template-columns: repeat(1, 2fr);
    gap: 30px;
  }
}
#sec_concept .flex-wrapper .apparel {
  background: url(../images/home/btn_bk_apparel.png) no-repeat;
  background-size: cover;
  padding: 30px 50px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  display: block;
}
#sec_concept .flex-wrapper .coffee {
  background: url(../images/home/btn_bk_coffee.png) no-repeat;
  background-size: cover;
  padding: 30px 50px;
  color: #fff;
  font-weight: 600;
  width: 100%;
  display: block;
}
#sec_concept .item_thum {
  width: 180px;
  margin: 20px auto;
}

/*------------------------
 *  sec_blog
 * ----------------------*/
.sec_blog {
  padding: 100px 0 0;
  background-color: var(--color--apparel);
  padding-bottom: 3rem;
}
@media (max-width: 1024px) {
  .sec_blog {
    padding: 50px 0 0;
  }
  .sec_blog h2 {
    text-align: center;
  }
}

#blog .blog-list {
  max-width: 800px;
  margin: 0 auto 50px;
}
#blog .blog-item {
  padding: 15px 0;
  display: flex;
  border-bottom: 1px dashed var(--color--line);
}
#blog .blog-item .blog-date {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  margin-right: 50px;
}
#blog .blog-item .blog-title {
  font-size: 16px;
  color: #333;
}
@media (max-width: 768px) {
  #blog .blog-section {
    padding: 40px 15px;
  }
  #blog .blog-section .blog-heading {
    font-size: 24px;
    margin-bottom: 30px;
  }
  #blog .blog-section .blog-item {
    padding: 12px 0;
  }
  #blog .blog-section .blog-item .blog-date {
    font-size: 12px;
  }
  #blog .blog-section .blog-item .blog-title {
    font-size: 14px;
  }
}

/*------------------------
 *  sec_instagram
 * ----------------------*/
.instagram-feed {
  background-color: var(--wp--preset--color--white);
  padding: 20px;
}
.instagram-feed h3 {
  text-align: center;
  padding-right: 20%;
  margin-bottom: 40px;
}
.instagram-feed h4 {
  margin-bottom: 40px;
  text-align: center;
}
.instagram-feed .flex-wrapper {
  gap: 20px;
}
.instagram-feed .flex-wrapper img {
  filter: drop-shadow(5px 5px 5px #aaa);
}
@media (max-width: 768px) {
  .instagram-feed .flex-wrapper img {
    margin-top: 20px;
  }
}
.instagram-feed .flex-wrapper img:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

/*------------------------
 *  sec_contact
 * ----------------------*/
#sec_contact {
  background-size: cover;
  padding: 50px 0;
}
#sec_contact .section__innner {
  background: var(--wp--preset--color--white) no-repeat bottom left;
  background-image: url(../images/home/contact_area.svg);
  background-size: 50px auto;
  max-width: 1200px;
  text-align: center;
  margin: 50px auto;
  padding: 100px 30px;
}
@media (max-width: 1024px) {
  #sec_contact .section__innner {
    max-width: 90%;
    padding: 50px 20px;
  }
}
#sec_contact .section__innner .lead {
  color: var(--color--text);
}
#sec_contact .section__innner .contact_btn img {
  width: 400px;
}
#sec_contact .section__innner h2 {
  text-align: center;
  margin: 0 0 60px 0;
}
@media (max-width: 1024px) {
  #sec_contact .section__innner h2 {
    margin-bottom: 30px;
  }
}
#sec_contact .section__innner .lead {
  text-align: center;
  margin-bottom: 45px;
}
#sec_contact .section__innner .flex-wrapper {
  margin: 0 auto;
  max-width: 1035px;
}
#sec_contact .section__innner .flex-wrapper h3 {
  font-weight: 500;
  text-align: left;
}
#sec_contact .section__innner .flex-wrapper h3 span {
  display: block;
  font-size: 18px;
  color: var(--color--main);
}
#sec_contact .section__innner .flex-wrapper .flex-one {
  border-radius: 3px;
  text-align: center;
  background: var(--wp--preset--color--white) url(../images/icon_product_arrow.svg) no-repeat center right 15px;
}
#sec_contact .section__innner .flex-wrapper .flex-one a {
  display: block;
  padding: 45px 20px;
  display: flex;
  align-items: center;
}
#sec_contact .section__innner .flex-wrapper .flex-one a figure {
  background: var(--color--gray2);
  border-radius: 50%;
  margin-right: 50px;
  overflow: hidden;
}

/*------------------------
 *  footer
 * ----------------------*/
footer {
  padding: 120px 0 50px 0;
  font-size: 15px;
  background-color: var(--color--accent);
  color: var(--color--sub1);
}
footer .section__inner {
  max-width: 1100px;
}
footer .section__inner .footer__logo {
  width: 270px;
  margin-bottom: 30px;
}
footer .section__inner .address {
  font-size: 12px;
  margin-bottom: 1em;
  color: var(--color--sub1);
}
footer .section__inner .tel {
  font-size: 20px;
}
footer .section__inner .tel strong {
  font-size: 26px;
}
footer .section__inner .flex-one {
  flex-grow: 1;
  padding-left: 22px;
}
footer .section__inner .flex-one .title {
  margin-bottom: 0.7em;
}
footer .section__inner .flex-one .title a {
  color: var(--color--sub1);
  transition: all ease-in-out 0.3s;
}
footer .section__inner .flex-one .title a:hover {
  color: var(--color--dgray);
}
footer .section__inner .flex-one ul {
  list-style: none;
}
footer .section__inner .flex-one ul li {
  font-size: 14px;
  margin: 10px 0;
}
footer .section__inner .flex-one ul li::before {
  display: inline-block;
  content: "-";
  padding-right: 5px;
}
footer .section__inner .flex-one ul li a {
  color: var(--color--dgray);
  transition: all ease-in-out 0.3s;
}
footer .section__inner .flex-one ul li a:hover {
  color: var(--color--lgray);
}
footer .section__inner .footer__btnArea {
  margin: 80px auto 40px;
  max-width: 640px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
footer .section__inner .footer__btnArea div a {
  display: block;
  background: var(--color--title);
  color: var(--wp--preset--color--white);
  padding: 15px 30px;
  border-radius: 60px;
  box-shadow: 0 0 12px rgba(18, 90, 69, 0.5);
}

/*スクロールTOPボタン*/
.scroll-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: var(--color--main);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  z-index: 1000;
}
.scroll-top-btn::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--color--main);
  border-right: 2px solid var(--color--main);
  transform: rotate(-45deg);
  display: block;
  margin-bottom: 2px;
}
.scroll-top-btn.visible {
  opacity: 1;
  visibility: visible;
}
.scroll-top-btn:hover {
  /* ホバー時のスタイル */
  background-color: #333;
}
.scroll-top-btn:focus {
  /* フォーカス時のスタイル（アクセシビリティ対応） */
  outline: 2px solid var(--color--main);
  outline-offset: 2px;
}

.copyright {
  background: var(--color--accent);
  color: var(--wp--preset--color--white);
  padding: 1em 0;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 520px) {
  footer {
    padding: 50px 0 50px 0;
    font-size: 15px;
    color: var(--color--text2);
  }
  footer .section__inner {
    max-width: 1100px;
  }
  footer .section__inner .footer__logo {
    margin: 0 0 20px;
  }
  footer .section__inner .address {
    text-align: left;
    margin-bottom: 20px;
  }
  footer .section__inner .contact_title {
    margin: 5px;
  }
  footer .section__inner .head_office {
    text-align: left;
    color: var(--color--text);
    font-size: 20px;
  }
  footer .section__inner .head_office:before {
    content: "\f3c5";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    color: var(--color--main);
  }
  footer .section__inner .tel {
    text-align: center;
    width: 100%;
    margin: 0 auto 60px;
  }
  footer .section__inner .tel a {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
  footer .section__inner .tel span.tel_box01 {
    font-size: 16px;
    padding: 10px;
    color: var(--wp--preset--color--white);
    background-color: var(--color--main);
    flex-basis: 20%;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
  }
  footer .section__inner .tel span.tel_box02 {
    display: flex;
    align-items: center;
    padding: 10px;
    flex-basis: 80%;
    background: var(--wp--preset--color--black);
    color: var(--wp--preset--color--white);
  }
  footer .section__inner .tel strong {
    width: 100%;
    text-align: center;
  }
  footer .section__inner .tel strong:before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 24px;
    text-decoration: none;
    display: inline-block;
    color: var(--color--main);
  }
  footer .section__inner .flex-one {
    color: var(--wp--preset--color--white);
    font-weight: 600;
    flex-grow: 1;
    padding: 0px;
    border-left: none;
    border-top: 1px solid var(--color--tbline);
    margin: -1px 0 0px;
  }
  footer .section__inner .flex-one:nth-child(2) {
    margin-top: 50px;
  }
  footer .section__inner .flex-one .title {
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid var(--color--tbline);
    margin-bottom: 0px;
  }
  footer .section__inner .flex-one .title a {
    color: var(--wp--preset--color--white);
  }
  footer .section__inner .flex-one ul {
    margin-top: 0px;
  }
  footer .section__inner .flex-one ul li {
    font-size: 14px;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid var(--color--tbline);
  }
  footer .section__inner .flex-one ul li::before {
    display: inline-block;
    content: "";
    padding-right: 0px;
  }
  footer .section__inner .flex-one ul li a {
    color: var(--wp--preset--color--white);
    transition: all ease-in-out 0.3s;
  }
  footer .section__inner .flex-one ul li a:hover {
    color: var(--color--lgray);
  }
  footer .section__inner .footer__btnArea {
    margin: 80px auto 40px;
    display: block;
  }
  footer .section__inner .footer__btnArea div a {
    margin-bottom: 20px;
  }
}
/*------------------------
 *  page
 * ----------------------*/
#page_kv {
  position: relative;
  background: url(../images/page/page_kv.png) no-repeat top center;
  background-size: cover;
  height: 500px;
}
#page_kv h1 {
  max-width: 1200px;
  padding-top: 200px;
  font-size: 90px;
  margin: 0 auto;
  text-align: left;
  font-family: "EB Garamond", serif;
  color: var(--wp--preset--color--white);
  letter-spacing: 0.3em;
}
#page_kv h1 span {
  display: block;
  font-size: 30px;
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
  letter-spacing: 0.3em;
}
#page_kv.page_coffee {
  background-image: url(../images/page/p_coffee_kv.png);
}
#page_kv.page_apparel {
  background-image: url(../images/page/p_apparel_kv.png);
}
@media (max-width: 1024px) {
  #page_kv {
    height: 300px;
  }
  #page_kv h1 {
    max-width: 100%;
    padding: 20px;
    padding-top: 100px;
    font-size: 50px;
  }
  #page_kv h1 span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #page_kv {
    height: 200px;
  }
  #page_kv h1 {
    max-width: 100%;
    padding: 20px;
    padding-top: 80px;
    font-size: 30px;
  }
  #page_kv h1 span {
    font-size: 18px;
  }
}

.post-type-archive-apparel_product {
  background-color: var(--color--apparel);
}
.post-type-archive-apparel_product #page_kv {
  background-image: url(../images/page/p_apparel_kv.png);
}

.breadcrumbs {
  font-size: 14px;
  max-width: 1366px;
  margin: 0px auto;
  padding: 10px 0;
  background: var(--color--bg);
  padding-bottom: 50px;
}

body.page section {
  margin-bottom: 140px;
}

body.page article {
  margin-bottom: 120px;
}

body.page section h3 {
  position: relative;
  color: var(--color--main);
  font-size: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color--main);
  margin-bottom: 45px;
}
body.page section h3::after {
  position: absolute;
  bottom: -13px;
  left: 15px;
  display: block;
  content: "";
  border-top: 12px solid var(--color--main);
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.page-section {
  background: var(--wp--preset--color--white);
}
.page-section .section__inner {
  width: 1366px;
  margin: 0 auto;
}

/*------------------------
 *  singlw
 * ----------------------*/
#single_kv {
  position: relative;
  height: 20vh;
  margin-bottom: 20px;
}
#single_kv h1 {
  max-width: 1366px;
  padding-top: 120px;
  font-size: 24px;
  margin: 0 auto;
}

.content-area main {
  background: var(--wp--preset--color--white);
  width: 1366px;
  margin: 0 auto;
}

/*------------------------
 *  news
 * ----------------------*/
#normal_archive h2, #normal_single h2 {
  font-size: 26px;
  font-family: YakuHanJP_Narrow, "Noto Sans JP", sans-serif;
}
@media (max-width: 1366px) {
  #normal_archive h2, #normal_single h2 {
    font-size: 20px;
  }
}

#normal_archive .row, #normal_single .row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.main-column {
  flex: 0 0 65%; /* メインカラムの幅 */
  margin-right: 30px;
}

.sidebar {
  flex: 0 0 28%; /* サイドバーの幅 */
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  #normal_archive .row {
    flex-direction: column;
  }
  .main-column, .sidebar {
    flex: 0 0 100%;
  }
}
#normal_archive .main-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 30px; /* 縦横の間隔 */
}
@media (max-width: 768px) {
  #normal_archive .main-column {
    display: block;
  }
}

.sidebar h2.widget-title {
  font-weight: 800;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--wp--preset--color--white);
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar ul {
  list-style: none;
}
.sidebar .latest-post-info {
  margin-bottom: 20px;
}
.sidebar .post-date {
  font-size: 14px;
}
.sidebar .widget_categories li {
  margin-bottom: 20px;
}

/* 記事カード全体 */
.main-column article {
  padding: 20px;
  border-radius: 8px;
  transition: box-shadow 0.3s;
}
.main-column article span.categories {
  background: var(--color--accent);
  font-size: 14px;
  border-radius: 5px;
  padding: 3px 10px;
  margin-left: 20px;
}
.main-column article span.categories a {
  color: var(--color--sub1);
}

.main-column article:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

/* サムネイル画像 */
.entry-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin-bottom: 10px;
}

/* PC・タブレット以下は1カラム */
@media screen and (max-width: 767px) {
  .main-column {
    display: block;
    grid-template-columns: 1fr;
    margin: auto;
  }
}
.pagination-wrapper {
  grid-column: span 2;
}

.pagination-wrapper ul {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  gap: 15px;
  padding: 0;
  margin: 40px 0;
}

.pagination-wrapper li a,
.pagination-wrapper li span {
  font-size: 16px;
  color: #999;
  text-decoration: none;
  transition: all 0.3s;
}

.pagination-wrapper li span.current {
  color: var(--color--line);
  font-weight: bold;
}

.pagination-wrapper li a:hover {
  color: var(--color--line);
}

.pagination-wrapper li a i {
  margin-right: 5px;
}

.pagination-wrapper li a.next i {
  margin-left: 5px;
  margin-right: 0;
}

/* ボタンっぽくする場合 */
.pagination-wrapper li a.prev,
.pagination-wrapper li a.next {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  font-weight: bold;
  color: var(--color--line);
}

.pagination-wrapper li a.prev {
  padding: 10px 8px 10px 10px;
}

.pagination-wrapper li a.next {
  padding: 10px 10px 10px 8px;
}

.pagination-wrapper li a.prev:hover,
.pagination-wrapper li a.next:hover {
  background: #f2f2f2;
}

/*------------------------
*  コーヒーについて
* ----------------------*/
main.about-coffee .box_philosophy {
  background: var(--color--sub1);
  padding: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  main.about-coffee .box_philosophy {
    margin: 20px;
    width: auto;
  }
}
main.about-coffee .box_philosophy h3 {
  margin-bottom: 30px;
  font-weight: 800;
  color: var(--color--text);
  letter-spacing: 0.2em;
}
main.about-coffee .point .flex-wrapper {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  main.about-coffee .point figure.point_img {
    width: 100%;
    padding: 20px;
  }
}
main.about-coffee .point .point_box {
  padding: 0 20px;
}
@media (max-width: 1024px) {
  main.about-coffee .point .point_box {
    width: 100%;
    padding: 20px;
  }
}
main.about-coffee .point .point_box .point_ttl {
  border-bottom: 1px solid var(--color--line);
}
main.about-coffee .point .point_box .point_num {
  font-size: 50px;
  margin-right: 20px;
}
main.about-coffee .point .point_box h3 {
  margin-bottom: 30px;
  color: var(--color--accent);
}
@media (max-width: 1024px) {
  main.about-coffee .point .point_box h3 {
    margin-bottom: 30px;
  }
}
main.about-coffee .voice {
  background-color: var(--color--sub1);
  background-image: url(../images/page/script_VOICE.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto 150px;
  width: 100%;
  margin-top: 50px;
  padding: 100px 50px;
}
@media (max-width: 1024px) {
  main.about-coffee .voice {
    background-size: 300px auto;
    padding: 30px;
  }
}
main.about-coffee .voice h2 {
  font-size: 34px;
  margin-top: 80px;
  text-align: center;
}
main.about-coffee .voice .voice-box {
  background-color: var(--color--main);
  padding: 20px;
  margin-top: 30px;
}
main.about-coffee .voice .voice-box h3 {
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .faq {
    padding: 20px;
  }
}
.faq h2 {
  font-size: 34px;
  margin-top: 80px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .faq h2 {
    margin: 30px 0;
  }
}
.faq .faq-box {
  margin-bottom: 50px;
}

.faq-question, .faq-answer {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.faq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-right: 15px;
  font-family: "EB Garamond", serif;
}

.faq-label.q {
  background-color: #4a4a4a; /* Q用のダークグレー背景 */
}

.faq-label.a {
  background-color: var(--wp--preset--color--white); /* A用の淡いグレー背景 */
  color: #4a4a4a;
  border: 1px solid #ccc;
}

.faq-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}

.faq-content {
  font-size: 16px;
  line-height: 1.7;
  width: 90%;
}

.faq-question {
  border-bottom: 1px solid var(--color--line);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.faq-answer {
  margin-left: 5%;
}

#about_apparel, .post-type-archive-apparel_product {
  background-color: var(--color--apparel);
}
#about_apparel .breadcrumbs, .post-type-archive-apparel_product .breadcrumbs {
  background: var(--color--apparel);
}

.apparel-products, .coffee-products {
  margin-top: 100px;
  width: 100%;
  padding: 20px;
  text-align: center;
}
.apparel-products h2, .coffee-products h2 {
  font-size: 34px;
}
.apparel-products .product-grid, .coffee-products .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .apparel-products .product-grid, .coffee-products .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .apparel-products .product-grid, .coffee-products .product-grid {
    grid-template-columns: 1fr;
  }
}
.apparel-products .apparel-item img, .apparel-products .coffee-item img, .coffee-products .apparel-item img, .coffee-products .coffee-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.apparel-products .apparel-item p, .coffee-products .apparel-item p {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
}

#coffee-archive, #apparel-archive {
  padding: 20px;
}

.apparel-grid, .coffee-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .apparel-grid, .coffee-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 520px) {
  .apparel-grid, .coffee-grid {
    grid-template-columns: 1fr;
  }
}

.apparel-item img, coffee-item img {
  width: 240px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 4px;
}

.item-title {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}

.nav-previous a,
.nav-next a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s;
}

.nav-previous a:hover,
.nav-next a:hover {
  background-color: #f0f0f0;
}

.contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: content-box;
}

.form-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
  }
}

.form-label {
  width: 30%;
  padding-top: 0.6em;
}
@media (max-width: 768px) {
  .form-label {
    width: 100%;
  }
}

.form-input {
  width: 70%;
}
@media (max-width: 768px) {
  .form-input {
    width: 100%;
  }
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    width: 100%;
  }
}

.contact-form textarea {
  height: 120px;
  resize: vertical;
}

.required {
  background: #333;
  color: #fff;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 0.4em;
}

.form-submit {
  text-align: center;
  margin-top: 30px;
}

.form-submit input[type=submit] {
  padding: 12px 40px;
  background-color: #4a4a4a;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.form-submit input[type=submit]:hover {
  background-color: #222;
}

.pagination {
  margin: 2rem 0;
  text-align: center;
}
.pagination .page-numbers {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}
.pagination .page-numbers li {
  display: inline-block;
}
.pagination .page-numbers .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
  color: #666;
  background-color: #fff;
  border: 1px solid #e1e5e9;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.pagination .page-numbers .page-numbers:hover {
  color: var(--wp--preset--color--white);
  background-color: var(--color--accent);
  border-color: #d0d7de;
  transform: translateY(-1px);
}
.pagination .page-numbers .page-numbers.current {
  color: var(--wp--preset--color--white);
  background-color: var(--color--text);
  border-color: var(--color--text);
  cursor: default;
}
.pagination .page-numbers .page-numbers.current:hover {
  transform: none;
  background-color: var(--color--text);
  border-color: var(--color--text);
}
.pagination .page-numbers .page-numbers.next i, .pagination .page-numbers .page-numbers.prev i {
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .pagination {
    margin: 1.5rem 0;
  }
  .pagination .page-numbers {
    gap: 0.25rem;
  }
  .pagination .page-numbers .page-numbers {
    min-width: 38px;
    height: 38px;
    padding: 0.375rem 0.5rem;
    font-size: 0.85rem;
  }
}/*# sourceMappingURL=styles.css.map */