@charset "utf-8";

/*=========================================*/
/* おいしい食事 */
/*=========================================*/


/*-- MAIN IMAGE --*/

.shokuji_main_img_area{
	position:relative;
	padding:0px 0px 65px 0px;
}

.shokuji_main_img_flame{
	position:relative;
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	overflow:hidden;
}

.shokuji_main_img{
	position:relative;
	width:72.5%;
}

.shokuji_main_img .img{
	position:relative;
	width:100%;
	height:0px;
	padding-top:calc(640 / 980 * 100%);
	background-color:rgba(247,245,243,1.0);
	background-image:url(../shokuji/images/shokuji_main_img.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	/* radius */
	-webkit-border-top-left-radius:20px;
	   -moz-border-top-left-radius:20px;
	        border-top-left-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	   -moz-border-bottom-left-radius:20px;
	        border-bottom-left-radius:20px;
}

.shokuji_main_catch{
	position:relative;
	width:27.5%;
	background-color:rgba(230,140,150,1.0);
	/* radius */
	-webkit-border-top-right-radius:20px;
	   -moz-border-top-right-radius:20px;
	        border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	   -moz-border-bottom-right-radius:20px;
	        border-bottom-right-radius:20px;
}

.shokuji_main_catch::before{
	position:absolute;
	top:0px;
	left:-70px;
	width:100px;
	height:100%;
	background-image:url(../images/common/common_main_img_wave_right.png);
	background-repeat:no-repeat;
	background-position:right center;
	background-size:auto 100%;
	content:'';
	z-index:1;
}

.shokuji_main_catch .catch{
	position:relative;
	margin:25% auto 0px auto;
	width:100%;
	font-size:225%;
	line-height:150%;
	letter-spacing:0.025em;
	font-family:"Zen Maru Gothic", sans-serif;
	color:rgba(255,255,255,1.0);
	font-weight:700;
	z-index:10;
	/* 中央寄せ */
	display:flex;
	align-items:center;
	/* 縦表示 */
	-webkit-writing-mode:vertical-rl;
	    -ms-writing-mode:vertical-rl;
	        writing-mode:vertical-rl;
}

@media print{

.shokuji_main_catch::before{
	display:none;
}

.shokuji_main_catch::after{
	display:none;
}

}

@media screen and (max-width:1920px){

.shokuji_main_catch::before{
	left:-75px;
}

.shokuji_main_catch .catch{
	font-size:1.875vw;
}

}

@media screen and (max-width:1600px){

.shokuji_main_img_area{
	padding:0px 0px 61px 0px;
}

.shokuji_main_catch::before{
	left:-80px;
}

}

@media screen and (max-width:1280px){

.shokuji_main_img_area{
	padding:0px 0px 57px 0px;
}

.shokuji_main_img{
	width:100%;
}

.shokuji_main_img .img{
	padding-top:calc(560 / 980 * 100%);
	background-position:top center;
	/* radius */
	-webkit-border-top-left-radius:15px;
	   -moz-border-top-left-radius:15px;
	        border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	   -moz-border-top-right-radius:15px;
	        border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
}

.shokuji_main_catch{
	width:100%;
	/* radius */
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:15px;
	   -moz-border-bottom-left-radius:15px;
	        border-bottom-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	   -moz-border-bottom-right-radius:15px;
	        border-bottom-right-radius:15px;
}

.shokuji_main_catch::before{
	background-image:none;
}

.shokuji_main_catch::after{
	position:absolute;
	top:-75px;
	left:0px;
	width:100%;
	height:100px;
	background-image:url(../images/common/common_main_img_wave_bottom.png);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	content:'';
	z-index:1;
}

.shokuji_main_catch .catch{
	margin:0% auto 0% auto;
	padding:30px 0px 35px 0px;
	font-size:2.0vw;
	letter-spacing:-0.01em;
	/* 中央寄せ */
	display:block;
	text-align:center;
	/* 横表示 */
	-webkit-writing-mode:horizontal-tb;
	    -ms-writing-mode:horizontal-tb;
	        writing-mode:horizontal-tb;
}

.shokuji_main_catch .catch br{
	display:none;
}

}

@media screen and (max-width:1120px){

.shokuji_main_img{
	width:75%;
}

.shokuji_main_img .img{
	padding-top:calc(640 / 980 * 100%);
	background-position:center center;
	/* radius */
	-webkit-border-top-left-radius:15px;
	   -moz-border-top-left-radius:15px;
	        border-top-left-radius:15px;
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:15px;
	   -moz-border-bottom-left-radius:15px;
	        border-bottom-left-radius:15px;
}

.shokuji_main_catch{
	width:25%;
	/* radius */
	-webkit-border-top-right-radius:15px;
	   -moz-border-top-right-radius:15px;
	        border-top-right-radius:15px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:15px;
	   -moz-border-bottom-right-radius:15px;
	        border-bottom-right-radius:15px;
}

.shokuji_main_catch::before{
	left:-80px;
	background-image:url(../images/common/common_main_img_wave_right.png);
}

.shokuji_main_catch::after{
	background-image:none;
}

.shokuji_main_catch .catch{
	margin:25% auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:2.75vw;
	letter-spacing:0.025em;
	/* 中央寄せ */
	display:flex;
	text-align:left;
	/* 縦表示 */
	-webkit-writing-mode:vertical-rl;
	    -ms-writing-mode:vertical-rl;
	        writing-mode:vertical-rl;
}

.shokuji_main_catch .catch br{
	display:block;
}

}

@media all and (max-width:960px), print{

.shokuji_main_img_area{
	padding:0px 0px 53px 0px;
}

.shokuji_main_img{
	width:75%;
}

.shokuji_main_img .img{
	padding-top:calc(640 / 980 * 100%);
	background-position:center center;
	/* radius */
	-webkit-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
	        border-top-left-radius:10px;
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	   -moz-border-bottom-left-radius:10px;
	        border-bottom-left-radius:10px;
}

.shokuji_main_catch{
	width:25%;
	/* radius */
	-webkit-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
	        border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:10px;
	   -moz-border-bottom-right-radius:10px;
	        border-bottom-right-radius:10px;
}

.shokuji_main_catch::before{
	left:-85px;
}

.shokuji_main_catch::after{
	background-image:none;
}

.shokuji_main_catch .catch{
	margin:25% auto 0px auto;
	padding:0px 0px 0px 0px;
	font-size:2.75vw;
	letter-spacing:0.025em;
	/* 中央寄せ */
	display:flex;
	text-align:left;
	/* 縦表示 */
	-webkit-writing-mode:vertical-rl;
	    -ms-writing-mode:vertical-rl;
	        writing-mode:vertical-rl;
}

.shokuji_main_catch .catch br{
	display:block;
}

}

@media screen and (max-width:640px){

.shokuji_main_img_area{
	padding:0px 0px 49px 0px;
}

.shokuji_main_img{
	width:100%;
}

.shokuji_main_img .img{
	padding-top:calc(560 / 980 * 100%);
	background-position:top center;
	/* radius */
	-webkit-border-top-left-radius:10px;
	   -moz-border-top-left-radius:10px;
	        border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	   -moz-border-top-right-radius:10px;
	        border-top-right-radius:10px;
	-webkit-border-bottom-left-radius:0px;
	   -moz-border-bottom-left-radius:0px;
	        border-bottom-left-radius:0px;
}

.shokuji_main_catch{
	width:100%;
	/* radius */
	-webkit-border-top-right-radius:0px;
	   -moz-border-top-right-radius:0px;
	        border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:10px;
	   -moz-border-bottom-left-radius:10px;
	        border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	   -moz-border-bottom-right-radius:10px;
	        border-bottom-right-radius:10px;
}

.shokuji_main_catch::before{
	background-image:none;
}

.shokuji_main_catch::after{
	top:-85px;
	background-image:url(../images/common/common_main_img_wave_bottom.png);
}

.shokuji_main_catch .catch{
	margin:0% auto 0% auto;
	padding:15px 0px 20px 0px;
	font-size:3.75vw;
	letter-spacing:-0.01em;
	/* 中央寄せ */
	display:block;
	text-align:center;
	/* 横表示 */
	-webkit-writing-mode:horizontal-tb;
	    -ms-writing-mode:horizontal-tb;
	        writing-mode:horizontal-tb;
}

}

@media screen and (max-width:480px){

.shokuji_main_img_area{
	padding:0px 0px 45px 0px;
}

.shokuji_main_catch::after{
	top:-90px;
}

.shokuji_main_catch .catch{
	padding:10px 0px 15px 0px;
	font-size:4.25vw;
}

}


/*-- TEXT --*/

.shokuji_text{
	position:relative;
	padding:0px 0px 30px 0px;
}

.shokuji_text .text{
	position:relative;
	padding:0px 5px 25px 5px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.shokuji_text .text a{
	transition:0.25s ease-out;
}

.shokuji_text .text a:link{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.shokuji_text .text a:visited{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.shokuji_text .text a:hover{ color:rgba(230,140,150,1.0); text-decoration:underline; }
.shokuji_text .text a:active{ color:rgba(230,140,150,1.0); text-decoration:underline; }

.shokuji_text .text.font_color_red{
	color:rgba(200,0,0,1.0);
}

.shokuji_text .text.under_none{
	padding-bottom:0px;
}

@media screen and (max-width:1600px){

.shokuji_text{
	padding:0px 0px 29px 0px;
}

.shokuji_text .text{
	padding:0px 5px 24px 5px;
	font-size:106.25%;
	line-height:197.5%;
}

}

@media screen and (max-width:1280px){

.shokuji_text{
	padding:0px 0px 28px 0px;
}

.shokuji_text .text{
	padding:0px 5px 23px 5px;
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.shokuji_text{
	padding:0px 0px 27px 0px;
}

.shokuji_text .text{
	padding:0px 5px 22px 5px;
	font-size:100%;
	line-height:192.5%;
}

.shokuji_text .text a{
	transition:0s ease-out;
}

.shokuji_text .text a:hover{ color:rgba(37,35,33,1.0); text-decoration:underline; }
.shokuji_text .text a:active{ color:rgba(37,35,33,1.0); text-decoration:underline; }

}

@media screen and (max-width:640px){

.shokuji_text{
	padding:0px 0px 26px 0px;
}

.shokuji_text .text{
	padding:0px 5px 21px 5px;
	font-size:93.75%;
	line-height:190%;
}

}

@media screen and (max-width:480px){

.shokuji_text{
	padding:0px 0px 25px 0px;
}

.shokuji_text .text{
	padding:0px 5px 20px 5px;
	line-height:187.5%;
}

}


/*-- LIST --*/

.shokuji_list{
	position:relative;
	padding:0px 0px 55px 0px;
}

.shokuji_list .list{
	position:relative;
	padding:0px 5px 0px 28px;
	font-size:112.5%;
	line-height:200%;
	color:rgba(37,35,33,1.0);
	font-weight:500;
	text-align:left;
}

.shokuji_list .list .icon{
	position:absolute;
	top:11px;
	left:5px;
	width:15px;
	height:15px;
	border:3px solid rgba(37,35,33,1.0);
	box-sizing:border-box;
	border-radius:50%;
	transform:scale(var(--ggs,1));
	display:block;
}

@media screen and (max-width:1600px){

.shokuji_list{
	padding:0px 0px 53px 0px;
}

.shokuji_list .list{
	padding:0px 5px 0px 27px;
	font-size:106.25%;
	line-height:197.5%;
}

.shokuji_list .list .icon{
	top:10px;
	width:14px;
	height:14px;
}

}

@media screen and (max-width:1280px){

.shokuji_list{
	padding:0px 0px 51px 0px;
}

.shokuji_list .list{
	line-height:195%;
}

}

@media all and (max-width:960px), print{

.shokuji_list{
	padding:0px 0px 49px 0px;
}

.shokuji_list .list{
	padding:0px 5px 0px 26px;
	font-size:100%;
	line-height:192.5%;
}

.shokuji_list .list .icon{
	top:9px;
	width:13px;
	height:13px;
}

}

@media screen and (max-width:640px){

.shokuji_list{
	padding:0px 0px 47px 0px;
}

.shokuji_list .list{
	padding:0px 5px 0px 25px;
	font-size:93.75%;
	line-height:190%;
}

.shokuji_list .list .icon{
	top:8px;
	width:12px;
	height:12px;
}

}

@media screen and (max-width:480px){

.shokuji_list{
	padding:0px 0px 45px 0px;
}

}


/*-- INSTAGRAM --*/

.instagram_bnr_area{
	position:relative;
	padding:15px 0px 75px 0px;
}

.instagram_bnr_area a{
	position:relative;
	width:100%;
	background-color:rgba(230,140,150,1.0);
	background-image:url(../shokuji/images/instagram_bnr_bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:100% auto;
	text-decoration:none;
	transition:0.25s ease-out;
	display:block;
	/* radius */
	-webkit-border-radius:20px;
	   -moz-border-radius:20px;
	        border-radius:20px;
}

.instagram_bnr_area a:hover{
	-webkit-filter:contrast(115%);
	   -moz-filter:contrast(115%);
	        filter:contrast(115%);
}

.instagram_bnr{
	position:relative;
	padding:50px 50px 50px 50px;
}

.instagram_bnr .logo{
	position:relative;
	padding:10px 0px 0px 0px;
	text-align:left;
}

.instagram_bnr .logo img{
	max-width:300px;
	width:100%;
}

.instagram_bnr .text{
	position:relative;
	padding:25px 0px 0px 0px;
	font-size:162.5%;
	line-height:175%;
	font-family:Shuei NijimiMGo B, "Noto Sans JP", sans-serif;
	color:rgba(255,255,255,1.0);
	font-weight:700;
	text-align:left;
}

.instagram_bnr .text .text_br{
	display:none;
}

.instagram_spin{
	position:absolute;
	top:-35px;
	right:45px;
	width:240px;
	height:240px;
}

.instagram_spin_text{
	position:absolute;
	top:0px;
	right:0px;
	width:240px;
	height:240px;
	z-index:1;
}

.instagram_spin_text img{
	width:240px;
	height:240px;
}

.instagram_spin_bg{
	position:relative;
	width:240px;
	height:240px;
	background-image:url(../shokuji/images/instagram_spin_bg.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:100% auto;
}

.instagram_spin_bg{
	/* name */
	-goog-ms-animation-name:'rotate01';
	 -webkit-animation-name:'rotate01';
	    -moz-animation-name:'rotate01';
	         animation-name:'rotate01';
	/* time */
	-goog-ms-animation-duration:20s;
	 -webkit-animation-duration:20s;
	    -moz-animation-duration:20s;
	         animation-duration:20s;
	/* normal or alternate */
	-goog-ms-animation-direction:normal;
	 -webkit-animation-direction:normal;
	    -moz-animation-direction:normal;
	         animation-direction:normal;
	/* linear,ease,easein,ease-out,ease-in-out */
	-goog-ms-animation-timing-function:linear;
	 -webkit-animation-timing-function:linear;
	    -moz-animation-timing-function:linear;
	         animation-timing-function:linear;
	/* loop */
	-goog-ms-animation-iteration-count:infinite;
	 -webkit-animation-iteration-count:infinite;
	    -moz-animation-iteration-count:infinite;
	         animation-iteration-count:infinite;
}

@-webkit-keyframes 'rotate01'{
  from {
    -goog-ms-transform:rotate(0deg);
     -webkit-transform:rotate(0deg);
	    -moz-transform:rotate(0deg);
             transform:rotate(0deg);
  }
  to {
    -goog-ms-transform:rotate(-360deg);
     -webkit-transform:rotate(-360deg);
	    -moz-transform:rotate(-360deg);
             transform:rotate(-360deg);
  }
}

@media print{

.instagram_spin{
	display:none;
}

}

@media screen and (max-width:1600px){

.instagram_bnr_area{
	padding:13px 0px 73px 0px;
}

.instagram_bnr .logo img{
	max-width:275px;
}

.instagram_bnr .text{
	padding:23px 0px 0px 0px;
	font-size:150%;
}

.instagram_spin{
	right:35px;
	width:220px;
	height:220px;
}

.instagram_spin_text{
	width:220px;
	height:220px;
}

.instagram_spin_text img{
	width:220px;
	height:220px;
}

.instagram_spin_bg{
	width:220px;
	height:220px;
}

}

@media screen and (max-width:1280px){

.instagram_bnr_area{
	padding:0px 0px 71px 0px;
}

.instagram_bnr_area a{
	/* radius */
	-webkit-border-radius:15px;
	   -moz-border-radius:15px;
	        border-radius:15px;
}

.instagram_bnr{
	padding:45px 45px 45px 45px;
}

.instagram_bnr .logo img{
	max-width:250px;
}

.instagram_bnr .text{
	padding:21px 0px 0px 0px;
	font-size:137.5%;
}

.instagram_spin{
	right:25px;
	width:200px;
	height:200px;
}

.instagram_spin_text{
	width:200px;
	height:200px;
}

.instagram_spin_text img{
	width:200px;
	height:200px;
}

.instagram_spin_bg{
	width:200px;
	height:200px;
}

}

@media all and (max-width:960px), print{

.instagram_bnr_area{
	padding:0px 0px 69px 0px;
}

.instagram_bnr_area a{
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

.instagram_bnr_area a:hover{
	-webkit-filter:contrast(100%);
	   -moz-filter:contrast(100%);
	        filter:contrast(100%);
}

.instagram_bnr{
	padding:40px 40px 40px 40px;
}

.instagram_bnr .logo img{
	max-width:225px;
}

.instagram_bnr .text{
	padding:19px 0px 0px 0px;
	font-size:125%;
}

.instagram_spin{
	right:15px;
	width:180px;
	height:180px;
}

.instagram_spin_text{
	width:180px;
	height:180px;
}

.instagram_spin_text img{
	width:180px;
	height:180px;
}

.instagram_spin_bg{
	width:180px;
	height:180px;
}

}

@media screen and (max-width:800px){

.instagram_bnr .text .text_br{
	display:block;
}

}

@media screen and (max-width:640px){

.instagram_bnr_area{
	padding:0px 0px 67px 0px;
}

.instagram_bnr{
	padding:35px 35px 35px 35px;
}

.instagram_bnr .logo img{
	max-width:200px;
}

.instagram_bnr .text{
	padding:17px 0px 0px 0px;
	font-size:112.5%;
}

.instagram_spin{
	width:150px;
	height:150px;
}

.instagram_spin_text{
	width:150px;
	height:150px;
}

.instagram_spin_text img{
	width:150px;
	height:150px;
}

.instagram_spin_bg{
	width:150px;
	height:150px;
}

}

@media screen and (max-width:480px){

.instagram_bnr_area{
	padding:0px 0px 65px 0px;
}

.instagram_bnr{
	padding:35px 30px 35px 30px;
}

.instagram_bnr .logo img{
	max-width:150px;
}

.instagram_bnr .text{
	padding:15px 0px 0px 0px;
	font-size:106.25%;
}

.instagram_spin{
	top:-25px;
	width:115px;
	height:115px;
}

.instagram_spin_text{
	width:115px;
	height:115px;
}

.instagram_spin_text img{
	width:115px;
	height:115px;
}

.instagram_spin_bg{
	width:115px;
	height:115px;
}

}

@media screen and (max-width:375px){

.instagram_bnr_area{
	padding:0px 0px 60px 0px;
}

.instagram_bnr{
	padding:30px 25px 30px 25px;
}

.instagram_bnr .logo img{
	max-width:125px;
}

.instagram_bnr .text{
	font-size:100%;
}

.instagram_spin{
	width:100px;
	height:100px;
}

.instagram_spin_text{
	width:100px;
	height:100px;
}

.instagram_spin_text img{
	width:100px;
	height:100px;
}

.instagram_spin_bg{
	width:100px;
	height:100px;
}

}


/*-- IMAGE SENIOR --*/

.shokuji_img_senior_area{
	padding:0px 0px 55px 0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.shokuji_img_senior{
	width:33.33333%;
}

.shokuji_img_senior .img{
	padding:8px 8px 8px 8px;
}

.shokuji_img_senior .img img{
	width:100%;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

@media screen and (max-width:1600px){

.shokuji_img_senior_area{
	padding:0px 0px 53px 0px;
}

.shokuji_img_senior .img{
	padding:7px 7px 7px 7px;
}

}

@media screen and (max-width:1280px){

.shokuji_img_senior_area{
	padding:0px 0px 51px 0px;
}

.shokuji_img_senior{
	width:50%;
}

.shokuji_img_senior .img img{
	/* radius */
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
	        border-radius:8px;
}

}

@media screen and (max-width:1120px){

.shokuji_img_senior{
	width:33.33333%;
}

}

@media all and (max-width:960px), print{

.shokuji_img_senior_area{
	padding:0px 0px 49px 0px;
}

.shokuji_img_senior{
	width:33.33333%;
}

.shokuji_img_senior .img{
	padding:6px 6px 6px 6px;
}

.shokuji_img_senior .img img{
	/* radius */
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
}

}

@media screen and (max-width:800px){

.shokuji_img_senior{
	width:50%;
}

}

@media screen and (max-width:640px){

.shokuji_img_senior_area{
	padding:0px 0px 47px 0px;
}

.shokuji_img_senior .img{
	padding:5px 5px 5px 5px;
}

}

@media screen and (max-width:480px){

.shokuji_img_senior_area{
	padding:0px 0px 45px 0px;
}

}


/*-- IMAGE WORKS --*/

.shokuji_img_works_area{
	padding:10px 0px 45px 0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.shokuji_img_works{
	width:50%;
}

.shokuji_img_works .img{
	padding:8px 8px 8px 8px;
}

.shokuji_img_works .img img{
	width:100%;
	/* radius */
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
	        border-radius:10px;
}

@media screen and (max-width:1600px){

.shokuji_img_works_area{
	padding:9px 0px 43px 0px;
}

.shokuji_img_works .img{
	padding:7px 7px 7px 7px;
}

}

@media screen and (max-width:1280px){

.shokuji_img_works_area{
	padding:8px 0px 41px 0px;
}

.shokuji_img_works .img img{
	/* radius */
	-webkit-border-radius:8px;
	   -moz-border-radius:8px;
	        border-radius:8px;
}

}

@media all and (max-width:960px), print{

.shokuji_img_works_area{
	padding:7px 0px 39px 0px;
}

.shokuji_img_works .img{
	padding:6px 6px 6px 6px;
}

.shokuji_img_works .img img{
	/* radius */
	-webkit-border-radius:6px;
	   -moz-border-radius:6px;
	        border-radius:6px;
}

}

@media screen and (max-width:640px){

.shokuji_img_works_area{
	padding:6px 0px 37px 0px;
}

.shokuji_img_works .img{
	padding:5px 5px 5px 5px;
}

}

@media screen and (max-width:480px){

.shokuji_img_works_area{
	padding:5px 0px 35px 0px;
}

.shokuji_img_works{
	width:100%;
}

}

