@charset "utf-8";
body {
	color: #000;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.5;
	background:url(images/ptn_01.jpg) repeat;
	word-wrap:break-word;
}

a { color:#4183eb;text-decoration:none;}
a:hover { text-decoration:underline; }
a img {transition:opacity 0.5s ease;}
a img:hover {opacity:0.5;}


/****************************************

                class

*****************************************/

.clearfix {
	width: 100%;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
		
.btn {
	text-align:center;
	letter-spacing:2px;
	/* hover */
	-webkit-transition:background-color 1s ease , transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-moz-transition:background-color 1s ease, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-o-transition:background-color 1s ease, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-ms-transition:background-color 1s ease, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	transition:background-color 1s ease, transform 0.3s ease 0s , box-shadow 0.3s ease 0s;
	}
		
	.btn a {color:#fff !important;}
	.btn a:hover {text-decoration:none;}
	.btn:hover {
		background-color:#000;
		}
		
.btnColor {
	background-color:#e60315;
	}
	
.btnSize {
    width:20%;
	height:20px;
	color:#fff;
	line-height:1.5;
	float:left;
	margin:20px 0;
	}

.btnSize02 {
    width:16%;
	height:20px;
	color:#fff;
	line-height:1.5;
	float:left;
	margin:0 4% 0 0;
	}

.btnSize03 {
    width:30%;
	height:20px;
	color:#fff;
	line-height:1.5;
	float:left;
	margin:20px 0;
	padding:15px 0;
	letter-spacing:0;
	}
	
.btnSize04 {
    width:40%;
	height:20px;
	color:#fff;
	line-height:1.5;
	margin:20px auto;
	padding:10px 0;
	}

	

/****************************************

                header

*****************************************/

header {
	width:100%;
	height:auto;
	}

#hdrArea {
	width:100%;
	maxwidth:1000px;
	height:140px;
	margin:0 auto;
	position: relative;	}
	
	#hdrLogo {
		width:100%;
		height:auto;
		margin:0 auto;
		}
		
		#hdrLogo img {
			display:block;
			margin:0 auto;
			padding:20px 0;
			}


		#hdrLogo h1 {
			font-size:12px;
			margin:0 auto;
			text-align:center;
			color:#585351;
			}
			
	#hdrLag {
		width:40%;
		height:140px;
		position:absolute;
		top:0;
		right:0;
		}
		
		#hdrLag a {
			color:#e60315;}
		
		#hdrLag ul {
			position:absolute;
			top:0;
			right:0;
			}
			
		    #hdrLag ul li{
				width:100px;
				height:35px;
				text-align:center;
				float:left;
				line-height:2.5;
				color:#e60315;
				}

/****************************************

                nav

*****************************************/

nav {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:10px 0;
	background-color:#fff;
	}
	
	#naviArea {
		width:100%;
		max-width:1000px;
		height:auto;
		margin:0 auto;}
	
	nav ul {
		width:90%;
		height:auto;
		margin:0 auto;
		position:relative;
		padding:0;
		}
		
		nav ul:after {
			content: "";
			display: block;
			clear: both;
			}
		
		nav ul li {
			width:14.25%;
			height:30px;
			float:left;
			text-align:center;
			font-size:13px;
			letter-spacing:1px;
			line-height:2.3;
			padding:10px 0;
	        /* hover */
			-webkit-transition: all 0.5s ease 0s;
	        -o-transition: all 0.5s ease 0s;
	        transition: all 0.5s ease 0s;

		}
		
		nav ul li a { color:#000 !important;}
		nav ul li:hover { background-color:#f4f1e7; }
		 
/* wordpress ?? ?? */

.menu-global-container {
	width:1000px;
	margin:0 auto;
	position:relative; /*??????????*/
	}
	
.sub-menu {
 display: none;  /*??????????????????*/
 width:130px;
 height:30px;
 z-index:999;
 /*position:absolute; /*??????????*/
 /*top:auto; /*??????????*/
 /*left:auto; /*??????????*/
 padding:5px 0 10px !important;
 background-color:#fff;
	}

#navi ul li:hover ul.sub-menu{
 display: block; /*????????????????????*/
 text-decoration:underline;
 width:130px;
 height:30px;
 z-index:999;
 }


 
 .sub-menu li {
	 width:130px;
	 height:30px;
	 z-index:999;
	 letter-spacing:0;
	 background-color:#fff;
	 }

 .sub-menu li:hover {
	 }
	 

#wpSide .post-date:before {
content:"\A ";
white-space:pre;
	}

#wpSide .post-date {
	font-size:12px;
	color:#878787;
	padding:0 0 0 5px;}
	
#recent-posts-2 li {
	border-bottom:1px dashed #adadad;
	}


/****************************************

               eyecatch

*****************************************/

#eyeCatch { 
    position:relativel;
	width:88%;
	height:auto;
	background-color:#fff;
	margin:0 auto;
	}
	
	#eyeCatch  img {
		display:block;
		margin:0 auto;
		max-height:100%;
		}

/****************************************

               main

*****************************************/

main {
	width:100%;
	height:auto;
	}

.stnArea {
	width:100%;
	max-width:969px	;
	height:auto;
	margin:0 auto;
	}
	
.stnArea:after {
	content: "";
	display: block;
	clear: both;
}



#wpmainArea {
	width:67%;
	max-width:670px	;
	height:auto;
	margin:0 auto;
	float:left;
	}
	
#wpmainArea:after {
	content: "";
	display: block;
	clear: both;
}


/* ???????? */

	#top01 {
		width:36%;
		height:auto;
		float:left;
		background-color:#fff;
		padding:30px 2%;
		margin:0 auto 30px;
		}
		
		#top01img {
			max-width:360px;
			height:321px;
			background:url(images/top_img_01.jpg) no-repeat;
			position:relative;
			}
		
		#top02img {
			max-width:360px;
			height:321px;
			background:url(images/top_img_01_02.jpg) no-repeat;
			position:relative;
			}
			
			#top01img h2 {
				position:absolute;
				bottom:0;
				left:0;
				color:#fff;
				border-top:1px solid #565656;
				background-color:rgba(0, 0, 0, 0.5);
				padding:20px 5%;
				text-shadow:0 0 3px #fff;
				width:90%;
				}
				
		#top01 h3 {
			font-size:15px;
			letter-spacing:5px;
			width:80%;
			height:auto;
			text-align:center;
			padding:20px 0;
			display:block;
			float:left;
			}
		
		.topbtn {
			width:20%;
			height:20px;
			background-color:#e60315;
			color:#fff;
			text-align:center;
			line-height:1.5;
			float:left;
			margin:20px 0;
			}
			
			.topbtn:hover {
				background-color:#000;
				}
	
	#top02 {
		width:58%;
		height:399px;
		float:left;
		background-color:#fff;
		padding:0 0 14.5px 2%;
		float:left;
		margin:30px 0 0;
		}
		
		#top02Title {
			width:100%;
			height:auto;
			padding:15px 0;
			}

		#top02Title:after {
		content: "";
		display: block;
		clear: both;
		}
			
			#top02Title h2 {
				width:80%;
				float:left;
				font-size:15px;
				letter-spacing:2px;
				}
		
		.top02Cnt {
			width:100%;
			height:auto;
			padding:10px 0 10px;
			border-bottom:1px dotted #f4f1e7;
			color:#413a2e;
			}
		
		.top02Cnt:after {
		content: "";
		display: block;
		clear: both;
		}
		
			
			.top02CntDate {
				width:90px;
				font-family: 'Oswald', 'serif';
				display:block;
				float:left;
				letter-spacing:1px;
				}
			
			.top02CntDate:before {
				font-family: WebIconFonts;
				content:'2';
				padding:0 10px 0 0;
				}
			
			.top02CntNew {
				color:#e60315;
				float:left;
				padding:0 1%;
				}
			
			.top02Cnt dl {
				width:72%;
				float:left;
				}
				
				.top02Cnt dd {
					width:23%;
					float:left;
					background-color:#f4f1e7;
					padding:2px 2%;
					border-radius:3px;
					font-size:11px;
					text-align:center;
					}
	
				.top02Cnt dt {
					width:69%;
					float:left;
					letter-spacing:0;
					padding:0 2%;
					line-height:1.5;
					font-size:12px;
					}
					
					.top02Cnt dt a {
						color:#000;
						}
		
		#top02Bnr {
			width:100%;
			height:auto;
			padding:10px 0 0;
			}
			
		#top02Bnr:after {
		content: "";
		display: block;
		clear: both;
		}
			
			#top02Bnr ul {
				}
			
			#top02Bnr ul li {
				float:left;
				padding:5px 10px;
				}
				
				#top02Bnr ul li img {
					width:100%;
					max-width:260px;
					}
							
			
		

/****************************************

           footer
				
*****************************************/

footer {
	width:100%;
	height:auto;
	margin:0 auto;
	background:url(images/ftr_ptn.jpg) repeat;
	text-shadow:1px 1px 0 #000;
	color:#b2b0ac;
	}
	
	#ftr01 {
		width:100%;
		max-width:1000px;
		height:auto;
		margin:0 auto;
		}
		
		#ftrLogo {
			width:66%;
			height:auto;
			}
			
		#ftrLogo:after {
		content: "";
		display: block;
		clear: both;
		}
			
			#ftrLogo div {
				width:50%;
				height:auto;
				float:right;
				}
			
			#ftrLogo img {
				display:block;
				margin:40px auto;
				}
		
		.ftrArea {
			width:30%;
			height:auto;
			float:left;
			margin:0 1.5% 25px;	
			}
			
			.ftrArea h2 {
				text-align:center;
				border-bottom:1px solid #1d1d1d;
				padding:0 0 8px;
				} 
			
			.ftrArea address {
				border-top:1px solid #3e3d3c;
				padding:15px 0;
				text-align:center;
				} 
			
			.ftrArea p {
				text-align:left;
				padding:0 0 0 40px;
				}
			
			.ftrArea dl {
				border-top:1px solid #3e3d3c;
				padding:15px 0 15px 40px;
				text-align:left;
				}
				
				.ftrArea dt {
					padding:0 0 10px;
					}
			
			.ftrArea ul { padding:0 20px 10px; }
				
				.ftrArea li {
					float:left;
					width:40%;
					}
			
			#ftrFb {
				width:100%;
				height:auto;
				}
				
		
	#ftr02 {
		width:95%;
		max-width:1000px;
		height:auto;
		margin:0 auto;
		padding:20px 0 0;
		
		}
		
		#ftr02 ul {
			width:60%;
			border-top:1px solid #1d1d1d;
			}
		
		#ftr02 li {
			width:auto;
			height:auto;
			float:left;
			font-size:13px;
			text-align:center;
			padding:0 5px;
			}
			
			#ftr02 li a {
				color:#b2b0ac;
				}
	
	small {
		width:95%;
		max-width:1000px;
		height:auto;
		margin:0 auto;
		padding:10px 0;
		display:block;
		font-size:11px;
		text-align:center;
		letter-spacing:0;
		text-align:right;
		}

/****************************************

           main area
				
*****************************************/


.wpArea {
	width:750px;
	height:auto;
	margin:0 auto;
	float:left;
	}


#wrapper {
	width:100%;
	max-width:990px;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	}

#wrapper:after {
	content: "";
	display: block;
	clear: both;
}

				
/****************************************

  wp page - ?????
				
*****************************************/

/* ????????? */

#pageTitle {
	width:100%;
	background-color:#fff;
	}
	
	#pageTitle h1 {
		width:94%;
		height:auto;
		color:#312d2a;
		font-size:23px;
		margin:0 auto;
		padding:45px 0;
		line-height:1;
		text-align:center;
		}

#eyeCatchPage {
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	}
	
	#eyeCatchPage img {
		max-width:900px;
		width:100%;
		display:block;
		margin:0 auto;
		}
	
			
/* ??·????? */

#pageMain {
	width:100%;
	display: block;
	margin:0 auto 30px;
	padding:30px 0;
	font-size:14px;
	float:left;
	background-color:#fff;
	}
	
	/* Concept? */
	
	#pageConcept {
		width:100%;
		max-width:900px;
		height:auto;
		background-color:#fcfbf9;
		border:1px solid #f2f1f2;
		margin:60px auto 30px;
		}
		
		
		#pageConcept dl {
			width:50%;
			height:auto;
			float:left;
			margin:60px 25px 0;
			}
			
			#pageConcept dd {
				font-size:17px;
				text-align:center;
				padding:0 0 25px;
				border-bottom:1px solid #000;
				}
			
			#pageConcept dt {
				padding:25px 10px 0;
				color:#737373;
				line-height:1.7;
				} 
				
				
		
		#pageConcept img {
			margin:0 !important;
			padding: !important;
			float:right;
			}
			
	#pageBtn {
		width:100%;
		max-width:900px;
		height:auto;
		margin:30px auto;
		}
		
		#pageBtn div {
			width:50%;
			float: right;
			height:auto;
			}
		
		#pageBtn h2 {
			width:50%;
			font-size:16px !important;
			float:left;
			letter-spacing:0;
			margin:35px 0 25px!important;
			padding:0 !important;
			}
			
			#pageBtn  a:before {
		     content:none !important;
		     font-family: WebIconFonts;
		      }
			

		
	/* Concept? */	

    #pageMain a { 
		 padding:5px 4%;
	   }
	   
	   /*#pageMain a:before {
		   content:'+';
		   font-family: WebIconFonts;
		   padding:0 5px 0 0;
		   }*/
    

    #pageMain a img:hover { opacity:1.0;}

	.contact-img {
		margin:0px 9px 5px !important;
	}
	#pageMain img {
			margin:20px 20px 5px;
			max-width:94%;
			}

	
	    #pageMain h1 {
			font-size:20px;
			margin:30px 4% 30px 6%;
			padding:0 0 0 70px;
			line-height:1.1;
			letter-spacing:1px;
			text-align:left;
			clear:both; /* ???????? */
			background:url(images/line.png)  no-repeat scroll 0px 9px;
			}
			

	    #pageMain h2 {
			font-size:18px;
			margin:30px 4% 30px 4%;
			padding:0 20px 0 30px;
			line-height:1.2;
			clear:both; /* ???????? */	
			letter-spacing:1px;
			/* display:table; */
			}
			
	    #pageMain h3 {
			width:auto;
			font-size:16px;
			margin:30px 4% 30px 5%;
			padding:0 20px 10px 40px;
			line-height:1.2;
			clear:both; /* ???????? */
			letter-spacing:1px;
			/* display:table; */
			}
		
		#pageMain p {
			font-size:14px;
			line-height:1.5;
			letter-spacing:1px;
			padding:5px 4%;
			color:#737373;
			}
	
		#pageMain h4 , #pageMain h5 ,#pageMain h6 {
			clear:both; /*????????*/	
			}
		
		#pageMain table {
			width:85%;
			margin:30px;
			font-size:14px;
			letter-spacing:1px;
			empty-cells: show;
			}

			#pageMain table th {
				padding:22px 15px;
				font-weight:bold;
				border:1px solid #f4f1e7;
				background-color:#fcfcfc;
				}
				
			#pageMain table td {
				padding:20px 15px;
				border:1px solid #f4f1e7;
				}
	   
	   #pageMain blockquote {
		   position: relative;
		   }
		   
	   #pageMain blockquote p{
		   width:80%;
		   margin:35px auto 35px 35px;
		   padding:40px 5%;
		   display:block;
		   font-size:15px;
		   background-color:#f4f1e7;
		   border:1px solid #e9e6dd;
		   border-radius:2px;
		   text-align:left;
		   color:#737373;
		   text-shadow :1px 1px 0 white;
		   }
		   
		   /* #pageMain blockquote:before {
			   content:"“";
			   font-size:50px;
			   padding:0;
			   position:absolute;
			   top:10%;
			   left:10%;
			   } */
  
		 #pageMain ul {
			 padding:15px 2% 15px 7%;
			 letter-spacing:1px;
			 color:#737373;
			 }
			 
			 #pageMain ul li {
				 list-style-type:disc;
				 padding:5px 0 5px 10px;
				 font-size:14px;
				 }

		 #pageMain ol {
			  padding:15px 2% 15px 7%;
			 letter-spacing:1px;
			 color:#737373;
			 }
			 
			 #pageMain ol li {
				 list-style-type: decimal;
				  padding:5px 0 5px 10px;
				 font-size:14px;
				 }

/****************************************

  wp page - ABOUT??? 
				
*****************************************/

/* ???? */



/****************************************

  wp page - ????? 
				
*****************************************/

/* ???? */



/****************************************

    wordpress archive

*****************************************/


#arvMain {
	width:94%;
	display: block;
	margin:0 3%;
	padding:5px 0 60px;
	font-size:14px;
	float:left;
	}

.arvArea {
	width:100%;
	height:auto;
	margin:0 0 50px;
	padding:0;
	border-bottom:1px dotted #c1bfbb;
	}
	
.arvArea:after {
	content: "";
	display: block;
	clear: both;
}
			
		
	#arvMain img {
			
			}

	    #arvMain h1 {
			font-size:20px;
			margin:30px 0 10px;
			padding:0 15px 10px;
			line-height:1.1;
			letter-spacing:1px;
			text-align:left;
			border-bottom:1px solid #f7f5ee;
			}
		
	.arvInfo {
		width:95%;
		height:30px;
		margin:0 auto;
		font-size:11px;
		padding:0 0 20px;
		
		}
		
		
		.arvInfo dd {
			width:50%;
			float:left;
			text-align:left;
			}

		.arvInfo dt {
			width:50%;
			float:left;
			text-align:right;
			}	
	
	 .arvMain  {
		 }
		 
	 .arvMain img {
			max-width:50%;
			margin:5px auto 20px;
			display:block;
			float:left;
		  }

     .arvText {
		    width:50%;
			float:left;
		 }	
		 
	 .arvText  p {
		    width:90%;
			font-size:14px;
			line-height:1.5;
			letter-spacing:1px;
			padding:5px 5%;
			color:#737373;
			display:block;
			}

	.arvBtnArea {
		width:100%;
		height:30px;
		position:relative;
		margin:60px 0 15px;
		}

/****************************************

    wordpress menu

*****************************************/

#menuArea {
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#fff;
	}

#menuArea:after {
	content: "";
	display: block;
	clear: both;
}

#menuMain {
	width:94%;
	display: block;
	margin:0 3%;
	padding:5px 0 60px;
	font-size:14px;
	float:left;

	}
	
	#menuMain h1 {
			font-size:20px;
			margin:30px 4% 30px 6%;
			padding:0 0 0 70px;
			line-height:1.1;
			letter-spacing:1px;
			text-align:left;
			clear:both; /* ???????? */
			background:url(images/line.png)  no-repeat scroll 0px 9px;
			}
			

	#menu01 {
		width:99%;
		height:auto;
		background-color:#fcfbf9;
		border:1px solid #f2f1f2;
		margin:25px auto 0;
		padding:20px 0;
		}
		
					
	#menu01:after {
		content: "";
		display: block;
		clear: both;
		}

		.menu01Men {
			width:50%;
			height:auto;
			float:left;
			}
			
			.menu01Men dl {
				width:80%;
				height:auto;
				margin:20px auto;
				}
				
			.menu01Men dl:after {
				content: "";
				display: block;
				clear: both;
				}
				
				.menu01Men dd {
					font-size:23px;
					color:#fff;
					background-color:#e60315;
					float:left;
					font-family:  "MS P??", "MS PMincho", "Hiragino Mincho Pro","HGS??E",  "MS ??", serif;
					padding:5px 10px;
					text-shadow:none;
				}

				.menu01Men dt {
					padding:10px 0 0 40px;
					float:left;
					color:#737373;
				}

		.menu02Men {
			width:50%;
			height:auto;
			float:left;
			}
			
			.menu02Men dl {
				width:100%;
				height:auto;
				margin:3px auto;
				}
				
			.menu02Men dl:after {
				content: "";
				display: block;
				clear: both;
				}
				
				.menu02Men dd {
					width:67%;
					font-size:18px;
					float:left;
					padding:5px 0;
					
				}

				.menu02Men dt {
					width:30%;
					padding:10px 0;
					float:left;
					color:#737373;
					letter-spacing:0;
					font-size:12px;
				}

				.menu02Men dt.dt-shop2 {
					padding: 7px 0;
					font-size:16px;
					text-align: center;
				}								




    /* ???????? */		

    .title-menu {
    	padding: 20px;
    	padding-top: 30px;
    	text-align: center;
    	font-size: 23px;
    }
    .menu02Area {
		width:49%;
		height:auto;
		display:inline-block;
		margin:30px 0;
		}
	.shop2-menu {
		width: 32%;
	}
	
	.menu02Area figcaption {
		text-align:center;
		color:#cacaca;
		font-size:12px;
		}
			
	.menu02Area img {
		    display:block;
			margin:0 auto;
			max-width:94%;
			}

	    .menu02Area  h2 {
			text-align:center;
			font-size:18px;
			margin:15px 4%;
			padding:0;
			line-height:1.2;
			clear:both; /* ???????? */	
			letter-spacing:1px;
			/* display:table; */
			}
			
	    .menu02Area  h3 {
			width:auto;
			font-size:18px;
			margin:30px 0;
			padding:0 20px 10px 40px;
			line-height:1.2;
			clear:both; /* ???????? */
			letter-spacing:1px;
			/* display:table; */
			}
		
		.menu02Area  p {
			font-size:15px;
			line-height:1.5;
			letter-spacing:1px;
			padding:5px 40px;
			}

		
		.menu02Area  table {
			width:100%;
			margin:15px auto 0;
			font-size:15px;
			letter-spacing:1px;
			empty-cells: show;
			    display: inline-table;
			vertical-align:top;
			color:#737373;
			}

		.shop2-menu table {
			display:table;
		}


			

			.menu02Area  table th {
				width:300px;
				table-layout:fixed;
				padding:10px 15px;
				border-bottom:1px dotted #e1e0df;
				}
				
			.menu02Area  table td {
				padding:10px 15px;
				border-bottom:1px dotted #e1e0df;
				text-align: center;
				}
			.shop2-menu  table td {
				text-align: center;
				}
		
		#menuLunch {
			width:40%;
			height:auto;
			background-color:#e60315;
			color:#fff;
			display:inline-block;
			vertical-align:top;
			margin:30px auto;
			padding:50px 0;
			border-radius:10px;
			opacity:0.9;
			box-shadow:0 5px 0 #cacaca;
			border:1px solid #97000c;
			}
			
			#menuLunch dl {
				padding:20px 20px;
				text-shadow:-1px -1px 1px rgba(0, 0, 0, 0.4),1px 1px 1px rgba(255, 255, 255, 0.5);
				}
				
				#menuLunch dd {
					font-size:23px;
					padding:0 0 20px;
					text-align:center;
					font-family: 'Oswald', 'serif';
					} 
					
				#menuLunch dt {
					text-align:left;
					padding:0 20px;
					} 			



/****************************************

  wp blog , page ???CLASS
  				
*****************************************/

/* ????????? */
.aligncenter {
    display: block;
    clear: both;
    margin: 0.25em auto 1.5em;
    }
.alignleft {
    float: left;
    clear: both;
    margin: 0.25em 1.5em 1.5em 0;
    }
.alignright {
    float: right;
    clear: both;
    margin: 0.25em 0 1.5em 1.5em;
    }
	
	
/****************************************

    wordpress ?? ?????

*****************************************/

#wpSide {
	width:28%;
	max-width:280px;
	height:auto;
	float:right;
	margin:20px 2%;
	}

.widget {
	list-style:none;
	margin:0 0 20px 0;
	}

#wpSide ul{
	padding:10px 0 10px;
	}


#wpSide ul li {
	list-style:none;
	text-align:left;
	font-size:14px;
	line-height:1.5em;
	padding:10px 10px 5px 10px;
	letter-spacing:0;
	color:#545c59;
	}


#wpSide h2, #wpSide h3 {
	width:220px;
	height:50px;
	line-height:2.5em;
	text-align:center;
	width:auto;
	height:auto;
	font-size:20px;
	letter-spacing:0;
	border-bottom:1px dotted #e1e0df;
	}

		
#wpSide li a{
	color:#000;
	}


#wpSide li a:hover{
	text-decoration:underline;
	}
	
#wpSide ul li .children a:before {
	content:"- ";
	}


/****************************************

    wordpress ????

*****************************************/

#pageArea {
	width:100%;
	background-color:#f7f5ee;
		}
			
#pankuzu {
			width:85%;
			padding:12px 0;
			margin:0 auto;
			display:block;
			font-size:12px;
			color:#555451;
			font-family: WebIconFonts;
			letter-spacing:0;
		    }
						
 .breadcrumbs {
	 width:auto;
	 height:auto;
	 margin:0 auto;
	 padding:0;
	 letter-spacing:1px;
	 text-align:left;
	 }
	 
	  .breadcrumbs > span {
		  display:inline-block;
		  color:#555451 !important;
		  font-family: 'Noto Sans Japanese', serif !important;
		  }
	 
	  .breadcrumbs a {
            display: inline-block;
			color:#555451 !important;
			font-family: 'Noto Sans Japanese', serif !important;
		  }
 
 	  .breadcrumbs a:hover {
		  text-decoration:underline;
		  }
 
 /****************************************

    wordpress ??????????

*****************************************/

#pageNext {
	width:100%;
	height:auto;
	}
	
	 #pageNext li {
		 float:left;
		 width:25%;
		 height:30px;
		 background-color:#fc4f59;
		 line-height:2.2;
		 margin:0 4%;
		 text-align:center;
		 text-shadow :1px 1px 0 #999;
		 box-shadow:4px 4px 0 #e1e0e0;
		 border-radius:2px;
	}
		 
	#pageNext li a {
	  color:#fff;
	 }

	#pageNext li a:hover {text-decoration: underline;}

/****************************************

    wordpress ????

*****************************************/

.blogAside {
	width:auto;
	padding:30px 0;
	}

/****************************************

    wordpress ?????????

*****************************************/
  .tagcloud {
    position: relative;
    overflow: hidden;
    padding: 15px 22px 15px 14px;
    text-align: left;
  }
  .tagcloud a {
    display: inline-block;
    background-color:#e60315;
    white-space: nowrap;
    font-size: 98%;
    line-height: 1.3;
    padding: 3px 8px;
    margin:0 2px 5px;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    letter-spacing:0;
    color:#fff !important;
    text-shadow :1px 1px 0 #999 !important;
  }
  
  .tagcloud a:hover {
    text-decoration: underline;
  }
  
/****************************************

    wordpress ???????

*****************************************/
 
 .wpTag {
	 width:600px;
	 height:auto;
	 margin:20px 0;
	 clear:both;
	 }

  .wpTag:after {
	content: "";
	display: block;
	clear: both;
	}
	 
	 .wpTag p {
		 width:10%;
		 height:auto;
		 float:left;
		 color:#737373;
		 text-align:center;
		 }
	 .wpTag ul {
		 width:90%;
		 height:auto;
		 margin:0 !important;
		 padding:0 !important;
		 float:left;
		 }

		 .wpTag li {
			 float:left;
			 background-color:#e60315;
			 -webkit-border-radius: 3px;
			 -moz-border-radius: 3px;
			 letter-spacing:0;
			 padding: 3px 8px !important;
			 margin-left:10px;
			 list-style-type:none !important;
			 font-size:13px;
			 line-height:1.3em;
			 }
			 
			 .wpTag li a {
				 color:#fff !important;
				 }

			 .wpTag li a:hover {
				 text-decoration:underline;
				 }
				 


/****************************************

  Newpost Catch StyleSheet

*****************************************/

#npcatch li{
	overflow:hidden;
	clear:both;
	margin:0px 0px 0px;
	font-size:12px !important;
	letter-spacing:0 !important;
}


#npcatch img{
    float: left;
    margin: 5px 10px 5px 0;
	border:2px solid #fff;
}

#npcatch .title{
    float: left;
    padding: 5px 5px 5px 0;
    width: 171px;
}

#npcatch li:hover{
}

#npcatch li:hover .title{
}

#npcatch li:hover .title a{
}

#npcatch li:hover .date{
}

#npcatch .date {
	font-size:11px;
	color:#c7a49a;
	}

/* ???? */
#npcatch .date:before {
  content: "\A";
  white-space: pre;
}

/****************************************

    wordpress ??

*****************************************/

.wp-caption {
	position:relative;
	}
	
.wp-caption img{
	margin:5px 0;
	}
	
.wp-caption-text {
	letter-spacing:1px !important;
	line-height:1.2 !important;
	font-size:13px !important;
	padding:5px 20px !important;
	margin:0;
	text-align:left;
	}
	
	.wp-caption-text:before {
		content:"-";
		padding:0 5px;
		}


/****************************************

   PS Auto Sitemap ?CSS??

*****************************************/

#sitemap_list li {
	list-style:none !important;
	}


/****************************************

          TOP??????(Go to top)

*****************************************/
#page-top{
    position:fixed;
    right:16px;
    bottom:16px;
    display: none;
}

#page-top a img{
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
}

#page-top a img:hover{
	transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
	opacity:1.0;
}


/****************************************

    wordpress ??????

*****************************************/

.wpcf7-form {
	width:70%;
	margin:50px 0 50px 50px;
	}
	
.c1{
padding:20px !important;
display:block;
line-height:50px;
font-size:13px !important;
}
 
.c2{
padding:20px !important;
line-height:50px;
font-size:13px !important;
}

.c3{
	width:84% !important;
	text-align:center;
}
.c3:after {
	content: "";
	display: block;
	clear: both;
}
 
p.c1,p.c2{
margin:0;
}
 
.c1:hover,.c2:hover{
}
 
.c1.last,.c2.last{
border-bottom:none;
}
 
.m-alert{
padding:5px;
color:#cb1608;
margin:5px;
font-weight:normal;
/* text-shadow :1px 1px 0 #fff; */
font-size:15px;
}
 

 
.c1 textarea,.c2 textarea{
font-size:16px;
width:95%;
padding:5px 10px;
margin:10px 0 0 0;
font-weight:normal;
color:#999;
border:1px solid #dfdfdf;
border-radius:3px;
}
 
.file{
margin:10px;
display:block;
}
 
span.wpcf7-list-item { display: block; }

input[type=text],input[type=tel],input[type=email]{
width:95%;
margin:10px 0 0 0;
border-radius:3px;
font-size:16px;
padding:5px 10px;
font-weight:normal;
color:#999;
border:1px solid #dfdfdf;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus{
   border:solid 1px #6a5f4b;
}
 
input[type=text], select,input[type=email],input[type=tel]{
   outline: none;
}
 
.contact_right textarea{
   width:95%;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   padding:0 3px;

}
 
.contact_right textarea:focus{
   border:solid 1px #20b2aa;
}
 
.contact_right textarea {
   outline: none;
   width:100% ;
}


.c3 input[type=submit]{
    width:160px;
	height:40px !important;
	background-color:#e60315;
	color:#fff !important;
	text-align:center;
	letter-spacing:2px;
	padding:15px 0;
	border:none;
	line-height:0.8;
	/* hover */
	-webkit-transition:background-color 1s ease , transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-moz-transition:background-color 1s ease, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-o-transition:background-color 1s ease, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	-ms-transition:background-color 1s ease, transform 0.3s ease 0s, box-shadow 0.3s ease 0s;
	transition:background-color 1s ease, transform 0.3s ease 0s , box-shadow 0.3s ease 0s;
	/* ???  */
	display:block;
	float:right;
}

	.c3 input[type="submit"]:hover {
		background-color:#322d23;
		transform:translateY(3px);
		box-shadow:none;
		}
 
.contact_form input[type=submit]{
width:50%;
}
 
.contact_form input[type=text],.contact_form input[type=email]{
width:100%;
height:50px;
font-size:1.5em;
}
 
.c3 input[type="radio"]{
margin: 0 0 4px 0 !important;
}

.wpcf7-not-valid-tip  {
	color:#cb1608;
	padding:15px;
	font-size:18px;
	}

.wpcf7-validation-errors  {
	padding:20px 0;
	}

.radio-238 {
	padding:5px;}

/****************************************

          Google Map

*****************************************/

.ggmap {
	padding:0 2%;

}


.text-center {
	text-align: center;
}

.shop2-menu  p {
	padding: 5px 20px;
}
.footer-address {
	height: 140px;
}
#top02Bnr ul li.menu-shop2 {
	float: right;
}

.display-grid {
	display: inline-table;;
}


.spicy1 {
    float: left;
    width: 33%;
}
.spicy2 {
    width: 62%;
    float: right;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px dotted #e1e0df;
    padding-bottom: 17px;
    margin-top: -15px;
}

.spicy3 {
	font-size: 18px;
    padding: 0 130px 0 0;
    line-height: 48px;
    
}
.spicy4 {
	font-size: 16px;
    color: #737373;
    line-height: 48px;

}
.spicy-menu {
	width: 100%;
}

.menu02Men {
	margin-left: 6%;
}

#hdrLogo a {
	display: inline-block;
	padding: 0px 30px;
}

#hdrLogo {
	text-align: center;
}

.image-2 {
	position: relative;
    	top: -5px;
}

@media (max-width: 960px) and (min-width: 768px){

.menu02Area  h2{
    font-size: 14px !important;
}
}
.height-fb {
	height: 10px;
}
.fb-2 {
	    display: none;
}