@charset "UTF-8";

/* 各ページ固有のスタイルをこのファイルに記述します。 */
.hero-sample { min-height: 620px; padding: 180px 0 120px; display: grid; place-items: center; text-align: center; background: linear-gradient(135deg,#eef3e8,#dce8ce); }
.content-placeholder__label { margin: 0 0 8px; color: var(--color-main); font-size: 13px; font-weight: 700; letter-spacing: .18em; }
.hero-sample h1 { margin: 0 0 16px; font-size: clamp(28px, 4vw, 48px); }
.hero-sample p:last-child { margin: 0; }
.sample-section { padding: 90px 0; }
.sample-section--gray { background: var(--color-bg); }
.sample-section h2 { margin: 0 0 34px; text-align: center; font-size: clamp(25px,3vw,36px); }
.js-sample-slider { max-width: 920px; }
.swiper-slide img { width: 100%; aspect-ratio: 12 / 7; object-fit: cover; }
.sample-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sample-gallery img { width: 100%; aspect-ratio: 12 / 7; object-fit: cover; transition: opacity .25s; }
.sample-gallery a:hover img { opacity: .8; }
.page-title { padding: 170px 0 70px; background: var(--color-bg); }
.page-title p { margin: 0; color: var(--color-main); font-family: Jost,sans-serif; letter-spacing: .15em; }
.page-title h1 { margin: 5px 0 0; font-size: clamp(30px,4vw,48px); }
.breadcrumb { font-size: 13px; border-bottom: 1px solid #e5e7e2; }
.breadcrumb ol { display: flex; gap: 24px; margin-top: 0; margin-bottom: 0; padding-top: 14px; padding-bottom: 14px; list-style: none; }
.breadcrumb li + li::before { content: "/"; margin-right: 24px; color: #999; }
.lower-content { padding: 90px 0 120px; }
.lower-content h2 {
	padding-bottom: 14px;
	border-bottom: 2px solid var(--color-main);
	font-size: clamp(24px,3vw,34px);
	margin-bottom: 20px;
}
.lower-content h3 {
	margin-top: 55px;
	padding-left: 15px;
	font-size: 20px;
	border-left-width: 5px;
	border-left-style: solid;
	margin-bottom: 20px;
}
.lower-content h4 {
	font-size: 20px;
	margin-bottom: 20px;
}

.lower-content h4 span{
	font-size: 16px;
	margin-bottom: 20px;
}

.error-page { min-height: 100vh; display: grid; place-items: center; text-align: center; background: var(--color-bg); }
.contact-form { display: grid; gap: 26px; }
.form-row { display: grid; grid-template-columns: 230px 1fr; gap: 30px; align-items: start; }
.form-row label { font-weight: 700; }
.required { margin-left: 7px; padding: 2px 6px; color: #fff; background: #b33; font-size: 11px; }
.form-control { width: 100%; padding: 13px 15px; border: 1px solid #b9c0b4; border-radius: 4px; font: inherit; }
textarea.form-control { min-height: 190px; resize: vertical; }
.form-actions { text-align: center; }
.form-honeypot { position: absolute; left: -9999px; }
.form-error { padding: 14px 18px; color: #8b1d1d; background: #fff0f0; border: 1px solid #e5baba; }


.hero {
  padding: 108px 0 18px;
  overflow: hidden;
}

.hero_inner {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  min-height: 560px;
}

.hero_image {
  width: 78vw;
  max-width: 1250px;
  height: 560px;
  overflow: hidden;
  border-radius: 0 25px 25px 0;
  margin-left: calc(50% - 50vw);
}

.hero_copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 100%;
}

.hero_vertical {
  position: absolute;
  top: 15px;
  right: 35px;
  writing-mode: vertical-rl;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: .12em;
  color: #222;
}

.hero_title {
  position: absolute;
  left: -115px;
  bottom: 70px;
}

.hero_title h1 {
  margin: 0;
  color: #e88924;
  font-size: clamp(55px, 6vw, 90px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: .02em;
}

.hero_title p {
  margin: 12px 0 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .04em;
}

.main1 h2{
	text-align: center;
	padding: 3% 0 2% 0;
	font-size: 52px;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	color: #c34d25;
	line-height:1.8em;
}

.main1 h2 span{
	font-size: 94px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	color: #c34d25;
}

.main1 div {
	width:95%;
	margin-left:5%;
	margin-bottom:8%;
}

.main1 div img{
	width:100%;
	height:auto;
}

.main2 {
	margin-bottom:8%;
}

.main2 h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 70px;
	color: #FFF;
	text-align: center;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.main2 h3 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	line-height:2em;
	letter-spacing:0.2em;
	margin-bottom:5%;
}

.main2_c {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}


.main2_c div:nth-child(1){
	width:50%;
	order: 2;
	padding:2% 0;
}

.main2_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	row-gap: 30px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
}

.main2_list li {
  width: 31.5%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.main2_list li:nth-child(-n+3) {
  background-color: #dc872a;
}

.main2_list li:nth-child(n+4) {
  background-color: #c34d25;
}

.main2_list li p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.main2_c h4 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 25px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.main2_txt {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size:18px;
}

.main2_c div:nth-child(2){
	width: 45%;
	background-image: url(../img/main2_pic.webp);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	order: 1;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

.main3 {
	background-color: #fcf9f2;
	padding-top: 8%;
	padding-bottom: 10%;
}

.main3_1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:4%;
}

.main3_1 div:nth-child(1){
	width:48%;
	order: 2;
}

.main3_1 div:nth-child(2){
	width:48%;
	order: 1;
}

.main3_1 div:nth-child(2) img{
	width:100%;
	height:auto;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.main3_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:4%;
}

.main3_2 div:nth-child(1){
	width:48%;
}

.main3_2 div:nth-child(2){
	width:48%;
}

.main3_2 div:nth-child(2) img{
	width:100%;
	height:auto;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}

.main3_nb {
	font-size: 85px;
	color: #426e41;
	font-family: 'Jost', sans-serif;
	font-weight: 300;
	line-height:1.0em;
}

.main3 h3 {
	color: #426e41;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	margin-bottom:50px;
}

.main3_txt {
	font-size:18px;
}

.main3_telc {
	background-color: #426e41;
	width: 80%;
	padding-top: 3%;
	padding-bottom: 3%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-right: auto;
	margin-left: auto;
}

.main3_t1 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	font-size: 26px;
	text-align: center;
	color: #FFF;
}

.main3_t2 {
	font-family: Jost, sans-serif;
	font-weight: 400;
	font-size: 60px;
	text-align: center;
	color: #FFF;
	letter-spacing: 0.05em;
	background-image: url(../img/main3_tel.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:40px;
	width:540px;
	margin-right: auto;
	margin-left: auto;
}

.main3_t3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 20px;
	text-align:center;
	color: #FFF;
}

.main4 {
	background-color: #FFF;
	border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0x;
	padding:8% 0;
	margin-top:-50px;
}

.main4 h2 {
	color: #426e41;
  font-size: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 1.0em;
  margin: 0 0 5%;
}

.main4 h2 span{
	color: #dc872a;
	font-size: 25px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	text-align:center;
}

.main5 {
	position: relative;
	padding: 5% 0 0;
	background-color: #fff;
	overflow: hidden;
}

.main5_inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 280px;
}

.main_mh2 {
	color: #426e41;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
	text-align: center;
	line-height: 1.6;
	font-size: 60px;
}

.main_en {
	margin: 8px 0 0;
	color: #dc872a;
	font-family: "Jost", sans-serif;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
	line-height: 1;
	margin-bottom:5%;
}

/* 料金3つ */

.main5_price {
	display: flex;
	justify-content: center;
	margin-top: 65px;
}

.main5_item {
	position: relative;
	width: 33.333%;
	padding: 0 30px;
	text-align: center;
}

.main5_item + .main5_item {
	border-left: 1px dashed #aaa;
}

.main5_time {
	margin: 0;
	padding: 7px 10px;
	color: #fff;
	background-color: #dbad6d;
	border-radius: 10px;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.5;
}

.main5_fee {
	margin: 10px 0 0;
	color: #333;
	font-family: "Jost", sans-serif;
	font-size: 50px;
	font-weight: 300;
	line-height: 1.3;
	letter-spacing: 0.02em;
}

.main5_fee span {
	margin-left: 4px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
}

/* 1000円OFF */
.main5_off {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: 0;
	width: 250px;
	height: 250px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 3px solid #dbad6d;
	border-radius: 50%;
	background-color: rgba(255,255,255,.95);
	text-align: center;
}

.main5_off p {
	margin: 0 0 5px;
	color: #754d22;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}

.main5_off strong {
	display: block;
	color: #d96d78;
	font-family: "Noto Serif JP", serif;
	font-size: 65px;
	font-weight: 500;
	line-height: 1;
}

.main5_off strong span {
	font-size: 25px;
}

.main5_off b {
	margin-top: 5px;
	color: #222;
	font-family: "Noto Serif JP", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1;
}

/* 下のベージュ帯 */
.main5::after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60px;
	background-color: #dcd0a7;
}

.main6 {
	position: relative;
	padding: 35px 0 45px;
	text-align: center;
}

.main6_inner {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

/* 2026年10月 */
.main6_date {
	margin: 0;
	color: #222;
	font-family: "Noto Serif JP", serif;
	font-size: 45px;
	font-weight: 400;
	line-height: 1.4;
}

/* 新整休院 OPEN 予定 */
.main6_title {
	margin: 5px 0 0;
	color: #222;
	font-family: "Noto Serif JP", serif;
	font-size: 39px;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1.4;
}

.main6_title span {
	margin: 0 8px;
	color: #d46f7d;
	font-family: "Noto Serif JP", serif;
	font-size: 80px;
	font-weight: 400;
	letter-spacing: .02em;
}

/* 9月中も～ */
.main6_notice {
	position: relative;
	display: table;
	margin: 38px auto 0;
	padding: 6px 35px;
	background-color: #fff;
	border-radius: 30px;
}

.main6_notice::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -8px;
	transform: translateX(-50%);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 9px solid #fff;
}

.main6_notice p {
	margin: 0;
	color: #769276;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.4;
}

/* 仮店舗にて施術を承ります */
.main6_sub {
	margin: 10px 0 0;
	color: #333;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: .04em;
	line-height: 1.5;
}

.main6_sub span {
	margin-right: 3px;
	color: #d46f7d;
	font-family: "Noto Serif JP", serif;
	font-size: 25px;
	font-weight: 400;
}

/* ========================================
   footer
======================================== */

.footer {
  position: relative;
  padding: 0 0 15px;
  background: #fff;
}

/* ベージュの帯 */
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 210px;
  background: #dcd0a7;
  z-index: 0;
}

.footer_inner {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 37px 0 0;
  z-index: 1;
}


/* ----------------------------------------
   メインボックス
---------------------------------------- */

.footer_box {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 40px 53px 39px;
  background: #f9f7f0;
  border-radius: 20px;
}


/* ----------------------------------------
   左側
---------------------------------------- */

.footer_info {
  flex: 0 0 38%;
  min-width: 0;
}

.footer_info h2 {
  margin: 0 0 16px;
  line-height: 1;
}

.footer_info h2 img {
  display: block;
  width: 250px;
  height: auto;
}

.footer_lead {
	margin: 0 0 17px;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.65;
}

.footer_btns {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}

.footer_btn {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 20px;
  background: #47744b;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
}

.footer_tel {
  margin: 0;
  color: #222;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.footer_tel strong {
	margin-left: 2px;
	font-size: 28px;
	letter-spacing: 0.03em;
}


/* ----------------------------------------
   右側：診療時間
---------------------------------------- */

.footer_schedule {
  flex: 1;
  min-width: 0;
}

.schedule_title {
	display: flex;
	align-items: center;
	gap: 4px;
	margin-bottom: 10px;
	color: #47744b;
	font-size: 16px;
	font-weight: 700;
}

.schedule_title span {
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #47744b;
}

.footer_schedule table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
  color: #111;
  font-size: 14px;
}

/* ★ 時間の列をきちんと確保 */
.footer_schedule th:first-child {
  width: 105px;
}

.footer_schedule th,
.footer_schedule td {
  height: 32px;
  padding: 4px 5px;
  border: 1px solid #222;
  text-align: center;
  vertical-align: middle;
}

.footer_schedule thead th {
  height: 34px;
  font-weight: 700;
}

.footer_schedule tbody th {
  font-weight: 400;
  white-space: nowrap;
}

.footer_schedule td {
  font-size: 14px;
  line-height: 1;
}


/* ----------------------------------------
   休診日
---------------------------------------- */

.footer_close {
  margin-top: 13px;
}

.footer_close .schedule_title {
  margin-bottom: 4px;
}

.footer_close p {
	margin: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
}


/* ----------------------------------------
   コピーライト
---------------------------------------- */

.copyright {
  margin: 17px 0 0;
  color: #111;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

.staff_c {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

/* 写真・名前 */
.profile-pic {
  flex: 0 0 200px;
}

.profile-pic h4 {
  margin: 0 0 15px;
  font-size: 18px;
}

.profile-pic h4 span {
	color: #426e41;
	font-weight: 500;
}

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


/* プロフィール表 */
.profile-table {
  flex: 1;
  min-width: 0;
}

.profile-list {
  margin: 0;
  padding: 20px 24px;
  background: #fcf9f2;
  border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.profile-list__row {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 24px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd3c7;
  font-size: 14px;
  line-height: 1.7;
}

.profile-list__row:last-child {
  border-bottom: 0;
}

.profile-list__row dt {
	margin: 0;
	color: #426e41;
	text-align: right;
	font-weight: 500;
}

.profile-list__row dd {
  margin: 0;
  color: #333;
}



/* ========================================
   tablet
======================================== */

@media screen and (max-width: 900px) {

  .footer_inner {
    width: 90%;
  }

  .footer_box {
    gap: 35px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .footer_info {
    flex-basis: 38%;
  }

}


/* ========================================
   smartphone
======================================== */

@media screen and (max-width: 767px) {

  .footer::before {
    height: 250px;
  }

  .footer_inner {
    width: auto;
    padding: 25px 15px 0;
  }

  .footer_box {
    display: block;
    padding: 30px 25px;
    border-radius: 18px;
  }

  .footer_info {
    margin-bottom: 30px;
  }

.footer_info h2 {
  margin-bottom: 12px;
}

.footer_info h2 img {
  width: 160px;
}

  .footer_lead {
    font-size: 11px;
  }

  .footer_tel strong {
    font-size: 21px;
  }

  .footer_schedule table {
    font-size: 10px;
  }

  .footer_schedule th,
  .footer_schedule td {
    padding: 4px 2px;
  }

  /* ★ スマホでは時間列を少し狭く */
  .footer_schedule th:first-child {
    width: 80px;
  }

}

@media screen and (max-width: 700px) {
.sample-gallery { grid-template-columns: 1fr; } .form-row { grid-template-columns: 1fr; gap: 7px; }

  /* ----------------------------------------
     hero
  ---------------------------------------- */

  .hero {
    padding: 70px 0 15px;
  }

  .hero_inner {
    min-height: auto;
    width: 100%;
  }

  .hero_image {
    width: 100%;
    height: 400px;
    margin-left: 0;
    border-radius: 0;
  }

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

  .hero_copy {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .hero_vertical {
    top: 20px;
    right: 20px;
    font-size: 13px;
    line-height: 1.8;
  }

  .hero_title {
    left: 20px;
    bottom: 35px;
  }

  .hero_title h1 {
    font-size: 50px;
  }

  .hero_title p {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.6;
  }


  /* ----------------------------------------
     main1
  ---------------------------------------- */

  .main1 h2 {
    padding: 8% 0 5%;
    font-size: 30px;
    line-height: 1.7;
  }

  .main1 h2 span {
    font-size: 55px;
  }

  .main1 div {
    width: 100%;
    margin-left: 0;
    margin-bottom: 12%;
  }


  /* ----------------------------------------
     main2
  ---------------------------------------- */

  .main2 {
    margin-bottom: 12%;
  }

  .main2 h2 {
    font-size: 34px;
    line-height: 1.5;
  }

  .main2 h3 {
    padding: 0 15px;
    font-size: 13px;
    line-height: 2;
    letter-spacing: .08em;
    margin-bottom: 8%;
  }

  .main2_c {
    display: block;
    width: 90%;
  }

  .main2_c div:nth-child(1) {
    width: 100%;
    padding: 0;
  }

  .main2_c div:nth-child(2) {
    width: 100%;
    height: 300px;
    margin-top: 35px;
    background-position: center;
  }

  .main2_list {
    row-gap: 15px;
    margin-bottom: 30px;
  }

  .main2_list li {
    width: 31.5%;
  }

  .main2_list li p {
    font-size: 11px;
    line-height: 1.5;
  }

  .main2_c h4 {
    font-size: 19px;
    line-height: 1.6;
    letter-spacing: .05em;
    margin-bottom: 20px;
  }

  .main2_txt {
    font-size: 13px;
    line-height: 2;
  }


  /* ----------------------------------------
     main3
  ---------------------------------------- */

  .main3 {
    padding-top: 12%;
    padding-bottom: 15%;
  }

  .main_mh2 {
    font-size: 38px;
  }

  .main_en {
    font-size: 18px;
    margin-bottom: 10%;
  }

  .main3_1,
  .main3_2 {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-bottom: 12%;
  }

  .main3_1 div:nth-child(1),
  .main3_1 div:nth-child(2),
  .main3_2 div:nth-child(1),
  .main3_2 div:nth-child(2) {
    width: 100%;
  }

  .main3_1 div:nth-child(1),
  .main3_2 div:nth-child(1) {
    order: 1;
  }

  .main3_1 div:nth-child(2),
  .main3_2 div:nth-child(2) {
    order: 2;
    margin-top: 25px;
  }

  .main3_nb {
    margin: 0 0 10px;
    font-size: 55px;
  }

  .main3 h3 {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 1.5;
  }

  .main3_txt {
    font-size: 13px;
    line-height: 2;
  }

  .main3_telc {
    width: 90%;
    padding: 8% 5%;
    box-sizing: border-box;
    border-radius: 15px;
  }

  .main3_t1 {
    font-size: 16px;
  }

  .main3_t2 {
    width: 100%;
    padding-left: 35px;
    box-sizing: border-box;
    font-size: 32px;
    background-size: 25px;
  }

  .main3_t3 {
    font-size: 13px;
  }


  /* ----------------------------------------
     main5
  ---------------------------------------- */

  .main5 {
    padding: 10% 0 0;
  }

  .main5_inner {
    width: 90%;
    padding-bottom: 220px;
  }

  .main5_price {
    display: block;
    margin-top: 40px;
  }

  .main5_item {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }

  .main5_item + .main5_item {
    border-left: none;
    border-top: 1px dashed #aaa;
    padding-top: 25px;
  }

  .main5_time {
    font-size: 18px;
  }

  .main5_fee {
    font-size: 42px;
  }

  .main5_fee span {
    font-size: 17px;
  }

  .main5_off {
    width: 190px;
    height: 190px;
    bottom: 0;
  }

  .main5_off p {
    font-size: 12px;
  }

  .main5_off strong {
    font-size: 48px;
  }

  .main5_off strong span {
    font-size: 19px;
  }

  .main5_off b {
    font-size: 21px;
  }

  .main5::after {
    height: 40px;
  }


  /* ----------------------------------------
     main6
  ---------------------------------------- */

  .main6 {
    padding: 30px 0 40px;
  }

  .main6_inner {
    width: 90%;
  }

  .main6_date {
    font-size: 28px;
  }

  .main6_title {
    font-size: 25px;
    letter-spacing: .02em;
  }

  .main6_title span {
    margin: 0 4px;
    font-size: 50px;
  }

  .main6_notice {
    margin-top: 28px;
    padding: 6px 20px;
  }

  .main6_notice p {
    font-size: 11px;
  }

  .main6_sub {
    margin-top: 10px;
    font-size: 13px;
  }

  .main6_sub span {
    font-size: 20px;
  }

/* ========================================
   スタッフ紹介
   smartphone
======================================== */

.staff_c {
  display: block;
}

.profile-pic {
  width: 100%;
  max-width: 220px;
  margin: 0 auto 30px;
}

.profile-pic h4 {
  margin: 0 0 12px;
  font-size: 17px;
  text-align: center;
}

.profile-pic img {
  width: 100%;
  height: auto;
}

.profile-table {
  width: 100%;
}

.profile-list {
  padding: 15px 18px;
}

.profile-list__row {
  grid-template-columns: 105px 1fr;
  gap: 12px;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.7;
}

.profile-list__row dt {
  text-align: left;
}

.profile-list__row dd {
  min-width: 0;
}

.pc-only {
  display: none;
}

}
