@charset "utf-8";
/* =======================================
	voicePage/guestPage
======================================= */
#customerArea {
	width: 980px;
	margin-top: 20px;
}

#customerArea h1 {
	margin-top: 20px;
	text-align: left;
}
#textArea {
    padding: 35px 0;
    color: #000;
}
#textArea p {
    line-height: 1.5;
    text-align: center;
    padding: 4px 0;
/*    font-weight: 600;*/
    font-size:14px;
    font-family: "メイリオ";
}
#textArea p a {
	border-bottom: 1px solid;
	color: #000000;
}
#voice .contentsWrap, #guest .contentsWrap {
	width: 980px;
	margin-top: 20px;
}
#sidemenu {
	float: left;
	width: 140px;
	margin-top: 20px;
}
#sidemenu ul {
	padding-left: 12px;
}
#sidemenu ul li {
	text-align: center;
    background: #4d4d4d;
    margin: 10px;
    padding: 5px;
}
#sidemenu ul li.active {
    background: crimson;
}
#sidemenu ul li:hover {
    background: crimson;
    opacity: 0.9;
}
#sidemenu ul li a {
	color: #fff;
    height: 23px;
}
#guestContents {
	float: right;
}
.photoDetail{
    font-family: auto;
    height: 55px;
}
p.date {
	font-size: 12px;
    font-weight: 500;
}
p.car_type{
    font-weight: 900;
    padding: 0px 3px;
}
p.in_shop{
    font-size: 12px;
    font-weight: bold;
    padding: 3px;
}
p.in_shop span{
    font-weight: 500;
    background: #cf001b;
    color: white;
    padding: 1px 10px;
    border-radius: 5px;
}
p.comment{
    border: 1px dotted;
    border-radius: 3px;
    padding: 3px;
    background: #efefef;
}


#voiceContents {
	float: right;
	width: 840px;
}
#voiceContents p {
	margin-bottom: 5px;
	text-align: right;
}
#voiceContents ul li {
	float: left;
	width: 145px;
	padding-left: 20px;
	padding-bottom: 10px;
}
.voicelist span {
	display: block;
	padding-left: 5px;
	font-size: 0.85em;
}

.guestlist li{
    width: 30%;
    float: left;
    padding: 15px 16px;
}

.guestlist ul li div {
    max-height: 230px;
    overflow: hidden;
}
.imgDetail{
    text-align: center;
}
.guestlist ul li div:hover{
    opacity: 0.7;
    transition: .5s;
}
.guestlist ul li img {
	width: 300px;
    height: 225px;
    object-fit: cover;
}
.nav_list .on a{
    border-bottom:  1px solid #e12a17;
}

@media screen and (max-width: 1024px) {
	#customerArea {
		width: 90%;
		margin: 20px auto;
	}
	#voice .contentsWrap, #guest .contentsWrap {
		width: 100%;
		margin: 0 auto;
	}
	
	#sidemenu {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
	#sidemenu ul li{
		float: left;
		width: 124px;
	}
	#guestContents {
		width: 100%;
		margin-top: 15px;
	}
}
@media screen and (max-width: 640px) {
	.sub_menu {
		display: none;
	}
	#sidemenu ul li{
		float: left;
		width: 110px;
	}
	/**light box**/
	#outerImageContainer {
		width: 100% !important;
		height: initial !important;
	}
	#imageDataContainer {
		width: 100% !important;
	}
	#lightboxImage {
		width: 100%;
	}
	
}

#voicelistOn, #guestlistOn {
	display: inline-block;
	width: 190px;
	height: 34px;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
	background-color: #cc182c;
	border: solid 1px #cc182c;
	border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}
#voicelist, #guestlist {
	display: inline-block;
	width: 190px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-weight: bold;
	background-color: #eeeeee;
	border: solid 1px #cc182c;
	border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}
#voicelist a:hover, #guestlist a:hover {
	display: block;
	width: 190px;
	height: 34px;
	color: #ffffff !important;
	text-align: center;
	line-height: 34px;
	background-color: #cc182c;
	border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;
}
#voicelist a, #guestlist a {
	display: block;
}


@media screen and (max-width: 1024px) {
	#voicelist, #guestlist {
		width: 28%;
		max-width: 190px;
	}
	#voicelistOn, #guestlistOn {
		width: 28%;
	}
	#voicelist a:hover, #guestlist a:hover {
		width: 100%;
	}

}

@media screen and (max-width: 640px) {
	#customerArea .menu {
		text-align: center;
	}
	#voicelist, #guestlist {
		width: 42%;
		max-width: 190px;
	}
	#voicelistOn, #guestlistOn {
		width: 42%;
		max-width: 190px;
	}
}
@media screen and (max-width: 400px) {

	#voicelistOn, #guestlistOn ,
	#voicelist, #guestlist {
		width: 48%;
	}

}
/* 詳細説明 */

.guestlist .detailBox{
    font-family: auto;
}
.detailBox .detailNameline{
    padding: 0px 5px 2px;
    font-weight: bold;
    border-bottom: 1px solid orange;
}
.detailNameline .detailDate{
    float: right;
    display: block;
    top: -19px;
    position: relative;
}
.detailBox .detailCustomerline{
    padding: 3px 5px 1px;
    font-size: 12px;
    border-bottom: 1px solid orange;    
}
.detailCustomerline .detailPerson{
    float: right;
    display: block;
    top: -17px;
    position: relative;
}
.detailBox .detailRemarks{
    padding: 5px;
    font-size: 12px;
    background: bisque;
    border: 1px solid orange;
    display: inline-block;
    min-height: 120px;
    border-radius: 0px 0px 10px;
    border-bottom-width: 4px;
    min-width: 96%;
    line-height: 1.5;
}
#voiceContentsArea .titlebox{
    height: 375px;
    background: url('guest/top.png');
    background-size: cover;
    background-position: center;

}
#voiceContentsArea h1.titleArea{
    background: #ffffff91;
    position: relative;
    margin: 0;
    padding: 0;
    height: 140px;
    top: 235px;
}
#voiceContentsArea h1.titleArea div{
    position: absolute;
    width: 500px;
    border-bottom: 6px #cf001b solid;
    display: block;
    margin: auto;
    top: 0;
    height: fit-content;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 42px;
    color: black;
    font-weight: 500;
}
#voiceContentsArea h1.titleArea span{
    letter-spacing: 30px;
    margin-right: -30px;
}


@media screen and (max-width: 980px) {
    #voiceContentsArea h1.titleArea div{
        width: 100%;
    }
    .guestlist li {
        width: 45%;
    }
}
@media screen and (max-width: 768px) {
    #voiceContentsArea .titlebox{
        height: 150px;
    }
    #voiceContentsArea h1.titleArea{
        top: 115px;
        height: 75px;
        background: #ffffffd4;
    }
    #textArea{
        padding-top: 50px;
    }
    #textArea p{
        font-weight: 500;
    }
    .guestlist li {
        padding: 2.5%;
    }
    .guestlist ul li img{
        width: 175px;
        height: 130px; 
    }
    .photoDetail{
        height: 55px;
    }
}

/* pagination */
.pagination{
    margin-bottom: 30px;
    text-align: center;
}
.pagination span{
    display: inline-flex;
    font-weight: bold;
    color: #fff;
}
.pagination span div{
    padding: 4px 0px;
    background: #4c4c4c;
    border: 1px solid;
    width: 32px;
}
.pagination .selected{
    background: #cf001b;
}
a:visited,a:link{
    color: inherit;
}
.pagination a:hover{
    opacity: .7;
}