@charset "utf-8";

.mod_pagetitle:before {
	background-image: url(../images/customer/mv.jpg);
}
@media screen and (max-width: 640px) {
	.mod_pagetitle:before {
		background-image: url(../images/customer/mv_sp.jpg);
	}
}

/* page_wrap
============================================================================================================ */
#page_wrap {
	width: 1020px;
	margin: 0 auto 100px;
}
@media screen and (max-width: 640px) {
	#page_wrap {
		width: auto;
		margin: 0 16px;
	}
}



/* list
============================================================================================================ */
.customer_list .contantWrap .btns01 {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	height: 100%;
	width: 100%;
	max-width: 1080px;
}
.customer_list .contantWrap .btns01 button {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 11;
	width: 70px;
	height: 70px;
	-webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 640px) {
	.customer_list .contantWrap .btns01 button {
		width: 60px;
		height: 100px;
	}
}

.customer_list .contantWrap .btns01 button:before, .customer_list .contantWrap .btns01 button:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transition: .2s;
	transition: .2s;
}
.customer_list .contantWrap .btns01 button:before {
	width: 40px;
	height: 40px;
	background-color: #4D4E56;
}

@media screen and (max-width: 640px) {
	.customer_list .contantWrap .btns01 button:before {
		width: 40px;
		height: 65px;
	}
}

.customer_list .contantWrap .btns01 button:after {
	width: 10px;
	height: 10px;
	border: 1px solid #FFF;
}

.customer_list .contantWrap .btns01 button.next {
	right: -35px;
}

@media screen and (max-width: 640px) {
	.customer_list .contantWrap .btns01 button.next {
		right: 0;
	}
}

.customer_list .contantWrap .btns01 button.next:before {
	left: auto;
}

.customer_list .contantWrap .btns01 button.next:after {
	border-bottom: transparent !important;
	border-left: transparent !important;
	-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	right: -24px;
}

@media screen and (max-width: 640px) {
	.customer_list .contantWrap .btns01 button.next:after {
		right: -16px;
	}
}

.customer_list .contantWrap .btns01 button.prev {
	left: -35px;
}

@media screen and (max-width: 640px) {
	.customer_list .contantWrap .btns01 button.prev {
		left: 0;
	}
}

.customer_list .contantWrap .btns01 button.prev:before {
	right: auto;
}

.customer_list .contantWrap .btns01 button.prev:after {
	border-bottom: transparent !important;
	border-right: transparent !important;
	-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	right: 24px;
}

@media screen and (max-width: 640px) {
	.customer_list .contantWrap .btns01 button.prev:after {
		right: 16px;
	}
}

.no-touchevents .customer_list .contantWrap .btns01 button:hover:after {
	opacity: 0.3;
}



.customer_list {
	margin-bottom: 120px;
}
.customer_list .contantWrap {
	max-width: 840px;
	width: 100%;
	margin: auto;
	position: relative;
}
.customer_list .contentWrapIn {
	padding: 0 33.33333%;
}
.customer_list .contentWrapIn .content {
	position: relative;
	display: table;
}
.customer_list .contentWrapIn .content .link {
	display: table-cell;
	position: relative;
	top: 0;
	left: 0;
	height: 100%;
	width: 280px;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
}
.customer_list .contentWrapIn .content .link > .in {
	position: relative;
	padding: 0 20px;
}
.customer_list .contentWrapIn .content .link > .in .new {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -120px;
}
.customer_list .contentWrapIn .content .link > .in .imgarea {
	width: 240px;
	height: 240px;
	margin: 0 auto 15px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 100%;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.customer_list .contentWrapIn .content .link > .in .title {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: normal;
}
.customer_list .contentWrapIn .content .link > .in .btn span {
	max-width: 110px;
	background-color: #FFF;
	color: #4D4E56;
	text-align: center;
	border: 1px solid #4d4e56;
}

.no-touchevents .customer_list .contentWrapIn .content .link:hover .imgarea {
	opacity: .7;
}
.no-touchevents .customer_list .contentWrapIn .content .link:hover > .in .title {
	text-decoration: underline;
}
.no-touchevents .customer_list .contentWrapIn .content .link:hover .in .btn span:after {
	-webkit-transform: rotate(45deg) translate(3px, -3px);
	transform: rotate(45deg) translate(3px, -3px);
}
@media screen and (max-width: 640px) {
	.customer_list {
		margin: 40px 0;
	}
	.customer_list .contentWrapIn {
		padding: 0 8%;
	}
}




/* detail
============================================================================================================ */
#page_wrap.detail {
	font-size: 14px;
	font-size: 1.4rem;
}
#page_wrap.detail > header {
	margin-top: -30px;
	margin-bottom: 35px;
	padding: 40px 0;
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
}
#page_wrap.detail > header h1 {
	margin-bottom: 10px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.5;
}
#page_wrap.detail .hall_list {
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
#page_wrap.detail .hall_list dl > * {
	display: inline-block;
}
.safari #page_wrap.detail .hall_list dl dd {
	word-break: keep-all;
	white-space: nowrap;
}
#page_wrap.detail .hall_list dl dd:before {
	content: "： ";
}

#page_wrap.detail .main_img {
	text-align: center;
	margin-top: 45px;
}
#page_wrap.detail .main_img img {
	max-width: 100%;
}

@media screen and (max-width: 640px) {
	#page_wrap.detail {
		font-size: 1.3rem;
	}
	#page_wrap.detail > header {
		margin-top: -20px;
		margin-bottom: 20px;
		padding: 20px 0;
		font-size: 1.3rem;
	}
	#page_wrap.detail > header h1 {
		margin-bottom: 5px;
		font-size: 2.2rem;
	}
	#page_wrap.detail .hall_list {
		font-size: 1.3rem;
	}
	#page_wrap.detail .hall_list dl > * {
		display: block;
	}
	#page_wrap.detail .hall_list dl + dl {
		margin-top: 20px;
	}
	#page_wrap.detail .hall_list dl dt {
		font-weight: bold;
	}
	#page_wrap.detail .hall_list dl dd:before {
		content: none;
	}
	#page_wrap.detail .hall_list dl dd:before {
		content: none;
	}
	#page_wrap.detail .main_img {
		margin-top: 20px;
	}
}


#page_wrap.detail .voice {
	position: relative;
	margin: 80px 0;
	padding: 70px 150px;
	background-color: #fdedea;
	border: 12px solid #fff;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
}
#page_wrap.detail .voice h1 {
	text-align: center;
}
#page_wrap.detail .voice .lead {
	margin: 20px 0 40px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
}
#page_wrap.detail .voice:before,
#page_wrap.detail .voice:after {
	content: "";
	position: absolute;
	right: -12px;
	left: -12px;
	height: 40px;
	background: url(../images/customer/voice_shadow.png);
}
#page_wrap.detail .voice:before {
	top: -52px;
}
#page_wrap.detail .voice:after {
	bottom: -52px;
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
}
@media screen and (max-width: 640px) {
	#page_wrap.detail .voice {
		margin: 40px 0;
		padding: 30px 15px;
		border-width: 6px;
		font-size: 1.3rem;
	}
	#page_wrap.detail .voice h1 img {
		width: 150px;
	}
	#page_wrap.detail .voice .lead {
		margin: 5px 0 20px;
		font-size: 1.3rem;
	}
	#page_wrap.detail .voice:before,
	#page_wrap.detail .voice:after {
		right: -6px;
		left: -6px;
		background-position: 50% 100%;
		background-repeat: no-repeat;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
}


#page_wrap.detail .planer {
	position: relative;
	margin: 100px 90px;
	padding: 60px 72px;
	border: 1px solid #edebeb;
	background-color: #fff;
	line-height: 2;
}
#page_wrap.detail .planer:before {
	content: "";
	position: absolute;
	right: -13px;
	bottom: -13px;
	width: 100%;
	height: 100%;
	background: url(../images/customer/planer_bg.png);
	z-index: -1;
}
#page_wrap.detail .planer:after {
	content: ""; display: table; clear: both;
}

#page_wrap.detail .planer dl {
	float: right;
	width: 222px;
	text-align: center;
}
#page_wrap.detail .planer dt {
	margin-bottom: 5px;
	border: 9px solid #fff;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.2);
	box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
#page_wrap.detail .planer dt img {
	vertical-align: middle;
}
#page_wrap.detail .planer dd {
	font-size: 16px;
	font-size: 1.6rem;
}
#page_wrap.detail .planer dd span {
	font-size: 10px;
	font-size: 1.0rem;
}
#page_wrap.detail .planer dl ~ * {
	margin-right: 260px;
}
#page_wrap.detail .planer h1 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #edebeb;
	font-size: 14px;
	font-size: 1.4rem;
	color: #4D4E56;
	font-weight: normal;
}
#page_wrap.detail .planer .l {
	margin-bottom: 10px;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.5;
}
#page_wrap.detail .planer .message {
	padding-bottom: 40px;
}
#page_wrap.detail .planer .logo {
	position: absolute;
	bottom: 64px;
	left: 72px;
	font-size: 10px;
	font-size: 1rem;
	color: #4D4E56;
}

@media screen and (max-width: 640px) {
	#page_wrap.detail .planer {
		margin: 30px 0;
		padding: 30px 15px;
	}
	#page_wrap.detail .planer:before {
		right: -6px;
		bottom: -6px;
		-webkit-background-size: 21px;
		background-size: 21px;
	}

	#page_wrap.detail .planer dl {
		float: none;
		width: auto;
		margin-bottom: 30px;
	}
	#page_wrap.detail .planer dt {
		width: 150px;
		margin: 0 auto 5px;
		border-width: 5px;
	}
	#page_wrap.detail .planer dd {
		font-size: 1.3rem;
	}
	#page_wrap.detail .planer dl ~ * {
		margin-right: 0;
	}
	#page_wrap.detail .planer h1 {
		font-size: 1.2rem;
	}
	#page_wrap.detail .planer .l {
		font-size: 1.6rem;
	}
	#page_wrap.detail .planer .message {
		padding-bottom: 20px;
	}
	#page_wrap.detail .planer .logo {
		position: static;
	}
}


#page_wrap.detail .customer_hall {
	width: 410px;
	margin: 90px auto 80px;
}
#page_wrap.detail .customer_hall h1 {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
#page_wrap.detail .customer_hall h1:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	border-top: 1px solid #4d4e56;
}
#page_wrap.detail .customer_hall h1 span {
	position: relative;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	z-index: 3;
}
#page_wrap.detail .customer_hall img {
	width: 100%;
}
#page_wrap.detail .customer_hall .name {
	margin: 20px 0 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
#page_wrap.detail .customer_hall dl:after {
	content: ""; display: table; clear: both;
}
#page_wrap.detail .customer_hall dl dt {
	float: left;
}
#page_wrap.detail .customer_hall dl dt:before {
	content: "■";
	color: #a6a6aa;
}
#page_wrap.detail .customer_hall dl dd {
	margin-left: 6em;
}

@media screen and (max-width: 640px) {
	#page_wrap.detail .customer_hall {
		width: auto;
		margin: 50px 15px 40px;
	}
	#page_wrap.detail .customer_hall h1 {
		margin-bottom: 20px;
	}
	#page_wrap.detail .customer_hall .name {
		margin: 20px 0 10px;
		font-size: 16px;
		font-size: 1.6rem;
	}
}






/* customerDetailImgarea */
.customerDetailImgarea {
	font-size: 0;
	margin: 45px auto;
	padding-top: 81%;
	position: relative;
}

.customerDetailImgarea .line {
	background-color: #fff;
	position: absolute;
}
.customerDetailImgarea .img {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	position: absolute;
}
.customerDetailImgarea .t0 {
	top: 0;
}

.customerDetailImgarea .t1 {
	top: 33.33333%;
}

.customerDetailImgarea .t2 {
	top: 66.66666%;
}

.customerDetailImgarea .l0 {
	left: 0;
}

.customerDetailImgarea .l1 {
	left: 33.33333%;
}

.customerDetailImgarea .l2 {
	left: 66.66666%;
}

.customerDetailImgarea .w0 {
	width: 12px;
	margin-left: -6px;
}

.customerDetailImgarea .w1 {
	width: 33.33333%;
}

.customerDetailImgarea .w2 {
	width: 66.66666%;
}

.customerDetailImgarea .w3 {
	width: 100%;
}

.customerDetailImgarea .h0 {
	height: 12px;
	margin-top: -6px;
}

.customerDetailImgarea .h1 {
	height: 33.33333%;
}

.customerDetailImgarea .h2 {
	height: 66.66666%;
}

.customerDetailImgarea .h3 {
	height: 100%;
}

@media screen and (max-width: 640px) {
	.customerDetailImgarea {
		margin-top: 20px;
	}
	.customerDetailImgarea .w0 {
		width: 2px;
		margin-left: -1px;
	}

	.customerDetailImgarea .h0 {
		height: 2px;
		margin-top: -1px;
	}
}


