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

/*-----------------------------------------------------------------
共通　ページ全体の基本設定
-------------------------------------------------------------------*/

/* ---------------------------------------------
お客様の声　一覧
--------------------------------------------- */
	/* flexBox2列 */
#customer.archive .entryList {
	margin: 50px auto;
}
#customer.archive .entryList ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}
#customer.archive .entryList ul li {
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #cccccc;
	padding: 1.5% 1.5% 4.5%;
	padding: 0;
	margin-top: 25px;
	position: relative;
	transition: 0.3s;
}
#customer.archive .entryList ul li:hover {
	-webkit-transform: translate(-7px, -7px);
	-moz-transform: translate(-7px, -7px);
	-ms-transform: translate(-7px, -7px);
	-o-transform: translate(-7px, -7px);
	transform: translate(-7px, -7px);
	-webkit-box-shadow: 7px 7px 0px 0px #000;
	-moz-box-shadow: 7px 7px 0px 0px #000;
	box-shadow: 7px 7px 0px 0px #000;
}
#customer.archive .entryList ul li a {
	text-decoration: none;
}
#customer.archive .entryList ul li .entryContent {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
}
#customer.archive .entryList ul li .entryContent .customerL {
	width: 180px;
	box-sizing: border-box;
}
#customer.archive .entryList ul li .entryContent .customerL img {
	width: 100%;
	height: auto;
}
#customer.archive .entryList ul li .entryContent .customerR {
	width: calc(100% - 180px);
	box-sizing: border-box;
	padding: 10px 18px;
}
#customer.archive .entryList ul li .entryContent .customerR h4 {
	font-size: 120%;
	text-align: left;
	border: none;
	padding: 0;
	display: block !important;
	margin: 0 0 15px;
}
.customerR dt {
	font-weight: bold;
	text-align: justify;
	display: inline-block;
}
.customerR dd {
	display: inline-block;
}
#customer li .indetail span {
	width: calc(100% - 180px);
	box-sizing: border-box;
	color: #000000;
	font-size: 11px;
	text-align: left;
	font-weight: 700;
	border-top: 1px dotted #ccc;
	display: block;
	padding: 7px 3%;
	position: absolute;
	bottom: 0;
	right: 0;
}
#customer li .indetail span .fa {
	line-height: 166%;
	position: absolute;
	top: 7px;
	right: 3%;
}


/* ---------------------------------------------
お客様の声　投稿
--------------------------------------------- */
dd{
	text-align: justify;
}
#customer.single.sub #singlePost.entry-content {
	margin-bottom: 50px;
}
#customer.single .profile {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 70px auto;
}
#customer.single .profile .profileL {
	width: 40%;
}
#customer.single .profile .profileL img {
	width: 100%;
	height: auto;
}
#customer.single .profile .profileR {
	width: 60%;
	box-sizing: border-box;
	padding-left: 40px;
}
#customer.single .profile .profileR h4 {
	font-size: 150%;
	text-align: left;
	letter-spacing: 0.01em;
	border: none;
	padding: 0;
	margin: 0 0 35px;
}
#customer.single .profile .profileR dl {
	font-size: 100%;
	line-height: 166%;
	letter-spacing: 0.1em;
	margin-top: 12px;
}
#customer.single .profile .profileR dt {
	font-weight: bold;
	display: inline-block;
}
#customer.single .profile .profileR dd {
	display: inline-block;
}

/*イベントレポート*/
.event_intro{
	margin-bottom: 100px;
}
.event_intro dl{
    display: flex;
    justify-content: center;
}
.event_intro dl dt{
    width: 20%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.event_intro dl dt img{
	width: 100%;
}
.event_intro dl dd {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 30px;
	padding: 20px;
	font-size: 16px;
	background: #eee;
}

.event_intro dl dd:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #eee;
}

.event_intro dl dd p {
  margin: 0;
  padding: 0;
}
.event_main{
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.event_main li{
	width: 50%;
}
.event_main li:first-child img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.event_main li:nth-child(2){
	padding-right: 4%;
}
.event_main dl dt{
	font-size: 140%;
	font-weight: bold;
	border: none;
	padding: 0;
	margin-bottom: 25px;
}
.event_main dl dd div{
	text-align: right;
}
.event_main dl dd a{
	margin: 10px 0;
	display: inline-block;
	position: relative;
}
.event_main dl dd a::before{
	content: '';
	display: block;
	position: absolute;
	left:-35px;
	top: -3px;
	background: url(/customer/wp-content/uploads/Instagram_icon.png);
	width: 30px;
	height: 30px;
	background-size: contain;
}
.event_detail{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.event_detail li{
	width: 30%;
}
.event_detail li dt{
	margin-bottom: 5px;
}
.event_voice{
	margin-top: 50px;
	padding: 30px!important;
	background: #fff2ed;
	position: relative;
}
.event_voice::before{
	display: block;
    position: absolute;
    content: '';
    bottom: -20px;
    right: 20px;
    background: url(/customer/wp-content/uploads/voice_fam.png?1427) 0 0 / 100% auto no-repeat;
    width: 120px;
    height: 150px;
}
.event_voice h5{
	font-weight: bold;
    font-size: 130%;
    text-align: center;
    margin-bottom: 20px;
}
.event_voice ul{
	
}
.event_voice ul li{
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
.event_voice ul li:before{
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #660d0d;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 7px;
}
.event_voice ul li:last-child{
	margin-bottom: 0;
}

/*イベントレポートここまで*/

#customer.single.sub .column1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 0 !important;
}
#customer.single.sub .column1:nth-child(even) {
	flex-direction: row-reverse;
}
#customer.single.sub .column1:nth-child(odd) {
	flex-direction: row;
}
#customer.single.sub .column1 li.img_l {
	width: 45%;
	margin: 0;
}
#customer.single.sub .column1 li.img_l img:nth-child(n+2) {
	margin-top: 10px;
}
#customer.single.sub .column1 li:nth-child(2) {
	width: 55%;
	box-sizing: border-box;
}
#customer.single.sub .column1:nth-child(even) li:nth-child(2) {
	padding-right: 4%;
}
#customer.single.sub .column1:nth-child(odd) li:nth-child(2) {
	padding-left: 4%;
}
#customer.single.sub .column1 li dl:nth-child(n+2) {
	margin-top: 20px;
}
#customer.single.sub .column1 li dl dt {
	font-size: 140%;
	font-weight: bold;
	border: none;
	padding: 0;
	margin-bottom: 25px;
}
#customer.single #singlePost > div > h3:first-child,
#customer.single #singlePost > h3:first-child {
	font-size: 20px;
	text-align: left;
	display: block;
	margin: 0 auto 25px;
}
#customer.single #singlePost > div > p{
	margin-bottom: 50px;
}
#customer.single #singlePost .interview h4 {
	font-size: 140%;
	font-weight: bold;
	border: none;
	padding: 0;
	margin-top: 80px !important;
	margin-bottom: 25px;
}
#customer.single .customer_thanks {
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	margin-top: 100px !important;
	margin-bottom: 80px;
}
.sub .column2,
.sub .column3 {
	align-items: start;
}
.sub .column2 > * {
	max-width: 49%;
	height: auto;
}
.sub .column3 > * {
	max-width: 32%;
	height: auto;
}

.construction_link{
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.construction_link>p{
	display:none;
}
.construction_img{
  width: 25%;
}
.construction_text{
  width: 70%;
}
.construction_text h4{
	margin-top: 0!important;
}
.construction_btn{
  margin-top: 30px;
  display: flex;
	flex-wrap: wrap;
  justify-content: space-between;
}
.construction_btn a{
  width: 45%;
  border-radius: 10px;
  background-color: #ab3b3b;
  color: #FFFFE9;
  padding: 10px;
  text-align: center;
}
.event_btn{
	margin-top: 30px;
	display: flex;
}
.event_btn a{
  width: 100%;
  border-radius: 10px;
  background-color: #ab3b3b;
  color: #FFFFE9;
  padding: 10px;
  text-align: center;
}


@media screen and (max-width:1200px) {
	#customer.archive .entryList ul {
		width: 96%;
		margin: 0 auto;
	}
	#customer.single #singlePost h3 {
		width: 96%;
		margin: 0 auto;
	}
	#customer.single #singlePost h3 + p {
		width: 96%;
		margin: 0 auto;
	}
	#customer.single.sub .column1 {
		min-width: unset;
	}
	#customer.single.sub .column1 li dl {
		box-sizing: border-box;
		padding: 2%;
	}
	#customer.single.sub .column1:nth-child(odd) li.img_l img {
		float: right;
	}
	#customer.single.sub .column1:nth-child(even) li.img_l img {
		float: left;
	}
}

@media screen and (max-width:1119px) {
	#customer.archive .entryList ul li .entryContent .customerL {
		width: 30%;
	}
	#customer.archive .entryList ul li .entryContent .customerR {
		width: 70%;
		padding: 5px 10px;
	}
	#customer li .indetail span {
		width: 70%;
	}
	#customer.archive .entryList ul li .entryContent .customerR h4 {
		font-size: 100%;
		margin: 0 0 5px;
	}
	#customer.archive .entryList ul li .entryContent .customerR dl.profile {
		font-size: 90%;
	}
	#customer.single .profile .profileR {
		padding-left: 30px;
		padding-right: 2%;
	}
	#customer.single .profile .profileR h4 {
		font-size: 140%;
		letter-spacing: 0.01em;
	}
	#customer.single .profile .profileR dl {
		font-size: 100%;
	}
}