@charset "utf-8";

/*-----------------------
common
----------------------  */
img{
max-width:100%;
height:auto;
}
#home a{
	color: #FFF;
}
.notyet{
	background: yellow;
}

a:hover img.over {
	opacity: 0.85;
	filter: alpha(opacity=85);
	-ms-filter: "alpha( opacity=85 )";
	}
#wrap{
	position: relative;
	width: 100%;
	height: 100%;
}
#pagetop{
	}
#home #header{
	opacity: 0;
}
#header{
	position:relative;
	width: 22%;
	max-width: 280px;
	height: 100%;
	min-height: 100%;
	margin-left:2%;
	padding-bottom: 30px;
	text-align: center;
	z-index: 999;
	float: left;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#header{
	background: rgb(0,0,0);
}
#header #menu{
	display: none;
}
#home #header{
	background: rgba(0,0,0,.6);
}

#header #siteId{
	padding:50px 0 60px 0;
}
#header #siteId span{
	display: inline-block;
	margin-top:10px;
	font-size:12px;
	color: #bbb;
	letter-spacing:.3em;
}
#header #siteId img{
	width: 76%;
	height:auto;
}
#topId{
	position: fixed;
	left: 3%;
	bottom: 20px;
}
#topId span{
	display: inline-block;
	width: 86%;
	font-size:12px;
	color: #ccc;
	text-align: center;
	letter-spacing:.3em;
}
#topId img{
	width: 86%;
	height:auto;
}


#global li{
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 0.1em;
}
#global li a{
	color: #FFF;

}
#global li.hakuji{
	padding-top: 20px;
}
#global li.hakuji img{
	width: 20px;
	height: auto;
	vertical-align:text-bottom;
}
#global li a:hover{
	color: #666;
}
#footer{
	position: absolute;
	bottom:10px;
	right: 10px;
	width: 100%;
	text-align: right;
	color: #bbbbbb;
	z-index: 100;
}
#home #footer{
	position:fixed;
}

address{
	margin: 0;
	padding: 0;
	font-style: normal;
}
#container{
	float: left;
	width: 76%;
	margin-bottom: 50px;
}
#contents{
	margin:175px 30px 0 30px;
}
#contents h2{
	margin-bottom: 30px;
	font-size:185%;
	line-height: 1.4em;
	letter-spacing: .1em;
}
#contents h3{
	margin-bottom:8px;
	font-size:139%;
	line-height: 1.4em;
}
#contents .sec{
	margin-bottom: 25px;
}
#contents p,
#contents li{
	line-height: 1.8em;
}
#contents p{
	margin-bottom: 20px;
}
#contents .infobox{
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #bbb;
	background: #f3ece6;
}

#contents .infobox ul{
	padding-left: 3px;
}
#contents .infobox h3{
	margin-bottom:10px;
	padding-bottom: 2px;
	padding-left: 3px;
	border-bottom: 1px dotted #333;
	font-size: 108%;
}
#pagetop{
	font-size: 11px;
	text-align: right;
}
#pagetop a,
a.text{
	border-bottom: 1px dotted #333;
}
#pagetop a:hover,
a.text:hover{
	border-bottom: 0;
}
.bg{
	position:absolute;
	top:0;
	left:0;
	width: 100%;
	height: 125px;
	overflow: hidden;
	z-index: 1;
}
#access{
	background: url(/img/bg_access.png) no-repeat center top;
	background-size: cover;
}
#profile{
	background: url(/img/bg_profile.png) no-repeat center top;
	background-size: cover;
}
#karatsuyaki{
	background: url(/img/bg_karatuyaki.png) no-repeat center top;
	background-size: cover;
}
#exhibition{
	background: url(/img/bg_exhibition.png) no-repeat center top;
	background-size: cover;
}
#visit-trial{
	background: url(/img/bg_trial.png) no-repeat center top;
	background-size: cover;
}
#works{
	background: url(/img/bg_works.png) no-repeat center top;
	background-size: cover;
}
#contact{
	background: url(/img/bg_contact.png) no-repeat center top;
	background-size: cover;
}
#information{
	background: url(/img/bg_info.png) no-repeat center top;
	background-size: cover;
}
#map {
	margin-bottom: 30px;
	border: 1px solid #bbb;
	height: 400px;
}
iframe{
	margin: 0;
	padding: 0;
}
.profile{
	padding-bottom: 15px;
	border-bottom: 1px dotted #333;
}
.profile.end{
	border:0;
}
.profile h3 span{
	font-size: 13px;
}
.profile table{
	float:left;
}
.profile .left{
	float: left;
}
.fLeft{
	float: left;
	margin: 0 20px 20px 0;
}
.fRight{
	float: right;
	margin: 0 0 20px 20px;
}
.kinds li strong{
	font-size: 108%;
}
.works li{
	display: inline-block;
	margin-bottom: 20px;
	padding:5px;
	width: 29%;
	margin-right:1%;
	border: 1px solid #bbb;
	line-height: 1;
}
.works li img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.required{
	color: #ff0000;
}
input.text{
	width: 50%;
	border: 1px solid #bbb;
	padding: 8px 1%;
	outline:0;
}
#submit{
	text-align: center;
}
input.submit{
	display: inline-block;
	width:120px;
	padding: 10px;
	border: 0;
	outline:0;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 13px;
}
textarea{
	width: 98%;
	border: 1px solid #bbb;
	padding: 8px 1%;
	outline:0;
	height: 200px;
}
.contactForm{
	padding-bottom: 30px;
}
.contactForm dl{
	margin-bottom:20px;
}
.contactForm dt{
	margin-bottom: 7px;
}
#main{
	float: left;
	width: 70%;
	margin-right: 8%
}
#side{
	float: left;
	width: 22%;
}
#contents .article{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #bbb;
}
#contents .article .date{
	margin-bottom: 0;
}
#contents .article h2{
	margin-bottom: 20px;
	line-height: 1.3em;
	font-size: 139%;
}
#contents .article .body p img{
	max-width:100%;
	height: auto;
}
#contents .article .body a{
	text-decoration:underline;
	}
#contents .article .body a:visited{
	text-decoration:underline;
	}
#contents .article .body a:hover{
	text-decoration:none;
	}
#contents #side dt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 124%;
}
#contents #side li{
	list-style: disc;
	margin-left: 20px;
}
#side dl{
	margin-bottom: 30px;
}

span.wpcf7-not-valid-tip{
	display: block;
	margin-top: 7px;
	color: #ff0000;
	font-size: 12px;
}
.screen-reader-response{
	display: none;
}
.screen-reader-response ul{
	display: none;
}
.wpcf7-response-output.wpcf7-validation-errors{
	text-align: center;
	color:#FF0000;
}
input,textarea{
	font-size: 14px;
}
input.submit{
	cursor: pointer;
  transition: 0.2s;
}
input.submit:hover{
	background: #666;
}
.wpcf7-response-output.wpcf7-mail-sent-ok{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
.wpcf7-form.invalid{
	padding-top: 20px;
}
.itemlist{
margin-bottom:30px;
}
.itemlist li{
float:left;
width:32%;
margin-right:2%;
margin-bottom:20px;
}
.itemlist li:nth-child(3n){
margin-right:0;
}
.itemlist li:nth-child(3n+1){
clear:both;
}
#contents .itemlist li p{
margin-bottom:0;
}
#contents .itemlist li h3{
font-size:16px;
}
.shopbtn{
text-align:center;
}
.shopbtn a{
display:inline-block;
width:80%;
color:#fff;
padding:10px 0;
border-radius:3px;
background:#000;
letter-spacing:.05em;
font-size:15px;
}
@media (max-width: 768px){
.itemlist li{
width:49%;
margin-right:2%;
border:1px solid #ddd;
padding:10px;
box-sizing:border-box;
}
.itemlist li:nth-child(3n){
margin-right:2%;
}
.itemlist li:nth-child(2n){
margin-right:0;
}
.itemlist li:nth-child(3n+1){
clear:none;
}
.itemlist li:nth-child(2n+1){
clear:both;
}
.itemlist li a img{
background-size:cover;
background-repeat:none;
background-position:center 0;
}
#contents .itemlist li h3{
font-size:15px;
}
}

.itemlist li a .detailbtn{
float:right;
display:inline-block;
margin-top:5px;
background:#444;
color:#fff;
padding:1px 10px;
border-radius:3px;
font-size:12px;
}


.wpcf7-spinner{
  position: absolute !important;
  bottom: 0;
  left: 0;
  z-index: -100;
}