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

/*-----------------------------------------------------------------
共通　ページ全体の基本設定
-------------------------------------------------------------------*/
@media screen and (max-width: 959px) {
	body {
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
	.sub #subContainer .subTitleBox {
		margin-bottom: 30px;
	}
	.sub #subContainer .subTitleBox .homeHead_center {
		text-align: center;
	}
	.sub #subContainer .subTitleBox .homeHead_mainText,
	.sub #subContainer .subTitleBox .homeHead_subText {
		font-family: "Lucida Sans Unicode", "Lucida Grande", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
		font-weight: 700;
		text-align: center;
		letter-spacing: 3px;
	}
	.sub #subContainer .subTitleBox .homeHead_mainText {
		font-size: 25px;
		line-height: 2em;
		margin: 0 !important;
	}
	.sub #subContainer .subTitleBox .homeHead_subText {
		font-size: 16px;
	}

	.sub section#subContainer div.main_box h4 {
		font-weight: bold;
		font-size: 120%;
		padding: 0 0 5px 0;
		margin: 20px auto 10px auto;
		position: inherit;
		width:96%;
	}
	
	.sub #subContainer .subTitleBox .homeHead_subText.maintitle_sub{
		letter-spacing:0.1em;
	}

}
@media screen and (max-width: 479px) {
	.sub #subContainer .subTitleBox .homeHead h2 {
		font-size: 130%;
		font-feature-settings : "palt";
		line-height: 1.6em;
		letter-spacing:0.1em;
	}
	.sub #subContainer .subTitleBox .homeHead h3 {
		font-size: 90%;
	}
}


/* ---------------------------------------------
 お客様の声　一覧
--------------------------------------------- */
@media screen and (max-width: 959px) {
		#customer.archive .entryList ul {
			width: 96%;
			margin: 0 auto;
		}
		#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%;
			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.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%;
		}
}
@media screen and (max-width: 768px) {
		#customer.archive .entryList ul li .entryContent .customerL {
			width: 33%;
		}
		#customer.archive .entryList ul li .entryContent .customerR {
			width: 67%;
		}
		#customer li .indetail span {
			width: 67%;
		}
}
@media screen and (max-width: 666px) {
		#customer li .indetail span {
			font-size: 10px;
			padding: 3px 3%;
		}
		#customer li .indetail span .fa {
			top: 3px;
		}
}
@media screen and (max-width: 599px) {
		#customer.archive .entryList ul li {
			width: 100%;
			margin-top: 15px;
		}
		#customer.archive .entryList ul li .entryContent .customerL {
			width: 25%;
		}
		#customer.archive .entryList ul li .entryContent .customerR {
			width: 75%;
		}
		#customer.archive .entryList ul li .entryContent .customerR h4 {
			font-size: 120%;
		}
		#customer li .indetail span {
			width: 75%;
		}
		#customer li .indetail span {
			font-size: 11px;
			padding: 7px 3%;
		}
		#customer li .indetail span .fa {
			top: 7px;
		}
}
@media screen and (max-width: 479px) {
		#customer.archive .entryList ul li .entryContent .customerL {
			width: 28%;
		}
		#customer.archive .entryList ul li .entryContent .customerR {
			width: 72%;
		}
		#customer.archive .entryList ul li .entryContent .customerR h4 {
			font-size: 110%;
		}
		#customer li .indetail span {
			width: 72%;
		}
		#customer li .indetail span {
			font-size: 10px;
			padding: 3px 3%;
		}
		#customer li .indetail span .fa {
			top: 3px;
		}
}
@media screen and (max-width: 375px) {
		#customer.archive .entryList ul li .entryContent .customerR h4 {
			font-size: 100%;
		}
}



/* ---------------------------------------------
 お客様の声　個別ページ
--------------------------------------------- */
dd{
	text-align: justify;
}
/*イベントレポート*/
.event_intro{
	margin-bottom:50px;
}
.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;
	width: 96%;
	margin: 0 auto;
}
.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;
	width: 96%;
	margin: 0 auto;
	margin-top: 50px;
}
.event_detail li{
	width: 30%;
}
.event_detail li dt{
	margin-bottom: 5px;
}
.event_voice{
	margin-top: 100px;
	padding: 30px!important;
	background: #fff2ed;
	position: relative;
}
.event_voice::before{
	display: block;
    position: absolute;
    content: '';
    top:-70px;
    right: 20px;
    background: url(/customer/wp-content/uploads/voice_fam.png?1427) 0 0 / 100% auto no-repeat;
    width: 100px;
    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: 5px;
}
.event_voice ul li:last-child{
	margin-bottom: 0;
}
/*イベントレポートここまで*/

.construction_link{
  margin: 80px 0;
  display: flex;
  justify-content: space-between;
	align-items: center;
}
.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;
}
.construction_link>p{
	display:none;
}
.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: 959px) {
	#customer.single.sub #singlePost.entry-content {
		margin-bottom: 50px;
	}
	#customer.single #singlePost h3 {
		width: 96%;
		margin: 0 auto;
	}
	#customer.single #singlePost h3 + p {
		width: 96%;
		margin: 0 auto;
	}
	#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-right: 2%;
		padding-left: 30px;
	}
	#customer.single .profile .profileR h4 {
		font-size: 130%;
		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;
	}
	#customer.single.sub .column1 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: 80px;
		margin-bottom: 0 !important;
		min-width: unset;
	}
	#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:nth-child(even) li.img_l img {
		float: right;
	}
	#customer.single.sub .column1:nth-child(odd) li.img_l img {
		float: left;
	}
	#customer.single.sub .column1 li dl {
		box-sizing: border-box;
		padding: 2%;
	}
	#customer.single.sub .column1 li dl:nth-child(n+2) {
		margin-top: 20px;
	}
	#customer.single.sub .column1 li dl dt {
		font-size: 120%;
		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: 140%;
		text-align: left;
		display: block;
		margin: 0 auto 30px;
	}
	#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{
		width: 96%;
		margin: 80px auto 0;
	}
	.event_intro dl dd{
		width: 65%;
		font-size: 13.7px
	}
}
@media screen and (max-width: 768px) {
	#customer.single #singlePost > div > h3:first-child,
	#customer.single #singlePost > h3:first-child {
		font-size: 120%;
	}
	.event_intro dl{
		flex-direction: row-reverse;
		position: relative;
	}
	.event_intro dl dt{
		width: 30%;
		margin: 0 0 0 auto;
		position: absolute;
		top: 0;
		right: 20px;
		z-index: 1;
	}
	.event_intro dl dd {
		width: 100%;
		margin: 15% 0 30px;
	  }
	.event_intro dl dd:before{
		display: none;
	}
	.event_intro dl dd p{
		width: 100%;
	}
	.event_main{
		display: block;
	}
	.event_main li{
		width: 100%;
	}
	.event_detail{
		display: block;
	}
	.event_detail li{
		width: 100%;
		margin-bottom: 20px;
	}
	.event_detail li:last-child{
		margin-bottom: 0;
	}
	#customer.single.sub .column1 {
		display: block;
	}
	#customer.single.sub .column1 li.img_l {
		width: 50%;
		box-sizing: border-box;
		padding: 0 0 2% 2%;
		margin: 0;
		float: right;
	}
	#customer.single.sub .column1 li:nth-child(2) {
		width: 96%;
		box-sizing: border-box;
		padding: 0;
		margin: 0 auto;
	}
	#customer.single.sub .column1:nth-child(even) li:nth-child(2) {
		padding-right: 0;
	}
	#customer.single.sub .column1:nth-child(odd) li:nth-child(2) {
		padding-left: 0;
	}
	#customer.single.sub .column1:nth-child(even) li.img_l img {
		float: none;
	}
	#customer.single.sub .column1:nth-child(odd) li.img_l img {
		float: none;
	}
	#customer.single.sub .column1 li dl {
		box-sizing: border-box;
		padding: 0;
	}
	#customer.single.sub .column1 li dl dt {
		font-size: 120%;
		font-weight: bold;
		border: none;
		padding: 0;
		margin-bottom: 25px;
	}
	.construction_link{
		  display: block;
		  margin: 100px 0;
		  width: 90%;
		  padding: 0 5%;
		}
	.construction_img{
	  width: 50%;
	  margin: 0 auto 20px;
	}
	.construction_text{
	  width: 100%;
		margin-top: 30px;
	}
	.construction_text h4{
	  text-align: center;
	}
	.construction_text h4 br{
		display: none;
	}
	.construction_btn{
		width: 96%;
		margin: 20px auto;
	}
	.construction_btn a{
	  margin-bottom: 10px;
	  padding: 2% 5%;
		width: 100%;
	}
}
@media screen and (max-width: 666px) {
	#customer.single .profile .profileL {
		width: 35%;
		margin: 0 auto;
	}
	#customer.single .profile .profileR {
		width: 65%;
		padding: 0 3% 0 2%;
	}
	#customer.single .profile .profileR h4 {
		font-size: 17px;
	}
	#customer.single .profile .profileR dl {
		font-size: 13px;
		margin-top: 10px;
	}
	#customer.single.sub .column1 {
		display: block;
	}
	#customer.single.sub .column1 li.img_l {
		width: 100%;
		box-sizing: border-box;
		padding: 0;
		margin: 0 0 15px;
		float: none;
	}
	#customer.single.sub .column1 li.img_l img {
		display: block;
		margin: 0 auto;
	}
	#customer.single.sub .column1 li:nth-child(2) {
		width: 96%;
		box-sizing: border-box;
		padding: 0;
		margin: 0 auto;
	}
}
@media screen and (max-width: 599px) {
	#customer.single .profile {
		margin: 40px auto;
		display: block;
	}
	#customer.single .profile .profileL,#customer.single .profile .profileR{
		width: 96%;
	}
	#customer.single .profile .profileR{
		margin-top: 20px;
	}
	#customer.single .profile .profileR h4 {
		font-size: 17px;
	}
	#customer.single .profile .profileR dl {
		font-size: 13px;
		margin-top: 10px;
	}
	.event_voice h5{
		text-align:left;
	}
}
@media screen and (max-width: 479px) {
	#customer.single .profile {
		display: block;
	}
	#customer.single .profile .profileL {
		width: 100%;
		margin: 0a auto;
	}
	#customer.single .profile .profileR {
		width: 100%;
		padding: 0 2%;
		margin-top: 20px;
	}
	#customer.single .profile .profileR h4 {
		margin: 0 0 30px;
	}
	.event_voice{
		padding: 30px 20px !important;
	}
}
/*
ページネーション　イベント・お客様の声　共通
------------------------*/
@media screen and (max-width: 959px) {
		/* ページネーション　イベント・お客様の声　共通 */
	.pagination {
		text-align: center;
		margin-top: 30px;
	}
	.pagination a,
	.pagination span {
		width: 28px;
		line-height: 28px;
		border: 1px solid #333333;
		border-radius: 3px;
		display: inline-block;
		margin: 0 2px;
	}
	.pagination .current {
		color: #ffffff;
		font-weight: 700;
		background: #333333;
	}