@charset "UTF-8";
body {
  font-family: 'Hiragino Maru Gothic ProN', 'ヒラギノ丸ゴ ProN', 'Noto Sans JP', 'Yu Gothic', Verdana, "MS Ｐゴシック", sans-serif;
}
p, h3, h4 {
  font-family: 'Noto Sans JP';
}
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.section-target {
  width: 100%;
  max-width: 1000px;
  margin: 100px auto 160px;
}
.section-target h2 {
  margin: 0 auto 60px;
  background-image: linear-gradient(to right, #F39800, #F39800 10px, transparent 10px);
}
.btn-list_items {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  height: 85px;
  margin: 0 auto 40px;
  background-color: #00A95F;
  border-radius: 10px;
  box-shadow: 0 4px 0 #009944;
}
.btn-list_items p {
  color: #FFF;
  font-weight: bold;
}
.btn-list_items:hover {
  transition: linear 0.2s;
  background-color: #F59E33;
  box-shadow: 0 4px 0 #F19626;
}
@media (max-width: 768px) {
  .section-target {
    width: 90%;
  }
  .btn-list_items p {
    font-size: 1.8rem;
  }
}
@media (max-width: 520px) {
  .btn-list_items {
    max-width: 320px;
    padding: 0 2rem;
  }
  .btn-list_items p {
    text-align: center;
    font-size: 1.6rem;
  }
}


/*  20250424_スマホ版kf_textsize 文字サイズ変更 */
@media (max-width: 520px) {
.kf_textsize_02{
  font-size: 1.6rem;
}
}

/* 20250528 */

.mv-shoplist {
	position: relative;
	width: 100%;
	margin-bottom: 100px;
	height: 320px;
	background-color: #fffae5;
}

.mv-shoplistinfotitle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width:1000px;
	height: 320px;
}
.mv-shoplistinfotitle h1 {
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 80px;
	line-height: 40px;
	text-align: left;
	margin-top: 100px;
}
.mv-shoplistinfotitle h1::before {
display: none;
}
.mv-shoplistinfotitle h1::after {
	display: none;
}
.mv-shoplistinfotitle h1 span{
	font-size:24px;
}
.mv-shoplistinfotitle .kashiwani{
	position:absolute;
	right:0;
	bottom:0;
	width:220px;
}
main{
  margin-top: 85px;
}

@media (max-width: 960px) {
	.main{
		margin-top:77px;
	}
	.mv-shoplistinfotitle {
		width:100%;
		padding:0 20px;
	}
      .mv-shoplistinfotitle .kashiwani {
        width: 40%;
    }
}

@media (max-width: 520px) {
	.mv-shoplist_top{
		 height: 360px;
	}
	.mv-shoplistinfotitle_top{
		 height: 360px;
	}
}