@import url("menu.css");

body{
font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #000 !important;
  color: #fff;
}

.sans{
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#top-image{
	width: 100%;
	height: 100vh;
	background-image: url(../../img/bg.webp);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.top-logo{
	text-align: center;
}
.top-bird{
	mix-blend-mode: screen;
	    width: 270px;
}
.top-logo h2{
	color: #fff;
	text-align: center;
	margin: 20px 0 0 0;
	line-height: 1.4;
}
#top-image p{
	font-family: times;
	font-weight: normal;
font-size: 14px;
  color: #fff;
  border-left: 1px solid #fff; 
  height: 140px; 
  
  display: flex;
  flex-direction: column;
  justify-content: flex-end;    /* いったん文字を一番下に寄せる */
  
  padding-bottom: 20px; 
  padding-left: 10px;          
  margin: 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 51.5%;
  transform: translateX(-53.5%);
}
.message{
	display: flex;
}
.message img{
	width: 50%;
}
.message .message-text{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	background-image:url(../../img/bird.webp) ;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0 5%;
    line-height: 3;
}
.top-schedule{
	padding: 100px 0;
	background-image: url(../../img/schedule_bg.webp);
background-repeat: repeat-x;
background-size: 100% 700px;
}
.top-schedule h2{
	text-align: center;
	border-bottom: solid 1px #fff;
	width: fit-content;
	margin: 70px auto 0;
	font-size: 24px;
	padding: 0 100px 20px;
}
.p-schedule-date__container{
	display: flex;
	flex-wrap: wrap;
	width: 850px;
	margin: 50px auto;
	gap: 5px;
	
}
.p-schedule-date__container a{
	border: solid 1px #fff;
	border-radius: 4px;
	width: 13.7%;
    text-align: center;
    padding: 10px;
	text-decoration:none;
	color:#fff;
	font-family: "Noto Sans JP", sans-serif;
}
.p-schedule-date__wrapper--active{
	background-color: #6A258A;
}
.day-select .day{
	border: solid 1px #fff;
	border-radius: 4px;
	width: 16%;
    text-align: center;
    padding: 10px;
}
.p-cast__list-item__img-frame{
	display:none;
}
.cast-area,.p-cast__container{
	width: 850px;
	margin: 0 auto;
	display: flex;
    flex-wrap: wrap;
	gap: 14px;
}
.cast-in,.p-cast__wrapper{
	width: 32%;
	text-align: center;
	margin-bottom: 30px;
}
.cast-in img,.p-cast__list-item__img-wrapper img{
	width: 95%;
    height: 320px;
    object-fit: cover;
	
}
.top-schedule .p-cast__list-item__name{
	display:block;
	font-size: 18px;
	margin: 10px 0;
	position: static;
    color: #fff;
}
.top-schedule .summary{
	margin: 10px 0 0 0;
}
.p-cast__list-item__age{
	font-size:14px;
}
.p-cast__list-item__time{
	background-color: #6A258A;
    padding: 10px;
    display: block;
	    margin: 10px 0;
}
.p-cast__list-item__more{
	color: #fff;
	border-bottom: solid 1px #fff;
	padding: 0 20px 2px;
	text-decoration:none;
}
.cast-in a{
	color: #fff;
	border-bottom: solid 1px #fff;
	padding: 0 20px 2px;
}
#insta{
	width: 850px;
	margin: 0 auto;
	text-align: center;
}
#insta img{
	margin:30px 0;
}

#insta a.more{
	color: #fff;
    border-bottom: solid 1px #fff;
    padding: 0 20px 2px;
    text-decoration: none;
    margin: 30px;
}
#sbi_images{
	margin:0 0 40px 0
}
.top-ban{
	text-align: center;
	margin: 100px 0;
}
.top-ban img{
	margin-bottom: 20px;
}
.bottom{
	text-align: center;
	padding: 50px 0 0 0;
	margin: 100px 0 0 0;
	background-image: url(../../img/bg.webp);
}
.bottom .copy{
	font-size: 10px;
	margin: 30px 0 10px;
}
#title{
	text-align: center;
	padding: 50px 0 50px;
}
#title img{
	width: 100px;
	margin: 70px 0 0;
}
#title h2{
	font-size: 20px;
	color:#6A258A ;
	margin: 30px 0 10px;
}
#title h3{
	font-size: 26px;
	background-image: url(../../img/title_bg.svg);
	background-repeat: no-repeat;
	background-position: center 38px;
	padding: 0 0 46px 0;
	color:#fff;
}
.service-list{
max-width: 900px;
width: 100%;
margin: 0 auto 50px;
list-style-type: decimal;
line-height: 2;
}
.service-list li{
	
}
.flow-contents{
	max-width: 900px;
	width: 100%;

	margin: 0 auto 100px;
	border-top: solid #fff 1px;
	border-bottom: solid #fff 1px;
    padding: 30px 0 ;


}
.flow{
	display: flex;
	align-items: center;
	margin: 0 0 20px;
}
.flow img{
	width: 300px;
}
.flow .flow-text{
	margin: 0 0 0 30px;
}
.flow .flow-text h3{
	font-size:20px ;
	background-image: url(../../img/flow_icon.svg);
	background-repeat: no-repeat;
	background-size: 32px;
	padding: 2px 0 13px 44px;
}
.flow .flow-text p{
	margin: 0 20px 0 46px;
    line-height: 1.6;
    font-size: 14px;
}
.p-cast__list-item__icon-wrapper{
	display:none;
}
.memo{
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}
.memo h3{
	text-align: center;
	font-size: 21px;
	margin: 0 0 30px;
}
.memo h4{
	
	font-size: 18px;
	margin: 30px 0;
}
.memo p{
	line-height: 1.8;
	margin-left: 20px;
	margin: 30px 0 30px 18px;
}
.sub-title{
	text-align: center;
	font-size: 20px;
	background-image: url(../../img/sub_bg.svg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 0 0 50px 0;
	margin: 100px 0 30px 0;
}
.recruit,.price{
max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.recruit p{
	line-height: 2;
	margin: 0 0 50px 0;
}
.recruit img{
	width: 100%;
	margin: 20px 0;
}
.mess{
	display: flex;
	line-height:2;
}
.mess img{
	width: 400px;
	margin: 0 20px 0 0;
}
.price{
	display: flex;
	justify-content: space-between;
}
.price .basic{
	width: 32%;
padding: 0 20px;
}
.basic .sub-title{
	margin: 50px 0 10px 0;
}
.basic dl{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.basic dl dt{
	width: 50%;
}
.basic dl dd{
	text-align: right;
	width: 50%;
}
.basic dl dt,.basic dl dd{
	margin: 0 0 20px 0;
}
.basic p{
	line-height: 1.5;
}
.reservation,.payment{
	line-height: 1.6;
	text-align: center;
}
.btn {

  display: inline-block;
  background-color: #6A258A; 
  color: #ffffff;         
  padding: 10px 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
  box-sizing: border-box;
  margin: 30px 0 0 0;
}


.btn:hover {
  opacity: 0.8; /* マウスホバー時に少し薄くする */
  transition: opacity 0.2s ease;
}
.cancel{
	    width: 300px;
    margin: 50px auto;
}
.cancel dt{
	text-align: left;
}
.reservation,.reserve-form{
text-align: center;
}
.reservation img{
	margin: 30px 0;
}
.reserve-form .btn{
	padding: 20px 44px;
	width: 220px;
}
.profile{
	width: 100%;
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.profile-pic{
	width: 40%;
	text-align: center;
}
.profile-pic img{
	width: 100%;
}
.profile-pic img.profile-insta{
	width: 30px;
	display: block;
	margin: 20px auto 0;
}
.profile-pic h3{
	margin: 20px 0 10px;
}
.profile-pic h2{
	font-size: 28px;
}
.profile-pic h2 em{
	font-size: 16px;
}
.profile-pic p{
	margin: 30px 0 30px;
}
.profile-pic .btn{
	padding: 20px 40px;
}
.profile-text {
	width: 60%;
	padding: 0 20px;
}
.qa{
text-align: left;
border: solid #6A258A 1px;
border-radius: 10px;
padding: 30px;
margin: 30px 0;
}
.qa .question,.qa .answer{
background-repeat: no-repeat;
    padding: 10px 0 10px 40px;
    background-position: left center;
}
.qa .question{
background-image: url(../../img/q.svg);
margin: 0 0 5px 0;
}
.qa .answer{
background-image: url(../../img/a.svg);
margin: 0 0 10px 0;
	border-bottom: solid #333 1px;
    padding-bottom: 20px;
    background-position: left 3px;
}
.profile-mess{
	background-color: #fff;
	color: #000;
line-height: 2;
	border-radius: 4px;
	padding: 20px;
	margin: 0px 0 30px;
}
.comment{
	background-color: #331243;
	padding: 20px;
	line-height: 2;
}
.comment h3{
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
	border-radius: 4px;
}
.voice h3{
	font-size: 18px;
	margin: 40px 0 20px;
	text-align: center;
	line-height: 1.6;
}
.voice p{
	border-radius: 4px;
	border:solid 1px #6A258A;
	padding: 20px;
	line-height: 2;
}

/* ===============================
   口コミ（レビュー）
=============================== */

/* ページ全体コンテナ（/review/） */
.p-review__page{
	width: 100%;
	max-width: 900px;
	padding: 0 20px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* キャストページ埋め込みウィジェット（外枠なし・出勤スケジュールと同様の見た目） */
.p-review__widget{
	margin: 50px 0 0;
}

/* ウィジェット見出し（英字ラベル＋和文＋装飾ライン） */
.p-review__heading{
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
	color: #fff;
}
.p-review__heading-en{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: #9B6BB3;
	margin-bottom: 6px;
}
.p-review__heading::after{
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #6A258A, transparent);
	margin: 18px auto 0;
}

/* 投稿・一覧ボタン */
.p-review__btn-wrap{
	text-align: center;
	margin: 26px 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 14px;
}
.p-review__btn-wrap .pl-btn{
	margin: 0;
	letter-spacing: 0.05em;
}

/* 件数バッジ */
.p-review__section{
	padding: 40px 0 0;
}
.p-review__count{
	text-align: center;
	margin-bottom: 34px;
}
.p-review__count span{
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	letter-spacing: 0.15em;
	color: #b89bc7;
	border-top: solid 1px rgba(255,255,255,0.15);
	border-bottom: solid 1px rgba(255,255,255,0.15);
	padding: 6px 20px;
}

.p-review__list{
	display: flex;
	flex-direction: column;
	gap: 28px;
}

/* レビューカード（外枠なし・下線で区切るのみ） */
.p-review__card{
	position: relative;
	padding: 24px 0;
	border-bottom: solid 1px rgba(106, 37, 138, 0.3);
}
.p-review__list .p-review__card:first-child{
	padding-top: 0;
}
.p-review__list .p-review__card:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.p-review__head{
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
	flex-wrap: wrap;
	gap: 10px;
}
.p-review__cast{
	display: flex;
	align-items: center;
	gap: 14px;
}
.p-review__cast-avatar{
	display: inline-flex;
	width: 60px;
	height: 60px;
	min-width: 60px;
	border-radius: 50%;
	border: solid 1px rgba(106, 37, 138, 0.6);
	padding: 3px;
	box-sizing: border-box;
}
.p-review__cast-avatar a{
	display: block;
	width: 100%;
	height: 100%;
}
.p-review__cast img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: top center;
	background-color: #331243;
	display: block;
}
.p-review__cast-name{
	font-size: 15px;
	letter-spacing: 0.03em;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px transparent;
	transition: border-color .2s ease;
}
a.p-review__cast-name:hover{
	border-color: #9B6BB3;
}
.p-review__stars{
	font-size: 15px;
	letter-spacing: 3px;
	white-space: nowrap;
}
.p-review__stars span{
	color: #4a4650;
}
.p-review__stars .p-review__stars-filled{
	color: #FFC64B;
}
.p-review__text{
	position: relative;
	z-index: 1;
	line-height: 1.9;
	font-size: 15px;
	color: #f0eaf3;
}
.p-review__meta{
	margin-top: 14px;
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-family: "Noto Sans JP", sans-serif;
}
.p-review__meta-name{
	font-size: 13px;
	color: #cbb8d6;
}
.p-review__meta-date{
	font-size: 11px;
	color: #776080;
}
.p-review__reply{
	position: relative;
	background-color: rgba(106, 37, 138, 0.16);
	border-left: solid 2px #6A258A;
	padding: 16px 18px;
	margin-top: 20px;
	border-radius: 0 4px 4px 0;
}
.p-review__reply-label{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	color: #C9A7DB;
	margin-bottom: 8px;
}
.p-review__reply-text{
	font-size: 14px;
	line-height: 1.8;
	color: #e8dfec;
}

/* 空表示 */
.p-review__empty{
	text-align: center;
	color: #b8a8c0;
	padding: 50px 0;
	font-size: 14px;
	letter-spacing: 0.05em;
}
.p-review__empty-mark{
	display: block;
	font-family: "Shippori Mincho", serif;
	font-size: 40px;
	color: rgba(106, 37, 138, 0.5);
	margin-bottom: 10px;
}

/* ページネーション */
.p-review__pagination{
	margin-top: 40px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
}
.p-review__pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	margin: 0 3px;
	padding: 0 6px;
	color: #cbb8d6;
	text-decoration: none;
	border-radius: 50%;
	transition: background-color .15s ease;
}
.p-review__pagination .page-numbers.current{
	background-color: #6A258A;
	color: #fff;
}
.p-review__pagination .page-numbers:hover:not(.current){
	background-color: rgba(106, 37, 138, 0.25);
}

@media screen and (max-width: 768px){
	.p-review__cast-avatar{
		width: 48px;
		height: 48px;
		min-width: 48px;
	}
}

/* ===============================
   ランキング
=============================== */
.p-ranking__list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.p-ranking__card{
	display: block;
	text-decoration: none;
	color: #fff;
	background: linear-gradient(160deg, rgba(106,37,138,0.10), rgba(0,0,0,0) 65%);
	border-radius: 6px;
	overflow: hidden;
	transition: transform .2s ease;
}
.p-ranking__card:hover{
	transform: translateY(-3px);
}
.p-ranking__photo{
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	background: rgba(255,255,255,0.05);
	overflow: hidden;
}
.p-ranking__photo img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}
.p-ranking__photo-frame{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	object-fit: fill !important;
	z-index: 5;
	pointer-events: none;
}
.p-ranking__badge{
	position: absolute;
	top: 14px;
	left: -34px;
	z-index: 10;
	width: 130px;
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 2px;
	padding: 4px 0 5px;
	transform: rotate(-45deg);
	transform-origin: center;
	box-shadow: 0 2px 5px rgba(0,0,0,0.45);
	font-family: "Shippori Mincho", serif;
}
.p-ranking__badge-num{
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
}
.p-ranking__badge-unit{
	font-size: 10px;
	letter-spacing: 0.05em;
}
.p-ranking__badge--gold{
	background: linear-gradient(135deg, #f8e5a1, #c9992e 55%, #8a6415);
	color: #4a2f00;
	text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.p-ranking__badge--silver{
	background: linear-gradient(135deg, #f2f2f2, #b9bcc2 55%, #7d8085);
	color: #2b2b2b;
	text-shadow: 0 1px 0 rgba(255,255,255,0.35);
}
.p-ranking__badge--bronze{
	background: linear-gradient(135deg, #e3ab7c, #ad6a3a 55%, #6e3e1c);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.p-ranking__badge--plain{
	background: linear-gradient(135deg, #C9A7DB, #6A258A 60%, #4a1a60);
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.p-ranking__body{
	padding: 12px;
}
.p-ranking__name{
	font-size: 15px;
	letter-spacing: 0.02em;
	margin: 0;
}
.p-ranking__comment{
	font-size: 12px;
	color: #cbb8d6;
	margin: 6px 0 0;
	line-height: 1.6;
}

@media screen and (max-width: 768px){
	.p-ranking__list{
		gap: 12px;
	}
	.p-ranking__body{
		padding: 8px;
	}
	.p-ranking__name{
		font-size: 13px;
	}
	.p-ranking__comment{
		font-size: 11px;
	}
}

/* ===============================
   写メ日記
=============================== */
.p-diary__widget{
	margin: 50px 0 0;
}
.p-diary__grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
}
.p-diary__tile{
	position: relative;
	display: block;
	aspect-ratio: 1 / 1;
	border-radius: 4px;
	overflow: hidden;
	background-color: #331243;
}
.p-diary__tile img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform .3s ease;
}
.p-diary__tile:hover img{
	transform: scale(1.06);
}
.p-diary__tile-noimg{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-family: "Shippori Mincho", serif;
	font-size: 28px;
	color: rgba(255,255,255,0.3);
}
.p-diary__tile-date{
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 4px 8px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	color: #fff;
	background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
	text-align: right;
}

/* 一覧（リスト形式） */
.p-diary__list{
	display: flex;
	flex-direction: column;
}
.p-diary__list-row{
	display: flex;
	gap: 24px;
	padding: 30px 0;
	border-bottom: solid 1px rgba(106, 37, 138, 0.35);
}
.p-diary__list-row:first-child{
	padding-top: 0;
}
.p-diary__list-thumb{
	display: block;
	width: 160px;
	min-width: 160px;
	height: 160px;
	border-radius: 4px;
	overflow: hidden;
	background-color: #331243;
}
.p-diary__list-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.p-diary__list-body{
	flex: 1;
	min-width: 0;
	padding-top: 4px;
}
.p-diary__list-title-link{
	text-decoration: none;
	color: #fff;
}
.p-diary__list-title{
	font-size: 18px;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
	transition: color .2s ease;
}
.p-diary__list-title-link:hover .p-diary__list-title{
	color: #C9A7DB;
}
.p-diary__list-meta{
	display: flex;
	align-items: baseline;
	gap: 12px;
	font-family: "Noto Sans JP", sans-serif;
	margin-bottom: 12px;
}
.p-diary__list-author{
	font-size: 13px;
	color: #cbb8d6;
	text-decoration: none;
}
a.p-diary__list-author:hover{
	color: #C9A7DB;
	text-decoration: underline;
}
.p-diary__list-date{
	font-size: 11px;
	color: #776080;
}
.p-diary__list-excerpt{
	font-size: 14px;
	line-height: 1.8;
	color: #d8cfe0;
	margin: 0;
}

/* 単一記事（見出し行：小さいキャストアバター＋タイトル／本文は下に全幅） */
.p-diary__byline{
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 20px;
}
.p-diary__cast-avatar{
	width: 72px;
	min-width: 72px;
	height: 72px;
}
.p-diary__cast-avatar a{
	display: block;
	width: 100%;
	height: 100%;
}
.p-diary__cast-avatar img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
	display: block;
}
.p-diary__byline-text{
	flex: 1;
	min-width: 0;
}
.p-diary__byline-text .p-diary__title{
	margin: 0 0 6px;
}
.p-diary__byline-text .p-diary__list-meta{
	margin: 0;
}
.p-diary__article{
	width: 100%;
}
.p-diary__title{
	font-size: 24px;
	letter-spacing: 0.02em;
	margin: 0 0 14px;
}
.p-diary__photo{
	border-radius: 6px;
	overflow: hidden;
	margin: 20px 0 24px;
}
.p-diary__photo img{
	width: 100%;
	display: block;
}
.p-diary__body{
	line-height: 1.9;
	font-size: 15px;
}
.p-diary__body img{
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 16px 0;
	display: block;
}

@media screen and (max-width: 768px){
	.p-diary__list-row{
		gap: 14px;
		padding: 20px 0;
	}
	.p-diary__list-thumb{
		width: 100px;
		min-width: 100px;
		height: 100px;
	}
	.p-diary__list-title{
		font-size: 15px;
	}
	.p-diary__cast-avatar{
		width: 56px;
		min-width: 56px;
		height: 56px;
	}
}

/* ===============================
   コラム
   （親テーマ archive-column.php / single-column.php のクラスに
   　hibariyaのダークテーマを適用する。親テーマ自身のcss/style.cssは
   　hibariyaのheader.phpから読み込んでいないため、ここで直接定義する）
=============================== */
.l-section.l-container{
	width: 100%;
	max-width: 900px;
	padding: 60px 20px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.c-heading-lv2{
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.1em;
	color: #fff;
	margin: 0 0 8px;
}
.c-heading-lv2__ja{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	letter-spacing: 0.3em;
	color: #9B6BB3;
	margin-top: 8px;
}
.c-heading-lv2::after{
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #6A258A, transparent);
	margin: 18px auto 40px;
}
.p-article{
	position: relative;
	background: linear-gradient(160deg, rgba(106,37,138,0.08), rgba(0,0,0,0) 60%);
	border: solid 1px rgba(106, 37, 138, 0.45);
	border-radius: 6px;
	padding: 24px 26px;
	margin-bottom: 24px;
}
.c-heading-lv3{
	font-size: 18px;
	letter-spacing: 0.02em;
	margin: 0 0 8px;
}
.c-heading-lv3 a{
	color: #fff;
	text-decoration: none;
}
.c-heading-lv3 a:hover{
	color: #C9A7DB;
}
.c-heading-time{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	color: #776080;
	margin: 0 0 14px;
}
.c-eyecatch{
	width: 100%;
	height: auto;
	border-radius: 6px;
	margin: 0 0 16px;
	display: block;
}
.p-article p{
	line-height: 1.9;
	font-size: 15px;
	color: #f0eaf3;
}
h1.c-heading-lv3{
	font-size: 24px;
	text-align: left;
}
.p-empty{
	text-align: center;
	color: #b8a8c0;
	padding: 50px 0;
	font-size: 14px;
}
.p-back-link{
	text-align: center;
	margin: 30px 0;
}
.p-back-link a{
	display: inline-block;
	color: #fff;
	border: solid 1px #6A258A;
	border-radius: 5px;
	padding: 6px 24px;
	text-decoration: none;
}
.p-back-link a:hover{
	background-color: #6A258A;
}
.p-pagination{
	margin-top: 20px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 13px;
}
.p-pagination ul{
	list-style: none;
	display: inline-flex;
	gap: 6px;
	padding: 0;
	margin: 0;
}
.p-pagination .page-numbers{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 32px;
	padding: 0 6px;
	color: #cbb8d6;
	text-decoration: none;
	border-radius: 50%;
	transition: background-color .15s ease;
}
.p-pagination .page-numbers.current{
	background-color: #6A258A;
	color: #fff;
}
.p-pagination .page-numbers:hover:not(.current){
	background-color: rgba(106, 37, 138, 0.25);
}
.c-spacing{
	height: 40px;
}

/* コラム一覧：カードグリッド（親テーマ archive-column.php を参照。a004参考デザイン） */
.oz_blogList{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 24px;
	margin-bottom: 40px;
}
.oz_blogCard{
	background: linear-gradient(160deg, rgba(106,37,138,0.08), rgba(0,0,0,0) 60%);
	border: solid 1px rgba(106, 37, 138, 0.45);
	border-radius: 6px;
	overflow: hidden;
	transition: transform .2s ease, border-color .2s ease;
}
.oz_blogCard:hover{
	transform: translateY(-3px);
	border-color: #9B6BB3;
}
.oz_blogCardLink{
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
}
.oz_blogCardThumb{
	aspect-ratio: 16 / 9;
	background: rgba(255,255,255,0.05);
}
.oz_blogCardThumb img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.oz_blogCardContent{
	padding: 16px;
}
.oz_blogCardDate{
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	color: #9B6BB3;
	margin-bottom: 6px;
}
.oz_blogCardTitle{
	font-size: 15px;
	font-weight: normal;
	color: #f0eaf3;
	line-height: 1.5;
	margin: 0;
}
.oz_blogNoPosts{
	text-align: center;
	color: #b8a8c0;
	padding: 50px 0;
	font-size: 14px;
}

/* コラム詳細：カテゴリラベル・日付・目次・関連記事（a004参考デザイン） */
.oz_blogLabels{
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 16px;
}
.oz_label{
	display: inline-block;
	font-size: 12px;
	padding: 4px 12px;
	border-radius: 999px;
	border: solid 1px #6A258A;
	color: #C9A7DB !important;
	text-decoration: none !important;
}
.oz_label--cat{
	border-color: #9B6BB3;
}
.oz_blogDateUnder{
	text-align: right;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11px;
	color: #776080;
	margin: 0 0 24px;
}
.oz_blogDateIcon{
	margin-right: 4px;
}
.oz_blogToc{
	background: rgba(106, 37, 138, 0.1);
	border-left: 4px solid #6A258A;
	padding: 20px 25px;
	margin-bottom: 32px;
}
.oz_blogToc:empty{
	display: none;
}
.oz_toc_title{
	font-size: 15px;
	font-weight: bold;
	color: #C9A7DB;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px dashed rgba(201, 167, 219, 0.3);
}
.oz_toc_list{
	list-style: none;
	margin: 0;
	padding: 0;
}
.oz_toc_list li{
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
}
.oz_toc_list li::before{
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #9B6BB3;
}
.oz_toc_list li a{
	color: #f0eaf3;
	font-size: 14px;
	text-decoration: none;
}
.oz_toc_list li a:hover{
	color: #C9A7DB;
	text-decoration: underline;
}
.oz_relatedArticles{
	margin-top: 50px;
}
.oz_relatedTitle{
	font-size: 16px;
	font-weight: bold;
	color: #f0eaf3;
	border-left: 4px solid #6A258A;
	padding-left: 10px;
	margin-bottom: 20px;
}
.oz_relatedItem{
	background: linear-gradient(160deg, rgba(106,37,138,0.08), rgba(0,0,0,0) 60%);
	border: solid 1px rgba(106, 37, 138, 0.45);
	border-radius: 6px;
	overflow: hidden;
}
.oz_relatedItem a{
	display: block;
	color: inherit;
	text-decoration: none;
}
.oz_relatedThumb img{
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	display: block;
}
.oz_relatedText h3{
	margin: 0;
	padding: 10px;
	font-size: 13px;
	line-height: 1.5;
	color: #f0eaf3;
	border: none;
}
.swiper-slide.oz_relatedItem{
	width: 80%;
	max-width: 280px;
}
.oz_breadcrumb{
	text-align: center;
	font-size: 12px;
	color: #776080;
	margin-top: 40px;
}
.oz_breadcrumb a{
	color: #776080;
	text-decoration: none;
}
.oz_breadcrumb a:hover{
	text-decoration: underline;
}

/* コラム本文中の見出し（h1〜h4） */
.oz_blogBody h1{
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	margin: 40px 0 18px;
	padding-bottom: 12px;
	border-bottom: 2px solid #6A258A;
}
.oz_blogBody h2{
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	line-height: 1.5;
	margin: 36px 0 16px;
	padding-left: 12px;
	border-left: 4px solid #6A258A;
}
.oz_blogBody h3{
	font-size: 16px;
	font-weight: 600;
	color: #C9A7DB;
	line-height: 1.5;
	margin: 28px 0 12px;
}
.oz_blogBody h4{
	font-size: 15px;
	font-weight: 600;
	color: #f0eaf3;
	line-height: 1.5;
	margin: 22px 0 10px;
	padding-bottom: 6px;
	border-bottom: 1px dashed rgba(201, 167, 219, 0.3);
}

@media screen and (max-width: 768px){
	.p-article{
		padding: 20px 18px;
	}
	.c-heading-lv3{
		font-size: 16px;
	}
	h1.c-heading-lv3{
		font-size: 20px;
	}
	.oz_blogList{
		grid-template-columns: 1fr 1fr;
		gap: 12px;
	}
	.oz_blogCardContent{
		padding: 10px;
	}
	.oz_blogCardTitle{
		font-size: 12px;
	}
}

/* ===============================
   口コミ投稿モーダル（oz-reviewプラグイン）
   モーダルは背景白だが、サイト側の body{color:#fff} を
   そのまま継承してしまい文字・入力値が白飛びするための補正
=============================== */
.modal-content{
	color: #333;
}
.modal-content h2,
.modal-content h3,
.modal-content p,
.modal-content label,
.modal-content .form-group label{
	color: #333;
}
.modal-content .form-group input[type="text"],
.modal-content .form-group input[type="email"],
.modal-content .form-group input[type="date"],
.modal-content .form-group textarea,
.modal-content .form-group select{
	color: #333;
	background: #fff;
}
.modal-content .close{
	color: #999;
}

.pl-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #000000;

  padding: 6px 24px;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 12px;
}
.pl-btn--primary{
	background-color: #6A258A;
	color: #fff;
}
.pl-btn--outline{
	background-color: transparent;
	color: #fff;
	border: solid 1px #6A258A;
}

.sc{
	font-family: sans;
	display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #6A258A;
    padding: 10px 0;
    align-items: center;
}
.sc .date{
padding: 5px 0;
}
.sc .time{

}
.sc a{

}
.contact{
	max-width: 800px;
	width:100%;
	padding:0 20px;
    margin: 0 auto;
	line-height:2;
}
.contact-tale{
	margin: 50px 0 20px;
}
.contact-tale th{
	text-align:left;
}
.contact-tale th,.contact-tale td{
	    padding: 10px;
    vertical-align: top;
}
.contact-tale input,.contact-tale textarea{
	padding: 10px;
	width:500px;
}
.CF7_req{
	    font-size: 10px;
    color: #f00;
}
.CF7_btn{
	text-align:center;
}
.wpcf7-form-control{
	width: 200px;
    padding: 20px;
	    display: block;
    margin: 0 auto;
}
.wpcf7-response-output{
	max-width: 800px;
	width:100%;
	padding:0 20px;
    margin: 20px auto;
    padding: 20px;
}
.p-cast__list-item__img-wrapper a{
	position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
	height: 320px;
	overflow: hidden;
}
.p-cast__list-item__img-wrapper img.photo-frame{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index:10;
	margin-top:0;
}
.p-cast__list-item__ttl{
	z-index: 11;
    
    font-size: 16px !important;
margin: 20px 0 10px 0 !important;
    text-align: center;
}
.p-cast__list-item__name{

    z-index: 12;
    color: #fff;
    bottom: 14px;
    font-size: 20px;
}
.schedule .p-cast__list-item__name{
	color: #fff;
	position:static;
}
.schedule .p-cast__list-item__img-wrapper{
	margin:0 0 10px 0;
}
.p-schedule-date__container{
	flex-wrap: wrap !important;
}
.booking{
	max-width:800px;
	width:100%;
	padding:0 20px;
	margin:0 auto;
}
.booking .form__group{
	display:flex;
}
.form__group-header{
	color:#fff;
}
.form__required-label{
	color:#000;
	font-size: 12px;
}
.select-box__body{
	color:#fff;
}
.form__group select,.form__group input,.form__group textarea{
	color:#fff;
}
.form__validation{
	display:none;
}
.book-comp{
	max-width: 860px;
	width:100%;
	padding:0 20px;
    margin: 0 auto;
    line-height: 2;
}
.enter-btn-wrap {
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
}

/* ボタン本体のデザイン */
.enter-btn-gate {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    padding: 18px 20px;
    background: #000000; /* 背景は漆黒 */
    color: #6A258A;     /* 文字は警告イエロー（またはゴールド風） */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
    border: 2px solid #6A258A; /* 外枠にラインを走らせる */
    border-radius: 4px;        /* 角を少しだけ丸めてスマートに */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); /* 重厚感のある影 */
    transition: all 0.3s ease; /* マウスを乗せたときの動きを滑らかに */
}

/* マウスを乗せたとき（ホバー時）の演出 */
.enter-btn-gate:hover {
    background: #ffcc00; /* 背景と文字の色を反転 */
    color: #000000;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(255, 204, 0, 0.4); /* イエローの怪しい光を放つ */
    transform: translateY(-2px); /* ボタンが少し浮き上がる */
}
.solo-sns{
	display: flex;
    justify-content: center;
    gap: 20px;
}
.swiper {
  width: 100%;
  max-width: 600px; /* お好みの幅に */
}
.swiper-slide img {
  width: 100%;
  height: 600px;
    display: block;
    object-fit: cover;
    object-position: center;
}
.swiper-button-prev,.swiper-button-next{
	width:16px !important;
}
.post-password-form{
margin:200px 0;	
	text-align: center;
    line-height: 5;
}
body .is-layout-flex {
    display: flex;
    margin: 0 0 50px;
    line-height: 2;
}
.manual-title,#rank-title{
	font-size: 30px;
    margin: 50px 0;
}
.p-cast__list-item__img-wrapper{
	position: relative;
}
.new{
    width: 50px !important;
    height: auto !important;
    position: absolute;
    top: 13px;
    right: 24px;
    z-index: 1;
}
.summary{
	font-size: 14px;
    margin: 0 0 5px 0;
}
.custom-list{
	    padding: 30px;
    list-style: disc;
    line-height: 2;
}
.category-wrapper .cat-box{
	display: inline-block;
    border: 1px solid #fff;
    padding: 6px 13px;
    margin: 0 5px 5px 0;
    font-size: 14px;
    border-radius: 4px;
	text-decoration: none;
	color:#fff;
}
.category-wrapper .cat-box:hover{
	background-color:#331243;
}
.swiper-pagination-bullet{
	background: #fff !important;
}
.swiper-pagination-bullet-active {
    background: #ccc !important;
}
.footer-img{
	mix-blend-mode: screen;
}
.cast__name{
	font-size:24px;
}
.personal-insta-feed{
	margin: 20px 0 0 0;
}
.wpcf7 form.sent .wpcf7-response-output{
	text-align: center;
    margin: 0 auto;
    padding: 20px;
}

/* ===============================
   reCAPTCHAバッジ非表示
=============================== */
.grecaptcha-badge{
	visibility: hidden;
}

@media screen and (max-width: 768px) {
	.top-bird{
		width: 200px;
	}
	#top-image p{
		left: 55.5%;
    transform: translateX(-52.5%);
	}
	.top-ban{
		padding: 0 20px;
	}
	.top-ban img{
		width: 100%;
	}
	.day-select,#insta,.cast-area,.message img,.message .message-text{
		width: 100%;
		padding: 0 20px;
	}
	.message {
    display: block;
}
.message .message-text{
	text-align: left;
    line-height: 2;
    padding: 80px 20px;
}
.day-select,.p-schedule-date__container{
	padding: 0 10px;
	width:100%;
}
	.p-schedule-date__container{
		font-size:14px;
	}
	.p-schedule-date__container a{
		width: calc(20% - 4px);
		padding:5px;
	}
	.cast-area, .p-cast__container{
		width:100%;
		padding:0 10px;
	}
	.p-cast__wrapper {
    width: 48%;
	}
	.p-cast__list-item__img-wrapper img{
		height:204px;
	}
	.p-cast__list-item__img-wrapper a{
		height:204px;
	}
.day-select .day{
	font-size: 14px;
    padding: 5px;
    width: calc(20% - 4px);
}
.bottom img{
	width: 150px;
}
.service-list,.flow-contents,.memo{
	padding-left: 20px;
	padding-right: 20px;
}
.service-list li {
    margin: 0 0 0 20px;
}
.flow{
	display: block;
}
.flow img{
	width: 100%;
}
.flow .flow-text {
    margin: 20px 0 40px 0;
}
.flow .flow-text p{
	font-size: 16px;
}
.mess {
    display: block;
}
.mess img {
    width: 100%;
    margin: 0 0 20px 0;
}
.price{
	display: block;
}
.price .basic{
	width: 100%;
}
.reservation, .payment{
	    text-align: left;
    padding: 0 20px;
}
.btn{
	margin: 30px auto;
    display: block;
}
.reservation,.reserve-form{
text-align: left;
line-height: 2;
}
.reserve-form{
	padding: 0 20px;
}
.reservation img {
    margin: 30px auto;
    display: block;
}
.reserve-form .btn {
    padding: 15px 44px;
}
.profile{
	display: block;
}
.profile-pic {
    width: 100%;
	margin: 0 0 30px 0;
}
.profile-text {
    width: 100%;
    padding: 0;
    font-size: 14px;
}
	.contact-tale th,.contact-tale td{
		display: block !important;
        width: 100% !important;
        box-sizing: border-box;
	}
	.contact-tale input, .contact-tale textarea{
		width:100%;
	}
	.p-cast__list-item__ttl{
		font-size: 14px !important;
		bottom:24px;
	}
	.p-cast__list-item__name{
		bottom:23px;
	}
	.p-cast__wrapper{
		margin-bottom:18px;
	}
	.top-schedule .summary{
	font-size:14px;
}
	.new{
		    top: 0px;
    right: 11px;
	}
	.p-review__page{
		padding: 0 10px;
	}
	.p-review__card{
		padding: 16px;
	}
	.p-review__head{
		justify-content: flex-start;
	}
	.p-review__stars{
		font-size: 14px;
	}
}