@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;
}

li {
  list-style: none;
}

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

h1,
h3,
h4,
span,
a,
li {
  font-family: "Shippori Mincho B1", serif;
}

h2 {
  font-family: "Lora", serif;
}

.home p,
.home th,
.home td {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

body:not(.home) p,
body:not(.home) th,
body:not(.home) td {
  font-family: "Shippori Mincho B1", serif;
}

h2,
h3,
h4,
p,
a,
li,
span,
th,
td {
  color: #7c6d5e;
}

a:hover {
  opacity: 0.8;
}

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

/* 消してる要素 */
.sp-header,
.sp,
.footer-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(106px, 7.36vw);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

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

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

.header-logo {
  width: min(220px, 15.28vw);
}

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

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

.header-link {
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
}

.header-link a {
  display: flex;
  align-items: center;
  gap: min(5px, 0.35vw);
  background-color: #846247;
  padding-top: min(15px, 1.04vw);
  padding-bottom: min(15px, 1.04vw);
  border-radius: min(10px, 0.69vw);
}

.header-link a span {
  font-size: min(16px, 1.11vw);
  color: #fff;
  letter-spacing: 0.1em;
}

.header-web {
  padding-left: min(22px, 1.53vw);
  padding-right: min(22px, 1.53vw);
}

.header-tel {
  padding-left: min(18px, 1.25vw);
  padding-right: min(18px, 1.25vw);
}

.header-web img {
  width: min(12px, 0.83vw);
  height: auto;
}

.header-tel img {
  width: min(18px, 1.25vw);
  height: auto;
}

/* トップ */
.top {
  background-color: #fff;
}

.main-v {
  margin-top: min(106px, 7.36vw);
}

.main-v-container {
  padding: 0 min(40px, 2.78vw);
}

.main-v-box {
  width: 100%;
}

/* p1-a */
.p1-a-container {
  padding-top: min(60px, 4.17vw);
  padding-bottom: min(60px, 4.17vw);
}

.p1-a-box {
  display: flex;
  justify-content: center;
  gap: min(40px, 2.78vw);
}

.p1-a .h2-title h2 {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
}

.p1-a .h2-title h2 span {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
  color: #e5b233;
}

.p1-a-item {
  width: min(1080px, 75vw);
  padding: min(20px, 1.39vw) min(40px, 2.78vw) min(40px, 2.78vw);
  box-shadow: 2px 2px min(20px, 1.39vw) rgba(0, 0, 0, 0.15);
}

.news-item {
  display: flex;
  align-items: center;
  padding: min(22px, 1.53vw) 0;
  border-bottom: 1px solid #bcbcbc;
  text-decoration: none;
  color: #666;
}

.news-date {
  width: min(160px, 11.11vw);
  display: flex;
  gap: min(12px, 0.83vw);
  flex-shrink: 0;
}

.news-date-y,
.news-date-w {
  font-size: min(16px, 1.11vw);
}

.news-category {
  width: min(84px, 5.83vw);
  height: min(34px, 2.36vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #8a7a6e;
  font-size: min(16px, 1.11vw);
  flex-shrink: 0;
}

.news-title {
  margin-left: min(40px, 2.78vw);
  font-size: min(16px, 1.11vw);
  transition: 0.3s;
}

.news-item:hover .news-title {
  color: #0f2757;
}

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

.p1-b .h2-title {
  width: min(896px, 62.22vw);
  margin: 0 auto;
}

.p1-b-box {
  display: flex;
  align-items: center;
  margin: min(60px, 4.17vw) auto 0;
}

.p1-b-text {
  width: min(480px, 33.33vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.p1-b-title {
  font-size: min(32px, 2.22vw);
  font-weight: 400;
  line-height: 1.6;
}

.p1-b-desc {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  margin-top: min(20px, 1.39vw);
  margin-bottom: min(20px, 1.39vw);
}

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

.p1-b-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* p1-c */
.p1-c-container {
  padding-top: min(120px, 8.33vw);
}

.p1-c .h2-title {
  width: min(896px, 62.22vw);
  margin: 0 auto;
}

.p1-c-box {
  display: flex;
  align-items: center;
  margin: min(60px, 4.17vw) auto 0;
}

.p1-c-text {
  width: min(480px, 33.33vw);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.p1-c-title {
  text-align: center;
  font-size: min(32px, 2.22vw);
  font-weight: 400;
  line-height: 1.6;
}

.p1-c-desc {
  text-align: center;
  font-size: min(16px, 1.11vw);
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

.p1-c .p1-btn {
  margin: min(20px, 1.39vw) auto 0;
}

.p1-c-img {
  width: calc(800 / 1440 * 100vw);
}

.p1-c-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* p1-d */
.p1-d-container {
  padding-top: min(120px, 8.33vw);
}

.p1-d .h2-title {
  text-align: center;
}

.p1-d-text {
  text-align: center;
  margin-top: min(40px, 2.78vw);
}

.p1-d-text p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

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

.p1-d-item {
  width: min(630px, 43.75vw);
  height: min(480px, 33.33vw);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.p1-d-item:first-child {
  background-image: url(../image/top-img4.png);
}

.p1-d-item:last-child {
  background-image: url(../image/top-img5.png);
}

.p1-d-item h3 {
  font-size: min(48px, 3.33vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.p1-d-item img {
  width: min(34px, 2.36vw);
  height: auto;
  position: absolute;
  right: min(30px, 2.08vw);
  bottom: min(30px, 2.08vw);
  z-index: 5;
}

.p1-d-box2 {
  width: min(1280px, 88.89vw);
  display: grid;
  grid-template-columns: repeat(4, auto);
  row-gap: min(20px, 1.39vw);
  margin: min(60px, 4.17vw) auto 0;
}

.p1-d-item2 {
  width: min(300px, 20.83vw);
  height: min(60px, 4.17vw);
  font-size: min(16px, 1.11vw);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  background-color: #846247;
  border-radius: min(10px, 0.69vw);
}

.p1-d-item2 img {
  width: min(13px, 0.9vw);
}

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

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

.p1-e-title h3 {
  font-size: min(40px, 2.78vw);
  font-weight: 400;
  line-height: 1.6;
}

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

.p1-e-img {
  width: min(620px, 43.06vw);
}

.p1-e-text {
  width: min(1280px, 88.89vw);
  margin: min(20px, 1.39vw) auto 0;
}

.p1-e-text p:first-child {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

.p1-e-text p:nth-of-type(2) {
  font-size: min(14px, 0.97vw);
  line-height: 2;
  color: #b3a598;
}

/* p1-f */
.p1-f-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.39vw);
  margin-top: min(20px, 1.39vw);
}

.p1-f-item {
  width: min(220px, 15.28vw);
  height: min(50px, 3.47vw);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #846247;
  border-radius: min(10px, 0.69vw);
}

.p1-f-item span {
  font-size: min(16px, 1.11vw);
  letter-spacing: 0.1em;
}

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

.p1-g-box {
  display: flex;
  justify-content: flex-end;
  gap: min(40px, 2.78vw);
}

.p1-g .h2-title h2 {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
}

.p1-g .h2-title h2 span {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
  color: #e5b233;
}

.p1-g-item {
  width: calc(1100 / 1440 * 100vw);
}

.marqueer {
  overflow: hidden;
}

.marqueer ul {
  display: flex;
  margin: 0;
  padding: 0;
  width: max-content;
}

.marqueer ul li {
  list-style: none;
  padding: 0 min(2.5px, 0.17vw);
  width: min(320px, 22.22vw);
}

.marqueer img {
  display: block;
  width: 100%;
}

/* p1-h */
.p1-h-container {
  padding-top: min(120px, 8.33vw);
}

.p1-h-box {
  display: flex;
  align-items: center;
}

.p1-h-table {
  width: min(520px, 36.11vw);
  margin: 0 auto;
}

.p1-h .h2-title {
  text-align: center;
  margin-bottom: min(40px, 2.78vw);
}

.p1-h .h2-title h2 {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
}

.p1-h .h2-title h2 span {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
  color: #e5b233;
}

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

.p1-h-table table th,
.p1-h-table table td {
  font-size: min(16px, 1.11vw);
  font-weight: 400;
  line-height: 1.2;
  padding: min(26px, 1.81vw) min(18px, 1.25vw);
  border-bottom: 1px solid #7c6d5e;
}

.p1-h-table table th {
  width: min(100px, 6.94vw);
}

.p1-h-table table td {
  padding-right: 0;
}

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

.p1-h-tel,
.p1-h-access {
  font-size: min(16px, 1.11vw);
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #846247;
  border-radius: min(10px, 0.69vw);
}

.p1-h-tel {
  gap: min(5px, 0.35vw);
  padding: min(15px, 1.04vw);
}

.p1-h-access {
  gap: min(10px, 0.69vw);
  padding: min(15px, 1.04vw) min(25px, 1.74vw);
}

.p1-h-tel img {
  width: min(18px, 1.25vw);
  height: auto;
}

.p1-h-access img {
  width: min(13px, 0.9vw);
  height: auto;
}

.p1-h-img {
  width: calc(760 / 1440 * 100vw);
}

/* p1-i */
.p1-i-container {
  padding-top: min(120px, 8.33vw);
}

.p1-i-box {
  width: 100%;
  height: min(560px, 38.89vw);
}

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

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

.p1-j-box {
  width: min(640px, 44.44vw);
  margin: 0 auto;
}

/* 共通ボタン */
.p1-btn {
  width: min(190px, 13.19vw);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(15px, 1.04vw) 0;
  font-size: min(16px, 1.11vw);
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #846247;
  border-radius: min(10px, 0.69vw);
  margin-top: min(20px, 1.39vw);
}

.p1-btn img {
  width: min(13px, 0.9vw);
  height: auto;
}

/* メニュー１ */
.p2-a-container {
  padding-top: min(60px, 4.17vw);
}

.p2-a-box {
  width: min(1280px, 88.89vw);
  display: grid;
  grid-template-columns: repeat(3, auto);
  row-gap: min(40px, 2.78vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-a-item {
  width: min(400px, 27.78vw);
  padding: min(20px, 1.39vw);
  border: 1px solid #7c6d5e;
}

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

.p2-a-title {
  text-align: center;
  background-color: #846247;
  padding: min(5px, 0.35vw) 0;
  margin-top: min(20px, 1.39vw);
}

.p2-a-title h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.6;
}

.p2-a-text {
  height: min(130px, 9.03vw);
  margin-top: min(20px, 1.39vw);
}

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

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

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

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

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

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

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

.p2-b-p h4 {
  font-size: min(24px, 1.67vw);
  font-weight: 400;
  line-height: 1.6;
}

.p2-b-p2 {
  width: min(1280px, 88.89vw);
  text-align: center;
  background-color: #846247;
  padding: min(10px, 0.69vw) 0;
  margin: min(40px, 2.78vw) auto 0;
}

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

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

.p2-c-img {
  width: min(1120px, 77.78vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-c-text {
  text-align: center;
  margin-top: min(40px, 2.78vw);
  margin-bottom: min(45px, 3.13vw);
}

.p2-c-text h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 400;
  line-height: 1.6;
}

.p2-c-text p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  margin-top: min(20px, 1.39vw);
}

.p2-c-box {
  width: min(1280px, 88.89vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: min(45px, 3.13vw) auto 0;
}

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

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

.p2-c-title {
  padding-bottom: min(5px, 0.35vw);
  border-bottom: 1px solid #e5b233;
  margin-bottom: min(15px, 1.04vw);
}

.p2-c-title h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 600;
  line-height: 1.6;
}

.p2-c-item .p2-c-title p {
  font-size: min(20px, 1.39vw);
  line-height: 2;
}

.p2-c-item p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

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

.p2-d-p {
  text-align: center;
  margin-top: min(40px, 2.78vw);
}

.p2-d-p p,
.p2-d-item p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

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

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

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

.p2-d-item h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  line-height: 1.6;
}

.p2-d-item p {
  padding-top: min(20px, 1.39vw);
}

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

.p2-d-img-box img {
  width: min(300px, 20.83vw);
  height: auto;
}

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

.p2-e .p2-d-p {
  width: min(960px, 66.67vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p2-e-box {
  background-color: #fff;
  padding-top: min(40px, 2.78vw);
  margin-top: min(40px, 2.78vw);
}

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

.p2-e-item h3 {
  text-align: center;
  font-size: min(24px, 1.67vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  background-color: #e5b233;
  padding: min(15px, 1.04vw) 0;
}

.p2-e-item ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: min(40px, 2.78vw);
  margin-top: min(15px, 1.04vw);
}

.p2-e-item ul li {
  width: min(540px, 37.5vw);
  font-size: min(16px, 1.11vw);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(20px, 1.39vw) 0 min(20px, 1.39vw) min(5px, 0.35vw);
  border-bottom: min(2px, 0.14vw) solid #7c6d5e;
}

.p2-e-item ul li img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p2-e-item p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  padding-top: min(10px, 0.69vw);
}

.p2-e-box2 {
  display: flex;
  justify-content: center;
  gap: min(40px, 2.78vw);
  background-color: #fff;
  padding: min(60px, 4.17vw) 0 min(40px, 2.78vw);
}

.p2-e-item2 {
  width: min(540px, 37.5vw);
}

.p2-e-item2 h3 {
  text-align: center;
  font-size: min(24px, 1.67vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  background-color: #846247;
  padding: min(15px, 1.04vw) 0;
}

.p2-e-item2 ul {
  column-gap: min(40px, 2.78vw);
  margin-top: min(15px, 1.04vw);
}

.p2-e-item2 ul li {
  width: min(540px, 37.5vw);
  font-size: min(16px, 1.11vw);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(20px, 1.39vw) 0 min(20px, 1.39vw) min(5px, 0.35vw);
  border-bottom: min(2px, 0.14vw) solid #7c6d5e;
}

.p2-e-item2 p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  padding-top: min(10px, 0.69vw);
}

.p2-e-item2 ul li img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p2-e-img {
  width: min(540px, 37.5vw);
}

/* メニュー２ */
/* p3-a */
.p3-a .p2-c-title h3 {
  white-space: nowrap;
  padding-bottom: min(10px, 0.69vw);
}

/* p3-b */
.p3-b {
  padding-top: min(60px, 4.17vw);
}

.p3-b-container {
  background-image: url(../image/p3-back1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: min(100px, 6.94vw) 0;
}

.p3-b-box {
  width: min(1120px, 77.78vw);
  background-color: rgba(255, 255, 255, 0.9);
  padding: min(40px, 2.78vw);
  margin: 0 auto;
}

.p3-b-box p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

.p3-b-p {
  padding-top: min(48px, 3.33vw);
}

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

.p3-b-text {
  width: min(540px, 37.5vw);
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(20px, 1.39vw) 0;
  border-bottom: min(2px, 0.14vw) solid #7c6d5e;
}

.p3-b-text img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p3-b-p2 {
  padding-top: min(20px, 1.39vw);
}

/* p3-c */
.p3-c-box {
  width: min(1120px, 77.78vw);
  display: flex;
  justify-content: space-between;
  margin: min(60px, 4.17vw) auto 0;
}

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

.p3-c-item ul li {
  font-size: min(16px, 1.11vw);
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: min(10px, 0.69vw);
  padding: min(20px, 1.39vw) 0;
  border-bottom: min(2px, 0.14vw) solid #7c6d5e;
}

.p3-c-item img {
  width: min(20px, 1.39vw);
  height: auto;
}

.p3-c-img {
  width: min(400px, 27.78vw);
}

.p3-c-box2 {
  background-color: #fff;
  padding-top: min(60px, 4.17vw);
}

.p3-c-box2 h3 {
  width: min(1120px, 77.78vw);
  text-align: center;
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  background-color: #846247;
  padding: min(20px, 1.39vw);
  margin: 0 auto;
}

.p3-c-box2 p {
  width: min(1120px, 77.78vw);
  font-size: min(16px, 1.11vw);
  line-height: 2;
  padding-top: min(20px, 1.39vw);
  margin: 0 auto;
}

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

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

.p3-e-box img {
  width: min(400px, 27.78vw);
  height: auto;
}

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

.p3-f-box {
  margin-top: min(100px, 6.94vw);
}

.p3-f-img {
  width: 100%;
}

.p3-f-item {
  background-color: #eef8f7;
  background-image: url(../image/p3-back2.png), url(../image/p3-back3.png);
  background-repeat: no-repeat;
  background-size: min(442px, 30.69vw) auto; /* 背景画像のサイズも可変に */
  background-position:
    left bottom,
    right bottom;
  padding: min(60px, 4.17vw) 0 min(70px, 4.86vw);
}

.p3-f-item h3 {
  text-align: center;
  font-size: min(48px, 3.33vw);
  font-weight: 500;
  line-height: 1.2;
}

.p3-f-img2 {
  width: min(912px, 63.33vw);
  margin: min(60px, 4.17vw) auto 0;
}

/* p3-g */
.p3-g-box {
  background-color: #fff;
  padding: min(40px, 2.78vw) 0;
  margin-top: min(40px, 2.78vw);
}

.p3-g .p3-c-box {
  margin-top: 0;
}

.p3-c-item h3 {
  text-align: center;
  font-size: min(24px, 1.67vw);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  background-color: #846247;
  padding: min(15px, 1.04vw) 0;
  margin-bottom: min(10px, 0.69vw);
}

.p3-g-item {
  width: min(1120px, 77.78vw);
  margin: min(40px, 2.78vw) auto 0;
}

.p3-g-item h3 {
  font-size: min(48px, 3.33vw);
  font-weight: 500;
  color: #e5b233;
  line-height: 1.2;
}

.p3-g-item p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
  padding-top: min(20px, 1.39vw);
}

/* p3-h */
.p3-h .p3-g-item {
  width: min(1280px, 88.89vw);
}

/* p3-i */
.p3-i-box {
  background-color: #fff;
  padding: min(40px, 2.78vw) 0;
}

.p3-i-box .p3-g-item {
  margin-top: 0;
}

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

.p3-j-item {
  width: min(440px, 30.56vw);
  height: min(570px, 39.58vw);
  background-color: #fff;
  padding: min(40px, 2.78vw) min(40px, 2.78vw) 0;
  border: 1px solid #7c6d5e;
}

.p3-j-img {
  width: min(70px, 4.86vw);
  margin: 0 auto;
}

.p3-j-title {
  text-align: center;
  margin-top: min(25px, 1.74vw);
}

.p3-j-title h3 {
  font-size: min(32px, 2.22vw);
  font-weight: 500;
  line-height: 2;
}

.p3-j-text {
  margin-top: min(25px, 1.74vw);
}

.p3-j-text p {
  font-size: min(16px, 1.11vw);
  line-height: 2;
}

.p3-j-box {
  margin-top: min(40px, 2.78vw);
  position: relative;
}

.p3-j-slider {
  overflow: hidden;
}

.p3-j-slider .swiper-slide {
  width: min(440px, 30.56vw);
}

.p3-j-prev,
.p3-j-next {
  width: min(61px, 4.24vw);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.p3-j-prev {
  left: min(160px, 11.11vw);
}

.p3-j-next {
  right: min(160px, 11.11vw);
}

.p3-j-prev img,
.p3-j-next img {
  width: 100%;
  display: block;
}

.p3-j-pagination {
  text-align: center;
  margin-top: min(40px, 2.78vw);
  position: static;
}

.p3-j-pagination .swiper-pagination-bullet {
  width: min(15px, 1.04vw);
  height: min(15px, 1.04vw);
}

.swiper-pagination-bullet {
  margin: 0 min(10px, 0.69vw) !important;
}

.p3-j-pagination .swiper-pagination-bullet-active {
  background: #7c6d5e;
}

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

.p3-k-box {
  display: flex;
  justify-content: center;
  gap: min(26px, 1.81vw);
  margin-top: min(40px, 2.78vw);
}

.p3-k-item {
  width: min(300px, 20.83vw);
}

.p3-k-title,
.p3-k-text {
  text-align: center;
  margin-top: min(18px, 1.25vw);
}

.p3-k-title h3 {
  font-size: min(24px, 1.67vw);
  font-weight: 500;
  line-height: 1.2;
}

.p3-k-text p {
  font-size: min(16px, 1.11vw);
  line-height: 1.2;
}

/* 料金表 */
.p4-a-container {
  padding: min(54px, 3.75vw) 0 min(100px, 6.94vw);
}

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

.p4-a-left,
.p4-a-right {
  width: min(620px, 43.06vw);
}

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

.p4-a-item:first-child {
  margin-top: 0;
}

.p4-a-title {
  font-size: min(48px, 3.33vw);
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #8b6a4f;
  padding: min(10px, 0.69vw) 0;
}

.p4-a-p {
  width: 100%;
  text-align: center;
  font-size: min(20px, 1.39vw);
  padding: min(10px, 0.69vw) 0;
  border: min(2px, 0.14vw) solid #846247;
  margin-top: min(20px, 1.39vw);
}

.p4-a-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(20px, 1.39vw) min(10px, 0.69vw);
  border-bottom: 1px solid #7c6d5e;
}

.p4-a-row:first-child {
  padding-top: min(30px, 2.08vw);
}

.p4-a-menu h4 {
  font-size: min(16px, 1.11vw);
  font-weight: 500;
  line-height: 1.2;
}

.p4-a-menu p {
  font-size: min(15px, 1.04vw);
  color: #b3a598;
  margin-top: min(6px, 0.42vw);
  line-height: 1.2;
}

.p4-a-price {
  width: min(160px, 11.11vw);
  text-align: right;
  font-size: min(16px, 1.11vw);
  font-family: "Shippori Mincho B1", serif;
  color: #7c6d5e;
  white-space: nowrap;
}

/* ヘアーカタログ */
.p5-a-container {
  padding: min(60px, 4.17vw) 0 min(100px, 6.94vw);
}

.p5-a-box {
  width: min(1280px, 88.89vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, min(300px, 20.83vw));
  gap: min(26px, 1.81vw);
  justify-content: center;
}

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

.p5-a-img {
  width: min(300px, 20.83vw);
  height: min(200px, 13.89vw);
  overflow: hidden;
}

.p5-a-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p5-a-title {
  text-align: center;
  background-color: #846247;
  padding: min(15px, 1.04vw) 0;
}

.p5-a-title h3 {
  font-size: min(18px, 1.25vw);
  font-weight: 500;
  color: #fff;
}

/* 店舗案内 */
.p6-a .p2-c-text {
  width: min(954px, 66.25vw);
  margin: 0 auto;
}

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

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

.p6-b-box {
  display: flex;
  justify-content: center;
  gap: min(40px, 2.78vw);
  margin-top: min(40px, 2.78vw);
}

.p6-b-text p {
  text-align: center;
  font-size: min(24px, 1.67vw);
  line-height: 1.6;
  margin-top: min(20px, 1.39vw);
}

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

.p6-c-item {
  margin-top: min(40px, 2.78vw);
}

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

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

.p6-d-teble {
  width: min(560px, 38.89vw);
}

.p6-d-teble table {
  width: 100%;
  border-collapse: separate;
  border-spacing: min(10px, 0.69vw) 0;
}

.p6-d-teble table th,
.p6-d-teble table td {
  font-size: min(16px, 1.11vw);
  font-weight: 400;
  line-height: 1.2;
  padding: min(20px, 1.39vw) min(10px, 0.69vw);
  border-bottom: 1px solid #7c6d5e;
}

.p6-d-teble table th {
  width: min(130px, 9.03vw);
}

.p6-d-teble table td {
  padding-right: 0;
}

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

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

.p6-e-box {
  width: 100%;
  height: min(560px, 38.89vw);
}

.p6-e-box iframe {
  width: 100%;
  height: 100%;
}

/* 下層共通 */
.sub {
  background-color: #f5f0e7;
}

.sub-v {
  padding-top: min(106px, 7.36vw);
}

.sub-v-container {
  padding: 0 min(40px, 2.78vw);
}

.sub-v-box {
  width: 100%;
  position: relative;
}

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

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

.sub-v-title h1 {
  font-size: min(48px, 3.33vw);
  font-weight: 400;
  color: #fff;
}

/* 下層共通 */
.sub-title {
  text-align: center;
}

.sub-title h2 {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
}

.sub-title h2 span {
  font-size: min(48px, 3.33vw);
  line-height: 1.2;
  color: #e5b233;
}

.sub-title p {
  font-size: min(24px, 1.67vw);
  font-family: "Shippori Mincho B1", serif;
  line-height: 2;
  margin-bottom: min(10px, 0.69vw);
}

/* 共通タイトル */
.h2-title h2 {
  font-size: min(64px, 4.44vw);
  line-height: 1.2;
}

.h2-title h2 span {
  font-size: min(64px, 4.44vw);
  line-height: 1.2;
  color: #e5b233;
}

.h2-title p {
  display: inline-block;
  position: relative;
  font-size: min(18px, 1.25vw);
  padding-left: min(25px, 1.74vw);
  margin-bottom: min(20px, 1.39vw);
}

.h2-title p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: min(20px, 1.39vw);
  height: 1px;
  background-color: #7c6d5e;
  transform: translateY(-50%);
}

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

.footer-logo {
  width: min(220px, 15.28vw);
  margin: 0 auto;
}

.footer-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(20px, 1.39vw);
  margin-top: min(40px, 2.78vw);
}

.footer-nav ul li a {
  font-size: min(18px, 1.25vw);
  line-height: 1.2;
}

.copy-right {
  text-align: center;
  background-color: #f5f0e7;
  padding: min(30px, 2.08vw) 0;
  margin-top: min(60px, 4.17vw);
}

.copy-right span {
  font-size: min(16px, 1.11vw);
  line-height: 1.2;
}

/* お知らせ内容 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: 65px;
    z-index: 9999;
    display: block;
  }

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

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

  /* ハンバーガーボタン */
  .sp-menu-btn {
    position: relative;
    width: 45px;
    height: 45px;
    background-color: #846247;
    border: none;
    z-index: 1000;
    transition: background-color 0.3s;
  }

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

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

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

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

  .sp-menu-btn.is-active {
    background-color: #9fa9af;
  }

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

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

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

  /* 全画面メニュー */
  .sp-header-nav {
    position: fixed;
    top: 0;
    right: -235px;
    width: 235px;
    height: 100vh;
    background-color: #fff;
    transition: 0.4s;
    display: flex;
    padding: 85px 20px;
    z-index: 999;
  }

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

  .sp-nav-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .sp-nav-list li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  .sp-nav-list li a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    font-size: 16px;
  }

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

  /* トップ */
  .top {
    background-color: #f5f0e7;
  }

  .main-v {
    margin-top: 65px;
  }

  .main-v-container {
    padding: 0 4%;
  }

  .main-v-box {
    width: 100%;
    border-radius: 10px;
  }

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

  .p1-a-box {
    width: 92%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
  }

  .p1-a .h2-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .p1-a .h2-title h2 span {
    font-size: 24px;
    line-height: 1.2;
    color: #e5b233;
  }

  .p1-a-item {
    width: 100%;
    padding: 20px 30px 40px;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.15);
  }

  .news-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 0;
    border-bottom: 1px solid #bcbcbc;
    text-decoration: none;
    color: #666;
  }

  .news-date {
    width: auto;
    display: flex;
    gap: 12px;
    flex-shrink: 0;
  }

  .news-date-y,
  .news-date-w {
    font-size: 13px;
  }

  .news-category {
    width: 72px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #8a7a6e;
    font-size: 13px;
    flex-shrink: 0;
    margin-left: 10px;
  }

  .news-title {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    font-size: 13px;
    transition: 0.3s;
  }

  .news-item:hover .news-title {
    color: #0f2757;
  }

  /* p1-b */
  .p1-b-container {
    width: 92%;
    padding-top: 20px;
    margin: 0 auto;
  }

  .p1-b .h2-title {
    width: auto;
    margin: 0 auto;
  }

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

  .p1-b-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }

  .p1-b-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .p1-b-desc {
    font-size: 13px;
    line-height: 2;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .p1-b-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* p1-c */
  .p1-c-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p1-c .h2-title {
    width: 100%;
    margin: 0 auto;
  }

  .p1-c-box {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    gap: 10px;
    margin: 10px auto 0;
  }

  .p1-c-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }

  .p1-c-title {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .p1-c-desc {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }

  .p1-c .p1-btn {
    margin: 20px auto 0;
  }

  .p1-c-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* p1-d */
  .p1-d-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p1-d .h2-title {
    text-align: left;
  }

  .p1-d-text {
    text-align: left;
    margin-top: 10px;
  }

  .p1-d-text p {
    font-size: 13px;
    line-height: 2;
  }

  .p1-d-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

  .p1-d-item {
    width: 335px;
    height: 255px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .p1-d-item:first-child {
    background-image: url(../image/top-img4.png);
  }

  .p1-d-item:last-child {
    background-image: url(../image/top-img5.png);
  }

  .p1-d-item h3 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }

  .p1-d-item img {
    width: 23px;
    height: auto;
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 5;
  }

  .p1-d-box2 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p1-d-item2 {
    width: 160px;
    height: 60px;
    font-size: 13px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #846247;
    border-radius: 10px;
  }

  .p1-d-item2 img {
    width: 13px;
  }

  /* p1-e */
  .p1-e-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

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

  .p1-e-title h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
  }

  .p1-e-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

  .p1-e-img {
    max-width: 400px;
    width: 100%;
  }

  .p1-e-text {
    width: 100%;
    margin: 10px auto 0;
  }

  .p1-e-text p:first-child {
    font-size: 13px;
    line-height: 2;
  }

  .p1-e-text p:nth-of-type(2) {
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.02em;
    color: #b3a598;
  }

  /* p1-f */
  .p1-f .p1-c-box:nth-of-type(2) {
    flex-direction: column;
  }

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

  .p1-f-item {
    width: 160px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #846247;
    border-radius: 10px;
  }

  .p1-f-item span {
    font-size: 13px;
    letter-spacing: 0.1em;
  }

  /* p1-g */
  .p1-g-container {
    padding-top: 40px;
  }

  .p1-g-box {
    width: 96%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 20px;
    margin-left: 4%;
  }

  .p1-g .h2-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .p1-g .h2-title h2 span {
    font-size: 24px;
    line-height: 1.2;
    color: #e5b233;
  }

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

  .marqueer {
    overflow: hidden;
  }

  .marqueer ul {
    display: flex;
    margin: 0;
    padding: 0;
    width: max-content;
  }

  .marqueer ul li {
    list-style: none;
    padding: 0 2px;
    width: 200px;
  }

  .marqueer img {
    display: block;
    width: 100%;
  }

  /* p1-h */
  .p1-h-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p1-h-box {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }

  .p1-h-table {
    width: 100%;
    margin: 0 auto;
  }

  .p1-h .h2-title {
    text-align: center;
    margin-bottom: 20px;
  }

  .p1-h .h2-title h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .p1-h .h2-title h2 span {
    font-size: 24px;
    line-height: 1.2;
    color: #e5b233;
  }

  .p1-h-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px 0;
  }

  .p1-h-table table th,
  .p1-h-table table td {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 10px;
    border-bottom: 1px solid #7c6d5e;
  }

  .p1-h-table table th {
    width: 90px;
  }

  .p1-h-table table td {
    padding-right: 0;
  }

  .p1-h-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
  }

  .p1-h-tel,
  .p1-h-access {
    width: 160px;
    height: 37px;
    font-size: 14px;
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #846247;
    border-radius: 10px;
  }

  .p1-h-tel {
    gap: 5px;
    padding: 12px 0;
  }

  .p1-h-access {
    gap: 10px;
    padding: 12px 0;
  }

  .p1-h-tel img {
    width: 13px;
    height: auto;
  }

  .p1-h-access img {
    width: 9px;
    height: auto;
  }

  .p1-h-img {
    max-width: 400px;
    width: 100%;
  }

  /* p1-i */
  .p1-i-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p1-i-box {
    width: 100%;
    height: 400px;
  }

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

  /* p1-j */
  .p1-j-container {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .p1-j-box {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
  }

  /* 共通ボタン */
  .p1-btn {
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.1em;
    background-color: #846247;
    border-radius: 10px;
    margin-top: 10px;
  }

  .p1-btn img {
    width: 9px;
    height: auto;
  }

  /* メニュー１ */
  .p2-a-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

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

  .p2-a-item {
    max-width: 400px;
    width: 100%;
    padding: 10px;
    border: 1px solid #7c6d5e;
  }

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

  .p2-a-title {
    text-align: center;
    background-color: #846247;
    padding: 5px 0;
    margin-top: 10px;
  }

  .p2-a-title h3 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.6;
  }

  .p2-a-text {
    height: auto;
    margin-top: 10px;
  }

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

  /* p2-b */
  .p2-b-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p2-b-box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

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

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

  .p2-b-text p {
    font-size: 13px;
    line-height: 2;
  }

  .p2-b-p {
    margin-top: 20px;
  }

  .p2-b-p h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .p2-b-p2 {
    width: 100%;
    text-align: center;
    background-color: #846247;
    padding: 10px 5px;
    margin: 20px auto 0;
  }

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

  /* p2-c */
  .p2-c-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p2-c-img {
    max-width: 400px;
    width: 100%;
    margin: 20px auto 0;
  }

  .p2-c-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p2-c-text h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
  }

  .p2-c-text p {
    font-size: 13px;
    line-height: 2;
    margin-top: 20px;
  }

  .p2-c-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

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

  .p2-c-item {
    width: 100%;
  }

  .p2-c-title {
    padding-bottom: 5px;
    border-bottom: 1px solid #e5b233;
    margin-bottom: 10px;
  }

  .p2-c-title h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
  }

  .p2-c-item .p2-c-title p {
    font-size: 14px;
    line-height: 2;
  }

  .p2-c-item p {
    font-size: 13px;
    line-height: 2;
  }

  /* p2-d */
  .p2-d-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p2-d-p {
    text-align: center;
    margin-top: 20px;
  }

  .p2-d-p p,
  .p2-d-item p {
    font-size: 13px;
    line-height: 2;
  }

  .p2-d-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

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

  .p2-d-item {
    width: 100%;
  }

  .p2-d-item h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
  }

  .p2-d-item p {
    padding-top: 20px;
  }

  .p2-d-img-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin: 20px auto 0;
  }

  .p2-d-img-box img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  /* p2-e */
  .p2-e-container {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .p2-e .p2-d-p {
    width: 100%;
    margin: 20px auto 0;
  }

  .p2-e-box {
    background-color: #fff;
    padding: 20px 10px;
    margin-top: 20px;
  }

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

  .p2-e-item h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background-color: #e5b233;
    padding: 10px 0;
  }

  .p2-e-item ul {
    display: flex;
    flex-direction: column;
    column-gap: 0;
    margin-top: 10px;
  }

  .p2-e-item ul li {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #7c6d5e;
  }

  .p2-e-item ul li img {
    width: 13px;
    height: auto;
  }

  .p2-e-item p {
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
  }

  .p2-e-box2 {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    background-color: #fff;
    padding: 40px 10px;
  }

  .p2-e-item2 {
    width: 100%;
  }

  .p2-e-item2 h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background-color: #846247;
    padding: 10px 0;
  }

  .p2-e-item2 ul {
    column-gap: 0;
    margin-top: 10px;
  }

  .p2-e-item2 ul li {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: min(2px, 0.14vw) solid #7c6d5e;
  }

  .p2-e-item2 p {
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
  }

  .p2-e-item2 ul li img {
    width: 13px;
    height: auto;
  }

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

  /* メニュー２ */
  /* p3-a */
  .p3-a .p2-c-title h3 {
    white-space: wrap;
    padding-bottom: 10px;
  }

  /* p3-b */
  .p3-b {
    padding-top: 40px;
  }

  .p3-b-container {
    background-image: url(../image/p3-back1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 0;
  }

  .p3-b-box {
    width: 92%;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    margin: 0 auto;
  }

  .p3-b-box p {
    font-size: 13px;
    line-height: 2;
  }

  .p3-b-p {
    padding-top: 20px;
  }

  .p3-b-item {
    margin-top: 20px;
  }

  .p3-b-text {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #7c6d5e;
  }

  .p3-b-text img {
    width: 13px;
    height: auto;
  }

  .p3-b-p2 {
    padding-top: 20px;
  }

  /* p3-c */
  .p3-c-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    gap: 10px;
    margin: 20px auto 0;
  }

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

  .p3-c-item ul li {
    font-size: 13px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #7c6d5e;
  }

  .p3-c-item img {
    width: 13px;
    height: auto;
  }

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

  .p3-c-box2 {
    background-color: #fff;
    padding-top: 40px;
  }

  .p3-c-box2 h3 {
    width: 92%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    background-color: #846247;
    padding: 10px;
    margin: 0 auto;
  }

  .p3-c-box2 p {
    width: 92%;
    font-size: 13px;
    line-height: 2;
    padding-top: 20px;
    margin: 0 auto;
  }

  /* p3-e */
  .p3-e-container {
    padding-top: 40px;
  }

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

  .p3-e-box img {
    max-width: 400px;
    width: 100%;
    height: auto;
  }

  /* p3-f */
  .p3-f-container {
    padding-top: 40px;
  }

  .p3-f-box {
    margin-top: 40px;
  }

  .p3-f-img {
    width: 100%;
  }

  .p3-f-item {
    background-color: #eef8f7;
    background-image: url(../image/p3-back2.png), url(../image/p3-back3.png);
    background-repeat: no-repeat;
    background-size: min(442px, 30.69vw) auto;
    background-position:
      left bottom,
      right bottom;
    padding: 40px 0;
  }

  .p3-f-item h3 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
  }

  .p3-f-img2 {
    max-width: 400px;
    width: 99%;
    margin: 20px auto 0;
  }

  /* p3-g */
  .p3-g-box {
    background-color: #fff;
    padding: 20px 10px;
    margin-top: 20px;
  }

  .p3-g .p3-c-box {
    align-items: center;
    margin-top: 0;
  }

  .p3-c-item h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.2;
    background-color: #846247;
    padding: 10px 0;
    margin-bottom: 10px;
  }

  .p3-g-item {
    width: 100%;
    margin: 20px auto 0;
  }

  .p3-g-item h3 {
    font-size: 24px;
    font-weight: 500;
    color: #e5b233;
    line-height: 1.2;
  }

  .p3-g-item p {
    font-size: 13px;
    line-height: 2;
    padding-top: 10px;
  }

  /* p3-h */
  .p3-h .p3-g-item {
    width: 100%;
  }

  /* p3-i */
  .p3-i-container {
    width: 92%;
    margin: 0 auto;
  }

  .p3-i-box {
    background-color: #fff;
    padding: 20px 10px;
  }

  .p3-i-box .p3-g-item {
    margin-top: 0;
  }

  /* p3-j */
  .p3-j-container {
    padding-top: 40px;
  }

  .p3-j .p2-d-p {
    width: 92%;
    margin: 0 auto;
  }

  .p3-j-item {
    width: 300px;
    height: 440px;
    background-color: #fff;
    padding: 20px 10px 0;
    border: 1px solid #7c6d5e;
  }

  .p3-j-img {
    width: 35px;
    margin: 0 auto;
  }

  .p3-j-title {
    text-align: center;
    margin-top: 20px;
  }

  .p3-j-title h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 2;
  }

  .p3-j-text {
    margin-top: 20px;
  }

  .p3-j-text p {
    font-size: 13px;
    line-height: 2;
  }

  .p3-j-box {
    margin-top: 20px;
    position: relative;
  }

  .p3-j-slider {
    overflow: hidden;
  }

  .p3-j-slider .swiper-slide {
    width: 300px;
  }

  .p3-j-prev,
  .p3-j-next {
    width: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
  }

  .p3-j-prev {
    left: 4%;
  }

  .p3-j-next {
    right: 4%;
  }

  .p3-j-prev img,
  .p3-j-next img {
    width: 100%;
    display: block;
  }

  .p3-j-pagination {
    text-align: center;
    margin-top: 20px;
    position: static;
  }

  .p3-j-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }

  .swiper-pagination-bullet {
    margin: 0 5px !important;
  }

  .p3-j-pagination .swiper-pagination-bullet-active {
    background: #7c6d5e;
  }

  /* p3-k */
  .p3-k-container {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .p3-k-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p3-k-item {
    width: 300px;
  }

  .p3-k-title,
  .p3-k-text {
    text-align: center;
    margin-top: 10px;
  }

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

  .p3-k-text p {
    font-size: 13px;
    line-height: 1.2;
  }

  /* 料金表 */
  .p4-a-container {
    padding: 40px 0;
  }

  .p4-a-box {
    width: 92%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .p4-a-left,
  .p4-a-right {
    width: 100%;
  }

  .p4-a-item {
    margin-top: 20px;
  }

  .p4-a-item:first-child {
    margin-top: 0;
  }

  .p4-a-title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background-color: #8b6a4f;
    padding: 10px 0;
  }

  .p4-a-p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    border: 1px solid #846247;
    margin-top: 20px;
  }

  .p4-a-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 20px 10px;
    border-bottom: 1px solid #7c6d5e;
  }

  .p4-a-row:first-child {
    padding-top: 20px;
  }

  .p4-a-menu h4 {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
  }

  .p4-a-menu p {
    max-width: 500px;
    font-size: 13px;
    color: #b3a598;
    margin-top: 6px;
    line-height: 1.2;
  }

  .p4-a-price {
    width: auto;
    text-align: right;
    font-size: 13px;
    font-family: "Shippori Mincho B1", serif;
    color: #7c6d5e;
    white-space: nowrap;
  }

  /* ヘアーカタログ */
  .p5-a-container {
    padding: 40px;
  }

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

  .p5-a-item {
    width: 300px;
  }

  .p5-a-img {
    width: 300px;
    height: 200px;
    overflow: hidden;
  }

  .p5-a-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  .p5-a-title {
    text-align: center;
    background-color: #846247;
    padding: 10px 0;
  }

  .p5-a-title h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
  }

  /* 店舗案内 */
  .p6-a .p2-c-text {
    width: 100%;
    margin: 0 auto;
  }

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

  /* p6-b */
  .p6-b-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p6-b-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }

  .p6-b-text p {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }

  /* p6-c */
  .p6-c-container {
    padding-top: 40px;
  }

  .p6-c-item {
    margin-top: 20px;
  }

  /* p6-d */
  .p6-d-container {
    width: 92%;
    padding-top: 40px;
    margin: 0 auto;
  }

  .p6-d-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
  }

  .p6-d-teble {
    width: 100%;
  }

  .p6-d-teble table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
  }

  .p6-d-teble table th,
  .p6-d-teble table td {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    padding: 20px 10px;
    border-bottom: 1px solid #7c6d5e;
  }

  .p6-d-teble table th {
    width: 90px;
  }

  .p6-d-teble table td {
    padding-right: 0;
  }

  .p6-d-img {
    max-width: 400px;
    width: 100%;
  }

  /* p6-e */
  .p6-e-container {
    width: 92%;
    padding: 40px 0;
    margin: 0 auto;
  }

  .p6-e-box {
    width: 100%;
    height: 400px;
  }

  .p6-e-box iframe {
    width: 100%;
    height: 100%;
  }

  /* 下層共通 */
  .sub {
    background-color: #f5f0e7;
  }

  .sub-v {
    padding-top: 75px;
  }

  .sub-v-container {
    padding: 0 4%;
  }

  .sub-v-box {
    width: 100%;
    position: relative;
  }

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

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

  .sub-v-title h1 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
  }

  /* 下層共通 */
  .sub-title {
    text-align: center;
  }

  .sub-title h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .sub-title h2 span {
    font-size: 28px;
    line-height: 1.2;
    color: #e5b233;
  }

  .sub-title p {
    font-size: 16px;
    font-family: "Shippori Mincho B1", serif;
    line-height: 2;
    margin-bottom: 10px;
  }

  /* 共通タイトル */
  .h2-title h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .h2-title h2 span {
    font-size: 40px;
    line-height: 1.2;
    color: #e5b233;
  }

  .h2-title p {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 25px;
    margin-bottom: 20px;
  }

  .h2-title p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #7c6d5e;
    transform: translateY(-50%);
  }

  /* フッター */
  .footer-container {
    padding-top: 40px;
  }

  .footer-logo {
    width: 133px;
    margin: 0 auto;
  }

  .footer-nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
  }

  .footer-nav ul li a {
    font-size: 16px;
    line-height: 1.2;
  }

  .copy-right {
    text-align: center;
    background-color: #f5f0e7;
    padding: 35px 0 85px;
    margin-top: 30px;
  }

  .copy-right span {
    font-size: 12px;
    line-height: 1.2;
  }

  .footer-sp {
    width: 92%;
    height: 45px;
    display: flex;
    gap: 5px;
    position: fixed;
    bottom: 10px;
    left: 4%;
    z-index: 100;
  }

  .footer-map,
  .footer-web {
    flex: 1;
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0 30px;
    border-radius: 10px;
  }

  .footer-map {
    background-color: #e5b233;
  }

  .footer-web {
    background-color: #846247;
  }

  .footer-tel {
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #846247;
    border-radius: 10px;
  }

  .footer-map img {
    width: 9px;
    height: auto;
  }

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

  .footer-tel img {
    width: 18px;
    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;
  }
}
