

/** *********************** **/

/*
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
 font-family: "Oswald", serif;
  	font-weight: 400;
*/

/** *********************** **/

.main-contents {
	width: 100%;
	padding-top: 21.33vw;
}
.item_review_wrap {
	width: 100%;
	padding-bottom: 13.33vw;
}

/** *********************** **/

.item_review {
  width: 88vw;
  margin: 0 auto;
  font-size: 0;
}
.item_review h3 {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10.66vw;
}
.item_review h3::after {
	display: block;
	content: "Review";
	font-family: "Oswald", serif;
  	font-weight: 400;
	color: #bd9259;
	font-size: 3.2vw;
	line-height: 1;
	letter-spacing: 0;
	padding-top: 1.33vw;
}
.item-info-image-wrap {
	width: 41.6vw;
	margin: 0 auto 5.33vw auto;
}
.item-info-text-wrap {
	width: 100%;
	text-align: center;
}
.item-info-text,
.material-icons,
.item-info-average,
.item-info-count {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
}
.item-info-name {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
	padding: 1.33vw 0;
}
.item-info-name a {
	text-decoration: underline;
}
.all-review-link a {
	display: block;
	width: 42.66vw;
	height: 9.06vw;
	border: 2px solid #ab7c3e;
	background: #bd9259;
	font-size: 3.46vw;
	line-height: 8vw;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 4vw auto 0 auto;
}

/** *********************** **/

.review-form-wrap {
	width: 88vw;
	margin: 10.66vw auto 0 auto;
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.review-form-title {
	width: 100%;
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 700;
	padding: 0 1.33vw 2.66vw 1.33vw;
	margin-bottom: 2.66vw;
	margin-right: 1.33vw;
	border-bottom: 1px solid #eee6dc;
	text-align: center;
}
.review-form-content {
	width: 100%;
	text-align: center;
}
.review-form-content input {
	width: 100%;
	border: 1px solid #dddddd;
	font-size: 4vw;
	line-height: 6.66vw;
	padding: 3px 6px;
	margin: 0 auto;
	text-align: center;
}
.review-form-content textarea {
	width: 100%;
	border: 1px solid #dddddd;
	font-size: 4vw;
	line-height: 6.66vw;
	padding: 3px 6px;
	margin: 0 auto;
	text-align: left;
}

/** *********************** **/

.review-form {
	width: 100%;
	margin: 0 auto 5.33vw auto;
	font-size: 3.46vw;
	line-height: 6.13vw;
	text-align: center;
}
.review-form:nth-of-type(3) {
	margin-bottom: 10.66vw;
}

.reviewRate {
    display: flex;
}
.reviewRateStar {
    position: relative;
    width: 22px;
    font-size: 22px;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
}
.reviewRateStar {
    width: 18px;
    font-size: 18px;
}
.reviewRateStar.starOn {
    color: #f3d631;
}
.reviewRateStar.starOff {
    color: #d2d2d2;
}
.reviewRateStar.starOn::before {
    content: "star";
}
.reviewRateStar::before {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}
.reviewRateStar.starOff::before {
    content: "star_border";
}
.reviewRateStar::before {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: 0;
}

/** *********************** **/

.review-post-btn a {
	display: block;
	width: 42.66vw;
	height: 9.06vw;
	border: 2px solid #ab7c3e;
	background: #bd9259;
	font-size: 3.46vw;
	line-height: 8vw;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 4vw auto 0 auto;
}
.review-post-btn span {
	display: none !important;
}
.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 16px !important;
    line-height: 36px !important;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
	vertical-align: top !important;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/** *********************** **/