@charset "UTF-8";

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


/*49-- basic layout box
----------------------------------------------- */
#wrapper {
	position:relative;
	text-align:center;
}
body#unchanged #wrapper {
	background:#fafafa;
}
#headerwrap {
	position:relative;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
}
#containerwrap {
	position:relative;
	z-index:20;
	margin:0;
	width:100%;
}
#footerwrap {
	clear:both;
	position:relative;
	text-align:center;
	border-top:1px solid #ddd;
	background:#fafafa;
}


/*58-- #headerwrap
----------------------------------------------- */
#header{
	position:relative;
	margin:0 auto;
	width:auto;
}
#branding {
	display:none;
	position:absolute;
	top:auto;
	bottom:20px;
	right:20px;
	z-index:10;
}
.home #branding {
	display:block;
}
#branding h1{
	margin:0;
	padding:0;
	width:156px;
	height:255px;
}
.home #branding h1 {
	width:100px;
	height:auto;
}
#branding img {
	width:auto;
	max-width:100%;
	height:auto;
	vertical-align:middle;
}

#header #images {
	position:relative;
	top:0;
	left:0;
	height:200px;
}
#header #images .image {
	position:relative;
	top:0;
	left:0;
}
#header #images .image img {
	width:100%;
	height:200px;
	object-fit:cover;
	object-position:50% 72%;
}

#aesthetic #headerwrap,
#saikyomiso #headerwrap,
#aboutmiso #headerwrap,
#items #headerwrap,
#recipetop #headerwrap{
	background:#000;
}


/*90-- #containerwrap
----------------------------------------------- */
#container {
	position:relative;
	margin:0 auto;
	width:auto;
	text-align:left;
}

#maincol {
	float:none;
	position:relative; /* IE6 layout bug fix */
	padding:4.0rem 5% 0;
	width:auto;
}
.home #maincol {
	padding:16px 5% 0 5%;
}
.multi-col2 {
	-moz-column-count:auto;
	-webkit-column-count:auto;
	colum-count:auto;
	-moz-column-gap:normal;
	-webkit-column-gap:normal;
	column-gap:normal;
}
.multi-col3 {
	-moz-column-count:3;
	-webkit-column-count:3;
	colum-count:3;
	-moz-column-gap:2em;
	-webkit-column-gap:2em;
	column-gap:2em;
}


/*110-- #footerwrap
----------------------------------------------- */
#footer{
	position:relative;
	margin:0 auto;
	padding:4px 0 16px 0;
	width:auto;
	text-align:center;
}


/*136-- #unchanged
----------------------------------------------- */
#unchanged #header #images {
	position:relative;
	top:0;
	left:0;
	height:200px;
}
#unchanged #header #images .image {
	position:relative;
	top:0;
	left:0;
	background:#000;
}
#unchanged #header #images .image img {
	width: 100%;
	height: 200px;
	object-fit:cover;
	object-position:50% 72%;
}
#unchanged.un_history #header #images .image img {
	object-position:50% 32%;
}
#unchanged.un_profile #header #images .image img {
	object-position:50% 32%;
}

#unchanged #subcol {
	float:right;
	width:210px;
}
#unchanged #containerwrap #maincol {
	margin-top:0;
	width:auto;
}

.un_greeting .col2,
.un_yomoyama .col2,
.un_history .col2 {
	width:auto;
}
.un_greeting .col2 .cola,
.un_greeting .col2 .colb,
.un_yomoyama .col2 .cola,
.un_yomoyama .col2 .colb,
.un_history .col2 .cola,
.un_history .col2 .colb {
	width:auto;
}

.un_history .col2 .cola {
	margin-bottom:4.0rem;
}


/*152-- #location
----------------------------------------------- */
#location #containerwrap{
border-top:1px solid #ddd;
}
#location #header #images {
	position:relative;
	top:0;
	left:0;
	width:auto;
	height:auto;
	border-right:1px solid #ddd;
	margin-top:50px;
}
#location #header #images .image {
	position:relative;
	top:0;
	left:0;
	text-align:center;
}
#location #header #images .image img {
	width:auto;
	max-width:100%;
	height:auto;
	object-fit:cover;
	object-position:50% 50%;
}


/*204-- #item
----------------------------------------------- */
#item #containerwrap {
	border-top:none;
}
#item #maincol {
	padding:4.0rem 5% 0 5%;
	width:auto;
	border-right:none;
}
#item #header #images {
	position:relative;
	top:auto;
	left:auto;
	width:auto;
	height:420px;
	border-right:none;
}
#item #header #images .image {
	position:static;
	top:auto;
	left:auto;
}
#item #header #images .image img {
	width:100%;
	height:420px;
	object-fit:cover;
	object-position:50% 72%;
}

.btn.b_itemlist {
	text-align:center;
	margin-bottom:4.2rem;
}


/*223-- column system
----------------------------------------------- */
.column { margin-bottom:4em;}
.column:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}  
* html .column             { zoom: 1; } /* IE6 */  
*:first-child+html .column { zoom: 1; } /* IE7 */


.cola, .colb, .colc, .cold {
	width:auto;
}

.col2{width:450px;}
.col2 .cola{
	float:none;
}
.col2 .colb{
	float:none;
}
.col2:after {  
visibility: hidden;  
display: block;  
font-size: 0;  
content: " ";  
clear: both;  
height: 0;  
}  
* html .col2             { zoom: 1; } /* IE6 */  
*:first-child+html .col2 { zoom: 1; } /* IE7 */


.col3{width:690px;}
.col3 .cola{float:left;padding:0 34px 0 0;}
.col3 .colb{float:left;}
.col3 .colc{float:right;}


.col4 {
	width:auto;
}
.col4 .cola {
	float:none;
	padding:0;
}
.col4 .colb {
	float:none;
	padding:0;
}
.col4 .colc {
	float:none;
}
.col4 .cold {
	float:none;
}


.cel2{
	width:auto !important;
}
.cel3{
	width:auto !important;
}

/* layout check 
#header{border:1px solid #0ff;}
#container{border:1px solid #00f;}
#footer{border:1px solid #0f0;}
#maincol{border:1px solid #f00;}
.cola, .colb, .colc, .cold{
border:1px solid #f00;
}
*/

}
@media screen and (min-width:960px) {
#headslide .slides_control {
	height:390px !important;
}
}
@media screen and (max-width:959px) {
#headslide {
	position:relative;
	left:0;		/*-120px*/
	width:auto;		/*1200px*/
}
#headslide .slides_control {
	left:0 !important;
	width:100% !important;
	height:300px !important;
}
#headslide .slides_control div {
	left:0 !important;
	width:100%;
}
#headslide .slides_container img {
	width:100%;
	height:300px;
	object-fit:cover;
	object-position:50% 50%;
}

}
@media screen and (min-width:960px) {
#itemslide .slides_control {
	height:408px !important;
}
}
@media screen and (max-width:959px) {
#itemslide { 
	position:relative;
	left:0;		/*-50px*/
	width:auto;		/*663px*/
}
#itemslide .slides_control {
	left:0 !important;
	width:100% !important;
	height:420px !important;
}
#itemslide .slides_control div {
	left:0 !important;
	width:100%;
}
#itemslide .slides_container img {
	width:100%;
	height:420px;
	object-fit:cover;
	object-position:50% 50%;
}


/*413-- .privacy-policy
----------------------------------------------- */
#privacy-policy #maincol {
	font-size:1.3rem;
	margin-top:60px;
}
#privacy-policy #h_privacy-policy {
	display:none;
	float:none;
	width:210px;
	height:360px;
	text-indent:0;
	background:none;
	margin:0 0 0 -28px;
}
#privacy-policy .privacy-policy_body {
	float:none;
	width:auto;
}
#privacy-policy .privacy-policy_body h3 {
	text-align:center;
}
#privacy-policy .policy ol,
#privacy-policy .policy ul {
	list-style:none;
	padding:0;
	margin:0;
}
#privacy-policy .policy p {
	text-indent:0;
	padding:0;
	margin:0;
}
#privacy-policy .policy h4 {
	font-size:16px;
	font-weight:bold;
}
#privacy-policy .text {
	padding-left:32px;
}
#privacy-policy .text li {
	text-indent:-2em;
	padding-left:2em;
}
#privacy-policy .text table {
	width:100%;
	border-right:1px solid #ccc;
}
#privacy-policy .text table tr {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
#privacy-policy .text table th {
	text-align:center;
	vertical-align:middle;
	background-color:#ccc;
	border-left:1px solid #ccc;
	padding:8px;
}
#privacy-policy .text table th:last-child {
	border-left:1px solid #fff;
}
#privacy-policy .text table td {
	vertical-align:middle;
	border-left:1px solid #ccc;
	padding:8px;
}
#privacy-policy .text .contact {
	text-indent:0;
	border:1px solid #ccc;
	padding:12px 24px;
	margin:0.5em 0 0.75em;
}
#privacy-policy .text .contact dd {
	padding-left:28px;
}
#privacy-policy .date {
	text-align:right;
	margin-top:40px;
}


}


@media screen and (max-width:959px) {
	#location .column span {
		display:inline-block;
	}
}





