@charset "utf-8";

/* modal */
.footer.btn-success {
	color: #fff;
}
.modal-title-list {
	color: #1c4130;
	font-size: 17px;
	font-weight: bold;
}
.fa-circle-check.modal-check {
	color: #1c4130;
	font-size: 25px;
}
.btn-copy {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	text-align: center;
}
.btn-copy:before {
	margin-right: 1rem;
	content: '＼';
}
.btn-copy:after {
	margin-left: 1rem;
	content: '／';
}
.button-request-ok {
	color: #fff;
}

/* contents */
.fa-star-half {
	color: #ffd600;
}
.fa-flip-horizontal {
	color: #757272;
	margin-left: -28px;
}
.button-request {
	width: 100%;
	background-color: #fff;
	border:solid 2px #FFBF11;
}
.button-cart-add {
	width: 100%;
	color: #fff;
}
.button-category-name {
	font-size: 10px;
	pointer-events: none;
}
.point-title {
	position: relative;
	border-top: solid 2px #FFBF11;
}
.point-title:after {
	position: absolute;
	font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
	font-weight: 900;
	content: '\f0a7\ POINT';
	background: #FFBF11;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 5px 5px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.7em;
	line-height: 1;
	letter-spacing: 0.05em;
}
.point-title-bottom {
	border-bottom: solid 2px #FFBF11;
}
.point-number {
	color: #FFBF11;
	font-size: 20px;
	font-weight: bold;
}
.sub-title {
	color: #a8892b;
}
.header-text {
	font-size: 15px;
	padding: 10px 10px;
	border-left: 5px solid #a8892b;
	background: #f4f4f4;
}
.explanatory-text {
	background-color: #f0f0f0;
}
.review-star-main {
	font-size: 28px;
	background-color: #f4f4f4;
}
.review-point {
	font-size: 20px;
}
.review-user {
	font-size: 30px;
	background-color: #b3b1b1;
}
.star {
	font-size: 20px;
}
.fa-star {
	color: #ffd600;
}
.star-on {
	color: #ffd600;
}
.star-none {
	color: #aaa9a9;
}
.fa-star-half-stroke {
	color: #ffd600;
}
.fa-regular.fa-star {
	color: #aaa9a9;
}

/* commment */
.commment-area {
	background-color: #fcfbfb;
}

/* form */
.form-add {
	position: sticky;
	bottom: 0;
	z-index: 1;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(160, 153, 153, 0.719);
}
.cart-add-number {
	color: #ce1e1e;
	font-size: 40px;
}
.button-free-request {
	color: #ffffff;
	font-weight: bold;
}
.position-absolute {
	font-size: 15px;
}

.point-container {
	display: grid;
	grid-template-columns: max-content max-content;
	column-gap: 10px;
}
.point-subtitle {
	align-self: center;
}
.point-number {
	color: #FFBF11;
	font-size: 20px;
	font-weight: bold;
	align-self: center;
}
