@charset "utf-8";

body{
margin: 0;
padding: 0 auto;
/*line-height: 1.8;*/
background: #fffcf9;
}

#container{
max-width: 800px;
margin: 0 auto;
display: flex;/*footer対策*/
flex-direction: column;
min-height: 100vh;
background: #ffffff;
}





								/*----- header footer link -----*/
div{
margin: 0 auto;
vertical-align: top;
}
#header{
height: 50px;
width: 100%;
margin: 0;
padding: 0;
background: #fff0c9;
}

#logo{
height: 100%;
width: 70%;
margin: 0;
vertical-align: middle;
text-align: left;
float: left;
font-size: 127%;
color: #603000;
}
#logo img{
max-height: 42px;
max-width: 92%;
margin: 4px;
}

#navibase{
height: 100%;
width: 30%;
margin: 0;
padding: 0;
float: right;
/*background: #603000;*/
}

#navibase nav{
text-align: right;
}

/* navi button */
#navi{
display: block;
line-height: 5px;
height: 44px;
width: 44px;
margin: 3px 3px 3px auto;
border: 0;
background: #603000;
}

.menubutton {
position: relative;
display: inline-block;
text-decoration: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
background-color: transparent;
cursor: pointer;
}

.threeline_base {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 40px;
width: 40px;
margin: auto;
border-radius: 25%;
border: 1px solid #fff0c9;
box-shadow: 0 0 2rem transparent;
outline: none;
-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
}

.threeline_base:hover,
.threeline_base:focus {
box-shadow: 0 0 0.5rem rgba(64, 32, 0, 0.5);
}

.threeline {
position: absolute;
top: -10px;
right: 0;
bottom: 0;
left: 0;
margin: auto;
width: 26px;
height: 3px;
background-color: #fff0c9;
-webkit-transition: inherit;
		transition: inherit;
}

.threeline::before,
.threeline::after {
content: '';
position: absolute;
display: block;
width: 100%;
height: 100%;
background-color: inherit;
-webkit-transition: inherit;
		transition: inherit;
}
.threeline::before {
top: -7px;
}
.threeline::after {
top: 7px;
}

.v_alt {
position: absolute;
width: 1px;
height: 1px;
overflow: hidden;
border: 0;
padding: 0;
white-space: nowrap;
clip: rect(0 0 0 0);
clip-path: inset(50%); 
}

.descr{
position: absolute;
}
.descr_c{
position: relative;
top: 10px;
color: #fff0c9;
font-size:83%;
}
/* navi button */





#links{
display: none;
padding: 0;
text-align: right;
}
.page{
display: block;
margin: -1px 0 0 0;
padding: 0;
}
.page a{
display: block;
margin: 0;
padding: 10px 5px;
text-decoration: none;
vertical-align: middle;
text-align: left;
letter-spacing: 0;
white-space: nowrap;
font-size: 15px;
font-weight: bold;
color: #603000;
}
.separator{
display: none;
}

@media (max-width: 600px) {
	#links{
	position: absolute;
	z-index: 9;
	margin: 50px 0 0 -70%;
	width: 100%;
	}
	.page{
	border: 1px solid #603000;
	background: rgba(255,240,201,0.9)/*#fff0c9*/;
	}
	.page a span{
	padding: 5px 10px;
	background: #fff0c9;
	border-radius: 25%;
	}
	#links.close{
	display: none;
	}
	#navi.close .threeline::before,
	#navi.close .threeline::after {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	}
	#navi.close .threeline::before {
	background-color: #fff0c9;
	top: -7px;
	}
	#navi.close .threeline::after {
	background-color: #fff0c9;
	top: 7px;
	}
	#links.open{
	display: block;
	z-index: 99;
	}
	#navi.open .threeline{
	background-color: #603000;
	}
	#navi.open .threeline::before,
	#navi.open .threeline::after{
	background-color: #fff0c9;
	top: 0;
	}
	#navi.open .threeline::before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	#navi.open .threeline::after{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	}
}


#footer{
background: #fff0c9;
color: #603000;
text-align: center;
padding: 10px 0;
width: 100%;
margin-top: auto;
}

#screset{
position: fixed;
display: inline-block;
bottom: 10px;
right: 10px;
}
#screset p{
margin:0;
}
#screset p a{
display: block;
height: 30px;
width: 30px;
line-height: 30px;
padding: 10px;
text-align: center;
vertical-align: middle;
background: #603000;
color: #fff0c9;
font-size: 147%;
text-decoration: none;
border-radius: 8px;
transition: all 0.3s;
opacity: 0.7;
cursor: pointer;
text-shadow: none;
}



@media (min-width: 601px) {
	#header{
	height: 80px;
	}
	#logo{
	font-size: 157%;
	}
	#logo img{
	max-height: 72px;
	}

	#navi{
	display: none;
	line-height: 5px;
	width: 100%;
	text-align: right;
	margin: 10px 5px auto 0;
	}

	#links{
	display: -webkit-box; /*Android*/
	display: -moz-box;    /*Firefox*/
	display: -ms-flexbox; /*bf IE10*/
	display: -webkit-flex; /*PC-Safari,iOS*/
	display: flex;
	justify-content: flex-end;
	height: 60px;
	text-align: center;
	margin: 0;
	padding: 0 20px 0 0;
	}
	.page{
	display: flex;
	width: 92px;
	margin: 2px;
	padding: 10px 0;
	border: 0;
	}
	.page a{
	display: block;
	width: 95%;
	margin: 8px 0;
	padding: 5px 5px;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	font-size: 15px;
	font-weight: bold;
	color: #603000;
	}
	.separator{
	display: block;
	margin: 18px 0;
	padding: 7px 0;
	text-align: center;
	font-size: 15px;
	color: #603000;
	}
}
								/*----- header footer link -----*/





#headimage{
margin: 0;
padding: 0;
display: block;
width: 100%;
min-height: 50%;
}
#headimage img{
width: 100%;
}

#main{
min-height: calc(100vh - 50px);
width: 90%;
margin: auto;
text-align: center;
margin-bottom: 15px;
}

#cmess{
max-width: 800px;
margin: 0 auto;
padding: 10px;
text-align: center;
}

.contents{
max-width: 800px;
margin: 0 auto;
padding: 20px 20px 30px 20px;
}



@media (min-width: 55em) {
	#main{
	min-height: calc(100vh - 25px);
	}
}



.top_addimg_center{
text-align: center;
}
.top_addimg_center img{
display: inline-block;
width:30%;
margin: auto;
}





								/*------- h -------*/
h1{
width: 100%;
padding: 14px 0;
text-align: center;
font-size:153%;
color: #603000;
}
h2{
width: 100%;
padding: 12px 0;
text-align: center;
font-size:137%;
color: #603000;
}
h3{
width: 100%;
padding: 10px 0;
text-align: center;
font-size: 123%;
font-weight: normal;
color: #603000;
background: #fff0c9;
}
h4{
width: 100%;
padding: 10px 0;
text-align: center;
font-size: 123%;
font-weight: normal;
color: #603000;
/*border-bottom: 3px solid #fff0c9;*/
}
								/*------- h -------*/


img{
vertical-align: middle;
border: 0;
}


table{
border:0px none;
margin:0px;
padding:0px;
text-align:left;
border-collapse:collapse;
}
th{
border:0px none;
margin:0px;
padding:0px;
border-collapse:collapse;
vertical-align:top;

}
td{
border:0px none;
margin:0px;
padding:0px;
border-collapse:collapse;
vertical-align:top;
}


.red{ color: #ff0000;}
.blue{ color: #0000ff;}
.green{ color: #009000;}
.dgray{ color: #444444;}
.gray{ color: #606060;}
.wgray{ color: #909090;}

.moresmall{
font-size: 73%;
}
.small{
font-size: 88%;
}
.littlesmall{
font-size: 93%;
}
.big{
font-size: 116%;
}
.large{
font-size: 123%;
}
.llarge{
font-size: 136%;
}
.xlarge{
font-size: 153%;
}

.center{
text-align: center;
}
.left{
text-align: left;
}
.right{
text-align: right;
}
.nowrp{
white-space: nowrap;
overflow-wrap: anywhere;
}
.wkeep{
word-break: keep-all;
}

.block{
display: block;
}
.inblock{
display: inline-block;
}

.float_left{
float: left;
margin-right: 5px;
}
.float_right{
float: right;
margin-left: 5px;
}
.clear_both{
height: 0;
clear: both;
}

/*--------------------------*/



								/* top page */
.catch{
position: relative;
}
.topimg{
position: absolute;
z-index: 10;
}

#shopinfo{
display: inline-block;
margin: 0 auto 10px auto;
padding: 2px 0;
text-align: left;
}

#aboutshop table{
margin: 0 auto 10px auto;
}
#aboutshop td{
padding: 2px;
text-align: left;
}
#aboutshop td.nowrp{
padding-right: 10px;
}
#aboutshop img{
display: block;
height: 6.5em;
margin: 0 auto 1em auto;
}


@media (min-width: 601px) {
	#shopinfo{
	width: 60%;
	}
}
								/* top page */





								/* menu page */
.menu{
max-width: 800px;
margin-bottom: -30px;
}
.menu div{
padding: 0 7px;
}
.menu .uline{
border-bottom: 1px solid #f3cf60;
margin-bottom: 2em;
}
.menu_sub{
margin-left: 0.8em;
text-align: left;
}
.menu_com{
margin-left: 0.8em;
font-size:86%;
}
.menu img{
display: inline-block;
width: 60%;
margin-bottom: 1em;
}

div.menuimpr, div.menuimpr_top{
position: relative;
display: inline-block;
max-width: 80%;
margin: 10px 0;
padding: 15px;
text-align: left;
border: 2px solid #f0c060;
box-sizing: border-box;
border-radius: 10px;
}
@media (max-width:600px) {
.menuimpr::before{
content: '';
position: absolute;
left: 25px;
top: -15px;
border-bottom: 15px solid #f0c060;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.menuimpr::after{
content: '';
position: absolute;
left: 25px;
top: -12px;
border-bottom: 15px solid #fff;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
}
.menuimpr_top::before{
content: '';
position: absolute;
left: 25px;
top: -15px;
border-bottom: 15px solid #f0c060;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.menuimpr_top::after{
content: '';
position: absolute;
left: 25px;
top: -12px;
border-bottom: 15px solid #fff;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}

@media (min-width:601px) {
	.menu img{
	display: inline-block;
	width: 30%;
	margin-bottom: 1em;
	}
	div.menuimpr{
	position: relative;
	display: inline-block;
	max-width: 60%;
	margin: 10px 0 10px 20px;
	padding: 15px;
	text-align: left;
	border: 2px solid #f0c060;
	box-sizing: border-box;
	border-radius: 10px;
	}
	.menuimpr::before{
	content: '';
	position: absolute;
	left: -15px;
	top: 15px;
	border-right: 15px solid #f0c060;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	}
	.menuimpr::after{
	content: '';
	position: absolute;
	left: -12px;
	top: 15px;
	border-right: 15px solid #fff;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	}
}

div.name{
padding-left: 1em;
display: block;
text-align: right;
font-size:88%;
}



@media (min-width: 601px) {
	#cmess{
	font-size:123%;
	}
	.menu{
	width: 62%;
	}
	.smp{
	display:none;
	}
}
								/* menu page */





								/* impression page */
.imprts{
max-width: 760px;
margin: -10px auto 15px auto;
text-align: center;
}

div.impr{
display: inline-block;
width: 100%;
line-height:1.1;
margin-bottom: 30px;
padding-bottom: 25px;
border-bottom: 1px solid #f3cf60;
font-size: 63%;
}
.impr img{
display: inline-block;
max-width: 100%;
margin: 0;
}
.person{
display: inline-block;
width: 100%;
margin: 5px 0;
text-align: left;
}
.comment{
text-align: left;
}
@media (max-width: 540px) {
	.person img{
	width: 15%;
	}
}
@media (min-width: 601px) {
	div.impr{
	margin-bottom: 50px;
	padding-bottom: 40px;
	}
}
/*
スクリーンサイズ600以下の場合だけ
「画像の元サイズの50％」にするためJSでコントロール
.person img{
max-width: 30%;
}
*/
.impr_date{
font-size: 56%;
}

@media (min-width: 541px) {
	#aboutshop{
	width: 100%;
	}
	#aboutshop .about_txt{
	display: inline-block;
	max-width: 60%;
	}
	#aboutshop .about_txt td.nowrp{
	padding-right: 10px;
	}
	#aboutshop img{
	display: inline-block;
	max-width: 30%;
	}

	div.impr{
	font-size:86%;
	}
	.imprts h1{
	text-align: left;
	}
	.impr_date{
	font-size:76%;
	}
	.person img{
	max-width: 30%;
	}
}
								/* impression page */







								/* address map */
#map{
position: relative;
width: 100%;
margin-top: 1em;
}
#map:before {
content:"";
display: block;
padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#map iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
								/* address map */



