@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,
p,
span,
a,
li,
th,
td {
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}

p {
  line-height: 2;
}

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,
.footer-link.sp,
.sp-footer {
  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);
}

.home {
  background-image: url(../image/top-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.page-about,
.page-menu,
.page-drink,
.page-gallery,
.page-access,
.single-post {
  background-image: url(../image/p2-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

/*  ヘッダー */
#header {
  position: relative;
  height: 0;
  z-index: 100;
}

.header-sample1 {
  position: absolute;
  top: min(30px, 2.08vw);
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.header-sample1-logo img {
  width: min(400px, 27.78vw);
  height: auto;
}

.header-sample1-label {
  font-size: min(20px, 1.39vw);
  color: #fff;
  padding: 0 min(10px, 0.69vw);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.header-sample1-tel {
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
}

.header-sample1-tel img {
  width: min(30px, 2.08vw);
  height: auto;
}

.header-sample1-tel span {
  font-size: min(28px, 1.94vw);
  letter-spacing: 0.05em;
}

.header-sample1-hotpepper {
  display: flex;
  align-items: center;
  gap: min(8px, 0.56vw);
  background-image: url(../image/part3.png);
  background-size: cover;
  background-position: center;
  padding: min(15px, 1.04vw) min(30px, 2.08vw);
}

.header-sample1-hotpepper:hover {
  padding: min(17px, 1.18vw) min(33px, 2.29vw);
}

.header-sample1-hotpepper img {
  height: min(24px, 1.67vw);
  width: auto;
}

.header-sample1-hotpepper span {
  font-size: min(16px, 1.11vw);
  color: #fff;
  white-space: nowrap;
}

.header-sample2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: min(30px, 2.08vw);
  position: fixed;
  top: min(30px, 2.08vw);
  right: min(80px, 5.56vw);
  z-index: 100;
}

.header-sample2-title {
  text-align: right;
  font-size: min(16px, 1.11vw);
  white-space: nowrap;
  text-shadow: min(4px, 0.28vw) min(4px, 0.28vw) min(4px, 0.28vw)
    rgba(0, 0, 0, 1);
}

.header-sample2-list {
  display: flex;
  align-items: flex-start;
  gap: min(25px, 1.74vw);
}

.header-sample2-item {
  background-color: #f1e6d9;
}

.header-sample2-item.is-active {
  background-color: #880000;
}

.header-sample2-item a {
  display: block;
  writing-mode: vertical-rl;
  padding: min(10px, 0.69vw) min(5px, 0.35vw) min(5px, 0.35vw);
  font-size: min(16px, 1.11vw);
  font-weight: bold;
  letter-spacing: 0.8em;
}

.header-sample2-item.is-active a {
  color: #fff;
}

/* トップ */
.main-v {
  width: 100%;
  height: calc(835 / 1440 * 100vw);
  overflow: hidden;
  position: relative;
}

.main-v-slider {
  width: 100%;
  height: 100%;
  position: relative;
}

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

.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);
}

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

.p1-a-box {
  width: min(713px, 49.51vw);
  height: min(228px, 15.83vw);
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/top-back5.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(45px, 3.13vw) 0;
  margin: 0 auto;
}

.p1-a-title {
  padding: min(50px, 3.47vw) min(20px, 1.39vw) min(50px, 3.47vw) 0;
  border-right: 1px solid #000;
}

.p1-a-title h2 {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  color: #000;
}

.p1-a-item {
  padding-left: min(20px, 1.39vw);
}

.p1-a-news {
  display: flex;
  align-items: center;
  gap: min(20px, 1.39vw);
  text-decoration: none;
  color: inherit;
}

.p1-a-news-date {
  font-size: min(18px, 1.25vw);
}

.p1-a-news-title {
  font-size: min(18px, 1.25vw);
}

/* p1-b */
.p1-b-container {
  background-image: url(../image/top-back2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.p1-b-box {
  width: min(1120px, 77.78vw);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: min(235px, 16.32vw);
}

.p1-b-img {
  width: min(270px, 18.75vw);
  margin-top: max(-30px, -2.08vw);
}

.p1-b-text {
  width: min(615px, 42.71vw);
  display: flex;
  flex-direction: column;
  gap: min(30px, 2.08vw);
  justify-content: center;
}

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

.p1-b-text p {
  font-size: min(18px, 1.25vw);
}

.p1-botan {
  position: relative;
  width: min(306px, 21.25vw);
  height: min(70px, 4.86vw);
  font-size: min(20px, 1.39vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/part5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p1-botan::after {
  content: "";
  position: absolute;
  width: min(30px, 2.08vw);
  height: min(30px, 2.08vw);
  right: min(20px, 1.39vw);
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../image/part6.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p1-b-box2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: min(65px, 4.51vw);
  margin-top: min(60px, 4.17vw);
}

.p1-b-img2 {
  width: calc(600 / 1440 * 100vw);
}

.p1-b-box3 {
  display: flex;
  justify-content: flex-end;
  gap: min(10px, 0.69vw);
  margin-top: min(50px, 3.47vw);
}

.p1-b-img3 {
  width: calc(300 / 1440 * 100vw);
}

/* p1-c */
.p1-c-container {
  width: min(1337px, 92.85vw);
  margin: 0 auto;
}

.p1-c-box {
  display: flex;
  justify-content: space-between;
  position: relative;
}

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

.p1-c-img3 {
  width: min(800px, 55.56vw);
  margin-top: min(54px, 3.75vw);
}

.p1-c-im2 {
  width: min(400px, 27.78vw);
  position: absolute;
  left: 0;
  top: min(330px, 22.92vw);
  z-index: 10;
}

.p1-c-im4 {
  width: min(500px, 34.72vw);
  position: absolute;
  left: min(253px, 17.57vw);
  top: min(470px, 32.64vw);
  z-index: 5;
}

.p1-c-box2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.p1-c-text {
  width: min(615px, 42.71vw);
  margin-bottom: min(30px, 2.08vw);
}

.p1-c-text p {
  font-size: min(18px, 1.25vw);
}

.p1-c-item img {
  width: min(322px, 22.36vw);
  height: auto;
}

.p1-c-item .p1-botan2 {
  margin-left: min(100px, 6.94vw);
}

.p1-botan2 {
  position: relative;
  width: min(240px, 16.67vw);
  height: min(250px, 17.36vw);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(28px, 1.94vw);
  color: #fff;
  background-image: url(../image/part7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
}

.p1-botan2::after {
  content: "";
  position: absolute;
  width: min(30px, 2.08vw);
  height: min(30px, 2.08vw);
  left: 50%;
  bottom: min(30px, 2.08vw);
  transform: translateX(-50%);
  background-image: url(../image/part6.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* p1-d */
.p1-d-container {
  background-image: url(../image/top-back3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: min(480px, 33.33vw);
  margin-top: min(90px, 6.25vw);
}

.p1-d-box {
  width: min(1220px, 84.72vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
}

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

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

.p1-d-text .p1-botan2 {
  position: absolute;
  right: 0;
  top: max(-120px, -8.33vw);
  z-index: 5;
}

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

/* p1-e */
.p1-e-container {
  padding: min(150px, 10.42vw) 0;
}

.marqueer {
  overflow: hidden;
}
.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}
.marqueer ul li {
  list-style: none;
  padding: 0 min(15px, 1.04vw);
  width: min(400px, 27.78vw);
}
.marqueer img {
  display: block;
  width: 100%;
}

/* p1-f */
.p1-f-container {
  background-image: url(../image/top-back4.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(100px, 6.94vw) 0;
}

.p1-f-box {
  width: min(1200px, 83.33vw);
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.p1-f-img {
  width: min(570px, 39.58vw);
}

.p1-f-item {
  width: min(470px, 32.64vw);
}

.p1-f-logo {
  width: min(200px, 13.89vw);
  margin: 0 auto;
}

.p1-f-text {
  text-align: center;
  margin-top: min(50px, 3.47vw);
}

.p1-f-text span {
  font-size: min(20px, 1.39vw);
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding: 0 min(10px, 0.69vw);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.p1-f-tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  margin-top: min(20px, 1.39vw);
}

.p1-f-tel a img {
  width: min(30px, 2.08vw);
  height: auto;
}

.p1-f-tel a span {
  font-size: min(28px, 1.94vw);
  color: #000;
}

.p1-f-table {
  padding: min(25px, 1.74vw) 0 0;
  border-bottom: 1px solid #000;
}

.p1-f-table table {
  width: 100%;
  border-collapse: collapse;
}

.p1-f-table table th,
.p1-f-table table td {
  text-align: left;
  font-size: min(18px, 1.25vw);
  color: #000;
  line-height: 2;
  padding: min(25px, 1.74vw) 0;
}

.p1-f-table table th {
  width: min(120px, 8.33vw);
  vertical-align: top;
}

.p1-f-map h3 {
  font-size: min(24px, 1.67vw);
  color: #000;
  padding: min(30px, 2.08vw) 0;
}

.p1-f-map iframe {
  width: 100%;
  height: min(470px, 32.64vw);
}

/* 当店のこだわり */
.p2-a-container {
  padding: min(100px, 6.94vw) 0 min(60px, 4.17vw);
}

.p2-a-box {
  position: relative;
}

.p2-a-img-box {
  display: flex;
  justify-content: center;
  gap: min(70px, 4.86vw);
  position: relative;
}

.p2-a-img1 {
  width: min(126px, 8.75vw);
  position: absolute;
  left: 0;
  top: min(110px, 7.64vw);
  z-index: 5;
}

.p2-a-img2 {
  width: min(400px, 27.78vw);
}

.p2-a-img3 {
  width: min(400px, 27.78vw);
  margin-top: min(80px, 5.56vw);
}

.p2-a-img4 {
  width: min(190px, 13.19vw);
  position: absolute;
  right: 0;
  top: min(160px, 11.11vw);
  z-index: 5;
}

.p2-a-img5 {
  width: min(230px, 15.97vw);
  position: absolute;
  bottom: max(-100px, -6.94vw);
  left: min(160px, 11.11vw);
  z-index: 10;
}

.p2-a-text {
  width: min(742px, 51.53vw);
  margin: min(50px, 3.47vw) auto 0;
}

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

/* p2-b */
.p2-b-container {
  background-image: url(../image/p2-back3.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: calc(100 / 1440 * 100vw);
}

.p2-b-box {
  width: min(1120px, 77.78vw);
  margin: 0 auto;
}

.p2-b-img {
  width: min(230px, 15.97vw);
  margin-left: auto;
  margin-right: min(30px, 2.08vw);
}

.p2-b-text {
  width: min(742px, 51.53vw);
  margin-top: max(-35px, -2.43vw);
  margin-left: min(60px, 4.17vw);
}

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

/* p2-c */
.p2-c-container {
  padding-top: min(100px, 6.94vw);
}

.p2-c-box {
  display: flex;
  justify-content: space-between;
}

.p2-c-img1 {
  width: calc(240 / 1440 * 100vw);
}

.p2-c-img2 {
  width: min(200px, 13.89vw);
}

.p2-c-img3 {
  width: calc(900 / 1440 * 100vw);
}

/* p2-d */
.p2-d-container {
  padding-top: min(20px, 1.39vw);
}

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

.p2-d-item {
  width: min(640px, 44.44vw);
}

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

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

.p2-d-img {
  width: 100%;
  margin-top: min(67px, 4.65vw);
}

.p2-d-img2 {
  width: min(230px, 15.97vw);
  margin-top: max(-50px, -3.47vw);
}

.p2-d-img3 {
  width: min(300px, 20.83vw);
  margin-top: min(50px, 3.47vw);
}

.p2-d-text2 {
  width: min(742px, 51.53vw);
  margin: min(50px, 3.47vw) auto 0;
}

/* p2-e */
.p2-e-container {
  width: min(1280px, 88.89vw);
  background-image: url(../image/p2-back2.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(40px, 2.78vw) 0;
  margin: min(100px, 6.94vw) auto;
}

.p2-e-title {
  text-align: center;
}

.p2-e-title h2 {
  font-size: min(32px, 2.22vw);
  color: #000;
}

.p2-e-box {
  display: flex;
  justify-content: center;
  gap: min(50px, 3.47vw);
  margin-top: min(40px, 2.78vw);
}

.p2-e-item {
  width: min(480px, 33.33vw);
}

.p2-e-h3 h3 {
  font-size: min(20px, 1.39vw);
  color: #000;
  margin-top: min(20px, 1.39vw);
}

.p2-e-h3 h3 span {
  font-size: min(16px, 1.11vw);
  color: #000;
}

.p2-e-text p {
  font-size: min(16px, 1.11vw);
  color: #000;
  margin-top: min(20px, 1.39vw);
}

/* お品書き */
.p3-a-container {
  padding: min(100px, 6.94vw) 0;
}

.p3-a-box {
  display: flex;
  justify-content: flex-end;
  gap: min(118px, 8.19vw);
}

.p3-a-item {
  width: min(494px, 34.31vw);
}

.p3-a-title {
  width: min(450px, 31.25vw);
  display: inline-block;
  padding-bottom: min(38px, 2.64vw);
  border-bottom: 1px solid #fff;
}

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

.p3-a-h3 {
  margin-top: min(30px, 2.08vw);
}

.p3-a-h3 h3 {
  font-size: min(20px, 1.39vw);
}

.p3-a-h3 p {
  text-align: right;
  font-size: min(20px, 1.39vw);
  left: 0.15em;
}

.p3-a-list {
  margin-top: min(20px, 1.39vw);
}

.p3-a-list ul li,
.p3-a-list p {
  font-size: min(16px, 1.11vw);
}

.p3-a-img {
  width: calc(664 / 1440 * 100vw);
}

/* p3-b */
.p3-b {
  overflow: hidden;
}

.p3-b-box {
  width: 100vw;
  height: min(300px, 20.83vw);
  margin-left: calc(50% - 50vw);
  background-image: url(../image/p3-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/* パララックスじゃないとき */
/* .p3-b-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: min(300px, 20.83vw);
  background: url(../image/p3-img3.png) center / cover no-repeat;
  background-attachment: fixed;
} */

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

.p3-c-box {
  width: min(1034px, 71.81vw);
  margin: 0 auto;
}

.p3-c-title {
  text-align: center;
}

.p3-c-title h2 {
  font-size: min(32px, 2.22vw);
}

.p3-c-accordion {
  width: 100%;
  background-color: #fdfbf1;
  margin-top: min(55px, 3.82vw);
}

.p3-c-head {
  width: 100%;
  padding: min(30px, 2.08vw) min(100px, 6.94vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
}

.p3-c-head span {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  color: #000;
}

.p3-c-head img {
  width: min(24px, 1.67vw);
  transition: transform 0.3s;
}

.p3-c-body {
  display: none;
  padding-bottom: min(30px, 2.08vw);
}

.p3-c-accordion.is-open .p3-c-body {
  display: block;
}

.p3-c-accordion.is-open .p3-c-head img {
  transform: rotate(180deg);
}

.p3-c-menu li {
  display: flex;
  justify-content: space-between;
  gap: min(30px, 2.08vw);
  padding: min(15px, 1.04vw) min(100px, 6.94vw);
}

.p3-c-menu li span {
  font-size: min(18px, 1.25vw);
  color: #000;
}

/* お飲み物 */
.p4-a .p3-a-box {
  flex-direction: row-reverse;
}

.p4-b .p3-b-box {
  background-image: url(../image/p4-img3.png);
}

/* ギャラリー */
.p5-a-container {
  padding: min(100px, 6.94vw) 0;
}

.p5-a-text {
  width: min(1000px, 69.44vw);
  margin: 0 auto;
}

.p5-a-text p {
  font-size: min(18px, 1.25vw);
}

.p5-a-box {
  width: min(1260px, 87.5vw);
  margin: min(100px, 6.94vw) auto 0;
}

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

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

.p5-a-img-box {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  row-gap: min(50px, 3.47vw);
  margin-top: min(50px, 3.47vw);
}

.p5-a-img {
  width: min(300px, 20.83vw);
}

/* 店舗案内 */
.p6-a-container {
  padding: min(100px, 6.94vw) 0;
}

.p6-a-title {
  width: min(1120px, 77.78vw);
  margin: 0 auto;
}

.p6-a-title h2 {
  text-align: center;
  font-size: min(24px, 1.67vw);
}

.p6-a-title p {
  font-size: min(18px, 1.25vw);
}

.p6-a-box {
  width: min(1120px, 77.78vw);
  margin: min(100px, 6.94vw) auto 0;
}

.p6-a-table {
  background-image: url(../image/p6-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(50px, 3.47vw) min(160px, 11.11vw);
}

.p6-a-table table {
  width: 100%;
  border-collapse: collapse;
}

.p6-a-table table th,
.p6-a-table table td {
  text-align: left;
  font-size: min(18px, 1.25vw);
  color: #000;
  line-height: 1.8;
  padding: min(26px, 1.81vw) 0;
  border-bottom: 1px solid #000;
}

.p6-a-table table th {
  width: min(140px, 9.72vw);
  vertical-align: top;
}

.p6-a-map {
  width: 100%;
  height: min(300px, 20.83vw);
  margin-top: min(50px, 3.47vw);
}

.p6-a-map iframe {
  width: 100%;
  height: 100%;
}

/* 下層共通 */
.sub-v-box img {
  width: 100%;
  height: auto;
}

/* フッター */
.footer-container {
  padding-top: min(50px, 3.47vw);
}

.footer-box {
  width: min(1170px, 81.25vw);
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
}

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

.footer-nav ul {
  display: flex;
  align-items: flex-start;
  gap: min(25px, 1.74vw);
}

.footer-nav ul li a {
  font-size: min(16px, 1.11vw);
  color: #f1e6d9;
  display: inline-block;
  writing-mode: vertical-rl;
  letter-spacing: 0.8em;
  padding: min(5px, 0.35vw) min(3px, 0.21vw) 0px;
}

.footer-nav ul li.current a {
  background-color: #880000;
}

.footer-link {
  width: min(242px, 16.81vw);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.footer-contact {
  text-align: center;
}

.footer-contact span {
  font-size: min(20px, 1.39vw);
  font-weight: bold;
  display: inline-block;
  padding: 0 min(10px, 0.69vw);
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.footer-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.footer-tel img {
  width: min(30px, 2.08vw);
  height: auto;
}

.footer-tel span {
  font-size: min(28px, 1.94vw);
}

.footer-hot {
  width: min(242px, 16.81vw);
  height: min(54px, 3.75vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  background-image: url(../image/part3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.footer-hot:hover {
  width: 260px;
  height: 58px;
}

.footer-hot img {
  width: min(24px, 1.67vw);
  height: auto;
}

.footer-hot span {
  font-size: min(16px, 1.11vw);
}

.copy-right {
  width: min(1170px, 81.25vw);
  padding: min(50px, 3.47vw) 0 min(15px, 1.04vw);
  margin: 0 auto;
}

.copy-right p {
  font-size: min(14px, 0.97vw);
}

/* お知らせ内容 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,
  .header-sample2,
  .pc,
  .footer-link.pc {
    display: none;
  }

  .sp {
    display: block;
  }

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

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

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

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #aa3011;
    border: none;
    border-radius: 50%;
    z-index: 1000;
  }

  .sp-menu-btn span {
    position: absolute;
    left: 50%;
    width: 23px;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: 0.3s;
  }

  .sp-menu-btn span:nth-child(1) {
    top: 25px;
  }

  .sp-menu-btn span:nth-child(2) {
    top: 35px;
  }

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

  .sp-menu-btn.is-active span:nth-child(2) {
    top: 30px;
    transform: translateX(-50%) rotate(-45deg);
  }

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-image: url(../image/sp-header-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    transition: 0.4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    z-index: 999;
  }

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

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

  .sp-nav-list li {
    margin: 10px 0;
  }

  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 24px;
  }

  .sp-nav-list li a .first-span {
    font-size: 22px;
  }

  .sp-header-link {
    width: 242px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .sp-header-contact {
    text-align: center;
  }

  .sp-header-contact span {
    font-size: 20px;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

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

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

  .sp-header-tel span {
    font-size: 28px;
  }

  .sp-header-hot {
    width: 242px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-image: url(../image/part3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .sp-header-hot img {
    width: 24px;
    height: auto;
  }

  .sp-header-hot span {
    font-size: 16px;
  }

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

  .main-v-slider {
    width: 100%;
    height: 100%;
    position: relative;
  }

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

  .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);
  }

  /* p1-a */
  .p1-a-container {
    padding: 0;
  }

  .p1-a-box {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-image: url(../image/top-back5.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 44px;
    margin: 0 auto;
  }

  .p1-a-title {
    width: 133px;
    display: inline-block;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #000;
  }

  .p1-a-title h2 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }

  .p1-a-item {
    padding-left: 0;
  }

  .p1-a-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    text-decoration: none;
    color: inherit;
    margin-top: 30px;
  }

  .p1-a-news-date {
    font-size: 18px;
  }

  .p1-a-news-title {
    font-size: 18px;
  }

  /* p1-b */
  .p1-b-container {
    background-image: url(../image/top-back2.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
    padding-top: 50px;
  }

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

  .p1-b-img {
    width: 200px;
    margin-top: 0;
  }

  .p1-b-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

  .p1-b-text h3 {
    font-size: 24px;
    font-weight: 500;
  }

  .p1-b-text p {
    font-size: 16px;
  }

  .p1-botan {
    position: relative;
    width: 306px;
    height: 70px;
    font-size: 20px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../image/part5.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }

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

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

  .p1-b-img2 {
    max-width: 400px;
    width: 100%;
  }

  .p1-b-box3 {
    width: 92%;
    display: flex;
    justify-content: center;
    gap: 6px;
    margin: 30px auto 0;
  }

  .p1-b-img3 {
    max-width: 400px;
    width: 100%;
  }

  .p1-b-img3:nth-of-type(1) {
    display: none;
  }

  /* p1-c */
  .p1-c-container {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0;
  }

  .p1-c-box {
    max-width: 350px;
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    margin: 0 auto;
  }

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

  .p1-c-img3 {
    width: 350px;
    position: relative;
    z-index: 10;
    margin-top: -26px;
    margin-right: -10px;
  }

  .p1-c-im2 {
    width: 250px;
    position: static;
    margin-top: -30px;
    z-index: 5;
  }

  .p1-c-im4 {
    width: 350px;
    position: static;
    margin-top: -35px;
    z-index: 5;
  }

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

  .p1-c-text {
    width: 100%;
    margin-bottom: 0;
  }

  .p1-c-text p {
    font-size: 16px;
  }

  .p1-c-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p1-c-item img {
    width: 322px;
    height: auto;
  }

  .p1-c-item .p1-botan2 {
    margin-left: 0;
  }

  .p1-botan2 {
    position: relative;
    width: 240px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    background-image: url(../image/part7.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 50%;
  }

  .p1-botan2::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    background-image: url(../image/part6.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* p1-d */
  .p1-d-container {
    background-image: url(../image/top-back3.png);
    background-repeat: no-repeat;
    background-size: auto 300px;
    background-position: top center;
    padding-top: 250px;
    margin-top: 50px;
  }

  .p1-d-box {
    width: 92%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    margin: 0 auto;
  }

  .p1-d-img {
    width: calc(200 / 375 * 100vw);
  }

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

  .p1-d-text .p1-botan2 {
    position: static;
    margin: 20px auto 0;
  }

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

  /* p1-e */
  .p1-e-container {
    padding: 50px 0;
  }

  .marqueer {
    overflow: hidden;
  }
  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
  }
  .marqueer ul li {
    list-style: none;
    padding: 0 10px;
    width: 200px;
  }
  .marqueer img {
    display: block;
    width: 100%;
  }

  /* p1-f */
  .p1-f-container {
    background-image: url(../image/top-back4.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
  }

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

  .p1-f-img {
    display: none;
  }

  .p1-f-item {
    width: 100%;
  }

  .p1-f-logo {
    width: 200px;
    margin: 0 auto;
  }

  .p1-f-text {
    text-align: center;
    margin-top: 50px;
  }

  .p1-f-text span {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  .p1-f-tel a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
  }

  .p1-f-tel a img {
    width: 30px;
    height: auto;
  }

  .p1-f-tel a span {
    font-size: 28px;
    color: #000;
  }

  .p1-f-table {
    padding: 25px 0 0;
    border-bottom: none;
  }

  .p1-f-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p1-f-table table th,
  .p1-f-table table td {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 2;
    padding: 15px 0 15px 35px;
  }

  .p1-f-table table th {
    width: 100%;
    vertical-align: top;
    padding-bottom: 0;
  }

  .p1-f-table table td {
    padding-top: 0;
    border-bottom: 1px solid #000;
  }

  .p1-f-map h3 {
    font-size: 24px;
    color: #000;
    padding: 35px 0;
  }

  .p1-f-map iframe {
    width: 100%;
    height: 250px;
  }

  /* お品書き */
  .p3-a-box {
    background-attachment: scroll;
  }

  /* 当店のこだわり */
  .p2-a-container {
    padding: 50px 0;
  }

  .p2-a-box {
    width: 92%;
    position: relative;
    margin: 0 auto;
  }

  .p2-a-img-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    margin-top: 30px;
  }

  .p2-a-img1 {
    display: none;
  }

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

  .p2-a-img3 {
    max-width: 400px;
    width: 100%;
    margin-top: 0;
  }

  .p2-a-img4 {
    display: none;
  }

  .p2-a-img5 {
    width: 130px;
    position: static;
    margin: 0 auto;
  }

  .p2-a-text {
    width: 100%;
    margin: 30px auto 0;
  }

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

  /* p2-b */
  .p2-b-container {
    background-image: url(../image/p2-back3.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 50px;
  }

  .p2-b-box {
    width: 92%;
    margin: 0 auto;
  }

  .p2-b-img {
    width: 130px;
    margin: 0 auto;
  }

  .p2-b-text {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .p2-b-text p {
    font-size: 16px;
  }

  /* p2-c */
  .p2-c-container {
    padding-top: 50px;
  }

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

  .p2-c-img1 {
    display: none;
  }

  .p2-c-img2 {
    width: 130px;
  }

  .p2-c-img3 {
    max-width: 400px;
    width: 100%;
  }

  /* p2-d */
  .p2-d-container {
    padding-top: 50px;
  }

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

  .p2-d-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .p2-d-text {
    width: 100%;
    margin: 0 auto;
  }

  .p2-d-text p,
  .p2-d-text2 p {
    font-size: 16px;
  }

  .p2-d-img {
    max-width: 400px;
    width: 100%;
    margin-top: 30px;
  }

  .p2-d-img2 {
    width: 130px;
    margin-top: 0;
  }

  .p2-d-img3 {
    display: none;
  }

  .p2-d-text2 {
    width: 92%;
    margin: 30px auto 0;
  }

  /* p2-e */
  .p2-e-container {
    width: 92%;
    background-image: url(../image/p2-back2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 10px;
    margin: 50px auto;
  }

  .p2-e-title {
    text-align: center;
  }

  .p2-e-title h2 {
    font-size: 20px;
    color: #000;
  }

  .p2-e-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }

  .p2-e-item {
    max-width: 400px;
    width: 100%;
  }

  .p2-e-h3 h3 {
    font-size: 16px;
    color: #000;
    margin-top: 10px;
  }

  .p2-e-h3 h3 span {
    font-size: 14px;
    color: #000;
  }

  .p2-e-text p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
  }

  /* お品書き */
  .p3-a-container {
    padding: 50px 0;
  }

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

  .p3-a-item {
    width: 100%;
  }

  .p3-a-title {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
  }

  .p3-a-title h2 {
    font-size: 24px;
    font-weight: 500;
  }

  .p3-a-h3 {
    margin-top: 10px;
  }

  .p3-a-h3 h3 {
    font-size: 18px;
  }

  .p3-a-h3 p {
    text-align: right;
    font-size: 16px;
    left: 0.15em;
  }

  .p3-a-list {
    margin-top: 10px;
  }

  .p3-a-list ul li,
  .p3-a-list p {
    font-size: 16px;
  }

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

  /* p3-b */
  .p3-b {
    overflow: hidden;
  }

  .p3-b-box {
    width: 100vw;
    height: 150px;
    margin-left: calc(50% - 50vw);
    background-image: url(../image/p3-img3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }

  /* パララックスじゃないとき */
  /* .p3-b-box {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: min(300px, 20.83vw);
  background: url(../image/p3-img3.png) center / cover no-repeat;
  background-attachment: fixed;
} */

  /* p3-c */
  .p3-c-container {
    padding: 50px 0;
  }

  .p3-c-box {
    width: 92%;
    margin: 0 auto;
  }

  .p3-c-title {
    text-align: center;
  }

  .p3-c-title h2 {
    font-size: 24px;
  }

  .p3-c-accordion {
    width: 100%;
    background-color: #fdfbf1;
    margin-top: 30px;
  }

  .p3-c-head {
    width: 100%;
    padding: 20px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    cursor: pointer;
  }

  .p3-c-head span {
    font-size: 18px;
    font-weight: 500;
    color: #000;
  }

  .p3-c-head img {
    width: 20px;
    transition: transform 0.3s;
  }

  .p3-c-body {
    display: none;
    padding-bottom: 20px;
  }

  .p3-c-accordion.is-open .p3-c-body {
    display: block;
  }

  .p3-c-accordion.is-open .p3-c-head img {
    transform: rotate(180deg);
  }

  .p3-c-menu li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px 10px;
  }

  .p3-c-menu li span {
    font-size: 14px;
    color: #000;
  }

  .p3-c-menu li span:last-child {
    margin-left: auto;
  }

  /* お飲み物 */
  .p4-a .p3-a-box {
    flex-direction: column-reverse;
  }

  .p4-b .p3-b-box {
    background-image: url(../image/p4-img3.png);
  }

  /* ギャラリー */
  .p5-a-container {
    padding: 50px 0;
  }

  .p5-a-text {
    width: 92%;
    margin: 0 auto;
  }

  .p5-a-text p {
    font-size: 16px;
  }

  .p5-a-box {
    width: 92%;
    margin: 50px auto 0;
  }

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

  .p5-a-title h3 {
    font-size: 20px;
    font-weight: 500;
  }

  .p5-a-img-box {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }

  .p5-a-img {
    max-width: 300px;
    width: 100%;
  }

  /* 店舗案内 */
  .p6-a-container {
    padding: 50px 0;
  }

  .p6-a-title {
    width: 92%;
    margin: 0 auto;
  }

  .p6-a-title h2 {
    text-align: center;
    font-size: 20px;
  }

  .p6-a-title p {
    font-size: 16px;
  }

  .p6-a-box {
    width: 92%;
    margin: 50px auto 0;
  }

  .p6-a-table {
    background-image: url(../image/p6-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 15px;
  }

  .p6-a-table table {
    width: 100%;
    border-collapse: collapse;
  }

  .p6-a-table table th,
  .p6-a-table table td {
    display: block;
    text-align: left;
    font-size: 16px;
    color: #000;
    line-height: 1.8;
    padding: 10px 0;
    border-bottom: 1px solid #000;
  }

  .p6-a-table table th {
    width: 100%;
    vertical-align: top;
    padding-bottom: 0;
    border-bottom: none;
  }

  .p6-a-map {
    width: 100%;
    height: 250px;
    margin-top: m30px;
  }

  .p6-a-map iframe {
    width: 100%;
    height: 100%;
  }

  /* 下層共通 */
  .sub-v-box img {
    width: 100%;
    height: auto;
  }

  /* フッター */
  .footer-container {
    padding-top: 100px;
    margin-bottom: 80px;
  }

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

  .footer-logo {
    width: 230px;
  }

  .footer-nav ul {
    display: flex;
    align-items: flex-start;
    gap: 25px;
  }

  .footer-nav ul li a {
    font-size: 16px;
    color: #f1e6d9;
    display: inline-block;
    writing-mode: vertical-rl;
    letter-spacing: 0.8em;
    padding: 5px 3px 0px;
  }

  .footer-nav ul li.current a {
    background-color: #880000;
  }

  .footer-link.sp {
    display: flex;
  }

  .footer-link {
    width: 242px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-contact span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  .footer-tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .footer-tel img {
    width: 30px;
    height: auto;
  }

  .footer-tel span {
    font-size: 28px;
  }

  .footer-hot {
    width: 242px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-image: url(../image/part3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .footer-hot:hover {
    width: 242px;
    height: 54px;
  }

  .footer-hot img {
    width: 24px;
    height: auto;
  }

  .footer-hot span {
    font-size: 16px;
  }

  .copy-right {
    width: 92%;
    text-align: center;
    padding: 50px 0 15px;
    margin: 0 auto;
  }

  .copy-right p {
    font-size: 14px;
  }

  .sp-footer {
    width: 100%;
    height: 80px;
    background-color: #aa3011;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 50;
  }

  .sp-footer-tel,
  .sp-footer-web,
  .sp-footer-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }

  .sp-footer-tel,
  .sp-footer-web {
    width: 40%;
  }

  .sp-footer-top {
    min-width: 80px;
    width: 20%;
  }

  .sp-footer-web {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }

  .sp-footer-tel span,
  .sp-footer-web span,
  .sp-footer-top span {
    font-size: 14px;
  }

  .sp-footer-tel img,
  .sp-footer-top img {
    width: 24px;
    height: auto;
  }

  .sp-footer-web img {
    width: 28px;
    height: auto;
  }

  /* お知らせ内容 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;
  }
}
