@charset "utf-8";
/* CSS Document */
header{
	margin:0 20px 0 0;
	padding:0;
}
header h1{
	margin:20px 0 0;
	padding:0;
}
html{
	scroll-behavior: smooth;
}
.content_works{
	margin:0;
	padding:20px;
}
.content_works h2{
	background:url(../images/about/title_h1_bg.gif) repeat-x top;
	margin:0 0 10px;
	padding:0 10px;
	font-size:1em;
	line-height:42px;
	font-weight:lighter;
	color:#fff;
}
.content_works h3{
	background:url(../images/about/title_h2_bg.gif) repeat-x top;
	margin:0 0 10px;
	padding:0 10px 10px;
	line-height:35px;
	font-weight:bold;
}
.content_works h4{
	margin:0 0 10px;
	padding:0 10px 10px;
	line-height:13px;
	font-weight:bold;
	font-size:1em;
	border-bottom:2px solid #900;
}
.content_works h5{
	font-size:1em;
}
.content_works p{
	margin:0;
	padding:0 0 20px;
	line-height:1.6em;
}
.w_link{
	text-align:right;
}
.w_link a{
	display:inline-block;
	width:200px;
	border-bottom:2px solid #B22D00;
	text-decoration: none;
	color: #333;
}
.jisseki h5{
	text-align: center;
	margin:0;
	padding:0 0 20px;
	background-color:#fff;
}
.jisseki div{
	margin:20px 0;
}
.jisseki div:nth-child(1) h5{
	margin-top:0;
}
.jisseki dl{
	padding:3%;
	font-size:1em;
	color:#333333;
	line-height:1.6em;
	margin:0;
}
.jisseki div:nth-child(odd),
.kitchen div:nth-child(odd){
	background-image:url("../images/works/bg_enjoy.png");
}
.jisseki div:nth-child(even),
.kitchen div:nth-child(even){
	background-image:url("../images/works/bg_enjoy2.png");
}
.jisseki dt{
	width:20%;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align: top;
}
.jisseki dd{
	width:74%;
	display:inline-block;
	margin:0;
	padding:0;
	vertical-align: top;
}
.kitchen div{
	padding:10px;
	margin:0 0 20px;
}
.kitchen div *,.haken h5{
	margin:0;
	padding:0;
	font-size:1em;
	color:#333333;
	line-height:1.6em;
}
.kitchen div dt{
	width:25%;
	display:inline-block;
	vertical-align: top;
}
.kitchen div dd{
	width:65%;
	display: inline-block;
	vertical-align: top;
}
.haken{
	padding:15px;
	background-color: #EEE;
}
.haken ul{
	color:#333;
	line-height:1.6em;
	font-size:1em;
}
.clear{
	clear: both;
}
.image img,.douga p img{
	width:auto;
	height:auto;
	margin:0 auto;
}
.pagetop{
	text-align: right;
}
.pagetop a{
	display: inline-block;
	background-color:#888;
	color:#fff;
	text-decoration: none;
	font-size:0.7em;
	line-height: 1em;
	padding:5px 10px;
	border-radius: 5px;
}
.douga p img{
	float:right;
	margin:0 0 0 20px;
	position:relative;
	bottom:40px;
}
.link{
	width:100%;
	text-align: center;
}
.link a{
	display:inline-block;
	background-color:#B22D00;
	color:#fff;
	border-radius:12px;
	font-size: 14px;
	line-height:1em;
	background-image:url(../images/top/insta_popup.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
	margin:5px 0 0;
	padding:5px 25px 5px 10px;
	text-decoration:none;
	font-weight:light;
}
.link a:hover{
	background-color:#333;
}
/*979px以上のデバイス*/
@media only screen and (min-width: 979px){
	.jisseki div{
		display: block;
		width:30%;
		margin:0 5% 20px 0;
		float:left;
	}
	.jisseki div:last-child{
		margin-right:0;
	}
	.jisseki div img{
		width:100%;
		height:auto;
	}
	.kitchen {
		clear:left;
	}
	.image img{
		float:right;
		margin:0 0 20px 20px;
	}
	.kitchen div{
		width:60%;
	}
	.haken{
		display:inline-block;
	}
}
/*979以下のデバイス*/
@media only screen and (max-width: 979px){
	.image img{
		display:block;
		margin:0 auto 20px;
	}
}