@charset "UTF-8";

/* --- 共通設定 --- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: min(100px, 9.09vw);
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
span,
a,
li,
th,
td {
  font-family: "Zen Old Mincho", serif;
  color: #992330;
  line-height: 1.2;
}

p {
  font-family: "Zen Old Mincho", serif;
  color: #992330;
  line-height: 2.4;
}

li {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

/* --- コンテナ設定 --- */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  display: block;
}

/* 消してる要素 */
.sp-header,
.sp {
  display: none;
}

/* アニメーションの動き */
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.8s ease-out,
    transform 0.8s ease-out;
}

/* 画面に入った時に付与するクラス */
.is-show {
  opacity: 1;
  transform: translateY(0);
}

/* ヘッダー */
#header {
  width: 100%;
  height: min(80px, 5.56vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}

.header-container {
  width: 100%;
  height: 100%;
  padding: 0 min(80px, 5.56vw);
}

.header-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: min(230px, 15.97vw);
}

.header-nav ul {
  display: flex;
  align-items: center;
  gap: min(30px, 2.08vw);
}

.header-nav ul li a {
  font-size: min(18px, 1.25vw);
  color: #992330;
}

.header-tel a {
  width: min(206px, 14.31vw);
  height: min(52px, 3.61vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  background-color: #992330;
  border-radius: min(5px, 0.35vw);
}

.header-tel a img {
  width: min(16px, 1.11vw);
  height: auto;
}

.header-tel a span {
  font-size: min(18px, 1.25vw);
  color: #fff;
}

/* トップ */
.main-v {
  position: relative;
  margin-top: min(100px, 6.94vw);
  width: 100%;
  height: calc(480 / 1440 * 100vw);
  overflow: hidden;
}

.main-v-slider {
  position: absolute;
  inset: 0;
}

.slide-img {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1s ease;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-img.is-active {
  opacity: 1;
}

.slide1 {
  background-image: url(../image/top-img1.png);
}

.slide2 {
  background-image: url(../image/top-img2.png);
}

.slide3 {
  background-image: url(../image/top-img3.png);
}

.main-v-container {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}

.main-v-title {
  text-align: center;
  position: absolute;
  right: min(80px, 5.56vw);
  bottom: min(16px, 1.11vw);
}

.main-v-title h1 {
  font-size: min(40px, 2.78vw);
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  text-shadow: 4px 4px 24px rgba(0, 0, 0, 1);
}

.main-v-title span {
  display: inline-block;
  font-size: min(64px, 4.44vw);
  color: #fff;
  line-height: 1.6;
  text-shadow: 4px 4px 24px rgba(0, 0, 0, 1);
  margin-top: min(40px, 2.78vw);
}

/* p1-a */
.p1-a-container {
  padding-top: min(70px, 4.86vw);
}

.p1-a-box {
  width: min(1280px, 88.89vw);
  display: flex;
  gap: min(80px, 5.56vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p1-a-img {
  width: min(640px, 44.44vw);
  position: relative;
  padding-bottom: min(100px, 6.94vw);
}

.p1-a-img img:first-child {
  width: min(540px, 37.5vw);
  height: auto;
}

.p1-a-img img:last-child {
  width: min(240px, 16.67vw);
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
}

.p1-a-text {
  width: min(480px, 33.33vw);
  margin-top: min(65px, 4.51vw);
}

.p1-a-text p {
  font-size: min(16px, 1.11vw);
  margin-bottom: min(40px, 2.78vw);
}

/* p1-b */
.p1-b-container {
  padding: min(100px, 6.94vw) 0;
}

.p1-b-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.78vw) auto 0;
}

.p1-b-text {
  width: min(480px, 33.33vw);
}

.p1-b-text p {
  font-size: min(16px, 1.11vw);
  margin-bottom: min(40px, 2.78vw);
}

.p1-b-img-box {
  display: flex;
}

.p1-b-img {
  width: min(480px, 33.33vw);
  height: auto;
}

.p1-b-img2 img {
  width: min(240px, 16.67vw);
  height: auto;
}

/* p1-c */
.p1-c-container {
  background-color: #992330;
  padding: min(45px, 3.13vw) 0 min(80px, 5.56vw);
}

.p1-c .h2-title {
  border-bottom: 1px solid #fff;
}

.p1-c .h2-title h2 {
  color: #fff;
}

.p1-c-title {
  width: min(1280px, 88.89vw);
  text-align: center;
  padding: min(10px, 0.69vw) 0;
  border: 1px solid #fff;
  margin: min(40px, 2.78vw) auto 0;
}

.p1-c-title h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 500;
  color: #fff;
}

.p1-c-box {
  width: min(1280px, 88.89vw);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(60px, 4.17vw) min(35px, 2.43vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p1-c-item {
  width: min(400px, 27.78vw);
  height: min(280px, 19.44vw);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0 min(30px, 2.08vw);
}

.p1-c-item p:first-child {
  width: 100%;
  font-size: min(20px, 1.39vw);
  line-height: 1.6;
  padding-bottom: min(30px, 2.08vw);
  border-bottom: 1px solid #992330;
}

.p1-c-item p:last-child {
  font-size: min(18px, 1.25vw);
  line-height: 1.6;
  padding-top: min(30px, 2.08vw);
}

.p1-c-box2 {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(40px, 2.78vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p1-c-img {
  width: min(272px, 18.89vw);
}

/* p1-d */
.p1-d-container {
  padding: min(80px, 5.56vw) 0;
}

.p1-d-box {
  width: min(1120px, 77.78vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(30px, 2.08vw) min(48px, 3.33vw);
  margin: 0 auto;
}

.p1-d-img-box {
  display: flex;
  gap: min(10px, 0.69vw);
}

.p1-d-img {
  width: min(200px, 13.89vw);
}

.p1-d-img2 {
  width: min(200px, 13.89vw);
  margin-top: min(40px, 2.78vw);
}

.p1-d-item {
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
}

.p1-d-text {
  width: min(308px, 21.39vw);
}

.p1-d-text p {
  color: #fff;
  line-height: 1.2;
}

.p1-d-text p:first-child {
  text-align: center;
  font-size: min(28px, 1.94vw);
  padding: min(10px, 0.69vw) 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.p1-d-text p:last-child {
  font-size: min(64px, 4.44vw);
  margin-top: min(10px, 0.69vw);
}

.p1-d-text p:last-child span {
  font-size: min(32px, 2.22vw);
  color: #fff;
}

.p1-d-img-box2 {
  width: min(205px, 14.24vw);
}

.p1-d-img4 {
  margin-top: min(10px, 0.69vw);
}

.p1-d-img-box2 span {
  display: inline-block;
  font-size: min(16px, 1.11vw);
  color: #fff;
  margin-top: min(7px, 0.49vw);
}

.p1-d-box2 {
  width: min(1120px, 77.78vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #992330;
  padding: min(20px, 1.39vw) min(60px, 4.17vw);
  margin: 0 auto;
}

.p1-d-text2 {
  text-align: center;
}

.p1-d-text2 p {
  font-size: min(20px, 1.39vw);
  color: #fff;
  line-height: 1.2;
}

.p1-d-text2 span {
  display: inline-block;
  font-size: min(28px, 1.94vw);
  color: #fff;
  background-image: url(../image/top-back4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: min(20px, 1.39vw);
  margin-top: min(20px, 1.39vw);
}

.p1-d-link a {
  width: min(320px, 22.22vw);
  height: min(90px, 6.25vw);
  position: relative;
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
  background: linear-gradient(
    to right,
    #d4ad41 0%,
    #f3d070 14%,
    #f3d070 48%,
    #f3d070 81%,
    #d4ad41 100%
  );
  border-radius: min(5px, 0.35vw);
  padding: 0 min(40px, 2.78vw);
}

.p1-d-link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(20px, 1.39vw);
  transform: translateY(-50%);
  width: min(24px, 1.67vw);
  height: min(24px, 1.67vw);
  background: url(../image/part2.png) center/contain no-repeat;
}

.p1-d-link a img {
  width: min(40px, 2.78vw);
  height: auto;
}

.p1-d-p p {
  color: #836104;
  line-height: 1.2;
}

.p1-d-p p:first-child {
  font-size: min(18px, 1.25vw);
}

.p1-d-p p:last-child {
  font-size: min(14px, 0.97vw);
  margin-top: min(10px, 0.69vw);
}

/* p1-e */
.p1-e-container {
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: min(80px, 5.56vw) 0;
}

.p1-e .h2-title {
  border-bottom: 1px solid #fff;
}

.p1-e .h2-title h2 {
  color: #fff;
}

.p1-e-table {
  width: min(857px, 59.51vw);
  margin: min(30px, 2.08vw) auto 0;
}

.p1-e-table table {
  width: 100%;
}

.p1-e-table table th,
.p1-e-table table td {
  text-align: left;
  font-size: min(20px, 1.39vw);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  padding: min(15px, 1.04vw) 0;
}

.p1-e-table table th {
  width: min(220px, 15.28vw);
}

.p1-e-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.39vw);
  margin-top: min(30px, 2.08vw);
}

.p1-e-link a {
  width: min(240px, 16.67vw);
  height: min(52px, 3.61vw);
  font-size: min(18px, 1.25vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  border: 1px solid #fff;
  border-radius: min(10px, 0.69vw);
}

.p1-e-link a img {
  width: min(16px, 1.11vw);
  height: auto;
}

.p1-e-link a:last-child {
  position: relative;
}

.p1-e-link a:last-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: min(20px, 1.39vw);
  transform: translateY(-50%);
  width: min(24px, 1.67vw);
  height: min(4px, 0.28vw);
  background: url(../image/part5.png) center/contain no-repeat;
}

/* p1-f */
.p1-f-box {
  width: 100%;
  height: min(480px, 33.33vw);
}

.p1-f-box iframe {
  width: 100%;
  height: 100%;
}

/* 共通アイテム */
.h2-title {
  width: min(1280px, 88.89vw);
  padding-bottom: min(20px, 1.39vw);
  border-bottom: 1px solid #992330;
  margin: 0 auto;
}

.h2-title h2 {
  font-size: min(28px, 1.94vw);
  font-weight: 500;
}

.botan {
  position: relative;
  width: min(240px, 16.67vw);
  height: min(52px, 3.61vw);
  font-size: min(18px, 1.25vw);
  color: #836104;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    to right,
    #d4ad41 0%,
    #f3d070 14%,
    #f3d070 48%,
    #f3d070 81%,
    #d4ad41 100%
  );
  border-radius: min(5px, 0.35vw);
}

.botan::after {
  content: "";
  position: absolute;
  right: min(15px, 1.04vw);
  top: 50%;
  transform: translateY(-50%);
  width: min(20px, 1.39vw);
  height: min(4px, 0.28vw);
  background-image: url(../image/part2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* こだわり */
/* p2-a */
.p2-a-container {
  padding: min(60px, 4.17vw) 0 min(80px, 5.56vw);
}

.p2-a-box {
  display: flex;
  align-items: center;
  margin-top: min(40px, 2.78vw);
}

.p2-a-box.reverse {
  flex-direction: row-reverse;
}

.p2-a-img {
  width: 50%;
}

.p2-a-item {
  width: min(480px, 33.33vw);
  margin: 0 auto;
}

.p2-a-title span {
  font-size: min(20px, 1.39vw);
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.p2-a-title span img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p2-a-title h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 500;
  margin-top: min(20px, 1.39vw);
}

.p2-a-text {
  margin-top: min(40px, 2.78vw);
}

.p2-a-text p {
  font-size: min(16px, 1.11vw);
}

/* p2-b */
.p2-b-container {
  background-color: #992330;
  padding: min(60px, 4.17vw) 0 min(80px, 5.56vw);
}

.p2-b .h2-title {
  border-bottom: 1px solid #fff;
}

.p2-b .h2-title h2 {
  color: #fff;
}

.p2-b-text {
  width: min(1280px, 88.89vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-b-text p {
  font-size: min(24px, 1.67vw);
  color: #fff;
}

.p2-b-box {
  width: min(1280px, 88.89vw);
  display: flex;
  flex-direction: column;
  gap: min(40px, 2.78vw);
  background-color: #fff;
  padding: min(60px, 4.17vw) min(80px, 5.56vw);
  border-radius: min(20px, 1.39vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-b-item {
  border-top: 1px solid #992330;
  border-bottom: 1px solid #992330;
}

.p2-b-head {
  width: 100%;
  padding: min(30px, 2.08vw) 0;
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.p2-b-head .q,
.p2-b-answer .a {
  font-size: min(32px, 2.22vw);
  color: #992330;
  flex-shrink: 0;
}

.p2-b-head .text,
.p2-b-answer p {
  flex: 1;
  font-size: min(18px, 1.25vw);
  color: #992330;
  line-height: 1.6;
}

.p2-b-head .icon {
  position: relative;
  width: min(20px, 1.39vw);
  height: min(20px, 1.39vw);
  flex-shrink: 0;
}

.p2-b-head .icon::before,
.p2-b-head .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #992330;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.p2-b-head .icon::before {
  width: min(20px, 1.39vw);
  height: min(2px, 0.14vw);
}

.p2-b-head .icon::after {
  width: min(2px, 0.14vw);
  height: min(20px, 1.39vw);
}

.p2-b-item.is-open .icon::after {
  opacity: 0;
}

.p2-b-body {
  display: none;
}

.p2-b-answer {
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
  padding-bottom: min(30px, 2.08vw);
}

.p2-b-table {
  width: min(720px, 50vw);
  padding-bottom: min(30px, 2.08vw);
  margin-left: min(52px, 3.61vw);
}

.p2-b-table table {
  width: 100%;
  border-collapse: collapse;
}

.p2-b-table table th,
.p2-b-table table td {
  font-size: min(14px, 0.97vw);
  font-weight: 500;
  padding: min(10px, 0.69vw) 0;
}

.p2-b-table table th {
  width: min(240px, 16.67vw);
  color: #fff;
  background-color: #992330;
  border-bottom: 1px solid #efefef;
}

.p2-b-table table td {
  width: auto;
  color: #992330;
  background-color: #efefef;
  line-height: 1.6;
  padding-left: min(40px, 2.78vw);
  border-bottom: 1px solid #992330;
}

.p2-b-table table tr:last-child th,
.p2-b-table table tr:last-child td {
  border-bottom: none;
}

/* 商品紹介 */
/* p3-a */
.p3-a-container {
  padding: min(60px, 4.17vw) 0;
}

.p3-a-text {
  width: min(1280px, 88.89vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p3-a-text p {
  font-size: min(24px, 1.67vw);
}

.p3-a-box {
  width: min(1280px, 88.89vw);
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  row-gap: min(26px, 1.81vw);
  margin: min(50px, 3.47vw) auto 0;
}

.p3-a-item {
  width: min(300px, 20.83vw);
  height: min(302px, 20.97vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #992330;
  border-radius: min(10px, 0.69vw);
  padding: min(20px, 1.39vw);
}

.p3-a-img {
  width: min(200px, 13.89vw);
}

.p3-a-title {
  width: 100%;
  min-height: min(60px, 4.17vw);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

.p3-a-title h3 {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  line-height: 1.2;
}

.p3-a-title span {
  font-size: min(15px, 1.04vw);
  line-height: 1.2;
}

.p3-a-title img {
  width: 100%;
  height: auto;
  margin-top: min(10px, 0.69vw);
}

.p3-a-item:nth-of-type(9) .p3-a-title img {
  margin-top: min(3px, 0.21vw);
}

/* だしの取り方 */
/* p4-a */
.p4-a-container {
  background-color: #e9e1d0;
  padding: min(60px, 4.17vw) 0 min(80px, 5.56vw);
}

.p4-a-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.39vw);
}

.p4-a-img {
  width: min(260px, 18.06vw);
  display: flex;
  flex-direction: column;
  gap: min(20px, 1.39vw);
}

.p4-a-img img:first-child {
  width: min(200px, 13.89vw);
  height: auto;
}

.p4-a-img img:last-child {
  width: min(200px, 13.89vw);
  height: auto;
  margin-left: min(60px, 4.17vw);
}

.p4-a-img2 {
  width: min(260px, 18.06vw);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: min(20px, 1.39vw);
}

.p4-a-img2 img:first-child {
  width: min(200px, 13.89vw);
  height: auto;
}

.p4-a-img2 img:last-child {
  width: min(200px, 13.89vw);
  height: auto;
  margin-right: min(60px, 4.17vw);
}

.p4-a-item {
  width: min(720px, 50vw);
}

.p4-a-title {
  text-align: center;
  background-color: #992330;
  padding: min(20px, 1.39vw) min(60px, 4.17vw);
  border-radius: min(80px, 5.56vw);
}

.p4-a-title h3 {
  font-size: min(36px, 2.5vw);
  color: #fff;
}

.p4-a-title img {
  width: 100%;
  margin: min(16px, 1.11vw) 0;
}

.p4-a-title span {
  font-size: min(20px, 1.39vw);
  color: #fff;
  line-height: 1.6;
}

.p4-a-text {
  width: min(640px, 44.44vw);
  text-align: center;
  margin: min(40px, 2.78vw) auto 0;
}

.p4-a-text p {
  font-size: min(20px, 1.39vw);
}

/* p4-b */
.p4-b-container {
  background-color: #992330;
  padding: min(60px, 4.17vw) 0 min(80px, 5.56vw);
}

.p4-b .h2-title {
  border-bottom: 1px solid #fff;
}

.p4-b .h2-title h2 {
  color: #fff;
}

.p4-b-p {
  width: min(1280px, 88.89vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p4-b-p p {
  font-size: min(28px, 1.94vw);
  color: #fff;
  line-height: 1.6;
}

.p4-b-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: min(40px, 2.78vw);
  border-radius: min(30px, 2.08vw);
  margin: min(50px, 3.47vw) auto 0;
}

.p4-b-item {
  width: min(600px, 41.67vw);
}

.p4-b-title span {
  font-size: min(20px, 1.39vw);
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.p4-b-title span img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p4-b-title h3 {
  text-align: center;
  font-size: min(32px, 2.22vw);
  font-weight: 500;
  color: #fff;
  background-color: #992330;
  padding: min(10px, 0.69vw) 0;
  margin-top: min(20px, 1.39vw);
}

.p4-b-text {
  margin-top: min(20px, 1.39vw);
}

.p4-b-text p {
  font-size: min(16px, 1.11vw);
}

.p4-b-text2 {
  width: min(365px, 25.35vw);
  height: min(95px, 6.6vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../image/p4-img8.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: min(20px, 1.39vw) auto 0;
}

.p4-b-text2 p {
  font-size: min(24px, 1.67vw);
  line-height: 1.2;
  margin-bottom: min(10px, 0.69vw);
}

.p4-b-text2 span {
  position: relative;
  display: inline-block;
  font-size: min(20px, 1.39vw);
  line-height: 1.2;
  padding: 0 min(30px, 2.08vw);
}

.p4-b-text2 span::before,
.p4-b-text2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(20px, 1.39vw);
  height: min(1px, 0.07vw);
  background-color: #992330;
  transform: translateY(-50%);
}

.p4-b-text2 span::before {
  left: 0;
}

.p4-b-text2 span::after {
  right: 0;
}

.p4-b-img {
  width: min(560px, 38.89vw);
}

.p4-b-list {
  margin: min(20px, 1.39vw) 0;
}

.p4-b-list ul li {
  font-size: min(16px, 1.11vw);
  line-height: 2.4;
}

/* 店舗情報 */
/* p5-a */
.p5-a-container {
  background-color: #992330;
  padding: min(60px, 4.17vw) 0 min(80px, 5.56vw);
}

.p5-a .h2-title {
  border-bottom: 1px solid #fff;
}

.p5-a .h2-title h2 {
  color: #fff;
}

.p5-a-box {
  width: min(1280px, 88.89vw);
  background-color: #fff;
  padding: min(30px, 2.08vw) min(80px, 5.56vw);
  border-radius: min(30px, 2.08vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p5-a-box table {
  width: 100%;
  border-collapse: separate;
  border-spacing: min(10px, 0.69vw) 0;
}

.p5-a-box table th,
.p5-a-box table td {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  padding: min(20px, 1.39vw) 0;
  border-bottom: 1px solid #992330;
}

.p5-a-box table th {
  width: min(310px, 21.53vw);
}

.p5-a-box table td {
  padding-left: min(20px, 1.39vw);
}

/* p5-b */
.p5-b-container {
  padding: min(60px, 4.17vw) 0;
}

.p5-b-map {
  width: min(1280px, 88.89vw);
  height: min(480px, 33.33vw);
  margin: 0 auto;
}

.p5-b-map iframe {
  width: 100%;
  height: 100%;
}

.p5-b-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  margin: min(40px, 2.78vw) auto 0;
}

.p5-b-item {
  background-color: #e9e1d0;
  padding: min(40px, 2.78vw) min(70px, 4.86vw);
  border-radius: min(30px, 2.08vw);
}

.p5-b-item:first-child {
  width: min(720px, 50vw);
}

.p5-b-item:last-child {
  width: min(520px, 36.11vw);
}

.p5-b-title {
  text-align: center;
}

.p5-b-title h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
}

.p5-b-img {
  width: min(80px, 5.56vw);
  height: min(80px, 5.56vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  margin: min(26px, 1.81vw) auto 0;
}

.p5-b-item:first-child .p5-b-img img {
  width: min(34px, 2.36vw);
  height: auto;
}

.p5-b-item:last-child .p5-b-img img {
  width: min(45px, 3.13vw);
  height: auto;
}

.p5-b-text {
  display: flex;
  justify-content: space-between;
  margin-top: min(26px, 1.81vw);
}

.p5-b-text p,
.p5-b-text2 p {
  font-size: min(18px, 1.25vw);
  line-height: 1.9;
}

.p5-b-text p:first-child {
  padding-right: min(57px, 3.96vw);
  border-right: min(1px, 0.07vw) solid #992330;
}

.p5-b-text2 {
  text-align: center;
  margin-top: min(26px, 1.81vw);
}

/* 下層共通 */
.sub-v-container {
  margin-top: min(100px, 6.94vw);
}

.sub-v-box {
  position: relative;
}

.sub-v-img img {
  width: 100%;
  height: auto;
}

.sub-v-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translate(-50%, -50%);
}

.sub-v-title h1 {
  font-size: min(64px, 4.44vw);
  font-weight: 500;
  color: #fff;
  text-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(24px, 1.67vw)
    rgba(0, 0, 0, 1);
  line-height: 1.2;
}

/* フッター */
.footer-container {
  padding: min(80px, 5.56vw) 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(200px, 13.89vw);
}

.footer-logo {
  width: min(267px, 18.54vw);
}

.footer-logo .header-tel a {
  margin: min(26px, 1.81vw) auto 0;
}

.footer-nav {
  width: min(480px, 33.33vw);
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(30px, 2.08vw) min(38px, 2.64vw);
}

.footer-nav ul li a {
  font-size: min(18px, 1.25vw);
  color: #992330;
}

.copy-right {
  text-align: center;
  background-color: #992330;
  padding: min(23px, 1.6vw) 0;
}

.copy-right p {
  font-size: min(12px, 0.83vw);
  color: #fff;
}

/* お知らせ内容 1100で可変 */
.single-container {
  width: 100%;
  padding: min(60px, 5.45vw) 0;
}

.single-box {
  width: min(1000px, 90.91vw);
  margin: 0 auto;
}

.single-title {
  font-size: min(32px, 2.91vw);
  font-weight: 600;
  margin-bottom: min(30px, 2.73vw);
  line-height: 1.4;
}

.single-img {
  width: 100%;
  max-width: min(600px, 54.55vw);
  margin-bottom: min(40px, 3.64vw);
}

.single-img img {
  width: 100%;
  height: auto;
  display: block;
}

.single-content {
  font-size: min(16px, 1.45vw);
  line-height: 1.8;
  color: #333;
}

.single-content img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  /* 全体 */
  #header,
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /* ヘッダー */
  .sp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background-color: #fff;
    z-index: 9999;
    display: block;
  }

  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 20px;
  }

  .sp-header-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sp-header-tel {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #992330;
    border-radius: 5px;
  }

  .sp-header-tel img {
    width: 16px;
    height: auto;
  }

  .sp-header-logo img {
    width: 133px;
    height: auto;
  }

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    z-index: 1000;
  }

  .sp-menu-btn em {
    position: absolute;
    left: 50%;
    top: 22px;
    transform: translateX(-50%);
    font-style: normal;
    font-size: 10px;
    line-height: 1;
    color: #992330;
    white-space: nowrap;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 3px;
    background-color: #992330;
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 0;
  }
  .sp-menu-btn span:nth-child(2) {
    top: 7px;
  }
  .sp-menu-btn span:nth-child(3) {
    top: 14px;
  }

  .sp-menu-btn.is-active span:nth-child(1) {
    top: 7px;
    transform: rotate(45deg);
  }

  .sp-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .sp-menu-btn.is-active span:nth-child(3) {
    top: 7px;
    transform: rotate(-45deg);
  }

  .sp-menu-btn.is-active em {
    color: #fff;
  }

  .sp-menu-btn.is-active span {
    background-color: #fff;
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #992330;
    transition: 0.4s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }

  .sp-header-nav.is-active {
    right: 0;
  }

  .sp-nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .sp-nav-list li {
    margin: 30px 0;
  }
  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
  }

  /* トップ */
  .main-v {
    position: relative;
    margin-top: 55px;
    width: 100%;
    height: 665px;
    overflow: hidden;
  }

  .main-v-slider {
    position: absolute;
    inset: 0;
  }

  .slide-img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
  }

  .slide-img.is-active {
    opacity: 1;
  }

  .slide1 {
    background-image: url(../image/top-img1.png);
  }

  .slide2 {
    background-image: url(../image/top-img2.png);
  }

  .slide3 {
    background-image: url(../image/top-img3.png);
  }

  .main-v-container {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
  }

  .main-v-title {
    width: 240px;
    text-align: center;
    position: absolute;
    right: 50%;
    bottom: 50%;
    transform: translate(50%, 50%);
  }

  .main-v-title h1 {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    text-shadow: 4px 4px 24px rgba(0, 0, 0, 1);
  }

  .main-v-title span {
    display: inline-block;
    font-size: 32px;
    color: #fff;
    line-height: 1.6;
    text-shadow: 4px 4px 24px rgba(0, 0, 0, 1);
    margin-top: 20px;
  }

  /* p1-a */
  .p1-a-container {
    padding-top: 20px;
  }

  .p1-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-a-img {
    max-width: 400px;
    width: 100%;
    position: relative;
    padding-bottom: 30px;
  }

  .p1-a-img img:first-child {
    width: 80%;
    height: auto;
  }

  .p1-a-img img:last-child {
    width: 35%;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }

  .p1-a-text {
    width: 100%;
    margin-top: 0;
  }

  .p1-a-text p {
    font-size: 13px;
    margin-bottom: 30px;
  }

  /* p1-b */
  .p1-b-container {
    padding: 40px 0;
  }

  .p1-b-box {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-b-text {
    width: 100%;
  }

  .p1-b-text p {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .p1-b-img-box {
    max-width: 400px;
    width: 100%;
    display: flex;
    flex-direction: column;
  }

  .p1-b-img {
    width: 100%;
    height: auto;
  }

  .p1-b-img2 {
    display: flex;
    align-items: center;
  }

  .p1-b-img2 img {
    width: 50%;
    height: auto;
  }

  /* p1-c */
  .p1-c-container {
    background-color: #992330;
    padding: 40px 0;
  }

  .p1-c .h2-title {
    border-bottom: 1px solid #fff;
  }

  .p1-c .h2-title h2 {
    color: #fff;
  }

  .p1-c-title {
    width: 92%;
    text-align: center;
    padding: 10px 0;
    border: 1px solid #fff;
    margin: 20px auto 0;
  }

  .p1-c-title h3 {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
  }

  .p1-c-box {
    width: 92%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-c-item {
    width: 295px;
    height: 206px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../image/top-back1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 26px;
  }

  .p1-c-item p:first-child {
    width: 100%;
    font-size: 15px;
    line-height: 1.6;
    padding-bottom: 25px;
    border-bottom: 1px solid #992330;
  }

  .p1-c-item p:last-child {
    font-size: 13px;
    line-height: 1.6;
    padding-top: 25px;
  }

  .p1-c-box2 {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-c-img {
    width: 204px;
  }

  /* p1-d */
  .p1-d-container {
    padding: 20px 0;
  }

  .p1-d-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 45px;
    margin: 0 auto;
  }

  .p1-d-img-box {
    max-width: 400px;
    width: 100%;
    display: flex;
    gap: 3px;
  }

  .p1-d-img {
    width: calc(50% - 1.5px);
  }

  .p1-d-img2 {
    width: calc(50% - 1.5px);
    margin-top: 40px;
  }

  .p1-d-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .p1-d-text {
    text-align: center;
    width: 235px;
  }

  .p1-d-text p {
    color: #fff;
    line-height: 1.2;
  }

  .p1-d-text p:first-child {
    text-align: center;
    font-size: 18px;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .p1-d-text p:last-child {
    font-size: 36px;
    margin-top: 10px;
  }

  .p1-d-text p:last-child span {
    font-size: 18px;
    color: #fff;
  }

  .p1-d-img-box2 {
    width: 165px;
  }

  .p1-d-img4 {
    width: 131px;
    margin: 10px auto 0;
  }

  .p1-d-img-box2 span {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    margin: 7px auto 0;
  }

  .p1-d-box2 {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    background-color: #992330;
    padding: 20px 30px;
    margin: 0 auto;
  }

  .p1-d-text2 {
    text-align: center;
  }

  .p1-d-text2 p {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
  }

  .p1-d-text2 span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    background-image: url(../image/top-back4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 20px;
    margin: 10px auto;
  }

  .p1-d-link a {
    width: 275px;
    height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    background: linear-gradient(
      to right,
      #d4ad41 0%,
      #f3d070 14%,
      #f3d070 48%,
      #f3d070 81%,
      #d4ad41 100%
    );
    border-radius: 5px;
    padding: 0 45px;
  }

  .p1-d-link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    background: url(../image/part2.png) center/contain no-repeat;
  }

  .p1-d-link a img {
    width: 35px;
    height: auto;
  }

  .p1-d-p p {
    color: #836104;
    line-height: 1.2;
  }

  .p1-d-p p:first-child {
    font-size: 16px;
  }

  .p1-d-p p:last-child {
    font-size: 13px;
    margin-top: 10px;
  }

  /* p1-e */
  .p1-e-container {
    background-image: url(../image/top-back3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 0;
  }

  .p1-e .h2-title {
    border-bottom: 1px solid #fff;
  }

  .p1-e .h2-title h2 {
    color: #fff;
  }

  .p1-e-table {
    width: 92%;
    margin: 20px auto 0;
  }

  .p1-e-table table {
    width: 100%;
  }

  .p1-e-table table th,
  .p1-e-table table td {
    text-align: left;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    padding: 10px 0;
  }

  .p1-e-table table th {
    width: 100px;
  }

  .p1-e-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p1-e-link a {
    width: 240px;
    height: 52px;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
  }

  .p1-e-link a img {
    width: 16px;
    height: auto;
  }

  .p1-e-link a:last-child {
    position: relative;
  }

  .p1-e-link a:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 24px;
    height: 4px;
    background: url(../image/part5.png) center/contain no-repeat;
  }

  /* p1-f */
  .p1-f-box {
    width: 100%;
    height: 480px;
  }

  .p1-f-box iframe {
    width: 100%;
    height: 100%;
  }

  /* 共通アイテム */
  .h2-title {
    width: 92%;
    padding-bottom: 10px;
    border-bottom: 1px solid #992330;
    margin: 0 auto;
  }

  .h2-title h2 {
    font-size: 18px;
    font-weight: 500;
  }

  .botan {
    position: relative;
    width: 200px;
    height: 42px;
    font-size: 15px;
    color: #836104;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
      to right,
      #d4ad41 0%,
      #f3d070 14%,
      #f3d070 48%,
      #f3d070 81%,
      #d4ad41 100%
    );
    border-radius: 5px;
  }

  .botan::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 4px;
    background-image: url(../image/part2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  /* こだわり */
  /* p2-a */
  .p2-a-container {
    padding: 40px 0 60px;
  }

  .p2-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p2-a-box.reverse {
    flex-direction: column;
  }

  .p2-a-img {
    max-width: 400px;
    width: 100%;
  }

  .p2-a-item {
    width: 100%;
    margin: 0 auto;
  }

  .p2-a-title span {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .p2-a-title span img {
    width: 16px;
    height: auto;
  }

  .p2-a-title h3 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
  }

  .p2-a-text {
    margin-top: 20px;
  }

  .p2-a-text p {
    font-size: 13px;
  }

  /* p2-b */
  .p2-b-container {
    background-color: #992330;
    padding: 40px 0 60px;
  }

  .p2-b .h2-title {
    border-bottom: 1px solid #fff;
  }

  .p2-b .h2-title h2 {
    color: #fff;
  }

  .p2-b-text {
    width: 92%;
    margin: 20px auto 0;
  }

  .p2-b-text p {
    font-size: 13px;
    color: #fff;
  }

  .p2-b-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto 0;
  }

  .p2-b-item {
    border-top: 1px solid #992330;
    border-bottom: 1px solid #992330;
  }

  .p2-b-head {
    width: 100%;
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
  }

  .p2-b-head .q,
  .p2-b-answer .a {
    font-size: 16px;
    color: #992330;
    flex-shrink: 0;
  }

  .p2-b-head .text,
  .p2-b-answer p {
    flex: 1;
    font-size: 13px;
    color: #992330;
    line-height: 1.6;
  }

  .p2-b-head .icon {
    position: relative;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
  }

  .p2-b-head .icon::before,
  .p2-b-head .icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    background: #992330;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }

  .p2-b-head .icon::before {
    width: 20px;
    height: 2px;
  }

  .p2-b-head .icon::after {
    width: 2px;
    height: 20px;
  }

  .p2-b-item.is-open .icon::after {
    opacity: 0;
  }

  .p2-b-body {
    display: none;
  }

  .p2-b-answer {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 20px;
  }

  .p2-b-table {
    width: auto;
    padding-bottom: 20px;
    margin-left: 26px;
  }

  .p2-b-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p2-b-table table th,
  .p2-b-table table td {
    text-align: center;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
  }

  .p2-b-table table th {
    width: 100%;
    color: #fff;
    background-color: #992330;
    border-bottom: 1px solid #efefef;
  }

  .p2-b-table table td {
    width: auto;
    color: #992330;
    background-color: #efefef;
    line-height: 1.6;
    padding: 10px;
    border-bottom: 1px solid #992330;
  }

  .p2-b-table table tr:last-child th,
  .p2-b-table table tr:last-child td {
    border-bottom: none;
  }

  /* 商品紹介 */
  /* p3-a */
  .p3-a-container {
    padding: 40px 0 60px;
  }

  .p3-a-text {
    width: 92%;
    margin: 20px auto 0;
  }

  .p3-a-text p {
    font-size: 13px;
  }

  .p3-a-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p3-a-item {
    width: 280px;
    height: 282px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #992330;
    border-radius: 10px;
    padding: 20px;
  }

  .p3-a-img {
    width: 180px;
  }

  .p3-a-title {
    width: 100%;
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
  }

  .p3-a-title h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
  }

  .p3-a-title span {
    font-size: 13px;
    line-height: 1.2;
  }

  .p3-a-title img {
    width: 100%;
    height: auto;
    margin-top: 10px;
  }

  .p3-a-item:nth-of-type(9) .p3-a-title img {
    margin-top: 3px;
  }

  /* だしの取り方 */
  /* p4-a */
  .p4-a-container {
    background-color: #e9e1d0;
    padding: 40px 0 60px;
  }

  .p4-a-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }

  .p4-a-img,
  .p4-a-img2 {
    display: none;
  }

  .p4-a-item {
    max-width: 400px;
    width: 92%;
  }

  .p4-a-title {
    text-align: center;
    background-color: #992330;
    padding: 20px;
    border-radius: 80px;
  }

  .p4-a-title h3 {
    font-size: 18px;
    color: #fff;
  }

  .p4-a-title img {
    width: 100%;
    margin: 10px 0;
  }

  .p4-a-title span {
    font-size: 13px;
    color: #fff;
    line-height: 1.6;
  }

  .p4-a-text {
    width: 100%;
    text-align: center;
    margin: 20px auto 0;
  }

  .p4-a-text p {
    font-size: 13px;
  }

  /* p4-b */
  .p4-b-container {
    background-color: #992330;
    padding: 40px 0 60px;
  }

  .p4-b .h2-title {
    border-bottom: 1px solid #fff;
  }

  .p4-b .h2-title h2 {
    color: #fff;
  }

  .p4-b-p {
    width: 92%;
    margin: 20px auto 0;
  }

  .p4-b-p p {
    font-size: 16px;
    color: #fff;
    line-height: 1.6;
  }

  .p4-b-box {
    width: 92%;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-color: #fff;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto 0;
  }

  .p4-b-item {
    width: 100%;
  }

  .p4-b-title span {
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .p4-b-title span img {
    width: 16px;
    height: auto;
  }

  .p4-b-title h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #992330;
    padding: 10px 0;
    margin-top: 20px;
  }

  .p4-b-text {
    margin-top: 20px;
  }

  .p4-b-text p {
    font-size: 13px;
  }

  .p4-b-text2 {
    max-width: 300px;
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url(../image/p4-img8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 20px auto 0;
  }

  .p4-b-text2 p {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .p4-b-text2 span {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2;
    padding: 0 30px;
  }

  .p4-b-text2 span::before,
  .p4-b-text2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #992330;
    transform: translateY(-50%);
  }

  .p4-b-text2 span::before {
    left: 0;
  }

  .p4-b-text2 span::after {
    right: 0;
  }

  .p4-b-img {
    max-width: 400px;
    width: 100%;
  }

  .p4-b-list {
    margin: 20px 0;
  }

  .p4-b-list ul li {
    font-size: 13px;
    line-height: 2.4;
  }

  /* 店舗情報 */
  /* p5-a */
  .p5-a-container {
    background-color: #992330;
    padding: 40px 0 60px;
  }

  .p5-a .h2-title {
    border-bottom: 1px solid #fff;
  }

  .p5-a .h2-title h2 {
    color: #fff;
  }

  .p5-a-box {
    width: 92%;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px auto 0;
  }

  .p5-a-box table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
  }

  .p5-a-box table th,
  .p5-a-box table td {
    text-align: left;
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    border-bottom: 1px solid #992330;
  }

  .p5-a-box table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }

  .p5-a-box table td {
    padding-left: 0;
  }

  /* p5-b */
  .p5-b-container {
    padding: 40px 0 60px;
  }

  .p5-b-map {
    width: 92%;
    height: 480px;
    margin: 0 auto;
  }

  .p5-b-map iframe {
    width: 100%;
    height: 100%;
  }

  .p5-b-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p5-b-item {
    background-color: #e9e1d0;
    padding: 20px;
    border-radius: 20px;
  }

  .p5-b-item:first-child {
    width: 100%;
  }

  .p5-b-item:last-child {
    width: 100%;
  }

  .p5-b-title {
    text-align: center;
  }

  .p5-b-title h3 {
    font-size: 16px;
    font-weight: 500;
  }

  .p5-b-img {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    margin: 20px auto 0;
  }

  .p5-b-item:first-child .p5-b-img img {
    width: 28px;
    height: auto;
  }

  .p5-b-item:last-child .p5-b-img img {
    width: 36px;
    height: auto;
  }

  .p5-b-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .p5-b-text p,
  .p5-b-text2 p {
    font-size: 13px;
    line-height: 1.9;
  }

  .p5-b-text p:first-child {
    padding-right: 0;
    padding-bottom: 10px;
    border-right: none;
    border-bottom: 1px solid #992330;
  }

  .p5-b-text p:last-child {
    padding-top: 10px;
  }

  .p5-b-text2 {
    text-align: center;
    margin-top: 10px;
  }

  /* 下層共通 */
  .sub-v-container {
    margin-top: 55px;
  }

  .sub-v-box {
    position: relative;
    overflow: hidden;
    height: 200px;
  }

  .sub-v-img,
  .sub-v-img img {
    width: 100%;
    height: 100%;
  }

  .sub-v-img img {
    object-fit: cover;
    object-position: center;
  }

  .sub-v-title {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
  }

  .sub-v-title h1 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-shadow: 4px 4px 24px rgba(0, 0, 0, 1);
    line-height: 1.2;
  }

  /* フッター */
  .footer-container {
    padding: 40px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .footer-logo {
    width: 153px;
  }

  .footer-logo .header-tel a {
    margin: 26px auto 0;
  }

  .header-tel a {
    width: 180px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #992330;
    border-radius: 5px;
  }

  .header-tel a img {
    width: 16px;
    height: auto;
  }

  .header-tel a span {
    font-size: 14px;
    color: #fff;
  }

  .footer-nav {
    width: 335px;
  }

  .footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 37px;
  }

  .footer-nav ul li a {
    font-size: 13px;
    color: #992330;
  }

  .copy-right {
    text-align: center;
    background-color: #992330;
    padding: 20px 0;
  }

  .copy-right p {
    font-size: 12px;
    color: #fff;
  }

  /* お知らせ内容 1100で可変 */
  .single-container {
    width: 100%;
    padding: 40px 0;
  }

  .single-box {
    width: 94%;
    margin: 0 auto;
  }

  .single-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1.4;
  }

  .single-img {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
  }

  .single-img img {
    width: 100%;
    height: auto;
    display: block;
  }

  .single-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
  }

  .single-content img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 375px) {
  /* トップ */
  .slide1 {
    background-image: url(../image/sp-top-img1.png);
  }

  .slide2 {
    background-image: url(../image/sp-top-img2.png);
  }

  .slide3 {
    background-image: url(../image/sp-top-img3.png);
  }
}
