@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
.pc_hide{ display:none; }
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Medium");
}
@font-face {
	font-family: "Yu Gothic M";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
body {
	font: 13px;
	font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.tax_note{
	text-align: right;
	font-size: 15px;
	margin-bottom: 10px;
}
/*共通ヘッダー個別カラー指定*/
#header{
	border-color: #56a3e8;
	/*border-color: #36cea6;*/
}
.header_wrapper .top_navi li a{
	color: #56a3e8;
	border-color: #56a3e8;
	
	/*color: #36cea6;
	border-color: #36cea6;*/
}
.header_wrapper .tel .st0{
	fill:#56a3e8;
	/*fill:#36cea6;*/
}
.header_wrapper .tel span{
	color: #56a3e8;
	/*color: #36cea6;*/
}
#hamburger .inner_line {
	background-color: #56a3e8;
	/*background-color: #36cea6;*/
}
#hamburger .text {
	color: #56a3e8;
	/*color: #36cea6;*/
}
#hamburger .line_1,
#hamburger .line_3{
	background: #fff;
}
/*共通ヘッダー個別カラー指定ここまで*/

.c-voice-wrapper {
	width: 100%;
	max-width: 970px;
	padding-inline:10px;
	margin: 0 auto;
	box-sizing: border-box;
	height: 100%;
	min-height: 800px;
}
.c-voice-mv img {
	width: 100%;
	display: block;
} 
.c-voice-wrapper .voice-sort {
	margin: 40px auto;
	width: 100%;
	max-width: 700px;
	padding: 10px;
	display: flex;
	justify-content: center;
	border: 1px solid #0E849C;
	border-radius: 5px;
	box-shadow: 0px 0px 24px -8px #e6e6e6;
	column-gap: 10px;
	align-items: center;
	box-sizing: border-box;
}
.c-voice-wrapper .voice-sort .voice-select {
	border: 1px solid #0E849C;
	border-radius: 4px;
	color: #0E849C;
	width: 230px;
	padding: 6px 5px 4px 5px;
}
.c-voice-wrapper .voice-sort .voice-select option {
	color: #0E849C;
}
.c-voice-wrapper .voice-sort .voice-all {
	padding: 5px 10px;
	font-size: 14px;
	background: #0E849C;
	color: #fff;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
	border: solid 1px #0E849C;
}
.c-voice-wrapper .voice-sort .voice-all:hover {
	background: #fff;
	transition: all .3s;
	color: #0E849C;
	border: solid 1px #0E849C;
}
.voice-num {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	font-size: 14px;
	color: #0E849C;
}
.voice-num #num-result {
	display: none;
}
.voice-num #display-num,
.voice-num #display-allnum {
	font-weight: bold
}
.c-voice-wrapper .voice-item {
	border: 1px solid #F7F7F7;
	box-shadow: 0px 0px 24px -8px #e6e6e6;
	padding: 20px;
	display: flex;
	justify-content: flex-start;
	column-gap: 30px;
	/*visibility: hidden;
    transform: translateY(100px);*/
	align-items: center;
}
.c-voice-wrapper .fadeanimated {
	animation-name:faded;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes faded {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
.c-voice-wrapper .voice-item .voice-category-wrap {
	width: 30%;
	max-width: 260px;
	min-width: 260px;
	display: flex;
	justify-content: space-between;
	position: relative;
	gap:5px;
	align-items: center;
	align-self: flex-start;
}
.c-voice-wrapper .voice-item .voice-category-wrap::after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	border-right: 1px dashed #EAE9E4;
	position: absolute;
	right: -15px;
	top: 0;
}
.c-voice-wrapper .voice-item .voice-category-wrap .voice-category {
	font-size: 14px;
	color: #6A7F7F;
	letter-spacing: -0.5px;
}
.c-voice-wrapper .voice-item .voice-category-wrap .voice-category span {
	display: block;
}
.c-voice-wrapper .voice-item .voice-category-wrap .voice-category span:nth-child(1) {
	letter-spacing: 1px;
}
.c-voice-wrapper .voice-item .voice-category-wrap .voice-category .voice-star-rating {
	display: grid;
	grid-template-columns: 50px 1fr;
	align-items: center;
}
.c-voice-wrapper .voice-item .voice-category-wrap .voice-category .stars {
	padding-top: 2px;
}
.c-voice-wrapper .icon-box {
	width: 80px;
	height: 80px;
}
.c-voice-wrapper .icon-box img {
	width: 100%;
	height: auto;
}
.c-voice-wrapper .voice-item .voice-text {
	width: 70%;
}
.c-voice-wrapper .voice-wrapper {
	display: flex;
	justify-content: center;
	flex-flow: column;
	gap: 20px;
}
/* 星５評価*/
.c-voice-wrapper .voice-item .star5 .star-5 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star5 .star-4 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star5 .star-3 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star5 .star-2 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star5 .star-1 {
	fill:#FFF533;
}
/* 星４評価 */
.c-voice-wrapper .voice-item .star4 .star-5 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star4 .star-4 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star4 .star-3 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star4 .star-2 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star4 .star-1 {
	fill:#EAE9E4;
}
/* 星3評価 */
.c-voice-wrapper .voice-item .star3 .star-5 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star3 .star-4 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star3 .star-3 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star3 .star-2 {
	fill:#EAE9E4;
}
.c-voice-wrapper .voice-item .star3 .star-1 {
	fill:#EAE9E4;
}
/* 星2評価 */
.c-voice-wrapper .voice-item .star2 .star-5 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star2 .star-4 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star2 .star-3 {
	fill:#EAE9E4;
}
.c-voice-wrapper .voice-item .star2 .star-2 {
	fill:#EAE9E4;
}
.c-voice-wrapper .voice-item .star2 .star-1 {
	fill:#EAE9E4;
}
/* 星1評価 */
.c-voice-wrapper .voice-item .star1 .star-5 {
	fill:#FFF533;
}
.c-voice-wrapper .voice-item .star1 .star-4 {
	fill:#EAE9E4;
}
.c-voice-wrapper .voice-item .star1 .star-3 {
	fill:#EAE9E4;
}
.c-voice-wrapper .voice-item .star1 .star-2 {
	fill:#EAE9E4;
}
.c-voice-wrapper .voice-item .star1 .star-1 {
	fill:#EAE9E4;
}

.c-voice-wrapper .voice-sort .voice-select .disabled-option {
	background: #ddeef2;
	color:#0d7289;
	padding: 4px 0 3px 0;
}
/*セレクトボックス　コンテンツ表示・非表示*/
.c-voice-wrapper .item-block {
	visibility: visible;
	opacity: 1;
	transition: all 1s;
	transform: translateY(0);
}
.c-voice-wrapper .item-hidden {
	visibility: hidden;
	position: absolute;
	transform: translateY(100px);
}
.nodata-close {
	display: none;
	text-align: center;
	color: #0E849C;
}
.view-nodata {
	display: block;
}
#pagenation {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	margin-top: 30px;
}
#pagenation #pagenatebutton {
	display: flex;
	justify-content: center;
	gap:5px;
} 
#pagenation #pagenatebutton button {
	padding: 10px;
	display: none;
	cursor: pointer;
	border-radius: 4px;
	border: none;
	color: #000000;
}
#pagenation #prev,
#pagenation #next
{
	border: none;
	background: #f8f8f8;
	transition: all .3s;
	padding: 10px;
	cursor: pointer;
	border-radius: 4px;
	color: #000000;
}
#pagenation #prev:hover,
#pagenation #next:hover {
	background: #27a2b5;
	transition: all .3s;
	color: #fff;
}
#pagenation #prev[disabled],
#pagenation #next[disabled] {
	cursor: default;
	pointer-events: none;
	color: #b6b6b6;
}
#pagenation #next {
	transform: rotate(180deg)
}
.display-none {
	display: none;
}
#pagenation #pagenatebutton .current-page {
	background: #0E849C;
	color: #fff;
	pointer-events: none;
}
.notcurrent-page {
	background: #f8f8f8;
	transition: all .3s;
}
#pagenation #pagenatebutton .notcurrent-page:hover {
	background: #e4fbff;
	transition: background .3s;
}
#pagenation #pagenatebutton .showtop-jump {
	display: block;
	margin-right: 25px;
	position: relative;
}
#pagenation #pagenatebutton .showlast-jump {
	display: block;
	margin-left: 25px;
	position: relative;
}
#pagenation #pagenatebutton .showtop-jump::after {
	display: block;
	content: "･･･";
	color: #000000;
	position: absolute;
	top: 50%;
	left: 110%;
	transform: translate(0,-50%);
	font-size: 15px; 
	pointer-events: none;
}
#pagenation #pagenatebutton .showlast-jump::after {
	display: block;
	content: "･･･";
	color: #767676;
	position: absolute;
	top: 50%;
	left: -80%;
	transform: translate(0,-50%);
	font-size: 15px; 
	pointer-events: none;
}
#pagenation #pagenatebutton .show-page {
	display: block;
}
/* SP CSS*/

@media screen and (max-width:768px) {
	#header {
		height: 90px;
	}
	#header h1 {
		background: #56a3e8;
		/*background: #36cea6;*/
	}
} 
@media screen and (max-width:600px) {
	.c-voice-wrapper .voice-item {
		flex-flow: column;
		padding: 15px
	}
	.c-voice-wrapper .voice-item .voice-category-wrap {
		width: 100%;
		max-width: 100%;
		border-bottom: 1px dashed #EAE9E4;
		justify-content: flex-start;
		padding-bottom: 15px;
		align-items: center;
		gap: 20px;
	}
	.c-voice-wrapper .voice-sort {
		margin: 20px auto;
	}
	.c-voice-wrapper .voice-sort .voice-select {
		width: 185px;
	}
	.c-voice-wrapper .voice-item .voice-category-wrap::after {
		display: none;
	}
	.c-voice-wrapper .voice-item .voice-category-wrap .voice-category {

	}
	.c-voice-wrapper .voice-item .voice-text {
		width: 100%;
		margin-top: 15px;
	}
	#pagenation #pagenatebutton button {
		padding: 8px;
	}
	#pagenation #prev, #pagenation #next {
		padding: 8px;
	}
	#pagenation #pagenatebutton .showlast-jump::after {
		font-size: 13px;
	}
}


/*　フロートメニュースペシャルページ色変更　*/
@media screen and (min-width: 1450px) {
	.special .float_menu.sp_none {
		background: #56a3e8;
		border: 2px solid #fff;
		/*background: #36cea6;*/
	}
	.float_menu .tel .tel_num,
	.float_menu .tel .time{
		color: #56a3e8;
		/*color: #36cea6;*/
	}
	.mail svg .cls-1, .mail svg .cls-2, .mail svg .cls-3 {
		fill:#56a3e8;
	}
}
@media screen and (min-width: 481px) and (max-width: 1450px) {
	.float_menu.pc_none {
		background: #56a3e8;
		z-index: 10;
	/*	background: #36cea6;*/
	}
	.float_menu .tel, .float_menu .mail, .float_menu .ext {
		background: #56a3e8;
		/*background: #36cea6;*/
	}
}
@media screen and (max-width: 480px) {
	.float_menu {
		background: #56a3e8;
		/*background: #36cea6;*/
	}
	.header_wrapper {
		padding-top: 30px;
	}
	#hamburger {
		top: 43px;
	}
}