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

/*---------------------------------
	index
---------------------------------*/
#voice #ttlBox {
    margin: 0 auto;
    height: 150px;
    background: #bbd09d;
}
#voice #ttlBox h1 {
    line-height: 150px;
    font-size: 3.4rem;
    color: #fff;
    text-align: center;
}
#voice .bgTopFlower {
    background: url(../img/voice/bg_flower_top.png) center top no-repeat;
    padding-top: 80px;
    width: 920px;
}
#voice .voice_lead {
    text-align: center;
    font-size: 2.4rem;
    color: #534741;
    font-weight: 600;
    margin-bottom: 140px;
}
@media (max-width: 780px) {
    #voice .bgTopFlower {
        width: 100%;
    }
    #voice .voice_lead {
        font-size: 2.4rem;
        margin: 0 20px 100px;
    }
}
@media (max-width: 480px) {
    #voice #ttlBox {
        height: 100px;
    }
    #voice #ttlBox h1 {
        font-size: 2.8rem;
        line-height: 100px;
    }
    #voice .bgTopFlower {
        background-size: 90% auto;
        padding-top: 40px;
    }
    #voice .voice_lead {
        font-size: 1.8rem;
        margin: 0 20px 40px;
        text-align: left;
    }
}

#voice .voice_lead .hakkounomoto { color: #e8979b; }
#voice .voice_lead .hakkounoshio { color: #71acbe; }


#voice .voice_comment {
    display: flex;
    margin-bottom: 20px;
}
#voice .voice_comment .info {
    width: 250px;
    background: url(../img/voice/bg_photo.png) no-repeat;
}
#voice .voice_comment.photo_left .info {
    width: 250px;
    background-position: left top;
    padding-bottom: 8px;
}
#voice .voice_comment.photo_right .info {
    width: 250px;
    background-position: right top;
    text-align: right;
    padding-bottom: 8px;
}
#voice .voice_comment .info div {
    width: 250px;
    background: url(../img/voice/photo_line.png) no-repeat;
    padding: 14px 14px 4px;
    box-sizing: border-box;
}
#voice .voice_comment .info div figure {
    overflow: hidden;
    width: 174px;
    height: 200px;
    position: relative;
}
#voice .voice_comment .info div figure img {
    width: auto;
    height: 100%;
    max-width: 150%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#voice .voice_comment.photo_left .info div {
    background-position: right center;
}
#voice .voice_comment.photo_right .info div {
    background-position: left center;
}
#voice .voice_comment.photo_right .info figure {
    margin: 0 0 0 auto;
}
#voice .voice_comment .name {
    color: #42210b;
    font-size: 1.8rem;
    text-align: center;
    width: 202px;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-weight: bold;
}
#voice .voice_comment.photo_right .name {
    margin: 0 0 0 auto;
}
#voice .voice_comment .comment {
    background: #e8979b;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    width: 650px;
    height: 90%;
}
#voice .voice_comment .use_item {
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    margin-top: 16px;
    color: #42210b;
    font-size: 1.8rem;
}
#voice .voice_comment .use_item dd {
    margin-top: 10px;
}
#voice .voice_comment .use_item dd span {
    padding: 6px;
}
#voice .voice_comment .use_item dd span + span {
    margin-left: 8px;
}
#voice .voice_comment .use_item dd span.moto {
    color: #fff;
    background: #917c65;
}
#voice .voice_comment .use_item dd span.salt {
    color: #fff;
    background: #71acbe;
}

#voice .voice_comment .comment div {
    font-size: 1.6rem;
    color: #42210b;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    border: 2px solid #e8979b;
    padding: 34px;
    background: url(../img/common/bg_flower.jpg);
    font-weight: 600;
    
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}
#voice .voice_comment .comment div h2 {
    font-size: 2.4rem;
    margin-bottom: 18px;
}


@media (max-width: 780px) {
    #voice .voice_comment {
        display: block;
        margin-bottom: 10px;
    }
    #voice .voice_comment .info {
        width: 100%;
        background: url(../img/voice/bg_photo.png) no-repeat;
        background-position: center top;
        background-size: 160px auto;
        text-align: center;
        margin-bottom: 30px;
    }
    #voice .voice_comment.photo_left .info,
    #voice .voice_comment.photo_right .info {
        width: 100%;
        background-position: center top;
    }
    #voice .voice_comment .info div {
        margin: 0 auto;
        background-image: none;
        width: 200px;
    }
#voice .voice_comment .info div figure {
    width: 130px;
    height: 160px;
    margin: 0 auto;
}
#voice .voice_comment.photo_right .info figure {
    margin: 0 auto;
}
    #voice .voice_comment.photo_right .name,
    #voice .voice_comment.photo_left .name {
        text-align: center;
        width: 100%;
	font-weight: normal;
	font-size: 1.4rem;
    }
    #voice .voice_comment.photo_left .comment,
    #voice .voice_comment.photo_right .comment {
        width: 90%;
        height: auto;
        margin: 0 auto 10px 6.5%
    }
#voice .voice_comment .comment {
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    transform: rotate(-1deg);
}
    #voice .voice_comment .comment div {
        font-size: 1.4rem;
        border: 2px solid #e8979b;
        padding: 20px;
        font-weight: normal;

        -webkit-transform: rotate(1deg);
        -moz-transform: rotate(1deg);
        -ms-transform: rotate(1deg);
        -o-transform: rotate(1deg);
        transform: rotate(1deg);
    }
    #voice .voice_comment .comment div h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

#voice .reply_comment {
	position: relative;
	display: inline-block;
 	margin: 1.5em auto 100px;
	padding: 20px 30px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	text-align: left;
	background: #f7dede;
	border-radius: 10px;
}
#voice .reply_comment:before{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #f7dede;
}
#voice .reply_comment p {
	margin: 8px 0 0;
	padding: 0;
	font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
	font-weight: 600;
}
@media (max-width: 780px) {
	#voice .reply_comment {
		margin: 1.5em 20px 50px;
	}
}

#voice .voice_comment + .voice_comment {
	margin-top: 80px;
}



/* category button */
#voiceLink_moto h2 {
	color: #e8979b;
	font-size: 2.4rem;
	text-align: center;
}

#voiceLink_shio h2 {
	color: #71acbe;
	font-size: 2.4rem;
	text-align: center;
}

	

#voiceCtgBtn, #voiceCtgBtnS {
	margin: 10px auto 60px;
}

#voiceCtgBtn li, #voiceCtgBtnS li {
	margin: 0 5% 20px 0;
	width: 30%;
}
#voiceCtgBtn li:nth-of-type(3n), #voiceCtgBtnS li:nth-of-type(3n) { margin-right: 0; }
#voiceCtgBtn li a {
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	border: 2px solid #e8979b;
	display: block;
}
#voiceCtgBtn li a:hover {
	color: #FFFFFF;
	background: #e8979b;
}
#voiceCtgBtn li.current-cat {
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	background: #e8979b;
}
#voiceCtgBtn li.current-cat a {
	padding: 0;
	color: #FFFFFF;
}
@media (max-width: 780px) {
	#voiceCtgBtn, #voiceCtgBtnS {
		margin: 10px auto 60px;
		width: 90%;
	}
	#voiceCtgBtn li, #voiceCtgBtnS li {
		margin: 0 auto 20px;
		font-size: 1.6rem;
		width: 45%;
	}
	#voiceCtgBtn li:nth-of-type(3n),
	#voiceCtgBtnS li:nth-of-type(3n) { margin-right: auto; }
	#voiceCtgBtn li a {
		font-size: 1.6rem;
		height: 100%;
		box-sizing: border-box;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-align:center;
		-moz-box-align:center;
		-ms-flex-align:center;
		-webkit-align-items:center;
		-moz-align-items:center;
		align-items:center;
		-webkit-justify-content:center;
		-moz-justify-content:center;
		justify-content:center;
	}
	#voiceCtgBtn li.current-cat { font-size: 1.6rem; }
}


#voiceCtgBtnS li a {
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	border: 2px solid #71acbe;
	display: block;
}
#voiceCtgBtnS li a:hover {
	color: #FFFFFF;
	background: #71acbe;
}
#voiceCtgBtnS li.current-cat {
	padding: 8px 0;
	font-size: 1.8rem;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	background: #71acbe;
}
#voiceCtgBtnS li.current-cat a {
	padding: 0;
	color: #FFFFFF;
}
@media (max-width: 780px) {
	#voiceCtgBtnS li a {
		font-size: 1.6rem;
		height: 100%;
		box-sizing: border-box;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:flex;
		-webkit-box-align:center;
		-moz-box-align:center;
		-ms-flex-align:center;
		-webkit-align-items:center;
		-moz-align-items:center;
		align-items:center;
		-webkit-justify-content:center;
		-moz-justify-content:center;
		justify-content:center;
	}
	#voiceCtgBtnS li.current-cat { font-size: 1.6rem; }
}


.voice_comment span {
    margin: 30px 0 5px;
    padding: 4px 10px;
    font-family: '游ゴシック',YuGothic,'Yu Gothic','Yu Gothic UI','Meiryo UI','ヒラギノ角ゴシック','Hiragino Sans','Arial','Helvetica',sans-serif;
    font-size: 1.6rem;
    color: #fff;
    width: 6em;
    text-align: center;
    border-radius: 20px;
    background: #917c65;
    display: block;
}
.voice_comment.photo_right .info span {
    margin: 30px 0 5px auto;
}
.voice_comment .info p {
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 780px){
	.voice_comment span {
		margin: 30px auto 5px;
	}
	.voice_comment.photo_right .info span {
		margin: 30px auto 5px;
	}
	#voice .voice_comment.photo_right .info {
		text-align: center;
	}
}



/*========================================
	pagenate
========================================*/
.pagenate {
	margin: 20px auto 60px;
	height: auto;
	text-align: center;
}

.pagenate span.current {
	margin: 0 5px;
	color: #FFFFFF;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	box-sizing: border-box;
	background: #c8b7a7;
}
.pagenate a {
	margin: 0 5px;
	color: #c8b7a7;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	display: inline-block;
	box-sizing: border-box;
	border: 1px solid #c8b7a7;
}
.pagenate a:hover {
	color: #FFFFFF;
	background: #c8b7a7;
}
.pagenate a.prev,
.pagenate a.next {
	color: #FFFFFF;
	width: 60px;
	background: #c8b7a7;
}
