/* Header Styles */
.header {
	position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
.header.is-show {
             position: fixed;
    background: rgba(248, 248, 248, 0.7);
    backdrop-filter: blur(10px);
    animation: DownAnime 0.5s forwards;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 追従時に影を追加 */
            z-index: 100;
        }
@keyframes DownAnime {
    from {
        opacity: 0;
        transform: translateY(-170px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  width: 100%;
  box-sizing: border-box;
}
.header.is-show .header-container {
  padding: 5px 30px;
}
.logo-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-zen-old-mincho);
  color: var(--text-color);
  white-space: nowrap;
	text-decoration: none;
}
.logo-container:hover {
 opacity: .7;
}
.logo-text {
  font-size: var(--text-lg);
  line-height: 1.8;
}
.logo-name {
  font-size: var(--text-4xl);
  line-height: 1.4;
  text-orientation: upright;
}
/* グローバルメニューのスタイル */
.hamburger-checkbox{
	display: none;
}
.global-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
}
.global-menu li {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-zen-old-mincho);
  font-size: 1rem;
  color: var(--text-dark);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.3s ease;
}
.global-menu li a {
  color: var(--text-dark);
	text-decoration: none;
}
.global-menu li a:hover, .global-menu li.active {
  color: var(--primary-brown);
}
.menu-icon {
  width: 18px;
  height: 22px;
}
/* スマートフォン用のスタイル（767px以下） */
@media (max-width: 1090px) {
  .header-container {
    padding: 10px 20px;
  }
  .logo-container {
    gap: 5px;
  }
  .logo-text {
    font-size: 0.875rem;
  }
  .logo-name {
    font-size: 1.75rem;
  }
  /* ハンバーガーメニューの表示切り替え */
  .global-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #FFF8FC;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translateX(100%); /* 初期状態は画面外に配置 */
    transition: transform 0.5s ease-in-out;
    z-index: 100;
  }
  .global-menu ul {
    flex-direction: column;
    gap: 40px;
    font-size: 1.5rem;
	  align-items: flex-start;
  }
	
  /* ハンバーガーボタンと閉じるボタンのスタイル */
  .hamburger-menu {
    position: relative;
    z-index: 101;
	width: 40px;
  height: 40px;
  border-radius: 5px;
  background: linear-gradient(135deg, #FFB47F, #FF8F42);
	  cursor: pointer;
	  display: flex;
	  justify-content: center;
	  align-items: center;
  }
  .hamburger-label {
    
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .hamburger-label span {
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s ease, opacity 0.3s ease;
    display: block;
    width: 100%;
  }
  /* チェックボックスがチェックされたときのメニュー表示 */
  .hamburger-checkbox:checked ~ .global-menu {
    transform: translateX(0); /* 画面内にスライドイン */
  }
  /* ハンバーガーアイコンの変形 */
  .hamburger-checkbox:checked + .hamburger-menu .hamburger-label span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger-checkbox:checked + .hamburger-menu .hamburger-label span:nth-child(2) {
    opacity: 0;
  }
  .hamburger-checkbox:checked + .hamburger-menu .hamburger-label span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* PC用のスタイル（768px以上） */
@media (min-width: 1090px) {
  .hamburger-menu {
    display: none;
  }
}


/* Footer Styles */
.footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 65px 0 30px 0;
  position: relative;
  width: 100%;
}
.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1170px;
  padding: 0 30px;
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-family: var(--font-zen-old-mincho);
  color: var(--text-color);
}
.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-logo-text {
  font-size: var(--text-lg);
  line-height: 1.8;
}
.footer-logo-name {
  font-size: var(--text-4xl);
  line-height: 1.4;
  text-orientation: upright;
}
.footer-address {
  font-size: var(--text-sm);
  line-height: 1.8;
}
.footer-address a {
  color: var(--text-color);
  text-decoration: none;
}
.footer-address a:hover {
  text-decoration: underline;
}
.footer-links {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  height: 100%;
}
.footer-links ul {
  list-style: none; /* デフォルトのリストマーカーを削除 */
  padding: 0; /* デフォルトのパディングを削除 */
  margin: 0; /* デフォルトのマージンを削除 */
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  font-family: var(--font-zen-old-mincho);
  font-size: var(--text-base);
  color: var(--text-color);
  text-decoration: none;
  line-height: 1.8;
  transition: color 0.3s ease;
}
.footer-links a:hover {
  color: var(--primary-brown);
}
.footer-copyright {
  text-align: center;
}
.footer-copyright p {
  font-family: var(--font-zen-old-mincho);
  font-size: var(--text-xs);
  color: var(--text-color);
  line-height: 1.8;
}
/* Contact Section */
.contact-section {
  padding: 100px 0 200px 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/contact_bg.jpg);
  mix-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-container {
  max-width: 1170px;
  display: flex;
  gap: 69px;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 30px;
  width: 100%;
}
.contact-text {
  width: 293px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact-text h2 {
  font-family: 'Hina Mincho', serif;
  font-size: 36px;
  color: var(--primary-brown);
  line-height: 1.2;
}
.contact-text p {
  font-family: 'Zen Old Mincho', serif;
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.8;
}
.contact-info {
  width: 409px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.phone-info {
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}
.phone-info > div:first-child {
  display: flex;
  align-items: center;
  gap: 10px;
}
.phone-icon {
  width: 40px;
  height: 40px;
}
.phone-icon img {
  width: 100%;
  height: 100%;
}
.phone-number {
  font-family: 'Alata', sans-serif;
  font-size: 48px;
  color: var(--text-color);
  text-decoration: none;
  line-height: 1;
  transition: color 0.3s ease;
}
.phone-number:hover {
  color: var(--primary-brown);
}
.business-hours {
  font-family: 'Zen Old Mincho', serif;
  font-size: 16px;
  color: var(--text-color);
  line-height: 1.8;
  text-align: center;
}
.email-button {
  background: linear-gradient(to right, var(--secondary-orange) 0%, var(--primary-brown) 98.558%);
  border-radius: 10px;
  padding: 15px 10px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
	text-decoration: none;

}
.email-button:hover {
  opacity: 0.9;
}
.email-button span {
  font-family: 'Zen Old Mincho', serif;
  font-size: 24px;
  font-weight: 500;
  color: white;
  line-height: 1.4;
}
/* Header & Footer Responsive Design */
@media (max-width: 768px) {
 .header-container {
    padding: 20px 30px;
  }
  .footer-container {
    gap: 30px;
    padding: 0 20px;
    width: 100%;
    max-width: 1170px;
  }

  .contact-section {
    padding: 60px 30px 0 30px;
  }
  .contact-container {
    gap: 30px;
    max-width: none;
	  padding: 0;
	  align-items: flex-end;
	  padding-bottom: 30vw;
  }
	.contact-text h2{
		font-size: 1.6rem;
	}
	.contact-text p .br {
		display: none;
}
	  .email-button span {
    font-size: 3vw!important;
  }
}
@media (max-width: 480px) {
  .header-container {
    padding: 15px;
  }
  .logo-text {
    font-size: .8rem;
  }
  .logo-name {
    font-size: 1.4rem;
  }
  .menu-item {
    font-size: var(--text-xs);
  }
  .footer-links {
    gap: 20px;
  }
  .footer-column a {
    font-size: var(--text-sm);
  }
  .phone-number {
    font-size: 36px;
  }
  .email-button span {
    font-size: 20px;
  }
	  .contact-container {
		flex-direction: column;  
  }
	.contact-text {
  width: 100%;
}  
	.contact-info {
   width: 100%;
}
	  
	.phone-icon {
  width: 8.5vw!important;
  height: auto!important;
}
	.phone-icon img {
  width: 8.5vw!important;
  height: auto!important;
}
	  .email-button span {
    font-size: 5vw!important;
  }
	 .contact-container {
    padding-bottom: 50vw;
  }
	.footer-container {
    flex-direction: column;
    gap: 30px;
    padding: 0 20px;
    width: 100%;
    max-width: 1170px;
		justify-content: center;
  }
	.footer-logo {
  justify-content: center;
}
	.footer-info {
		justify-content: center;
		text-align: center;
		width: 100%;
		order: 2;
}
	  .footer-links {
  justify-content: center;
		text-align: center;
		  width: 100%;
		  order: 1;
  }
}
@media (max-width: 1200px) {
  .footer-container {
    width: 100%;
    max-width: 1170px;
  }
	.email-button span {
  font-size: 2vw;
}
}