@charset "UTF-8";
.header .navbar{
	height: 48px;
}

.header .offcanvas-start{
	width: 300px;
}

.content-wrapper{
	margin-top: 48px;
}

.header #img-cart-container{
	margin-left: 22px;
}

/* sidebar style */
.header .accordion-button:not(.collapsed)::after,
.header .accordion-button::after{
	background-image: url("/wao_img/sp/chevron-down.svg");
}

.header #headingLogin button,
.header #collapseLogin a{
	background-color: #fff6f1;
}

.header .accordion .list-group-item{
	padding: 0.8rem 1.25rem;
	border: 0;
	border-bottom: 1px #b5b5b6 solid;
	color: #464646;
	font-size: 0.875rem;
}

.header .accordion .list-group-item .list-icon{
	margin-right: 1rem;
	margin-bottom: 0.15rem;
}

/* cart number badge style */
.header #img-cart-container{
	position: relative;
}
.header .header-cart-button-number{
	position: absolute;
	top: 0;
	left: 100%;
	transform: translate(-50%, -50%);
}

/* cart insert animation */
.insert-anime{
    /*波紋の基点とするためrelativeを指定*/
	position: relative;
}

/*波形の設定*/
.insert-anime::after{
    content: '';
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left:0%;
    top:0;
	transform: translateX(-50%);
    /*波形の形状*/
    border: 2px solid #FF5700;
    width: 25px;
    height: 25px;
    border-radius: 50%;
	/* background-color: #FF5700; */
    /*はじめは不透明*/
	opacity:1;
    /*アニメーションの設定*/
    animation:1s ease-out circleanime forwards;
}

/*波形が広がるアニメーション*/
@keyframes circleanime{
	0%{
		transform: scale(0);
	}
	50%{
		opacity: 1;
	}
	100%{
		transform:scale(4);
		opacity: 0;
	}
}

/*波形の設定*/
.insert-anime img{
    /*アニメーションの設定*/
    animation:1s linear jumpanime forwards;
}

/*波形が広がるアニメーション*/
@keyframes jumpanime{
	10%{
		transform: translateY(-10%) scale(110%);
	}
	30%{
		transform: rotate(15deg);
	}
	40%{
		transform: rotate(-15deg);
	}
	50%{
		transform: rotate(15deg);
	}
	60%{
		transform: rotate(0deg);
	}
	100%{
		transform:translateY(0%) scale(100%);
	}
}

/* change area modal style */
#searchModal .bg-orange{
	background-color: #E7A100;
}
#searchModal .modal-header,
#searchModal .modal-header-secondary{
	padding: 0.625rem 0.5rem;
	line-height: 1.25rem;
}
#searchModal .modal-area-header{
	font-size: 0.875rem;
	padding: 0.375rem 1rem;
	background-color: #E6E6E6;
}
#searchModal .modal-area-body{
	font-size: 0.875rem;
	padding: 0.875rem 1rem;
	position: relative;
}
#searchModal .modal-area-body:nth-child(odd){
	border-right: 1px solid #E6E6E6;
}
#searchModal .modal-area-body:nth-of-type(-n+2){
	border-bottom: 1px solid #E6E6E6;
}
#searchModal .modal-area-body:after{
	content: url("/wao_img/sp/chevron-right.svg");
	position:absolute;
	top: 58%;
	transform: translateY(-50%);
	right: 0.5rem;
}

#searchModal .badge-required{
	color: white;
	background-color: #CB2F2C;
	font-size: 0.625rem;
	width: 2rem;
	text-align: center;
	padding: 0 0.375rem;
}
#searchModal .badge-arb{
	background-color: white;
	font-size: 0.625rem;
	width: 2rem;
	text-align: center;
	padding: 0 0.375rem;
}
#searchModal .form-control,
#searchModal .form-select{
	padding: 0.625rem;
}

#searchModal .btn-red{
    color: white;
	background-color: #CB2F2C;
	border-color: #CB2F2C;
}

#searchModal .btn-white{
    color: #505050;
	background-color: white;
	border-color: white;
}
#searchModal .btn-check:checked+.btn-white{
    color: white;
	background-color: #FF5700;
	border-color: #FF5700;
}

#searchModal .btn-search-option{
    color: #505050;
    background-color: white;
    border-color: #C8C8C8;
	padding: 0.75rem;
}
#searchModal .btn-check:checked+.btn-search-option{
    color: #fff;
    background-color: #FF5700;
    border-color: #FF5700;
}
#searchModal .p-075{
	padding: 0.75rem;
}


/* 詳細検索モーダル：カレンダー */
#header-calendar{
	border-color: #F4F0EB;
}
#header-calendar .text-sun{
	color: #CB2F2C;
}
#header-calendar .text-sat{
	color: #5498FF;
}
#header-calendar th{
	font-size: 0.6875rem;
	padding: 0.25rem;
	text-align: center;
	font-weight: normal;
	background-color: white;
	width: 14.285%;
}
#header-calendar td{
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding: 0.75rem;
	text-align: center;
	font-weight: normal;
	background-color: white;
	width: 14.285%;
}
#header-calendar td:empty,
#header-calendar td.disabled{
	background-color: #F5F5F5;
	color: #DDDDDD;
}

#header-calendar td.selected{
	outline: 2px solid #FFA5A5;
    outline-offset: -2px;
    background-color: #FFE4D6;
}
#header-calendar-wrapper .btn-next:after{
    content: url(/wao_img/sp/chevron-right.svg);
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 0;
}
#header-calendar-wrapper .btn-prev:after{
    content: url(/wao_img/sp/chevron-left.svg);
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    left: 0;
}

.star {
  font-size: 15px;
  color: #ccc; /* デフォルト（空星） */
}

.star.full {
  color: #ff8200;
}

.star.half {
  background: linear-gradient(to right, #ff8200 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.star.empty {
  color: #e0e0e0; /* 薄い灰色 */
}
