@charset "utf-8";
body{
	background-image: url("../images/yokoku/haikei@2x.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom;
}
h1 {
	width: 100%;
	text-align: center;
	margin-bottom:2vh;
}

.yokoku_main{
	display: flex;
	flex-direction: column;
	row-gap: 7vh;
	padding: 6vh 0;
	margin-bottom:8vh;
}
.yokoku_main h2 {
	font-family: 'Shippori Mincho', serif;
	font-size: clamp(26px, 2.6vw, 50px);
	line-height:2.0em;
		letter-spacing: 0.15em;
	white-space: nowrap;
}
.yokoku_main p{
	font-family: 'Shippori Mincho', serif;
	font-size: clamp(16px, 1.2vw, 24px);
	line-height:2.5em;
	letter-spacing: 0.1em;
	white-space: nowrap;
}
.yokoku_main p span{
	letter-spacing: 0.12em;
}
.image-button {
  display: inline-block; /* リンクの範囲を画像に合わせる */
  border: none;
  text-decoration: none;
  transition: transform 0.2s ease-in; /* ホバー時のアニメーション */
   filter: drop-shadow(1px 1px 1px rgba(96, 69, 15, 0.5));
}

.image-button img {
  display: block;
  width: clamp(350px,28vw,555px); /* サイズ調整 */
  height: auto;
}

/* ホバー時の効果 */
.image-button:hover {
  opacity: 0.8; /* 少し薄くする */
  transform: translate(1px,1px);
  filter:none;
}
/*=========レスポンシブ=====================

=======SP対応・ブレイクポイント768px=========*/
@media (max-width: 768px) {
.yokoku_main {
    row-gap: 4vh;
	margin-bottom: 8vh;
	}
.yokoku_main h2 {
	font-size: clamp(18px, 3.0vw, 24px);
	}
.yokoku_main p{
	font-size: clamp(12px, 1.8vw, 15px);
	}
.yokoku_main p span{
	letter-spacing: 0.05em;
}
.image-button img {
    display: block;
    width: clamp(250px, 42vw, 324px);
}
.shop_tel {
    font-size: 14px;
	}
.shop_add {
    font-size: 12px;
}
.footer_right img {
    width: 140px;
}

@media (max-width: 500px) {
	.only_ssp{
		display: inline;
	}
h1 {
	margin-bottom:0;
}
.yokoku_main {
	margin-bottom: 0;
	}
}
	