@charset "utf-8";

#work-1{
	background: url("../images/work/work-1.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#work-2{
	background: url("../images/work/work-2.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#work-3{
	background: url("../images/work/work-3.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#work-4{
	background: url("../images/work/work-4.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
#work-5{
	background: url("../images/work/work-5.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
#work-6{
	background: url("../images/work/work-6.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}

#work-7{
	background: url("../images/work/work-7.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}
.coming-soon{
	background: url("../images/work/comingsoon.jpg");
	background-position: center center;
  	background-repeat: no-repeat;
  	background-size: cover;
}


#workpage-box{
	padding-top: 70px;
}

.work-page-flex{
	display: flex;
	align-items: center;
	padding: 0 25px;
	justify-content: space-between;
}

.workpage-title{
	padding-left: 0;
	margin-bottom: 0;
}

#workpage-title-box{
	margin: 0;
}

@media screen and (min-width:700px) {
	.work-page-flex{
		padding: 0 50px;
	}

}

@media screen and (min-width:1200px) {
	
	#workpage-box{
		padding-top: 100px;
	}
	.work-page-flex{
		padding: 0 10vw;
	}

}

.pankuzu{
	width: calc(100% - 50px);
	border-top: solid 1px #000;
	display: flex;
	align-items: center;
	background: #eee;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3";
	padding: 10px 25px;
	margin-top: 30px;
	flex-wrap: wrap;
}

.pankuzu a{
	color: #000;
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3";
	padding:0 5px;
	font-size: 3vw;
}

.pankuzu a:hover{
	color: #af1f24;
	transition: 0.3s;
}
@media screen and (min-width:700px) {
	
	.pankuzu{
		width: calc(100% - 100px);
		padding: 10px 50px;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.pankuzu a{
		font-size: 15px;
	}
}


@media screen and (min-width:1200px) {
	
	.pankuzu{
		width: calc(100% - 20vw);
		padding: 10px 10vw;
		margin-top: 30px;
		flex-wrap: wrap;
	}
	.pankuzu a{
		font-size: 17px;
	}
}


.work-list-flex{
	display: flex;
	flex-wrap: wrap;
}

.work-list{
	display:flex; 
	color: #000;
	text-decoration: none;
	padding: 25px;
	border-bottom: solid 1px #af1f24;
}

.work-list-img-box{
	cursor: pointer;
	overflow: hidden;
	width: calc(40% - 22px);
	background: #f9f6e4;
	padding: 5px;
	border: solid 1px #af1f24;
	border-radius: 10px;
	margin-right: 10px;
	height: calc(150px - 12px);
}

.work-list-naiyou{
	width: 60%;
}
.work-list-title{
	display:block;
	border-left: solid 5px #af1f24;
	border-bottom: solid 1px #af1f24;
	padding: 4px;
	font-size: 3.8vw;
	margin-bottom: 10px;
	line-height: 1.2rem;
	padding-left: 10px;
	font-family: "Shippori Antique", sans-serif;
}

.work-list-p{
	font-family: "ヒラギノ角ゴ Pro W3";
	font-size: 3.2vw;
	text-align: justify;
}

.work-list-btn{
	border: solid 1px #af1f24;
	color: #af1f24;
	padding: 7px;
	text-align: center;
	font-size: 3.2vw;
	font-family: "ヒラギノ角ゴ Pro W3";
	margin-top: 10px;
}

@media screen and (min-width:700px) {
	.work-list-flex{
		display: flex;
		flex-wrap: wrap;
	}

	.work-list{
		width: calc(50% - 81px);
		display:flex; 
		flex-wrap: wrap;
		color: #000;
		text-decoration: none;
		padding: 40px;
		border-bottom: solid 1px #af1f24;
		border-right: solid 1px #af1f24;
	}
	.work-list:nth-child(2n){
		width: calc(50% - 80px);
		border-right: none;
	}

	.work-list-img-box{
		width: calc(100% - 22px);
		background: #f9f6e4;
		padding: 10px;
		border: solid 1px #af1f24;
		border-radius: 10px;
		margin-right: 0px;
		height: calc(240px - 22px);
	}

	.work-list-naiyou{
		width: 100%;
	}
	
	.work-list-title{
		height: calc(21px + 21px + 15px);
		font-size: 21px;
		line-height: 1.6rem;
		margin-top: 15px;
		width: 100%;
	}

	.work-list-p{
		display: block;
		width: 100%;
		height: 100px;
		font-size: 18px;
		text-align: justify;
		line-height: 1.5rem;
	}

	.work-list-btn{
		display: flex;
		vertical-align: middle;
		align-items: center;
		width: 100%;
		height: 20px;
		padding: 10px;
		justify-content: center;
		font-size: 18px;
		margin-top: 15px;
	}

}

@media screen and (min-width:1200px) {
	.work-list-flex{
		display: flex;
		flex-wrap: wrap;
	}

	.work-list{
		width: calc(25% - 101px);
		display:flex; 
		flex-wrap: wrap;
		color: #000;
		text-decoration: none;
		padding: 50px;
		border-bottom: solid 1px #af1f24;
		border-right: solid 1px #af1f24;
	}
	.work-list:nth-child(2n){
		width: calc(25% - 101px);
		border-right: solid 1px #af1f24;
	}
	.work-list:nth-child(4n){
		width: calc(25% - 100px);
		border-right: none;
	}

	.work-list-img-box{
		width: calc(100% - 22px);
		height: 220px;
	}
	.work-list-naiyou{
		width: 100%;
	}

	.work-list-date{
		margin-top: 15px;
		font-size: 18px;
	}

	.work-list-title{
		padding: 10px;
		font-size: 21px;
		margin: 10px 0;
	}

	.work-list-p{
		font-size: 18px;
		line-height: 1.5rem;
	}

	.work-list-btn{
		padding: 10px;
		text-align: center;
		font-size: 18px;
		margin-top: 10px;
	}
}

.work-list:hover{
	background: #F6F6F1;
	animation-delay: 0.3s;
}


.work-list:hover .work-list-img-box .work-img{
	transform: scale(1.1);
	animation-delay: 0.3s;
}

.work-list:hover .work-list-btn{
	background: #af1f24;
	color: #fff;
	animation-delay: 0.3s;
}

.workpage-nav-flex{
	width: calc(100% - 50px);
	max-width: 300px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.workpage-nav{
	display: flex;
	align-items: center;
	color: #fff;
	background: #af1f24;
	width: 30px;
	height: 30px;
	margin: 0 10px;
	justify-content: center;
	font-family: "ヒラギノ角ゴ Pro W3";
	font-weight: bold;
	text-decoration: none;
}

#page-now{
	background: #AF961F;
}

.workpage-nav:hover{
	background: #AF961F;
	animation-delay: 0.3s;
}


@media screen and (min-width:700px) {
	.workpage-nav-flex{
		width: 350px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}

}


@media screen and (min-width:1200px) {
	.workpage-nav-flex{
		width: 500px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-top: 30px;
	}
	
	.workpage-nav{
		display: flex;
		align-items: center;
		color: #fff;
		background: #af1f24;
		width: 40px;
		height: 40px;
		justify-content: center;
		font-family: "ヒラギノ角ゴ Pro W3";
		font-weight: bold;
		text-decoration: none;
	}

}

.work-number{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin-top: 15px;
	font-size: 16px;
	letter-spacing: 2px;
}


.beforeafter-box{
	padding: 0 25px;
}

.before-after-flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.before-img-box{
	width: calc(100% - 22px);
	background: #f9f6e4;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px #af1f24;
	position: relative;
	margin-bottom: 15px;
}

.after-img-box{
	width: calc(100% - 22px);
	background: #f9f6e4;
	padding: 10px;
	border-radius: 10px;
	border: solid 1px #af1f24;
	position: relative;
}

.ba-copy{
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Krungthep";
	color: #f9f6e4;
	font-size: 4vw;
	background: #af1f24;
	padding: 7px;
	border-top-left-radius: 7px;
}

.beaf-img{
	width: 100%;
	height: 200px;
	border-radius: 10px;
	border: solid 1px #af1f24;
	overflow: hidden;
	object-fit: cover;
}

.beaf-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.ba-title{
	border-left: solid 5px #af1f24;
	border-bottom: solid 1px  #af1f24;
	color: #000;
	font-family: "Shippori Antique", sans-serif;
	margin-top: 25px;
	font-size: 4vw;
	padding: 10px;
	
}

.ba-point-box{
	border: solid 1px #af1f24;
	border-radius:3px;
	margin-top: 20px;
	padding: 5px;
}

.ba-point-cap{
	color: #af1f24;
	font-family: "Krungthep";
	border-bottom: solid 1px #af1f24;
	padding-bottom: 5px;
	text-align: center;
	font-size: 16px;
	letter-spacing:2px;
}

.ba-point{
	color: #000;
	padding: 15px 10px 10px 10px;
}

.ba-point p{
	display: flex;
	font-family: "ヒラギノ角ゴ Pro W3";
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 15px;
	line-height: 1.5rem;
}
.ba-point-mark{
	width: 15px;
}
.ba-point .point-last{
	margin-bottom: 0px;
}

.ba-point-p{
	text-align: justify;
	width: calc(100% - 20px);
	line-height: 1.5rem;
}
.ba-p{
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3";
	text-align: justify;
	line-height: 1.5rem;
	margin-top: 30px;
}

@media screen and (min-width:700px) {
	.beforeafter-box{
		padding: 0 50px;
	}

	.before-after-flex{
		display: flex;
		justify-content: space-between;
		margin-top: 40px;
	}

	

	.before-img-box{
		width: calc(47.5% - 22px);
		margin-bottom: 0px;
	}

	.after-img-box{
		width: calc(47.5% - 22px);
	}

	.ba-copy{
		font-size: 18px;
	}

	.beaf-img{
		width: 100%;
		height: 300px;
		overflow: hidden;
		object-fit: cover;
	}
	.ba-title{
		font-size: 21px;
		padding: 12px;
		letter-spacing: 1px;
	}

	.ba-p{
		width: calc(100% - 0px);
		padding-left: 0px;
		color: #000;
		font-family: "ヒラギノ角ゴ Pro W3";
		text-align: justify;
		line-height: 1.8rem;
		margin-top: 30px;
	}
	
	.before-aftre-naiyou-flex{
		margin-top: 30px;
	}

	.ba-point-box{
		margin-top: 20px;
		padding: 10px;
	}

	.ba-point-cap{
		color: #af1f24;
		font-family: "Krungthep";
		border-bottom: solid 1px #af1f24;
		padding-bottom: 10px;
		text-align: center;
		font-size: 16px;
		letter-spacing:2px;
	}

	.ba-point{
		color: #000;
		padding: 20px 10px 10px 10px;
	}

	
	.ba-point p{
		display: flex;
		font-size: 17px;
	}
	
	.ba-point-mark{
		width: 17px;
	}
	
	.ba-point-p{
		text-align: justify;
		width: calc(100% - 20px);
		line-height: 1.5rem;
	}

	.ba-point .point-last{
		margin-bottom: 0px;
	}
}
	

@media screen and (min-width:1200px) {
	.beforeafter-box{
		padding: 0 10vw;
	}
	.beaf-img{
		width: 100%;
		height: 500px;
		overflow: hidden;
		object-fit: cover;
	}

	.ba-copy{
		font-size: 21px;
	}

	.beaf-img{
		width: 100%;
		height: 400px;
		overflow: hidden;
		object-fit: cover;
	}
	.ba-title{
		font-size: 24px;
		padding: 15px;
		letter-spacing: 1px;
	}

	.ba-point-box{
		width: calc(25% - 40px);
		margin-top: 0px;
		padding: 20px;
	}

	.ba-point-cap{
		padding-bottom: 15px;
		text-align: center;
		font-size: 21px;
		letter-spacing:2px;
	}

	.ba-point{
		height: auto;
		color: #000;
		padding: 20px 0 0 0 ;
	}

	.ba-point p{
		display: flex;
		font-size: 18px;
	}
	
	.ba-point-mark{
		width: 20px;
	}
	
	.ba-point-p{
		text-align: justify;
		width: calc(100% - 20px);
		line-height: 1.5rem;
	}

	.ba-point .point-last{
		margin-bottom: 0px;
	}
	
	.before-aftre-naiyou-flex{
		display: flex;
		justify-content: space-between;
		margin-top: 50px;
	}
	
	.ba-p{
		width: calc(70% - 0px);
		padding-left: 0px;
		line-height: 2.3rem;
		margin-top: 0px;
		font-size: 21px;
	}

}



.coming-soon-box{
	display: none;
}
@media screen and (min-width:700px) {
	.coming-soon-box{
		display: block;
	}
}





