/*
Theme Name:Namisaku
Author: kan
*/


@charset "UTF-8";
html {
  font-size: 16px;
}
.hamburger {
    display: none;
    width:12vw;
	height:auto;
	cursor: pointer;
    z-index: 1000;
}

/* サイドバーのスタイル */
.sidebar {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 150px;
    height: 100%;/* ✅ 背景色を強制的に適用 */
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}
.close-button {
    position: absolute;
    top: 2vw;
    right: 5vw;
    font-size: 8vw;
    cursor: pointer;
    color: #333;
    font-weight: bold;
}
.menu-item {
    background-color: #E6F2FF; 
	width:100%;
	border-bottom: 2px solid white;
    color: #2C3E91;;
    cursor: pointer;
    font-weight: bold;
}
/* ホバー時のエフェクト */
.menu-item:hover {
    background-color: #bbb;
}
		.sns-share {
  display:flex;
justify-content:center;
  flex-wrap:wrap;
  margin:1.2rem 0;
height:auto;
gap:1%;
}
	.moji{
		display:none;
	}
	.sns-btn {
  display:inline-flex;
  align-items:center;
  width:20%;
  padding:.2rem .75rem;
  border:1px solid #e5e7eb;
  border-radius:.6rem;
  background:#fff;
  cursor:pointer;
  line-height:1;
  font-weight:600;
		font-size:1.2rem;
}
	.text_SNS{
margin-left:auto;
		margin-right:auto;
}
.sns-btn:hover { background:#f8fafc; }
.sns-x   { color:#111; }
.sns-fb  { color:#1877f2; }
.sns-line{ color:#06c755; }
.sns-native { color:#334155; }
@media (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1024px) {
  html {
    font-size: 14px;
  }
}
header{
	position: relative;
}
.fixed-contact-link {
	position: absolute;
    top: 2.78vw;
    right: 5.20vw;
    text-decoration: none;
	 color:black;
  transition: text-decoration-color 0.2s ease;
}
.fixed-contact-link:hover {
  text-decoration: underline;
}
.logo{width:14.02vw;
      height: auto;
}
@media (max-width: 900px) {
  .logo{width:40vw;
      height: auto;
}
	.hamburger {
        display: block; /* スマホで表示 */
		position: absolute;
    top: 1.2vw;
    right: 5.20vw;
    }
	.sidebar.active {
    display: block;
	text-align: center;
}
			.moji{
			display:none;
		}
		.sns-btn{
			width:24%;
			padding: .5rem;
		}
		.facebook{
			display:none;
		}
}