@charset "UTF-8";
/*
	Template: swell
	Theme Name: SWELL CHILD
	Theme URI: https://swell-theme.com/
	Description: SWELLの子テーマ
	Version: 1.0.0
	Author: LOOS WEB STUDIO
	Author URI: https://loos-web-studio.com/

	License: GNU General Public License
	License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 評価レートの星 */
dd.rating {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
	width: calc( 100% - 8em );
	justify-content: space-evenly;
}
dd.rating input {
	display: none;
}
dd.rating label:hover {
	cursor: pointer;
}
dd.rating label.no-rate {
	font-size: 1em;
	padding: 0.5em 1em;
	background: #909494;
	display: block;
	color: #fff;
	border-radius: 2em;
	box-shadow: 0px 5px 0px #6c6e6e;
	width: 7em;
	text-align: center;
	transition: .25s;
}
dd.rating input:checked + label.no-rate {
	transform:  translateY(5px);
	transition: .25s;
	background: #f0be45;
	box-shadow: unset;
}

.rating-stars {
	display: flex;
	background: url(https://fast-uploader.com/wp-content/uploads/2023/02/ratingstar-back.png) no-repeat center;
	background-size: contain;
	justify-content: flex-start;
	line-height: 1;
	width: 50px;
}
.rating-stars label {
	display: inherit;
	margin: 0;
}
.rating-stars label img {
	opacity: 0;
}
.rating-stars label img.lighting {
	opacity: 100;
}

.content-reviews {
	color: #545454;
}
.content-reviews h2,
.content-reviews h3 {
	font-size: 40px;
	color: #545454;
	line-height: 1.5;
	border-bottom: 3px solid #c0c0c0;
	margin: 1em 0;
	padding: 0 0 0.25em 0;
	background: 0;
}
.content-reviews h2:before,
.content-reviews h3:before {
	display:none;
}
.content-reviews h2.review_title {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
}

.content-reviews .review_block {
	background: #f9f9fa;
	border-radius: 25px;
	padding: 40px;
	margin-bottom: 50px;
}

.total_graph {
	width: 100%;
    height: 32vw;
	margin: 1.5em auto;
}

.total_rating {
	font-size: 32px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.total_rating span {
	display: inline-block;
	width: 25%;
	text-align: center;
	font-weight: bold;
	color: #a6a6a6;
}
.total_rating .rating_stars {
	width: 50%;
}
.total_rating .score {
	font-weight: bold;
	font-size: 80px;
	color: #545454;
	display: block;
	
}

.content-reviews .rating_stars ul {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 0;
	list-style-type: none;
}
.content-reviews .rating_stars ul li img {
	display: block;
}

.content-reviews .comment-box {
	padding: 1em 2em;
	margin-bottom: 30px;
}
.content-reviews .comment-user-info {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
	color: #a6a6a6;
	margin-bottom: 8px;
}
.content-reviews .comment-user-info,
.content-reviews .comment-user-info span {
	font-size: 16px;
	font-weight: bold;
}
.content-reviews .comment-author {
	margin: 0;
}
.content-reviews .coment-user-score {
	display: flex;
	align-items: center;
	font-size: 48px;
	font-weight: bold;
	line-height: 1;
	gap: 20px;
	margin-bottom: 10px;
	vertical-align: bottom;
	border-bottom: 2px solid #a6a6a6;
	padding-bottom: 10px;
}
.content-reviews .coment-user-score .rating_stars {
	max-width: 300px; 
}
.content-reviews .coment-user-score .rating_stars ul {
	gap: 10px;
}
.content-reviews .comment-content {
	font-size: 16px;
	font-weight: bold;
}
.content-reviews .comment-button-more button{
	width: 100%;
	border-radius: 15px;
	font-size: 20px;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	border: none;
	color: #545454;
	margin-bottom: 2em;
	padding: .5em 1em;
}
.content-reviews form label {
	font-size: 26px;
	font-weight: bold;
	line-height: 1;
}
.content-reviews form p {
	margin-bottom: 2em;
}
.content-reviews form label span.note {
	font-size: 14px;
	color: #a6a6a6;
}
.content-reviews form label.error {
    font-size: 16px;
    color: #d63638;
    margin-top: 8px;
}
.content-reviews form input,
.content-reviews form select,
.content-reviews form textarea {
	border: 1px solid #a6a6a6;
	background: #f9f9fa !important;
	border-radius: 10px;
	font-size: 24px;
	padding: .25em .5em;
}
.content-reviews form textarea {
    position: relative;
    z-index:1;
	height: 360px;
	font-size: 16px;
	padding: 1em;
    background: transparent !important;
}
.content-reviews form .wrap-comment-textarea {
    position: relative;
}
.content-reviews form #comment-placeholder.none {
    display: none;
   }
.content-reviews form #comment-placeholder {
    background: #f9f9fa;
    opacity: .7;
    height: 360px;
    width: 100%;
    position: absolute;
    top: 2em;
    color: #757575;
    padding: 1.25em 0.5em;
    font-size: 16px;
    padding: 1em;
    overflow: hidden;
    z-index: 0;
}
.content-reviews #submit {
	background: #000 !important;
	font-weight: bold;
	font-size: 20px;
}
.content-reviews form .check_score {
	background: #f9f9fa;
	border-radius: 25px;
	padding: 2em 2.5em;
	margin-bottom: 50px;
	max-width: 600px;
}
.content-reviews form .check_score dl {
	display: flex;
	align-items: center;
	border-bottom: 3px dotted #a6a6a6;
	padding: 1em 0;
}
.content-reviews form .check_score dl:first-of-type {
	padding-top: 0;
}

.content-reviews form .check_score dl dt {
	width: 8em;
	padding: 0 0.5em;
	font-size: 24px;
	font-weight: bold;
}
.comment-respond #submit {
    margin: 0;
}

@media screen and (max-width: 959px) {
	.total_graph {
		height: 49.009vw;
	} 
	.total_rating {
		font-size: 3.337vw;
	}
	.total_rating .score {
		font-size: 8.342vw;
	}
	.content-reviews .rating_stars ul {
		gap: 2.086vw;
	}
}
@media screen and (max-width: 600px) {
	.content-reviews h2, .content-reviews h3 {
		font-size: 6.667vw;
	}
	.content-reviews h2.review_title {
		font-size: 6.667vw;
	}
	.content-reviews .review_block {
		padding: 6.667vw;
		margin-bottom: 8.333vw;
	}
	.total_rating {
		flex-wrap: wrap;
		font-size: 5.333vw;
		padding: 0.5em 1em;
		line-height: 1;
	}
	.total_rating > span {
		width: 100%;
		padding-bottom: .5em;
	}
	.total_rating .rating_stars {
		width: calc( 100% - 4em );
	}
	.total_rating .score {
		width: 2em;
		padding: 0;
	}
	.content-reviews .comment-box {
		margin-bottom: 5vw;
	}
	.content-reviews .comment-user-info,
	.content-reviews .comment-user-info span {
		font-size: 2.667vw;
	}
	.content-reviews .coment-user-score {
		font-size: 8vw;
		gap: 3.333vw;
		margin-bottom: 1.667vw;
		padding-bottom: 1.667vw;
	}
	.content-reviews .coment-user-score .rating_stars {
		width: 70%;
	}
	.content-reviews .comment-content {
		font-size: 3.333vw;
	}
	.content-reviews form label {
		font-size: 4.333vw;
	}
	.content-reviews form input,
	.content-reviews form select,
	.content-reviews form textarea {
		font-size: 4vw;
	}
	.content-reviews form .check_score {
	padding: 5%;
	margin-bottom: 8.333vw;
	width: 100%;
	}
	.content-reviews form .check_score dl dt {
		font-size: 4vw;
	}
	dd.rating {
		gap: 3%;
	}
	.comment-respond #submit {
		width: 100%;
		font-size: 3.333vw;
	}
}