

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

/*
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-visual {
	width: 100%;
    padding: 65px 0;
	background:#f7f4ef
}

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

.main-contents {
	width: 100%;
	padding-top: 165px;
}
.item_review_wrap {
	width: 100%;
	padding-bottom: 75px;
}

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

.item_review {
  width: 1060px;
  margin: 0 auto;
  font-size: 0;
}
.item_review h3 {
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 55px;
}
.item_review h3::after {
	display: block;
	content: "Review";
	font-family: "Oswald", serif;
  	font-weight: 400;
	color: #bd9259;
	font-size: 24px;
	line-height: 1;
	letter-spacing: 2px;
	padding-top: 12px;
}
.item-info-image-wrap {
	display: inline-block;
	vertical-align: top;
	width: 360px;
}
.item-info-text-wrap {
	display: inline-block;
	vertical-align: top;
	width: 700px;
	padding-left: 30px;
}
.item-info-text,
.material-icons,
.item-info-average,
.item-info-count {
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
}
.item-info-name {
	font-size: 20px;
	line-height: 28px;
	font-weight: 700;
	padding: 30px 0;
}
.item-info-name a {
	text-decoration: underline;
}

.all-review-link a {
	display: block;
	width: 225px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 0 0px;
	transition: all .3s ease;
}
.all-review-link a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}

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

.review-form-wrap {
	width: 1060px;
	margin: 70px auto 0 auto;
	font-size: 15px;
	line-height: 25px;
}
.review-form-title {
	width: 100%;
	font-size: 18px;
	line-height: 1;
	font-weight: 700;
	padding: 0 10px 10px 10px;
	margin-bottom: 30px;
	margin-right: 20px;
	border-bottom: 1px solid #eee6dc;
	text-align: center;
}
.review-form-content {
	width: 100%;
	text-align: center;
}
.review-form-content input {
	width: 500px;
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 25px;
	padding: 3px 6px;
	margin: 0 auto;
	text-align: center;
}
.review-form-content textarea {
	width: 500px;
	border: 1px solid #dddddd;
	font-size: 15px;
	line-height: 25px;
	padding: 3px 6px;
	margin: 0 auto;
	text-align: left;
}
/** *********************** **/

.review-form {
	width: 530px;
	margin: 0 auto 30px auto;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
.review-form:nth-of-type(3) {
	margin-bottom: 60px;
}

.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: 325px;
	height: 45px;
	border: 3px solid #ab7c3e;
	background: #bd9259;
	font-size: 15px;
	line-height: 35px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 25px auto 0 auto;
	transition: all .3s ease;
}
.review-post-btn a:hover {
	opacity: 0.7;
	transition: all .3s ease;
}
.review-post-btn span {
	padding-left: 20px;
}
.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;
}

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