@charset "utf-8";


/* CMS Template(CSS編集はCMS管理画面から)

/ikenotaira-hotel/stay/star-detective-precure/css/precure.css

====================*/



/* ----------------------------------------------------
Media query All
---------------------------------------------------- */
/* common */
#precure{
	margin-bottom: 50px;
}
#precure section{
	padding-left:0;
	padding-right:0;
}
body{
  background: none;
}

#precure h2,#precure h3{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}


.details h2{
	margin-bottom: 0;
}


/* mainvis */
#mainvis {
	position: relative;
	overflow: hidden;
	background: url("../img/bg_mv.jpg") no-repeat center top;
	background-size: cover;
}
.fallback #mainvis {
	background: url("../img/bg_mv.jpg") no-repeat center top;
	background-size: cover;
}
.webp #mainvis {
	background: url("../img/bg_mv.webp") no-repeat center top;
	background-size: cover;
}
.avif #mainvis {
	background: url("../img/bg_mv.avif") no-repeat center top;
	background-size: cover;
}
#mainvis .inr{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-direction: row-reverse;
	margin: 0 auto;
	padding: 35px 0;
	width: 100%;
	max-width: 1550px;
}
.main-model{
	width: 66%;
	max-width: 1040px;
}
.mvTtl{
	width: 32%;
	max-width: 534px;
	/* padding-bottom: 50px; */
}
#mainvis .cp{
	text-align: right;
	margin: 0 0 0 auto;
	font-size: 1.1rem;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow:
		#ff7d7d 2px 0px,  #ff7d7d -2px 0px,
		#ff7d7d 0px -2px, #ff7d7d 0px 2px,
		#ff7d7d 2px 2px , #ff7d7d -2px 2px,
		#ff7d7d 2px -2px, #ff7d7d -2px -2px,
		#ff7d7d 1px 2px,  #ff7d7d -1px 2px,
		#ff7d7d 1px -2px, #ff7d7d -1px -2px,
		#ff7d7d 2px 1px,  #ff7d7d -2px 1px,
		#ff7d7d 2px -1px, #ff7d7d -2px -1px;
}

/* nav */
.navi{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: -83.5px;
	background: url("../img/bg_navi.png") repeat-x center;
}
.navi:before, .navi:after{
    flex-grow: 1;
	content: "";
	height: 19px;
	background: url("../img/bg_naviin.png") repeat-x center;
}
.navi .inr{
	margin: 0 auto;
	width: 100%;
	max-width: 1090px;
}
.naviList{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.naviItem{
	position: relative;
}
.naviItem a img{
	transition: all .3s;
}
.naviItem a:hover{
	opacity: 1;
}
.naviItem a:hover img{
	transform: translateY(-10px);
}

/* room */
.fallback .roomSct{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png') repeat-x bottom center,url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room2.png') no-repeat top center;
}
.webp .roomSct{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png') repeat-x bottom center,url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room2.webp') no-repeat top center;
}
.avif .roomSct{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png') repeat-x bottom center,url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room2.avif') no-repeat top center;
}
.roomSct .inr{
	position: relative;
	margin: 0 auto;
	padding: 230px 120px 30px 120px;
	width: 100%;
	max-width: 1230px;
  min-height: 1804px;
}
.fallback .roomSct .inr{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room.png') no-repeat top left;
  background-size: 100% auto;
}
.webp .roomSct .inr{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room.webp') no-repeat top left;
  background-size: 100% auto;
}
.avif .roomSct .inr{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room.avif') no-repeat top left;
  background-size: 100% auto;
}
#room h2 + p{
	max-width: 760px;
	margin: -35px auto 0;
	text-align: right;
	font-size: 1.4rem;
}
.roomTtl{
	position: absolute;
	top: -35px;
	width: 100%;
	text-align: center;
  margin: 0 auto 0;
  left: 0; right: 0;
}
.room-wrap{
	display: flex;
	justify-content: space-between;
  margin-bottom: 40px;
	align-items: center;
	flex-wrap: wrap;
}
.room-wrap .img img{
	display: block;
	width: 100%;
	height: auto;
}

.room-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.room-wrap .text{ width: 44%; }
.room-wrap .img{ width: 56%; position: relative; }
.roomBtn{ margin-bottom: 25px !important; }
.roomBtn:hover{
  opacity: 0.85;
}

/* goods */
.goodsSct{
	position: relative;
	padding: 160px 10px 80px;
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_goods.jpg");
	background-repeat: repeat-x,repeat-x, no-repeat;
	background-position: center top,center bottom, center top;
  background-size: auto auto,auto auto,cover;
}
.fallback .goodsSct {
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_goods.jpg");
	background-size: 100% auto;
  background-repeat: repeat-x,repeat-x, no-repeat;
	background-position: center top,center bottom, center top;
  background-size: auto auto,auto auto,cover;
}
.webp .goodsSct{
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_goods.webp");
	background-size: 100% auto;
  background-repeat: repeat-x,repeat-x, no-repeat;
	background-position: center top,center bottom, center top;
  background-size: auto auto,auto auto,cover;
}
.avif .goodsSct{
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_goods.avif");
	background-size: 100% auto;
  background-repeat: repeat-x,repeat-x, no-repeat;
	background-position: center top,center bottom, center top;
  background-size: auto auto,auto auto,cover;
}
#goods h2 + p{
	max-width: 760px;
	margin: 0 auto 0;
	text-align: right;
	font-size: 1.4rem;
}
.goodsSct .inr {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
}
.goodsList{
	display: flex;
	flex-wrap: wrap;
	margin: 15px 0 0 -30px;
}
.goodsItem{
	display: flex;
	margin: 15px 0 0 30px;
	align-items: center;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-shadow: 2px  2px 3px #ffffff,-2px  2px 3px #ffffff,2px -2px 3px #ffffff,-2px -2px 3px #ffffff,2px  0px 3px #ffffff,0px  2px 3px #ffffff,-2px  0px 3px #ffffff,0px -2px 3px #ffffff;
	font-size: 2.6rem;
}
.goodsItem:nth-child(1){ color: #cc157c;}
.goodsItem:nth-child(2){ color: #2688ed;}
.goodsItem:nth-child(3){ color: #7815cc;}
.goodsItem:nth-child(4){ color: #fa6413;}
.goodsItem:nth-child(5){ color: #15a84c;}

.goodsItem:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 40px;
	background: url('../img/goods_ico.png') center / 100% auto no-repeat;
}
.goodsImg{
	position: relative;
	margin: 30px auto 0;
	width: 100%;
	max-width: 1000px;
}
.goodsAtt{
	margin-top: 35px;
}
.goodsAttBox{
	display: flex;
	justify-content: center;
	border-radius: 8px;
	padding: 30px;
	color: #333333;
	text-align: left;
	font-size: 1.5rem;
	background-color:rgba(255,255,255,0.6);
}
.goodsAttKome li{
	position: relative;
	padding-left: 1.2em;
}
.goodsAttKome li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
.goodsAttTxt{
	margin: 0!important;
}

/* special */
.specialSct{
	position: relative;
	padding: 140px 10px 65px;
	background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom, center top;
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_special.jpg");
}
.fallback .specialSct{
	background-image: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_special.jpg");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom, center top;
}
.webp .specialSct{
	background-image: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_special.webp");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom, center top;
}
.avif .specialSct{
	background-image: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_special.avif");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom, center top;
}
.specialSct .inr{
	position: relative;
	z-index: 1;
	max-width: 1100px;
	margin: 0 auto;
}
.specialList{
	margin-top: 30px;
	color: #FFFFFF;
}
.specialItem:not(:first-child){
	margin-top: 20px;
}
.specialItem .set{
	display: flex;
	align-items: center;
	border-radius: 8px;
	background-color: rgba(255,238,252,1.0);
	padding: 8px 10px;
}
.specialDate{
	flex: 1;
}
.specialTime{
	margin-bottom: 0!important;
	line-height: 1.1;
	font-size: 1.4rem;
	color: #ff4596;
	font-family: "M PLUS Rounded 1c", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.specialTime span {
	position: relative;
	display: inline-block;
}
.specialTime em {
	display: inline-block;
	font-size: 3.6rem;
	text-align: center;
	width: 1.5em;
}
.specialEvent{
	width: 100%;
	max-width: 562px;
}
.specialEvent picture + picture{
  display: inline-block;
  margin-top: 8px;
}
.specialEvent .kome{
	margin-top: 8px;
}
.specialEvent .kome li{
	position: relative;
	padding-left: 1.2em;
	color: #333;
	text-align: left;
	font-size: 1.2rem;
	line-height: 1.5;
}
.specialEvent .kome li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}
.specialAtt{
	margin-top: 20px;
	padding: 20px 50px;
	color: #333333;
	text-align: left;
	font-size: 1.5rem;
	border-radius: 8px;
	background-color:rgba(218,244,248,0.6);
}
.specialAttTtl{
	margin-bottom: 0!important;
	text-align: left;
	font-weight: bold;
}
.specialKome{
	margin-top: 10px;
}
.specialKome li{
	position: relative;
	padding-left: 1.2em;
}
.specialKome li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "※";
}

/* voice */
.voiceSct{
	padding: 160px 10px 100px;
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_voice.png");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom,center top;
}
.fallback .voiceSct{
	background-image: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_voice.png");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom,center top;
}
.webp .voiceSct{
	background-image: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_voice.webp");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom,center top;
}
.avif .voiceSct{
	background-image: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_voice.avif");
  background-repeat: repeat-x,repeat-x, repeat;
	background-position: center top,center bottom,center top;
}
.voiceRead{
	text-align: center;
  font-size: 1.4rem !important;
}
.voiceSct .inr{
	margin: 0 auto;
	width: 100%;
	max-width: 1100px;
	padding: 40px;
	background-color: rgb(255,255,255,0.8);
	border-radius: 10px;
}
.voiceTxt{
	margin-bottom: 0!important;
	font-size: 1.6rem;
	line-height: 1.8;
	color: #000000;
	text-align: left;
}
.voiceTxt:not(:first-child){
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px dashed #666;
}

/* story */
.storySct{
	overflow: hidden;
	position: relative;
	padding: 150px 10px 30px;
	background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;
	background-size: auto auto,cover;
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_story.jpg");
}
.fallback .storySct{
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_story.jpg");
  background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;
	background-size: auto auto,cover;
}
.webp .storySct{
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_story.png");
  background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;
	background-size: auto auto,cover;
}
.avif .storySct{
	background: url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_race02.png"),url("/ikenotaira-hotel/stay/star-detective-precure/img/bg_story.avif");
  background-repeat: repeat-x, no-repeat;
	background-position: center top, center top;
	background-size: auto auto,cover;
}
.storySct h2{
  margin-bottom: 30px;
}
.storySct .inr{
	max-width: 1100px;
	margin: 0 auto 60px auto;
	padding: 40px;
	border-radius: 8px;
	background-color:rgba(255,255,255,0.8);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.storySct .inr > p{
  width: 40%;
}
.storySct .inr > .text{
  width: 58%;
  text-align: left;
}
.storyTxt{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #ed2d7a;
  font-weight: bold;
  margin-bottom: 15px !important;
}
.storyTxt span {
  background: linear-gradient(transparent 70%, #fff600 70%);
  font-weight: bold;
}
.storyTxt2{
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 15px !important;
}
.storyTxt2 span{
  color: #ed2d7a;
  font-weight: bold;
}
.storyTxt2 b{
  font-weight: bold;
}
.storyTxt3{
  font-size: 1.6rem;
  line-height: 1.8;
  color: #ed2d7a;
  font-weight: bold;
  margin-bottom: 0px !important;
}
/* All END */

/* ----------------------------------------------------
- 520px (Smartphone layout Only)
---------------------------------------------------- */
@media (max-width: 520px) {



/* - 520px (Smartphone layout Only) END */
}

/* ----------------------------------------------------
- 960px (Smartphone Tablet layout Only)
---------------------------------------------------- */
@media (max-width: 960px) {
	#page_top{
		z-index: 10000;
	}

	/* mainvis */
	#mainvis .inr{
		flex-direction: column-reverse;
		padding: 100px 0 0 0;
		text-align: center;
	}
	.main-model{
		margin: 15px auto 0;
		width: 98%;
	}
	.mvTtl{
		width: 75%;
		margin: 20px auto;
		padding-bottom: 0px;
	}
	#mainvis .cp{
		font-size: 1.0rem;
		color: #FFFFFF;
		font-weight: bold;
	}
	#mainvis {
	position: relative;
	overflow: hidden;
	background: url("../img/bg_mv_sp.jpg") no-repeat center top;
	background-size: cover;
}
.fallback #mainvis {
	background: url("../img/bg_mv_sp.jpg") no-repeat center top;
	background-size: cover;
}
.webp #mainvis {
	background: url("../img/bg_mv_sp.webp") no-repeat center top;
	background-size: cover;
}
.avif #mainvis {
	background: url("../img/bg_mv_sp.avif") no-repeat center top;
	background-size: cover;
}
	/* nav */
	.navi{
		margin-top: -20px;
		height: 80px;
		background-size: auto 100%;
	}
	.naviList{
		display: none;
	}
  #mainvis .navi{
    height: 100px;
    background-size: auto 100px;
  }

	/* room */
	.roomSct{
		position: relative;
		z-index: 0;
		margin-top: -20px;
		padding: 50px 10px 40px !important;
		background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room01.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room03.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room05.png') #f9ecf6;
		background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
		background-position: left top ,0% 50% ,right bottom ;
	}
	.roomTtl{
		position: relative;
		top: -0px;
		margin-bottom: 25px !important;
	}
	#room h2 + p{
	margin: -10px auto 0;
}
	.roomSct .inr{
		padding: 20px 0 0;
		min-height: initial;
		background: none !important;
	}
	.room-wrap{
		margin-bottom: 20px;
	}
	.room-wrap .text{ width: 80%;margin: 0 auto 0px; }
	.room-wrap .img{ width: 100%; margin: 0 auto 15px; }
	.roomBtn:hover{
		opacity: 1;
	}


	/* goods */
	.goodsSct{
		padding: 100px 10px 30px!important;
		background-position: center, center;
	}
	.goodsList{
		margin: 5px 0 0 -20px;
	}
	.goodsItem{
		margin: 15px 0 0 20px;
		align-items: flex-start;
		font-size: 1.5rem;
	}
	.goodsImg{
		margin-top: 20px;
	}
	.goodsAtt{
		margin-top: 35px;
	}
	.goodsAttTtl{
		margin-bottom: 10px!important;
	}
	.goodsAttBox{
		padding: 20px;
	}
	
	/* special */
	.specialSct{
		position: relative;
		padding: 150px 10px 50px !important;
	}
	.specialList{
		margin-top: 20px;
	}
	.specialItem:not(:first-child){
		margin-top: 10px;
	}
	.specialItem .set{
		flex-direction: column;
		align-items: flex-start;
	}
	.specialTime{
		font-size: 1.4rem;
	}
	.specialTime em {
		font-size: 2.0rem;
	}
	.specialEvent{
		margin-top: 10px;
		max-width: inherit;
	}
	.specialEvent .kome li br{
		display: none;
	}
	.specialAtt{
		padding: 20px;
	}

	/* voice */
	.voiceSct{
		padding: 150px 10px 80px !important;
	}
	.voiceRead{
		font-size: 1.4rem !important;
	}
	.voiceSct .inr{
		padding: 20px;
	}
	.voiceTxt{
		font-size: 1.4rem;
	}
	
	/* story */
	.storySct{
		padding: 150px 10px 30px !important;
	}
	.storySct .inr{
		max-width: 1100px;
		margin: 20px auto;
		padding: 20px;
	}
	.storySct .inr > p{
		width: 90%;
		margin: 0 auto 0;
	}
	.storySct .inr > .text{
		width: 100%;
		text-align: left;
		margin: 0 auto 30px;
	}



/* - 960px (Smartphone Tablet layout Only) END*/
}
/* ----------------------------------------------------
961px- (Pc layout Only)
---------------------------------------------------- */
@media (min-width: 961px) {
	.roomSct{
		position: relative;
		z-index: 0;
		margin-top: -83.5px;
		padding: 130px 10px 60px;	
		background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room01.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room02.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room03.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room03.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room04.png'), url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room05.png') #f9ecf6;
		background-repeat: no-repeat, no-repeat, no-repeat,no-repeat,no-repeat,no-repeat;
		background-position: left top , right top , 0% 50% ,100% 40% ,left bottom , right bottom ;
	}

/* 961px - END*/
}
/* ----------------------------------------------------
- 1200px (Pc layout Only コンテンツ内 基本幅)
---------------------------------------------------- */
@media (max-width: 1200px) {


/* - 1200px (Pc layout Only) END*/
}

/* ----------------------------------------------------
- 1920px (Pc layout Only)
---------------------------------------------------- */
@media (max-width: 1920px) {



/* - 1920px - END*/
}

/* ----------------------------------------------------
1921px- (Pc layout Only Wide)
---------------------------------------------------- */
@media (min-width: 1921px) {

/* room */
.fallback .roomSct{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png') repeat-x bottom center,url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room2.png') no-repeat top center;
	background-size: auto auto,cover;
}
.webp .roomSct{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png') repeat-x bottom center,url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room2.webp') no-repeat top center;
	background-size: auto auto,cover;
}
.avif .roomSct{
	background: url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_race01.png') repeat-x bottom center,url('/ikenotaira-hotel/stay/star-detective-precure/img/bg_room2.avif') no-repeat top center;
	background-size: auto auto,cover;
}

/* 1921px - END*/
}
