@charset "utf-8";

span.cl-pink{
	color: #e67578;
}

.text-center{
	text-align: center;
}

/* voice.html */
.swal2-container{
	z-index: 5001 !important;
}
.swal2-popup{
	padding: 0 !important;
	background: none !important;
}
.swal2-header{
	padding: 0 !important;
}
.swal2-image{
	margin: 0 auto !important;
}
.voice .chapter01{
	position: relative;
}

.voice .chapter01 .chapter01-body{
	text-align: center;
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.voice .chapter02 .chapter02-body{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voice .chapter02 .chapter02-body a{
	display: block;
	box-sizing: border-box;
	background: #fff;
	border: 2px solid #333;
	text-decoration: none;
}

.voice .chapter02 .chapter02-body a:hover{
	border-color: #e67578;
}

.voice .chapter02 .chapter02-body .box-text{
	width: 94%;
	padding: 0 3%;
}

#main.voice .chapter02 .chapter02-body a h3{
	color: #e67578;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
}

#main.voice .chapter02 .chapter02-body a h4{
	margin: 5px 0;
}

#main.voice .chapter02 .chapter02-body a p{
	font-size: 80%;
}

#main.voice .chapter02 .chapter02-btn{
	background: #fff;
	position: relative;
	line-height: 0;
}

#main.voice .chapter02 .chapter02-btn h3, #main.voice .chapter02 .chapter02-btn p{
	line-height: 160%;
}

.voice .chapter02 .chapter02-btn .voice-btn-left{
	max-width: 230px;
	width: 19.1%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.voice .chapter02 .chapter02-btn .voice-btn-right{
	max-width: 130px;
	width: 10.8%;
	position: absolute;
	right: 0;
	bottom: 0;
}

.voice .chapter02 .chapter02-btn .voice-il03{
	max-width: 52px;
	width: 4.3%;
	position: absolute;
	right: 20%;
	top: 20px;
}

.voice .chapter02 .chapter02-btn .voice-il04{
	max-width: 42px;
	width: 3.5%;
	position: absolute;
	right: 15%;
	bottom: 0;
}

.voice .chapter03{
	text-align: center;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.voice .chapter01 .voice-il01{
		display: none;
	}

	.voice .chapter01 .voice-il02{
		display: none;
	}

	#main.voice .chapter01 h2.lead{
		font-size: 100%;
	}

	.voice .chapter01 .fun{
		max-width: 206px;
		width: 70%;
		margin: 10px auto;
	}

	.voice .chapter01 .photo_voice01{
		display: none;
	}

	.voice .chapter01 .photo_voice02{
		display: none;
	}

	.voice .chapter01 .chapter01_title{
		max-width: 434px;
		width: 80%;
		margin:  20px auto;
	}

	#main.voice .chapter01 h3{
		margin-top: 20px;
	}

	.voice .chapter01 .chapter01-body p{
		text-align: left;
	}

	.voice .chapter02 .chapter02-body a{
		width: 48%;
		margin-bottom: 20px;
	}

	#main.voice .chapter02 .chapter02-body a h3{
		font-size: 160%;
		text-align: left;
	}

	.voice .chapter02 .chapter02-btn{
		margin: 30px 0;
		padding: 20px;
		line-height: 0;
	}

	.voice .chapter02 .chapter02-btn .voice-btn-left{
		display: none;
	}

	.voice .chapter02 .chapter02-btn .voice-btn-right{
		display: none;
	}

	.voice .chapter02 .chapter02-btn .voice-il03{
		display: none;
	}

	.voice .chapter02 .chapter02-btn .voice-il04{
		display: none;
	}

}

@media print, screen and (max-width: 480px) {

	.voice .chapter02 .chapter02-body a{
		width: 100%;
	}

	.voice .chapter02 .chapter02-btn{
		padding: 20px 10px;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.voice .chapter01 .voice-il01{
		max-width: 116px;
		width: 9.6%;
		position: absolute;
		bottom: 20px;
		left: 1%
	}

	.voice .chapter01 .voice-il02{
		max-width: 84px;
		width: 7%;
		position: absolute;
		bottom: 0;
		right: 8%;
	}

	#main.voice .chapter01 h2.lead{
		font-size: 100%;
	}

	.voice .chapter01 .fun{
		max-width: 206px;
		width: 21%;
		position: absolute;
		top: 50px;
		left: -50px;
	}

	.voice .chapter01 .photo_voice01{
		max-width: 221px;
		width: 22.5%;
		position: absolute;
		top: 50px;
		right: -50px;
	}

	.voice .chapter01 .photo_voice02{
		max-width: 339px;
		width: 34.5%;
		position: absolute;
		top: 100px;
		right: -110px;
	}

	.voice .chapter01 .chapter01_title{
		max-width: 434px;
		width: 44.2%;
		margin: 30px auto;
	}

	#main.voice .chapter01 h3{
		margin-top: 50px;
	}

	.voice .chapter02 .chapter02-body a{
		width: 48%;
		margin-bottom: 25px;
	}

	#main.voice .chapter02 .chapter02-body a h3{
		font-size: 180%;
		text-align: left;
	}

	.voice .chapter02 .chapter02-btn{
		margin: 50px 0;
		padding: 30px;
		line-height: 0;
		text-align: center;
	}

	.voice .chapter02 .chapter02-btn p{
		font-size: 90%;
		width: 80%;
		margin: auto;
	}

}

@media print, screen and (min-width: 981px) {

	.voice .chapter02 .chapter02-body a{
		width: 24%;
		margin-bottom: 25px;
	}

	#main.voice .chapter02 .chapter02-body a h3{
		font-size: 160%;
	}

}


/* voice-xxx.html */
.voice-list .chapter01{
	position: relative;
}

.voice-list .chapter01 .chapter01-body{
	text-align: center;
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}

.voice-list .chapter02 .voice-list-body{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voice-list .chapter02 .voice-list-body .box01, .voice-list .chapter02 .voice-list-body .box02{
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #e67578;
	position: relative;
}

.voice-list .chapter02 .voice-list-body .voice-list-photo, .voice-list .chapter02 .voice-list-body .voice-list-thumb{
	line-height: 0;
}

.voice-list .chapter02 .voice-list-body .voice-list-photo a, .voice-list .chapter02 .voice-list-body .voice-list-thumb a{
	position: relative;
	line-height: 0;
}
.voice-list .chapter02 .voice-list-body .voice-list-photo a, .voice-list .chapter02 .voice-list-body .voice-list-thumb a img{
	position: relative;
}
.voice-list .chapter02 .voice-list-body .voice-list-photo a:after, .voice-list .chapter02 .voice-list-body .voice-list-thumb a:after{
	content: url(../img/voice/zoom.png);
	display: block;
	width: 17px;
	height: 18px;
	padding: 3px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: #000;
	z-index: 1;
}

.voice-list .chapter02 .voice-list-body h4{
	border-bottom: 1px solid #e67578;
	padding-bottom: 15px;
}

.voice-list .chapter02 .voice-list-body h4 span.city{
	display: inline-block;
	margin-right: 5px;
	color: #fff;
	padding: 3px 5px;
	box-sizing: border-box;
	background: #e67578;
}

.voice-list .chapter02 .voice-list-body .box02 .voice-list-photo{
	text-align: center;
}

.voice-list .chapter03 .info-title{
	position: relative;
	text-align: center;
}

#main.voice-list .chapter03 h2{
	display: inline-block;
	position: relative;
	z-index: 1;
	background: linear-gradient(180deg, transparent 80%, #fffc04 80%)
}

.voice-list .chapter03 h2 span.title-city{
	font-size: 140%;
	color: #fff;
	-webkit-text-stroke: 1px #000;
	text-stroke: 1px #000;
}

.voice-list .chapter03 .info-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voice-list .chapter03 .info-wrap .info-place{
	background: #fff;
	box-sizing: border-box;
	position: relative;
}

#main.voice-list .chapter03 .info-wrap .info-text h3{
	background: url(../img/voice/voice-list-cap-bg.png) center center no-repeat;
	background-size: contain;
	text-align: center;
	padding: 15px 0;
	margin-top: 0;
}

.voice-list .chapter03 .info-wrap .info-text-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.voice-list .chapter04{
	text-align: center;
}

.voice-list .chapter04 .others-wrap{
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.voice-list .chapter04 .others-wrap a{
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	background: #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
	text-decoration: none;
	border-radius: 10px;
}

.voice-list .chapter04 .others-wrap a:hover, .voice-list .chapter04 .others-wrap a.on{
	background: #e67578;
	color: #fff;
}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {

	.voice-list .chapter01 .voice-list-il01{
		display: none;
	}

	.voice-list .chapter01 .voice-list-il02{
		display: none;
	}

	.voice-list .chapter01 .fun{
		max-width: 206px;
		width: 70%;
		margin: 10px auto;
	}

	.voice-list .chapter01 .voice-list-specialday{
		max-width: 150px;
		width: 60%;
		margin: 15px auto;
	}

	.voice-list .chapter02 .voice-list-body .box01{
		width: 100%;
		padding: 30px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
		margin-bottom: 20px;
	}

	.voice-list .chapter02 .voice-list-body .box02{
		width: 100%;
		padding: 30px;
		position: relative;
		margin-bottom: 20px;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-text p.message{
		margin: 30px 0;
		padding: 10px 20px;
		background-color: #fff;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F5F5F5), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F5F5F5),color-stop(.75, #F5F5F5), color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 7px 7px;
	}

	.voice-list .chapter02 .voice-list-body .box01 .voice-list-thumb img{}

	.voice-list .chapter02 .voice-list-body .voice-list-il03{
		display: none;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-il04{
		display: none;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-il05{
		display: none;
	}

	.voice-list .chapter03 .voice-list-il06{
		display: none;
	}

	.voice-list .chapter03 .voice-list-il07{
		display: none;
	}

	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo{
		width: 100%;
		text-align: center;
	}

	.voice-list .chapter02 .voice-list-body .box01 img, .voice-list .chapter02 .voice-list-body .box02 img{
		
	}

	.voice-list .chapter03 .info-wrap{
		padding-top: 30px;
	}

	.voice-list .chapter03 .info-wrap .info-place{
		width: calc(100% - 15px);
	}

	.voice-list .chapter03 .info-wrap .info-place .btn_pink{
		margin: 20px auto;
	}

	.voice-list .chapter03 .info-wrap .info-text{
		width: 96%;
		margin: 30px auto 0 auto;
	}

	.voice-list .chapter03 .info-wrap .info-text-box{
		width: 48%;
	}

	.voice-list .chapter04 .others-wrap{
		padding-top: 30px;
	}

	.voice-list .chapter04 .others-wrap a{
		width: 31%;
		margin-left: 1%;
		margin-right: 1%;
	}

}

/* --- SP ---------- */
@media print, screen and (max-width: 480px) {

	.voice-list .chapter01 .chapter01-body p{
		text-align: left;
	}

	.voice-list .chapter02 .voice-list-body .box01{
		padding: 20px;
	}

	.voice-list .chapter02 .voice-list-body .box02{
		padding: 20px;
	}

	.voice-list .chapter03 .info-wrap .info-text-box{
		width: 100%;
	}

	.voice-list .chapter04 .others-wrap a{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}

}

/* --- PC ---------- */
@media print, screen and (min-width: 741px) {

	.voice-list .chapter01 .voice-list-il01{
		max-width: 138px;
		width: 9.6%;
		position: absolute;
		bottom: -20px;
		left: 1%
	}

	.voice-list .chapter01 .voice-list-il02{
		max-width: 129px;
		width: 7%;
		position: absolute;
		bottom: -10px;
		right: 8%;
	}

	.voice-list .chapter01 .fun{
		max-width: 206px;
		width: 21%;
		position: absolute;
		top: -20px;
		left: 20px;
	}

	.voice-list .chapter01 .voice-list-specialday{
		max-width: 150px;
		width: 15.3%;
		margin: 15px auto;
	}

	.voice-list .chapter02 .voice-list-body .box01{
		width: 100%;
		padding: 50px;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		position: relative;
	}

	.voice-list .chapter02 .voice-list-body .box02{
		width: 48%;
		padding: 30px;
		position: relative;
	}

	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo{
		width: 33%;
	}

	.voice-list .chapter02 .voice-list-body .box01 .voice-list-text{
		width: 60%;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-text p.message{
		margin: 30px 0;
		padding: 10px 20px;
		background-color: #fff;
		background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F5F5F5), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F5F5F5),color-stop(.75, #F5F5F5), color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 7px 7px;
	}

	.voice-list .chapter02 .voice-list-body .box01 .voice-list-thumb img{
/*
		display: inline-block;
		width: 28%;
		margin-left: 2%;
		position: relative;
*/
	}

	#main.voice-list .chapter02 .voice-list-body .box01 h3{
		margin-top: 0;
		margin-bottom: 0;
	}

	.voice-list .chapter02 .voice-list-body .box01, .voice-list .chapter02 .voice-list-body .box02{
		margin-bottom: 50px;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-il03{
		position: absolute;
		max-width: 181px;
		width: 15%;
		right: -20px;
		bottom: 30px;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-il04{
		position: absolute;
		max-width: 188px;
		width: 32%;
		left: -80px;
		top: 30px;
	}

	.voice-list .chapter02 .voice-list-body .voice-list-il05{
		position: absolute;
		max-width: 578px;
		width: 60%;
		right: -36%;
		top: 30%;
	}

	.voice-list .chapter03 .voice-list-il06{
		position: absolute;
		max-width: 282px;
		width: 30%;
		right: -28%;
		top: -3%;
	}

	.voice-list .chapter03 .voice-list-il07{
		position: absolute;
		max-width: 113px;
		width: 30%;
		right: 30px;
		top: 0;
	}

	.voice-list .chapter02 .voice-list-body .box02 img{}

	.voice-list .chapter03 .info-wrap{
		padding-top: 50px;
	}

	.voice-list .chapter03 .info-wrap .info-place{
		width: 44%;
	}

	.voice-list .chapter03 .info-wrap .info-place .btn_pink{
		margin: 20px auto;
	}
	
	.voice-list .chapter03 .info-wrap .info-place .btn_pink a{
		padding: 16px;
	}

	.voice-list .chapter03 .info-wrap .info-text{
		width: 48%;
	}

	.voice-list .chapter03 .info-wrap .info-text-box{
		width: 48%;
	}

	.voice-list .chapter04 .others-wrap{
		padding-top: 50px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.voice-list .chapter04 .others-wrap a{
		width: 24%;
		font-size: 14px;
	}

	#main.voice-list .chapter04 .ribon-title{
		display: inline-block;
		position: relative;
		padding: 0 30px;
	}

	#main.voice-list .chapter04 .ribon-title:before{
		content: "";
		display: block;
		width: 80px;
		height: 40px;
		background: url(../img/voice/ribon.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -5px;
		left: -80px;
	}

	#main.voice-list .chapter04 .ribon-title:after{
		content: "";
		display: block;
		width: 80px;
		height: 40px;
		background: url(../img/voice/ribon.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -5px;
		right: -80px;
		transform: scale( -1, 1 );
	}

}

@media print, screen and (min-width: 741px)  and (max-width: 981px) {

	.voice-list .voice-list-body, .voice-list .info-wrap{
		font-size: 80%;
	}

	.voice-list .chapter03 .info-wrap .info-place{
		padding: 30px;
	}

}

/* --- SP ---------- */
@media print, screen and (max-width: 740px) {
	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo a{
		display: block;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo a img{
		position: relative;
	}
	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo a::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 15px;
		width: 100%;
		height: 100%;
		background: url(../img/common/bk01.png);
	}
	.voice-list .chapter02 .voice-list-body .box02 a{
		display: inline-block;
		max-width: 360px;
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.voice-list .chapter02 .voice-list-body .box02 img{
		position: relative;
	}
	.voice-list .chapter02 .voice-list-body .box02 a::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 15px;
		width: 100%;
		height: 100%;
		background: url(../img/common/bk01.png);
	}
	.voice-list .chapter02 .voice-list-body .box02 .voice-list-text{
		margin: 50px auto 0;
	}
	.voice-list .chapter03 .info-wrap .info-place{
		position: relative;
	}
	.voice-list .chapter03 .info-wrap .info-place::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 100%;
		height: 100%;
		background-size: auto auto;
		background-color: transparent;
		background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6%, #000 0.7%, #000 0.8% );
	}
	.voice-list .chapter03 .info-wrap .info-place .inner{
		position: relative;
		padding: 30px;
		background: #fff;
	}
	.voice-list .chapter02 .voice-list-body .voice-list-text .voice-list-thumb a{
		display: inline-block;
		width: 28%;
		margin-left: 2%;
		position: relative;
	}
}
/* --- PC ---------- */
@media print, screen and (min-width: 741px) {
	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo a{
		display: block;
	}
	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo a img{
		position: relative;
	}
	.voice-list .chapter02 .voice-list-body .box01 .voice-list-photo a::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 15px;
		width: 100%;
		height: 100%;
		background: url(../img/common/bk01.png);
	}
	.voice-list .chapter02 .voice-list-body .box02 a{
		display: inline-block;
		max-width: 360px;
		width: 64.2%;
	}
	.voice-list .chapter02 .voice-list-body .box02 img{
		position: relative;
	}
	.voice-list .chapter02 .voice-list-body .box02 a::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 15px;
		left: 15px;
		width: 100%;
		height: 100%;
		background: url(../img/common/bk01.png);
	}
	.voice-list .chapter02 .voice-list-body .box02 .voice-list-text{
		margin: 50px auto 0;
	}
	.voice-list .chapter03 .info-wrap .info-place{
		position: relative;
	}
	.voice-list .chapter03 .info-wrap .info-place::before{
		content: '';
		display: inline-block;
		position: absolute;
		top: 10px;
		left: 10px;
		width: 100%;
		height: 100%;
		background-size: auto auto;
		background-color: transparent;
		background-image: repeating-linear-gradient(135deg, transparent, transparent 0.6%, #000 0.7%, #000 0.8% );
	}
	.voice-list .chapter03 .info-wrap .info-place .inner{
		position: relative;
		padding: 50px;
		background: #fff;
	}
	.voice-list .chapter02 .voice-list-body .voice-list-text .voice-list-thumb{}
	.voice-list .chapter02 .voice-list-body .voice-list-text .voice-list-thumb a{
		display: inline-block;
		width: 28%;
		margin-left: 2%;
		position: relative;
	}
	.voice-list .chapter02 .voice-list-body .voice-list-text .voice-list-thumb a img{}
}
