/* --------------------------　メインスライダー　-------------------------- */

.mytop {
	width: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1120px) {
	
.mytop {
	width: auto;
	overflow: hidden;
	margin: 0 10px 10px;
}
	
}


/* --------------------------　コンテンツ　-------------------------- */


.content_wrap  {
	width: 1120px;
	margin: auto;
	position: relative;
	z-index: 1;
}

.content_block {
	margin-bottom: 40px;
	overflow:hidden;
}

.main_culumun {
	max-width: 1120px;
	margin: 40px auto 0 auto;
}

.main_culumun h2 {
	font-size: 4rem;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 600;
	background: linear-gradient(110deg, #c382e8, #fc5d8e 45%, #ffd800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
    color: #fa7a91;
	line-height: 0.8;
	margin: 0;
	padding: 20px 0 20px;
	margin-bottom: 30px;
}
.main_culumun h2 span {
	font-size: 1.6rem;
}


.top_castlist {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.top_cast_item  {
	width: 24.1%;
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: 15px;
	line-height: 1.7;
	margin: 0 5px 10px 5px;
	background: #fee9ed;
	position: relative;
}
.ranking .top_cast_item  {
	width: 19%;
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: 15px;
	line-height: 1.7;
	margin: 0 5px 10px 5px;
	background: #fee9ed;
	position: relative;
}
.listph {
	width: 100%;
}
.listph img {
	width: 100%;
	height: auto;
}

.list_sch {
	background: #fa7a91;
	padding: 0px;
	width: 80%;
	margin: auto;
	margin-top: 5px;
	color:#fff;
font-size: 12px;
  line-height: 24px; /* padding-bottomと同じか少し小さい数値にする */
	
}


.list_sch i {
  margin-right: 4px; /* 時計アイコンの右に少し隙間をあける */
}
.cast_name {
	padding: 2px 5px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	color:#fb5c78;
}
.cast_name span {
	font-size: 1.5rem;
}
.class_icon {
	width: 100%;
	margin: auto;
	margin-bottom: 5px;
}
.class_icon img {
	width: 100%;
	height: auto;
}
.cast_new {
	position: absolute;
	left:5px;
	top:5px;
	z-index: 1;
}
.cast_new img {
	width: 60px;
	height: auto;
}





.main_culumun h3 {
	background: linear-gradient(130deg, #fc5d8e, #c382e8);
	border: 2px solid #fdc6c9;
	padding: 5px 15px;
	font-size: 2.4rem;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	color:#fff;
	margin: 0;
	box-sizing: border-box;
	margin-bottom: 20px !important;
}
.main_culumun h3 span {
	font-size: 1.4rem;
	margin-left: 10px;
}
.top01box {
	display: flex;
	justify-content: space-between;
}

.top01_pickup {
	width: 33%;
}
.newbox {
	background: #fee9ed;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
}
.newbox .listph {
	width: 35%;
}
.newbox .listdeta {
	width: 62%;
	text-align: left !important;
}
.newbox .listph img {
	width: 100%;
	height: auto;
}
.newbox .cast_name {
	text-align: left !important;
	padding: 0;
	line-height: 1.5;
}
.newbox .list_sch {
	width: auto !important;
	text-align: center !important;
}
.newbox .class_icon {
	margin-top: 10px !important;
}


.top01_news {
	width: 65%;
	
}
.top01_news_bg {
	padding: 20px;
	background: #fee9ed;
	 border-radius: 8px;
	
}
.news_day {
	background: linear-gradient(135deg, #fa7a91, #fc99ab);
	color:#fff;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.top_news_block {
	margin-bottom: 40px;
}
.news_flame {
	width:100%;
	height:592px;
	overflow:auto;
	font-size: 1.6rem;
	line-height: 1.7;
}

.mypickup {
	width: 100%;
}
.mypickup .slick-slide img {
	margin:0 auto;
	padding: 0;
	
}
.mypickup .slick-slide div {
	margin:0 auto;
	padding: 0;
}



.bottom_banner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 60px auto 20px auto;
}
.bottom_banner div {
	width: 32.5%;
	margin-bottom: 15px;
}
.bottom_banner img {
	width: 100%;
	height: auto;
}


.bottom_rec {
	margin-bottom: 20px;
}










@media screen and (max-width: 1120px) {
	
.content_wrap  {
	width: auto;
	margin: auto 10px;
	position: relative;
	z-index: 1;
}
.content_block {
	margin-bottom: 20px;
	overflow:hidden;
}
.main_culumun {
	max-width: 1120px;
	margin: 20px 10px 0 10px;
}

.main_culumun h2 {
	font-size: 3rem;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: 600;
	background: linear-gradient(110deg, #c382e8, #fc5d8e 45%, #ffd800);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255,255,255,0.0);
    color: #fa7a91;
	line-height: 1;
	margin: 0;
	padding: 20px 0 0;
	margin-bottom: 25px;
}
.main_culumun h2 span {
	font-size: 1.4rem;
}


.top_castlist {
	display: flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.top_cast_item  {
	width: 48.5%;
	text-align: center;
	font-size: 1.4rem;
	padding-bottom: 15px;
	line-height: 1.7;
	margin: 0 0 10px 0;
	background: #fee9ed;
	position: relative;
}
.ranking .top_cast_item  {
	width: 48.5%;
	text-align: center;
	font-size: 1.4rem;
	padding-bottom: 15px;
	line-height: 1.7;
	margin: 0 0 10px 0;
	background: #fee9ed;
	position: relative;
}

.listph {
	width: 100%;
}
.listph img {
	width: 100%;
	height: auto;
}

.list_sch {
	background: #fa7a91;
	padding: 2px 5px;
	width: 80%;
	margin: auto;
	margin-top: 5px;
	color:#fff;
}

.cast_name {
	padding: 2px 5px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color:#fb5c78;
}
.cast_name span {
	font-size: 1.3rem;
}
.class_icon {
	width: 100%;
	margin: auto;
	margin-bottom: 5px;
}
.class_icon img {
	width: 100%;
	height: auto;
}
.cast_new {
	position: absolute;
	left:5px;
	top:5px;
	z-index: 1;
}
.cast_new img {
	width: 40px;
	height: auto;
}





.main_culumun h3 {
	background: linear-gradient(130deg, #fc5d8e, #c382e8);
	border: 2px solid #fdc6c9;
	padding: 5px 15px;
	font-size: 2rem;
	font-weight: bold;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	color:#fff;
	margin: 0;
	box-sizing: border-box;
	margin-bottom: 10px !important;
}
.main_culumun h3 span {
	font-size: 1.2rem;
	margin-left: 10px;
}
.top01box {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.top01_pickup {
	width: auto;
}
.newbox {
	background: #fee9ed;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.newbox .listph {
	width: 35%;
}
.newbox .listdeta {
	width: 62%;
	text-align: left !important;
}
.newbox .listph img {
	width: 100%;
	height: auto;
}
.newbox .cast_name {
	text-align: left !important;
	padding: 0;
	line-height: 1.5;
}
.newbox .list_sch {
	width: auto !important;
	text-align: center !important;
}
.newbox .class_icon {
	margin-top: 10px !important;
}


.top01_news {
	width: auto;
	
}
.top01_news_bg {
	padding: 10px;
	background: #fee9ed;
	 border-radius: 8px;
	
	
}
.news_day {
	background: linear-gradient(135deg, #fa7a91, #fc99ab);
	color:#fff;
	padding: 5px 15px;
	margin-bottom: 10px;
	font-size: 1.5rem;
}
.top_news_block {
	margin-bottom: 40px;
}
.news_flame {
	width:100%;
	height:400px;
	overflow:auto;
	font-size: 1.4rem;
	line-height: 1.7;
}

.mypickup {
	width: 100%;
}
.mypickup .slick-slide img {
	margin:0 auto;
	padding: 0;
	
}
.mypickup .slick-slide div {
	margin:0 auto;
	padding: 0;
}



.bottom_banner {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 20px auto 10px auto;
}
.bottom_banner div {
	width: 100%;
	margin-bottom: 15px;
}
.bottom_banner img {
	width: 100%;
	height: auto;
}


.bottom_rec {
	margin-bottom: 20px;
}



}



.footer_fix_btn {
  display: none;
}
@media (max-width: 1120px) {
	
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  text-align:center;
  z-index: 2;
  display: block;
  margin-top: 100px;
}
.footer_fix_btn a {
  display:block;
  width:100%;
  text-decoration:none;
  color: #fff;
	font-size: 2rem !important;
	font-weight: 600;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}

.fix_button {
	line-height: 1.7;
	width: auto;
    margin: auto;
	
}

.fix_tel {
	width: auto;
	background: #f4f2f2;
	color: #fff;
	padding: 15px 0;
}
.fix_tel img {
	width: 80%;
	height: auto;
}
.fix_line{
	width: auto;
	background: #fc5d8e;
	color: #fff;
	padding: 10px 0;
	font-size: 2rem;
}

.fix_tel i,
.fix_mail i,
.fix_line i {
	font-size: 1.6rem;
}
}















.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 60px;
}
.more_box div {
	margin: 0 10px;
}





.index {
	background:url(../../images/index/bg.jpg);
	background-position: top center;
background-repeat: no-repeat;
	height: 530px;
	
} 
.index_head {
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    margin-bottom: 80px;
    text-align: center;
}
.index_head h1 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 4rem;
	font-weight: bold;
	margin-bottom: 10px;
	color:#fa7a91;
}


.index h1 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
	margin-top: 420px;
}
.index h3 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.h3_sub {
	font-size: 1.6rem;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 10px;
}

.kin_txt {
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: center;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: linear-gradient(135deg, #e38afc, #fc5d8e);
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:-20px;
	margin-bottom:20px;
	width:400px;
	font-size:3rem;
}
.more03::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid ;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more03:link {
	color: #fff;
}


.more04 {
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: linear-gradient(45deg, #434343 0%, #a0a0a0 45%, #b2b2b2 70%, #a0a0a0 85%, #434343 90% 100%) !important;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-bottom:0px;
	width:400px;
	font-size:3rem;
}
.more04::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #000;
	transition: all .3s;
}
.more04:link {
	color: #000;
}

.index_txt {
	margin-bottom: 20px;
}
.index_txt p {
	font-size: 1.3rem;
	line-height: 1.6;
	color:#fff;
}

.index_frame {
	text-align: center;
	display: block;
	width: 940px;
	margin: 20px auto 20px auto;
}
.modeIB {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0;
}
.modeIB li {
	margin-bottom: 10px;
}
.modeIB li img {
	width: 100%;
	height: auto;
}
	.index_mk {
		display: none;
		width: 90%;
		margin: 0 auto 10px auto;
	}

@media screen and (max-width: 1120px) {
	
.more_box {
	display: flex;
	justify-content: center;
  align-items: center;
	margin-top: 20px;
	flex-direction: column;
	width: 100%;
}
.more_box div {
	margin: 0 10px;
}
	
	
	
.index {
	background:url("../../images/index/index_sp.jpg");
	background-size: cover;
	padding: 10px 0 20px 0;
	height: 500px;
	display: none;
}
	
.index_head {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
		margin-bottom: 0px;
}
.index_head h1 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: center;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
	color:#fa7a91;
}

	.index_mk {
		display: block;
		width: 90%;
		margin: 0 auto 10px auto;
	}
	.index_mk img {
		width: 100%;
		height: auto;
	}
.index_head {
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	padding: 10px;

}
.index h2 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.index_logo {
	margin: 0 20px;
	margin-bottom: 10px;
}
.index_logo img {
	width: 100%;
	height: auto;
}
.index h1 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}
.index h3 {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	text-align: left;
	line-height: 1.8;
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.h3_sub {
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: center;
	margin-bottom: 10px;
}

.kin_txt {
	font-size: 1.2rem;
	line-height: 1.7;
	text-align: left;
}


.more03 {
	position: relative;
	display: inline-block;
	padding: 7px 20px;
	
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-top:0px;
	margin-bottom:5px;
	width:200px;
	font-size:2rem;
}
.more03::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.more03:link {
	color: #fff;
}


.more04 {
	position: relative;
	display: inline-block;
	padding: 7px 20px;
	background: linear-gradient(45deg, #434343 0%, #a0a0a0 45%, #b2b2b2 70%, #a0a0a0 85%, #434343 90% 100%) !important;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
	font-weight: bold;
	color: #000;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
	margin-bottom:0px;
	width:70%;
	font-size:2rem;
	margin-top:-15px;
}
.more04::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #000;
	transition: all .3s;
}
.more04:link {
	color: #000;
}
.index_txt {
	margin-bottom: 20px;
}
.index_txt p {
	font-size: 1.3rem;
	line-height: 1.6;
	color:#fff;
}

.index_frame {
	text-align: center;
	display: block;
	width: auto;
	margin: 20px auto 20px auto;
}	
}







/* 「ミス」単体など、1つだけの帯の場合は100%幅にする */
.content_block > .rankTitleList > li.schrankTtl:only-child {
  width: 100%;
  flex: none;
}
/* --- 体験入店アイコンのスタイリング --- */

/* 新人アイコンとおなじ場所に重ねる場合 */
.top_cast_item {
  position: relative; /* 子要素の絶対配置の基準にする */
}

.cast_new {
  position: absolute;
  top: 0; /* 写真の左上 */
  left: 0;
  z-index: 10; /* 写真の上に重ねる */
}

/* ▼追加：「体験入店」アイコンのスタイリング ▼ */
.cast_experience {
  position: absolute;
  top: 5px; /* 写真の左上からの位置（新人アイコンと被る場合は数値を大きくしてズラしてください） */
  left: 5px;
  z-index: 9; 
  
  /* サイズの調整 */
  padding: 5px 12px;   /* 枠を少し広く（旧: 3px 8px） */
  font-size: 13px;     /* 文字を少し大きく（旧: 11px） */
  font-weight: bold;
  color: #fff;
  
  /* 緑のグラデーション（左上から右下へ） */
  background: linear-gradient(135deg, #4caf50, #1b5e20); 
  
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3); /* 影も少し濃くして立体感を出す */
  display: flex;
  align-items: center;
}

.cast_experience i {
  margin-right: 5px;
  font-size: 15px; /* 横のアイコン（マーク）も少し大きく */
}

 /* 時計のアイコンタグ */
.list_sch i {
  margin-right: 4px; /* アイコンの右側に少し隙間をあける */
}
/* もし体験入店アイコンも画像にする場合の中の画像調整 */
.cast_experience img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* =========================================
   2. 写真内の禁煙/喫煙アイコン
   ========================================= */
.photo-wrapper {
  position: relative; /* アイコンを重ねるための基準 */
}

.icon-nosmoking {
  position: absolute;
  bottom: 6px; /* 写真の下からの位置 */
  left: 6px;   /* 写真の左からの位置 */
  background-color: rgba(255, 255, 255, 0.9); /* 少し透けた白背景 */
  color: #e74c3c; /* 禁煙＝赤など、お好みで変更 */
  padding: 3px 8px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3);
  z-index: 2; /* 写真より前面に出す */
}

/* =========================================
   3. ミス・ミセスのクラスアイコン
   ========================================= */
.class_icon {
  text-align: center;
  margin-bottom: 5px;
}

.rank-miss, .rank-mrs {
  display: inline-block;
  padding: 3px 16px;
  margin-top: 4px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  border-radius: 20px; /* 丸いバッジにする */
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

.rank-miss { background: #ff75a0; } /* ミス（ピンク） */
.rank-mrs { background: #9b59b6; }  /* ミセス（紫） */

/* =========================================
   4. 日記・口コミアイコン
   ========================================= */
/* --- 2. キャスト1人分の枠 --- */
.top_cast_item {
  display: flex;
  flex-direction: column;
  /* width指定など既存の横幅はそのまま活きます */
}

/* --- 3. 親要素（<a>タグ）の調整 --- */
.top_cast_item > a {
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ★重要：日記/口コミボタンを一番下に押しやりつつ、自身は限界まで伸びる */
  position: relative; 
  padding-bottom: 30px !important; /* ★重要：時間枠用のスペースを強制確保 */
}

/* --- 4. 時間枠の完全固定 --- */
.list_sch {
  position: absolute;
  bottom: 0; /* <a>タグの一番下に固定 */
  
  /* ▼ここを変更：枠そのものを中央に配置する鉄板の指定▼ */
  left: 50%; 
  transform: translateX(-50%); 
  width: 90%; 
  
  /* 既存の余白設定などをすべて強制リセットして高さを固定 */
  height: 30px !important; 
  line-height: 30px !important;
  margin: 0 !important; 
  padding: 0 !important; 
  text-align: center; /* 中のアイコンと文字を中央揃え */
  font-size: 12px;
}
.list_sch i {
  margin-right: 4px;
}
/* =========================================
   4. 日記・口コミアイコン（高さ固定 ＆ 左右位置固定）
   ========================================= */
.iconList {
  display: grid; /* FlexboxではなくGridを使用 */
  grid-template-columns: 1fr 1fr; /* 均等な2つの部屋（列）を作る */
  gap: 6px; /* ボタン同士の隙間 */
  margin: 8px 5px 0;
  
  /* ★重要：ボタンが0個の時でも高さを確保してズレを防ぐ */
  height: 28px; 
}

/* --- 配置の固定 --- */
/* 日記は必ず左の部屋（1列目）に配置 */
.iconList span.diary {
  grid-column: 1 / 2;
}

/* 口コミは必ず右の部屋（2列目）に配置 */
.iconList span.review {
  grid-column: 2 / 3;
}

/* --- ボタン内のデザイン --- */
.iconList span a {
  justify-content: center;
  align-items: center;
  height: 22px;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.2s;
display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: center; /* 文字やアイコンを中央に揃える */	
	
}

.iconList span a:hover {
  opacity: 0.7; /* タップ時に少し薄くする */
}

/* 日記ボタンの色 */
.iconList span.diary a {
  border: 1px solid #ff9dbb;
  color: #d6336c;
  background: #fff0f5;
}

/* 口コミボタンの色 */
.iconList span.review a {
  border: 1px solid #74c0fc;
  color: #1c7ed6;
  background: #e7f5ff;
}





/* =========================================
   メインビジュアル (eyecatch) ＆ イベントスライダー
   ========================================= */

.eyecatch {
  width: 100%;
  position: relative;
  overflow: hidden;

  margin-bottom: 30px;    /* 下のコンテンツ（パンくず）との余白 */
}

/* --- メインビジュアル画像 --- */
.eyecatch .main_img {
  width: 100%;
  text-align: center;    margin-top: 10px;
}

.eyecatch .main_img img.img-responsive {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1200px; /* PCなどで画像が大きくなりすぎるのを防ぐ（適宜調整） */
  margin: 0 auto;
}

/* --- イベントスライダー枠 --- */
.eyecatch .event {
  width: 100%;
  max-width: 1000px; /* スライダーの最大幅 */
  margin: 0 auto;
  padding: 20px 0;
  /* 参考サイトのようにメインビジュアルに少し被せる場合は以下の数値をマイナスにします */
  /* margin-top: -50px; position: relative; z-index: 10; */
}

/* スライダー内の画像調整 */
.eyecatch .event .slider img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5); /* 画像に少し影をつけてリッチに */
}

/* スライダーの左右の隙間調整（Slick Slider用） */
.eyecatch .event .slider div {
  padding: 0 10px; /* スライド同士の隙間 */
  box-sizing: border-box;
}

/* スマホ表示時の調整 */
@media screen and (max-width: 768px) {
  .eyecatch {
    margin-bottom: 20px;
  }
  .eyecatch .event {
    padding: 10px 0;
  }
  .eyecatch .event .slider div {
    padding: 0 5px; /* スマホでは隙間を少し狭く */
  }
}


/* =========================================
   出勤ステータス帯（ご案内可・満員御礼）
   ========================================= */
.multi_flg {
  display: block; /* 帯を横幅いっぱいに広げる */
  color: #fff; /* 文字色を白に */
  text-align: center;
    font-size: 120%;
  font-weight: bold;
  padding: 5px 0;
  margin-bottom: 5px; /* 写真との間に少し隙間をあける */
  border-radius: 3px; /* 少し角を丸くする */
  position: relative;
  z-index: 10;
}

/* =========================================
   新人枠（newbox）の出勤時間を一番下に綺麗に揃える（安全版）
   ========================================= */

/* ① 紹介文エリアの下に、時間表示用の「空きスペース（45px）」をあらかじめ作る */
.newbox .listdeta {
  position: relative !important;
  padding-bottom: 45px !important; 
}

/* ② 時間表示の帯を、作った空きスペース（枠の一番下）に強制的に固定する */
.newbox .listdeta .list_sch {
  position: absolute !important;
  bottom: 5px !important; /* 枠の一番下からの距離 */
  
  width: 100% !important;
  text-align: center !important; /* 文字をど真ん中に */
  margin: 0 !important;
}  margin-top: auto !important; /* 上の空きスペースを自動で埋めて一番下に固定 */
  display: block;
  width: 100%;
  text-align: center !important; /* 文字をど真ん中に揃える */
  box-sizing: border-box;
  padding: 8px 0; /* 上下の余白（お好みで調整） */
  margin-bottom: 0;
}


/* =========================================
   リンクリスト（ABOUT THIS SITE 等）
   ========================================= */
.linkList li {
    width: 90%; 
  }


/* ボタンのデザイン */
.linkList li a {
  display: flex !important;

  align-items: center !important;

  color: #fff;
  padding: 5px 5px;
  font-size: 12px;
  letter-spacing: 1px;

}
.entranse_contents {
    height: auto !important;
    overflow: hidden;
	    max-width: 850px;
    margin-right: auto;
    margin-left: auto;
    margin: 3% auto 1% auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    border: 1px dotted #8d8d8d;
    padding: 1em;
    border-radius: 15px;
    background: rgb(224 231 218 / 50%);
}

.entranse_contents img {

    height: auto;margin: 5px
}

@media screen and (max-width: 750px) {
	    .entranse_contents {
        width: auto;
        margin: 1% 2% 9% 2%;
        padding-top: 30px;
        padding-bottom: 20px;
        color: #fff;
    }
    .entranse_contents img {
        border: 0px;    max-width: 100%;

    height: auto;margin: 5px
    }
}
/* =========================================
   ABOUTセクション（当サイトについて・当店について）
   ========================================= */
.intro {

  padding: 40px 20px;
  margin-bottom: 40px;
  border-top: 2px solid #C60000; /* 上部に赤いアクセントライン */
  border-bottom: 1px solid #222; /* 下部にうっすらと境界線 */
	    border: 1px dotted #8d8d8d;
    padding: 1em;
    border-radius: 15px;
    background: rgb(224 231 218 / 50%);
}

/* タイトル部分のスタイル */
.intro {
    width: 900px;
    margin: 0 auto 70px;
    text-align: center;
}

/* 英語のサブタイトル（ABOUT THIS SITE） */
.introTtl .en {
  display: block; /* 日本語の上に独立して表示させる */
  font-family: 'Cinzel', serif; /* オシャレな明朝体フォント */
  font-size: 16px;
  color: #C60000; /* アクセントの赤色 */
  letter-spacing: 4px; /* 文字の間隔をあけてスタイリッシュに */
  margin-bottom: 10px;
}

/* 文章（パラグラフ）のスタイル */
.intro p {
  font-size: 14px;
  line-height: 2; /* 行間を広めにとって読みやすくする */
color: #353535;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"
  text-align: left; /* 文章は読みやすいように左揃え */
  max-width: 800px; /* パソコンの大きな画面で文字が横に広がりすぎないように制限 */
  margin: 0 auto; /* 文章ブロック自体を中央に配置 */
}

/* スマホ表示時の微調整 */
@media screen and (max-width: 768px) {
indexNav{
max-width: 100%;
overflow: hidden;
    height: auto;margin: 5px	
  }	
#indexNav img{	max-width: 100%;
overflow: hidden;  }	
  .intro {
    padding: 30px 15px; /* スマホでは少し余白を狭める */
    margin-bottom: 30px;
	  width: 87%;
  }
  .introTtl {
    font-size: 100%;
color: #353535;font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" 
  }
  .intro p {
    font-size: 13px;
    line-height: 1.8;
  }
}